/**
 * 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}/*!
 * Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}

.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}
.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/wp-content/plugins/asgaros-forum/libs/fontawesome/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/plugins/asgaros-forum/libs/fontawesome/css/../webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(/wp-content/plugins/asgaros-forum/libs/fontawesome/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/plugins/asgaros-forum/libs/fontawesome/css/../webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(/wp-content/plugins/asgaros-forum/libs/fontawesome/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/plugins/asgaros-forum/libs/fontawesome/css/../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(/wp-content/plugins/asgaros-forum/libs/fontawesome/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/plugins/asgaros-forum/libs/fontawesome/css/../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(/wp-content/plugins/asgaros-forum/libs/fontawesome/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/plugins/asgaros-forum/libs/fontawesome/css/../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(/wp-content/plugins/asgaros-forum/libs/fontawesome/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/plugins/asgaros-forum/libs/fontawesome/css/../webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(/wp-content/plugins/asgaros-forum/libs/fontawesome/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/plugins/asgaros-forum/libs/fontawesome/css/../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(/wp-content/plugins/asgaros-forum/libs/fontawesome/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/plugins/asgaros-forum/libs/fontawesome/css/../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(/wp-content/plugins/asgaros-forum/libs/fontawesome/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/plugins/asgaros-forum/libs/fontawesome/css/../webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(/wp-content/plugins/asgaros-forum/libs/fontawesome/css/../webfonts/fa-v4compatibility.woff2) format("woff2"),url(/wp-content/plugins/asgaros-forum/libs/fontawesome/css/../webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}/*!
 * Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa.fa-glass:before{content:"\f000"}.fa.fa-envelope-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-star-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-trash-o:before{content:"\f2ed"}.fa.fa-home:before{content:"\f015"}.fa.fa-file-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-list-alt:before{content:"\f022"}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-photo{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-photo:before{content:"\f03e"}.fa.fa-image{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-image:before{content:"\f03e"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-edit{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-edit:before{content:"\f044"}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-expand:before{content:"\f424"}.fa.fa-compress:before{content:"\f422"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart-o:before,.fa.fa-bar-chart:before{content:"\e0e3"}.fa.fa-twitter-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-twitter-square:before{content:"\f081"}.fa.fa-facebook-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-square:before{content:"\f082"}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-github-square:before{content:"\f092"}.fa.fa-lemon-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook:before{content:"\f39e"}.fa.fa-facebook-f{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\f39e"}.fa.fa-github{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-globe:before{content:"\f57d"}.fa.fa-tasks:before{content:"\f828"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-cut:before{content:"\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-floppy-o:before{content:"\f0c7"}.fa.fa-save{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-save:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-magic:before{content:"\e2ca"}.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pinterest-square:before{content:"\f0d3"}.fa.fa-google-plus-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-square:before{content:"\f0d4"}.fa.fa-google-plus{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f625"}.fa.fa-comment-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard:before{content:"\f0ea"}.fa.fa-lightbulb-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f0ed"}.fa.fa-cloud-upload:before{content:"\f0ee"}.fa.fa-bell-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-text-o:before{content:"\f15c"}.fa.fa-building-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-circle-o:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-o:before{content:"\f5c0"}.fa.fa-star-half-empty{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-empty:before{content:"\f5c0"}.fa.fa-star-half-full{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-full:before{content:"\f5c0"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before,.fa.fa-unlink:before{content:"\f127"}.fa.fa-calendar-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-unlock-alt:before{content:"\f09c"}.fa.fa-minus-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-compass{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\24"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\e1bc"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-file-text:before{content:"\f15c"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f881"}.fa.fa-sort-amount-asc:before{content:"\f884"}.fa.fa-sort-amount-desc:before{content:"\f160"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f886"}.fa.fa-youtube-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-youtube-square:before{content:"\f431"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-xing-square:before{content:"\f169"}.fa.fa-youtube-play{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-tumblr-square:before{content:"\f174"}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\f191"}.fa.fa-toggle-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-vimeo-square:before{content:"\f194"}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\e2bb"}.fa.fa-plus-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-google,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-yahoo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-reddit-square:before{content:"\f1a2"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-behance-square:before{content:"\f1b5"}.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-steam-square:before{content:"\f1b7"}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-cab:before{content:"\f1ba"}.fa.fa-deviantart,.fa.fa-soundcloud,.fa.fa-spotify{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-image-o:before{content:"\f1c5"}.fa.fa-file-photo-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-photo-o:before{content:"\f1c5"}.fa.fa-file-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-archive-o:before{content:"\f1c6"}.fa.fa-file-zip-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-audio-o:before{content:"\f1c7"}.fa.fa-file-sound-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-video-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-movie-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-movie-o:before{content:"\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-life-bouy:before,.fa.fa-life-buoy:before,.fa.fa-life-saver:before,.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ra:before{content:"\f1d0"}.fa.fa-resistance{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-git-square:before{content:"\f1d2"}.fa.fa-git,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\f1d4"}.fa.fa-yc-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-send:before{content:"\f1d8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:"\f1d8"}.fa.fa-send-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-send-o:before{content:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-futbol-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-futbol-o:before{content:"\f1e3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-trash:before{content:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-lastfm-square:before{content:"\f203"}.fa.fa-angellist,.fa.fa-ioxhost{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before,.fa.fa-transgender:before{content:"\f224"}.fa.fa-transgender-alt:before{content:"\f225"}.fa.fa-facebook-official{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-hotel:before{content:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-yc:before{content:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-clone{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hourglass-o:before{content:"\f254"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before{content:"\f252"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:"\f255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:"\f256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-registered{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-creative-commons,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-odnoklassniki-square:before{content:"\f264"}.fa.fa-chrome,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-internet-explorer,.fa.fa-opera,.fa.fa-safari,.fa.fa-wikipedia-w{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-television:before{content:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-commenting-o:before{content:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-viadeo,.fa.fa-viadeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-viadeo-square:before{content:"\f2aa"}.fa.fa-snapchat,.fa.fa-snapchat-ghost{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-snapchat-ghost:before{content:"\f2ab"}.fa.fa-snapchat-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-snapchat-square:before{content:"\f2ad"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-themeisle,.fa.fa-yoast{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-address-card-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-address-card-o:before{content:"\f2bb"}.fa.fa-vcard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-vcard-o:before{content:"\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-user-o:before{content:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-drivers-license:before{content:"\f2c2"}.fa.fa-id-card-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-rectangle:before{content:"\f410"}.fa.fa-window-close-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-snowflake-o:before{content:"\f2dc"}.fa.fa-meetup,.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 6 Brands";font-weight:400}.asgarosforum-widget {
	font-size: 12px;
}
.asgarosforum-widget .widget-element {
	display: table;
	border-bottom: 1px solid #ccc;
	margin-bottom: 8px;
	padding-bottom: 8px;
	width: 100%;
}
.asgarosforum-widget .widget-avatar,
.asgarosforum-widget .widget-content {
	display: table-cell;
	vertical-align: top;
}
.asgarosforum-widget .widget-avatar {
	width: 40px;
}
.asgarosforum-widget .widget-avatar img {
	border-radius: 50%;
	margin: 5px 10px 0 0;
}
.asgarosforum-widget .post-link,
.asgarosforum-widget .post-author,
.asgarosforum-widget .post-excerpt,
.asgarosforum-widget .post-date {
	display: block;
	margin: 0; /* comp */
}
.asgarosforum-widget .post-excerpt {
	margin: 5px 0px;
}
.asgarosforum-widget .highlight-admin,
.asgarosforum-widget .highlight-admin a {
	color: #e00000 !important;
}
.asgarosforum-widget .highlight-moderator,
.asgarosforum-widget .highlight-moderator a {
	color: #099922 !important;
}
.asgarosforum-widget .post-link a,
.asgarosforum-widget .post-author a {
	text-decoration: none;
}
.asgarosforum-widget .post-link a:hover,
.asgarosforum-widget .post-author a:hover {
	text-decoration: underline;
}

.asgarosforum-widget .post-date {
	font-style: italic;
}
.asgarosforum-widget .post-author,
.asgarosforum-widget .post-date {
	font-size: 11px;
}
/* WIDGET: SEARCH */
.asgarosforum-widget-search form {
	position: relative;
}
.asgarosforum-widget-search input[type="search"] {
	background: #f7f7f7;
	border: 1px solid #d1d1d1;
	border-radius: 0;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
	height: 35px;
}
.asgarosforum-widget-search button {
	background: #256db3;
	border: 0;
	border-radius: 0;
	color: #fff;
	padding: 0;
	bottom: 0;
	right: 0;
	top: 0;
	overflow: hidden;
	position: absolute;
	width: 35px;
	height: 35px;
}
.simple-banner {
  width: 100%;
  text-align: center;
  position: relative;
  display: block;
}

.simple-banner .simple-banner-text {
  font-weight: 700;
  padding: 10px 20px;
}

.simple-banner .simple-banner-button {
  border: none;
  background-color: transparent;
  padding: 0 5px;
  margin: 0 10px;
  text-align: center;
  text-decoration: none;
  position: absolute;
  transform: translate(0%, -50%);
  right: 0;
  top: 50%;
  font-size: 16px;
  cursor: pointer;
}
[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:' ';display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:'';background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}

.popup-content{margin:auto;background:#fff;width:50%;padding:5px;border:1px solid #d7d7d7}[role=tooltip].popup-content{width:200px;box-shadow:0 0 3px rgba(0,0,0,.16);border-radius:5px}.popup-overlay{background:rgba(0,0,0,.5)}[data-popup=tooltip].popup-overlay{background:transparent}.popup-arrow{-webkit-filter:drop-shadow(0 -3px 3px rgba(0,0,0,.16));filter:drop-shadow(0 -3px 3px rgba(0,0,0,.16));color:#fff;stroke-width:2px;stroke:#d7d7d7;stroke-dasharray:30px;stroke-dashoffset:-54px}@font-face{font-display:swap;font-family:'Maven Pro';font-style:normal;font-weight:400;src:url(/wp-content/plugins/wise-chat-pro/assets/css/../fonts/maven-pro-v32-latin_latin-ext-regular.eot);src:url(/wp-content/plugins/wise-chat-pro/assets/css/../fonts/maven-pro-v32-latin_latin-ext-regular.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/wise-chat-pro/assets/css/../fonts/maven-pro-v32-latin_latin-ext-regular.woff2) format("woff2"),url(/wp-content/plugins/wise-chat-pro/assets/css/../fonts/maven-pro-v32-latin_latin-ext-regular.woff) format("woff"),url(/wp-content/plugins/wise-chat-pro/assets/css/../fonts/maven-pro-v32-latin_latin-ext-regular.ttf) format("truetype"),url(/wp-content/plugins/wise-chat-pro/assets/css/../fonts/maven-pro-v32-latin_latin-ext-regular.svg#MavenPro) format("svg")}@font-face{font-display:swap;font-family:'Maven Pro';font-style:normal;font-weight:700;src:url(/wp-content/plugins/wise-chat-pro/assets/css/../fonts/maven-pro-v32-latin_latin-ext-700.eot);src:url(/wp-content/plugins/wise-chat-pro/assets/css/../fonts/maven-pro-v32-latin_latin-ext-700.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/wise-chat-pro/assets/css/../fonts/maven-pro-v32-latin_latin-ext-700.woff2) format("woff2"),url(/wp-content/plugins/wise-chat-pro/assets/css/../fonts/maven-pro-v32-latin_latin-ext-700.woff) format("woff"),url(/wp-content/plugins/wise-chat-pro/assets/css/../fonts/maven-pro-v32-latin_latin-ext-700.ttf) format("truetype"),url(/wp-content/plugins/wise-chat-pro/assets/css/../fonts/maven-pro-v32-latin_latin-ext-700.svg#MavenPro) format("svg")}@font-face{font-display:swap;font-family:Rajdhani;font-style:normal;font-weight:400;src:url(/wp-content/plugins/wise-chat-pro/assets/css/../fonts/rajdhani-v15-latin_latin-ext-regular.eot);src:url(/wp-content/plugins/wise-chat-pro/assets/css/../fonts/rajdhani-v15-latin_latin-ext-regular.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/wise-chat-pro/assets/css/../fonts/rajdhani-v15-latin_latin-ext-regular.woff2) format("woff2"),url(/wp-content/plugins/wise-chat-pro/assets/css/../fonts/rajdhani-v15-latin_latin-ext-regular.woff) format("woff"),url(/wp-content/plugins/wise-chat-pro/assets/css/../fonts/rajdhani-v15-latin_latin-ext-regular.ttf) format("truetype"),url(/wp-content/plugins/wise-chat-pro/assets/css/../fonts/rajdhani-v15-latin_latin-ext-regular.svg#Rajdhani) format("svg")}@font-face{font-display:swap;font-family:Rajdhani;font-style:normal;font-weight:700;src:url(/wp-content/plugins/wise-chat-pro/assets/css/../fonts/rajdhani-v15-latin_latin-ext-700.eot);src:url(/wp-content/plugins/wise-chat-pro/assets/css/../fonts/rajdhani-v15-latin_latin-ext-700.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/wise-chat-pro/assets/css/../fonts/rajdhani-v15-latin_latin-ext-700.woff2) format("woff2"),url(/wp-content/plugins/wise-chat-pro/assets/css/../fonts/rajdhani-v15-latin_latin-ext-700.woff) format("woff"),url(/wp-content/plugins/wise-chat-pro/assets/css/../fonts/rajdhani-v15-latin_latin-ext-700.ttf) format("truetype"),url(/wp-content/plugins/wise-chat-pro/assets/css/../fonts/rajdhani-v15-latin_latin-ext-700.svg#Rajdhani) format("svg")}.wcContainer{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.wcContainer *{-webkit-box-sizing:border-box;box-sizing:border-box}.wcContainer .wcInvisible{display:none!important}.wcContainer .wcHidden{visibility:hidden}.wcContainer .wcLeft{float:left}.wcContainer input{width:auto;display:inline}.wcContainer label{width:auto;display:inline}.wcContainer a.wcFunctional,.wcContainer a.wcFunctional:focus{outline:0;text-decoration:none!important;padding:0;border:none;line-height:12px;font-weight:400}.wcContainer button.wcFunctional,.wcContainer button.wcFunctional:active,.wcContainer button.wcFunctional:focus,.wcContainer button.wcFunctional:hover{outline:0;padding:initial;border:none;line-height:12px;font-weight:400;border-radius:0;width:auto;background:0 0}.wcContainer img.wcFunctional{padding:0;border:none;border-radius:0;-webkit-box-shadow:none;box-shadow:none;display:inline;height:auto}.wcContainer .wcButton{display:inline-block}.wcContainer .wcCenter{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wcContainer progress.wcMainProgressBar{width:100%;font-size:1em}.wcContainer a.wcDebugLink{color:red}.wcContainer img.wcChannelAvatar{max-width:25px;margin:0 4px 2px 0;border-radius:50%;-webkit-box-shadow:none;box-shadow:none;border:none;display:inline-block;vertical-align:middle;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.wcContainer a.wcChannelClose{width:17px;height:17px;background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/x.svg) no-repeat 50%;background-size:100%;display:inline-block;vertical-align:middle;border:1px solid #a6a6a6;border-radius:50%;margin-left:8px;text-decoration:none;-webkit-transition:all .2s ease-in;transition:all .2s ease-in}.wcContainer a.wcChannelClose:hover{background-color:#f7f7f7}.wcContainer span.wcUnreadMessagesCount{background-color:#d4130d;color:#fff;border-radius:3px;padding:1px 3px;margin-left:5px}.wcContainer progress,.wcContainer progress[role]{height:5px;margin-top:10px;line-height:5px;display:block;appearance:none;-moz-appearance:none;-webkit-appearance:none;border:none;background-size:auto}.wcContainer progress[role]:after{background-image:none}.wcContainer progress[role] strong{display:none}.wcContainer progress,.wcContainer progress[role][aria-valuenow]{background:#ccc!important}.wcContainer progress::-webkit-progress-bar{background:#ccc;border-radius:5px!important}.wcContainer progress{color:#5789ff;border-radius:5px!important}.wcContainer progress::-moz-progress-bar{background:#5789ff;border-radius:5px!important}.wcContainer progress::-webkit-progress-value{background:#5789ff;border-radius:5px!important}.wcContainer progress[aria-valuenow]:before{background:#5789ff;border-radius:5px!important}.wcContainer .wcErrorBox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px;border:1px solid #dfdfdf}.wcContainer .wcErrorBox:before{content:'';margin-right:5px;width:23px;height:20px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/warnings.svg) 0 0 no-repeat}.wcContainer .wcCounter{font-size:80%}.wcContainer .wcRedCounter{color:#fff!important;background-color:red;font-size:.6em;display:inline-block;border-radius:50%;text-align:center;margin-left:5px;width:22px;height:22px}.wcContainer .wcStatus{display:inline-block;height:10px;width:10px;border-radius:50%}.wcContainer .wcStatus.wcOnline{background:#09c179}.wcContainer .wcStatus.wcOffline{background:rgba(244,31,31,.5)}.wcContainer .ScrollbarsCustom-Scroller{-ms-scroll-chaining:none;overscroll-behavior:contain}.wcContainer .wcLoaderContainer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wcContainer .wcLoaderContainer.wcLoaderContainerCenter{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wcContainer .wcLoaderContainer .wcLoader{display:inline-block;position:relative;width:32px;height:32px}.wcContainer .wcLoaderContainer .wcLoader div{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;position:absolute;width:26px;height:26px;margin:4px;border:4px solid #a6a6a6;border-radius:50%;-webkit-animation:wcLoader 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:wcLoader 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#a6a6a6 transparent transparent transparent}.wcContainer .wcLoaderContainer .wcLoader div:nth-child(1){-webkit-animation-delay:-.45s;animation-delay:-.45s}.wcContainer .wcLoaderContainer .wcLoader div:nth-child(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}.wcContainer .wcLoaderContainer .wcLoader div:nth-child(3){-webkit-animation-delay:-.15s;animation-delay:-.15s}@-webkit-keyframes wcLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes wcLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.wcContainer .wcLoaderContainer .wcLoaderText{font-size:.8em;line-height:.8em;margin-left:2px}.wcContainer button.wcStreamStartButton{display:inline-block;overflow:hidden;-webkit-transition:all .2s ease-in;transition:all .2s ease-in;opacity:.7}.wcContainer button.wcStreamStartButton,.wcContainer button.wcStreamStartButton:active,.wcContainer button.wcStreamStartButton:focus,.wcContainer button.wcStreamStartButton:hover{background-position:50%;background-size:contain;background-repeat:no-repeat;background-color:transparent}.wcContainer button.wcStreamStartButton.wcStreamVideo,.wcContainer button.wcStreamStartButton.wcStreamVideo:hover{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/video-calls/video.svg);width:24px;height:20px}.wcContainer button.wcStreamStartButton:hover{opacity:1}.wcContainer .wcStreamStatus{display:inline-block;overflow:hidden;-webkit-transition:all .2s ease-in;transition:all .2s ease-in;opacity:.7;background-position:50%;background-size:contain;background-repeat:no-repeat;background-color:transparent;background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/video-calls/video-red.svg);width:24px;height:20px}.wcContainer img.wcEmoticon,.wcContainer span.wcEmoticon{background-repeat:no-repeat;display:inline-block;vertical-align:middle;margin-right:2px;margin-left:2px}.wcContainer img.wcEmoticon.bg-emot_01_32_001,.wcContainer span.wcEmoticon.bg-emot_01_32_001{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -10px -131px}.wcContainer img.wcEmoticon.bg-emot_01_32_002,.wcContainer span.wcEmoticon.bg-emot_01_32_002{width:32px;height:35px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -120px -68px}.wcContainer img.wcEmoticon.bg-emot_01_32_003,.wcContainer span.wcEmoticon.bg-emot_01_32_003{width:32px;height:38px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -68px -10px}.wcContainer img.wcEmoticon.bg-emot_01_32_004,.wcContainer span.wcEmoticon.bg-emot_01_32_004{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -62px -131px}.wcContainer img.wcEmoticon.bg-emot_01_32_005,.wcContainer span.wcEmoticon.bg-emot_01_32_005{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -114px -131px}.wcContainer img.wcEmoticon.bg-emot_01_32_006,.wcContainer span.wcEmoticon.bg-emot_01_32_006{width:32px;height:35px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -172px -10px}.wcContainer img.wcEmoticon.bg-emot_01_32_007,.wcContainer span.wcEmoticon.bg-emot_01_32_007{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -166px -131px}.wcContainer img.wcEmoticon.bg-emot_01_32_008,.wcContainer span.wcEmoticon.bg-emot_01_32_008{width:34px;height:30px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -328px -10px}.wcContainer img.wcEmoticon.bg-emot_01_32_009,.wcContainer span.wcEmoticon.bg-emot_01_32_009{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -224px -10px}.wcContainer img.wcEmoticon.bg-emot_01_32_010,.wcContainer span.wcEmoticon.bg-emot_01_32_010{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -224px -62px}.wcContainer img.wcEmoticon.bg-emot_01_32_011,.wcContainer span.wcEmoticon.bg-emot_01_32_011{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -224px -114px}.wcContainer img.wcEmoticon.bg-emot_01_32_012,.wcContainer span.wcEmoticon.bg-emot_01_32_012{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -10px -183px}.wcContainer img.wcEmoticon.bg-emot_01_32_013,.wcContainer span.wcEmoticon.bg-emot_01_32_013{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -62px -183px}.wcContainer img.wcEmoticon.bg-emot_01_32_014,.wcContainer span.wcEmoticon.bg-emot_01_32_014{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -114px -183px}.wcContainer img.wcEmoticon.bg-emot_01_32_015,.wcContainer span.wcEmoticon.bg-emot_01_32_015{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -166px -183px}.wcContainer img.wcEmoticon.bg-emot_01_32_016,.wcContainer span.wcEmoticon.bg-emot_01_32_016{width:32px;height:38px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -68px -68px}.wcContainer img.wcEmoticon.bg-emot_01_32_017,.wcContainer span.wcEmoticon.bg-emot_01_32_017{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -218px -183px}.wcContainer img.wcEmoticon.bg-emot_01_32_018,.wcContainer span.wcEmoticon.bg-emot_01_32_018{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -276px -10px}.wcContainer img.wcEmoticon.bg-emot_01_32_019,.wcContainer span.wcEmoticon.bg-emot_01_32_019{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -276px -62px}.wcContainer img.wcEmoticon.bg-emot_01_32_020,.wcContainer span.wcEmoticon.bg-emot_01_32_020{width:38px;height:40px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -10px -10px}.wcContainer img.wcEmoticon.bg-emot_01_32_021,.wcContainer span.wcEmoticon.bg-emot_01_32_021{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -276px -114px}.wcContainer img.wcEmoticon.bg-emot_01_32_022,.wcContainer span.wcEmoticon.bg-emot_01_32_022{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -276px -166px}.wcContainer img.wcEmoticon.bg-emot_01_32_023,.wcContainer span.wcEmoticon.bg-emot_01_32_023{width:32px;height:38px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -120px -10px}.wcContainer img.wcEmoticon.bg-emot_01_32_024,.wcContainer span.wcEmoticon.bg-emot_01_32_024{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -10px -235px}.wcContainer img.wcEmoticon.bg-emot_01_32_025,.wcContainer span.wcEmoticon.bg-emot_01_32_025{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -62px -235px}.wcContainer img.wcEmoticon.bg-emot_01_32_026,.wcContainer span.wcEmoticon.bg-emot_01_32_026{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -114px -235px}.wcContainer img.wcEmoticon.bg-emot_01_32_027,.wcContainer span.wcEmoticon.bg-emot_01_32_027{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -166px -235px}.wcContainer img.wcEmoticon.bg-emot_01_32_028,.wcContainer span.wcEmoticon.bg-emot_01_32_028{width:32px;height:34px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -172px -65px}.wcContainer img.wcEmoticon.bg-emot_01_32_029,.wcContainer span.wcEmoticon.bg-emot_01_32_029{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -218px -235px}.wcContainer img.wcEmoticon.bg-emot_01_32_030,.wcContainer span.wcEmoticon.bg-emot_01_32_030{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -270px -235px}.wcContainer img.wcEmoticon.bg-emot_01_32_031,.wcContainer span.wcEmoticon.bg-emot_01_32_031{width:33px;height:41px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -10px -70px}.wcContainer img.wcEmoticon.bg-emot_01_64_001,.wcContainer span.wcEmoticon.bg-emot_01_64_001{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -358px -10px}.wcContainer img.wcEmoticon.bg-emot_01_64_002,.wcContainer span.wcEmoticon.bg-emot_01_64_002{width:64px;height:69px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -274px -10px}.wcContainer img.wcEmoticon.bg-emot_01_64_003,.wcContainer span.wcEmoticon.bg-emot_01_64_003{width:64px;height:75px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -106px -107px}.wcContainer img.wcEmoticon.bg-emot_01_64_004,.wcContainer span.wcEmoticon.bg-emot_01_64_004{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -358px -94px}.wcContainer img.wcEmoticon.bg-emot_01_64_005,.wcContainer span.wcEmoticon.bg-emot_01_64_005{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -358px -178px}.wcContainer img.wcEmoticon.bg-emot_01_64_006,.wcContainer span.wcEmoticon.bg-emot_01_64_006{width:64px;height:70px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -190px -105px}.wcContainer img.wcEmoticon.bg-emot_01_64_007,.wcContainer span.wcEmoticon.bg-emot_01_64_007{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -10px -295px}.wcContainer img.wcEmoticon.bg-emot_01_64_008,.wcContainer span.wcEmoticon.bg-emot_01_64_008{width:70px;height:63px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -10px -212px}.wcContainer img.wcEmoticon.bg-emot_01_64_009,.wcContainer span.wcEmoticon.bg-emot_01_64_009{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -94px -295px}.wcContainer img.wcEmoticon.bg-emot_01_64_010,.wcContainer span.wcEmoticon.bg-emot_01_64_010{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -178px -295px}.wcContainer img.wcEmoticon.bg-emot_01_64_011,.wcContainer span.wcEmoticon.bg-emot_01_64_011{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -262px -295px}.wcContainer img.wcEmoticon.bg-emot_01_64_012,.wcContainer span.wcEmoticon.bg-emot_01_64_012{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -346px -295px}.wcContainer img.wcEmoticon.bg-emot_01_64_013,.wcContainer span.wcEmoticon.bg-emot_01_64_013{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -442px -10px}.wcContainer img.wcEmoticon.bg-emot_01_64_014,.wcContainer span.wcEmoticon.bg-emot_01_64_014{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -442px -94px}.wcContainer img.wcEmoticon.bg-emot_01_64_015,.wcContainer span.wcEmoticon.bg-emot_01_64_015{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -442px -178px}.wcContainer img.wcEmoticon.bg-emot_01_64_016,.wcContainer span.wcEmoticon.bg-emot_01_64_016{width:64px;height:77px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -106px -10px}.wcContainer img.wcEmoticon.bg-emot_01_64_017,.wcContainer span.wcEmoticon.bg-emot_01_64_017{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -442px -262px}.wcContainer img.wcEmoticon.bg-emot_01_64_018,.wcContainer span.wcEmoticon.bg-emot_01_64_018{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -10px -379px}.wcContainer img.wcEmoticon.bg-emot_01_64_019,.wcContainer span.wcEmoticon.bg-emot_01_64_019{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -94px -379px}.wcContainer img.wcEmoticon.bg-emot_01_64_020,.wcContainer span.wcEmoticon.bg-emot_01_64_020{width:76px;height:79px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -10px -10px}.wcContainer img.wcEmoticon.bg-emot_01_64_021,.wcContainer span.wcEmoticon.bg-emot_01_64_021{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -178px -379px}.wcContainer img.wcEmoticon.bg-emot_01_64_022,.wcContainer span.wcEmoticon.bg-emot_01_64_022{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -262px -379px}.wcContainer img.wcEmoticon.bg-emot_01_64_023,.wcContainer span.wcEmoticon.bg-emot_01_64_023{width:64px;height:75px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -190px -10px}.wcContainer img.wcEmoticon.bg-emot_01_64_024,.wcContainer span.wcEmoticon.bg-emot_01_64_024{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -346px -379px}.wcContainer img.wcEmoticon.bg-emot_01_64_025,.wcContainer span.wcEmoticon.bg-emot_01_64_025{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -430px -379px}.wcContainer img.wcEmoticon.bg-emot_01_64_026,.wcContainer span.wcEmoticon.bg-emot_01_64_026{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -526px -10px}.wcContainer img.wcEmoticon.bg-emot_01_64_027,.wcContainer span.wcEmoticon.bg-emot_01_64_027{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -526px -94px}.wcContainer img.wcEmoticon.bg-emot_01_64_028,.wcContainer span.wcEmoticon.bg-emot_01_64_028{width:64px;height:67px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -274px -99px}.wcContainer img.wcEmoticon.bg-emot_01_64_029,.wcContainer span.wcEmoticon.bg-emot_01_64_029{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -526px -178px}.wcContainer img.wcEmoticon.bg-emot_01_64_030,.wcContainer span.wcEmoticon.bg-emot_01_64_030{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -526px -262px}.wcContainer img.wcEmoticon.bg-emot_01_64_031,.wcContainer span.wcEmoticon.bg-emot_01_64_031{width:66px;height:83px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -10px -109px}.wcContainer img.wcEmoticon.bg-emot_01_128_001,.wcContainer span.wcEmoticon.bg-emot_01_128_001{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -158px -376px}.wcContainer img.wcEmoticon.bg-emot_01_128_002,.wcContainer span.wcEmoticon.bg-emot_01_128_002{width:128px;height:139px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -480px -157px}.wcContainer img.wcEmoticon.bg-emot_01_128_003,.wcContainer span.wcEmoticon.bg-emot_01_128_003{width:128px;height:151px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -184px -183px}.wcContainer img.wcEmoticon.bg-emot_01_128_004,.wcContainer span.wcEmoticon.bg-emot_01_128_004{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -306px -376px}.wcContainer img.wcEmoticon.bg-emot_01_128_005,.wcContainer span.wcEmoticon.bg-emot_01_128_005{width:128px;height:127px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -454px -679px}.wcContainer img.wcEmoticon.bg-emot_01_128_006,.wcContainer span.wcEmoticon.bg-emot_01_128_006{width:128px;height:139px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -332px -181px}.wcContainer img.wcEmoticon.bg-emot_01_128_007,.wcContainer span.wcEmoticon.bg-emot_01_128_007{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -454px -376px}.wcContainer img.wcEmoticon.bg-emot_01_128_008,.wcContainer span.wcEmoticon.bg-emot_01_128_008{width:142px;height:127px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -480px -10px}.wcContainer img.wcEmoticon.bg-emot_01_128_009,.wcContainer span.wcEmoticon.bg-emot_01_128_009{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -642px -10px}.wcContainer img.wcEmoticon.bg-emot_01_128_010,.wcContainer span.wcEmoticon.bg-emot_01_128_010{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -642px -158px}.wcContainer img.wcEmoticon.bg-emot_01_128_011,.wcContainer span.wcEmoticon.bg-emot_01_128_011{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -642px -306px}.wcContainer img.wcEmoticon.bg-emot_01_128_012,.wcContainer span.wcEmoticon.bg-emot_01_128_012{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -10px -531px}.wcContainer img.wcEmoticon.bg-emot_01_128_013,.wcContainer span.wcEmoticon.bg-emot_01_128_013{width:128px;height:127px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -602px -679px}.wcContainer img.wcEmoticon.bg-emot_01_128_014,.wcContainer span.wcEmoticon.bg-emot_01_128_014{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -158px -531px}.wcContainer img.wcEmoticon.bg-emot_01_128_015,.wcContainer span.wcEmoticon.bg-emot_01_128_015{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -306px -531px}.wcContainer img.wcEmoticon.bg-emot_01_128_016,.wcContainer span.wcEmoticon.bg-emot_01_128_016{width:128px;height:153px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -184px -10px}.wcContainer img.wcEmoticon.bg-emot_01_128_017,.wcContainer span.wcEmoticon.bg-emot_01_128_017{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -454px -531px}.wcContainer img.wcEmoticon.bg-emot_01_128_018,.wcContainer span.wcEmoticon.bg-emot_01_128_018{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -602px -531px}.wcContainer img.wcEmoticon.bg-emot_01_128_019,.wcContainer span.wcEmoticon.bg-emot_01_128_019{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -790px -10px}.wcContainer img.wcEmoticon.bg-emot_01_128_020,.wcContainer span.wcEmoticon.bg-emot_01_128_020{width:154px;height:160px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -10px -10px}.wcContainer img.wcEmoticon.bg-emot_01_128_021,.wcContainer span.wcEmoticon.bg-emot_01_128_021{width:128px;height:127px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -750px -679px}.wcContainer img.wcEmoticon.bg-emot_01_128_022,.wcContainer span.wcEmoticon.bg-emot_01_128_022{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -790px -158px}.wcContainer img.wcEmoticon.bg-emot_01_128_023,.wcContainer span.wcEmoticon.bg-emot_01_128_023{width:128px;height:151px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -332px -10px}.wcContainer img.wcEmoticon.bg-emot_01_128_024,.wcContainer span.wcEmoticon.bg-emot_01_128_024{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -790px -306px}.wcContainer img.wcEmoticon.bg-emot_01_128_025,.wcContainer span.wcEmoticon.bg-emot_01_128_025{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -790px -454px}.wcContainer img.wcEmoticon.bg-emot_01_128_026,.wcContainer span.wcEmoticon.bg-emot_01_128_026{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -10px -679px}.wcContainer img.wcEmoticon.bg-emot_01_128_027,.wcContainer span.wcEmoticon.bg-emot_01_128_027{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -158px -679px}.wcContainer img.wcEmoticon.bg-emot_01_128_028,.wcContainer span.wcEmoticon.bg-emot_01_128_028{width:128px;height:135px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -10px -376px}.wcContainer img.wcEmoticon.bg-emot_01_128_029,.wcContainer span.wcEmoticon.bg-emot_01_128_029{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -306px -679px}.wcContainer img.wcEmoticon.bg-emot_01_128_030,.wcContainer span.wcEmoticon.bg-emot_01_128_030{width:128px;height:127px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -938px -10px}.wcContainer img.wcEmoticon.bg-emot_01_128_031,.wcContainer span.wcEmoticon.bg-emot_01_128_031{width:132px;height:166px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -10px -190px}.wcContainer img.wcEmoticon.bg-emot_02_32_001,.wcContainer span.wcEmoticon.bg-emot_02_32_001{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -10px -10px}.wcContainer img.wcEmoticon.bg-emot_02_32_002,.wcContainer span.wcEmoticon.bg-emot_02_32_002{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -62px -10px}.wcContainer img.wcEmoticon.bg-emot_02_32_003,.wcContainer span.wcEmoticon.bg-emot_02_32_003{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -10px -62px}.wcContainer img.wcEmoticon.bg-emot_02_32_004,.wcContainer span.wcEmoticon.bg-emot_02_32_004{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -62px -62px}.wcContainer img.wcEmoticon.bg-emot_02_32_005,.wcContainer span.wcEmoticon.bg-emot_02_32_005{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -114px -10px}.wcContainer img.wcEmoticon.bg-emot_02_32_006,.wcContainer span.wcEmoticon.bg-emot_02_32_006{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -114px -62px}.wcContainer img.wcEmoticon.bg-emot_02_32_007,.wcContainer span.wcEmoticon.bg-emot_02_32_007{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -10px -114px}.wcContainer img.wcEmoticon.bg-emot_02_32_008,.wcContainer span.wcEmoticon.bg-emot_02_32_008{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -62px -114px}.wcContainer img.wcEmoticon.bg-emot_02_32_009,.wcContainer span.wcEmoticon.bg-emot_02_32_009{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -114px -114px}.wcContainer img.wcEmoticon.bg-emot_02_32_010,.wcContainer span.wcEmoticon.bg-emot_02_32_010{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -166px -10px}.wcContainer img.wcEmoticon.bg-emot_02_32_011,.wcContainer span.wcEmoticon.bg-emot_02_32_011{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -166px -62px}.wcContainer img.wcEmoticon.bg-emot_02_32_012,.wcContainer span.wcEmoticon.bg-emot_02_32_012{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -166px -114px}.wcContainer img.wcEmoticon.bg-emot_02_32_013,.wcContainer span.wcEmoticon.bg-emot_02_32_013{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -10px -166px}.wcContainer img.wcEmoticon.bg-emot_02_32_014,.wcContainer span.wcEmoticon.bg-emot_02_32_014{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -62px -166px}.wcContainer img.wcEmoticon.bg-emot_02_32_015,.wcContainer span.wcEmoticon.bg-emot_02_32_015{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -114px -166px}.wcContainer img.wcEmoticon.bg-emot_02_32_016,.wcContainer span.wcEmoticon.bg-emot_02_32_016{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -166px -166px}.wcContainer img.wcEmoticon.bg-emot_02_32_017,.wcContainer span.wcEmoticon.bg-emot_02_32_017{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -218px -10px}.wcContainer img.wcEmoticon.bg-emot_02_32_018,.wcContainer span.wcEmoticon.bg-emot_02_32_018{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -218px -62px}.wcContainer img.wcEmoticon.bg-emot_02_32_019,.wcContainer span.wcEmoticon.bg-emot_02_32_019{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -218px -114px}.wcContainer img.wcEmoticon.bg-emot_02_32_020,.wcContainer span.wcEmoticon.bg-emot_02_32_020{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -218px -166px}.wcContainer img.wcEmoticon.bg-emot_02_32_021,.wcContainer span.wcEmoticon.bg-emot_02_32_021{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -10px -218px}.wcContainer img.wcEmoticon.bg-emot_02_32_022,.wcContainer span.wcEmoticon.bg-emot_02_32_022{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -62px -218px}.wcContainer img.wcEmoticon.bg-emot_02_32_023,.wcContainer span.wcEmoticon.bg-emot_02_32_023{width:28px;height:33px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -374px -10px}.wcContainer img.wcEmoticon.bg-emot_02_32_024,.wcContainer span.wcEmoticon.bg-emot_02_32_024{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -114px -218px}.wcContainer img.wcEmoticon.bg-emot_02_32_025,.wcContainer span.wcEmoticon.bg-emot_02_32_025{width:30px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -166px -322px}.wcContainer img.wcEmoticon.bg-emot_02_32_026,.wcContainer span.wcEmoticon.bg-emot_02_32_026{width:30px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -216px -322px}.wcContainer img.wcEmoticon.bg-emot_02_32_027,.wcContainer span.wcEmoticon.bg-emot_02_32_027{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -166px -218px}.wcContainer img.wcEmoticon.bg-emot_02_32_028,.wcContainer span.wcEmoticon.bg-emot_02_32_028{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -218px -218px}.wcContainer img.wcEmoticon.bg-emot_02_32_029,.wcContainer span.wcEmoticon.bg-emot_02_32_029{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -270px -10px}.wcContainer img.wcEmoticon.bg-emot_02_32_030,.wcContainer span.wcEmoticon.bg-emot_02_32_030{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -270px -62px}.wcContainer img.wcEmoticon.bg-emot_02_32_031,.wcContainer span.wcEmoticon.bg-emot_02_32_031{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -270px -114px}.wcContainer img.wcEmoticon.bg-emot_02_32_032,.wcContainer span.wcEmoticon.bg-emot_02_32_032{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -270px -166px}.wcContainer img.wcEmoticon.bg-emot_02_32_033,.wcContainer span.wcEmoticon.bg-emot_02_32_033{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -270px -218px}.wcContainer img.wcEmoticon.bg-emot_02_32_034,.wcContainer span.wcEmoticon.bg-emot_02_32_034{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -10px -270px}.wcContainer img.wcEmoticon.bg-emot_02_32_035,.wcContainer span.wcEmoticon.bg-emot_02_32_035{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -62px -270px}.wcContainer img.wcEmoticon.bg-emot_02_32_036,.wcContainer span.wcEmoticon.bg-emot_02_32_036{width:30px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -266px -322px}.wcContainer img.wcEmoticon.bg-emot_02_32_037,.wcContainer span.wcEmoticon.bg-emot_02_32_037{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -114px -270px}.wcContainer img.wcEmoticon.bg-emot_02_32_038,.wcContainer span.wcEmoticon.bg-emot_02_32_038{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -166px -270px}.wcContainer img.wcEmoticon.bg-emot_02_32_039,.wcContainer span.wcEmoticon.bg-emot_02_32_039{width:32px;height:28px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -316px -322px}.wcContainer img.wcEmoticon.bg-emot_02_32_040,.wcContainer span.wcEmoticon.bg-emot_02_32_040{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -218px -270px}.wcContainer img.wcEmoticon.bg-emot_02_32_041,.wcContainer span.wcEmoticon.bg-emot_02_32_041{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -270px -270px}.wcContainer img.wcEmoticon.bg-emot_02_32_042,.wcContainer span.wcEmoticon.bg-emot_02_32_042{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -322px -10px}.wcContainer img.wcEmoticon.bg-emot_02_32_043,.wcContainer span.wcEmoticon.bg-emot_02_32_043{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -322px -62px}.wcContainer img.wcEmoticon.bg-emot_02_32_044,.wcContainer span.wcEmoticon.bg-emot_02_32_044{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -322px -114px}.wcContainer img.wcEmoticon.bg-emot_02_32_045,.wcContainer span.wcEmoticon.bg-emot_02_32_045{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -322px -166px}.wcContainer img.wcEmoticon.bg-emot_02_32_046,.wcContainer span.wcEmoticon.bg-emot_02_32_046{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -322px -218px}.wcContainer img.wcEmoticon.bg-emot_02_32_047,.wcContainer span.wcEmoticon.bg-emot_02_32_047{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -322px -270px}.wcContainer img.wcEmoticon.bg-emot_02_32_048,.wcContainer span.wcEmoticon.bg-emot_02_32_048{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -10px -322px}.wcContainer img.wcEmoticon.bg-emot_02_32_049,.wcContainer span.wcEmoticon.bg-emot_02_32_049{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -62px -322px}.wcContainer img.wcEmoticon.bg-emot_02_32_050,.wcContainer span.wcEmoticon.bg-emot_02_32_050{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -114px -322px}.wcContainer img.wcEmoticon.bg-emot_02_64_001,.wcContainer span.wcEmoticon.bg-emot_02_64_001{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -10px -10px}.wcContainer img.wcEmoticon.bg-emot_02_64_002,.wcContainer span.wcEmoticon.bg-emot_02_64_002{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -94px -10px}.wcContainer img.wcEmoticon.bg-emot_02_64_003,.wcContainer span.wcEmoticon.bg-emot_02_64_003{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -10px -94px}.wcContainer img.wcEmoticon.bg-emot_02_64_004,.wcContainer span.wcEmoticon.bg-emot_02_64_004{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -94px -94px}.wcContainer img.wcEmoticon.bg-emot_02_64_005,.wcContainer span.wcEmoticon.bg-emot_02_64_005{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -178px -10px}.wcContainer img.wcEmoticon.bg-emot_02_64_006,.wcContainer span.wcEmoticon.bg-emot_02_64_006{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -178px -94px}.wcContainer img.wcEmoticon.bg-emot_02_64_007,.wcContainer span.wcEmoticon.bg-emot_02_64_007{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -10px -178px}.wcContainer img.wcEmoticon.bg-emot_02_64_008,.wcContainer span.wcEmoticon.bg-emot_02_64_008{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -94px -178px}.wcContainer img.wcEmoticon.bg-emot_02_64_009,.wcContainer span.wcEmoticon.bg-emot_02_64_009{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -178px -178px}.wcContainer img.wcEmoticon.bg-emot_02_64_010,.wcContainer span.wcEmoticon.bg-emot_02_64_010{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -262px -10px}.wcContainer img.wcEmoticon.bg-emot_02_64_011,.wcContainer span.wcEmoticon.bg-emot_02_64_011{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -262px -94px}.wcContainer img.wcEmoticon.bg-emot_02_64_012,.wcContainer span.wcEmoticon.bg-emot_02_64_012{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -262px -178px}.wcContainer img.wcEmoticon.bg-emot_02_64_013,.wcContainer span.wcEmoticon.bg-emot_02_64_013{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -10px -262px}.wcContainer img.wcEmoticon.bg-emot_02_64_014,.wcContainer span.wcEmoticon.bg-emot_02_64_014{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -94px -262px}.wcContainer img.wcEmoticon.bg-emot_02_64_015,.wcContainer span.wcEmoticon.bg-emot_02_64_015{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -178px -262px}.wcContainer img.wcEmoticon.bg-emot_02_64_016,.wcContainer span.wcEmoticon.bg-emot_02_64_016{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -262px -262px}.wcContainer img.wcEmoticon.bg-emot_02_64_017,.wcContainer span.wcEmoticon.bg-emot_02_64_017{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -346px -10px}.wcContainer img.wcEmoticon.bg-emot_02_64_018,.wcContainer span.wcEmoticon.bg-emot_02_64_018{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -346px -94px}.wcContainer img.wcEmoticon.bg-emot_02_64_019,.wcContainer span.wcEmoticon.bg-emot_02_64_019{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -346px -178px}.wcContainer img.wcEmoticon.bg-emot_02_64_020,.wcContainer span.wcEmoticon.bg-emot_02_64_020{width:63px;height:63px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -178px -514px}.wcContainer img.wcEmoticon.bg-emot_02_64_021,.wcContainer span.wcEmoticon.bg-emot_02_64_021{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -346px -262px}.wcContainer img.wcEmoticon.bg-emot_02_64_022,.wcContainer span.wcEmoticon.bg-emot_02_64_022{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -10px -346px}.wcContainer img.wcEmoticon.bg-emot_02_64_023,.wcContainer span.wcEmoticon.bg-emot_02_64_023{width:54px;height:66px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -598px -260px}.wcContainer img.wcEmoticon.bg-emot_02_64_024,.wcContainer span.wcEmoticon.bg-emot_02_64_024{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -94px -346px}.wcContainer img.wcEmoticon.bg-emot_02_64_025,.wcContainer span.wcEmoticon.bg-emot_02_64_025{width:58px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -598px -94px}.wcContainer img.wcEmoticon.bg-emot_02_64_026,.wcContainer span.wcEmoticon.bg-emot_02_64_026{width:58px;height:62px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -598px -178px}.wcContainer img.wcEmoticon.bg-emot_02_64_027,.wcContainer span.wcEmoticon.bg-emot_02_64_027{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -178px -346px}.wcContainer img.wcEmoticon.bg-emot_02_64_028,.wcContainer span.wcEmoticon.bg-emot_02_64_028{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -262px -346px}.wcContainer img.wcEmoticon.bg-emot_02_64_029,.wcContainer span.wcEmoticon.bg-emot_02_64_029{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -346px -346px}.wcContainer img.wcEmoticon.bg-emot_02_64_030,.wcContainer span.wcEmoticon.bg-emot_02_64_030{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -430px -10px}.wcContainer img.wcEmoticon.bg-emot_02_64_031,.wcContainer span.wcEmoticon.bg-emot_02_64_031{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -430px -94px}.wcContainer img.wcEmoticon.bg-emot_02_64_032,.wcContainer span.wcEmoticon.bg-emot_02_64_032{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -430px -178px}.wcContainer img.wcEmoticon.bg-emot_02_64_033,.wcContainer span.wcEmoticon.bg-emot_02_64_033{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -430px -262px}.wcContainer img.wcEmoticon.bg-emot_02_64_034,.wcContainer span.wcEmoticon.bg-emot_02_64_034{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -430px -346px}.wcContainer img.wcEmoticon.bg-emot_02_64_035,.wcContainer span.wcEmoticon.bg-emot_02_64_035{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -10px -430px}.wcContainer img.wcEmoticon.bg-emot_02_64_036,.wcContainer span.wcEmoticon.bg-emot_02_64_036{width:60px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -598px -10px}.wcContainer img.wcEmoticon.bg-emot_02_64_037,.wcContainer span.wcEmoticon.bg-emot_02_64_037{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -94px -430px}.wcContainer img.wcEmoticon.bg-emot_02_64_038,.wcContainer span.wcEmoticon.bg-emot_02_64_038{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -178px -430px}.wcContainer img.wcEmoticon.bg-emot_02_64_039,.wcContainer span.wcEmoticon.bg-emot_02_64_039{width:64px;height:56px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -261px -514px}.wcContainer img.wcEmoticon.bg-emot_02_64_040,.wcContainer span.wcEmoticon.bg-emot_02_64_040{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -262px -430px}.wcContainer img.wcEmoticon.bg-emot_02_64_041,.wcContainer span.wcEmoticon.bg-emot_02_64_041{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -346px -430px}.wcContainer img.wcEmoticon.bg-emot_02_64_042,.wcContainer span.wcEmoticon.bg-emot_02_64_042{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -430px -430px}.wcContainer img.wcEmoticon.bg-emot_02_64_043,.wcContainer span.wcEmoticon.bg-emot_02_64_043{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -514px -10px}.wcContainer img.wcEmoticon.bg-emot_02_64_044,.wcContainer span.wcEmoticon.bg-emot_02_64_044{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -514px -94px}.wcContainer img.wcEmoticon.bg-emot_02_64_045,.wcContainer span.wcEmoticon.bg-emot_02_64_045{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -514px -178px}.wcContainer img.wcEmoticon.bg-emot_02_64_046,.wcContainer span.wcEmoticon.bg-emot_02_64_046{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -514px -262px}.wcContainer img.wcEmoticon.bg-emot_02_64_047,.wcContainer span.wcEmoticon.bg-emot_02_64_047{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -514px -346px}.wcContainer img.wcEmoticon.bg-emot_02_64_048,.wcContainer span.wcEmoticon.bg-emot_02_64_048{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -514px -430px}.wcContainer img.wcEmoticon.bg-emot_02_64_049,.wcContainer span.wcEmoticon.bg-emot_02_64_049{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -10px -514px}.wcContainer img.wcEmoticon.bg-emot_02_64_050,.wcContainer span.wcEmoticon.bg-emot_02_64_050{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -94px -514px}.wcContainer img.wcEmoticon.bg-emot_02_128_001,.wcContainer span.wcEmoticon.bg-emot_02_128_001{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -158px -188px}.wcContainer img.wcEmoticon.bg-emot_02_128_002,.wcContainer span.wcEmoticon.bg-emot_02_128_002{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -306px -188px}.wcContainer img.wcEmoticon.bg-emot_02_128_003,.wcContainer span.wcEmoticon.bg-emot_02_128_003{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -454px -10px}.wcContainer img.wcEmoticon.bg-emot_02_128_004,.wcContainer span.wcEmoticon.bg-emot_02_128_004{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -454px -158px}.wcContainer img.wcEmoticon.bg-emot_02_128_005,.wcContainer span.wcEmoticon.bg-emot_02_128_005{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -10px -344px}.wcContainer img.wcEmoticon.bg-emot_02_128_006,.wcContainer span.wcEmoticon.bg-emot_02_128_006{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -158px -344px}.wcContainer img.wcEmoticon.bg-emot_02_128_007,.wcContainer span.wcEmoticon.bg-emot_02_128_007{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -306px -344px}.wcContainer img.wcEmoticon.bg-emot_02_128_008,.wcContainer span.wcEmoticon.bg-emot_02_128_008{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -454px -344px}.wcContainer img.wcEmoticon.bg-emot_02_128_009,.wcContainer span.wcEmoticon.bg-emot_02_128_009{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -602px -10px}.wcContainer img.wcEmoticon.bg-emot_02_128_010,.wcContainer span.wcEmoticon.bg-emot_02_128_010{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -602px -158px}.wcContainer img.wcEmoticon.bg-emot_02_128_011,.wcContainer span.wcEmoticon.bg-emot_02_128_011{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -602px -306px}.wcContainer img.wcEmoticon.bg-emot_02_128_012,.wcContainer span.wcEmoticon.bg-emot_02_128_012{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -10px -492px}.wcContainer img.wcEmoticon.bg-emot_02_128_013,.wcContainer span.wcEmoticon.bg-emot_02_128_013{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -158px -492px}.wcContainer img.wcEmoticon.bg-emot_02_128_014,.wcContainer span.wcEmoticon.bg-emot_02_128_014{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -306px -492px}.wcContainer img.wcEmoticon.bg-emot_02_128_015,.wcContainer span.wcEmoticon.bg-emot_02_128_015{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -454px -492px}.wcContainer img.wcEmoticon.bg-emot_02_128_016,.wcContainer span.wcEmoticon.bg-emot_02_128_016{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -602px -492px}.wcContainer img.wcEmoticon.bg-emot_02_128_017,.wcContainer span.wcEmoticon.bg-emot_02_128_017{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -750px -10px}.wcContainer img.wcEmoticon.bg-emot_02_128_018,.wcContainer span.wcEmoticon.bg-emot_02_128_018{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -750px -158px}.wcContainer img.wcEmoticon.bg-emot_02_128_019,.wcContainer span.wcEmoticon.bg-emot_02_128_019{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -750px -306px}.wcContainer img.wcEmoticon.bg-emot_02_128_020,.wcContainer span.wcEmoticon.bg-emot_02_128_020{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -750px -454px}.wcContainer img.wcEmoticon.bg-emot_02_128_021,.wcContainer span.wcEmoticon.bg-emot_02_128_021{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -10px -640px}.wcContainer img.wcEmoticon.bg-emot_02_128_022,.wcContainer span.wcEmoticon.bg-emot_02_128_022{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -158px -640px}.wcContainer img.wcEmoticon.bg-emot_02_128_023,.wcContainer span.wcEmoticon.bg-emot_02_128_023{width:128px;height:158px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -10px -10px}.wcContainer img.wcEmoticon.bg-emot_02_128_024,.wcContainer span.wcEmoticon.bg-emot_02_128_024{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -306px -640px}.wcContainer img.wcEmoticon.bg-emot_02_128_025,.wcContainer span.wcEmoticon.bg-emot_02_128_025{width:128px;height:140px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -158px -10px}.wcContainer img.wcEmoticon.bg-emot_02_128_026,.wcContainer span.wcEmoticon.bg-emot_02_128_026{width:128px;height:137px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -306px -10px}.wcContainer img.wcEmoticon.bg-emot_02_128_027,.wcContainer span.wcEmoticon.bg-emot_02_128_027{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -454px -640px}.wcContainer img.wcEmoticon.bg-emot_02_128_028,.wcContainer span.wcEmoticon.bg-emot_02_128_028{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -602px -640px}.wcContainer img.wcEmoticon.bg-emot_02_128_029,.wcContainer span.wcEmoticon.bg-emot_02_128_029{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -750px -640px}.wcContainer img.wcEmoticon.bg-emot_02_128_030,.wcContainer span.wcEmoticon.bg-emot_02_128_030{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -898px -10px}.wcContainer img.wcEmoticon.bg-emot_02_128_031,.wcContainer span.wcEmoticon.bg-emot_02_128_031{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -898px -158px}.wcContainer img.wcEmoticon.bg-emot_02_128_032,.wcContainer span.wcEmoticon.bg-emot_02_128_032{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -898px -306px}.wcContainer img.wcEmoticon.bg-emot_02_128_033,.wcContainer span.wcEmoticon.bg-emot_02_128_033{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -898px -454px}.wcContainer img.wcEmoticon.bg-emot_02_128_034,.wcContainer span.wcEmoticon.bg-emot_02_128_034{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -898px -602px}.wcContainer img.wcEmoticon.bg-emot_02_128_035,.wcContainer span.wcEmoticon.bg-emot_02_128_035{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -10px -788px}.wcContainer img.wcEmoticon.bg-emot_02_128_036,.wcContainer span.wcEmoticon.bg-emot_02_128_036{width:128px;height:136px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -10px -188px}.wcContainer img.wcEmoticon.bg-emot_02_128_037,.wcContainer span.wcEmoticon.bg-emot_02_128_037{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -158px -788px}.wcContainer img.wcEmoticon.bg-emot_02_128_038,.wcContainer span.wcEmoticon.bg-emot_02_128_038{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -306px -788px}.wcContainer img.wcEmoticon.bg-emot_02_128_039,.wcContainer span.wcEmoticon.bg-emot_02_128_039{width:128px;height:113px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -158px -936px}.wcContainer img.wcEmoticon.bg-emot_02_128_040,.wcContainer span.wcEmoticon.bg-emot_02_128_040{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -454px -788px}.wcContainer img.wcEmoticon.bg-emot_02_128_041,.wcContainer span.wcEmoticon.bg-emot_02_128_041{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -602px -788px}.wcContainer img.wcEmoticon.bg-emot_02_128_042,.wcContainer span.wcEmoticon.bg-emot_02_128_042{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -750px -788px}.wcContainer img.wcEmoticon.bg-emot_02_128_043,.wcContainer span.wcEmoticon.bg-emot_02_128_043{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -898px -788px}.wcContainer img.wcEmoticon.bg-emot_02_128_044,.wcContainer span.wcEmoticon.bg-emot_02_128_044{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -1046px -10px}.wcContainer img.wcEmoticon.bg-emot_02_128_045,.wcContainer span.wcEmoticon.bg-emot_02_128_045{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -1046px -158px}.wcContainer img.wcEmoticon.bg-emot_02_128_046,.wcContainer span.wcEmoticon.bg-emot_02_128_046{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -1046px -306px}.wcContainer img.wcEmoticon.bg-emot_02_128_047,.wcContainer span.wcEmoticon.bg-emot_02_128_047{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -1046px -454px}.wcContainer img.wcEmoticon.bg-emot_02_128_048,.wcContainer span.wcEmoticon.bg-emot_02_128_048{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -1046px -602px}.wcContainer img.wcEmoticon.bg-emot_02_128_049,.wcContainer span.wcEmoticon.bg-emot_02_128_049{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -1046px -750px}.wcContainer img.wcEmoticon.bg-emot_02_128_050,.wcContainer span.wcEmoticon.bg-emot_02_128_050{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -10px -936px}.wcContainer img.wcEmoticon.bg-emot_03_32_001,.wcContainer span.wcEmoticon.bg-emot_03_32_001{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -10px -10px}.wcContainer img.wcEmoticon.bg-emot_03_32_002,.wcContainer span.wcEmoticon.bg-emot_03_32_002{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -62px -10px}.wcContainer img.wcEmoticon.bg-emot_03_32_003,.wcContainer span.wcEmoticon.bg-emot_03_32_003{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -10px -62px}.wcContainer img.wcEmoticon.bg-emot_03_32_004,.wcContainer span.wcEmoticon.bg-emot_03_32_004{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -62px -62px}.wcContainer img.wcEmoticon.bg-emot_03_32_005,.wcContainer span.wcEmoticon.bg-emot_03_32_005{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -114px -10px}.wcContainer img.wcEmoticon.bg-emot_03_32_006,.wcContainer span.wcEmoticon.bg-emot_03_32_006{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -114px -62px}.wcContainer img.wcEmoticon.bg-emot_03_32_007,.wcContainer span.wcEmoticon.bg-emot_03_32_007{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -10px -114px}.wcContainer img.wcEmoticon.bg-emot_03_32_008,.wcContainer span.wcEmoticon.bg-emot_03_32_008{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -62px -114px}.wcContainer img.wcEmoticon.bg-emot_03_32_009,.wcContainer span.wcEmoticon.bg-emot_03_32_009{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -114px -114px}.wcContainer img.wcEmoticon.bg-emot_03_32_010,.wcContainer span.wcEmoticon.bg-emot_03_32_010{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -166px -10px}.wcContainer img.wcEmoticon.bg-emot_03_32_011,.wcContainer span.wcEmoticon.bg-emot_03_32_011{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -166px -62px}.wcContainer img.wcEmoticon.bg-emot_03_32_012,.wcContainer span.wcEmoticon.bg-emot_03_32_012{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -166px -114px}.wcContainer img.wcEmoticon.bg-emot_03_32_013,.wcContainer span.wcEmoticon.bg-emot_03_32_013{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -10px -166px}.wcContainer img.wcEmoticon.bg-emot_03_32_014,.wcContainer span.wcEmoticon.bg-emot_03_32_014{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -62px -166px}.wcContainer img.wcEmoticon.bg-emot_03_32_015,.wcContainer span.wcEmoticon.bg-emot_03_32_015{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -114px -166px}.wcContainer img.wcEmoticon.bg-emot_03_32_016,.wcContainer span.wcEmoticon.bg-emot_03_32_016{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -166px -166px}.wcContainer img.wcEmoticon.bg-emot_03_32_017,.wcContainer span.wcEmoticon.bg-emot_03_32_017{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -218px -10px}.wcContainer img.wcEmoticon.bg-emot_03_32_018,.wcContainer span.wcEmoticon.bg-emot_03_32_018{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -218px -62px}.wcContainer img.wcEmoticon.bg-emot_03_32_019,.wcContainer span.wcEmoticon.bg-emot_03_32_019{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -218px -114px}.wcContainer img.wcEmoticon.bg-emot_03_32_020,.wcContainer span.wcEmoticon.bg-emot_03_32_020{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -218px -166px}.wcContainer img.wcEmoticon.bg-emot_03_32_021,.wcContainer span.wcEmoticon.bg-emot_03_32_021{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -10px -218px}.wcContainer img.wcEmoticon.bg-emot_03_32_022,.wcContainer span.wcEmoticon.bg-emot_03_32_022{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -62px -218px}.wcContainer img.wcEmoticon.bg-emot_03_32_023,.wcContainer span.wcEmoticon.bg-emot_03_32_023{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -114px -218px}.wcContainer img.wcEmoticon.bg-emot_03_32_024,.wcContainer span.wcEmoticon.bg-emot_03_32_024{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -166px -218px}.wcContainer img.wcEmoticon.bg-emot_03_32_025,.wcContainer span.wcEmoticon.bg-emot_03_32_025{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -218px -218px}.wcContainer img.wcEmoticon.bg-emot_03_32_026,.wcContainer span.wcEmoticon.bg-emot_03_32_026{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -270px -10px}.wcContainer img.wcEmoticon.bg-emot_03_32_027,.wcContainer span.wcEmoticon.bg-emot_03_32_027{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -270px -62px}.wcContainer img.wcEmoticon.bg-emot_03_32_028,.wcContainer span.wcEmoticon.bg-emot_03_32_028{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -270px -114px}.wcContainer img.wcEmoticon.bg-emot_03_32_029,.wcContainer span.wcEmoticon.bg-emot_03_32_029{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -270px -166px}.wcContainer img.wcEmoticon.bg-emot_03_32_030,.wcContainer span.wcEmoticon.bg-emot_03_32_030{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -270px -218px}.wcContainer img.wcEmoticon.bg-emot_03_32_031,.wcContainer span.wcEmoticon.bg-emot_03_32_031{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -10px -270px}.wcContainer img.wcEmoticon.bg-emot_03_32_032,.wcContainer span.wcEmoticon.bg-emot_03_32_032{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -62px -270px}.wcContainer img.wcEmoticon.bg-emot_03_32_033,.wcContainer span.wcEmoticon.bg-emot_03_32_033{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -114px -270px}.wcContainer img.wcEmoticon.bg-emot_03_32_034,.wcContainer span.wcEmoticon.bg-emot_03_32_034{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -166px -270px}.wcContainer img.wcEmoticon.bg-emot_03_32_035,.wcContainer span.wcEmoticon.bg-emot_03_32_035{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -218px -270px}.wcContainer img.wcEmoticon.bg-emot_03_32_036,.wcContainer span.wcEmoticon.bg-emot_03_32_036{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -270px -270px}.wcContainer img.wcEmoticon.bg-emot_03_32_037,.wcContainer span.wcEmoticon.bg-emot_03_32_037{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -322px -10px}.wcContainer img.wcEmoticon.bg-emot_03_32_038,.wcContainer span.wcEmoticon.bg-emot_03_32_038{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -322px -62px}.wcContainer img.wcEmoticon.bg-emot_03_32_039,.wcContainer span.wcEmoticon.bg-emot_03_32_039{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -322px -114px}.wcContainer img.wcEmoticon.bg-emot_03_32_040,.wcContainer span.wcEmoticon.bg-emot_03_32_040{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -322px -166px}.wcContainer img.wcEmoticon.bg-emot_03_32_041,.wcContainer span.wcEmoticon.bg-emot_03_32_041{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -322px -218px}.wcContainer img.wcEmoticon.bg-emot_03_32_042,.wcContainer span.wcEmoticon.bg-emot_03_32_042{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -322px -270px}.wcContainer img.wcEmoticon.bg-emot_03_32_043,.wcContainer span.wcEmoticon.bg-emot_03_32_043{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -10px -322px}.wcContainer img.wcEmoticon.bg-emot_03_32_044,.wcContainer span.wcEmoticon.bg-emot_03_32_044{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -62px -322px}.wcContainer img.wcEmoticon.bg-emot_03_32_045,.wcContainer span.wcEmoticon.bg-emot_03_32_045{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -114px -322px}.wcContainer img.wcEmoticon.bg-emot_03_32_046,.wcContainer span.wcEmoticon.bg-emot_03_32_046{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -166px -322px}.wcContainer img.wcEmoticon.bg-emot_03_32_047,.wcContainer span.wcEmoticon.bg-emot_03_32_047{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -218px -322px}.wcContainer img.wcEmoticon.bg-emot_03_32_048,.wcContainer span.wcEmoticon.bg-emot_03_32_048{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -270px -322px}.wcContainer img.wcEmoticon.bg-emot_03_64_001,.wcContainer span.wcEmoticon.bg-emot_03_64_001{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -10px -10px}.wcContainer img.wcEmoticon.bg-emot_03_64_002,.wcContainer span.wcEmoticon.bg-emot_03_64_002{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -94px -10px}.wcContainer img.wcEmoticon.bg-emot_03_64_003,.wcContainer span.wcEmoticon.bg-emot_03_64_003{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -10px -94px}.wcContainer img.wcEmoticon.bg-emot_03_64_004,.wcContainer span.wcEmoticon.bg-emot_03_64_004{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -94px -94px}.wcContainer img.wcEmoticon.bg-emot_03_64_005,.wcContainer span.wcEmoticon.bg-emot_03_64_005{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -178px -10px}.wcContainer img.wcEmoticon.bg-emot_03_64_006,.wcContainer span.wcEmoticon.bg-emot_03_64_006{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -178px -94px}.wcContainer img.wcEmoticon.bg-emot_03_64_007,.wcContainer span.wcEmoticon.bg-emot_03_64_007{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -10px -178px}.wcContainer img.wcEmoticon.bg-emot_03_64_008,.wcContainer span.wcEmoticon.bg-emot_03_64_008{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -94px -178px}.wcContainer img.wcEmoticon.bg-emot_03_64_009,.wcContainer span.wcEmoticon.bg-emot_03_64_009{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -178px -178px}.wcContainer img.wcEmoticon.bg-emot_03_64_010,.wcContainer span.wcEmoticon.bg-emot_03_64_010{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -262px -10px}.wcContainer img.wcEmoticon.bg-emot_03_64_011,.wcContainer span.wcEmoticon.bg-emot_03_64_011{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -262px -94px}.wcContainer img.wcEmoticon.bg-emot_03_64_012,.wcContainer span.wcEmoticon.bg-emot_03_64_012{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -262px -178px}.wcContainer img.wcEmoticon.bg-emot_03_64_013,.wcContainer span.wcEmoticon.bg-emot_03_64_013{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -10px -262px}.wcContainer img.wcEmoticon.bg-emot_03_64_014,.wcContainer span.wcEmoticon.bg-emot_03_64_014{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -94px -262px}.wcContainer img.wcEmoticon.bg-emot_03_64_015,.wcContainer span.wcEmoticon.bg-emot_03_64_015{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -178px -262px}.wcContainer img.wcEmoticon.bg-emot_03_64_016,.wcContainer span.wcEmoticon.bg-emot_03_64_016{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -262px -262px}.wcContainer img.wcEmoticon.bg-emot_03_64_017,.wcContainer span.wcEmoticon.bg-emot_03_64_017{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -346px -10px}.wcContainer img.wcEmoticon.bg-emot_03_64_018,.wcContainer span.wcEmoticon.bg-emot_03_64_018{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -346px -94px}.wcContainer img.wcEmoticon.bg-emot_03_64_019,.wcContainer span.wcEmoticon.bg-emot_03_64_019{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -346px -178px}.wcContainer img.wcEmoticon.bg-emot_03_64_020,.wcContainer span.wcEmoticon.bg-emot_03_64_020{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -346px -262px}.wcContainer img.wcEmoticon.bg-emot_03_64_021,.wcContainer span.wcEmoticon.bg-emot_03_64_021{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -10px -346px}.wcContainer img.wcEmoticon.bg-emot_03_64_022,.wcContainer span.wcEmoticon.bg-emot_03_64_022{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -94px -346px}.wcContainer img.wcEmoticon.bg-emot_03_64_023,.wcContainer span.wcEmoticon.bg-emot_03_64_023{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -178px -346px}.wcContainer img.wcEmoticon.bg-emot_03_64_024,.wcContainer span.wcEmoticon.bg-emot_03_64_024{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -262px -346px}.wcContainer img.wcEmoticon.bg-emot_03_64_025,.wcContainer span.wcEmoticon.bg-emot_03_64_025{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -346px -346px}.wcContainer img.wcEmoticon.bg-emot_03_64_026,.wcContainer span.wcEmoticon.bg-emot_03_64_026{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -430px -10px}.wcContainer img.wcEmoticon.bg-emot_03_64_027,.wcContainer span.wcEmoticon.bg-emot_03_64_027{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -430px -94px}.wcContainer img.wcEmoticon.bg-emot_03_64_028,.wcContainer span.wcEmoticon.bg-emot_03_64_028{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -430px -178px}.wcContainer img.wcEmoticon.bg-emot_03_64_029,.wcContainer span.wcEmoticon.bg-emot_03_64_029{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -430px -262px}.wcContainer img.wcEmoticon.bg-emot_03_64_030,.wcContainer span.wcEmoticon.bg-emot_03_64_030{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -430px -346px}.wcContainer img.wcEmoticon.bg-emot_03_64_031,.wcContainer span.wcEmoticon.bg-emot_03_64_031{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -10px -430px}.wcContainer img.wcEmoticon.bg-emot_03_64_032,.wcContainer span.wcEmoticon.bg-emot_03_64_032{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -94px -430px}.wcContainer img.wcEmoticon.bg-emot_03_64_033,.wcContainer span.wcEmoticon.bg-emot_03_64_033{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -178px -430px}.wcContainer img.wcEmoticon.bg-emot_03_64_034,.wcContainer span.wcEmoticon.bg-emot_03_64_034{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -262px -430px}.wcContainer img.wcEmoticon.bg-emot_03_64_035,.wcContainer span.wcEmoticon.bg-emot_03_64_035{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -346px -430px}.wcContainer img.wcEmoticon.bg-emot_03_64_036,.wcContainer span.wcEmoticon.bg-emot_03_64_036{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -430px -430px}.wcContainer img.wcEmoticon.bg-emot_03_64_037,.wcContainer span.wcEmoticon.bg-emot_03_64_037{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -514px -10px}.wcContainer img.wcEmoticon.bg-emot_03_64_038,.wcContainer span.wcEmoticon.bg-emot_03_64_038{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -514px -94px}.wcContainer img.wcEmoticon.bg-emot_03_64_039,.wcContainer span.wcEmoticon.bg-emot_03_64_039{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -514px -178px}.wcContainer img.wcEmoticon.bg-emot_03_64_040,.wcContainer span.wcEmoticon.bg-emot_03_64_040{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -514px -262px}.wcContainer img.wcEmoticon.bg-emot_03_64_041,.wcContainer span.wcEmoticon.bg-emot_03_64_041{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -514px -346px}.wcContainer img.wcEmoticon.bg-emot_03_64_042,.wcContainer span.wcEmoticon.bg-emot_03_64_042{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -514px -430px}.wcContainer img.wcEmoticon.bg-emot_03_64_043,.wcContainer span.wcEmoticon.bg-emot_03_64_043{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -10px -514px}.wcContainer img.wcEmoticon.bg-emot_03_64_044,.wcContainer span.wcEmoticon.bg-emot_03_64_044{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -94px -514px}.wcContainer img.wcEmoticon.bg-emot_03_64_045,.wcContainer span.wcEmoticon.bg-emot_03_64_045{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -178px -514px}.wcContainer img.wcEmoticon.bg-emot_03_64_046,.wcContainer span.wcEmoticon.bg-emot_03_64_046{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -262px -514px}.wcContainer img.wcEmoticon.bg-emot_03_64_047,.wcContainer span.wcEmoticon.bg-emot_03_64_047{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -346px -514px}.wcContainer img.wcEmoticon.bg-emot_03_64_048,.wcContainer span.wcEmoticon.bg-emot_03_64_048{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -430px -514px}.wcContainer img.wcEmoticon.bg-emot_03_128_001,.wcContainer span.wcEmoticon.bg-emot_03_128_001{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -10px -10px}.wcContainer img.wcEmoticon.bg-emot_03_128_002,.wcContainer span.wcEmoticon.bg-emot_03_128_002{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -158px -10px}.wcContainer img.wcEmoticon.bg-emot_03_128_003,.wcContainer span.wcEmoticon.bg-emot_03_128_003{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -10px -158px}.wcContainer img.wcEmoticon.bg-emot_03_128_004,.wcContainer span.wcEmoticon.bg-emot_03_128_004{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -158px -158px}.wcContainer img.wcEmoticon.bg-emot_03_128_005,.wcContainer span.wcEmoticon.bg-emot_03_128_005{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -306px -10px}.wcContainer img.wcEmoticon.bg-emot_03_128_006,.wcContainer span.wcEmoticon.bg-emot_03_128_006{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -306px -158px}.wcContainer img.wcEmoticon.bg-emot_03_128_007,.wcContainer span.wcEmoticon.bg-emot_03_128_007{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -10px -306px}.wcContainer img.wcEmoticon.bg-emot_03_128_008,.wcContainer span.wcEmoticon.bg-emot_03_128_008{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -158px -306px}.wcContainer img.wcEmoticon.bg-emot_03_128_009,.wcContainer span.wcEmoticon.bg-emot_03_128_009{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -306px -306px}.wcContainer img.wcEmoticon.bg-emot_03_128_010,.wcContainer span.wcEmoticon.bg-emot_03_128_010{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -454px -10px}.wcContainer img.wcEmoticon.bg-emot_03_128_011,.wcContainer span.wcEmoticon.bg-emot_03_128_011{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -454px -158px}.wcContainer img.wcEmoticon.bg-emot_03_128_012,.wcContainer span.wcEmoticon.bg-emot_03_128_012{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -454px -306px}.wcContainer img.wcEmoticon.bg-emot_03_128_013,.wcContainer span.wcEmoticon.bg-emot_03_128_013{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -10px -454px}.wcContainer img.wcEmoticon.bg-emot_03_128_014,.wcContainer span.wcEmoticon.bg-emot_03_128_014{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -158px -454px}.wcContainer img.wcEmoticon.bg-emot_03_128_015,.wcContainer span.wcEmoticon.bg-emot_03_128_015{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -306px -454px}.wcContainer img.wcEmoticon.bg-emot_03_128_016,.wcContainer span.wcEmoticon.bg-emot_03_128_016{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -454px -454px}.wcContainer img.wcEmoticon.bg-emot_03_128_017,.wcContainer span.wcEmoticon.bg-emot_03_128_017{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -602px -10px}.wcContainer img.wcEmoticon.bg-emot_03_128_018,.wcContainer span.wcEmoticon.bg-emot_03_128_018{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -602px -158px}.wcContainer img.wcEmoticon.bg-emot_03_128_019,.wcContainer span.wcEmoticon.bg-emot_03_128_019{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -602px -306px}.wcContainer img.wcEmoticon.bg-emot_03_128_020,.wcContainer span.wcEmoticon.bg-emot_03_128_020{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -602px -454px}.wcContainer img.wcEmoticon.bg-emot_03_128_021,.wcContainer span.wcEmoticon.bg-emot_03_128_021{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -10px -602px}.wcContainer img.wcEmoticon.bg-emot_03_128_022,.wcContainer span.wcEmoticon.bg-emot_03_128_022{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -158px -602px}.wcContainer img.wcEmoticon.bg-emot_03_128_023,.wcContainer span.wcEmoticon.bg-emot_03_128_023{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -306px -602px}.wcContainer img.wcEmoticon.bg-emot_03_128_024,.wcContainer span.wcEmoticon.bg-emot_03_128_024{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -454px -602px}.wcContainer img.wcEmoticon.bg-emot_03_128_025,.wcContainer span.wcEmoticon.bg-emot_03_128_025{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -602px -602px}.wcContainer img.wcEmoticon.bg-emot_03_128_026,.wcContainer span.wcEmoticon.bg-emot_03_128_026{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -750px -10px}.wcContainer img.wcEmoticon.bg-emot_03_128_027,.wcContainer span.wcEmoticon.bg-emot_03_128_027{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -750px -158px}.wcContainer img.wcEmoticon.bg-emot_03_128_028,.wcContainer span.wcEmoticon.bg-emot_03_128_028{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -750px -306px}.wcContainer img.wcEmoticon.bg-emot_03_128_029,.wcContainer span.wcEmoticon.bg-emot_03_128_029{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -750px -454px}.wcContainer img.wcEmoticon.bg-emot_03_128_030,.wcContainer span.wcEmoticon.bg-emot_03_128_030{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -750px -602px}.wcContainer img.wcEmoticon.bg-emot_03_128_031,.wcContainer span.wcEmoticon.bg-emot_03_128_031{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -10px -750px}.wcContainer img.wcEmoticon.bg-emot_03_128_032,.wcContainer span.wcEmoticon.bg-emot_03_128_032{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -158px -750px}.wcContainer img.wcEmoticon.bg-emot_03_128_033,.wcContainer span.wcEmoticon.bg-emot_03_128_033{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -306px -750px}.wcContainer img.wcEmoticon.bg-emot_03_128_034,.wcContainer span.wcEmoticon.bg-emot_03_128_034{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -454px -750px}.wcContainer img.wcEmoticon.bg-emot_03_128_035,.wcContainer span.wcEmoticon.bg-emot_03_128_035{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -602px -750px}.wcContainer img.wcEmoticon.bg-emot_03_128_036,.wcContainer span.wcEmoticon.bg-emot_03_128_036{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -750px -750px}.wcContainer img.wcEmoticon.bg-emot_03_128_037,.wcContainer span.wcEmoticon.bg-emot_03_128_037{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -898px -10px}.wcContainer img.wcEmoticon.bg-emot_03_128_038,.wcContainer span.wcEmoticon.bg-emot_03_128_038{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -898px -158px}.wcContainer img.wcEmoticon.bg-emot_03_128_039,.wcContainer span.wcEmoticon.bg-emot_03_128_039{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -898px -306px}.wcContainer img.wcEmoticon.bg-emot_03_128_040,.wcContainer span.wcEmoticon.bg-emot_03_128_040{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -898px -454px}.wcContainer img.wcEmoticon.bg-emot_03_128_041,.wcContainer span.wcEmoticon.bg-emot_03_128_041{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -898px -602px}.wcContainer img.wcEmoticon.bg-emot_03_128_042,.wcContainer span.wcEmoticon.bg-emot_03_128_042{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -898px -750px}.wcContainer img.wcEmoticon.bg-emot_03_128_043,.wcContainer span.wcEmoticon.bg-emot_03_128_043{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -10px -898px}.wcContainer img.wcEmoticon.bg-emot_03_128_044,.wcContainer span.wcEmoticon.bg-emot_03_128_044{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -158px -898px}.wcContainer img.wcEmoticon.bg-emot_03_128_045,.wcContainer span.wcEmoticon.bg-emot_03_128_045{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -306px -898px}.wcContainer img.wcEmoticon.bg-emot_03_128_046,.wcContainer span.wcEmoticon.bg-emot_03_128_046{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -454px -898px}.wcContainer img.wcEmoticon.bg-emot_03_128_047,.wcContainer span.wcEmoticon.bg-emot_03_128_047{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -602px -898px}.wcContainer img.wcEmoticon.bg-emot_03_128_048,.wcContainer span.wcEmoticon.bg-emot_03_128_048{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -750px -898px}.wcContainer img.wcEmoticon.bg-emot_04_32_001,.wcContainer span.wcEmoticon.bg-emot_04_32_001{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -10px -10px}.wcContainer img.wcEmoticon.bg-emot_04_32_002,.wcContainer span.wcEmoticon.bg-emot_04_32_002{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -62px -10px}.wcContainer img.wcEmoticon.bg-emot_04_32_003,.wcContainer span.wcEmoticon.bg-emot_04_32_003{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -10px -62px}.wcContainer img.wcEmoticon.bg-emot_04_32_004,.wcContainer span.wcEmoticon.bg-emot_04_32_004{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -62px -62px}.wcContainer img.wcEmoticon.bg-emot_04_32_005,.wcContainer span.wcEmoticon.bg-emot_04_32_005{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -114px -10px}.wcContainer img.wcEmoticon.bg-emot_04_32_006,.wcContainer span.wcEmoticon.bg-emot_04_32_006{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -114px -62px}.wcContainer img.wcEmoticon.bg-emot_04_32_007,.wcContainer span.wcEmoticon.bg-emot_04_32_007{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -10px -114px}.wcContainer img.wcEmoticon.bg-emot_04_32_008,.wcContainer span.wcEmoticon.bg-emot_04_32_008{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -62px -114px}.wcContainer img.wcEmoticon.bg-emot_04_32_009,.wcContainer span.wcEmoticon.bg-emot_04_32_009{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -114px -114px}.wcContainer img.wcEmoticon.bg-emot_04_32_010,.wcContainer span.wcEmoticon.bg-emot_04_32_010{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -166px -10px}.wcContainer img.wcEmoticon.bg-emot_04_32_011,.wcContainer span.wcEmoticon.bg-emot_04_32_011{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -166px -62px}.wcContainer img.wcEmoticon.bg-emot_04_32_012,.wcContainer span.wcEmoticon.bg-emot_04_32_012{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -166px -114px}.wcContainer img.wcEmoticon.bg-emot_04_32_013,.wcContainer span.wcEmoticon.bg-emot_04_32_013{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -10px -166px}.wcContainer img.wcEmoticon.bg-emot_04_32_014,.wcContainer span.wcEmoticon.bg-emot_04_32_014{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -62px -166px}.wcContainer img.wcEmoticon.bg-emot_04_32_015,.wcContainer span.wcEmoticon.bg-emot_04_32_015{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -114px -166px}.wcContainer img.wcEmoticon.bg-emot_04_32_016,.wcContainer span.wcEmoticon.bg-emot_04_32_016{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -166px -166px}.wcContainer img.wcEmoticon.bg-emot_04_32_017,.wcContainer span.wcEmoticon.bg-emot_04_32_017{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -218px -10px}.wcContainer img.wcEmoticon.bg-emot_04_32_018,.wcContainer span.wcEmoticon.bg-emot_04_32_018{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -218px -62px}.wcContainer img.wcEmoticon.bg-emot_04_32_019,.wcContainer span.wcEmoticon.bg-emot_04_32_019{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -218px -114px}.wcContainer img.wcEmoticon.bg-emot_04_32_020,.wcContainer span.wcEmoticon.bg-emot_04_32_020{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -218px -166px}.wcContainer img.wcEmoticon.bg-emot_04_32_021,.wcContainer span.wcEmoticon.bg-emot_04_32_021{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -10px -218px}.wcContainer img.wcEmoticon.bg-emot_04_32_022,.wcContainer span.wcEmoticon.bg-emot_04_32_022{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -62px -218px}.wcContainer img.wcEmoticon.bg-emot_04_32_023,.wcContainer span.wcEmoticon.bg-emot_04_32_023{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -114px -218px}.wcContainer img.wcEmoticon.bg-emot_04_32_024,.wcContainer span.wcEmoticon.bg-emot_04_32_024{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -166px -218px}.wcContainer img.wcEmoticon.bg-emot_04_32_025,.wcContainer span.wcEmoticon.bg-emot_04_32_025{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -218px -218px}.wcContainer img.wcEmoticon.bg-emot_04_32_026,.wcContainer span.wcEmoticon.bg-emot_04_32_026{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -270px -10px}.wcContainer img.wcEmoticon.bg-emot_04_32_027,.wcContainer span.wcEmoticon.bg-emot_04_32_027{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -270px -62px}.wcContainer img.wcEmoticon.bg-emot_04_32_028,.wcContainer span.wcEmoticon.bg-emot_04_32_028{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -270px -114px}.wcContainer img.wcEmoticon.bg-emot_04_32_029,.wcContainer span.wcEmoticon.bg-emot_04_32_029{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -270px -166px}.wcContainer img.wcEmoticon.bg-emot_04_32_030,.wcContainer span.wcEmoticon.bg-emot_04_32_030{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -270px -218px}.wcContainer img.wcEmoticon.bg-emot_04_32_031,.wcContainer span.wcEmoticon.bg-emot_04_32_031{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -10px -270px}.wcContainer img.wcEmoticon.bg-emot_04_32_032,.wcContainer span.wcEmoticon.bg-emot_04_32_032{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -62px -270px}.wcContainer img.wcEmoticon.bg-emot_04_32_033,.wcContainer span.wcEmoticon.bg-emot_04_32_033{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -114px -270px}.wcContainer img.wcEmoticon.bg-emot_04_32_034,.wcContainer span.wcEmoticon.bg-emot_04_32_034{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -166px -270px}.wcContainer img.wcEmoticon.bg-emot_04_32_035,.wcContainer span.wcEmoticon.bg-emot_04_32_035{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -218px -270px}.wcContainer img.wcEmoticon.bg-emot_04_32_036,.wcContainer span.wcEmoticon.bg-emot_04_32_036{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -270px -270px}.wcContainer img.wcEmoticon.bg-emot_04_32_037,.wcContainer span.wcEmoticon.bg-emot_04_32_037{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -322px -10px}.wcContainer img.wcEmoticon.bg-emot_04_32_038,.wcContainer span.wcEmoticon.bg-emot_04_32_038{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -322px -62px}.wcContainer img.wcEmoticon.bg-emot_04_32_039,.wcContainer span.wcEmoticon.bg-emot_04_32_039{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -322px -114px}.wcContainer img.wcEmoticon.bg-emot_04_32_040,.wcContainer span.wcEmoticon.bg-emot_04_32_040{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -322px -166px}.wcContainer img.wcEmoticon.bg-emot_04_32_041,.wcContainer span.wcEmoticon.bg-emot_04_32_041{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -322px -218px}.wcContainer img.wcEmoticon.bg-emot_04_32_042,.wcContainer span.wcEmoticon.bg-emot_04_32_042{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -322px -270px}.wcContainer img.wcEmoticon.bg-emot_04_32_043,.wcContainer span.wcEmoticon.bg-emot_04_32_043{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -10px -322px}.wcContainer img.wcEmoticon.bg-emot_04_32_044,.wcContainer span.wcEmoticon.bg-emot_04_32_044{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -62px -322px}.wcContainer img.wcEmoticon.bg-emot_04_32_045,.wcContainer span.wcEmoticon.bg-emot_04_32_045{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -114px -322px}.wcContainer img.wcEmoticon.bg-emot_04_32_046,.wcContainer span.wcEmoticon.bg-emot_04_32_046{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -166px -322px}.wcContainer img.wcEmoticon.bg-emot_04_32_047,.wcContainer span.wcEmoticon.bg-emot_04_32_047{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -218px -322px}.wcContainer img.wcEmoticon.bg-emot_04_32_048,.wcContainer span.wcEmoticon.bg-emot_04_32_048{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -270px -322px}.wcContainer img.wcEmoticon.bg-emot_04_32_049,.wcContainer span.wcEmoticon.bg-emot_04_32_049{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -322px -322px}.wcContainer img.wcEmoticon.bg-emot_04_32_050,.wcContainer span.wcEmoticon.bg-emot_04_32_050{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -374px -10px}.wcContainer img.wcEmoticon.bg-emot_04_64_001,.wcContainer span.wcEmoticon.bg-emot_04_64_001{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -10px -95px}.wcContainer img.wcEmoticon.bg-emot_04_64_002,.wcContainer span.wcEmoticon.bg-emot_04_64_002{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -94px -95px}.wcContainer img.wcEmoticon.bg-emot_04_64_003,.wcContainer span.wcEmoticon.bg-emot_04_64_003{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -178px -95px}.wcContainer img.wcEmoticon.bg-emot_04_64_004,.wcContainer span.wcEmoticon.bg-emot_04_64_004{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -262px -10px}.wcContainer img.wcEmoticon.bg-emot_04_64_005,.wcContainer span.wcEmoticon.bg-emot_04_64_005{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -262px -94px}.wcContainer img.wcEmoticon.bg-emot_04_64_006,.wcContainer span.wcEmoticon.bg-emot_04_64_006{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -10px -179px}.wcContainer img.wcEmoticon.bg-emot_04_64_007,.wcContainer span.wcEmoticon.bg-emot_04_64_007{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -94px -179px}.wcContainer img.wcEmoticon.bg-emot_04_64_008,.wcContainer span.wcEmoticon.bg-emot_04_64_008{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -178px -179px}.wcContainer img.wcEmoticon.bg-emot_04_64_009,.wcContainer span.wcEmoticon.bg-emot_04_64_009{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -262px -179px}.wcContainer img.wcEmoticon.bg-emot_04_64_010,.wcContainer span.wcEmoticon.bg-emot_04_64_010{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -346px -10px}.wcContainer img.wcEmoticon.bg-emot_04_64_011,.wcContainer span.wcEmoticon.bg-emot_04_64_011{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -346px -94px}.wcContainer img.wcEmoticon.bg-emot_04_64_012,.wcContainer span.wcEmoticon.bg-emot_04_64_012{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -346px -178px}.wcContainer img.wcEmoticon.bg-emot_04_64_013,.wcContainer span.wcEmoticon.bg-emot_04_64_013{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -10px -263px}.wcContainer img.wcEmoticon.bg-emot_04_64_014,.wcContainer span.wcEmoticon.bg-emot_04_64_014{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -94px -263px}.wcContainer img.wcEmoticon.bg-emot_04_64_015,.wcContainer span.wcEmoticon.bg-emot_04_64_015{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -178px -263px}.wcContainer img.wcEmoticon.bg-emot_04_64_016,.wcContainer span.wcEmoticon.bg-emot_04_64_016{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -262px -263px}.wcContainer img.wcEmoticon.bg-emot_04_64_017,.wcContainer span.wcEmoticon.bg-emot_04_64_017{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -346px -263px}.wcContainer img.wcEmoticon.bg-emot_04_64_018,.wcContainer span.wcEmoticon.bg-emot_04_64_018{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -430px -10px}.wcContainer img.wcEmoticon.bg-emot_04_64_019,.wcContainer span.wcEmoticon.bg-emot_04_64_019{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -430px -94px}.wcContainer img.wcEmoticon.bg-emot_04_64_020,.wcContainer span.wcEmoticon.bg-emot_04_64_020{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -430px -178px}.wcContainer img.wcEmoticon.bg-emot_04_64_021,.wcContainer span.wcEmoticon.bg-emot_04_64_021{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -430px -262px}.wcContainer img.wcEmoticon.bg-emot_04_64_022,.wcContainer span.wcEmoticon.bg-emot_04_64_022{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -10px -347px}.wcContainer img.wcEmoticon.bg-emot_04_64_023,.wcContainer span.wcEmoticon.bg-emot_04_64_023{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -94px -347px}.wcContainer img.wcEmoticon.bg-emot_04_64_024,.wcContainer span.wcEmoticon.bg-emot_04_64_024{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -178px -347px}.wcContainer img.wcEmoticon.bg-emot_04_64_025,.wcContainer span.wcEmoticon.bg-emot_04_64_025{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -262px -347px}.wcContainer img.wcEmoticon.bg-emot_04_64_026,.wcContainer span.wcEmoticon.bg-emot_04_64_026{width:64px;height:65px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -10px -10px}.wcContainer img.wcEmoticon.bg-emot_04_64_027,.wcContainer span.wcEmoticon.bg-emot_04_64_027{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -346px -347px}.wcContainer img.wcEmoticon.bg-emot_04_64_028,.wcContainer span.wcEmoticon.bg-emot_04_64_028{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -430px -347px}.wcContainer img.wcEmoticon.bg-emot_04_64_029,.wcContainer span.wcEmoticon.bg-emot_04_64_029{width:64px;height:65px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -94px -10px}.wcContainer img.wcEmoticon.bg-emot_04_64_030,.wcContainer span.wcEmoticon.bg-emot_04_64_030{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -514px -10px}.wcContainer img.wcEmoticon.bg-emot_04_64_031,.wcContainer span.wcEmoticon.bg-emot_04_64_031{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -514px -94px}.wcContainer img.wcEmoticon.bg-emot_04_64_032,.wcContainer span.wcEmoticon.bg-emot_04_64_032{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -514px -178px}.wcContainer img.wcEmoticon.bg-emot_04_64_033,.wcContainer span.wcEmoticon.bg-emot_04_64_033{width:64px;height:63px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -10px -515px}.wcContainer img.wcEmoticon.bg-emot_04_64_034,.wcContainer span.wcEmoticon.bg-emot_04_64_034{width:64px;height:63px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -94px -515px}.wcContainer img.wcEmoticon.bg-emot_04_64_035,.wcContainer span.wcEmoticon.bg-emot_04_64_035{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -514px -262px}.wcContainer img.wcEmoticon.bg-emot_04_64_036,.wcContainer span.wcEmoticon.bg-emot_04_64_036{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -514px -346px}.wcContainer img.wcEmoticon.bg-emot_04_64_037,.wcContainer span.wcEmoticon.bg-emot_04_64_037{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -10px -431px}.wcContainer img.wcEmoticon.bg-emot_04_64_038,.wcContainer span.wcEmoticon.bg-emot_04_64_038{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -94px -431px}.wcContainer img.wcEmoticon.bg-emot_04_64_039,.wcContainer span.wcEmoticon.bg-emot_04_64_039{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -178px -431px}.wcContainer img.wcEmoticon.bg-emot_04_64_040,.wcContainer span.wcEmoticon.bg-emot_04_64_040{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -262px -431px}.wcContainer img.wcEmoticon.bg-emot_04_64_041,.wcContainer span.wcEmoticon.bg-emot_04_64_041{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -346px -431px}.wcContainer img.wcEmoticon.bg-emot_04_64_042,.wcContainer span.wcEmoticon.bg-emot_04_64_042{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -430px -431px}.wcContainer img.wcEmoticon.bg-emot_04_64_043,.wcContainer span.wcEmoticon.bg-emot_04_64_043{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -514px -431px}.wcContainer img.wcEmoticon.bg-emot_04_64_044,.wcContainer span.wcEmoticon.bg-emot_04_64_044{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -598px -10px}.wcContainer img.wcEmoticon.bg-emot_04_64_045,.wcContainer span.wcEmoticon.bg-emot_04_64_045{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -598px -94px}.wcContainer img.wcEmoticon.bg-emot_04_64_046,.wcContainer span.wcEmoticon.bg-emot_04_64_046{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -598px -178px}.wcContainer img.wcEmoticon.bg-emot_04_64_047,.wcContainer span.wcEmoticon.bg-emot_04_64_047{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -598px -262px}.wcContainer img.wcEmoticon.bg-emot_04_64_048,.wcContainer span.wcEmoticon.bg-emot_04_64_048{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -598px -346px}.wcContainer img.wcEmoticon.bg-emot_04_64_049,.wcContainer span.wcEmoticon.bg-emot_04_64_049{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -598px -430px}.wcContainer img.wcEmoticon.bg-emot_04_64_050,.wcContainer span.wcEmoticon.bg-emot_04_64_050{width:64px;height:65px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -178px -10px}.wcContainer img.wcEmoticon.bg-emot_04_128_001,.wcContainer span.wcEmoticon.bg-emot_04_128_001{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -10px -159px}.wcContainer img.wcEmoticon.bg-emot_04_128_002,.wcContainer span.wcEmoticon.bg-emot_04_128_002{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -158px -159px}.wcContainer img.wcEmoticon.bg-emot_04_128_003,.wcContainer span.wcEmoticon.bg-emot_04_128_003{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -306px -159px}.wcContainer img.wcEmoticon.bg-emot_04_128_004,.wcContainer span.wcEmoticon.bg-emot_04_128_004{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -454px -10px}.wcContainer img.wcEmoticon.bg-emot_04_128_005,.wcContainer span.wcEmoticon.bg-emot_04_128_005{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -454px -158px}.wcContainer img.wcEmoticon.bg-emot_04_128_006,.wcContainer span.wcEmoticon.bg-emot_04_128_006{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -10px -307px}.wcContainer img.wcEmoticon.bg-emot_04_128_007,.wcContainer span.wcEmoticon.bg-emot_04_128_007{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -158px -307px}.wcContainer img.wcEmoticon.bg-emot_04_128_008,.wcContainer span.wcEmoticon.bg-emot_04_128_008{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -306px -307px}.wcContainer img.wcEmoticon.bg-emot_04_128_009,.wcContainer span.wcEmoticon.bg-emot_04_128_009{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -454px -307px}.wcContainer img.wcEmoticon.bg-emot_04_128_010,.wcContainer span.wcEmoticon.bg-emot_04_128_010{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -602px -10px}.wcContainer img.wcEmoticon.bg-emot_04_128_011,.wcContainer span.wcEmoticon.bg-emot_04_128_011{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -602px -158px}.wcContainer img.wcEmoticon.bg-emot_04_128_012,.wcContainer span.wcEmoticon.bg-emot_04_128_012{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -602px -306px}.wcContainer img.wcEmoticon.bg-emot_04_128_013,.wcContainer span.wcEmoticon.bg-emot_04_128_013{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -10px -455px}.wcContainer img.wcEmoticon.bg-emot_04_128_014,.wcContainer span.wcEmoticon.bg-emot_04_128_014{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -158px -455px}.wcContainer img.wcEmoticon.bg-emot_04_128_015,.wcContainer span.wcEmoticon.bg-emot_04_128_015{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -306px -455px}.wcContainer img.wcEmoticon.bg-emot_04_128_016,.wcContainer span.wcEmoticon.bg-emot_04_128_016{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -454px -455px}.wcContainer img.wcEmoticon.bg-emot_04_128_017,.wcContainer span.wcEmoticon.bg-emot_04_128_017{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -602px -455px}.wcContainer img.wcEmoticon.bg-emot_04_128_018,.wcContainer span.wcEmoticon.bg-emot_04_128_018{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -750px -10px}.wcContainer img.wcEmoticon.bg-emot_04_128_019,.wcContainer span.wcEmoticon.bg-emot_04_128_019{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -750px -158px}.wcContainer img.wcEmoticon.bg-emot_04_128_020,.wcContainer span.wcEmoticon.bg-emot_04_128_020{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -750px -306px}.wcContainer img.wcEmoticon.bg-emot_04_128_021,.wcContainer span.wcEmoticon.bg-emot_04_128_021{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -750px -454px}.wcContainer img.wcEmoticon.bg-emot_04_128_022,.wcContainer span.wcEmoticon.bg-emot_04_128_022{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -10px -603px}.wcContainer img.wcEmoticon.bg-emot_04_128_023,.wcContainer span.wcEmoticon.bg-emot_04_128_023{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -158px -603px}.wcContainer img.wcEmoticon.bg-emot_04_128_024,.wcContainer span.wcEmoticon.bg-emot_04_128_024{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -306px -603px}.wcContainer img.wcEmoticon.bg-emot_04_128_025,.wcContainer span.wcEmoticon.bg-emot_04_128_025{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -454px -603px}.wcContainer img.wcEmoticon.bg-emot_04_128_026,.wcContainer span.wcEmoticon.bg-emot_04_128_026{width:128px;height:129px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -10px -10px}.wcContainer img.wcEmoticon.bg-emot_04_128_027,.wcContainer span.wcEmoticon.bg-emot_04_128_027{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -602px -603px}.wcContainer img.wcEmoticon.bg-emot_04_128_028,.wcContainer span.wcEmoticon.bg-emot_04_128_028{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -750px -603px}.wcContainer img.wcEmoticon.bg-emot_04_128_029,.wcContainer span.wcEmoticon.bg-emot_04_128_029{width:128px;height:129px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -158px -10px}.wcContainer img.wcEmoticon.bg-emot_04_128_030,.wcContainer span.wcEmoticon.bg-emot_04_128_030{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -898px -10px}.wcContainer img.wcEmoticon.bg-emot_04_128_031,.wcContainer span.wcEmoticon.bg-emot_04_128_031{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -898px -158px}.wcContainer img.wcEmoticon.bg-emot_04_128_032,.wcContainer span.wcEmoticon.bg-emot_04_128_032{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -898px -306px}.wcContainer img.wcEmoticon.bg-emot_04_128_033,.wcContainer span.wcEmoticon.bg-emot_04_128_033{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -898px -454px}.wcContainer img.wcEmoticon.bg-emot_04_128_034,.wcContainer span.wcEmoticon.bg-emot_04_128_034{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -898px -602px}.wcContainer img.wcEmoticon.bg-emot_04_128_035,.wcContainer span.wcEmoticon.bg-emot_04_128_035{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -10px -751px}.wcContainer img.wcEmoticon.bg-emot_04_128_036,.wcContainer span.wcEmoticon.bg-emot_04_128_036{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -158px -751px}.wcContainer img.wcEmoticon.bg-emot_04_128_037,.wcContainer span.wcEmoticon.bg-emot_04_128_037{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -306px -751px}.wcContainer img.wcEmoticon.bg-emot_04_128_038,.wcContainer span.wcEmoticon.bg-emot_04_128_038{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -454px -751px}.wcContainer img.wcEmoticon.bg-emot_04_128_040,.wcContainer span.wcEmoticon.bg-emot_04_128_040{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -602px -751px}.wcContainer img.wcEmoticon.bg-emot_04_128_039,.wcContainer span.wcEmoticon.bg-emot_04_128_039{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -750px -751px}.wcContainer img.wcEmoticon.bg-emot_04_128_041,.wcContainer span.wcEmoticon.bg-emot_04_128_041{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -898px -751px}.wcContainer img.wcEmoticon.bg-emot_04_128_042,.wcContainer span.wcEmoticon.bg-emot_04_128_042{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -1046px -10px}.wcContainer img.wcEmoticon.bg-emot_04_128_043,.wcContainer span.wcEmoticon.bg-emot_04_128_043{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -1046px -158px}.wcContainer img.wcEmoticon.bg-emot_04_128_044,.wcContainer span.wcEmoticon.bg-emot_04_128_044{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -1046px -306px}.wcContainer img.wcEmoticon.bg-emot_04_128_045,.wcContainer span.wcEmoticon.bg-emot_04_128_045{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -1046px -454px}.wcContainer img.wcEmoticon.bg-emot_04_128_046,.wcContainer span.wcEmoticon.bg-emot_04_128_046{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -1046px -602px}.wcContainer img.wcEmoticon.bg-emot_04_128_047,.wcContainer span.wcEmoticon.bg-emot_04_128_047{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -1046px -750px}.wcContainer img.wcEmoticon.bg-emot_04_128_048,.wcContainer span.wcEmoticon.bg-emot_04_128_048{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -10px -899px}.wcContainer img.wcEmoticon.bg-emot_04_128_049,.wcContainer span.wcEmoticon.bg-emot_04_128_049{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -158px -899px}.wcContainer img.wcEmoticon.bg-emot_04_128_050,.wcContainer span.wcEmoticon.bg-emot_04_128_050{width:128px;height:129px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -306px -10px}.wcContainer .wcChannel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wcContainer .wcChannel .wcChannelViewToolbar{display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:5px}.wcContainer .wcChannel .wcChannelViewToolbar>:not(:last-child){margin-right:3px}.wcContainer .wcChannel .wcChannelViewToolbar .wcChannelViewButton{display:inline-block;overflow:hidden;-webkit-transition:all .2s ease-in;transition:all .2s ease-in;opacity:.7}.wcContainer .wcChannel .wcChannelViewToolbar .wcChannelViewButton,.wcContainer .wcChannel .wcChannelViewToolbar .wcChannelViewButton:active,.wcContainer .wcChannel .wcChannelViewToolbar .wcChannelViewButton:focus,.wcContainer .wcChannel .wcChannelViewToolbar .wcChannelViewButton:hover{background-position:50%;background-size:contain;background-repeat:no-repeat;background-color:transparent}.wcContainer .wcChannel .wcChannelViewToolbar .wcChannelViewButton.wcChannelViewButtonStream,.wcContainer .wcChannel .wcChannelViewToolbar .wcChannelViewButton.wcChannelViewButtonStream:hover{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/video-calls/video-red.svg);width:30px;height:25px}.wcContainer .wcChannel .wcChannelViewToolbar .wcChannelViewButton.wcChannelViewButtonChat,.wcContainer .wcChannel .wcChannelViewToolbar .wcChannelViewButton.wcChannelViewButtonChat:hover{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/chat.svg);width:30px;height:25px}.wcContainer .wcChannel .wcChannelViewToolbar .wcChannelViewButton.wcChannelViewButtonCurrent,.wcContainer .wcChannel .wcChannelViewToolbar .wcChannelViewButton:hover{opacity:1}.wcContainer .wcChannel.wcChannelSizeXXs.wcChannelStream .wcChannelViewToolbar,.wcContainer .wcChannel.wcChannelSizeXs.wcChannelStream .wcChannelViewToolbar{display:-webkit-box;display:-ms-flexbox;display:flex}.wcContainer .wcChannel.wcChannelViewChat .wcChannelData .wcStream{display:none}.wcContainer .wcChannel.wcChannelSizeXXs.wcChannelStream.wcChannelViewStream .wcChannelData .wcMessages,.wcContainer .wcChannel.wcChannelSizeXXs.wcChannelStream.wcChannelViewStream .wcChannelInput,.wcContainer .wcChannel.wcChannelSizeXXs.wcChannelStream.wcChannelViewStream .wcChannelIntro,.wcContainer .wcChannel.wcChannelSizeXXs.wcChannelStream.wcChannelViewStream .wcCounter,.wcContainer .wcChannel.wcChannelSizeXXs.wcChannelViewCompound.wcChannelStream .wcChannelData .wcMessages,.wcContainer .wcChannel.wcChannelSizeXXs.wcChannelViewCompound.wcChannelStream .wcChannelInput,.wcContainer .wcChannel.wcChannelSizeXXs.wcChannelViewCompound.wcChannelStream .wcChannelIntro,.wcContainer .wcChannel.wcChannelSizeXXs.wcChannelViewCompound.wcChannelStream .wcCounter,.wcContainer .wcChannel.wcChannelSizeXs.wcChannelStream.wcChannelViewStream .wcChannelData .wcMessages,.wcContainer .wcChannel.wcChannelSizeXs.wcChannelStream.wcChannelViewStream .wcChannelInput,.wcContainer .wcChannel.wcChannelSizeXs.wcChannelStream.wcChannelViewStream .wcChannelIntro,.wcContainer .wcChannel.wcChannelSizeXs.wcChannelStream.wcChannelViewStream .wcCounter,.wcContainer .wcChannel.wcChannelSizeXs.wcChannelViewCompound.wcChannelStream .wcChannelData .wcMessages,.wcContainer .wcChannel.wcChannelSizeXs.wcChannelViewCompound.wcChannelStream .wcChannelInput,.wcContainer .wcChannel.wcChannelSizeXs.wcChannelViewCompound.wcChannelStream .wcChannelIntro,.wcContainer .wcChannel.wcChannelSizeXs.wcChannelViewCompound.wcChannelStream .wcCounter{display:none}.wcContainer .wcChannel.wcChannelStreamMaximized .wcChannelData .wcMessages,.wcContainer .wcChannel.wcChannelStreamMaximized .wcChannelInput,.wcContainer .wcChannel.wcChannelStreamMaximized .wcChannelIntro,.wcContainer .wcChannel.wcChannelStreamMaximized .wcChannelViewToolbar,.wcContainer .wcChannel.wcChannelStreamMaximized .wcCounter{display:none!important}.wcContainer .wcChannel .wcChannelData{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:grid;gap:1em;grid-auto-flow:column;grid-auto-columns:1fr}.wcContainer .wcChannel .wcChannelData .wcStream{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:1em}.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent .wcStreamDetails,.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent .wcStreamInfo{position:absolute;top:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#444;border-radius:10px;color:#aaa;padding:7px;text-align:center}.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent .wcStreamDetails{text-align:center}.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent .wcStreamDetails .wcAvatar{border-radius:5px;max-height:150px;max-width:150px}.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent .wcStreamDetails .wcStreamCaller{font-size:1.5em;color:#fff}.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent video{position:absolute;top:0;left:0;width:100%;height:100%}.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent .wcStreamToolbar{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:absolute;bottom:5px;left:0;right:0;width:100%}.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent .wcStreamToolbar>:not(:last-child){margin-right:10px}.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent .wcStreamToolbar .wcStreamButton{display:inline-block;width:45px;height:45px;overflow:hidden;-webkit-transition:all .2s ease-in;transition:all .2s ease-in;opacity:.7;background-position:50%;background-size:50%;background-repeat:no-repeat;border-radius:50%;background-color:#999}.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent .wcStreamToolbar .wcStreamButton.wcStreamEnd{background-color:red;background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/video-calls/end-call.svg)}.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent .wcStreamToolbar .wcStreamButton.wcMuteAudio{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/video-calls/mute-audio.svg);opacity:.5}.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent .wcStreamToolbar .wcStreamButton.wcUnmuteAudio{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/video-calls/unmute-audio.svg);opacity:.5}.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent .wcStreamToolbar .wcStreamButton.wcMuteVideo{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/video-calls/mute-video.svg);opacity:.5}.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent .wcStreamToolbar .wcStreamButton.wcUnmuteVideo{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/video-calls/unmute-video.svg);opacity:.5}.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent .wcStreamToolbar .wcStreamButton.wcMaximizeVideo{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/video-calls/maximize.svg);opacity:.5}.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent .wcStreamToolbar .wcStreamButton.wcMinimizeVideo{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/video-calls/minimize.svg);opacity:.5}.wcContainer .wcChannel .wcChannelData .wcStream .wcStreamContent .wcStreamToolbar .wcStreamButton:hover{opacity:1}.wcContainer .wcChannel .wcChannelData .wcMessages{margin:0;-webkit-overflow-scrolling:touch}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage{margin:3px 0 3px 0;position:relative}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcTime>*{font-size:.9em}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowHead .wcUser{margin-right:5px;line-height:1em;-webkit-box-shadow:none;box-shadow:none}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowHead a.wcUser:hover{text-decoration:underline}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowHead .wcTime{color:#a6a6a6}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowHead .wcTime .wcMessageTimeDate{margin-right:3px}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowHead .wcUser{font-weight:700}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage.wcAwaitingApproval{background-color:rgba(255,0,4,.07);border:1px solid rgba(255,0,4,.17)}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcAvatar{-ms-flex-negative:0;flex-shrink:0;border-radius:50%;-webkit-box-shadow:0 0 5px inset rgba(0,0,0,.2);box-shadow:0 0 5px inset rgba(0,0,0,.2);max-width:45px}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min-width:100px;overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;-ms-hyphens:auto;-webkit-hyphens:auto;hyphens:auto;background:#f7f7f7;padding:10px;line-height:1.3;position:relative}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcEmoticon,.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcImage{max-height:55px;max-width:55px;border-radius:5px;-webkit-box-shadow:none;box-shadow:none;border:none;display:inline-block;vertical-align:middle;margin-bottom:4px}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcEmoticon.wcTenorGIF,.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcImage.wcTenorGIF{max-height:140px;max-width:140px}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcEmoticon{max-height:initial;max-width:initial}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent video{max-width:100%}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcInternalContent{word-break:break-word}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent.wcEditing .wcInternalContent{display:none}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent.wcEditing .wcInternalEditing{border:1px dashed #00c179;outline:0 solid transparent}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent:not(.wcEditing) .wcInternalEditing{display:none}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote{background-color:#ebebeb;border-left:4px solid #dfdfdf;padding:5px;margin-bottom:2px}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote .wcQuoteHead{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:2px;-ms-flex-wrap:wrap;flex-wrap:wrap}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote .wcQuoteHead>:not(:last-child){margin-right:7px}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote .wcQuoteHead .wcQuoteContent,.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote .wcQuoteHead .wcUser,.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote .wcQuoteHead span.wcTime{font-size:.8em;line-height:1em}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote .wcQuoteHead .wcAvatar{max-width:1em}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote .wcQuoteHead .wcTime{color:#a6a6a6}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote .wcQuoteHead .wcTime .wcMessageTimeDate{margin-right:5px}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcEditTools{text-align:right;padding:2px}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcEditTools a{padding:0;width:20px;height:20px;display:inline-block;text-decoration:none;border:1px solid #a6a6a6;border-radius:50%;-webkit-transition:all .2s ease-in;transition:all .2s ease-in;font-size:.9%;margin-left:2px}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcEditTools .wcCancelButton{background:rgba(244,31,31,.15) url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/x.svg) no-repeat center center;border-color:rgba(244,31,31,.2)}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcEditTools .wcCancelButton:hover{border-color:rgba(244,31,31,.7)}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcEditTools .wcSaveButton{background:rgba(0,193,121,.15) url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/approve.svg) no-repeat center center;border-color:rgba(0,193,121,.2)}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcEditTools .wcSaveButton:hover{border-color:rgba(0,193,121,.7)}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcActionsButton{position:absolute;right:5px;top:5px;padding:5px;-webkit-box-shadow:2px 2px 2px rgba(60,60,60,.03);box-shadow:2px 2px 2px rgba(60,60,60,.03);border:1px solid #e1e1e1;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:1;width:20px;height:20px;background:#efefef url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/3dots.svg) center center no-repeat;background-size:14px}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcActionsButton:hover{border:1px solid #dadada}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcActionsButton.wcActionsButtonVisible{display:block}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsButtons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:2px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsButtons .wcReactionsButtonsList{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;outline:0;text-decoration:none}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton.wcReactionButtonActive span{font-weight:700}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton img{margin-right:2px}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton:not(:last-child){margin-right:8px}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton.wcReactionLike img{padding-bottom:2px;height:.8rem}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton.wcReactionLove img{height:.8rem}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton.wcReactionSad img{height:.8rem}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsButtons .wcTime{margin-left:10px}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsCounters{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:2px}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsCounters .wcReactionCounter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsCounters .wcReactionCounter>span{padding-right:1px;font-size:.9em}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsCounters .wcReactionCounter:not(:last-child){margin-right:3px}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsCounters .wcReactionCounter.wcReactionLike img{padding-bottom:4px;height:.8rem}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsCounters .wcReactionCounter.wcReactionLove img{padding-bottom:1px;height:.8rem}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsCounters .wcReactionCounter.wcReactionSad img{padding-bottom:1px;height:.8rem}.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcReactionsCounters+.wcReactionsButtons{margin-top:0}.wcContainer .wcChannel.wcChannelSizeXXs .wcChannelData .wcStream,.wcContainer .wcChannel.wcChannelSizeXs .wcChannelData .wcStream{margin:5px}.wcContainer .wcChannel .wcChannelInput button{margin:0}.wcContainer .wcChannel .wcChannelInput .wcInputs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInput{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min-height:55px;padding:14px 5px 14px 15px;border:0;outline:0;width:auto;min-width:250px;resize:none;overflow:hidden}.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInput,.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInput *{font-size:16px;line-height:24px}.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInput img{max-width:150px;max-height:150px}.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInput[contentEditable=true]:empty:not(:focus):before{content:attr(data-placeholder);pointer-events:none;color:grey}.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton{cursor:pointer!important;display:inline-block;width:55px;height:55px;position:relative;overflow:hidden;-webkit-transition:all .2s ease-in;transition:all .2s ease-in}.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton input{position:absolute;top:0;bottom:0;left:0;right:0;opacity:.001;cursor:pointer;z-index:1000;margin:0}.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcFileAttachment{background:#f7f7f7 url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/attach.svg) center center no-repeat;width:46px}.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcImageAttachment{background:#f7f7f7 url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/camera.svg) center center no-repeat;width:50px}.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcEmoticon{background:#f7f7f7 url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/emoticon.svg) center center no-repeat;width:46px}.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStart{background:#f7f7f7 url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/mic.svg) center center no-repeat;width:46px}.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStop{background:#f7f7f7 url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/stop-button.svg) center center no-repeat;width:46px}.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover{cursor:pointer!important;background-color:#dfdfdf}.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButtonSupplementary{background-color:#f7f7f7;height:55px;overflow:hidden;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wcContainer .wcChannel .wcChannelInput .wcReplyTo{position:relative;padding:10px 45px 10px 15px;background:#f2f2f2;font-size:.9em;color:#4a4a4a}.wcContainer .wcChannel .wcChannelInput .wcReplyTo .wcContent{overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;-ms-hyphens:auto;-webkit-hyphens:auto;hyphens:auto;line-height:1.1;font-size:.8em}.wcContainer .wcChannel .wcChannelInput .wcReplyTo .wcContent .wcEmoticon,.wcContainer .wcChannel .wcChannelInput .wcReplyTo .wcContent .wcImage{max-height:55px;max-width:55px;border-radius:5px;-webkit-box-shadow:none;box-shadow:none;border:none;display:inline-block;vertical-align:middle;margin-bottom:4px}.wcContainer .wcChannel .wcChannelInput .wcReplyTo .wcContent .wcEmoticon{max-height:initial;max-width:initial}.wcContainer .wcChannel .wcChannelInput .wcReplyTo .wcDeleteButton{position:absolute;right:5px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:35px;height:35px;background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/x.svg);background-position:50%;background-size:contain;cursor:pointer;-webkit-transition:all .2s ease-in;transition:all .2s ease-in}.wcContainer .wcChannel .wcChannelInput .wcReplyTo .wcDeleteButton:hover{background-color:#dfdfdf}.wcContainer .wcChannel .wcChannelInput .wcAttachments .wcAttachment{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:2px}.wcContainer .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcImagePreview{max-width:70px;max-height:50px;cursor:pointer;display:inline-block;vertical-align:middle;margin-right:3px;border-radius:5px}.wcContainer .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/x.svg) center center no-repeat;width:21px;height:21px;border:1px solid #a6a6a6;border-radius:50%;-webkit-transition:all .2s ease-in;transition:all .2s ease-in;margin-left:5px;-ms-flex-negative:0;flex-shrink:0}.wcContainer .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete:hover{background-color:#dfdfdf}.wcContainer .wcChannel.wcChannelSizeXXs .wcChannelInput .wcInputs .wcInput{min-width:unset;width:100%}.wcContainer .wcChannel.wcChannelSizeXXs .wcChannelInput .wcInputs .wcInputButtons .wcInputButton{width:28px;background-size:25px 25px!important}.wcContainer .wcChannel.wcChannelSizeXXs .wcChannelInput .wcInputs .wcInputButtons button.wcSubmit{font-size:0;background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/send.svg)!important;background-position:center center!important;background-size:25px 25px!important;background-repeat:no-repeat!important;width:30px;height:25px}.wcContainer .wcChannel .wcCounter{text-align:right}.wcContainer .wcChannel.wcTopInput .wcChannelInput{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.wcContainer .wcChannel.wcTopInput .wcChannelData{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.wcContainer .wcChannel .wcChannelCoverContainer{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wcContainer .wcChannel .wcChannelCoverContainer .wcChannelCover{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.wcContainer .wcChannel .wcChannelIntro{margin-top:5px;margin-bottom:10px;background-color:#f7f7f7;border:1px solid #f1f1f1;line-height:1.2em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.wcContainer .wcChannel .wcChannelIntro .wcChannelIntroAvatar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wcContainer .wcChannel .wcChannelIntro .wcChannelIntroAvatar .wcAvatar{max-width:80px;display:block}.wcContainer .wcChannel .wcChannelIntro .wcChannelIntroContent{padding:5px 5px 5px 13px}.wcContainer .wcChannel .wcChannelIntro .wcName{font-size:1.2em}.wcContainer .wcBrowser{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;padding-top:2%;padding-bottom:2%}.wcContainer .wcBrowser .wcPublicChannels{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;margin-bottom:12px}.wcContainer .wcBrowser .wcPublicChannels .wcList{min-height:150px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.wcContainer .wcBrowser .wcDirectChannels{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0}.wcContainer .wcBrowser .wcDirectChannels .wcList{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min-height:150px}.wcContainer .wcBrowser .wcCounter{padding:5px 15px 5px 10px;margin-top:12px}.wcContainer .wcBrowser .wcFooter{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;margin-top:5px;border-top:1px solid #dfdfdf;padding:5px 15px 5px 10px}.wcContainer .wcBrowser .wcFooter .wcSearch{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;margin:0;background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/search.svg);background-position:0 center;background-repeat:no-repeat;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wcContainer .wcBrowser .wcFooter .wcSearch input{outline:0;border:none;height:2em;margin:0 0 0 20px;width:100%;padding:3px;-webkit-box-shadow:none;box-shadow:none;font-size:1em}.wcContainer .wcBrowser .wcFooter .wcSearch .wcClear{width:35px;height:35px;background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/x.svg);background-position:50%;background-size:contain;cursor:pointer;-webkit-transition:all .2s ease-in;transition:all .2s ease-in}.wcContainer .wcBrowser.wcBrowserRecent .wcRecentChats .wcRecent .wcRight .wcHead{margin-bottom:0}.wcContainer .wcBrowser.wcBrowserRecent .wcRecentChats .wcRecent .wcRight .wcHead .wcName{font-weight:400}.wcContainer .wcBrowser.wcBrowserRecent .wcRecentChats .wcRecent.wcUnread.wcFirst{border-radius:5px 5px 0 0}.wcContainer .wcBrowser.wcBrowserRecent .wcRecentChats .wcRecent.wcUnread.wcLast{border-radius:0 0 5px 5px}.wcContainer .wcBrowser .wcChannels{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wcContainer .wcBrowser .wcChannels .wcLabel{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;padding:5px 15px 5px 10px;line-height:1em}.wcContainer .wcBrowser .wcChannels .wcChannelTrigger{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:5px 15px 5px 10px;margin:0;outline:0;text-decoration:none;border:none;font-weight:400;line-height:1em}.wcContainer .wcBrowser .wcChannels .wcChannelTrigger>:not(:last-child){margin-right:5px}.wcContainer .wcBrowser .wcChannels .wcChannelTrigger.wcFocusedChannel{font-weight:700}.wcContainer .wcBrowser .wcChannels .wcChannelTrigger.wcFocusedChannel .wcDetails .wcCity,.wcContainer .wcBrowser .wcChannels .wcChannelTrigger.wcFocusedChannel .wcDetails .wcCountry{font-weight:400}.wcContainer .wcBrowser .wcChannels .wcChannelTrigger.wcLockedChannel .wcDetails .wcName{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/lock-full.svg);background-position:right center;background-size:16px 16px;background-repeat:no-repeat;padding-right:20px}.wcContainer .wcBrowser .wcChannels .wcChannelTrigger.wcUnLockedChannel .wcDetails .wcName{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/lock-semi.svg);background-position:right center;background-repeat:no-repeat;background-size:16px 16px;padding-right:20px}.wcContainer .wcBrowser .wcChannels .wcChannelTrigger .wcDetails{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wcContainer .wcBrowser .wcChannels .wcChannelTrigger .wcDetails.wcDetailsWithStatus{margin-right:10px}.wcContainer .wcBrowser .wcChannels .wcChannelTrigger .wcDetails .wcName{overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;-ms-hyphens:auto;-webkit-hyphens:auto;hyphens:auto;min-width:0}.wcContainer .wcBrowser .wcChannels .wcChannelTrigger .wcDetails>:not(:last-child){margin-right:5px}.wcContainer .wcBrowser .wcChannels .wcChannelTrigger .wcDetails .wcCity,.wcContainer .wcBrowser .wcChannels .wcChannelTrigger .wcDetails .wcCountry{font-size:.8em;color:#a6a6a6;line-height:1}.wcContainer .wcBrowser .wcChannels .wcChannelTrigger .wcAvatar{max-width:25px;margin:0 4px 2px 0;border-radius:50%;-webkit-box-shadow:none;box-shadow:none;border:none;display:inline-block;vertical-align:middle;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.wcContainer .wcBrowser .wcChannels .wcChannelTrigger .wcStatus{position:absolute;right:5px}.wcContainer .wcBrowser .wcChannels .wcChannelTrigger:hover{background-color:#f7f7f7}.wcContainer .wcLoadingContainer{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wcContainer .wcLoadingContainer .wcLoading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.wcContainer .wcCustomizations a.wcCustomizeButton{padding-left:20px;position:relative;font-size:80%;text-decoration:none!important;display:inline-block}.wcContainer .wcCustomizations a.wcCustomizeButton:before{content:'';display:block;width:15px;height:15px;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/custom.svg) center center no-repeat}.wcContainer .wcCustomizations .wcCustomizationsPanel{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;overflow:hidden}.wcContainer .wcCustomizations .wcCustomizationsPanel .wcProperty{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:10px}.wcContainer .wcCustomizations .wcCustomizationsPanel .wcProperty>*{display:inline-block}.wcContainer .wcCustomizations .wcCustomizationsPanel .wcProperty>:not(:last-child){margin-right:7px}.wcContainer .wcCustomizations .wcCustomizationsPanel .wcProperty>:last-child{margin-right:25px}.wcContainer .wcCustomizations .wcCustomizationsPanel .wcProperty input[type=checkbox]{margin-left:7px}.wcContainer .wcCustomizations .wcCustomizationsPanel .wcProperty input[type=text]{width:100%}.wcContainer .wcCustomizations .wcCustomizationsPanel .wcProperty .wcColorSelect{height:16px;background-color:transparent;width:16px;padding:0;border:1px solid #ccc;cursor:pointer;line-height:16px;font-size:.75em;font-weight:700;text-align:center;display:inline-block;border-radius:3px}.wcContainer .wcToasts{position:absolute;top:20px;left:5px;right:5px;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}.wcContainer .wcToasts .wcToast{pointer-events:auto;min-width:250px;margin-bottom:12px;padding:12px 25px;-webkit-box-shadow:0 0 3px rgba(0,0,0,.16);box-shadow:0 0 3px rgba(0,0,0,.16);border-radius:5px;border:1px solid #d7d7d7;cursor:pointer}.wcContainer .wcToasts .wcToast.wcToastError{border:1px solid rgba(255,197,197,.9)}.wcContainer .wcToasts .wcToast.wcToastError:hover{border:1px solid #ffc5c5}.wcContainer .wcToasts .wcToast.wcToastInfo{border:1px solid rgba(178,226,152,.9)}.wcContainer .wcToasts .wcToast.wcToastInfo:hover{border:1px solid #b2e298}.wcContainer .wcRecentTrigger{cursor:pointer;position:relative;display:inline-block;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/recent-chats-inactive.svg) center center no-repeat;width:36px;height:36px;-webkit-transition:all .2s ease-in;transition:all .2s ease-in}.wcContainer .wcRecentTrigger.wcOpen{background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/recent-chats.svg) center center no-repeat}.wcContainer .wcRecentTrigger:hover{background-color:#f7f7f7}.wcContainer .wcRecentTrigger span{cursor:pointer;color:#fff;background-color:red;font-size:.5em;line-height:1.3em;display:inline-block;border-radius:50%;text-align:center;position:absolute;right:4px;top:8px;min-width:18px;height:18px;padding:1px 3px;-webkit-transform:translateX(50%) translateY(-50%);transform:translateX(50%) translateY(-50%)}.wcContainer .wcRecentChats{height:100%;line-height:1.1em}.wcContainer .wcRecentChats .wcHeader{padding:10px 0 5px 0}.wcContainer .wcRecentChats .wcRecent{cursor:pointer;padding:10px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wcContainer .wcRecentChats .wcRecent img.wcRecentChatAvatar{max-width:2em;margin:0 10px 2px 0;border-radius:50%;-webkit-box-shadow:none;box-shadow:none;border:none;display:inline-block;vertical-align:middle;-ms-flex-negative:0;flex-shrink:0}.wcContainer .wcRecentChats .wcRecent .wcStatus{margin-right:7px}.wcContainer .wcRecentChats .wcRecent .wcRight{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.wcContainer .wcRecentChats .wcRecent .wcRight .wcHead{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:5px}.wcContainer .wcRecentChats .wcRecent .wcRight .wcHead .wcName{font-weight:700}.wcContainer .wcRecentChats .wcRecent .wcRight .wcHead .wcTime>span{font-size:.8em;color:#a6a6a6}.wcContainer .wcRecentChats .wcRecent .wcRight .wcHead .wcTime>span:not(:last-child){margin-right:3px}.wcContainer .wcRecentChats .wcRecent .wcRight .wcText{overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;-ms-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}.wcContainer .wcRecentChats .wcRecent .wcRight .wcText .wcEmoticon,.wcContainer .wcRecentChats .wcRecent .wcRight .wcText .wcImage{max-height:35px;max-width:35px;border-radius:5px;-webkit-box-shadow:none;box-shadow:none;border:none;display:inline-block;vertical-align:middle;margin-bottom:4px}.wcContainer .wcRecentChats .wcRecent.wcUnread{background-color:rgba(0,193,121,.05)}.wcContainer .wcRecentChats .wcRecent.wcUnread:hover{background-color:rgba(0,193,121,.1)}.wcContainer .wcRecentChats .wcRecent.wcRead:hover{background-color:#f1f1f1}.wcContainer .wcRecentChats>.wcRecent:not(:last-child){border-bottom:1px solid #dfdfdf}.wcContainer .wcAuthContainer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wcContainer .wcAuthContainer .wcAuth{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.wcContainer .wcAuthContainer .wcAuth .wcAuthForm{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wcContainer .wcAuthContainer .wcAuth .wcAuthForm>:not(:last-child){margin-bottom:5px}.wcContainer .wcAuthContainer .wcAuth .wcAuthForm .wcAuthFieldContainer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wcContainer .wcAuthContainer .wcAuth .wcAuthForm .wcAuthFieldContainer textarea{height:70px;resize:none}.wcContainer .wcAuthContainer .wcAuth .wcAuthForm .wcFormRow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wcContainer .wcAuthContainer .wcAuth .wcAuthForm .wcFormRow>:not(:last-child){margin-right:5px}.wcContainer .wcAuthContainer .wcAuth .wcAuthForm .wcFormRow .wcFacebookLoginButton{background:#507cc0 url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/facebook.png) 12px center no-repeat;display:inline-block;color:#fff;padding:20px 50px;text-decoration:none;border-radius:7px;font-size:1.3em;width:200px}.wcContainer .wcAuthContainer .wcAuth .wcAuthForm .wcFormRow .wcTwitterLoginButton{background:#64ccf1 url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/twitter.png) 12px center no-repeat;display:inline-block;color:#fff;padding:20px 50px;text-decoration:none;border-radius:7px;font-size:1.3em;width:200px}.wcContainer .wcAuthContainer .wcAuth .wcAuthForm .wcFormRow .wcGoogleLoginButton{background:#df4930 url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/google.png) 12px center no-repeat;display:inline-block;color:#fff;padding:20px 50px;text-decoration:none;border-radius:7px;font-size:1.3em;width:200px}.wcContainer .wcAnimation{-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:.25}}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:.25}}@-webkit-keyframes flash60{50%,from,to{opacity:1}25%,75%{opacity:.6}}@keyframes flash60{50%,from,to{opacity:1}25%,75%{opacity:.6}}.wcContainer .wcAnimationFlash{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-name:flash}.wcContainer .wcAnimationFlashSlow{-webkit-animation-name:flash60;animation-name:flash60;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-duration:16s;animation-duration:16s}@-webkit-keyframes shakeY{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.wcContainer .animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}.wcContainer.wcTheme .wcChannel .wcChannelInput .wcInputs .wcInput{background:#f7f7f7}.wcContainer.wcTheme a{-webkit-box-shadow:none;box-shadow:none}.wcContainer.wcLightgrayTheme,.wcContainer.wcLightgrayTheme *{font:13px/22px 'Maven Pro',sans-serif;color:#151618}.wcContainer.wcLightgrayTheme a{color:#00d5ff;-webkit-box-shadow:none;box-shadow:none}.wcContainer.wcLightgrayTheme button:not(.wcFunctional),.wcContainer.wcLightgrayTheme button:not(.wcFunctional):active,.wcContainer.wcLightgrayTheme button:not(.wcFunctional):focus,.wcContainer.wcLightgrayTheme input[type=button],.wcContainer.wcLightgrayTheme input[type=button]:active,.wcContainer.wcLightgrayTheme input[type=button]:focus,.wcContainer.wcLightgrayTheme input[type=submit],.wcContainer.wcLightgrayTheme input[type=submit]:active,.wcContainer.wcLightgrayTheme input[type=submit]:focus{border-radius:15px!important;background-image:none;background-repeat:no-repeat;border:0!important;color:#fff!important;padding:5px 20px!important;-webkit-box-shadow:none;box-shadow:none;font-weight:400!important;line-height:20px!important;height:40px;outline:0;min-height:40px!important;background:#00d5ff!important;background:-webkit-gradient(linear,left top,left bottom,from(#00d5ff),to(#00bdde))!important;background:linear-gradient(to bottom,#00d5ff 0,#00bdde 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d5ff', endColorstr='#00bdde', GradientType=0 )!important;text-transform:none!important;-webkit-transition:all 250ms cubic-bezier(.62,.155,.47,.86);transition:all 250ms cubic-bezier(.62,.155,.47,.86)}.wcContainer.wcLightgrayTheme input[type=password],.wcContainer.wcLightgrayTheme input[type=text],.wcContainer.wcLightgrayTheme textarea{height:40px;line-height:40px;-webkit-box-shadow:none;box-shadow:none;background-color:#fff;color:#111;border-radius:15px;margin:0;outline:0 none;padding:4px 4px 4px 15px;border:none}.wcContainer.wcLightgrayTheme input[type=password]:focus,.wcContainer.wcLightgrayTheme input[type=text]:focus,.wcContainer.wcLightgrayTheme textarea:focus{background-color:#fff;border:none}.wcContainer.wcLightgrayTheme ::-webkit-input-placeholder{color:#66696e;font-family:'Maven Pro',sans-serif}.wcContainer.wcLightgrayTheme ::-moz-placeholder{color:#66696e;font-family:'Maven Pro',sans-serif}.wcContainer.wcLightgrayTheme :-ms-input-placeholder{color:#66696e;font-family:'Maven Pro',sans-serif}.wcContainer.wcLightgrayTheme ::-ms-input-placeholder{color:#66696e;font-family:'Maven Pro',sans-serif}.wcContainer.wcLightgrayTheme ::placeholder{color:#66696e;font-family:'Maven Pro',sans-serif}.wcContainer.wcLightgrayTheme input[type=button].wcSubmit{border-radius:0 15px 15px 0!important}.wcContainer.wcLightgrayTheme progress,.wcContainer.wcLightgrayTheme progress[role][aria-valuenow]{background:#b8bcc4!important}.wcContainer.wcLightgrayTheme progress::-webkit-progress-bar{background:#b8bcc4}.wcContainer.wcLightgrayTheme progress{color:#00d5ff}.wcContainer.wcLightgrayTheme progress::-moz-progress-bar{background:#00d5ff}.wcContainer.wcLightgrayTheme progress::-webkit-progress-value{background:#00d5ff}.wcContainer.wcLightgrayTheme progress[aria-valuenow]:before{background:#00d5ff}@media screen and (-webkit-min-device-pixel-ratio:0){.wcContainer.wcLightgrayTheme * button,.wcContainer.wcLightgrayTheme * input,.wcContainer.wcLightgrayTheme * select,.wcContainer.wcLightgrayTheme * textarea{font-size:16px}}.wcContainer.wcLightgrayTheme .wcErrorBox{border-radius:5px;background-color:#ffe9e9;border:none}.wcContainer.wcLightgrayTheme .wcClassic{border:0;border-radius:10px;overflow:hidden;background:#f7f7f7}.wcContainer.wcLightgrayTheme .wcClassic .wcTitle{padding:10px 13px;font-size:150%;color:#151618;background:#e4e4e4!important;background:-webkit-gradient(linear,left top,left bottom,from(#e4e4e4),to(#d9d9d9))!important;background:linear-gradient(to bottom,#e4e4e4 0,#d9d9d9 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#d9d9d9', GradientType=0 )!important}.wcContainer.wcLightgrayTheme .wcClassic .wcAuthContainer,.wcContainer.wcLightgrayTheme .wcClassic .wcLoadingContainer{padding:0}.wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer{background-color:#ededed}.wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent{border-bottom:3px solid transparent;background:#f9fafb;border-radius:5px 5px 0 0}.wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent:first-child{border-top-left-radius:0}.wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab .wcName{font-size:16px;padding-top:4px;padding-bottom:4px}.wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcCustomizations{padding:0 2% 2% 2%;background-color:#f7f7f7}.wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel{border-color:#e4e4e4;border-radius:5px 5px 0 0}.wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel .wcHeader{background:#e4e4e4!important;background:-webkit-gradient(linear,left top,left bottom,from(#e4e4e4),to(#d9d9d9))!important;background:linear-gradient(to bottom,#e4e4e4 0,#d9d9d9 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#d9d9d9', GradientType=0)!important;border-radius:5px 5px 0 0}.wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcFocused .wcGridChannel{border:1px solid rgba(0,213,255,.3);-webkit-box-shadow:0 0 7px rgba(0,213,255,.3);box-shadow:0 0 7px rgba(0,213,255,.3)}.wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaRight .wcMessagesArea{padding-left:0;padding-right:0}.wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcMessagesArea{padding-left:0;padding-right:0}.wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcBrowserArea{padding-right:2%;padding-left:1%}.wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody .wcBrowserArea{background-color:#ededed}.wcContainer.wcLightgrayTheme .wcMobile .wcContent,.wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcContent{padding-left:0;padding-right:0}.wcContainer.wcLightgrayTheme .wcMobile .wcTabs,.wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabs{background-color:#ededed}.wcContainer.wcLightgrayTheme .wcMobile .wcTabs .wcTab,.wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabs .wcTab{padding-bottom:6px;padding-top:6px;border-bottom:0}.wcContainer.wcLightgrayTheme .wcMobile .wcTabs .wcTab .wcName,.wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabs .wcTab .wcName{font-size:16px}.wcContainer.wcLightgrayTheme .wcMobile .wcTabs .wcTab.wcCurrent,.wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabs .wcTab.wcCurrent{border-bottom:0;background-color:#f9fafb;border-radius:5px 5px 0 0}.wcContainer.wcLightgrayTheme .wcMobile .wcTabs .wcTab .wcRedCounter,.wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabs .wcTab .wcRedCounter{width:22px;height:22px;font-size:1em}.wcContainer.wcLightgrayTheme .wcMobile .wcTabs .wcTabContent .wcChannel,.wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabs .wcTabContent .wcChannel{padding-left:1%;padding-right:1%}.wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcChannel .wcChannelIntro,.wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabContent .wcChannel .wcChannelIntro{background-color:transparent;margin-top:0;margin-bottom:1%;padding:0 0 2% 0}.wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcChannelEntry,.wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry{padding:5px 10px 5px 10px}.wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcChannelEntry:active,.wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcChannelEntry:focus,.wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcChannelEntry:hover,.wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:active,.wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:focus,.wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:hover{background-color:rgba(9,193,121,.1)}.wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcBrowser,.wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser{padding-top:0;background-color:#f7f7f7}.wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover,.wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover{background-color:rgba(9,193,121,.1)}.wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcRecentChats .wcHeader,.wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcHeader{font-size:1.1em;color:#444;padding-left:10px}.wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent,.wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent{padding:5px 10px 5px 10px}.wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent .wcRight .wcHead,.wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent .wcRight .wcHead{margin-bottom:0}.wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcCustomizations,.wcContainer.wcLightgrayTheme .wcSidebar.wcMobile .wcTabContent .wcCustomizations{padding-left:2%;padding-right:2%}.wcContainer.wcLightgrayTheme .wcSidebar .wcColumn>*{border-color:#e4e4e4}.wcContainer.wcLightgrayTheme .wcSidebar .wcColumn.wcFocused>:first-child{border-top:none}.wcContainer.wcLightgrayTheme .wcSidebar .wcColumn.wcFocused>:first-child>span{font-weight:700}.wcContainer.wcLightgrayTheme .wcSidebar .wcColumn .wcHeader{height:2.6em;background:#e4e4e4!important;background:-webkit-gradient(linear,left top,left bottom,from(#e4e4e4),to(#d9d9d9))!important;background:linear-gradient(to bottom,#e4e4e4 0,#d9d9d9 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#d9d9d9', GradientType=0 )!important;border-radius:5px 5px 0 0}.wcContainer.wcLightgrayTheme .wcSidebar .wcColumn .wcContent{background-color:#f7f7f7}.wcContainer.wcLightgrayTheme .wcSidebar .wcColumn .wcContent.wcBrowserContent .wcCustomizations{background-color:#ededed}.wcContainer.wcLightgrayTheme .wcSidebar .wcColumn .wcContent .wcChannel .wcChannelIntro{background-color:transparent}.wcContainer.wcLightgrayTheme .wcSidebar .wcColumn .wcRecentTrigger span{top:10px}.wcContainer.wcLightgrayTheme .wcCustomizations a,.wcContainer.wcLightgrayTheme .wcCustomizations a:hover{color:#151618;outline:0}.wcContainer.wcLightgrayTheme .wcCounter{font-size:10px}.wcContainer.wcLightgrayTheme .wcBrowser{background-color:#ededed;color:#151618}.wcContainer.wcLightgrayTheme .wcBrowser .wcChannels .wcLabel{font-weight:700}.wcContainer.wcLightgrayTheme .wcBrowser .wcChannels .wcChannelTrigger{color:#151618}.wcContainer.wcLightgrayTheme .wcBrowser .wcChannels .wcChannelTrigger.wcUnLockedChannel .wcDetails .wcName{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/lightgray/gfx/lock-semi.svg)}.wcContainer.wcLightgrayTheme .wcBrowser .wcChannels .wcChannelTrigger.wcLockedChannel .wcDetails .wcName{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/lightgray/gfx/lock-full.svg)}.wcContainer.wcLightgrayTheme .wcBrowser .wcChannels .wcChannelTrigger:hover{background-color:rgba(9,193,121,.15);border-radius:5px}.wcContainer.wcLightgrayTheme .wcBrowser .wcChannels .wcLabel{font-size:1.1em;color:#444}.wcContainer.wcLightgrayTheme .wcBrowser .wcCounter{font-size:10px}.wcContainer.wcLightgrayTheme .wcBrowser .wcFooter{border-top:none;padding:5px 5px 5px 10px}.wcContainer.wcLightgrayTheme .wcBrowser .wcFooter .wcSearch{background-color:#fff;border-radius:15px;background-position:10px center}.wcContainer.wcLightgrayTheme .wcBrowser .wcFooter .wcSearch input{height:40px;margin-left:30px}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelIntro{border:none;border-bottom:1px solid #ededed;padding:10px;margin-top:0;background-color:#f9fafb}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelIntro .wcAvatar{border-radius:5px;max-height:60px}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages{color:#111;background:#f7f7f7;margin-bottom:2%}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage{padding-left:2%;padding-right:2%}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage a{color:#00d5ff;text-decoration:none}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage a:hover{text-decoration:underline}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcUser{line-height:22px;color:#151618;text-decoration:none}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcTime,.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcTime *{color:#8a8e95;line-height:22px}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcContent{background-color:#fff;border-radius:0 10px 10px 10px;-webkit-box-shadow:2px 2px 2px rgba(60,60,60,.03);box-shadow:2px 2px 2px rgba(60,60,60,.03)}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcContent .wcActionsButton{border-radius:5px}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote{border-left-color:#45e3ff;background-color:#f8f8f8;border-radius:0 10px 0 0}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;min-width:auto}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcInternalContent{display:inline}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent.wcEditing .wcInternalContent,.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent.wcEditing .wcTime{display:none}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent>.wcTime{margin-left:10px;float:right}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcContent{background-color:#ececec;-webkit-box-shadow:2px 2px 2px rgba(60,60,60,.13);box-shadow:2px 2px 2px rgba(60,60,60,.13)}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowBody .wcContent .wcQuote{background-color:#e6e6e6}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowHead .wcUser{color:#444}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcBatch .wcRowHead{display:none}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcBatch .wcRowBody>.wcAvatar{visibility:hidden}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcBatch .wcRowBody .wcContent{border-radius:10px}.wcContainer.wcLightgrayTheme .wcChannel .wcCounter{padding:0 2% 1% 2%}.wcContainer.wcLightgrayTheme .wcChannel.wcChannelSizeXXs .wcChannelInput .wcInputs .wcInputButtons button.wcSubmit{background:#00bdde url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/send.svg) no-repeat center center!important;background-size:25px 25px!important}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput{background-color:#f7f7f7;padding:0 2% 2% 2%}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcCurrentUserName{padding-bottom:7px;font-weight:700;color:#444}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcReplyTo{background-color:#e6e6e6}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton{border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;height:40px;background:#fff;display:inline-block;outline:0;-webkit-transition:all 250ms cubic-bezier(.62,.155,.47,.86);transition:all 250ms cubic-bezier(.62,.155,.47,.86)}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover,.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover>*{cursor:pointer}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcImageAttachment{background:#fff url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/lightgray/gfx/camera.svg) center center no-repeat}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcFileAttachment{background:#fff url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/lightgray/gfx/attach.svg) center center no-repeat;cursor:pointer}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcEmoticon{background:#fff url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/lightgray/gfx/emoticon.svg) center center no-repeat}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStart{background:#fff url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/mic.svg) center center no-repeat}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStop{background:#fff url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/stop-button.svg) center center no-repeat}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:active,.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:focus,.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover{background-color:rgba(9,193,121,.15);border:none}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButtonSupplementary{background-color:#fff;height:40px}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs div.wcInput{border-radius:15px 0 0 15px;min-height:40px;-webkit-box-shadow:none;box-shadow:none;background-color:#fff;color:#111;margin:0;outline:0 none;padding:7px 5px 7px 15px;border:none}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs div.wcInput:focus{background-color:#fff;border:none}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcSubmit{border-radius:0 15px 15px 0!important}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete{border-color:#b8bcc4}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete:hover{background-color:#e3e3e3}.wcContainer.wcLightgrayTheme .wcRecentTrigger:hover{background-color:rgba(9,193,121,.15)}.wcContainer.wcLightgrayTheme .wcRecentTrigger span{font-size:11px;font-weight:700}.wcContainer.wcLightgrayTheme .wcToasts .wcToast{background-color:#f1f1f1;-webkit-box-shadow:0 0 15px rgba(60,60,60,.2);box-shadow:0 0 15px rgba(60,60,60,.2)}.wcContainer.wcColddarkTheme,.wcContainer.wcColddarkTheme *{font:13px/22px 'Maven Pro',sans-serif;color:#cad6e2}.wcContainer.wcColddarkTheme a{color:#24b4ff;-webkit-box-shadow:none;box-shadow:none}.wcContainer.wcColddarkTheme button:not(.wcFunctional),.wcContainer.wcColddarkTheme button:not(.wcFunctional):active,.wcContainer.wcColddarkTheme button:not(.wcFunctional):focus,.wcContainer.wcColddarkTheme input[type=button],.wcContainer.wcColddarkTheme input[type=button]:active,.wcContainer.wcColddarkTheme input[type=button]:focus,.wcContainer.wcColddarkTheme input[type=submit],.wcContainer.wcColddarkTheme input[type=submit]:active,.wcContainer.wcColddarkTheme input[type=submit]:focus{border-radius:15px!important;background-image:none;background-repeat:no-repeat;border:0!important;color:#fff!important;padding:5px 20px!important;-webkit-box-shadow:none;box-shadow:none;font-weight:400!important;line-height:20px!important;height:40px;outline:0;min-height:40px!important;background:#24b4ff!important;background:-webkit-gradient(linear,left top,left bottom,from(#24b4ff),to(#0095e2))!important;background:linear-gradient(to bottom,#24b4ff 0,#0095e2 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#24b4ff', endColorstr='#0095e2', GradientType=0 )!important;text-transform:none!important;-webkit-transition:all 250ms cubic-bezier(.62,.155,.47,.86);transition:all 250ms cubic-bezier(.62,.155,.47,.86)}.wcContainer.wcColddarkTheme button:not(.wcFunctional):hover,.wcContainer.wcColddarkTheme input[type=button]:hover,.wcContainer.wcColddarkTheme input[type=submit]:hover{background:#57d6ff!important;background:-webkit-gradient(linear,left top,left bottom,from(#57d6ff),to(#24b4ff))!important;background:linear-gradient(to bottom,#57d6ff 0,#24b4ff 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#57d6ff', endColorstr='#24b4ff', GradientType=0 )!important;-webkit-box-shadow:none!important;box-shadow:none!important;font-weight:400!important}.wcContainer.wcColddarkTheme input[type=password],.wcContainer.wcColddarkTheme input[type=text],.wcContainer.wcColddarkTheme textarea{height:40px;font-size:1em;line-height:40px;-webkit-box-shadow:none;box-shadow:none;background-color:#ecf3fb;border-radius:15px;margin:0;outline:0 none;padding:4px;padding-left:15px;border:1px solid transparent;color:#1a212b}.wcContainer.wcColddarkTheme input[type=password]:focus,.wcContainer.wcColddarkTheme input[type=text]:focus,.wcContainer.wcColddarkTheme textarea:focus{background-color:#fff;border:1px solid transparent}.wcContainer.wcColddarkTheme ::-webkit-input-placeholder{color:#465767;font-family:'Maven Pro',sans-serif}.wcContainer.wcColddarkTheme ::-moz-placeholder{color:#465767;font-family:'Maven Pro',sans-serif}.wcContainer.wcColddarkTheme :-ms-input-placeholder{color:#465767;font-family:'Maven Pro',sans-serif}.wcContainer.wcColddarkTheme ::-ms-input-placeholder{color:#465767;font-family:'Maven Pro',sans-serif}.wcContainer.wcColddarkTheme ::placeholder{color:#465767;font-family:'Maven Pro',sans-serif}.wcContainer.wcColddarkTheme progress,.wcContainer.wcColddarkTheme progress[role][aria-valuenow]{background:#5c6d7f!important}.wcContainer.wcColddarkTheme progress::-webkit-progress-bar{background:#5c6d7f}.wcContainer.wcColddarkTheme progress{color:#24b4ff}.wcContainer.wcColddarkTheme progress::-moz-progress-bar{background:#24b4ff}.wcContainer.wcColddarkTheme progress::-webkit-progress-value{background:#24b4ff}.wcContainer.wcColddarkTheme progress[aria-valuenow]:before{background:#24b4ff}@media screen and (-webkit-min-device-pixel-ratio:0){.wcContainer.wcColddarkTheme * button,.wcContainer.wcColddarkTheme * input,.wcContainer.wcColddarkTheme * select,.wcContainer.wcColddarkTheme * textarea{font-size:16px}}.wcContainer.wcColddarkTheme .wcErrorBox{color:#26323e;background-color:#ffe9e9;border-radius:5px;border:none}.wcContainer.wcColddarkTheme .wcClassic{border:0;padding-top:0;color:#cad6e2;border-radius:10px;overflow:hidden;background:#26323e}.wcContainer.wcColddarkTheme .wcClassic .wcTitle{padding:10px 13px;font-size:150%;color:#8d9eb0;background-color:#1a212b;border-radius:10px 10px 0 0}.wcContainer.wcColddarkTheme .wcClassic .wcAuthContainer,.wcContainer.wcColddarkTheme .wcClassic .wcLoadingContainer{padding:0}.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer{background-color:#1a212b;color:#a6a6a6}.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent{border-bottom:3px solid transparent;background:#26323e;border-radius:5px 5px 0 0}.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent:first-child{border-top-left-radius:0}.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab .wcName{color:#a6a6a6;font-size:16px;padding-top:4px;padding-bottom:4px}.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab .wcName:hover{color:#cad6e2}.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab .wcChannelClose:hover{background-color:#26323e}.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav .wcLeft{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/colddark/gfx/arrow-left.svg)}.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav .wcRight{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/colddark/gfx/arrow-right.svg)}.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcCustomizations{padding:0 2% 2% 2%;background-color:#26323e}.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel{border-color:#1a212b;border-radius:10px 10px 0 0}.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel .wcHeader{background-color:#1a212b;border-top:none;border-radius:10px 10px 0 0;line-height:1.8;font-size:1em}.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel .wcHeader .wcChannelClose:hover{background-color:#1572a1}.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcFocused .wcGridChannel{border:1px solid rgba(36,180,255,.3);-webkit-box-shadow:0 0 7px rgba(36,180,255,.3);box-shadow:0 0 7px rgba(36,180,255,.3)}.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcFocused .wcGridChannel .wcChannel .wcInput{border:1px solid rgba(36,180,255,.7)}.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaRight .wcMessagesArea{padding-left:0;padding-right:0}.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcMessagesArea{padding-left:0;padding-right:0}.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcBrowserArea{padding-right:2%;padding-left:1%}.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcBrowserArea{background-color:#1a212b}.wcContainer.wcColddarkTheme .wcMobile .wcContent,.wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcContent{padding-left:0;padding-right:0}.wcContainer.wcColddarkTheme .wcMobile .wcTabs,.wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabs{background-color:#1a212b;color:#a6a6a6;border:none}.wcContainer.wcColddarkTheme .wcMobile .wcTabs .wcTab,.wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabs .wcTab{padding-bottom:6px;padding-top:6px;border-bottom:0}.wcContainer.wcColddarkTheme .wcMobile .wcTabs .wcTab .wcName,.wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabs .wcTab .wcName{font-size:16px}.wcContainer.wcColddarkTheme .wcMobile .wcTabs .wcTab.wcCurrent,.wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabs .wcTab.wcCurrent{border-bottom:0;background-color:#26323e;border-radius:5px 5px 0 0}.wcContainer.wcColddarkTheme .wcMobile .wcTabs .wcTab .wcRedCounter,.wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabs .wcTab .wcRedCounter{width:22px;height:22px;font-size:1em}.wcContainer.wcColddarkTheme .wcMobile .wcTabs .wcTabContent .wcChannel,.wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabs .wcTabContent .wcChannel{padding-left:1%;padding-right:1%}.wcContainer.wcColddarkTheme .wcMobile .wcTabs .wcTabCustomize,.wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabs .wcTabCustomize{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/colddark/gfx/custom.svg);background-size:50%}.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcChannel .wcChannelIntro,.wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcChannel .wcChannelIntro{background-color:transparent;margin-top:0;margin-bottom:1%;padding:0 0 2% 0}.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcChannelEntry,.wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry{padding:5px 10px 5px 10px}.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcChannelEntry:active,.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcChannelEntry:focus,.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcChannelEntry:hover,.wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:active,.wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:focus,.wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:hover{background-color:rgba(9,193,121,.1)}.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcChannelEntry a.wcChannelClose:hover,.wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry a.wcChannelClose:hover{background-color:rgba(9,193,121,.15)}.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcBrowser,.wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser{padding-top:0;background-color:#26323e}.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover,.wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover{background-color:rgba(9,193,121,.1)}.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcRecentChats .wcHeader,.wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcHeader{font-size:1.1em;color:#fff;padding-left:10px}.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcRecentChats .wcNoRecent,.wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcNoRecent{padding-left:10px}.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent,.wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent{padding:5px 10px 5px 10px}.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent .wcRight .wcHead,.wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent .wcRight .wcHead{margin-bottom:0}.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent:hover,.wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent:hover{background-color:#364553}.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent.wcUnread,.wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent.wcUnread{background-color:rgba(0,193,121,.05)}.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent.wcUnread:hover,.wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent.wcUnread:hover{background-color:rgba(0,193,121,.1)}.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent .wcRight .wcHead,.wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent .wcRight .wcHead{margin-bottom:0}.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcCustomizations,.wcContainer.wcColddarkTheme .wcSidebar.wcMobile .wcTabContent .wcCustomizations{padding-left:2%;padding-right:2%}.wcContainer.wcColddarkTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab{padding:10px}.wcContainer.wcColddarkTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcCurrent{border-bottom:0;background-color:#26323e;border-radius:5px 5px 0 0}.wcContainer.wcColddarkTheme .wcSidebar .wcColumn>*{border-color:#1a212b}.wcContainer.wcColddarkTheme .wcSidebar .wcColumn.wcFocused>:first-child{border-top:none}.wcContainer.wcColddarkTheme .wcSidebar .wcColumn.wcFocused>:first-child>span{font-weight:700}.wcContainer.wcColddarkTheme .wcSidebar .wcColumn .wcHeader{height:2.6em;background-color:#1a212b;border-top:none;border-radius:10px 10px 0 0;line-height:1.8;font-size:1em}.wcContainer.wcColddarkTheme .wcSidebar .wcColumn .wcContent{background-color:#26323e}.wcContainer.wcColddarkTheme .wcSidebar .wcColumn .wcContent.wcBrowserContent .wcCustomizations{background-color:#1a212b;padding-bottom:10px!important}.wcContainer.wcColddarkTheme .wcSidebar .wcColumn .wcRecentTrigger span{top:12px}.wcContainer.wcColddarkTheme .wcBrowser{background-color:#1a212b;color:#151618}.wcContainer.wcColddarkTheme .wcBrowser .wcChannels .wcLabel{font-weight:700}.wcContainer.wcColddarkTheme .wcBrowser .wcChannels .wcChannelTrigger{color:#151618}.wcContainer.wcColddarkTheme .wcBrowser .wcChannels .wcChannelTrigger.wcUnLockedChannel .wcDetails .wcName{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/lightgray/gfx/lock-semi.svg)}.wcContainer.wcColddarkTheme .wcBrowser .wcChannels .wcChannelTrigger.wcLockedChannel .wcDetails .wcName{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/lightgray/gfx/lock-full.svg)}.wcContainer.wcColddarkTheme .wcBrowser .wcChannels .wcChannelTrigger:hover{background-color:rgba(9,193,121,.15);border-radius:5px}.wcContainer.wcColddarkTheme .wcBrowser .wcChannels .wcLabel{font-size:1.1em;color:#8d9eb0}.wcContainer.wcColddarkTheme .wcBrowser .wcCounter{border:0}.wcContainer.wcColddarkTheme .wcBrowser .wcFooter{border-top:none;padding:5px 5px 5px 10px}.wcContainer.wcColddarkTheme .wcBrowser .wcFooter .wcSearch{background-color:#fff;border-radius:15px;background-position:10px center}.wcContainer.wcColddarkTheme .wcBrowser .wcFooter .wcSearch input{height:40px;margin-left:30px}.wcContainer.wcColddarkTheme .wcBrowser.wcBrowserRecent .wcRecentChats .wcRecent.wcRead:hover{background-color:rgba(9,193,121,.09);border-radius:5px}.wcContainer.wcColddarkTheme .wcCustomizations a.wcCustomizeButton:before{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/colddark/gfx/custom.svg)}.wcContainer.wcColddarkTheme .wcCounter{font-size:10px}.wcContainer.wcColddarkTheme .wcChannel .wcChannelIntro{border:none;border-bottom:1px solid #465767;padding:10px;margin-top:0;background-color:transparent}.wcContainer.wcColddarkTheme .wcChannel .wcChannelIntro .wcAvatar{border-radius:5px;max-height:60px}.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages{color:#111;background:#26323e;margin-bottom:2%}.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage{padding-left:2%;padding-right:2%}.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage a{color:#24b4ff;text-decoration:none}.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage a:hover{text-decoration:underline}.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcUser{line-height:22px;color:#cad6e2;text-decoration:none}.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcTime,.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcTime *{color:#8d9eb0;line-height:22px}.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcContent{background-color:#465767;border-radius:0 10px 10px 10px;-webkit-box-shadow:2px 2px 2px rgba(60,60,60,.03);box-shadow:2px 2px 2px rgba(60,60,60,.03)}.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcContent .wcActionsButton{background:#26323e url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/colddark/gfx/3dots.svg) center center no-repeat;background-size:14px;border-radius:5px;border:none}.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcContent .wcActionsButton:hover{border:none;background-color:#2a3743}.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote{border-left-color:#24b4ff;background-color:#40505f;border-radius:0 10px 0 0}.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcContent{background-color:#5c6d7f}.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcContent .wcActionsButton{background-color:#7c8d9f}.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowBody .wcContent .wcQuote{background-color:#576778}.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowHead .wcUser{color:#cad6e2}.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;min-width:auto}.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcInternalContent{display:inline}.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent.wcEditing .wcInternalContent,.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent.wcEditing .wcTime{display:none}.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent>.wcTime{margin-left:10px;float:right}.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcBatch .wcRowHead{display:none}.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcBatch .wcRowBody>.wcAvatar{visibility:hidden}.wcContainer.wcColddarkTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcBatch .wcRowBody .wcContent{border-radius:10px}.wcContainer.wcColddarkTheme .wcChannel .wcCounter{padding:0 2% 1% 2%}.wcContainer.wcColddarkTheme .wcChannel.wcChannelSizeXXs .wcChannelInput .wcInputs .wcInputButtons button.wcSubmit{background:#0095e2 url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/send.svg) no-repeat center center!important;background-size:25px 25px!important}.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput{background-color:#26323e;padding:0 2% 2% 2%}.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcCurrentUserName{padding-bottom:7px;font-weight:700}.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcReadOnlyDirectChannel{border-radius:5px;background-color:#ffe9e9;margin-top:20px;margin-bottom:20px;padding:10px}.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcReplyTo{background-color:#576778;border-radius:0 15px 15px 15px}.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcReplyTo .wcDeleteButton{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/colddark/gfx/x.svg)}.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcReplyTo .wcDeleteButton:hover{background-color:rgba(9,193,121,.09)}.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons{margin-bottom:4px}.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton{border-radius:15px;border:none;-webkit-box-shadow:none;box-shadow:none;height:40px;background:0 0;display:inline-block;outline:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";filter:alpha(opacity=70);-moz-opacity:.7;-khtml-opacity:.7;opacity:.7;-webkit-transition:all 250ms cubic-bezier(.62,.155,.47,.86);transition:all 250ms cubic-bezier(.62,.155,.47,.86)}.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover,.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover>*{cursor:pointer}.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcImageAttachment{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/colddark/gfx/camera.svg) center center no-repeat}.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcFileAttachment{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/colddark/gfx/attach.svg) center center no-repeat;cursor:pointer}.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcEmoticon{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/colddark/gfx/emoticon.svg) center center no-repeat}.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStart{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/colddark/gfx/mic.svg) center center no-repeat}.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStop{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/stop-button.svg) center center no-repeat}.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:active,.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:focus,.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;border:none;background-color:transparent}.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButtonSupplementary{background-color:transparent}.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs div.wcInput{min-height:40px;background-color:#ecf3fb;border-radius:15px;margin:0;border:1px solid transparent;padding:6px 5px 6px 15px}.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs div.wcInput:focus{background-color:#fff;border:1px solid transparent}.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs div.wcInput,.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs div.wcInput *{color:#1a212b}.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete{border-color:#354554}.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete:hover{background-color:#354554}.wcContainer.wcColddarkTheme .wcRecentTrigger{background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/colddark/gfx/recent-chats-inactive.svg) center center no-repeat}.wcContainer.wcColddarkTheme .wcRecentTrigger.wcOpen{background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/colddark/gfx/recent-chats.svg) center center no-repeat}.wcContainer.wcColddarkTheme .wcRecentTrigger:hover{background-color:rgba(9,193,121,.09);border-radius:5px}.wcContainer.wcColddarkTheme .wcRecentTrigger span{font-size:11px;font-weight:700}.wcContainer.wcColddarkTheme .wcToasts .wcToast{background-color:#202a35;color:#cad6e2;-webkit-box-shadow:0 0 15px #000;box-shadow:0 0 15px #000}.wcContainer.wcAirflowTheme,.wcContainer.wcAirflowTheme *{font:13px/22px 'Maven Pro',sans-serif;color:#0e2849}.wcContainer.wcAirflowTheme a{color:#119bd4;-webkit-box-shadow:none;box-shadow:none}.wcContainer.wcAirflowTheme button:not(.wcFunctional),.wcContainer.wcAirflowTheme button:not(.wcFunctional):active,.wcContainer.wcAirflowTheme button:not(.wcFunctional):focus,.wcContainer.wcAirflowTheme input[type=button],.wcContainer.wcAirflowTheme input[type=button]:active,.wcContainer.wcAirflowTheme input[type=button]:focus,.wcContainer.wcAirflowTheme input[type=submit],.wcContainer.wcAirflowTheme input[type=submit]:active,.wcContainer.wcAirflowTheme input[type=submit]:focus{border-radius:15px!important;background-image:none;background-repeat:no-repeat;border:0!important;color:#fff!important;padding:5px 20px!important;-webkit-box-shadow:none;box-shadow:none;font-weight:400!important;line-height:20px!important;height:40px;outline:0;min-height:40px!important;background:#0194d2!important;background:-webkit-gradient(linear,left top,left bottom,from(#0194d2),to(#0081b7))!important;background:linear-gradient(to bottom,#0194d2 0,#0081b7 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0194d2', endColorstr='#0081b7', GradientType=0 )!important;text-transform:none!important;-webkit-transition:all 250ms cubic-bezier(.62,.155,.47,.86);transition:all 250ms cubic-bezier(.62,.155,.47,.86)}.wcContainer.wcAirflowTheme button:not(.wcFunctional):hover,.wcContainer.wcAirflowTheme input[type=button]:hover,.wcContainer.wcAirflowTheme input[type=submit]:hover{background:#01567a!important;background:-webkit-gradient(linear,left top,left bottom,from(#01567a),to(#024460))!important;background:linear-gradient(to bottom,#01567a 0,#024460 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01567a', endColorstr='#024460', GradientType=0 )!important;-webkit-box-shadow:none!important;box-shadow:none!important;font-weight:400!important}.wcContainer.wcAirflowTheme input[type=password],.wcContainer.wcAirflowTheme input[type=text],.wcContainer.wcAirflowTheme textarea{height:40px;font-size:1em;line-height:40px;-webkit-box-shadow:none;box-shadow:none;background-color:#fff;border-radius:15px;margin:0;outline:0 none;padding:4px;padding-left:15px;border:1px solid transparent}.wcContainer.wcAirflowTheme input[type=password]:focus,.wcContainer.wcAirflowTheme input[type=text]:focus,.wcContainer.wcAirflowTheme textarea:focus{background-color:#fff;border:1px solid transparent}.wcContainer.wcAirflowTheme ::-webkit-input-placeholder{color:#afb1b8;font-family:'Maven Pro',sans-serif}.wcContainer.wcAirflowTheme ::-moz-placeholder{color:#afb1b8;font-family:'Maven Pro',sans-serif}.wcContainer.wcAirflowTheme :-ms-input-placeholder{color:#afb1b8;font-family:'Maven Pro',sans-serif}.wcContainer.wcAirflowTheme ::-ms-input-placeholder{color:#afb1b8;font-family:'Maven Pro',sans-serif}.wcContainer.wcAirflowTheme ::placeholder{color:#afb1b8;font-family:'Maven Pro',sans-serif}.wcContainer.wcAirflowTheme input[type=button].wcSubmit{border-radius:15px!important}.wcContainer.wcAirflowTheme progress,.wcContainer.wcAirflowTheme progress[role][aria-valuenow]{background:#d7dfe3!important}.wcContainer.wcAirflowTheme progress::-webkit-progress-bar{background:#d7dfe3}.wcContainer.wcAirflowTheme progress{color:#0194d2}.wcContainer.wcAirflowTheme progress::-moz-progress-bar{background:#0194d2}.wcContainer.wcAirflowTheme progress::-webkit-progress-value{background:#0194d2}.wcContainer.wcAirflowTheme progress[aria-valuenow]:before{background:#0194d2}@media screen and (-webkit-min-device-pixel-ratio:0){.wcContainer.wcAirflowTheme * button,.wcContainer.wcAirflowTheme * input,.wcContainer.wcAirflowTheme * select,.wcContainer.wcAirflowTheme * textarea{font-size:16px}}.wcContainer.wcAirflowTheme .wcErrorBox{border-radius:5px;background-color:#ffe9e9;border:none}.wcContainer.wcAirflowTheme .wcClassic{border:0;border-radius:10px;overflow:hidden;background:#f3f6f7}.wcContainer.wcAirflowTheme .wcClassic .wcTitle{padding:10px 13px;font-size:150%;color:#0e2849;background-color:#dfe7ea}.wcContainer.wcAirflowTheme .wcClassic .wcAuthContainer,.wcContainer.wcAirflowTheme .wcClassic .wcLoadingContainer{padding:0}.wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer{background-color:#e9eef0}.wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent{border-bottom:3px solid transparent;background:#f9fafb;border-radius:5px 5px 0 0}.wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent:first-child{border-top-left-radius:0}.wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab .wcName{font-size:16px;padding-top:4px;padding-bottom:4px}.wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcCustomizations{padding:0 2% 2% 2%;background-color:#f3f6f7}.wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel{border-color:#e9eef0;border-radius:5px 5px 0 0}.wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel .wcHeader{padding:10px 13px;color:#0e2849;background-color:#dfe7ea;border-radius:5px 5px 0 0}.wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcFocused .wcGridChannel{border:1px solid rgba(173,208,224,.59);-webkit-box-shadow:0 0 7px rgba(173,208,224,.79);box-shadow:0 0 7px rgba(173,208,224,.79)}.wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcFocused .wcGridChannel .wcChannel .wcInput{border:1px solid rgba(173,208,224,.57)}.wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaRight .wcMessagesArea{padding-left:0;padding-right:0}.wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcMessagesArea{padding-left:0;padding-right:0}.wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcBrowserArea{padding-right:2%;padding-left:1%}.wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody .wcBrowserArea{background-color:#e9eef0}.wcContainer.wcAirflowTheme .wcMobile .wcContent,.wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcContent{padding-left:0;padding-right:0}.wcContainer.wcAirflowTheme .wcMobile .wcTabs,.wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabs{background-color:#ededed}.wcContainer.wcAirflowTheme .wcMobile .wcTabs .wcTab,.wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabs .wcTab{padding-bottom:6px;padding-top:6px;border-bottom:0}.wcContainer.wcAirflowTheme .wcMobile .wcTabs .wcTab .wcName,.wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabs .wcTab .wcName{font-size:16px}.wcContainer.wcAirflowTheme .wcMobile .wcTabs .wcTab.wcCurrent,.wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabs .wcTab.wcCurrent{border-bottom:0;background-color:#f9fafb;border-radius:5px 5px 0 0}.wcContainer.wcAirflowTheme .wcMobile .wcTabs .wcTab .wcRedCounter,.wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabs .wcTab .wcRedCounter{width:22px;height:22px;font-size:1em}.wcContainer.wcAirflowTheme .wcMobile .wcTabs .wcTabContent .wcChannel,.wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabs .wcTabContent .wcChannel{padding-left:1%;padding-right:1%}.wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcChannel .wcChannelIntro,.wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabContent .wcChannel .wcChannelIntro{background-color:transparent;margin-top:0;margin-bottom:1%;padding:0 0 2% 0}.wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcChannelEntry,.wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry{padding:5px 10px 5px 10px}.wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcChannelEntry:active,.wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcChannelEntry:focus,.wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcChannelEntry:hover,.wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:active,.wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:focus,.wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:hover{background-color:rgba(9,193,121,.1)}.wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcBrowser,.wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser{padding-top:0;background-color:transparent}.wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover,.wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover{background-color:#d1e6ef}.wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcRecentChats .wcHeader,.wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcHeader{font-size:1.1em;color:#444;padding-left:10px}.wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent,.wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent{padding:5px 10px 5px 10px}.wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent .wcRight .wcHead,.wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent .wcRight .wcHead{margin-bottom:0}.wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcCustomizations,.wcContainer.wcAirflowTheme .wcSidebar.wcMobile .wcTabContent .wcCustomizations{padding-left:2%;padding-right:2%}.wcContainer.wcAirflowTheme .wcSidebar .wcColumn>*{border-color:#e9eef0}.wcContainer.wcAirflowTheme .wcSidebar .wcColumn.wcFocused>:first-child{border-top:none}.wcContainer.wcAirflowTheme .wcSidebar .wcColumn.wcFocused>:first-child>span{font-weight:700}.wcContainer.wcAirflowTheme .wcSidebar .wcColumn .wcHeader{height:2.6em;padding:10px 13px;color:#0e2849;background-color:#dfe7ea;border-radius:5px 5px 0 0}.wcContainer.wcAirflowTheme .wcSidebar .wcColumn .wcHeader .wcButtons .wcMinimize{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/airflow/gfx/minus.svg)}.wcContainer.wcAirflowTheme .wcSidebar .wcColumn .wcHeader .wcButtons .wcMaximize{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/airflow/gfx/plus.svg)}.wcContainer.wcAirflowTheme .wcSidebar .wcColumn .wcHeader .wcButtons .wcClose{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/airflow/gfx/x.svg)}.wcContainer.wcAirflowTheme .wcSidebar .wcColumn .wcContent{background-color:#f3f6f7}.wcContainer.wcAirflowTheme .wcSidebar .wcColumn .wcContent.wcBrowserContent .wcCustomizations{background-color:#f3f6f7}.wcContainer.wcAirflowTheme .wcSidebar .wcColumn .wcContent .wcChannel .wcChannelIntro{background-color:transparent;padding-left:0;padding-right:0}.wcContainer.wcAirflowTheme .wcSidebar .wcColumn .wcRecentTrigger span{top:10px}.wcContainer.wcAirflowTheme .wcCustomizations a,.wcContainer.wcAirflowTheme .wcCustomizations a:hover{color:#151618;outline:0}.wcContainer.wcAirflowTheme .wcCounter{font-size:10px}.wcContainer.wcAirflowTheme a.wcChannelClose{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/airflow/gfx/x.svg) no-repeat 50%;border-color:#7593aa}.wcContainer.wcAirflowTheme a.wcChannelClose:hover{background-color:#d1e6ef}.wcContainer.wcAirflowTheme .wcBrowser{background-color:transparent;color:#151618}.wcContainer.wcAirflowTheme .wcBrowser .wcChannels .wcLabel{font-weight:700}.wcContainer.wcAirflowTheme .wcBrowser .wcChannels .wcChannelTrigger{color:#151618}.wcContainer.wcAirflowTheme .wcBrowser .wcChannels .wcChannelTrigger.wcUnLockedChannel .wcDetails .wcName{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/airflow/gfx/lock-semi.svg)}.wcContainer.wcAirflowTheme .wcBrowser .wcChannels .wcChannelTrigger.wcLockedChannel .wcDetails .wcName{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/airflow/gfx/lock-full.svg)}.wcContainer.wcAirflowTheme .wcBrowser .wcChannels .wcChannelTrigger:hover{background-color:#d1e6ef;border-radius:5px}.wcContainer.wcAirflowTheme .wcBrowser .wcChannels .wcLabel{font-size:1.1em;color:#444}.wcContainer.wcAirflowTheme .wcBrowser .wcCounter{border:0;border-top:1px solid #e9eef0}.wcContainer.wcAirflowTheme .wcBrowser .wcFooter{border-top:none;padding:5px 5px 5px 10px}.wcContainer.wcAirflowTheme .wcBrowser .wcFooter .wcSearch{background-color:#fff;border-radius:15px;background-position:10px center}.wcContainer.wcAirflowTheme .wcBrowser .wcFooter .wcSearch input{height:40px;margin-left:30px}.wcContainer.wcAirflowTheme .wcBrowser.wcBrowserRecent .wcRecentChats .wcRecent.wcRead:hover{background-color:#d1e6ef;border-radius:5px}.wcContainer.wcAirflowTheme .wcChannel .wcChannelIntro{border:none;border-bottom:1px solid #ededed;padding:10px;margin-top:0;background-color:#f9fafb}.wcContainer.wcAirflowTheme .wcChannel .wcChannelIntro .wcAvatar{border-radius:5px;max-height:60px}.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages{color:#111;background:#f3f6f7;margin-bottom:2%}.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage{padding-left:2%;padding-right:2%}.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage a{color:#119bd4;text-decoration:none}.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage a:hover{text-decoration:underline}.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcUser{line-height:22px;color:#0e2849;text-decoration:none}.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcTime,.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcTime *{color:#a2a8ad;line-height:22px}.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcContent{background-color:#fff;border-radius:0 10px 10px 10px;-webkit-box-shadow:0 0 15px rgba(14,40,73,.03);box-shadow:0 0 15px rgba(14,40,73,.03)}.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcContent .wcActionsButton{border-radius:5px}.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote{border-left-color:#0194d2;background-color:#f8f8f8;border-radius:0 10px 0 0}.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcContent{background-color:#d1e6ef;-webkit-box-shadow:none;box-shadow:none}.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowBody .wcContent .wcQuote{background-color:#cbdfe8}.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowHead .wcUser{color:#0e2849}.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;min-width:auto}.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcInternalContent{display:inline}.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent.wcEditing .wcInternalContent,.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent.wcEditing .wcTime{display:none}.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent>.wcTime{margin-left:10px;float:right}.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcBatch .wcRowHead{display:none}.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcBatch .wcRowBody>.wcAvatar{visibility:hidden}.wcContainer.wcAirflowTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcBatch .wcRowBody .wcContent{border-radius:10px}.wcContainer.wcAirflowTheme .wcChannel .wcCounter{padding:0 2% 1% 2%}.wcContainer.wcAirflowTheme .wcChannel.wcChannelSizeXXs .wcChannelInput .wcInputs .wcInputButtons button.wcSubmit{background:#0081b7 url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/send.svg) no-repeat center center!important;background-size:25px 25px!important}.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput{background-color:#f3f6f7;padding:0 2% 2% 2%}.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcCurrentUserName{padding-bottom:7px;font-weight:700;color:#444}.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcReplyTo{background-color:#e9eef0}.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcReplyTo .wcDeleteButton{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/airflow/gfx/x.svg)}.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton{border-radius:15px;border:none;-webkit-box-shadow:none;box-shadow:none;height:40px;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter:alpha(opacity=60);-moz-opacity:.6;-khtml-opacity:.6;opacity:.6;outline:0;-webkit-transition:all 250ms cubic-bezier(.62,.155,.47,.86);transition:all 250ms cubic-bezier(.62,.155,.47,.86);display:inline-block}.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover,.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover>*{cursor:pointer}.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcImageAttachment{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/airflow/gfx/camera.svg) center center no-repeat}.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcFileAttachment{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/airflow/gfx/attach.svg) center center no-repeat;cursor:pointer}.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcEmoticon{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/airflow/gfx/emoticon.svg) center center no-repeat}.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStart{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/airflow/gfx/mic.svg) center center no-repeat}.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStop{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/stop-button.svg) center center no-repeat}.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:active,.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:focus,.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;border:none;background-color:transparent}.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButtonSupplementary{background-color:transparent}.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs div.wcInput{min-height:40px;background-color:#fff;border-radius:15px;margin:0;border:1px solid transparent;padding:6px 5px 6px 15px}.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs div.wcInput:focus{border:1px solid transparent}.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcSubmit{border-radius:15px!important}.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete{border-color:#7593aa;background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/airflow/gfx/x.svg)}.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete:hover{background-color:#d1e6ef}.wcContainer.wcAirflowTheme .wcRecentTrigger{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/airflow/gfx/recent-chats-inactive.svg)}.wcContainer.wcAirflowTheme .wcRecentTrigger:hover{background-color:#d1e6ef}.wcContainer.wcAirflowTheme .wcRecentTrigger span{font-size:11px;font-weight:700}.wcContainer.wcAirflowTheme .wcToasts .wcToast{background-color:#f3f6f7;-webkit-box-shadow:2px 2px 15px rgba(60,60,60,.1);box-shadow:2px 2px 15px rgba(60,60,60,.1)}.wcContainer.wcCrystalTheme,.wcContainer.wcCrystalTheme *{font:13px/22px Rajdhani,sans-serif;color:#2a292a}.wcContainer.wcCrystalTheme a{color:#6272d0;-webkit-box-shadow:none;box-shadow:none}.wcContainer.wcCrystalTheme button:not(.wcFunctional),.wcContainer.wcCrystalTheme button:not(.wcFunctional):active,.wcContainer.wcCrystalTheme button:not(.wcFunctional):focus,.wcContainer.wcCrystalTheme input[type=button],.wcContainer.wcCrystalTheme input[type=button]:active,.wcContainer.wcCrystalTheme input[type=button]:focus,.wcContainer.wcCrystalTheme input[type=submit],.wcContainer.wcCrystalTheme input[type=submit]:active,.wcContainer.wcCrystalTheme input[type=submit]:focus{border-radius:5px;background-image:none;background-repeat:no-repeat;border:0!important;color:#fff!important;padding:5px 20px!important;-webkit-box-shadow:none;box-shadow:none;font-weight:400!important;line-height:20px!important;height:2.5rem;outline:0;min-height:40px!important;background:#2a292a!important;text-transform:none!important;font-size:20px;-webkit-transition:all 250ms cubic-bezier(.62,.155,.47,.86);transition:all 250ms cubic-bezier(.62,.155,.47,.86)}.wcContainer.wcCrystalTheme input[type=button]:hover,.wcContainer.wcCrystalTheme input[type=submit]:hover{background:#2a292a!important;-webkit-box-shadow:none!important;box-shadow:none!important;font-weight:400!important}.wcContainer.wcCrystalTheme input[type=password],.wcContainer.wcCrystalTheme input[type=text],.wcContainer.wcCrystalTheme textarea{height:40px;font-size:15px;line-height:40px;-webkit-box-shadow:none;box-shadow:none;background-color:#e0e0e0;border-radius:5px;margin:0;outline:0 none;padding:4px;padding-left:15px;border:1px solid transparent}.wcContainer.wcCrystalTheme input[type=password]:focus,.wcContainer.wcCrystalTheme input[type=text]:focus,.wcContainer.wcCrystalTheme textarea:focus{background-color:#e0e0e0;padding-left:15px;border:1px solid transparent}.wcContainer.wcCrystalTheme ::-webkit-input-placeholder{color:#686868;font-family:Rajdhani,sans-serif}.wcContainer.wcCrystalTheme ::-moz-placeholder{color:#686868;font-family:Rajdhani,sans-serif}.wcContainer.wcCrystalTheme :-ms-input-placeholder{color:#686868;font-family:Rajdhani,sans-serif}.wcContainer.wcCrystalTheme ::-ms-input-placeholder{color:#686868;font-family:Rajdhani,sans-serif}.wcContainer.wcCrystalTheme ::placeholder{color:#686868;font-family:Rajdhani,sans-serif}.wcContainer.wcCrystalTheme input[type=button].wcSubmit{border-radius:5px;text-transform:uppercase!important;font-weight:700!important;font-size:20px;padding:20px 20px!important;height:2.5rem;margin-top:-1px}.wcContainer.wcCrystalTheme progress,.wcContainer.wcCrystalTheme progress[role][aria-valuenow]{background:#b8bcc4!important}.wcContainer.wcCrystalTheme progress::-webkit-progress-bar{background:#b8bcc4}.wcContainer.wcCrystalTheme progress{color:#6272d0}.wcContainer.wcCrystalTheme progress::-moz-progress-bar{background:#6272d0}.wcContainer.wcCrystalTheme progress::-webkit-progress-value{background:#6272d0}.wcContainer.wcCrystalTheme progress[aria-valuenow]:before{background:#6272d0}@media screen and (-webkit-min-device-pixel-ratio:0){.wcContainer.wcCrystalTheme * button,.wcContainer.wcCrystalTheme * input,.wcContainer.wcCrystalTheme * select,.wcContainer.wcCrystalTheme * textarea{font-size:16px}}.wcContainer.wcCrystalTheme .wcErrorBox{border-radius:5px;background-color:#ffe9e9;border:none}.wcContainer.wcCrystalTheme .wcClassic{border:0;border-radius:5px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.08);box-shadow:0 0 10px rgba(0,0,0,.08);overflow:hidden;background:#f7f7f7}.wcContainer.wcCrystalTheme .wcClassic .wcTitle{padding:15px;font-size:150%;color:#2a292a;background:#e0e0e0}.wcContainer.wcCrystalTheme .wcClassic .wcAuthContainer,.wcContainer.wcCrystalTheme .wcClassic .wcLoadingContainer{padding:0}.wcContainer.wcCrystalTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer{background-color:#ededed}.wcContainer.wcCrystalTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent{border-bottom:3px solid transparent;background:#f7f7f7;border-radius:5px 5px 0 0}.wcContainer.wcCrystalTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent:first-child{border-top-left-radius:0}.wcContainer.wcCrystalTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab .wcName{font-size:16px;padding-top:4px;padding-bottom:4px}.wcContainer.wcCrystalTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav .wcLeft{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/crystal/gfx/arrow-left.svg)}.wcContainer.wcCrystalTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav .wcRight{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/crystal/gfx/arrow-right.svg)}.wcContainer.wcCrystalTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcCustomizations{padding:0 2% 2% 2%;background-color:#f7f7f7}.wcContainer.wcCrystalTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel{border-color:#e4e4e4;border-radius:5px 5px 0 0}.wcContainer.wcCrystalTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel .wcHeader{background:#e0e0e0;border-radius:5px 5px 0 0;color:#2a292a}.wcContainer.wcCrystalTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcFocused .wcGridChannel{border:1px solid rgba(207,207,207,.84);-webkit-box-shadow:0 0 7px rgba(207,207,207,.94);box-shadow:0 0 7px rgba(207,207,207,.94)}.wcContainer.wcCrystalTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcFocused .wcGridChannel .wcChannel .wcInput{border:1px solid rgba(207,207,207,.54)}.wcContainer.wcCrystalTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaRight .wcMessagesArea{padding-left:0;padding-right:0}.wcContainer.wcCrystalTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcMessagesArea{padding-left:0;padding-right:0}.wcContainer.wcCrystalTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcBrowserArea{padding-right:2%;padding-left:1%}.wcContainer.wcCrystalTheme .wcClassic.wcDesktop .wcBody .wcBrowserArea{background-color:#ededed}.wcContainer.wcCrystalTheme .wcMobile .wcContent,.wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcContent{padding-left:0;padding-right:0}.wcContainer.wcCrystalTheme .wcMobile .wcTabs,.wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabs{background-color:#ededed}.wcContainer.wcCrystalTheme .wcMobile .wcTabs .wcTab,.wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabs .wcTab{padding-bottom:6px;padding-top:6px;border-bottom:0}.wcContainer.wcCrystalTheme .wcMobile .wcTabs .wcTab .wcName,.wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabs .wcTab .wcName{font-size:16px}.wcContainer.wcCrystalTheme .wcMobile .wcTabs .wcTab.wcCurrent,.wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabs .wcTab.wcCurrent{border-bottom:0;background-color:#f9fafb;border-radius:5px 5px 0 0}.wcContainer.wcCrystalTheme .wcMobile .wcTabs .wcTab .wcRedCounter,.wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabs .wcTab .wcRedCounter{width:22px;height:22px;font-size:1em}.wcContainer.wcCrystalTheme .wcMobile .wcTabs .wcTabCustomize,.wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabs .wcTabCustomize{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/crystal/gfx/custom.svg)}.wcContainer.wcCrystalTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabRecent,.wcContainer.wcCrystalTheme .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabRecent{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/crystal/gfx/recent-chats-inactive.svg)}.wcContainer.wcCrystalTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChats,.wcContainer.wcCrystalTheme .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChats{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/crystal/gfx/chats.svg)}.wcContainer.wcCrystalTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabUsers,.wcContainer.wcCrystalTheme .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabUsers{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/crystal/gfx/user.svg)}.wcContainer.wcCrystalTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChannels,.wcContainer.wcCrystalTheme .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChannels{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/crystal/gfx/group.svg)}.wcContainer.wcCrystalTheme .wcMobile .wcTabContent .wcChannel .wcChannelIntro,.wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabContent .wcChannel .wcChannelIntro{background-color:transparent;margin-top:0;margin-bottom:1%;padding:0 0 2% 0}.wcContainer.wcCrystalTheme .wcMobile .wcTabContent .wcChannelEntry,.wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry{padding:5px 10px 5px 10px}.wcContainer.wcCrystalTheme .wcMobile .wcTabContent .wcChannelEntry:active,.wcContainer.wcCrystalTheme .wcMobile .wcTabContent .wcChannelEntry:focus,.wcContainer.wcCrystalTheme .wcMobile .wcTabContent .wcChannelEntry:hover,.wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:active,.wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:focus,.wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:hover{background-color:rgba(255,255,255,.35)}.wcContainer.wcCrystalTheme .wcMobile .wcTabContent .wcChannelEntry.wcUnLockedChannel .wcName,.wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry.wcUnLockedChannel .wcName{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/crystal/gfx/lock-semi.svg)}.wcContainer.wcCrystalTheme .wcMobile .wcTabContent .wcChannelEntry.wcLockedChannel .wcName,.wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry.wcLockedChannel .wcName{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/crystal/gfx/lock-full.svg)}.wcContainer.wcCrystalTheme .wcMobile .wcTabContent .wcBrowser,.wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser{padding-top:0;background-color:#f7f7f7}.wcContainer.wcCrystalTheme .wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover,.wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover{background-color:rgba(255,255,255,.35)}.wcContainer.wcCrystalTheme .wcMobile .wcTabContent .wcRecentChats .wcHeader,.wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcHeader{font-size:1.1em;color:#444;padding-left:10px}.wcContainer.wcCrystalTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent,.wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent{padding:5px 10px 5px 10px}.wcContainer.wcCrystalTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent .wcRight .wcHead,.wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent .wcRight .wcHead{margin-bottom:0}.wcContainer.wcCrystalTheme .wcMobile .wcTabContent .wcCustomizations,.wcContainer.wcCrystalTheme .wcSidebar.wcMobile .wcTabContent .wcCustomizations{padding-left:2%;padding-right:2%}.wcContainer.wcCrystalTheme .wcSidebar .wcColumn>*{border-color:#e4e4e4}.wcContainer.wcCrystalTheme .wcSidebar .wcColumn.wcFocused>:first-child{border-top:none}.wcContainer.wcCrystalTheme .wcSidebar .wcColumn.wcFocused>:first-child>span{font-weight:700}.wcContainer.wcCrystalTheme .wcSidebar .wcColumn .wcHeader{height:2.6em;background:#e0e0e0;border-radius:5px 5px 0 0;color:#2a292a}.wcContainer.wcCrystalTheme .wcSidebar .wcColumn .wcHeader .wcButtons .wcMinimize{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/crystal/gfx/minus.svg)}.wcContainer.wcCrystalTheme .wcSidebar .wcColumn .wcHeader .wcButtons .wcMaximize{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/crystal/gfx/plus.svg)}.wcContainer.wcCrystalTheme .wcSidebar .wcColumn .wcHeader .wcButtons .wcClose{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/crystal/gfx/x.svg)}.wcContainer.wcCrystalTheme .wcSidebar .wcColumn .wcContent{background-color:#f7f7f7}.wcContainer.wcCrystalTheme .wcSidebar .wcColumn .wcContent.wcBrowserContent .wcCustomizations{background-color:#ededed}.wcContainer.wcCrystalTheme .wcSidebar .wcColumn .wcContent .wcChannel .wcChannelIntro{background-color:transparent;padding-left:0;padding-right:0}.wcContainer.wcCrystalTheme .wcSidebar .wcColumn .wcRecentTrigger span{top:10px}.wcContainer.wcCrystalTheme .wcCustomizations a,.wcContainer.wcCrystalTheme .wcCustomizations a:hover{color:#686868;outline:0}.wcContainer.wcCrystalTheme .wcCustomizations a.wcCustomizeButton:before{background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/crystal/gfx/custom.svg) center center no-repeat}.wcContainer.wcCrystalTheme .wcCounter{font-size:10px}.wcContainer.wcCrystalTheme .wcBrowser{background-color:#ededed;color:#151618}.wcContainer.wcCrystalTheme .wcBrowser .wcChannels .wcLabel{font-weight:700}.wcContainer.wcCrystalTheme .wcBrowser .wcChannels .wcChannelTrigger{color:#151618}.wcContainer.wcCrystalTheme .wcBrowser .wcChannels .wcChannelTrigger.wcUnLockedChannel .wcDetails .wcName{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/crystal/gfx/lock-semi.svg)}.wcContainer.wcCrystalTheme .wcBrowser .wcChannels .wcChannelTrigger.wcLockedChannel .wcDetails .wcName{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/crystal/gfx/lock-full.svg)}.wcContainer.wcCrystalTheme .wcBrowser .wcChannels .wcChannelTrigger:hover{background-color:rgba(255,255,255,.35);border-radius:5px}.wcContainer.wcCrystalTheme .wcBrowser .wcChannels .wcLabel{font-size:1.1em;color:#444}.wcContainer.wcCrystalTheme .wcBrowser .wcCounter{border:0;border-top:1px solid #e9eef0}.wcContainer.wcCrystalTheme .wcBrowser .wcFooter{border-top:none;padding:5px 5px 5px 10px}.wcContainer.wcCrystalTheme .wcBrowser .wcFooter .wcSearch{color:#2a292a;font-size:20px;background-color:#fafafa;border-radius:5px;background-position:10px center;background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/crystal/gfx/search.svg)}.wcContainer.wcCrystalTheme .wcBrowser .wcFooter .wcSearch input{background-color:#fafafa;margin-left:30px}.wcContainer.wcCrystalTheme .wcBrowser .wcFooter .wcSearch input:focus{padding-left:2px}.wcContainer.wcCrystalTheme .wcChannel .wcChannelIntro{border:none;padding:10px;margin-top:0;margin-bottom:0}.wcContainer.wcCrystalTheme .wcChannel .wcChannelIntro .wcAvatar{border-radius:5px;max-height:60px}.wcContainer.wcCrystalTheme .wcChannel .wcChannelData .wcMessages{color:#111;background:#f7f7f7;margin-bottom:2%}.wcContainer.wcCrystalTheme .wcChannel .wcChannelData .wcMessages .wcMessage{padding:5px 2%;border-bottom:1px solid #ededed;margin:0}.wcContainer.wcCrystalTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent{background-color:transparent}.wcContainer.wcCrystalTheme .wcChannel .wcChannelData .wcMessages .wcMessage a{color:#6272d0;text-decoration:none}.wcContainer.wcCrystalTheme .wcChannel .wcChannelData .wcMessages .wcMessage a:hover{text-decoration:underline}.wcContainer.wcCrystalTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcUser{line-height:22px;color:#7f7f7f;text-decoration:none;font-weight:700}.wcContainer.wcCrystalTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcTime,.wcContainer.wcCrystalTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcTime *{color:#aeaeae;line-height:22px}.wcContainer.wcCrystalTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcActionsButton{border-radius:5px}.wcContainer.wcCrystalTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote{border-left-color:#525252;background-color:#f3f3f3;border-radius:0 5px 0 0}.wcContainer.wcCrystalTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser{background:#f3f3f3}.wcContainer.wcCrystalTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowBody .wcContent .wcQuote{border-radius:0 5px 0 0;background-color:#ededed}.wcContainer.wcCrystalTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowHead .wcUser{color:#444}.wcContainer.wcCrystalTheme .wcChannel .wcCounter{padding:0 2% 1% 2%}.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput{background-color:#f7f7f7;padding:0 2% 2% 2%}.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcCurrentUserName{padding-bottom:7px;font-weight:700;color:#444}.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcReplyTo{background-color:#ededed}.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcReplyTo .wcDeleteButton{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/crystal/gfx/x.svg)}.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton{border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;height:40px;background:#fff;display:inline-block;outline:0;-webkit-transition:all 250ms cubic-bezier(.62,.155,.47,.86);transition:all 250ms cubic-bezier(.62,.155,.47,.86)}.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover,.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover>*{cursor:pointer}.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcImageAttachment{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/crystal/gfx/camera.svg) center center no-repeat}.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcFileAttachment{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/crystal/gfx/attach.svg) center center no-repeat;cursor:pointer}.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcEmoticon{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/crystal/gfx/emoticon.svg) center center no-repeat}.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStart{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/crystal/gfx/mic.svg) center center no-repeat}.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStop{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/stop-button.svg) center center no-repeat}.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:active,.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:focus,.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover{background-color:#fff;border-radius:5px;border:none}.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButtonSupplementary{background-color:transparent}.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcInputs div.wcInput{line-height:30px;-webkit-box-shadow:none;box-shadow:none;background-color:#fff;border-radius:5px;margin:0;padding:10px 5px 10px 15px;border:1px solid transparent}.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcInputs div.wcInput:focus{background-color:#fff;border:1px solid transparent}.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcInputs div.wcInput{min-height:2.5rem;font-size:20px}.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcInputs div.wcInput *{font-size:20px}.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete{border-color:#525252;background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/crystal/gfx/x.svg) center center no-repeat}.wcContainer.wcCrystalTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete:hover{background-color:#e3e3e3}.wcContainer.wcCrystalTheme .wcRecentTrigger{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/crystal/gfx/recent-chats-inactive.svg)}.wcContainer.wcCrystalTheme .wcRecentTrigger:hover{background-color:rgba(9,193,121,.15)}.wcContainer.wcCrystalTheme .wcRecentTrigger.wcOpen{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/crystal/gfx/recent-chats.svg)}.wcContainer.wcCrystalTheme .wcRecentTrigger span{font-size:11px;font-weight:700}.wcContainer.wcCrystalTheme .wcToasts .wcToast{background-color:#ececec;-webkit-box-shadow:2px 2px 15px rgba(60,60,60,.1);box-shadow:2px 2px 15px rgba(60,60,60,.1)}.wcContainer.wcClearTheme,.wcContainer.wcClearTheme *{font:13px/22px Rajdhani,sans-serif;color:#151618}.wcContainer.wcClearTheme a{color:#00d5ff;-webkit-box-shadow:none;box-shadow:none}.wcContainer.wcClearTheme button:not(.wcFunctional),.wcContainer.wcClearTheme button:not(.wcFunctional):active,.wcContainer.wcClearTheme button:not(.wcFunctional):focus,.wcContainer.wcClearTheme input[type=button],.wcContainer.wcClearTheme input[type=button]:active,.wcContainer.wcClearTheme input[type=button]:focus,.wcContainer.wcClearTheme input[type=submit],.wcContainer.wcClearTheme input[type=submit]:active,.wcContainer.wcClearTheme input[type=submit]:focus{border-radius:0;background-image:none;background-repeat:no-repeat;border:0!important;color:#fff!important;padding:5px 20px!important;-webkit-box-shadow:none;box-shadow:none;font-weight:400!important;line-height:20px!important;height:40px;outline:0;min-height:40px!important;background:#357bb9!important;text-transform:none!important;-webkit-transition:all 250ms cubic-bezier(.62,.155,.47,.86);transition:all 250ms cubic-bezier(.62,.155,.47,.86)}.wcContainer.wcClearTheme input[type=button]:hover,.wcContainer.wcClearTheme input[type=submit]:hover{background:#296ca7!important;-webkit-box-shadow:none!important;box-shadow:none!important;font-weight:400!important}.wcContainer.wcClearTheme input[type=password],.wcContainer.wcClearTheme input[type=text],.wcContainer.wcClearTheme textarea{height:40px;font-size:1em;line-height:40px;-webkit-box-shadow:none;box-shadow:none;background-color:#eff3f6;border-radius:0;margin:0;outline:0 none;padding:4px;padding-left:15px;border:1px solid transparent}.wcContainer.wcClearTheme input[type=password]:focus,.wcContainer.wcClearTheme input[type=text]:focus,.wcContainer.wcClearTheme textarea:focus{background-color:#e8eef2;padding-left:15px;border:1px solid transparent}.wcContainer.wcClearTheme ::-webkit-input-placeholder{color:#686868;font-family:Rajdhani,sans-serif}.wcContainer.wcClearTheme ::-moz-placeholder{color:#686868;font-family:Rajdhani,sans-serif}.wcContainer.wcClearTheme :-ms-input-placeholder{color:#686868;font-family:Rajdhani,sans-serif}.wcContainer.wcClearTheme ::-ms-input-placeholder{color:#686868;font-family:Rajdhani,sans-serif}.wcContainer.wcClearTheme ::placeholder{color:#686868;font-family:Rajdhani,sans-serif}.wcContainer.wcClearTheme button.wcSubmit,.wcContainer.wcClearTheme button.wcSubmit:active,.wcContainer.wcClearTheme button.wcSubmit:hover,.wcContainer.wcClearTheme input[type=button].wcSubmit{border-radius:0;text-transform:uppercase!important;font-weight:700!important;font-size:20px;padding:11px 20px!important;height:66px;margin-top:-1px}.wcContainer.wcClearTheme progress,.wcContainer.wcClearTheme progress[role][aria-valuenow]{background:#b8bcc4!important}.wcContainer.wcClearTheme progress::-webkit-progress-bar{background:#b8bcc4}.wcContainer.wcClearTheme progress{color:#00d5ff}.wcContainer.wcClearTheme progress::-moz-progress-bar{background:#00d5ff}.wcContainer.wcClearTheme progress::-webkit-progress-value{background:#00d5ff}.wcContainer.wcClearTheme progress[aria-valuenow]:before{background:#00d5ff}@media screen and (-webkit-min-device-pixel-ratio:0){.wcContainer.wcClearTheme * button,.wcContainer.wcClearTheme * input,.wcContainer.wcClearTheme * select,.wcContainer.wcClearTheme * textarea{font-size:16px}}.wcContainer.wcClearTheme .wcErrorBox{border-radius:5px;background-color:#ffe9e9;border:none}.wcContainer.wcClearTheme .wcClassic{border:0;-webkit-box-shadow:0 0 10px rgba(0,0,0,.08);box-shadow:0 0 10px rgba(0,0,0,.08);overflow:hidden;background:#f7f7f7}.wcContainer.wcClearTheme .wcClassic .wcTitle{padding:15px;font-size:150%;color:#fff;background:#3b4653}.wcContainer.wcClearTheme .wcClassic .wcAuthContainer,.wcContainer.wcClearTheme .wcClassic .wcLoadingContainer{padding:0}.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer{background-color:#4d5a68}.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent{border-bottom:3px solid transparent;background:#f7f7f7}.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent:first-child{border-top-left-radius:0}.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent .wcName{color:#151618}.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab .wcName{color:#fff;font-size:16px;padding-top:4px;padding-bottom:4px}.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav .wcLeft{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/clear/gfx/arrow-left.svg)}.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav .wcRight{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/clear/gfx/arrow-right.svg)}.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcCustomizations{padding:0 2% 2% 2%;background-color:#f7f7f7}.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel{border:none}.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel .wcHeader{height:3em;color:#fff;background:#3b4653;border-color:#525c66}.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel .wcHeader .wcName{color:#fff}.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel .wcHeader .wcChannelClose:hover{background-color:#525c66}.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel .wcChannel{border:1px solid #e4e4e4;border-top:none}.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcFocused .wcGridChannel{border:none;-webkit-box-shadow:0 0 7px rgba(53,123,185,.79);box-shadow:0 0 7px rgba(53,123,185,.79)}.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcFocused .wcGridChannel .wcChannel{border-color:#fff}.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcFocused .wcGridChannel .wcChannel .wcInput{border:1px solid rgba(53,123,185,.17)}.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaRight .wcMessagesArea{padding-left:0;padding-right:0}.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcMessagesArea{padding-left:0;padding-right:0}.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcBrowserArea{padding-right:2%;padding-left:1%}.wcContainer.wcClearTheme .wcClassic.wcDesktop .wcBody .wcBrowserArea{background-color:#4d5a68}.wcContainer.wcClearTheme .wcMobile .wcContent,.wcContainer.wcClearTheme .wcSidebar.wcMobile .wcContent{padding-left:0;padding-right:0}.wcContainer.wcClearTheme .wcMobile .wcTabs,.wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabs{background-color:#4d5a68}.wcContainer.wcClearTheme .wcMobile .wcTabs .wcTab,.wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabs .wcTab{padding-bottom:6px;padding-top:6px;border-bottom:0}.wcContainer.wcClearTheme .wcMobile .wcTabs .wcTab .wcName,.wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabs .wcTab .wcName{font-size:16px;color:#fff}.wcContainer.wcClearTheme .wcMobile .wcTabs .wcTab.wcCurrent,.wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabs .wcTab.wcCurrent{border-bottom:0;background-color:#f9fafb}.wcContainer.wcClearTheme .wcMobile .wcTabs .wcTab.wcCurrent .wcName,.wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabs .wcTab.wcCurrent .wcName{color:#151618}.wcContainer.wcClearTheme .wcMobile .wcTabs .wcTab .wcRedCounter,.wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabs .wcTab .wcRedCounter{width:22px;height:22px;font-size:1em}.wcContainer.wcClearTheme .wcMobile .wcTabs .wcTabCustomize,.wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabs .wcTabCustomize{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/clear/gfx/custom-gray.svg)}.wcContainer.wcClearTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabRecent,.wcContainer.wcClearTheme .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabRecent{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/clear/gfx/recent-chats-inactive.svg)}.wcContainer.wcClearTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChats,.wcContainer.wcClearTheme .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChats{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/clear/gfx/chats.svg)}.wcContainer.wcClearTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabUsers,.wcContainer.wcClearTheme .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabUsers{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/clear/gfx/user.svg)}.wcContainer.wcClearTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChannels,.wcContainer.wcClearTheme .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChannels{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/clear/gfx/group.svg)}.wcContainer.wcClearTheme .wcMobile .wcTabContent .wcChannel .wcChannelIntro,.wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabContent .wcChannel .wcChannelIntro{background-color:transparent;margin-top:0;margin-bottom:1%;padding:0 0 2% 0}.wcContainer.wcClearTheme .wcMobile .wcTabContent .wcChannelEntry,.wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry{padding:5px 10px 5px 10px}.wcContainer.wcClearTheme .wcMobile .wcTabContent .wcChannelEntry:active,.wcContainer.wcClearTheme .wcMobile .wcTabContent .wcChannelEntry:focus,.wcContainer.wcClearTheme .wcMobile .wcTabContent .wcChannelEntry:hover,.wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:active,.wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:focus,.wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:hover{background-color:rgba(255,255,255,.35)}.wcContainer.wcClearTheme .wcMobile .wcTabContent .wcChannelEntry.wcUnLockedChannel .wcName,.wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry.wcUnLockedChannel .wcName{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/clear/gfx/lock-semi.svg)}.wcContainer.wcClearTheme .wcMobile .wcTabContent .wcChannelEntry.wcLockedChannel .wcName,.wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry.wcLockedChannel .wcName{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/clear/gfx/lock-full.svg)}.wcContainer.wcClearTheme .wcMobile .wcTabContent .wcBrowser,.wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser{padding-top:0;background-color:#f7f7f7}.wcContainer.wcClearTheme .wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger .wcName,.wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger .wcName{color:#151618}.wcContainer.wcClearTheme .wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover,.wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover{background-color:rgba(255,255,255,.35)}.wcContainer.wcClearTheme .wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover .wcDetails button.wcStreamStartButton.wcStreamVideo,.wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover .wcDetails button.wcStreamStartButton.wcStreamVideo{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/video-calls/video.svg)}.wcContainer.wcClearTheme .wcMobile .wcTabContent .wcRecentChats .wcHeader,.wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcHeader{font-size:1.1em;color:#444;padding-left:10px}.wcContainer.wcClearTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent,.wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent{padding:5px 10px 5px 10px}.wcContainer.wcClearTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent .wcRight .wcHead,.wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent .wcRight .wcHead{margin-bottom:0}.wcContainer.wcClearTheme .wcMobile .wcTabContent .wcCustomizations,.wcContainer.wcClearTheme .wcSidebar.wcMobile .wcTabContent .wcCustomizations{padding-left:2%;padding-right:2%}.wcContainer.wcClearTheme .wcSidebar .wcColumn>*{border-color:#e4e4e4}.wcContainer.wcClearTheme .wcSidebar .wcColumn>:first-child{border-top:none}.wcContainer.wcClearTheme .wcSidebar .wcColumn>*{border:none}.wcContainer.wcClearTheme .wcSidebar .wcColumn.wcFocused>:first-child{border-top:none}.wcContainer.wcClearTheme .wcSidebar .wcColumn.wcFocused>:first-child>span{font-weight:700}.wcContainer.wcClearTheme .wcSidebar .wcColumn .wcHeader{height:3em;color:#fff;background:#3b4653}.wcContainer.wcClearTheme .wcSidebar .wcColumn .wcHeader span{color:#fff;font-size:1.1em}.wcContainer.wcClearTheme .wcSidebar .wcColumn .wcHeader .wcButtons .wcMinimize{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/clear/gfx/minus.svg)}.wcContainer.wcClearTheme .wcSidebar .wcColumn .wcHeader .wcButtons .wcMaximize{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/clear/gfx/plus.svg)}.wcContainer.wcClearTheme .wcSidebar .wcColumn .wcHeader .wcButtons .wcClose{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/clear/gfx/x.svg)}.wcContainer.wcClearTheme .wcSidebar .wcColumn .wcContent{background-color:#f7f7f7}.wcContainer.wcClearTheme .wcSidebar .wcColumn .wcContent.wcBrowserContent .wcCustomizations{background-color:#4d5a68}.wcContainer.wcClearTheme .wcSidebar .wcColumn .wcContent.wcBrowserContent .wcCustomizations *{color:#fff}.wcContainer.wcClearTheme .wcSidebar .wcColumn .wcContent.wcBrowserContent .wcCustomizations a.wcCustomizeButton:before{background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/clear/gfx/custom-gray.svg) center center no-repeat}.wcContainer.wcClearTheme .wcSidebar .wcColumn .wcContent .wcChannel .wcChannelIntro{background-color:transparent;padding-left:0;padding-right:0}.wcContainer.wcClearTheme .wcSidebar .wcColumn .wcContent.wcChannelContent{border-left:1px solid #e4e4e4;border-right:1px solid #e4e4e4}.wcContainer.wcClearTheme .wcSidebar .wcColumn .wcContent.wcChannelContent .wcChannelInput .wcInputs .wcInputButtons .wcInputButton,.wcContainer.wcClearTheme .wcSidebar .wcColumn .wcContent.wcChannelContent .wcChannelInput .wcInputs button,.wcContainer.wcClearTheme .wcSidebar .wcColumn .wcContent.wcChannelContent .wcChannelInput .wcInputs input{height:40px;font-size:15px}.wcContainer.wcClearTheme .wcSidebar .wcColumn .wcRecentTrigger span{top:10px}.wcContainer.wcClearTheme .wcCustomizations a,.wcContainer.wcClearTheme .wcCustomizations a:hover{color:#686868;outline:0}.wcContainer.wcClearTheme .wcCustomizations a.wcCustomizeButton:before{background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/clear/gfx/custom.svg) center center no-repeat}.wcContainer.wcClearTheme .wcCounter{font-size:10px}.wcContainer.wcClearTheme .wcBrowser{background-color:#4d5a68}.wcContainer.wcClearTheme .wcBrowser *{color:#fff}.wcContainer.wcClearTheme .wcBrowser .wcChannels .wcLabel{font-weight:700}.wcContainer.wcClearTheme .wcBrowser .wcChannels .wcChannelTrigger.wcUnLockedChannel .wcDetails .wcName{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/clear/gfx/lock-semi.svg)}.wcContainer.wcClearTheme .wcBrowser .wcChannels .wcChannelTrigger.wcLockedChannel .wcDetails .wcName{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/clear/gfx/lock-full.svg)}.wcContainer.wcClearTheme .wcBrowser .wcChannels .wcChannelTrigger:hover{background-color:rgba(255,255,255,.35);border-radius:5px}.wcContainer.wcClearTheme .wcBrowser .wcChannels .wcChannelTrigger:hover .wcDetails button.wcStreamStartButton.wcStreamVideo{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/video-calls/video-white.svg)}.wcContainer.wcClearTheme .wcBrowser .wcChannels .wcLabel{font-size:1.1em}.wcContainer.wcClearTheme .wcBrowser .wcCounter{border:0;border-top:1px solid #62717f;color:#fff}.wcContainer.wcClearTheme .wcBrowser .wcFooter{border-top:none;padding:5px 5px 5px 10px}.wcContainer.wcClearTheme .wcBrowser .wcFooter .wcSearch{color:#fff;font-size:20px;background-color:#62717f;border-radius:0;background-position:10px center;background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/clear/gfx/search.svg)}.wcContainer.wcClearTheme .wcBrowser .wcFooter .wcSearch input{background-color:#62717f;color:#fff;margin-left:30px}.wcContainer.wcClearTheme .wcBrowser .wcFooter .wcSearch input:focus{padding-left:2px}.wcContainer.wcClearTheme .wcBrowser .wcFooter .wcSearch input::-webkit-input-placeholder{color:#fff}.wcContainer.wcClearTheme .wcBrowser .wcFooter .wcSearch input::-moz-placeholder{color:#fff}.wcContainer.wcClearTheme .wcBrowser .wcFooter .wcSearch input:-ms-input-placeholder{color:#fff}.wcContainer.wcClearTheme .wcBrowser .wcFooter .wcSearch input::-ms-input-placeholder{color:#fff}.wcContainer.wcClearTheme .wcBrowser .wcFooter .wcSearch input::placeholder{color:#fff}.wcContainer.wcClearTheme .wcBrowser.wcBrowserRecent .wcRecentChats .wcRecent.wcRead:hover{background-color:rgba(255,255,255,.35);border-radius:5px}.wcContainer.wcClearTheme .wcChannel .wcChannelIntro{border:none;padding:10px;margin-top:0;margin-bottom:0}.wcContainer.wcClearTheme .wcChannel .wcChannelIntro .wcAvatar{border-radius:5px;max-height:60px}.wcContainer.wcClearTheme .wcChannel .wcChannelData .wcMessages{color:#111;background:#f7f7f7;margin-bottom:2%}.wcContainer.wcClearTheme .wcChannel .wcChannelData .wcMessages .wcMessage{padding:5px 2%;border-bottom:1px solid #ededed;margin:0}.wcContainer.wcClearTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent{background-color:transparent}.wcContainer.wcClearTheme .wcChannel .wcChannelData .wcMessages .wcMessage a{color:#00d5ff;text-decoration:none}.wcContainer.wcClearTheme .wcChannel .wcChannelData .wcMessages .wcMessage a:hover{text-decoration:underline}.wcContainer.wcClearTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcUser{line-height:22px;color:#3b4653;text-decoration:none;font-weight:700}.wcContainer.wcClearTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcTime,.wcContainer.wcClearTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcTime *{color:#96a2af;line-height:22px}.wcContainer.wcClearTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote{border-left-color:#525252;background-color:#f3f3f3;border-radius:0 5px 0 0}.wcContainer.wcClearTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser{background:#f3f3f3}.wcContainer.wcClearTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowBody .wcContent .wcQuote{border-radius:0 5px 0 0;background-color:#ededed}.wcContainer.wcClearTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowHead .wcUser{color:#444}.wcContainer.wcClearTheme .wcChannel .wcCounter{padding:0 2% 1% 2%}.wcContainer.wcClearTheme .wcChannel .wcChannelInput{background-color:#f7f7f7;padding:0 2% 2% 2%}.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcCurrentUserName{padding-bottom:7px;font-weight:700;color:#444}.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcReplyTo{background-color:#ededed}.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcReplyTo .wcContent{background-color:#ededed}.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcReplyTo .wcDeleteButton{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/clear/gfx/x.svg)}.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton{border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;height:65px;display:inline-block;outline:0;-webkit-transition:all 250ms cubic-bezier(.62,.155,.47,.86);transition:all 250ms cubic-bezier(.62,.155,.47,.86)}.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover,.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover>*{cursor:pointer}.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcImageAttachment{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/clear/gfx/camera.svg) center center no-repeat}.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcFileAttachment{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/clear/gfx/attach.svg) center center no-repeat;cursor:pointer}.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcEmoticon{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/clear/gfx/emoticon.svg) center center no-repeat}.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStart{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/clear/gfx/mic.svg) center center no-repeat}.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStop{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/stop-button.svg) center center no-repeat}.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:active,.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:focus,.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover{background-color:#eff3f6;border:none}.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButtonSupplementary{background-color:transparent}.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcInputs div.wcInput{border-radius:0;font-size:20px;padding:16px 0 16px 20px;min-height:65px;line-height:31px;background:#eff3f6}.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcInputs div.wcInput:focus{background:#e8eef2}.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcInputs div.wcInput *{font-size:20px;line-height:31px}.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete{border-color:#525252;background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/clear/gfx/x.svg) center center no-repeat}.wcContainer.wcClearTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete:hover{background-color:#e3e3e3}.wcContainer.wcClearTheme .wcRecentTrigger{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/clear/gfx/recent-chats-inactive.svg)}.wcContainer.wcClearTheme .wcRecentTrigger:hover{background-color:rgba(9,193,121,.15)}.wcContainer.wcClearTheme .wcRecentTrigger.wcOpen{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/clear/gfx/recent-chats.svg)}.wcContainer.wcClearTheme .wcRecentTrigger span{font-size:11px;font-weight:700}.wcContainer.wcClearTheme .wcToasts .wcToast{background-color:#3b4653;-webkit-box-shadow:2px 2px 15px rgba(60,60,60,.1);box-shadow:2px 2px 15px rgba(60,60,60,.1)}.wcContainer.wcBalloonTheme,.wcContainer.wcBalloonTheme *{font:13px/22px Rajdhani,sans-serif;color:#00355f}.wcContainer.wcBalloonTheme a{color:#6272d0;-webkit-box-shadow:none;box-shadow:none}.wcContainer.wcBalloonTheme button:not(.wcFunctional),.wcContainer.wcBalloonTheme button:not(.wcFunctional):active,.wcContainer.wcBalloonTheme button:not(.wcFunctional):focus,.wcContainer.wcBalloonTheme input[type=button],.wcContainer.wcBalloonTheme input[type=button]:active,.wcContainer.wcBalloonTheme input[type=button]:focus,.wcContainer.wcBalloonTheme input[type=submit],.wcContainer.wcBalloonTheme input[type=submit]:active,.wcContainer.wcBalloonTheme input[type=submit]:focus{border-radius:10px;background-image:none;background-repeat:no-repeat;border:0!important;color:#fff!important;padding:5px 20px!important;-webkit-box-shadow:none;box-shadow:none;font-weight:400!important;line-height:20px!important;height:40px;outline:0;min-height:40px!important;background:#084b80!important;text-transform:none!important;-webkit-transition:all 250ms cubic-bezier(.62,.155,.47,.86);transition:all 250ms cubic-bezier(.62,.155,.47,.86)}.wcContainer.wcBalloonTheme input[type=button]:hover,.wcContainer.wcBalloonTheme input[type=submit]:hover{background:#084b80!important;-webkit-box-shadow:none!important;box-shadow:none!important;font-weight:400!important}.wcContainer.wcBalloonTheme input[type=password],.wcContainer.wcBalloonTheme input[type=text],.wcContainer.wcBalloonTheme textarea{height:40px;font-size:1em;line-height:40px;-webkit-box-shadow:none;box-shadow:none;background-color:#e0e0e0;border-radius:5px;margin:0;outline:0 none;padding:4px;padding-left:15px;border:1px solid transparent}.wcContainer.wcBalloonTheme input[type=password]:focus,.wcContainer.wcBalloonTheme input[type=text]:focus,.wcContainer.wcBalloonTheme textarea:focus{background-color:#e0e0e0;padding-left:15px;border:1px solid transparent}.wcContainer.wcBalloonTheme ::-webkit-input-placeholder{color:#00355f;font-family:Rajdhani,sans-serif}.wcContainer.wcBalloonTheme ::-moz-placeholder{color:#00355f;font-family:Rajdhani,sans-serif}.wcContainer.wcBalloonTheme :-ms-input-placeholder{color:#00355f;font-family:Rajdhani,sans-serif}.wcContainer.wcBalloonTheme ::-ms-input-placeholder{color:#00355f;font-family:Rajdhani,sans-serif}.wcContainer.wcBalloonTheme ::placeholder{color:#00355f;font-family:Rajdhani,sans-serif}.wcContainer.wcBalloonTheme button.wcSubmit,.wcContainer.wcBalloonTheme input[type=button].wcSubmit{border-radius:10px;text-transform:uppercase!important;font-weight:700!important;font-size:20px;height:66px}.wcContainer.wcBalloonTheme progress,.wcContainer.wcBalloonTheme progress[role][aria-valuenow]{background:#b8bcc4!important}.wcContainer.wcBalloonTheme progress::-webkit-progress-bar{background:#b8bcc4}.wcContainer.wcBalloonTheme progress{color:#6272d0}.wcContainer.wcBalloonTheme progress::-moz-progress-bar{background:#6272d0}.wcContainer.wcBalloonTheme progress::-webkit-progress-value{background:#6272d0}.wcContainer.wcBalloonTheme progress[aria-valuenow]:before{background:#6272d0}@media screen and (-webkit-min-device-pixel-ratio:0){.wcContainer.wcBalloonTheme * button,.wcContainer.wcBalloonTheme * input,.wcContainer.wcBalloonTheme * select,.wcContainer.wcBalloonTheme * textarea{font-size:16px}}.wcContainer.wcBalloonTheme .wcErrorBox{border-radius:5px;background-color:#ffe9e9;border:none}.wcContainer.wcBalloonTheme .wcClassic{border:0;border-radius:15px;-webkit-box-shadow:5px 5px 25px rgba(0,0,0,.1);box-shadow:5px 5px 25px rgba(0,0,0,.1);overflow:hidden;background:#f7f7f7}.wcContainer.wcBalloonTheme .wcClassic .wcTitle{padding:15px;font-size:150%;color:#d7ebfb;background:#2167a9}.wcContainer.wcBalloonTheme .wcClassic .wcAuthContainer,.wcContainer.wcBalloonTheme .wcClassic .wcLoadingContainer{padding:0}.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer{background-color:#3277bb}.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab{border-top-left-radius:5px;border-top-right-radius:5px}.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent{border-bottom:3px solid transparent;background:#f7f7f7}.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent:first-child{border-top-left-radius:0}.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent .wcName{color:#151618}.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab .wcName{color:#fff;font-size:16px;padding-top:4px;padding-bottom:4px}.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav .wcLeft{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/balloon/gfx/arrow-left.svg)}.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav .wcRight{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/balloon/gfx/arrow-right.svg)}.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcCustomizations{padding:0 2% 2% 2%;background-color:#f7f7f7}.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel{border:none}.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel .wcHeader{height:3em;color:#d7ebfb;background:#2167a9;border-color:#2167a9;border-radius:8px 8px 0 0}.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel .wcHeader .wcName{color:#fff}.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel .wcHeader .wcChannelClose:hover{background-color:#2167a9}.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel .wcChannel{border:1px solid #e4e4e4;border-top:none}.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcFocused .wcGridChannel{border:none;-webkit-box-shadow:0 0 7px rgba(33,103,169,.49);box-shadow:0 0 7px rgba(33,103,169,.49);border-radius:8px 8px 0 0}.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcFocused .wcGridChannel .wcChannel{border-color:#bfbebe}.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcFocused .wcGridChannel .wcChannel .wcInput{border:1px solid rgba(33,103,169,.1)}.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaRight .wcMessagesArea{padding-left:0;padding-right:0}.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcMessagesArea{padding-left:0;padding-right:0}.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcBrowserArea{padding-right:2%;padding-left:1%}.wcContainer.wcBalloonTheme .wcClassic.wcDesktop .wcBody .wcBrowserArea{background-color:#3277bb}.wcContainer.wcBalloonTheme .wcMobile .wcContent,.wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcContent{padding-left:0;padding-right:0}.wcContainer.wcBalloonTheme .wcMobile .wcTabs,.wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabs{background-color:#3277bb}.wcContainer.wcBalloonTheme .wcMobile .wcTabs .wcTab,.wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabs .wcTab{padding-bottom:6px;padding-top:6px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:0}.wcContainer.wcBalloonTheme .wcMobile .wcTabs .wcTab .wcName,.wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabs .wcTab .wcName{font-size:16px;color:#fff}.wcContainer.wcBalloonTheme .wcMobile .wcTabs .wcTab.wcCurrent,.wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabs .wcTab.wcCurrent{border-bottom:0;background-color:#f9fafb}.wcContainer.wcBalloonTheme .wcMobile .wcTabs .wcTab.wcCurrent .wcName,.wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabs .wcTab.wcCurrent .wcName{color:#151618}.wcContainer.wcBalloonTheme .wcMobile .wcTabs .wcTab .wcRedCounter,.wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabs .wcTab .wcRedCounter{width:22px;height:22px;font-size:1em}.wcContainer.wcBalloonTheme .wcMobile .wcTabs .wcTabCustomize,.wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabs .wcTabCustomize{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/balloon/gfx/custom-white.svg)}.wcContainer.wcBalloonTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabRecent,.wcContainer.wcBalloonTheme .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabRecent{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/balloon/gfx/recent-chats-inactive.svg)}.wcContainer.wcBalloonTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChats,.wcContainer.wcBalloonTheme .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChats{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/balloon/gfx/chats.svg)}.wcContainer.wcBalloonTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabUsers,.wcContainer.wcBalloonTheme .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabUsers{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/balloon/gfx/user.svg)}.wcContainer.wcBalloonTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChannels,.wcContainer.wcBalloonTheme .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChannels{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/balloon/gfx/group.svg)}.wcContainer.wcBalloonTheme .wcMobile .wcTabContent .wcChannel .wcChannelIntro,.wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabContent .wcChannel .wcChannelIntro{background-color:transparent;margin-top:0;margin-bottom:1%;padding:0 0 2% 0}.wcContainer.wcBalloonTheme .wcMobile .wcTabContent .wcChannelEntry,.wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry{padding:5px 10px 5px 10px}.wcContainer.wcBalloonTheme .wcMobile .wcTabContent .wcChannelEntry:active,.wcContainer.wcBalloonTheme .wcMobile .wcTabContent .wcChannelEntry:focus,.wcContainer.wcBalloonTheme .wcMobile .wcTabContent .wcChannelEntry:hover,.wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:active,.wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:focus,.wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:hover{background-color:rgba(255,255,255,.35)}.wcContainer.wcBalloonTheme .wcMobile .wcTabContent .wcChannelEntry.wcUnLockedChannel .wcName,.wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry.wcUnLockedChannel .wcName{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/balloon/gfx/lock-semi.svg)}.wcContainer.wcBalloonTheme .wcMobile .wcTabContent .wcChannelEntry.wcLockedChannel .wcName,.wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabContent .wcChannelEntry.wcLockedChannel .wcName{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/balloon/gfx/lock-full.svg)}.wcContainer.wcBalloonTheme .wcMobile .wcTabContent .wcBrowser,.wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser{padding-top:0;background-color:#f7f7f7}.wcContainer.wcBalloonTheme .wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger .wcName,.wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger .wcName{color:#151618}.wcContainer.wcBalloonTheme .wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover,.wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover{background-color:rgba(255,255,255,.35)}.wcContainer.wcBalloonTheme .wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover .wcDetails button.wcStreamStartButton.wcStreamVideo,.wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover .wcDetails button.wcStreamStartButton.wcStreamVideo{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/video-calls/video.svg)}.wcContainer.wcBalloonTheme .wcMobile .wcTabContent .wcRecentChats .wcHeader,.wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcHeader{font-size:1.1em;color:#444;padding-left:10px}.wcContainer.wcBalloonTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent,.wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent{padding:5px 10px 5px 10px}.wcContainer.wcBalloonTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent .wcRight .wcHead,.wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabContent .wcRecentChats .wcRecent .wcRight .wcHead{margin-bottom:0}.wcContainer.wcBalloonTheme .wcMobile .wcTabContent .wcCustomizations,.wcContainer.wcBalloonTheme .wcSidebar.wcMobile .wcTabContent .wcCustomizations{padding-left:2%;padding-right:2%}.wcContainer.wcBalloonTheme .wcSidebar .wcColumn>*{border-color:#e4e4e4}.wcContainer.wcBalloonTheme .wcSidebar .wcColumn>:first-child{border-top:none}.wcContainer.wcBalloonTheme .wcSidebar .wcColumn>*{border:none}.wcContainer.wcBalloonTheme .wcSidebar .wcColumn.wcFocused>:first-child{border-top:none}.wcContainer.wcBalloonTheme .wcSidebar .wcColumn.wcFocused>:first-child>span{font-weight:700}.wcContainer.wcBalloonTheme .wcSidebar .wcColumn .wcHeader{height:3em;color:#d7ebfb;background:#2167a9;border-top-left-radius:8px;border-top-right-radius:8px}.wcContainer.wcBalloonTheme .wcSidebar .wcColumn .wcHeader span{color:#fff;font-size:1.1em}.wcContainer.wcBalloonTheme .wcSidebar .wcColumn .wcHeader .wcButtons .wcMinimize{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/balloon/gfx/minus.svg)}.wcContainer.wcBalloonTheme .wcSidebar .wcColumn .wcHeader .wcButtons .wcMaximize{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/balloon/gfx/plus.svg)}.wcContainer.wcBalloonTheme .wcSidebar .wcColumn .wcHeader .wcButtons .wcClose{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/balloon/gfx/x_w.svg)}.wcContainer.wcBalloonTheme .wcSidebar .wcColumn .wcContent{background-color:#f7f7f7}.wcContainer.wcBalloonTheme .wcSidebar .wcColumn .wcContent .wcChannel .wcChannelIntro{background-color:transparent;padding-left:0;padding-right:0}.wcContainer.wcBalloonTheme .wcSidebar .wcColumn .wcContent.wcBrowserContent .wcCustomizations{background-color:#3277bb}.wcContainer.wcBalloonTheme .wcSidebar .wcColumn .wcContent.wcBrowserContent .wcCustomizations *{color:#fff}.wcContainer.wcBalloonTheme .wcSidebar .wcColumn .wcContent.wcBrowserContent .wcCustomizations a.wcCustomizeButton:before{background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/balloon/gfx/custom-white.svg) center center no-repeat}.wcContainer.wcBalloonTheme .wcSidebar .wcColumn .wcContent.wcChannelContent{border-left:1px solid #e4e4e4;border-right:1px solid #e4e4e4}.wcContainer.wcBalloonTheme .wcSidebar .wcColumn .wcContent.wcChannelContent .wcChannelInput .wcInputs .wcInputButtons .wcInputButton,.wcContainer.wcBalloonTheme .wcSidebar .wcColumn .wcContent.wcChannelContent .wcChannelInput .wcInputs button,.wcContainer.wcBalloonTheme .wcSidebar .wcColumn .wcContent.wcChannelContent .wcChannelInput .wcInputs input{height:40px;font-size:15px}.wcContainer.wcBalloonTheme .wcSidebar .wcColumn .wcRecentTrigger span{top:10px}.wcContainer.wcBalloonTheme .wcCustomizations a,.wcContainer.wcBalloonTheme .wcCustomizations a:hover{color:#686868;outline:0}.wcContainer.wcBalloonTheme .wcCustomizations a.wcCustomizeButton:before{background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/balloon/gfx/custom.svg) center center no-repeat}.wcContainer.wcBalloonTheme .wcCounter{font-size:10px}.wcContainer.wcBalloonTheme .wcBrowser{background-color:#3277bb}.wcContainer.wcBalloonTheme .wcBrowser *{color:#fff}.wcContainer.wcBalloonTheme .wcBrowser .wcChannels .wcLabel{font-weight:700}.wcContainer.wcBalloonTheme .wcBrowser .wcChannels .wcChannelTrigger.wcUnLockedChannel .wcDetails .wcName{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/balloon/gfx/lock-semi.svg)}.wcContainer.wcBalloonTheme .wcBrowser .wcChannels .wcChannelTrigger.wcLockedChannel .wcDetails .wcName{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/balloon/gfx/lock-full.svg)}.wcContainer.wcBalloonTheme .wcBrowser .wcChannels .wcChannelTrigger:hover{background-color:rgba(255,255,255,.35);border-radius:5px}.wcContainer.wcBalloonTheme .wcBrowser .wcChannels .wcChannelTrigger:hover .wcDetails button.wcStreamStartButton.wcStreamVideo{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/video-calls/video-white.svg)}.wcContainer.wcBalloonTheme .wcBrowser .wcChannels .wcChannelTrigger .wcDetails .wcCity,.wcContainer.wcBalloonTheme .wcBrowser .wcChannels .wcChannelTrigger .wcDetails .wcCountry{color:rgba(235,235,235,.65)}.wcContainer.wcBalloonTheme .wcBrowser .wcChannels .wcLabel{font-size:1.1em}.wcContainer.wcBalloonTheme .wcBrowser .wcCounter{border:0;border-top:1px solid #69a3cb;color:#fff}.wcContainer.wcBalloonTheme .wcBrowser .wcFooter{border-top:none;padding:5px 5px 5px 10px}.wcContainer.wcBalloonTheme .wcBrowser .wcFooter .wcSearch{font-size:20px;background-color:#d7ebfb;border-radius:5px;background-position:10px center;background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/balloon/gfx/search.svg)}.wcContainer.wcBalloonTheme .wcBrowser .wcFooter .wcSearch input{background-color:#d7ebfb;color:#00355f;margin-left:30px}.wcContainer.wcBalloonTheme .wcBrowser .wcFooter .wcSearch input:focus{padding-left:2px}.wcContainer.wcBalloonTheme .wcBrowser .wcFooter .wcSearch input::-webkit-input-placeholder{color:#00355f}.wcContainer.wcBalloonTheme .wcBrowser .wcFooter .wcSearch input::-moz-placeholder{color:#00355f}.wcContainer.wcBalloonTheme .wcBrowser .wcFooter .wcSearch input:-ms-input-placeholder{color:#00355f}.wcContainer.wcBalloonTheme .wcBrowser .wcFooter .wcSearch input::-ms-input-placeholder{color:#00355f}.wcContainer.wcBalloonTheme .wcBrowser .wcFooter .wcSearch input::placeholder{color:#00355f}.wcContainer.wcBalloonTheme .wcBrowser.wcBrowserRecent .wcRecentChats .wcRecent .wcRight .wcHead .wcTime>span{color:#fff}.wcContainer.wcBalloonTheme .wcBrowser.wcBrowserRecent .wcRecentChats .wcRecent.wcUnread{background-color:rgba(0,193,121,.2)}.wcContainer.wcBalloonTheme .wcBrowser.wcBrowserRecent .wcRecentChats .wcRecent.wcUnread:hover{background-color:rgba(255,255,255,.35);border-radius:5px}.wcContainer.wcBalloonTheme .wcBrowser.wcBrowserRecent .wcRecentChats .wcRecent.wcRead:hover{background-color:rgba(255,255,255,.35);border-radius:5px}.wcContainer.wcBalloonTheme .wcChannel .wcChannelIntro{border:none;border-bottom:1px solid rgba(33,103,169,.2);padding:10px;margin-top:0;background-color:transparent}.wcContainer.wcBalloonTheme .wcChannel .wcChannelIntro .wcAvatar{border-radius:5px;max-height:60px}.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages{color:#111;background:#f7f7f7;margin-bottom:2%}.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage{padding:5px 2%;margin:0}.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowHead{margin-bottom:-20px;margin-left:45px}.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent{background-color:#fff;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.02);box-shadow:0 5px 10px rgba(0,0,0,.02);border-radius:15px;margin-left:-20px;margin-top:20px;padding:10px 16px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote{border-left-color:#2167a9;background-color:#f3f3f3;border-radius:0 5px 0 0}.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote .wcTime{margin-right:5px}.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote .wcAvatar{border:none}.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcActionsButton{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);border-radius:5px;background:#efefef url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/balloon/gfx/3dots.svg) center center no-repeat;background-size:14px;border:none}.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcActionsButton:hover{border:1px solid rgba(50,119,187,.32)}.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcAvatar{border:4px solid #fff;border-bottom:3px solid #fff;position:relative;z-index:1}.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage a{color:#1c7bff;text-decoration:none}.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage a:hover{text-decoration:underline}.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcUser{line-height:22px;color:#011a4d;text-decoration:none;font-weight:700}.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcTime,.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcTime *{color:rgba(0,53,95,.5);line-height:22px}.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowHead{margin-left:0;margin-right:45px;text-align:right;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}.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowHead .wcUser{margin-left:5px;margin-right:0}.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowBody{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowBody .wcContent{background-color:#afdbfc;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.04);box-shadow:0 5px 10px rgba(0,0,0,.04);-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:0;margin-right:-20px}.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowBody .wcContent a{color:#fff}.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowBody .wcContent .wcQuote{background-color:#97cdf5}.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowBody .wcContent .wcQuote .wcUser{color:#444}.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcCurrentUser .wcRowBody .wcAvatar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;min-width:auto}.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent .wcInternalContent{display:inline}.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent.wcEditing .wcInternalContent,.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent.wcEditing .wcTime{display:none}.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent>.wcTime{margin-left:10px;float:right}.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcBatch .wcRowHead{display:none}.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcBatch .wcRowBody>.wcAvatar{visibility:hidden}.wcContainer.wcBalloonTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcBatch .wcRowBody .wcContent{margin-top:0}.wcContainer.wcBalloonTheme .wcChannel .wcCounter{padding:0 2% 1% 2%}.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput{background-color:#f7f7f7;padding:0 2% 2% 2%}.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcCurrentUserName{padding-bottom:7px;font-weight:700;color:#444}.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcReplyTo{background-color:#ededed}.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcReplyTo .wcContent{background-color:#ededed}.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcReplyTo .wcDeleteButton{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/balloon/gfx/x.svg)}.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton{border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;height:65px;display:inline-block;outline:0;-webkit-transition:all 250ms cubic-bezier(.62,.155,.47,.86);transition:all 250ms cubic-bezier(.62,.155,.47,.86)}.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover,.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover>*{cursor:pointer}.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcImageAttachment{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/balloon/gfx/camera.svg) center center no-repeat}.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcFileAttachment{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/balloon/gfx/attach.svg) center center no-repeat;cursor:pointer}.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcEmoticon{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/balloon/gfx/emoticon.svg) center center no-repeat}.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStart{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/balloon/gfx/mic.svg) center center no-repeat}.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcSoundAttachmentStop{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/stop-button.svg) center center no-repeat}.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:active,.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:focus,.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover{background-color:#eff3f6;border:none}.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButtonSupplementary{background-color:transparent}.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcInputs .wcInput{font-size:20px;padding:15px 0 15px 20px;min-height:65px;line-height:31px;border-radius:10px;background:#d7ebfb}.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcInputs .wcInput:focus{background:#fff}.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcInputs .wcInput *{font-size:20px;line-height:31px}.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete{border-color:#b8bcc4;background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/balloon/gfx/x.svg) center center no-repeat}.wcContainer.wcBalloonTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete:hover{background-color:#e3e3e3}.wcContainer.wcBalloonTheme .wcRecentTrigger{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/balloon/gfx/recent-chats-inactive.svg)}.wcContainer.wcBalloonTheme .wcRecentTrigger:hover{background-color:rgba(9,193,121,.15)}.wcContainer.wcBalloonTheme .wcRecentTrigger.wcOpen{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/balloon/gfx/recent-chats.svg)}.wcContainer.wcBalloonTheme .wcRecentTrigger span{font-size:11px;font-weight:700}.wcContainer.wcBalloonTheme .wcToasts .wcToast{background-color:#f3f3f3;-webkit-box-shadow:2px 2px 15px rgba(60,60,60,.1);box-shadow:2px 2px 15px rgba(60,60,60,.1)}.wcImagePreviewLayer{position:fixed;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;left:0;right:0;bottom:0;top:0;z-index:999999;background:rgba(0,0,0,.5);padding:5%}.wcImagePreviewLayer.wcShow{display:-webkit-box;display:-ms-flexbox;display:flex}.wcImagePreviewLayer.wcHide{display:none}.wcImagePreviewLayer img{max-height:100%;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none}.wcPopup-overlay{background:rgba(255,255,255,.7)}.wcPopup-content *{-webkit-box-sizing:border-box;box-sizing:border-box}.wcPopup-content .wcInvisible{display:none!important}.wcPopup-content .wcHidden{visibility:hidden}.wcPopup-content .wcLeft{float:left}.wcPopup-content input{width:auto;display:inline}.wcPopup-content label{width:auto;display:inline}.wcPopup-content a.wcFunctional,.wcPopup-content a.wcFunctional:focus{outline:0;text-decoration:none!important;padding:0;border:none;line-height:12px;font-weight:400}.wcPopup-content button.wcFunctional,.wcPopup-content button.wcFunctional:active,.wcPopup-content button.wcFunctional:focus,.wcPopup-content button.wcFunctional:hover{outline:0;padding:initial;border:none;line-height:12px;font-weight:400;border-radius:0;width:auto;background:0 0}.wcPopup-content img.wcFunctional{padding:0;border:none;border-radius:0;-webkit-box-shadow:none;box-shadow:none;display:inline;height:auto}.wcPopup-content .wcButton{display:inline-block}.wcPopup-content .wcCenter{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wcPopup-content progress.wcMainProgressBar{width:100%;font-size:1em}.wcPopup-content a.wcDebugLink{color:red}.wcPopup-content img.wcChannelAvatar{max-width:25px;margin:0 4px 2px 0;border-radius:50%;-webkit-box-shadow:none;box-shadow:none;border:none;display:inline-block;vertical-align:middle;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.wcPopup-content a.wcChannelClose{width:17px;height:17px;background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/x.svg) no-repeat 50%;background-size:100%;display:inline-block;vertical-align:middle;border:1px solid #a6a6a6;border-radius:50%;margin-left:8px;text-decoration:none;-webkit-transition:all .2s ease-in;transition:all .2s ease-in}.wcPopup-content a.wcChannelClose:hover{background-color:#f7f7f7}.wcPopup-content span.wcUnreadMessagesCount{background-color:#d4130d;color:#fff;border-radius:3px;padding:1px 3px;margin-left:5px}.wcPopup-content progress,.wcPopup-content progress[role]{height:5px;margin-top:10px;line-height:5px;display:block;appearance:none;-moz-appearance:none;-webkit-appearance:none;border:none;background-size:auto}.wcPopup-content progress[role]:after{background-image:none}.wcPopup-content progress[role] strong{display:none}.wcPopup-content progress,.wcPopup-content progress[role][aria-valuenow]{background:#ccc!important}.wcPopup-content progress::-webkit-progress-bar{background:#ccc;border-radius:5px!important}.wcPopup-content progress{color:#5789ff;border-radius:5px!important}.wcPopup-content progress::-moz-progress-bar{background:#5789ff;border-radius:5px!important}.wcPopup-content progress::-webkit-progress-value{background:#5789ff;border-radius:5px!important}.wcPopup-content progress[aria-valuenow]:before{background:#5789ff;border-radius:5px!important}.wcPopup-content .wcErrorBox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px;border:1px solid #dfdfdf}.wcPopup-content .wcErrorBox:before{content:'';margin-right:5px;width:23px;height:20px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/warnings.svg) 0 0 no-repeat}.wcPopup-content .wcCounter{font-size:80%}.wcPopup-content .wcRedCounter{color:#fff!important;background-color:red;font-size:.6em;display:inline-block;border-radius:50%;text-align:center;margin-left:5px;width:22px;height:22px}.wcPopup-content .wcStatus{display:inline-block;height:10px;width:10px;border-radius:50%}.wcPopup-content .wcStatus.wcOnline{background:#09c179}.wcPopup-content .wcStatus.wcOffline{background:rgba(244,31,31,.5)}.wcPopup-content .ScrollbarsCustom-Scroller{-ms-scroll-chaining:none;overscroll-behavior:contain}.wcPopup-content .wcLoaderContainer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wcPopup-content .wcLoaderContainer.wcLoaderContainerCenter{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wcPopup-content .wcLoaderContainer .wcLoader{display:inline-block;position:relative;width:32px;height:32px}.wcPopup-content .wcLoaderContainer .wcLoader div{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;position:absolute;width:26px;height:26px;margin:4px;border:4px solid #a6a6a6;border-radius:50%;-webkit-animation:wcLoader 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:wcLoader 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#a6a6a6 transparent transparent transparent}.wcPopup-content .wcLoaderContainer .wcLoader div:nth-child(1){-webkit-animation-delay:-.45s;animation-delay:-.45s}.wcPopup-content .wcLoaderContainer .wcLoader div:nth-child(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}.wcPopup-content .wcLoaderContainer .wcLoader div:nth-child(3){-webkit-animation-delay:-.15s;animation-delay:-.15s}@keyframes wcLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.wcPopup-content .wcLoaderContainer .wcLoaderText{font-size:.8em;line-height:.8em;margin-left:2px}.wcPopup-content button.wcStreamStartButton{display:inline-block;overflow:hidden;-webkit-transition:all .2s ease-in;transition:all .2s ease-in;opacity:.7}.wcPopup-content button.wcStreamStartButton,.wcPopup-content button.wcStreamStartButton:active,.wcPopup-content button.wcStreamStartButton:focus,.wcPopup-content button.wcStreamStartButton:hover{background-position:50%;background-size:contain;background-repeat:no-repeat;background-color:transparent}.wcPopup-content button.wcStreamStartButton.wcStreamVideo,.wcPopup-content button.wcStreamStartButton.wcStreamVideo:hover{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/video-calls/video.svg);width:24px;height:20px}.wcPopup-content button.wcStreamStartButton:hover{opacity:1}.wcPopup-content .wcStreamStatus{display:inline-block;overflow:hidden;-webkit-transition:all .2s ease-in;transition:all .2s ease-in;opacity:.7;background-position:50%;background-size:contain;background-repeat:no-repeat;background-color:transparent;background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/video-calls/video-red.svg);width:24px;height:20px}.wcPopup-content img.wcEmoticon,.wcPopup-content span.wcEmoticon{background-repeat:no-repeat;display:inline-block;vertical-align:middle;margin-right:2px;margin-left:2px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_001,.wcPopup-content span.wcEmoticon.bg-emot_01_32_001{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -10px -131px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_002,.wcPopup-content span.wcEmoticon.bg-emot_01_32_002{width:32px;height:35px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -120px -68px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_003,.wcPopup-content span.wcEmoticon.bg-emot_01_32_003{width:32px;height:38px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -68px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_004,.wcPopup-content span.wcEmoticon.bg-emot_01_32_004{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -62px -131px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_005,.wcPopup-content span.wcEmoticon.bg-emot_01_32_005{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -114px -131px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_006,.wcPopup-content span.wcEmoticon.bg-emot_01_32_006{width:32px;height:35px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -172px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_007,.wcPopup-content span.wcEmoticon.bg-emot_01_32_007{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -166px -131px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_008,.wcPopup-content span.wcEmoticon.bg-emot_01_32_008{width:34px;height:30px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -328px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_009,.wcPopup-content span.wcEmoticon.bg-emot_01_32_009{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -224px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_010,.wcPopup-content span.wcEmoticon.bg-emot_01_32_010{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -224px -62px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_011,.wcPopup-content span.wcEmoticon.bg-emot_01_32_011{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -224px -114px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_012,.wcPopup-content span.wcEmoticon.bg-emot_01_32_012{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -10px -183px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_013,.wcPopup-content span.wcEmoticon.bg-emot_01_32_013{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -62px -183px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_014,.wcPopup-content span.wcEmoticon.bg-emot_01_32_014{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -114px -183px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_015,.wcPopup-content span.wcEmoticon.bg-emot_01_32_015{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -166px -183px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_016,.wcPopup-content span.wcEmoticon.bg-emot_01_32_016{width:32px;height:38px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -68px -68px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_017,.wcPopup-content span.wcEmoticon.bg-emot_01_32_017{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -218px -183px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_018,.wcPopup-content span.wcEmoticon.bg-emot_01_32_018{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -276px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_019,.wcPopup-content span.wcEmoticon.bg-emot_01_32_019{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -276px -62px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_020,.wcPopup-content span.wcEmoticon.bg-emot_01_32_020{width:38px;height:40px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -10px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_021,.wcPopup-content span.wcEmoticon.bg-emot_01_32_021{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -276px -114px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_022,.wcPopup-content span.wcEmoticon.bg-emot_01_32_022{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -276px -166px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_023,.wcPopup-content span.wcEmoticon.bg-emot_01_32_023{width:32px;height:38px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -120px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_024,.wcPopup-content span.wcEmoticon.bg-emot_01_32_024{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -10px -235px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_025,.wcPopup-content span.wcEmoticon.bg-emot_01_32_025{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -62px -235px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_026,.wcPopup-content span.wcEmoticon.bg-emot_01_32_026{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -114px -235px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_027,.wcPopup-content span.wcEmoticon.bg-emot_01_32_027{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -166px -235px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_028,.wcPopup-content span.wcEmoticon.bg-emot_01_32_028{width:32px;height:34px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -172px -65px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_029,.wcPopup-content span.wcEmoticon.bg-emot_01_32_029{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -218px -235px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_030,.wcPopup-content span.wcEmoticon.bg-emot_01_32_030{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -270px -235px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_031,.wcPopup-content span.wcEmoticon.bg-emot_01_32_031{width:33px;height:41px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_32.png) -10px -70px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_001,.wcPopup-content span.wcEmoticon.bg-emot_01_64_001{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -358px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_002,.wcPopup-content span.wcEmoticon.bg-emot_01_64_002{width:64px;height:69px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -274px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_003,.wcPopup-content span.wcEmoticon.bg-emot_01_64_003{width:64px;height:75px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -106px -107px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_004,.wcPopup-content span.wcEmoticon.bg-emot_01_64_004{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -358px -94px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_005,.wcPopup-content span.wcEmoticon.bg-emot_01_64_005{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -358px -178px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_006,.wcPopup-content span.wcEmoticon.bg-emot_01_64_006{width:64px;height:70px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -190px -105px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_007,.wcPopup-content span.wcEmoticon.bg-emot_01_64_007{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -10px -295px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_008,.wcPopup-content span.wcEmoticon.bg-emot_01_64_008{width:70px;height:63px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -10px -212px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_009,.wcPopup-content span.wcEmoticon.bg-emot_01_64_009{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -94px -295px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_010,.wcPopup-content span.wcEmoticon.bg-emot_01_64_010{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -178px -295px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_011,.wcPopup-content span.wcEmoticon.bg-emot_01_64_011{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -262px -295px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_012,.wcPopup-content span.wcEmoticon.bg-emot_01_64_012{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -346px -295px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_013,.wcPopup-content span.wcEmoticon.bg-emot_01_64_013{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -442px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_014,.wcPopup-content span.wcEmoticon.bg-emot_01_64_014{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -442px -94px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_015,.wcPopup-content span.wcEmoticon.bg-emot_01_64_015{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -442px -178px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_016,.wcPopup-content span.wcEmoticon.bg-emot_01_64_016{width:64px;height:77px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -106px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_017,.wcPopup-content span.wcEmoticon.bg-emot_01_64_017{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -442px -262px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_018,.wcPopup-content span.wcEmoticon.bg-emot_01_64_018{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -10px -379px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_019,.wcPopup-content span.wcEmoticon.bg-emot_01_64_019{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -94px -379px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_020,.wcPopup-content span.wcEmoticon.bg-emot_01_64_020{width:76px;height:79px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -10px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_021,.wcPopup-content span.wcEmoticon.bg-emot_01_64_021{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -178px -379px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_022,.wcPopup-content span.wcEmoticon.bg-emot_01_64_022{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -262px -379px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_023,.wcPopup-content span.wcEmoticon.bg-emot_01_64_023{width:64px;height:75px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -190px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_024,.wcPopup-content span.wcEmoticon.bg-emot_01_64_024{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -346px -379px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_025,.wcPopup-content span.wcEmoticon.bg-emot_01_64_025{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -430px -379px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_026,.wcPopup-content span.wcEmoticon.bg-emot_01_64_026{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -526px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_027,.wcPopup-content span.wcEmoticon.bg-emot_01_64_027{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -526px -94px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_028,.wcPopup-content span.wcEmoticon.bg-emot_01_64_028{width:64px;height:67px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -274px -99px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_029,.wcPopup-content span.wcEmoticon.bg-emot_01_64_029{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -526px -178px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_030,.wcPopup-content span.wcEmoticon.bg-emot_01_64_030{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -526px -262px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_031,.wcPopup-content span.wcEmoticon.bg-emot_01_64_031{width:66px;height:83px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_64.png) -10px -109px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_001,.wcPopup-content span.wcEmoticon.bg-emot_01_128_001{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -158px -376px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_002,.wcPopup-content span.wcEmoticon.bg-emot_01_128_002{width:128px;height:139px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -480px -157px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_003,.wcPopup-content span.wcEmoticon.bg-emot_01_128_003{width:128px;height:151px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -184px -183px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_004,.wcPopup-content span.wcEmoticon.bg-emot_01_128_004{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -306px -376px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_005,.wcPopup-content span.wcEmoticon.bg-emot_01_128_005{width:128px;height:127px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -454px -679px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_006,.wcPopup-content span.wcEmoticon.bg-emot_01_128_006{width:128px;height:139px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -332px -181px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_007,.wcPopup-content span.wcEmoticon.bg-emot_01_128_007{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -454px -376px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_008,.wcPopup-content span.wcEmoticon.bg-emot_01_128_008{width:142px;height:127px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -480px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_009,.wcPopup-content span.wcEmoticon.bg-emot_01_128_009{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -642px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_010,.wcPopup-content span.wcEmoticon.bg-emot_01_128_010{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -642px -158px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_011,.wcPopup-content span.wcEmoticon.bg-emot_01_128_011{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -642px -306px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_012,.wcPopup-content span.wcEmoticon.bg-emot_01_128_012{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -10px -531px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_013,.wcPopup-content span.wcEmoticon.bg-emot_01_128_013{width:128px;height:127px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -602px -679px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_014,.wcPopup-content span.wcEmoticon.bg-emot_01_128_014{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -158px -531px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_015,.wcPopup-content span.wcEmoticon.bg-emot_01_128_015{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -306px -531px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_016,.wcPopup-content span.wcEmoticon.bg-emot_01_128_016{width:128px;height:153px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -184px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_017,.wcPopup-content span.wcEmoticon.bg-emot_01_128_017{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -454px -531px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_018,.wcPopup-content span.wcEmoticon.bg-emot_01_128_018{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -602px -531px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_019,.wcPopup-content span.wcEmoticon.bg-emot_01_128_019{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -790px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_020,.wcPopup-content span.wcEmoticon.bg-emot_01_128_020{width:154px;height:160px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -10px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_021,.wcPopup-content span.wcEmoticon.bg-emot_01_128_021{width:128px;height:127px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -750px -679px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_022,.wcPopup-content span.wcEmoticon.bg-emot_01_128_022{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -790px -158px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_023,.wcPopup-content span.wcEmoticon.bg-emot_01_128_023{width:128px;height:151px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -332px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_024,.wcPopup-content span.wcEmoticon.bg-emot_01_128_024{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -790px -306px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_025,.wcPopup-content span.wcEmoticon.bg-emot_01_128_025{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -790px -454px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_026,.wcPopup-content span.wcEmoticon.bg-emot_01_128_026{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -10px -679px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_027,.wcPopup-content span.wcEmoticon.bg-emot_01_128_027{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -158px -679px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_028,.wcPopup-content span.wcEmoticon.bg-emot_01_128_028{width:128px;height:135px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -10px -376px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_029,.wcPopup-content span.wcEmoticon.bg-emot_01_128_029{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -306px -679px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_030,.wcPopup-content span.wcEmoticon.bg-emot_01_128_030{width:128px;height:127px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -938px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_031,.wcPopup-content span.wcEmoticon.bg-emot_01_128_031{width:132px;height:166px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_01_128.png) -10px -190px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_001,.wcPopup-content span.wcEmoticon.bg-emot_02_32_001{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -10px -10px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_002,.wcPopup-content span.wcEmoticon.bg-emot_02_32_002{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -62px -10px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_003,.wcPopup-content span.wcEmoticon.bg-emot_02_32_003{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -10px -62px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_004,.wcPopup-content span.wcEmoticon.bg-emot_02_32_004{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -62px -62px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_005,.wcPopup-content span.wcEmoticon.bg-emot_02_32_005{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -114px -10px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_006,.wcPopup-content span.wcEmoticon.bg-emot_02_32_006{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -114px -62px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_007,.wcPopup-content span.wcEmoticon.bg-emot_02_32_007{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -10px -114px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_008,.wcPopup-content span.wcEmoticon.bg-emot_02_32_008{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -62px -114px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_009,.wcPopup-content span.wcEmoticon.bg-emot_02_32_009{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -114px -114px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_010,.wcPopup-content span.wcEmoticon.bg-emot_02_32_010{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -166px -10px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_011,.wcPopup-content span.wcEmoticon.bg-emot_02_32_011{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -166px -62px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_012,.wcPopup-content span.wcEmoticon.bg-emot_02_32_012{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -166px -114px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_013,.wcPopup-content span.wcEmoticon.bg-emot_02_32_013{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -10px -166px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_014,.wcPopup-content span.wcEmoticon.bg-emot_02_32_014{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -62px -166px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_015,.wcPopup-content span.wcEmoticon.bg-emot_02_32_015{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -114px -166px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_016,.wcPopup-content span.wcEmoticon.bg-emot_02_32_016{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -166px -166px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_017,.wcPopup-content span.wcEmoticon.bg-emot_02_32_017{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -218px -10px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_018,.wcPopup-content span.wcEmoticon.bg-emot_02_32_018{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -218px -62px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_019,.wcPopup-content span.wcEmoticon.bg-emot_02_32_019{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -218px -114px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_020,.wcPopup-content span.wcEmoticon.bg-emot_02_32_020{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -218px -166px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_021,.wcPopup-content span.wcEmoticon.bg-emot_02_32_021{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -10px -218px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_022,.wcPopup-content span.wcEmoticon.bg-emot_02_32_022{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -62px -218px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_023,.wcPopup-content span.wcEmoticon.bg-emot_02_32_023{width:28px;height:33px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -374px -10px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_024,.wcPopup-content span.wcEmoticon.bg-emot_02_32_024{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -114px -218px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_025,.wcPopup-content span.wcEmoticon.bg-emot_02_32_025{width:30px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -166px -322px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_026,.wcPopup-content span.wcEmoticon.bg-emot_02_32_026{width:30px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -216px -322px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_027,.wcPopup-content span.wcEmoticon.bg-emot_02_32_027{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -166px -218px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_028,.wcPopup-content span.wcEmoticon.bg-emot_02_32_028{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -218px -218px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_029,.wcPopup-content span.wcEmoticon.bg-emot_02_32_029{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -270px -10px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_030,.wcPopup-content span.wcEmoticon.bg-emot_02_32_030{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -270px -62px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_031,.wcPopup-content span.wcEmoticon.bg-emot_02_32_031{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -270px -114px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_032,.wcPopup-content span.wcEmoticon.bg-emot_02_32_032{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -270px -166px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_033,.wcPopup-content span.wcEmoticon.bg-emot_02_32_033{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -270px -218px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_034,.wcPopup-content span.wcEmoticon.bg-emot_02_32_034{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -10px -270px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_035,.wcPopup-content span.wcEmoticon.bg-emot_02_32_035{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -62px -270px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_036,.wcPopup-content span.wcEmoticon.bg-emot_02_32_036{width:30px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -266px -322px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_037,.wcPopup-content span.wcEmoticon.bg-emot_02_32_037{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -114px -270px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_038,.wcPopup-content span.wcEmoticon.bg-emot_02_32_038{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -166px -270px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_039,.wcPopup-content span.wcEmoticon.bg-emot_02_32_039{width:32px;height:28px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -316px -322px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_040,.wcPopup-content span.wcEmoticon.bg-emot_02_32_040{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -218px -270px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_041,.wcPopup-content span.wcEmoticon.bg-emot_02_32_041{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -270px -270px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_042,.wcPopup-content span.wcEmoticon.bg-emot_02_32_042{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -322px -10px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_043,.wcPopup-content span.wcEmoticon.bg-emot_02_32_043{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -322px -62px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_044,.wcPopup-content span.wcEmoticon.bg-emot_02_32_044{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -322px -114px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_045,.wcPopup-content span.wcEmoticon.bg-emot_02_32_045{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -322px -166px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_046,.wcPopup-content span.wcEmoticon.bg-emot_02_32_046{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -322px -218px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_047,.wcPopup-content span.wcEmoticon.bg-emot_02_32_047{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -322px -270px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_048,.wcPopup-content span.wcEmoticon.bg-emot_02_32_048{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -10px -322px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_049,.wcPopup-content span.wcEmoticon.bg-emot_02_32_049{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -62px -322px}.wcPopup-content img.wcEmoticon.bg-emot_02_32_050,.wcPopup-content span.wcEmoticon.bg-emot_02_32_050{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_32.png) -114px -322px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_001,.wcPopup-content span.wcEmoticon.bg-emot_02_64_001{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -10px -10px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_002,.wcPopup-content span.wcEmoticon.bg-emot_02_64_002{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -94px -10px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_003,.wcPopup-content span.wcEmoticon.bg-emot_02_64_003{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -10px -94px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_004,.wcPopup-content span.wcEmoticon.bg-emot_02_64_004{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -94px -94px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_005,.wcPopup-content span.wcEmoticon.bg-emot_02_64_005{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -178px -10px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_006,.wcPopup-content span.wcEmoticon.bg-emot_02_64_006{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -178px -94px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_007,.wcPopup-content span.wcEmoticon.bg-emot_02_64_007{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -10px -178px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_008,.wcPopup-content span.wcEmoticon.bg-emot_02_64_008{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -94px -178px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_009,.wcPopup-content span.wcEmoticon.bg-emot_02_64_009{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -178px -178px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_010,.wcPopup-content span.wcEmoticon.bg-emot_02_64_010{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -262px -10px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_011,.wcPopup-content span.wcEmoticon.bg-emot_02_64_011{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -262px -94px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_012,.wcPopup-content span.wcEmoticon.bg-emot_02_64_012{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -262px -178px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_013,.wcPopup-content span.wcEmoticon.bg-emot_02_64_013{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -10px -262px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_014,.wcPopup-content span.wcEmoticon.bg-emot_02_64_014{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -94px -262px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_015,.wcPopup-content span.wcEmoticon.bg-emot_02_64_015{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -178px -262px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_016,.wcPopup-content span.wcEmoticon.bg-emot_02_64_016{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -262px -262px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_017,.wcPopup-content span.wcEmoticon.bg-emot_02_64_017{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -346px -10px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_018,.wcPopup-content span.wcEmoticon.bg-emot_02_64_018{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -346px -94px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_019,.wcPopup-content span.wcEmoticon.bg-emot_02_64_019{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -346px -178px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_020,.wcPopup-content span.wcEmoticon.bg-emot_02_64_020{width:63px;height:63px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -178px -514px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_021,.wcPopup-content span.wcEmoticon.bg-emot_02_64_021{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -346px -262px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_022,.wcPopup-content span.wcEmoticon.bg-emot_02_64_022{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -10px -346px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_023,.wcPopup-content span.wcEmoticon.bg-emot_02_64_023{width:54px;height:66px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -598px -260px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_024,.wcPopup-content span.wcEmoticon.bg-emot_02_64_024{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -94px -346px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_025,.wcPopup-content span.wcEmoticon.bg-emot_02_64_025{width:58px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -598px -94px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_026,.wcPopup-content span.wcEmoticon.bg-emot_02_64_026{width:58px;height:62px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -598px -178px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_027,.wcPopup-content span.wcEmoticon.bg-emot_02_64_027{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -178px -346px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_028,.wcPopup-content span.wcEmoticon.bg-emot_02_64_028{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -262px -346px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_029,.wcPopup-content span.wcEmoticon.bg-emot_02_64_029{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -346px -346px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_030,.wcPopup-content span.wcEmoticon.bg-emot_02_64_030{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -430px -10px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_031,.wcPopup-content span.wcEmoticon.bg-emot_02_64_031{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -430px -94px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_032,.wcPopup-content span.wcEmoticon.bg-emot_02_64_032{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -430px -178px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_033,.wcPopup-content span.wcEmoticon.bg-emot_02_64_033{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -430px -262px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_034,.wcPopup-content span.wcEmoticon.bg-emot_02_64_034{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -430px -346px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_035,.wcPopup-content span.wcEmoticon.bg-emot_02_64_035{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -10px -430px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_036,.wcPopup-content span.wcEmoticon.bg-emot_02_64_036{width:60px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -598px -10px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_037,.wcPopup-content span.wcEmoticon.bg-emot_02_64_037{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -94px -430px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_038,.wcPopup-content span.wcEmoticon.bg-emot_02_64_038{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -178px -430px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_039,.wcPopup-content span.wcEmoticon.bg-emot_02_64_039{width:64px;height:56px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -261px -514px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_040,.wcPopup-content span.wcEmoticon.bg-emot_02_64_040{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -262px -430px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_041,.wcPopup-content span.wcEmoticon.bg-emot_02_64_041{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -346px -430px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_042,.wcPopup-content span.wcEmoticon.bg-emot_02_64_042{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -430px -430px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_043,.wcPopup-content span.wcEmoticon.bg-emot_02_64_043{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -514px -10px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_044,.wcPopup-content span.wcEmoticon.bg-emot_02_64_044{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -514px -94px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_045,.wcPopup-content span.wcEmoticon.bg-emot_02_64_045{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -514px -178px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_046,.wcPopup-content span.wcEmoticon.bg-emot_02_64_046{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -514px -262px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_047,.wcPopup-content span.wcEmoticon.bg-emot_02_64_047{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -514px -346px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_048,.wcPopup-content span.wcEmoticon.bg-emot_02_64_048{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -514px -430px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_049,.wcPopup-content span.wcEmoticon.bg-emot_02_64_049{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -10px -514px}.wcPopup-content img.wcEmoticon.bg-emot_02_64_050,.wcPopup-content span.wcEmoticon.bg-emot_02_64_050{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_64.png) -94px -514px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_001,.wcPopup-content span.wcEmoticon.bg-emot_02_128_001{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -158px -188px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_002,.wcPopup-content span.wcEmoticon.bg-emot_02_128_002{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -306px -188px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_003,.wcPopup-content span.wcEmoticon.bg-emot_02_128_003{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -454px -10px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_004,.wcPopup-content span.wcEmoticon.bg-emot_02_128_004{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -454px -158px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_005,.wcPopup-content span.wcEmoticon.bg-emot_02_128_005{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -10px -344px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_006,.wcPopup-content span.wcEmoticon.bg-emot_02_128_006{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -158px -344px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_007,.wcPopup-content span.wcEmoticon.bg-emot_02_128_007{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -306px -344px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_008,.wcPopup-content span.wcEmoticon.bg-emot_02_128_008{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -454px -344px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_009,.wcPopup-content span.wcEmoticon.bg-emot_02_128_009{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -602px -10px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_010,.wcPopup-content span.wcEmoticon.bg-emot_02_128_010{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -602px -158px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_011,.wcPopup-content span.wcEmoticon.bg-emot_02_128_011{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -602px -306px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_012,.wcPopup-content span.wcEmoticon.bg-emot_02_128_012{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -10px -492px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_013,.wcPopup-content span.wcEmoticon.bg-emot_02_128_013{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -158px -492px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_014,.wcPopup-content span.wcEmoticon.bg-emot_02_128_014{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -306px -492px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_015,.wcPopup-content span.wcEmoticon.bg-emot_02_128_015{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -454px -492px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_016,.wcPopup-content span.wcEmoticon.bg-emot_02_128_016{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -602px -492px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_017,.wcPopup-content span.wcEmoticon.bg-emot_02_128_017{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -750px -10px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_018,.wcPopup-content span.wcEmoticon.bg-emot_02_128_018{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -750px -158px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_019,.wcPopup-content span.wcEmoticon.bg-emot_02_128_019{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -750px -306px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_020,.wcPopup-content span.wcEmoticon.bg-emot_02_128_020{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -750px -454px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_021,.wcPopup-content span.wcEmoticon.bg-emot_02_128_021{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -10px -640px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_022,.wcPopup-content span.wcEmoticon.bg-emot_02_128_022{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -158px -640px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_023,.wcPopup-content span.wcEmoticon.bg-emot_02_128_023{width:128px;height:158px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -10px -10px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_024,.wcPopup-content span.wcEmoticon.bg-emot_02_128_024{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -306px -640px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_025,.wcPopup-content span.wcEmoticon.bg-emot_02_128_025{width:128px;height:140px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -158px -10px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_026,.wcPopup-content span.wcEmoticon.bg-emot_02_128_026{width:128px;height:137px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -306px -10px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_027,.wcPopup-content span.wcEmoticon.bg-emot_02_128_027{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -454px -640px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_028,.wcPopup-content span.wcEmoticon.bg-emot_02_128_028{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -602px -640px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_029,.wcPopup-content span.wcEmoticon.bg-emot_02_128_029{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -750px -640px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_030,.wcPopup-content span.wcEmoticon.bg-emot_02_128_030{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -898px -10px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_031,.wcPopup-content span.wcEmoticon.bg-emot_02_128_031{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -898px -158px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_032,.wcPopup-content span.wcEmoticon.bg-emot_02_128_032{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -898px -306px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_033,.wcPopup-content span.wcEmoticon.bg-emot_02_128_033{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -898px -454px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_034,.wcPopup-content span.wcEmoticon.bg-emot_02_128_034{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -898px -602px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_035,.wcPopup-content span.wcEmoticon.bg-emot_02_128_035{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -10px -788px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_036,.wcPopup-content span.wcEmoticon.bg-emot_02_128_036{width:128px;height:136px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -10px -188px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_037,.wcPopup-content span.wcEmoticon.bg-emot_02_128_037{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -158px -788px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_038,.wcPopup-content span.wcEmoticon.bg-emot_02_128_038{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -306px -788px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_039,.wcPopup-content span.wcEmoticon.bg-emot_02_128_039{width:128px;height:113px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -158px -936px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_040,.wcPopup-content span.wcEmoticon.bg-emot_02_128_040{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -454px -788px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_041,.wcPopup-content span.wcEmoticon.bg-emot_02_128_041{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -602px -788px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_042,.wcPopup-content span.wcEmoticon.bg-emot_02_128_042{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -750px -788px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_043,.wcPopup-content span.wcEmoticon.bg-emot_02_128_043{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -898px -788px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_044,.wcPopup-content span.wcEmoticon.bg-emot_02_128_044{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -1046px -10px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_045,.wcPopup-content span.wcEmoticon.bg-emot_02_128_045{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -1046px -158px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_046,.wcPopup-content span.wcEmoticon.bg-emot_02_128_046{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -1046px -306px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_047,.wcPopup-content span.wcEmoticon.bg-emot_02_128_047{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -1046px -454px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_048,.wcPopup-content span.wcEmoticon.bg-emot_02_128_048{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -1046px -602px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_049,.wcPopup-content span.wcEmoticon.bg-emot_02_128_049{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -1046px -750px}.wcPopup-content img.wcEmoticon.bg-emot_02_128_050,.wcPopup-content span.wcEmoticon.bg-emot_02_128_050{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_02_128.png) -10px -936px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_001,.wcPopup-content span.wcEmoticon.bg-emot_03_32_001{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -10px -10px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_002,.wcPopup-content span.wcEmoticon.bg-emot_03_32_002{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -62px -10px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_003,.wcPopup-content span.wcEmoticon.bg-emot_03_32_003{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -10px -62px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_004,.wcPopup-content span.wcEmoticon.bg-emot_03_32_004{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -62px -62px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_005,.wcPopup-content span.wcEmoticon.bg-emot_03_32_005{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -114px -10px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_006,.wcPopup-content span.wcEmoticon.bg-emot_03_32_006{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -114px -62px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_007,.wcPopup-content span.wcEmoticon.bg-emot_03_32_007{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -10px -114px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_008,.wcPopup-content span.wcEmoticon.bg-emot_03_32_008{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -62px -114px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_009,.wcPopup-content span.wcEmoticon.bg-emot_03_32_009{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -114px -114px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_010,.wcPopup-content span.wcEmoticon.bg-emot_03_32_010{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -166px -10px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_011,.wcPopup-content span.wcEmoticon.bg-emot_03_32_011{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -166px -62px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_012,.wcPopup-content span.wcEmoticon.bg-emot_03_32_012{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -166px -114px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_013,.wcPopup-content span.wcEmoticon.bg-emot_03_32_013{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -10px -166px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_014,.wcPopup-content span.wcEmoticon.bg-emot_03_32_014{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -62px -166px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_015,.wcPopup-content span.wcEmoticon.bg-emot_03_32_015{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -114px -166px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_016,.wcPopup-content span.wcEmoticon.bg-emot_03_32_016{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -166px -166px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_017,.wcPopup-content span.wcEmoticon.bg-emot_03_32_017{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -218px -10px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_018,.wcPopup-content span.wcEmoticon.bg-emot_03_32_018{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -218px -62px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_019,.wcPopup-content span.wcEmoticon.bg-emot_03_32_019{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -218px -114px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_020,.wcPopup-content span.wcEmoticon.bg-emot_03_32_020{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -218px -166px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_021,.wcPopup-content span.wcEmoticon.bg-emot_03_32_021{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -10px -218px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_022,.wcPopup-content span.wcEmoticon.bg-emot_03_32_022{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -62px -218px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_023,.wcPopup-content span.wcEmoticon.bg-emot_03_32_023{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -114px -218px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_024,.wcPopup-content span.wcEmoticon.bg-emot_03_32_024{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -166px -218px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_025,.wcPopup-content span.wcEmoticon.bg-emot_03_32_025{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -218px -218px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_026,.wcPopup-content span.wcEmoticon.bg-emot_03_32_026{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -270px -10px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_027,.wcPopup-content span.wcEmoticon.bg-emot_03_32_027{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -270px -62px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_028,.wcPopup-content span.wcEmoticon.bg-emot_03_32_028{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -270px -114px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_029,.wcPopup-content span.wcEmoticon.bg-emot_03_32_029{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -270px -166px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_030,.wcPopup-content span.wcEmoticon.bg-emot_03_32_030{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -270px -218px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_031,.wcPopup-content span.wcEmoticon.bg-emot_03_32_031{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -10px -270px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_032,.wcPopup-content span.wcEmoticon.bg-emot_03_32_032{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -62px -270px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_033,.wcPopup-content span.wcEmoticon.bg-emot_03_32_033{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -114px -270px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_034,.wcPopup-content span.wcEmoticon.bg-emot_03_32_034{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -166px -270px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_035,.wcPopup-content span.wcEmoticon.bg-emot_03_32_035{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -218px -270px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_036,.wcPopup-content span.wcEmoticon.bg-emot_03_32_036{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -270px -270px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_037,.wcPopup-content span.wcEmoticon.bg-emot_03_32_037{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -322px -10px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_038,.wcPopup-content span.wcEmoticon.bg-emot_03_32_038{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -322px -62px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_039,.wcPopup-content span.wcEmoticon.bg-emot_03_32_039{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -322px -114px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_040,.wcPopup-content span.wcEmoticon.bg-emot_03_32_040{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -322px -166px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_041,.wcPopup-content span.wcEmoticon.bg-emot_03_32_041{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -322px -218px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_042,.wcPopup-content span.wcEmoticon.bg-emot_03_32_042{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -322px -270px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_043,.wcPopup-content span.wcEmoticon.bg-emot_03_32_043{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -10px -322px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_044,.wcPopup-content span.wcEmoticon.bg-emot_03_32_044{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -62px -322px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_045,.wcPopup-content span.wcEmoticon.bg-emot_03_32_045{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -114px -322px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_046,.wcPopup-content span.wcEmoticon.bg-emot_03_32_046{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -166px -322px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_047,.wcPopup-content span.wcEmoticon.bg-emot_03_32_047{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -218px -322px}.wcPopup-content img.wcEmoticon.bg-emot_03_32_048,.wcPopup-content span.wcEmoticon.bg-emot_03_32_048{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_32.png) -270px -322px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_001,.wcPopup-content span.wcEmoticon.bg-emot_03_64_001{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -10px -10px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_002,.wcPopup-content span.wcEmoticon.bg-emot_03_64_002{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -94px -10px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_003,.wcPopup-content span.wcEmoticon.bg-emot_03_64_003{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -10px -94px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_004,.wcPopup-content span.wcEmoticon.bg-emot_03_64_004{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -94px -94px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_005,.wcPopup-content span.wcEmoticon.bg-emot_03_64_005{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -178px -10px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_006,.wcPopup-content span.wcEmoticon.bg-emot_03_64_006{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -178px -94px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_007,.wcPopup-content span.wcEmoticon.bg-emot_03_64_007{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -10px -178px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_008,.wcPopup-content span.wcEmoticon.bg-emot_03_64_008{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -94px -178px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_009,.wcPopup-content span.wcEmoticon.bg-emot_03_64_009{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -178px -178px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_010,.wcPopup-content span.wcEmoticon.bg-emot_03_64_010{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -262px -10px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_011,.wcPopup-content span.wcEmoticon.bg-emot_03_64_011{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -262px -94px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_012,.wcPopup-content span.wcEmoticon.bg-emot_03_64_012{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -262px -178px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_013,.wcPopup-content span.wcEmoticon.bg-emot_03_64_013{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -10px -262px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_014,.wcPopup-content span.wcEmoticon.bg-emot_03_64_014{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -94px -262px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_015,.wcPopup-content span.wcEmoticon.bg-emot_03_64_015{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -178px -262px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_016,.wcPopup-content span.wcEmoticon.bg-emot_03_64_016{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -262px -262px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_017,.wcPopup-content span.wcEmoticon.bg-emot_03_64_017{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -346px -10px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_018,.wcPopup-content span.wcEmoticon.bg-emot_03_64_018{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -346px -94px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_019,.wcPopup-content span.wcEmoticon.bg-emot_03_64_019{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -346px -178px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_020,.wcPopup-content span.wcEmoticon.bg-emot_03_64_020{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -346px -262px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_021,.wcPopup-content span.wcEmoticon.bg-emot_03_64_021{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -10px -346px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_022,.wcPopup-content span.wcEmoticon.bg-emot_03_64_022{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -94px -346px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_023,.wcPopup-content span.wcEmoticon.bg-emot_03_64_023{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -178px -346px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_024,.wcPopup-content span.wcEmoticon.bg-emot_03_64_024{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -262px -346px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_025,.wcPopup-content span.wcEmoticon.bg-emot_03_64_025{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -346px -346px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_026,.wcPopup-content span.wcEmoticon.bg-emot_03_64_026{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -430px -10px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_027,.wcPopup-content span.wcEmoticon.bg-emot_03_64_027{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -430px -94px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_028,.wcPopup-content span.wcEmoticon.bg-emot_03_64_028{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -430px -178px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_029,.wcPopup-content span.wcEmoticon.bg-emot_03_64_029{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -430px -262px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_030,.wcPopup-content span.wcEmoticon.bg-emot_03_64_030{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -430px -346px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_031,.wcPopup-content span.wcEmoticon.bg-emot_03_64_031{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -10px -430px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_032,.wcPopup-content span.wcEmoticon.bg-emot_03_64_032{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -94px -430px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_033,.wcPopup-content span.wcEmoticon.bg-emot_03_64_033{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -178px -430px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_034,.wcPopup-content span.wcEmoticon.bg-emot_03_64_034{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -262px -430px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_035,.wcPopup-content span.wcEmoticon.bg-emot_03_64_035{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -346px -430px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_036,.wcPopup-content span.wcEmoticon.bg-emot_03_64_036{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -430px -430px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_037,.wcPopup-content span.wcEmoticon.bg-emot_03_64_037{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -514px -10px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_038,.wcPopup-content span.wcEmoticon.bg-emot_03_64_038{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -514px -94px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_039,.wcPopup-content span.wcEmoticon.bg-emot_03_64_039{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -514px -178px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_040,.wcPopup-content span.wcEmoticon.bg-emot_03_64_040{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -514px -262px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_041,.wcPopup-content span.wcEmoticon.bg-emot_03_64_041{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -514px -346px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_042,.wcPopup-content span.wcEmoticon.bg-emot_03_64_042{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -514px -430px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_043,.wcPopup-content span.wcEmoticon.bg-emot_03_64_043{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -10px -514px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_044,.wcPopup-content span.wcEmoticon.bg-emot_03_64_044{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -94px -514px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_045,.wcPopup-content span.wcEmoticon.bg-emot_03_64_045{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -178px -514px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_046,.wcPopup-content span.wcEmoticon.bg-emot_03_64_046{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -262px -514px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_047,.wcPopup-content span.wcEmoticon.bg-emot_03_64_047{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -346px -514px}.wcPopup-content img.wcEmoticon.bg-emot_03_64_048,.wcPopup-content span.wcEmoticon.bg-emot_03_64_048{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_64.png) -430px -514px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_001,.wcPopup-content span.wcEmoticon.bg-emot_03_128_001{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -10px -10px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_002,.wcPopup-content span.wcEmoticon.bg-emot_03_128_002{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -158px -10px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_003,.wcPopup-content span.wcEmoticon.bg-emot_03_128_003{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -10px -158px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_004,.wcPopup-content span.wcEmoticon.bg-emot_03_128_004{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -158px -158px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_005,.wcPopup-content span.wcEmoticon.bg-emot_03_128_005{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -306px -10px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_006,.wcPopup-content span.wcEmoticon.bg-emot_03_128_006{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -306px -158px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_007,.wcPopup-content span.wcEmoticon.bg-emot_03_128_007{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -10px -306px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_008,.wcPopup-content span.wcEmoticon.bg-emot_03_128_008{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -158px -306px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_009,.wcPopup-content span.wcEmoticon.bg-emot_03_128_009{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -306px -306px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_010,.wcPopup-content span.wcEmoticon.bg-emot_03_128_010{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -454px -10px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_011,.wcPopup-content span.wcEmoticon.bg-emot_03_128_011{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -454px -158px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_012,.wcPopup-content span.wcEmoticon.bg-emot_03_128_012{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -454px -306px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_013,.wcPopup-content span.wcEmoticon.bg-emot_03_128_013{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -10px -454px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_014,.wcPopup-content span.wcEmoticon.bg-emot_03_128_014{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -158px -454px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_015,.wcPopup-content span.wcEmoticon.bg-emot_03_128_015{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -306px -454px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_016,.wcPopup-content span.wcEmoticon.bg-emot_03_128_016{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -454px -454px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_017,.wcPopup-content span.wcEmoticon.bg-emot_03_128_017{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -602px -10px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_018,.wcPopup-content span.wcEmoticon.bg-emot_03_128_018{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -602px -158px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_019,.wcPopup-content span.wcEmoticon.bg-emot_03_128_019{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -602px -306px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_020,.wcPopup-content span.wcEmoticon.bg-emot_03_128_020{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -602px -454px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_021,.wcPopup-content span.wcEmoticon.bg-emot_03_128_021{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -10px -602px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_022,.wcPopup-content span.wcEmoticon.bg-emot_03_128_022{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -158px -602px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_023,.wcPopup-content span.wcEmoticon.bg-emot_03_128_023{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -306px -602px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_024,.wcPopup-content span.wcEmoticon.bg-emot_03_128_024{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -454px -602px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_025,.wcPopup-content span.wcEmoticon.bg-emot_03_128_025{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -602px -602px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_026,.wcPopup-content span.wcEmoticon.bg-emot_03_128_026{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -750px -10px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_027,.wcPopup-content span.wcEmoticon.bg-emot_03_128_027{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -750px -158px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_028,.wcPopup-content span.wcEmoticon.bg-emot_03_128_028{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -750px -306px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_029,.wcPopup-content span.wcEmoticon.bg-emot_03_128_029{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -750px -454px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_030,.wcPopup-content span.wcEmoticon.bg-emot_03_128_030{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -750px -602px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_031,.wcPopup-content span.wcEmoticon.bg-emot_03_128_031{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -10px -750px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_032,.wcPopup-content span.wcEmoticon.bg-emot_03_128_032{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -158px -750px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_033,.wcPopup-content span.wcEmoticon.bg-emot_03_128_033{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -306px -750px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_034,.wcPopup-content span.wcEmoticon.bg-emot_03_128_034{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -454px -750px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_035,.wcPopup-content span.wcEmoticon.bg-emot_03_128_035{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -602px -750px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_036,.wcPopup-content span.wcEmoticon.bg-emot_03_128_036{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -750px -750px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_037,.wcPopup-content span.wcEmoticon.bg-emot_03_128_037{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -898px -10px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_038,.wcPopup-content span.wcEmoticon.bg-emot_03_128_038{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -898px -158px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_039,.wcPopup-content span.wcEmoticon.bg-emot_03_128_039{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -898px -306px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_040,.wcPopup-content span.wcEmoticon.bg-emot_03_128_040{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -898px -454px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_041,.wcPopup-content span.wcEmoticon.bg-emot_03_128_041{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -898px -602px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_042,.wcPopup-content span.wcEmoticon.bg-emot_03_128_042{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -898px -750px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_043,.wcPopup-content span.wcEmoticon.bg-emot_03_128_043{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -10px -898px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_044,.wcPopup-content span.wcEmoticon.bg-emot_03_128_044{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -158px -898px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_045,.wcPopup-content span.wcEmoticon.bg-emot_03_128_045{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -306px -898px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_046,.wcPopup-content span.wcEmoticon.bg-emot_03_128_046{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -454px -898px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_047,.wcPopup-content span.wcEmoticon.bg-emot_03_128_047{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -602px -898px}.wcPopup-content img.wcEmoticon.bg-emot_03_128_048,.wcPopup-content span.wcEmoticon.bg-emot_03_128_048{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_03_128.png) -750px -898px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_001,.wcPopup-content span.wcEmoticon.bg-emot_04_32_001{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -10px -10px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_002,.wcPopup-content span.wcEmoticon.bg-emot_04_32_002{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -62px -10px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_003,.wcPopup-content span.wcEmoticon.bg-emot_04_32_003{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -10px -62px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_004,.wcPopup-content span.wcEmoticon.bg-emot_04_32_004{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -62px -62px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_005,.wcPopup-content span.wcEmoticon.bg-emot_04_32_005{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -114px -10px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_006,.wcPopup-content span.wcEmoticon.bg-emot_04_32_006{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -114px -62px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_007,.wcPopup-content span.wcEmoticon.bg-emot_04_32_007{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -10px -114px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_008,.wcPopup-content span.wcEmoticon.bg-emot_04_32_008{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -62px -114px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_009,.wcPopup-content span.wcEmoticon.bg-emot_04_32_009{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -114px -114px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_010,.wcPopup-content span.wcEmoticon.bg-emot_04_32_010{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -166px -10px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_011,.wcPopup-content span.wcEmoticon.bg-emot_04_32_011{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -166px -62px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_012,.wcPopup-content span.wcEmoticon.bg-emot_04_32_012{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -166px -114px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_013,.wcPopup-content span.wcEmoticon.bg-emot_04_32_013{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -10px -166px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_014,.wcPopup-content span.wcEmoticon.bg-emot_04_32_014{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -62px -166px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_015,.wcPopup-content span.wcEmoticon.bg-emot_04_32_015{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -114px -166px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_016,.wcPopup-content span.wcEmoticon.bg-emot_04_32_016{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -166px -166px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_017,.wcPopup-content span.wcEmoticon.bg-emot_04_32_017{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -218px -10px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_018,.wcPopup-content span.wcEmoticon.bg-emot_04_32_018{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -218px -62px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_019,.wcPopup-content span.wcEmoticon.bg-emot_04_32_019{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -218px -114px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_020,.wcPopup-content span.wcEmoticon.bg-emot_04_32_020{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -218px -166px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_021,.wcPopup-content span.wcEmoticon.bg-emot_04_32_021{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -10px -218px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_022,.wcPopup-content span.wcEmoticon.bg-emot_04_32_022{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -62px -218px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_023,.wcPopup-content span.wcEmoticon.bg-emot_04_32_023{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -114px -218px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_024,.wcPopup-content span.wcEmoticon.bg-emot_04_32_024{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -166px -218px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_025,.wcPopup-content span.wcEmoticon.bg-emot_04_32_025{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -218px -218px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_026,.wcPopup-content span.wcEmoticon.bg-emot_04_32_026{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -270px -10px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_027,.wcPopup-content span.wcEmoticon.bg-emot_04_32_027{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -270px -62px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_028,.wcPopup-content span.wcEmoticon.bg-emot_04_32_028{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -270px -114px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_029,.wcPopup-content span.wcEmoticon.bg-emot_04_32_029{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -270px -166px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_030,.wcPopup-content span.wcEmoticon.bg-emot_04_32_030{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -270px -218px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_031,.wcPopup-content span.wcEmoticon.bg-emot_04_32_031{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -10px -270px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_032,.wcPopup-content span.wcEmoticon.bg-emot_04_32_032{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -62px -270px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_033,.wcPopup-content span.wcEmoticon.bg-emot_04_32_033{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -114px -270px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_034,.wcPopup-content span.wcEmoticon.bg-emot_04_32_034{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -166px -270px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_035,.wcPopup-content span.wcEmoticon.bg-emot_04_32_035{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -218px -270px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_036,.wcPopup-content span.wcEmoticon.bg-emot_04_32_036{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -270px -270px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_037,.wcPopup-content span.wcEmoticon.bg-emot_04_32_037{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -322px -10px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_038,.wcPopup-content span.wcEmoticon.bg-emot_04_32_038{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -322px -62px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_039,.wcPopup-content span.wcEmoticon.bg-emot_04_32_039{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -322px -114px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_040,.wcPopup-content span.wcEmoticon.bg-emot_04_32_040{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -322px -166px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_041,.wcPopup-content span.wcEmoticon.bg-emot_04_32_041{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -322px -218px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_042,.wcPopup-content span.wcEmoticon.bg-emot_04_32_042{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -322px -270px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_043,.wcPopup-content span.wcEmoticon.bg-emot_04_32_043{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -10px -322px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_044,.wcPopup-content span.wcEmoticon.bg-emot_04_32_044{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -62px -322px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_045,.wcPopup-content span.wcEmoticon.bg-emot_04_32_045{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -114px -322px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_046,.wcPopup-content span.wcEmoticon.bg-emot_04_32_046{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -166px -322px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_047,.wcPopup-content span.wcEmoticon.bg-emot_04_32_047{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -218px -322px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_048,.wcPopup-content span.wcEmoticon.bg-emot_04_32_048{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -270px -322px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_049,.wcPopup-content span.wcEmoticon.bg-emot_04_32_049{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -322px -322px}.wcPopup-content img.wcEmoticon.bg-emot_04_32_050,.wcPopup-content span.wcEmoticon.bg-emot_04_32_050{width:32px;height:32px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_32.png) -374px -10px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_001,.wcPopup-content span.wcEmoticon.bg-emot_04_64_001{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -10px -95px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_002,.wcPopup-content span.wcEmoticon.bg-emot_04_64_002{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -94px -95px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_003,.wcPopup-content span.wcEmoticon.bg-emot_04_64_003{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -178px -95px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_004,.wcPopup-content span.wcEmoticon.bg-emot_04_64_004{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -262px -10px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_005,.wcPopup-content span.wcEmoticon.bg-emot_04_64_005{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -262px -94px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_006,.wcPopup-content span.wcEmoticon.bg-emot_04_64_006{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -10px -179px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_007,.wcPopup-content span.wcEmoticon.bg-emot_04_64_007{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -94px -179px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_008,.wcPopup-content span.wcEmoticon.bg-emot_04_64_008{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -178px -179px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_009,.wcPopup-content span.wcEmoticon.bg-emot_04_64_009{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -262px -179px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_010,.wcPopup-content span.wcEmoticon.bg-emot_04_64_010{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -346px -10px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_011,.wcPopup-content span.wcEmoticon.bg-emot_04_64_011{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -346px -94px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_012,.wcPopup-content span.wcEmoticon.bg-emot_04_64_012{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -346px -178px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_013,.wcPopup-content span.wcEmoticon.bg-emot_04_64_013{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -10px -263px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_014,.wcPopup-content span.wcEmoticon.bg-emot_04_64_014{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -94px -263px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_015,.wcPopup-content span.wcEmoticon.bg-emot_04_64_015{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -178px -263px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_016,.wcPopup-content span.wcEmoticon.bg-emot_04_64_016{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -262px -263px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_017,.wcPopup-content span.wcEmoticon.bg-emot_04_64_017{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -346px -263px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_018,.wcPopup-content span.wcEmoticon.bg-emot_04_64_018{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -430px -10px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_019,.wcPopup-content span.wcEmoticon.bg-emot_04_64_019{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -430px -94px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_020,.wcPopup-content span.wcEmoticon.bg-emot_04_64_020{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -430px -178px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_021,.wcPopup-content span.wcEmoticon.bg-emot_04_64_021{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -430px -262px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_022,.wcPopup-content span.wcEmoticon.bg-emot_04_64_022{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -10px -347px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_023,.wcPopup-content span.wcEmoticon.bg-emot_04_64_023{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -94px -347px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_024,.wcPopup-content span.wcEmoticon.bg-emot_04_64_024{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -178px -347px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_025,.wcPopup-content span.wcEmoticon.bg-emot_04_64_025{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -262px -347px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_026,.wcPopup-content span.wcEmoticon.bg-emot_04_64_026{width:64px;height:65px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -10px -10px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_027,.wcPopup-content span.wcEmoticon.bg-emot_04_64_027{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -346px -347px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_028,.wcPopup-content span.wcEmoticon.bg-emot_04_64_028{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -430px -347px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_029,.wcPopup-content span.wcEmoticon.bg-emot_04_64_029{width:64px;height:65px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -94px -10px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_030,.wcPopup-content span.wcEmoticon.bg-emot_04_64_030{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -514px -10px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_031,.wcPopup-content span.wcEmoticon.bg-emot_04_64_031{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -514px -94px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_032,.wcPopup-content span.wcEmoticon.bg-emot_04_64_032{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -514px -178px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_033,.wcPopup-content span.wcEmoticon.bg-emot_04_64_033{width:64px;height:63px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -10px -515px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_034,.wcPopup-content span.wcEmoticon.bg-emot_04_64_034{width:64px;height:63px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -94px -515px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_035,.wcPopup-content span.wcEmoticon.bg-emot_04_64_035{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -514px -262px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_036,.wcPopup-content span.wcEmoticon.bg-emot_04_64_036{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -514px -346px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_037,.wcPopup-content span.wcEmoticon.bg-emot_04_64_037{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -10px -431px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_038,.wcPopup-content span.wcEmoticon.bg-emot_04_64_038{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -94px -431px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_039,.wcPopup-content span.wcEmoticon.bg-emot_04_64_039{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -178px -431px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_040,.wcPopup-content span.wcEmoticon.bg-emot_04_64_040{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -262px -431px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_041,.wcPopup-content span.wcEmoticon.bg-emot_04_64_041{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -346px -431px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_042,.wcPopup-content span.wcEmoticon.bg-emot_04_64_042{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -430px -431px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_043,.wcPopup-content span.wcEmoticon.bg-emot_04_64_043{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -514px -431px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_044,.wcPopup-content span.wcEmoticon.bg-emot_04_64_044{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -598px -10px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_045,.wcPopup-content span.wcEmoticon.bg-emot_04_64_045{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -598px -94px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_046,.wcPopup-content span.wcEmoticon.bg-emot_04_64_046{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -598px -178px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_047,.wcPopup-content span.wcEmoticon.bg-emot_04_64_047{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -598px -262px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_048,.wcPopup-content span.wcEmoticon.bg-emot_04_64_048{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -598px -346px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_049,.wcPopup-content span.wcEmoticon.bg-emot_04_64_049{width:64px;height:64px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -598px -430px}.wcPopup-content img.wcEmoticon.bg-emot_04_64_050,.wcPopup-content span.wcEmoticon.bg-emot_04_64_050{width:64px;height:65px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_64.png) -178px -10px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_001,.wcPopup-content span.wcEmoticon.bg-emot_04_128_001{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -10px -159px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_002,.wcPopup-content span.wcEmoticon.bg-emot_04_128_002{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -158px -159px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_003,.wcPopup-content span.wcEmoticon.bg-emot_04_128_003{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -306px -159px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_004,.wcPopup-content span.wcEmoticon.bg-emot_04_128_004{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -454px -10px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_005,.wcPopup-content span.wcEmoticon.bg-emot_04_128_005{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -454px -158px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_006,.wcPopup-content span.wcEmoticon.bg-emot_04_128_006{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -10px -307px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_007,.wcPopup-content span.wcEmoticon.bg-emot_04_128_007{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -158px -307px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_008,.wcPopup-content span.wcEmoticon.bg-emot_04_128_008{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -306px -307px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_009,.wcPopup-content span.wcEmoticon.bg-emot_04_128_009{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -454px -307px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_010,.wcPopup-content span.wcEmoticon.bg-emot_04_128_010{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -602px -10px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_011,.wcPopup-content span.wcEmoticon.bg-emot_04_128_011{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -602px -158px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_012,.wcPopup-content span.wcEmoticon.bg-emot_04_128_012{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -602px -306px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_013,.wcPopup-content span.wcEmoticon.bg-emot_04_128_013{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -10px -455px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_014,.wcPopup-content span.wcEmoticon.bg-emot_04_128_014{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -158px -455px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_015,.wcPopup-content span.wcEmoticon.bg-emot_04_128_015{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -306px -455px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_016,.wcPopup-content span.wcEmoticon.bg-emot_04_128_016{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -454px -455px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_017,.wcPopup-content span.wcEmoticon.bg-emot_04_128_017{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -602px -455px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_018,.wcPopup-content span.wcEmoticon.bg-emot_04_128_018{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -750px -10px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_019,.wcPopup-content span.wcEmoticon.bg-emot_04_128_019{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -750px -158px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_020,.wcPopup-content span.wcEmoticon.bg-emot_04_128_020{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -750px -306px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_021,.wcPopup-content span.wcEmoticon.bg-emot_04_128_021{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -750px -454px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_022,.wcPopup-content span.wcEmoticon.bg-emot_04_128_022{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -10px -603px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_023,.wcPopup-content span.wcEmoticon.bg-emot_04_128_023{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -158px -603px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_024,.wcPopup-content span.wcEmoticon.bg-emot_04_128_024{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -306px -603px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_025,.wcPopup-content span.wcEmoticon.bg-emot_04_128_025{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -454px -603px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_026,.wcPopup-content span.wcEmoticon.bg-emot_04_128_026{width:128px;height:129px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -10px -10px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_027,.wcPopup-content span.wcEmoticon.bg-emot_04_128_027{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -602px -603px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_028,.wcPopup-content span.wcEmoticon.bg-emot_04_128_028{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -750px -603px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_029,.wcPopup-content span.wcEmoticon.bg-emot_04_128_029{width:128px;height:129px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -158px -10px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_030,.wcPopup-content span.wcEmoticon.bg-emot_04_128_030{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -898px -10px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_031,.wcPopup-content span.wcEmoticon.bg-emot_04_128_031{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -898px -158px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_032,.wcPopup-content span.wcEmoticon.bg-emot_04_128_032{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -898px -306px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_033,.wcPopup-content span.wcEmoticon.bg-emot_04_128_033{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -898px -454px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_034,.wcPopup-content span.wcEmoticon.bg-emot_04_128_034{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -898px -602px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_035,.wcPopup-content span.wcEmoticon.bg-emot_04_128_035{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -10px -751px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_036,.wcPopup-content span.wcEmoticon.bg-emot_04_128_036{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -158px -751px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_037,.wcPopup-content span.wcEmoticon.bg-emot_04_128_037{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -306px -751px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_038,.wcPopup-content span.wcEmoticon.bg-emot_04_128_038{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -454px -751px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_040,.wcPopup-content span.wcEmoticon.bg-emot_04_128_040{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -602px -751px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_039,.wcPopup-content span.wcEmoticon.bg-emot_04_128_039{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -750px -751px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_041,.wcPopup-content span.wcEmoticon.bg-emot_04_128_041{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -898px -751px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_042,.wcPopup-content span.wcEmoticon.bg-emot_04_128_042{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -1046px -10px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_043,.wcPopup-content span.wcEmoticon.bg-emot_04_128_043{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -1046px -158px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_044,.wcPopup-content span.wcEmoticon.bg-emot_04_128_044{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -1046px -306px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_045,.wcPopup-content span.wcEmoticon.bg-emot_04_128_045{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -1046px -454px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_046,.wcPopup-content span.wcEmoticon.bg-emot_04_128_046{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -1046px -602px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_047,.wcPopup-content span.wcEmoticon.bg-emot_04_128_047{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -1046px -750px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_048,.wcPopup-content span.wcEmoticon.bg-emot_04_128_048{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -10px -899px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_049,.wcPopup-content span.wcEmoticon.bg-emot_04_128_049{width:128px;height:128px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -158px -899px}.wcPopup-content img.wcEmoticon.bg-emot_04_128_050,.wcPopup-content span.wcEmoticon.bg-emot_04_128_050{width:128px;height:129px;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/emoticons/emots_04_128.png) -306px -10px}.wcPopup-content .wcReactionsButtons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:2px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wcPopup-content .wcReactionsButtons .wcReactionsButtonsList{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wcPopup-content .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;outline:0;text-decoration:none}.wcPopup-content .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton.wcReactionButtonActive span{font-weight:700}.wcPopup-content .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton img{margin-right:2px}.wcPopup-content .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton:not(:last-child){margin-right:8px}.wcPopup-content .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton.wcReactionLike img{padding-bottom:2px;height:.8rem}.wcPopup-content .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton.wcReactionLove img{height:.8rem}.wcPopup-content .wcReactionsButtons .wcReactionsButtonsList .wcReactionButton.wcReactionSad img{height:.8rem}.wcPopup-content .wcReactionsButtons .wcTime{margin-left:10px}.wcPopup-content .wcReactionsCounters{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:2px}.wcPopup-content .wcReactionsCounters .wcReactionCounter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wcPopup-content .wcReactionsCounters .wcReactionCounter>span{padding-right:1px;font-size:.9em}.wcPopup-content .wcReactionsCounters .wcReactionCounter:not(:last-child){margin-right:3px}.wcPopup-content .wcReactionsCounters .wcReactionCounter.wcReactionLike img{padding-bottom:4px;height:.8rem}.wcPopup-content .wcReactionsCounters .wcReactionCounter.wcReactionLove img{padding-bottom:1px;height:.8rem}.wcPopup-content .wcReactionsCounters .wcReactionCounter.wcReactionSad img{padding-bottom:1px;height:.8rem}.wcPopup-content .wcReactionsCounters+.wcReactionsButtons{margin-top:0}.wcPopup-content .wcTenor{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.wcPopup-content .wcTenor .wcTenorPowered{color:#888!important}.wcPopup-content .wcTenor .wcTenorSearch{margin:0;background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/search.svg);background-repeat:no-repeat;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;background-position:10px center;padding-left:25px}.wcPopup-content .wcTenor .wcTenorSearch input{width:100%;border:none;outline:0;margin-right:15px;line-height:1em}.wcPopup-content .wcTenor .wcTenorSearch .wcClear{width:35px;height:35px;background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/x.svg);background-position:50%;background-size:contain;cursor:pointer;-webkit-transition:all .2s ease-in;transition:all .2s ease-in}.wcPopup-content .wcTenor .wcTenorResults{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-top:2px}.wcPopup-content .wcTenor .wcTenorResults .wcTenorResultsColumn{width:50%}.wcPopup-content .wcTenor .wcTenorResults .wcTenorResultsColumn a{color:inherit}.wcPopup-content .wcTenor .wcTenorResults .wcTenorResultsColumn img{cursor:pointer;background-color:#90ee90;-webkit-transition:padding 1s;transition:padding 1s;padding:0;border:none;border-radius:0;-webkit-box-shadow:none;box-shadow:none;display:block}.wcPopup-content .wcTenor .wcTenorResults .wcTenorResultsColumn img:hover{border:none;outline:0}[role=tooltip].wcActionsPopup-content{background-color:#f7f7f7;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto}[role=tooltip].wcActionsPopup-content .wcActions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}[role=tooltip].wcActionsPopup-content .wcActions .wcAction{padding:0;width:20px;height:20px;display:inline-block;position:relative;text-decoration:none;border:1px solid #a6a6a6;border-radius:50%;-webkit-transition:all .2s ease-in;transition:all .2s ease-in;font-size:.9%}[role=tooltip].wcActionsPopup-content .wcActions .wcAction:hover{background-color:#dfdfdf}[role=tooltip].wcActionsPopup-content .wcActions .wcAction:focus{outline:0}[role=tooltip].wcActionsPopup-content .wcActions .wcAction:not(:last-child){margin-right:7px}[role=tooltip].wcActionsPopup-content .wcActions .wcApprove{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/approve.svg) no-repeat 50%}[role=tooltip].wcActionsPopup-content .wcActions .wcDelete{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/x.svg) no-repeat 50%}[role=tooltip].wcActionsPopup-content .wcActions .wcEdit{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/edit.svg) no-repeat 50%}[role=tooltip].wcActionsPopup-content .wcActions .wcMute{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/mute.svg) no-repeat 50%}[role=tooltip].wcActionsPopup-content .wcActions .wcBan{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/ban.svg) no-repeat 50%}[role=tooltip].wcActionsPopup-content .wcActions .wcSpam{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/spam.svg) no-repeat 50%}[role=tooltip].wcActionsPopup-content .wcActions .wcReply{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/reply.svg) no-repeat 50%}.wcPopup-overlay.wcEmoticonsPopup-overlay{background:0 0}.wcEmoticonsPopup-content{background-color:#f7f7f7;height:280px;text-align:center;padding:10px 5px}.wcEmoticonsPopup-content .wcAddonsLibrary{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.wcEmoticonsPopup-content .wcAddonsLibrary .wcCategories{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:7px}.wcEmoticonsPopup-content .wcAddonsLibrary .wcCategories .wcCategoryButton{cursor:pointer!important;display:inline-block;width:30px;height:30px;position:relative;overflow:hidden;-webkit-transition:all .2s ease-in;transition:all .2s ease-in;opacity:.4}.wcEmoticonsPopup-content .wcAddonsLibrary .wcCategories .wcCategoryButton.wcEmoticon{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/emoticon.svg) center center no-repeat;background-size:25px}.wcEmoticonsPopup-content .wcAddonsLibrary .wcCategories .wcCategoryButton.wcGIF{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/gif.svg) center center no-repeat;background-size:25px}.wcEmoticonsPopup-content .wcAddonsLibrary .wcCategories .wcCategoryButton.wcCategoryButtonActive,.wcEmoticonsPopup-content .wcAddonsLibrary .wcCategories .wcCategoryButton:hover{opacity:1}.wcEmoticonsPopup-content .wcAddonsLibrary .wcCategory{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.wcEmoticonsPopup-content .wcCategory.wcCategoryEmoticons a{display:inline-block;border:none;line-height:28px;border-radius:50%;text-decoration:none;outline:0}.wcEmoticonsPopup-content .wcCategory.wcCategoryEmoticons a img{border:none;border-radius:0;margin:3px;padding:0;max-width:28px}[role=tooltip].wcColorsPopup-content{background-color:#f7f7f7;width:220px;height:157px;text-align:center;padding:5px 5px;line-height:12px;overflow:hidden}[role=tooltip].wcColorsPopup-content a{display:inline-block;text-decoration:none;outline:0;height:12px;width:12px;border:1px solid #000;margin:2px;cursor:pointer;line-height:12px;border-radius:3px}[role=tooltip].wcColorsPopup-content a:hover{border-color:#a6a6a6}.wcAlertPopup-content{padding:0}@media only screen and (max-width:576px){.wcAlertPopup-content{width:95%}}@media only screen and (min-width:992px){.wcAlertPopup-content{width:26%}}.wcAlertPopup-content .wcHeader{padding:10px;border-bottom:1px solid #dfdfdf;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}.wcAlertPopup-content .wcHeader h5{margin:0;padding:0;font-size:1.1rem}.wcAlertPopup-content .wcHeader .wcClose{display:inline-block;text-decoration:none;outline:0;background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/x.svg) center center no-repeat;background-size:100%;width:42px;height:42px;margin:0;cursor:pointer}.wcAlertPopup-content .wcBody{padding:10px}.wcAlertPopup-content .wcFooter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px;border-top:1px solid #dfdfdf}.wcAlertPopup-content .wcFooter>*{width:auto;display:inline-block;float:none}.wcAlertPopup-content .wcFooter>:not(:last-child){margin-right:10px}.wcAlertPopup-content.wcStreamVideoConfirmation-content .wcBody .wcStreamRequest{text-align:center}.wcAlertPopup-content.wcStreamVideoConfirmation-content .wcBody .wcStreamRequest .wcAvatar{border-radius:5px;max-height:150px;max-width:150px}.wcAlertPopup-content.wcStreamVideoConfirmation-content .wcBody .wcStreamRequest .wcStreamCaller{font-size:1.5em}.wcAlertPopup-content.wcStreamVideoConfirmation-content .wcBody .wcStreamRequest .wcStreamIncomingText{margin-top:15px}.wcAlertPopup-content.wcStreamVideoConfirmation-content .wcFooter{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wcAlertPopup-content.wcStreamVideoConfirmation-content .wcFooter .wcButton{outline:0;padding-top:50px;background-position:center top;background-repeat:no-repeat;background-size:55px;min-width:55px;text-align:center}.wcAlertPopup-content.wcStreamVideoConfirmation-content .wcFooter .wcButton.wcDeclineButton{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/video-calls/video-decline.svg)}.wcAlertPopup-content.wcStreamVideoConfirmation-content .wcFooter .wcButton.wcAcceptButton{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/video-calls/video-accept.svg)}.wcAlertPopup-content.wcStreamVideoConfirmation-content .wcFooter .wcButton:not(:last-child){margin-right:20px}.wcAlertPopup-content.wcStreamVideoConfirmation-content .wcFooter .wcButton:active,.wcAlertPopup-content.wcStreamVideoConfirmation-content .wcFooter .wcButton:focus{text-decoration:none}[role=tooltip].wcInfoWindowPopup-content{background-color:#f7f7f7;width:350px;height:170px;padding:5px 5px;line-height:1.1em}[role=tooltip].wcInfoWindowPopup-content .wcContent{display:-webkit-box;display:-ms-flexbox;display:flex}[role=tooltip].wcInfoWindowPopup-content .wcContent .wcLeft{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}[role=tooltip].wcInfoWindowPopup-content .wcContent .wcLeft img{border-radius:50%;-webkit-box-shadow:none;box-shadow:none;border:none;vertical-align:middle;margin-right:10px;max-width:90px}[role=tooltip].wcInfoWindowPopup-content .wcContent .wcRight{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}[role=tooltip].wcInfoWindowPopup-content .wcContent .wcRight .wcName{font-size:1.1em;outline:0}[role=tooltip].wcInfoWindowPopup-content .wcContent .wcRight .wcDetails{margin-top:5px}[role=tooltip].wcRecentPopup-content{background-color:#f7f7f7;width:400px;height:250px;padding:5px 5px}[role=tooltip].wcRecentPopup-content .wcRecentTrigger{cursor:pointer;position:relative;display:inline-block;background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/recent-chats-inactive.svg) center center no-repeat;width:36px;height:36px;-webkit-transition:all .2s ease-in;transition:all .2s ease-in}[role=tooltip].wcRecentPopup-content .wcRecentTrigger.wcOpen{background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/recent-chats.svg) center center no-repeat}[role=tooltip].wcRecentPopup-content .wcRecentTrigger:hover{background-color:#f7f7f7}[role=tooltip].wcRecentPopup-content .wcRecentTrigger span{cursor:pointer;color:#fff;background-color:red;font-size:.5em;line-height:1.3em;display:inline-block;border-radius:50%;text-align:center;position:absolute;right:4px;top:8px;min-width:18px;height:18px;padding:1px 3px;-webkit-transform:translateX(50%) translateY(-50%);transform:translateX(50%) translateY(-50%)}[role=tooltip].wcRecentPopup-content .wcRecentChats{height:100%;line-height:1.1em}[role=tooltip].wcRecentPopup-content .wcRecentChats .wcHeader{padding:10px 0 5px 0}[role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent{cursor:pointer;padding:10px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}[role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent img.wcRecentChatAvatar{max-width:2em;margin:0 10px 2px 0;border-radius:50%;-webkit-box-shadow:none;box-shadow:none;border:none;display:inline-block;vertical-align:middle;-ms-flex-negative:0;flex-shrink:0}[role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent .wcStatus{margin-right:7px}[role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent .wcRight{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}[role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent .wcRight .wcHead{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:5px}[role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent .wcRight .wcHead .wcName{font-weight:700}[role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent .wcRight .wcHead .wcTime>span{font-size:.8em;color:#a6a6a6}[role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent .wcRight .wcHead .wcTime>span:not(:last-child){margin-right:3px}[role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent .wcRight .wcText{overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;-ms-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}[role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent .wcRight .wcText .wcEmoticon,[role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent .wcRight .wcText .wcImage{max-height:35px;max-width:35px;border-radius:5px;-webkit-box-shadow:none;box-shadow:none;border:none;display:inline-block;vertical-align:middle;margin-bottom:4px}[role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent.wcUnread{background-color:rgba(0,193,121,.05)}[role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent.wcUnread:hover{background-color:rgba(0,193,121,.1)}[role=tooltip].wcRecentPopup-content .wcRecentChats .wcRecent.wcRead:hover{background-color:#f1f1f1}[role=tooltip].wcRecentPopup-content .wcRecentChats>.wcRecent:not(:last-child){border-bottom:1px solid #dfdfdf}[role=tooltip].wcReactionsPopup-content{background-color:#f7f7f7;width:auto;padding:5px 5px}.wcDebugPopup-content .wcDebugPopupBody{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.wcDebugPopup-content .wcDebugPopupBody .wcLogs{overflow-y:auto;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border:1px solid #dfdfdf;padding:5px}.wcDebugPopup-content .wcDebugPopupBody .wcFooter{padding-top:10px;text-align:right}[role=dialog].wcPopup-content.wcLightgrayTheme-content,[role=tooltip].wcPopup-content.wcLightgrayTheme-content{border-color:#e1e8ed;-webkit-box-shadow:0 0 15px rgba(60,60,60,.2);box-shadow:0 0 15px rgba(60,60,60,.2);border-radius:15px;overflow:hidden}[role=dialog].wcPopup-content.wcLightgrayTheme-content,[role=dialog].wcPopup-content.wcLightgrayTheme-content *,[role=tooltip].wcPopup-content.wcLightgrayTheme-content,[role=tooltip].wcPopup-content.wcLightgrayTheme-content *{font:13px/22px 'Maven Pro',sans-serif;color:#151618}[role=dialog].wcPopup-content.wcLightgrayTheme-content a,[role=tooltip].wcPopup-content.wcLightgrayTheme-content a{color:#00d5ff;-webkit-box-shadow:none;box-shadow:none}[role=dialog].wcPopup-content.wcLightgrayTheme-content button:not(.wcFunctional),[role=dialog].wcPopup-content.wcLightgrayTheme-content button:not(.wcFunctional):active,[role=dialog].wcPopup-content.wcLightgrayTheme-content button:not(.wcFunctional):focus,[role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=button],[role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=button]:active,[role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=button]:focus,[role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=submit],[role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=submit]:active,[role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=submit]:focus,[role=tooltip].wcPopup-content.wcLightgrayTheme-content button:not(.wcFunctional),[role=tooltip].wcPopup-content.wcLightgrayTheme-content button:not(.wcFunctional):active,[role=tooltip].wcPopup-content.wcLightgrayTheme-content button:not(.wcFunctional):focus,[role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=button],[role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=button]:active,[role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=button]:focus,[role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=submit],[role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=submit]:active,[role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=submit]:focus{border-radius:15px!important;background-image:none;background-repeat:no-repeat;border:0!important;color:#fff!important;padding:5px 20px!important;-webkit-box-shadow:none;box-shadow:none;font-weight:400!important;line-height:20px!important;height:40px;outline:0;min-height:40px!important;background:#00d5ff!important;background:-webkit-gradient(linear,left top,left bottom,from(#00d5ff),to(#00bdde))!important;background:linear-gradient(to bottom,#00d5ff 0,#00bdde 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d5ff', endColorstr='#00bdde', GradientType=0 )!important;text-transform:none!important;-webkit-transition:all 250ms cubic-bezier(.62,.155,.47,.86);transition:all 250ms cubic-bezier(.62,.155,.47,.86)}[role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=password],[role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=text],[role=dialog].wcPopup-content.wcLightgrayTheme-content textarea,[role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=password],[role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=text],[role=tooltip].wcPopup-content.wcLightgrayTheme-content textarea{height:40px;line-height:40px;-webkit-box-shadow:none;box-shadow:none;background-color:#fff;color:#111;border-radius:15px;margin:0;outline:0 none;padding:4px 4px 4px 15px;border:none}[role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=password]:focus,[role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=text]:focus,[role=dialog].wcPopup-content.wcLightgrayTheme-content textarea:focus,[role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=password]:focus,[role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=text]:focus,[role=tooltip].wcPopup-content.wcLightgrayTheme-content textarea:focus{background-color:#fff;border:none}[role=dialog].wcPopup-content.wcLightgrayTheme-content ::-webkit-input-placeholder,[role=tooltip].wcPopup-content.wcLightgrayTheme-content ::-webkit-input-placeholder{color:#66696e;font-family:'Maven Pro',sans-serif}[role=dialog].wcPopup-content.wcLightgrayTheme-content ::-moz-placeholder,[role=tooltip].wcPopup-content.wcLightgrayTheme-content ::-moz-placeholder{color:#66696e;font-family:'Maven Pro',sans-serif}[role=dialog].wcPopup-content.wcLightgrayTheme-content :-ms-input-placeholder,[role=tooltip].wcPopup-content.wcLightgrayTheme-content :-ms-input-placeholder{color:#66696e;font-family:'Maven Pro',sans-serif}[role=dialog].wcPopup-content.wcLightgrayTheme-content ::-ms-input-placeholder,[role=tooltip].wcPopup-content.wcLightgrayTheme-content ::-ms-input-placeholder{color:#66696e;font-family:'Maven Pro',sans-serif}[role=dialog].wcPopup-content.wcLightgrayTheme-content ::placeholder,[role=tooltip].wcPopup-content.wcLightgrayTheme-content ::placeholder{color:#66696e;font-family:'Maven Pro',sans-serif}[role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=button].wcSubmit,[role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=button].wcSubmit{border-radius:0 15px 15px 0!important}[role=dialog].wcPopup-content.wcLightgrayTheme-content progress,[role=dialog].wcPopup-content.wcLightgrayTheme-content progress[role][aria-valuenow],[role=tooltip].wcPopup-content.wcLightgrayTheme-content progress,[role=tooltip].wcPopup-content.wcLightgrayTheme-content progress[role][aria-valuenow]{background:#b8bcc4!important}[role=dialog].wcPopup-content.wcLightgrayTheme-content progress::-webkit-progress-bar,[role=tooltip].wcPopup-content.wcLightgrayTheme-content progress::-webkit-progress-bar{background:#b8bcc4}[role=dialog].wcPopup-content.wcLightgrayTheme-content progress,[role=tooltip].wcPopup-content.wcLightgrayTheme-content progress{color:#00d5ff}[role=dialog].wcPopup-content.wcLightgrayTheme-content progress::-moz-progress-bar,[role=tooltip].wcPopup-content.wcLightgrayTheme-content progress::-moz-progress-bar{background:#00d5ff}[role=dialog].wcPopup-content.wcLightgrayTheme-content progress::-webkit-progress-value,[role=tooltip].wcPopup-content.wcLightgrayTheme-content progress::-webkit-progress-value{background:#00d5ff}[role=dialog].wcPopup-content.wcLightgrayTheme-content progress[aria-valuenow]:before,[role=tooltip].wcPopup-content.wcLightgrayTheme-content progress[aria-valuenow]:before{background:#00d5ff}@media screen and (-webkit-min-device-pixel-ratio:0){[role=dialog].wcPopup-content.wcLightgrayTheme-content * button,[role=dialog].wcPopup-content.wcLightgrayTheme-content * input,[role=dialog].wcPopup-content.wcLightgrayTheme-content * select,[role=dialog].wcPopup-content.wcLightgrayTheme-content * textarea,[role=tooltip].wcPopup-content.wcLightgrayTheme-content * button,[role=tooltip].wcPopup-content.wcLightgrayTheme-content * input,[role=tooltip].wcPopup-content.wcLightgrayTheme-content * select,[role=tooltip].wcPopup-content.wcLightgrayTheme-content * textarea{font-size:16px}}[role=dialog].wcPopup-content.wcLightgrayTheme-content .wcErrorBox,[role=tooltip].wcPopup-content.wcLightgrayTheme-content .wcErrorBox{border-radius:5px;background-color:#ffe9e9;border:none}[role=dialog].wcPopup-content.wcLightgrayTheme-content>.wcBody,[role=tooltip].wcPopup-content.wcLightgrayTheme-content>.wcBody{background-color:#fff!important;padding-top:20px;padding-bottom:20px}[role=dialog].wcPopup-content.wcLightgrayTheme-content>.wcFooter,[role=dialog].wcPopup-content.wcLightgrayTheme-content>.wcHeader,[role=tooltip].wcPopup-content.wcLightgrayTheme-content>.wcFooter,[role=tooltip].wcPopup-content.wcLightgrayTheme-content>.wcHeader{background:#f1f1f1!important;border:none}[role=dialog].wcPopup-content.wcLightgrayTheme-content>.wcHeader,[role=tooltip].wcPopup-content.wcLightgrayTheme-content>.wcHeader{color:#151618}[role=dialog].wcPopup-content.wcLightgrayTheme-content>.wcHeader h5,[role=tooltip].wcPopup-content.wcLightgrayTheme-content>.wcHeader h5{font-size:1.1em;font-weight:700}[role=dialog].wcPopup-content.wcLightgrayTheme-content>.wcFooter .wcButton,[role=tooltip].wcPopup-content.wcLightgrayTheme-content>.wcFooter .wcButton{color:#151618}[role=dialog].wcPopup-content.wcLightgrayTheme-content .wcRecentChats .wcHeader,[role=tooltip].wcPopup-content.wcLightgrayTheme-content .wcRecentChats .wcHeader{font-size:1.1em;font-weight:700;color:#444}[role=dialog].wcPopup-content.wcLightgrayTheme-content .wcRecentChats .wcRecent .wcRight .wcHead,[role=tooltip].wcPopup-content.wcLightgrayTheme-content .wcRecentChats .wcRecent .wcRight .wcHead{margin-bottom:0}[role=dialog].wcPopup-content.wcLightgrayTheme-content .wcRecentChats .wcRecent .wcRight .wcHead .wcName,[role=tooltip].wcPopup-content.wcLightgrayTheme-content .wcRecentChats .wcRecent .wcRight .wcHead .wcName{color:#444}.wcActionsPopup-content.wcLightgrayTheme-content{border-radius:15px}.wcActionsPopup-content.wcLightgrayTheme-content .wcActions .wcAction{border-color:#b8bcc4}.wcActionsPopup-content.wcLightgrayTheme-content .wcActions .wcAction:hover{background-color:rgba(9,193,121,.15)}.wcActionsPopup-content.wcLightgrayTheme-content .wcActions .wcApprove{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/lightgray/gfx/approve.svg) no-repeat 50%}.wcActionsPopup-content.wcLightgrayTheme-content .wcActions .wcDelete{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/lightgray/gfx/x.svg) no-repeat 50%}.wcActionsPopup-content.wcLightgrayTheme-content .wcActions .wcEdit{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/lightgray/gfx/edit.svg) no-repeat 50%}.wcActionsPopup-content.wcLightgrayTheme-content .wcActions .wcMute{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/lightgray/gfx/mute.svg) no-repeat 50%}.wcActionsPopup-content.wcLightgrayTheme-content .wcActions .wcBan{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/lightgray/gfx/ban.svg) no-repeat 50%}.wcActionsPopup-content.wcLightgrayTheme-content .wcActions .wcSpam{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/lightgray/gfx/spam.svg) no-repeat 50%}.wcActionsPopup-content.wcLightgrayTheme-content .wcActions .wcReply{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/lightgray/gfx/reply.svg) no-repeat 50%}.wcEmoticonsPopup-content.wcLightgrayTheme-content .wcCategory.wcCategoryGIFs .wcTenor .wcTenorSearch{border-radius:15px}.wcInfoWindowPopup-content.wcLightgrayTheme-content{background:#fff!important;height:120px}.wcInfoWindowPopup-content.wcLightgrayTheme-content .wcContent .wcRight .wcName{font-size:1.3em;text-decoration:none}.wcRecentEmpty-content.wcLightgrayTheme-content{height:50px}.wcRecentEmpty-content.wcLightgrayTheme-content .wcRecentChats{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}[role=dialog].wcPopup-content.wcColddarkTheme-content,[role=tooltip].wcPopup-content.wcColddarkTheme-content{background-color:#26323e;border-color:#2e3b49;-webkit-box-shadow:0 0 15px #000;box-shadow:0 0 15px #000;border-radius:5px;overflow:hidden}[role=dialog].wcPopup-content.wcColddarkTheme-content,[role=dialog].wcPopup-content.wcColddarkTheme-content *,[role=tooltip].wcPopup-content.wcColddarkTheme-content,[role=tooltip].wcPopup-content.wcColddarkTheme-content *{font:13px/22px 'Maven Pro',sans-serif;color:#cad6e2}[role=dialog].wcPopup-content.wcColddarkTheme-content a,[role=tooltip].wcPopup-content.wcColddarkTheme-content a{color:#24b4ff;-webkit-box-shadow:none;box-shadow:none}[role=dialog].wcPopup-content.wcColddarkTheme-content button:not(.wcFunctional),[role=dialog].wcPopup-content.wcColddarkTheme-content button:not(.wcFunctional):active,[role=dialog].wcPopup-content.wcColddarkTheme-content button:not(.wcFunctional):focus,[role=dialog].wcPopup-content.wcColddarkTheme-content input[type=button],[role=dialog].wcPopup-content.wcColddarkTheme-content input[type=button]:active,[role=dialog].wcPopup-content.wcColddarkTheme-content input[type=button]:focus,[role=dialog].wcPopup-content.wcColddarkTheme-content input[type=submit],[role=dialog].wcPopup-content.wcColddarkTheme-content input[type=submit]:active,[role=dialog].wcPopup-content.wcColddarkTheme-content input[type=submit]:focus,[role=tooltip].wcPopup-content.wcColddarkTheme-content button:not(.wcFunctional),[role=tooltip].wcPopup-content.wcColddarkTheme-content button:not(.wcFunctional):active,[role=tooltip].wcPopup-content.wcColddarkTheme-content button:not(.wcFunctional):focus,[role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=button],[role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=button]:active,[role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=button]:focus,[role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=submit],[role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=submit]:active,[role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=submit]:focus{border-radius:15px!important;background-image:none;background-repeat:no-repeat;border:0!important;color:#fff!important;padding:5px 20px!important;-webkit-box-shadow:none;box-shadow:none;font-weight:400!important;line-height:20px!important;height:40px;outline:0;min-height:40px!important;background:#24b4ff!important;background:-webkit-gradient(linear,left top,left bottom,from(#24b4ff),to(#0095e2))!important;background:linear-gradient(to bottom,#24b4ff 0,#0095e2 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#24b4ff', endColorstr='#0095e2', GradientType=0 )!important;text-transform:none!important;-webkit-transition:all 250ms cubic-bezier(.62,.155,.47,.86);transition:all 250ms cubic-bezier(.62,.155,.47,.86)}[role=dialog].wcPopup-content.wcColddarkTheme-content button:not(.wcFunctional):hover,[role=dialog].wcPopup-content.wcColddarkTheme-content input[type=button]:hover,[role=dialog].wcPopup-content.wcColddarkTheme-content input[type=submit]:hover,[role=tooltip].wcPopup-content.wcColddarkTheme-content button:not(.wcFunctional):hover,[role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=button]:hover,[role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=submit]:hover{background:#57d6ff!important;background:-webkit-gradient(linear,left top,left bottom,from(#57d6ff),to(#24b4ff))!important;background:linear-gradient(to bottom,#57d6ff 0,#24b4ff 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#57d6ff', endColorstr='#24b4ff', GradientType=0 )!important;-webkit-box-shadow:none!important;box-shadow:none!important;font-weight:400!important}[role=dialog].wcPopup-content.wcColddarkTheme-content input[type=password],[role=dialog].wcPopup-content.wcColddarkTheme-content input[type=text],[role=dialog].wcPopup-content.wcColddarkTheme-content textarea,[role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=password],[role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=text],[role=tooltip].wcPopup-content.wcColddarkTheme-content textarea{height:40px;font-size:1em;line-height:40px;-webkit-box-shadow:none;box-shadow:none;background-color:#ecf3fb;border-radius:15px;margin:0;outline:0 none;padding:4px;padding-left:15px;border:1px solid transparent;color:#1a212b}[role=dialog].wcPopup-content.wcColddarkTheme-content input[type=password]:focus,[role=dialog].wcPopup-content.wcColddarkTheme-content input[type=text]:focus,[role=dialog].wcPopup-content.wcColddarkTheme-content textarea:focus,[role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=password]:focus,[role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=text]:focus,[role=tooltip].wcPopup-content.wcColddarkTheme-content textarea:focus{background-color:#fff;border:1px solid transparent}[role=dialog].wcPopup-content.wcColddarkTheme-content ::-webkit-input-placeholder,[role=tooltip].wcPopup-content.wcColddarkTheme-content ::-webkit-input-placeholder{color:#465767;font-family:'Maven Pro',sans-serif}[role=dialog].wcPopup-content.wcColddarkTheme-content ::-moz-placeholder,[role=tooltip].wcPopup-content.wcColddarkTheme-content ::-moz-placeholder{color:#465767;font-family:'Maven Pro',sans-serif}[role=dialog].wcPopup-content.wcColddarkTheme-content :-ms-input-placeholder,[role=tooltip].wcPopup-content.wcColddarkTheme-content :-ms-input-placeholder{color:#465767;font-family:'Maven Pro',sans-serif}[role=dialog].wcPopup-content.wcColddarkTheme-content ::-ms-input-placeholder,[role=tooltip].wcPopup-content.wcColddarkTheme-content ::-ms-input-placeholder{color:#465767;font-family:'Maven Pro',sans-serif}[role=dialog].wcPopup-content.wcColddarkTheme-content ::placeholder,[role=tooltip].wcPopup-content.wcColddarkTheme-content ::placeholder{color:#465767;font-family:'Maven Pro',sans-serif}[role=dialog].wcPopup-content.wcColddarkTheme-content progress,[role=dialog].wcPopup-content.wcColddarkTheme-content progress[role][aria-valuenow],[role=tooltip].wcPopup-content.wcColddarkTheme-content progress,[role=tooltip].wcPopup-content.wcColddarkTheme-content progress[role][aria-valuenow]{background:#5c6d7f!important}[role=dialog].wcPopup-content.wcColddarkTheme-content progress::-webkit-progress-bar,[role=tooltip].wcPopup-content.wcColddarkTheme-content progress::-webkit-progress-bar{background:#5c6d7f}[role=dialog].wcPopup-content.wcColddarkTheme-content progress,[role=tooltip].wcPopup-content.wcColddarkTheme-content progress{color:#24b4ff}[role=dialog].wcPopup-content.wcColddarkTheme-content progress::-moz-progress-bar,[role=tooltip].wcPopup-content.wcColddarkTheme-content progress::-moz-progress-bar{background:#24b4ff}[role=dialog].wcPopup-content.wcColddarkTheme-content progress::-webkit-progress-value,[role=tooltip].wcPopup-content.wcColddarkTheme-content progress::-webkit-progress-value{background:#24b4ff}[role=dialog].wcPopup-content.wcColddarkTheme-content progress[aria-valuenow]:before,[role=tooltip].wcPopup-content.wcColddarkTheme-content progress[aria-valuenow]:before{background:#24b4ff}@media screen and (-webkit-min-device-pixel-ratio:0){[role=dialog].wcPopup-content.wcColddarkTheme-content * button,[role=dialog].wcPopup-content.wcColddarkTheme-content * input,[role=dialog].wcPopup-content.wcColddarkTheme-content * select,[role=dialog].wcPopup-content.wcColddarkTheme-content * textarea,[role=tooltip].wcPopup-content.wcColddarkTheme-content * button,[role=tooltip].wcPopup-content.wcColddarkTheme-content * input,[role=tooltip].wcPopup-content.wcColddarkTheme-content * select,[role=tooltip].wcPopup-content.wcColddarkTheme-content * textarea{font-size:16px}}[role=dialog].wcPopup-content.wcColddarkTheme-content .wcErrorBox,[role=tooltip].wcPopup-content.wcColddarkTheme-content .wcErrorBox{color:#26323e;background-color:#ffe9e9;border-radius:5px;border:none}[role=dialog].wcPopup-content.wcColddarkTheme-content *,[role=tooltip].wcPopup-content.wcColddarkTheme-content *{color:#cad6e2}[role=dialog].wcPopup-content.wcColddarkTheme-content>.wcBody,[role=tooltip].wcPopup-content.wcColddarkTheme-content>.wcBody{background-color:#202a35;padding-top:20px;padding-bottom:20px;color:#cad6e2}[role=dialog].wcPopup-content.wcColddarkTheme-content>.wcFooter,[role=dialog].wcPopup-content.wcColddarkTheme-content>.wcHeader,[role=tooltip].wcPopup-content.wcColddarkTheme-content>.wcFooter,[role=tooltip].wcPopup-content.wcColddarkTheme-content>.wcHeader{background-color:#1a212b;border:none}[role=dialog].wcPopup-content.wcColddarkTheme-content>.wcHeader,[role=tooltip].wcPopup-content.wcColddarkTheme-content>.wcHeader{color:#151618;border-bottom:1px solid #26323e}[role=dialog].wcPopup-content.wcColddarkTheme-content>.wcHeader h5,[role=tooltip].wcPopup-content.wcColddarkTheme-content>.wcHeader h5{font-size:1.1em;font-weight:700;text-transform:uppercase;color:#fff}[role=dialog].wcPopup-content.wcColddarkTheme-content>.wcFooter,[role=tooltip].wcPopup-content.wcColddarkTheme-content>.wcFooter{border-top:1px solid #26323e}[role=dialog].wcPopup-content.wcColddarkTheme-content>.wcFooter .wcButton,[role=tooltip].wcPopup-content.wcColddarkTheme-content>.wcFooter .wcButton{color:#cad6e2}[role=dialog].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcHeader,[role=tooltip].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcHeader{font-size:1.1em;color:#fff}[role=dialog].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcHeader,[role=tooltip].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcHeader{margin-left:7px}[role=dialog].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcRecent,[role=tooltip].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcRecent{border-radius:5px}[role=dialog].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcRecent:hover,[role=tooltip].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcRecent:hover{background-color:#364553}[role=dialog].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcRecent.wcUnread,[role=tooltip].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcRecent.wcUnread{background-color:rgba(0,193,121,.05)}[role=dialog].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcRecent.wcUnread:hover,[role=tooltip].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcRecent.wcUnread:hover{background-color:rgba(0,193,121,.1)}[role=dialog].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcRecent .wcRight .wcHead,[role=tooltip].wcPopup-content.wcColddarkTheme-content .wcRecentChats .wcRecent .wcRight .wcHead{margin-bottom:0}.wcActionsPopup-content.wcColddarkTheme-content{border-radius:5px}.wcActionsPopup-content.wcColddarkTheme-content .wcActions .wcAction{border-color:#465767}.wcActionsPopup-content.wcColddarkTheme-content .wcActions .wcAction:hover{background-color:#1a212b}.wcActionsPopup-content.wcColddarkTheme-content .wcActions .wcApprove{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/colddark/gfx/approve.svg) no-repeat 50%}.wcActionsPopup-content.wcColddarkTheme-content .wcActions .wcDelete{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/colddark/gfx/x.svg) no-repeat 50%}.wcActionsPopup-content.wcColddarkTheme-content .wcActions .wcEdit{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/colddark/gfx/edit.svg) no-repeat 50%}.wcActionsPopup-content.wcColddarkTheme-content .wcActions .wcMute{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/colddark/gfx/mute.svg) no-repeat 50%}.wcActionsPopup-content.wcColddarkTheme-content .wcActions .wcBan{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/colddark/gfx/ban.svg) no-repeat 50%}.wcActionsPopup-content.wcColddarkTheme-content .wcActions .wcSpam{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/colddark/gfx/spam.svg) no-repeat 50%}.wcActionsPopup-content.wcColddarkTheme-content .wcActions .wcReply{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/colddark/gfx/reply.svg) no-repeat 50%}.wcEmoticonsPopup-content.wcColddarkTheme-content .wcCategory.wcCategoryEmoticons a{border:1px solid transparent}.wcEmoticonsPopup-content.wcColddarkTheme-content .wcCategory.wcCategoryEmoticons a:hover{background:#465767;border-color:#465767}.wcEmoticonsPopup-content.wcColddarkTheme-content .wcCategory.wcCategoryGIFs .wcTenor .wcTenorSearch{border-radius:15px}.wcColorsPopup-content.wcColddarkTheme-content a{border-color:#7593aa}.wcInfoWindowPopup-content.wcColddarkTheme-content{height:120px}.wcInfoWindowPopup-content.wcColddarkTheme-content .wcContent .wcRight .wcName{font-size:1.3em;text-decoration:none}.wcRecentEmpty-content.wcColddarkTheme-content{height:50px}.wcRecentEmpty-content.wcColddarkTheme-content .wcRecentChats{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}[role=dialog].wcPopup-content.wcAirflowTheme-content,[role=tooltip].wcPopup-content.wcAirflowTheme-content{border-color:#e1e8ed;-webkit-box-shadow:2px 2px 15px rgba(60,60,60,.1);box-shadow:2px 2px 15px rgba(60,60,60,.1);border-radius:15px;overflow:hidden}[role=dialog].wcPopup-content.wcAirflowTheme-content,[role=dialog].wcPopup-content.wcAirflowTheme-content *,[role=tooltip].wcPopup-content.wcAirflowTheme-content,[role=tooltip].wcPopup-content.wcAirflowTheme-content *{font:13px/22px 'Maven Pro',sans-serif;color:#0e2849}[role=dialog].wcPopup-content.wcAirflowTheme-content a,[role=tooltip].wcPopup-content.wcAirflowTheme-content a{color:#119bd4;-webkit-box-shadow:none;box-shadow:none}[role=dialog].wcPopup-content.wcAirflowTheme-content button:not(.wcFunctional),[role=dialog].wcPopup-content.wcAirflowTheme-content button:not(.wcFunctional):active,[role=dialog].wcPopup-content.wcAirflowTheme-content button:not(.wcFunctional):focus,[role=dialog].wcPopup-content.wcAirflowTheme-content input[type=button],[role=dialog].wcPopup-content.wcAirflowTheme-content input[type=button]:active,[role=dialog].wcPopup-content.wcAirflowTheme-content input[type=button]:focus,[role=dialog].wcPopup-content.wcAirflowTheme-content input[type=submit],[role=dialog].wcPopup-content.wcAirflowTheme-content input[type=submit]:active,[role=dialog].wcPopup-content.wcAirflowTheme-content input[type=submit]:focus,[role=tooltip].wcPopup-content.wcAirflowTheme-content button:not(.wcFunctional),[role=tooltip].wcPopup-content.wcAirflowTheme-content button:not(.wcFunctional):active,[role=tooltip].wcPopup-content.wcAirflowTheme-content button:not(.wcFunctional):focus,[role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=button],[role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=button]:active,[role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=button]:focus,[role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=submit],[role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=submit]:active,[role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=submit]:focus{border-radius:15px!important;background-image:none;background-repeat:no-repeat;border:0!important;color:#fff!important;padding:5px 20px!important;-webkit-box-shadow:none;box-shadow:none;font-weight:400!important;line-height:20px!important;height:40px;outline:0;min-height:40px!important;background:#0194d2!important;background:-webkit-gradient(linear,left top,left bottom,from(#0194d2),to(#0081b7))!important;background:linear-gradient(to bottom,#0194d2 0,#0081b7 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0194d2', endColorstr='#0081b7', GradientType=0 )!important;text-transform:none!important;-webkit-transition:all 250ms cubic-bezier(.62,.155,.47,.86);transition:all 250ms cubic-bezier(.62,.155,.47,.86)}[role=dialog].wcPopup-content.wcAirflowTheme-content button:not(.wcFunctional):hover,[role=dialog].wcPopup-content.wcAirflowTheme-content input[type=button]:hover,[role=dialog].wcPopup-content.wcAirflowTheme-content input[type=submit]:hover,[role=tooltip].wcPopup-content.wcAirflowTheme-content button:not(.wcFunctional):hover,[role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=button]:hover,[role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=submit]:hover{background:#01567a!important;background:-webkit-gradient(linear,left top,left bottom,from(#01567a),to(#024460))!important;background:linear-gradient(to bottom,#01567a 0,#024460 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01567a', endColorstr='#024460', GradientType=0 )!important;-webkit-box-shadow:none!important;box-shadow:none!important;font-weight:400!important}[role=dialog].wcPopup-content.wcAirflowTheme-content input[type=password],[role=dialog].wcPopup-content.wcAirflowTheme-content input[type=text],[role=dialog].wcPopup-content.wcAirflowTheme-content textarea,[role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=password],[role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=text],[role=tooltip].wcPopup-content.wcAirflowTheme-content textarea{height:40px;font-size:1em;line-height:40px;-webkit-box-shadow:none;box-shadow:none;background-color:#fff;border-radius:15px;margin:0;outline:0 none;padding:4px;padding-left:15px;border:1px solid transparent}[role=dialog].wcPopup-content.wcAirflowTheme-content input[type=password]:focus,[role=dialog].wcPopup-content.wcAirflowTheme-content input[type=text]:focus,[role=dialog].wcPopup-content.wcAirflowTheme-content textarea:focus,[role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=password]:focus,[role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=text]:focus,[role=tooltip].wcPopup-content.wcAirflowTheme-content textarea:focus{background-color:#fff;border:1px solid transparent}[role=dialog].wcPopup-content.wcAirflowTheme-content ::-webkit-input-placeholder,[role=tooltip].wcPopup-content.wcAirflowTheme-content ::-webkit-input-placeholder{color:#afb1b8;font-family:'Maven Pro',sans-serif}[role=dialog].wcPopup-content.wcAirflowTheme-content ::-moz-placeholder,[role=tooltip].wcPopup-content.wcAirflowTheme-content ::-moz-placeholder{color:#afb1b8;font-family:'Maven Pro',sans-serif}[role=dialog].wcPopup-content.wcAirflowTheme-content :-ms-input-placeholder,[role=tooltip].wcPopup-content.wcAirflowTheme-content :-ms-input-placeholder{color:#afb1b8;font-family:'Maven Pro',sans-serif}[role=dialog].wcPopup-content.wcAirflowTheme-content ::-ms-input-placeholder,[role=tooltip].wcPopup-content.wcAirflowTheme-content ::-ms-input-placeholder{color:#afb1b8;font-family:'Maven Pro',sans-serif}[role=dialog].wcPopup-content.wcAirflowTheme-content ::placeholder,[role=tooltip].wcPopup-content.wcAirflowTheme-content ::placeholder{color:#afb1b8;font-family:'Maven Pro',sans-serif}[role=dialog].wcPopup-content.wcAirflowTheme-content input[type=button].wcSubmit,[role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=button].wcSubmit{border-radius:15px!important}[role=dialog].wcPopup-content.wcAirflowTheme-content progress,[role=dialog].wcPopup-content.wcAirflowTheme-content progress[role][aria-valuenow],[role=tooltip].wcPopup-content.wcAirflowTheme-content progress,[role=tooltip].wcPopup-content.wcAirflowTheme-content progress[role][aria-valuenow]{background:#d7dfe3!important}[role=dialog].wcPopup-content.wcAirflowTheme-content progress::-webkit-progress-bar,[role=tooltip].wcPopup-content.wcAirflowTheme-content progress::-webkit-progress-bar{background:#d7dfe3}[role=dialog].wcPopup-content.wcAirflowTheme-content progress,[role=tooltip].wcPopup-content.wcAirflowTheme-content progress{color:#0194d2}[role=dialog].wcPopup-content.wcAirflowTheme-content progress::-moz-progress-bar,[role=tooltip].wcPopup-content.wcAirflowTheme-content progress::-moz-progress-bar{background:#0194d2}[role=dialog].wcPopup-content.wcAirflowTheme-content progress::-webkit-progress-value,[role=tooltip].wcPopup-content.wcAirflowTheme-content progress::-webkit-progress-value{background:#0194d2}[role=dialog].wcPopup-content.wcAirflowTheme-content progress[aria-valuenow]:before,[role=tooltip].wcPopup-content.wcAirflowTheme-content progress[aria-valuenow]:before{background:#0194d2}@media screen and (-webkit-min-device-pixel-ratio:0){[role=dialog].wcPopup-content.wcAirflowTheme-content * button,[role=dialog].wcPopup-content.wcAirflowTheme-content * input,[role=dialog].wcPopup-content.wcAirflowTheme-content * select,[role=dialog].wcPopup-content.wcAirflowTheme-content * textarea,[role=tooltip].wcPopup-content.wcAirflowTheme-content * button,[role=tooltip].wcPopup-content.wcAirflowTheme-content * input,[role=tooltip].wcPopup-content.wcAirflowTheme-content * select,[role=tooltip].wcPopup-content.wcAirflowTheme-content * textarea{font-size:16px}}[role=dialog].wcPopup-content.wcAirflowTheme-content .wcErrorBox,[role=tooltip].wcPopup-content.wcAirflowTheme-content .wcErrorBox{border-radius:5px;background-color:#ffe9e9;border:none}[role=dialog].wcPopup-content.wcAirflowTheme-content>.wcBody,[role=tooltip].wcPopup-content.wcAirflowTheme-content>.wcBody{background-color:#fff!important;padding-top:20px;padding-bottom:20px}[role=dialog].wcPopup-content.wcAirflowTheme-content>.wcFooter,[role=dialog].wcPopup-content.wcAirflowTheme-content>.wcHeader,[role=tooltip].wcPopup-content.wcAirflowTheme-content>.wcFooter,[role=tooltip].wcPopup-content.wcAirflowTheme-content>.wcHeader{background:#e9eef0!important;border:none}[role=dialog].wcPopup-content.wcAirflowTheme-content>.wcHeader,[role=tooltip].wcPopup-content.wcAirflowTheme-content>.wcHeader{color:#151618}[role=dialog].wcPopup-content.wcAirflowTheme-content>.wcHeader h5,[role=tooltip].wcPopup-content.wcAirflowTheme-content>.wcHeader h5{font-size:1.1em;text-transform:uppercase}[role=dialog].wcPopup-content.wcAirflowTheme-content>.wcHeader .wcClose,[role=tooltip].wcPopup-content.wcAirflowTheme-content>.wcHeader .wcClose{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/airflow/gfx/x.svg)}[role=dialog].wcPopup-content.wcAirflowTheme-content .wcFooter .wcButton,[role=tooltip].wcPopup-content.wcAirflowTheme-content .wcFooter .wcButton{color:#0e2849}[role=dialog].wcPopup-content.wcAirflowTheme-content .wcRecentChats .wcHeader,[role=tooltip].wcPopup-content.wcAirflowTheme-content .wcRecentChats .wcHeader{font-size:1.1em;font-weight:700;color:#444}[role=dialog].wcPopup-content.wcAirflowTheme-content .wcRecentChats .wcRecent:hover,[role=tooltip].wcPopup-content.wcAirflowTheme-content .wcRecentChats .wcRecent:hover{background-color:#d1e6ef}[role=dialog].wcPopup-content.wcAirflowTheme-content .wcRecentChats .wcRecent .wcRight .wcHead,[role=tooltip].wcPopup-content.wcAirflowTheme-content .wcRecentChats .wcRecent .wcRight .wcHead{margin-bottom:0}[role=dialog].wcPopup-content.wcAirflowTheme-content .wcRecentChats .wcRecent .wcRight .wcHead .wcName,[role=tooltip].wcPopup-content.wcAirflowTheme-content .wcRecentChats .wcRecent .wcRight .wcHead .wcName{color:#444}.wcActionsPopup-content.wcAirflowTheme-content .wcActions .wcAction{border-color:#7593aa}.wcActionsPopup-content.wcAirflowTheme-content .wcActions .wcAction:hover{background-color:#d1e6ef}.wcActionsPopup-content.wcAirflowTheme-content .wcActions .wcApprove{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/airflow/gfx/approve.svg) no-repeat 50%}.wcActionsPopup-content.wcAirflowTheme-content .wcActions .wcDelete{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/airflow/gfx/x.svg) no-repeat 50%}.wcActionsPopup-content.wcAirflowTheme-content .wcActions .wcEdit{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/airflow/gfx/edit.svg) no-repeat 50%}.wcActionsPopup-content.wcAirflowTheme-content .wcActions .wcMute{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/airflow/gfx/mute.svg) no-repeat 50%}.wcActionsPopup-content.wcAirflowTheme-content .wcActions .wcBan{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/airflow/gfx/ban.svg) no-repeat 50%}.wcActionsPopup-content.wcAirflowTheme-content .wcActions .wcSpam{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/airflow/gfx/spam.svg) no-repeat 50%}.wcActionsPopup-content.wcAirflowTheme-content .wcActions .wcReply{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/airflow/gfx/reply.svg) no-repeat 50%}.wcEmoticonsPopup-content.wcAirflowTheme-content .wcAddonsLibrary .wcCategories .wcCategoryButton.wcEmoticon{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/airflow/gfx/emoticon.svg)}.wcEmoticonsPopup-content.wcAirflowTheme-content .wcAddonsLibrary .wcCategories .wcCategoryButton.wcGIF{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/airflow/gfx/gif.svg)}.wcEmoticonsPopup-content.wcAirflowTheme-content .wcCategory.wcCategoryGIFs .wcTenor .wcTenorSearch{border-radius:15px}.wcInfoWindowPopup-content.wcAirflowTheme-content{background:#fff!important;height:120px}.wcInfoWindowPopup-content.wcAirflowTheme-content .wcContent .wcRight .wcName{font-size:1.3em;text-decoration:none}.wcRecentEmpty-content.wcAirflowTheme-content{height:50px}.wcRecentEmpty-content.wcAirflowTheme-content .wcRecentChats{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}[role=dialog].wcPopup-content.wcCrystalTheme-content,[role=tooltip].wcPopup-content.wcCrystalTheme-content{border-color:#e9eef0;-webkit-box-shadow:2px 2px 15px rgba(60,60,60,.1);box-shadow:2px 2px 15px rgba(60,60,60,.1);border-radius:5px;overflow:hidden}[role=dialog].wcPopup-content.wcCrystalTheme-content,[role=dialog].wcPopup-content.wcCrystalTheme-content *,[role=tooltip].wcPopup-content.wcCrystalTheme-content,[role=tooltip].wcPopup-content.wcCrystalTheme-content *{font:13px/22px Rajdhani,sans-serif;color:#2a292a}[role=dialog].wcPopup-content.wcCrystalTheme-content a,[role=tooltip].wcPopup-content.wcCrystalTheme-content a{color:#6272d0;-webkit-box-shadow:none;box-shadow:none}[role=dialog].wcPopup-content.wcCrystalTheme-content button:not(.wcFunctional),[role=dialog].wcPopup-content.wcCrystalTheme-content button:not(.wcFunctional):active,[role=dialog].wcPopup-content.wcCrystalTheme-content button:not(.wcFunctional):focus,[role=dialog].wcPopup-content.wcCrystalTheme-content input[type=button],[role=dialog].wcPopup-content.wcCrystalTheme-content input[type=button]:active,[role=dialog].wcPopup-content.wcCrystalTheme-content input[type=button]:focus,[role=dialog].wcPopup-content.wcCrystalTheme-content input[type=submit],[role=dialog].wcPopup-content.wcCrystalTheme-content input[type=submit]:active,[role=dialog].wcPopup-content.wcCrystalTheme-content input[type=submit]:focus,[role=tooltip].wcPopup-content.wcCrystalTheme-content button:not(.wcFunctional),[role=tooltip].wcPopup-content.wcCrystalTheme-content button:not(.wcFunctional):active,[role=tooltip].wcPopup-content.wcCrystalTheme-content button:not(.wcFunctional):focus,[role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=button],[role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=button]:active,[role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=button]:focus,[role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=submit],[role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=submit]:active,[role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=submit]:focus{border-radius:5px;background-image:none;background-repeat:no-repeat;border:0!important;color:#fff!important;padding:5px 20px!important;-webkit-box-shadow:none;box-shadow:none;font-weight:400!important;line-height:20px!important;height:2.5rem;outline:0;min-height:40px!important;background:#2a292a!important;text-transform:none!important;font-size:20px;-webkit-transition:all 250ms cubic-bezier(.62,.155,.47,.86);transition:all 250ms cubic-bezier(.62,.155,.47,.86)}[role=dialog].wcPopup-content.wcCrystalTheme-content input[type=button]:hover,[role=dialog].wcPopup-content.wcCrystalTheme-content input[type=submit]:hover,[role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=button]:hover,[role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=submit]:hover{background:#2a292a!important;-webkit-box-shadow:none!important;box-shadow:none!important;font-weight:400!important}[role=dialog].wcPopup-content.wcCrystalTheme-content input[type=password],[role=dialog].wcPopup-content.wcCrystalTheme-content input[type=text],[role=dialog].wcPopup-content.wcCrystalTheme-content textarea,[role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=password],[role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=text],[role=tooltip].wcPopup-content.wcCrystalTheme-content textarea{height:40px;font-size:15px;line-height:40px;-webkit-box-shadow:none;box-shadow:none;background-color:#e0e0e0;border-radius:5px;margin:0;outline:0 none;padding:4px;padding-left:15px;border:1px solid transparent}[role=dialog].wcPopup-content.wcCrystalTheme-content input[type=password]:focus,[role=dialog].wcPopup-content.wcCrystalTheme-content input[type=text]:focus,[role=dialog].wcPopup-content.wcCrystalTheme-content textarea:focus,[role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=password]:focus,[role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=text]:focus,[role=tooltip].wcPopup-content.wcCrystalTheme-content textarea:focus{background-color:#e0e0e0;padding-left:15px;border:1px solid transparent}[role=dialog].wcPopup-content.wcCrystalTheme-content ::-webkit-input-placeholder,[role=tooltip].wcPopup-content.wcCrystalTheme-content ::-webkit-input-placeholder{color:#686868;font-family:Rajdhani,sans-serif}[role=dialog].wcPopup-content.wcCrystalTheme-content ::-moz-placeholder,[role=tooltip].wcPopup-content.wcCrystalTheme-content ::-moz-placeholder{color:#686868;font-family:Rajdhani,sans-serif}[role=dialog].wcPopup-content.wcCrystalTheme-content :-ms-input-placeholder,[role=tooltip].wcPopup-content.wcCrystalTheme-content :-ms-input-placeholder{color:#686868;font-family:Rajdhani,sans-serif}[role=dialog].wcPopup-content.wcCrystalTheme-content ::-ms-input-placeholder,[role=tooltip].wcPopup-content.wcCrystalTheme-content ::-ms-input-placeholder{color:#686868;font-family:Rajdhani,sans-serif}[role=dialog].wcPopup-content.wcCrystalTheme-content ::placeholder,[role=tooltip].wcPopup-content.wcCrystalTheme-content ::placeholder{color:#686868;font-family:Rajdhani,sans-serif}[role=dialog].wcPopup-content.wcCrystalTheme-content input[type=button].wcSubmit,[role=tooltip].wcPopup-content.wcCrystalTheme-content input[type=button].wcSubmit{border-radius:5px;text-transform:uppercase!important;font-weight:700!important;font-size:20px;padding:20px 20px!important;height:2.5rem;margin-top:-1px}[role=dialog].wcPopup-content.wcCrystalTheme-content progress,[role=dialog].wcPopup-content.wcCrystalTheme-content progress[role][aria-valuenow],[role=tooltip].wcPopup-content.wcCrystalTheme-content progress,[role=tooltip].wcPopup-content.wcCrystalTheme-content progress[role][aria-valuenow]{background:#b8bcc4!important}[role=dialog].wcPopup-content.wcCrystalTheme-content progress::-webkit-progress-bar,[role=tooltip].wcPopup-content.wcCrystalTheme-content progress::-webkit-progress-bar{background:#b8bcc4}[role=dialog].wcPopup-content.wcCrystalTheme-content progress,[role=tooltip].wcPopup-content.wcCrystalTheme-content progress{color:#6272d0}[role=dialog].wcPopup-content.wcCrystalTheme-content progress::-moz-progress-bar,[role=tooltip].wcPopup-content.wcCrystalTheme-content progress::-moz-progress-bar{background:#6272d0}[role=dialog].wcPopup-content.wcCrystalTheme-content progress::-webkit-progress-value,[role=tooltip].wcPopup-content.wcCrystalTheme-content progress::-webkit-progress-value{background:#6272d0}[role=dialog].wcPopup-content.wcCrystalTheme-content progress[aria-valuenow]:before,[role=tooltip].wcPopup-content.wcCrystalTheme-content progress[aria-valuenow]:before{background:#6272d0}@media screen and (-webkit-min-device-pixel-ratio:0){[role=dialog].wcPopup-content.wcCrystalTheme-content * button,[role=dialog].wcPopup-content.wcCrystalTheme-content * input,[role=dialog].wcPopup-content.wcCrystalTheme-content * select,[role=dialog].wcPopup-content.wcCrystalTheme-content * textarea,[role=tooltip].wcPopup-content.wcCrystalTheme-content * button,[role=tooltip].wcPopup-content.wcCrystalTheme-content * input,[role=tooltip].wcPopup-content.wcCrystalTheme-content * select,[role=tooltip].wcPopup-content.wcCrystalTheme-content * textarea{font-size:16px}}[role=dialog].wcPopup-content.wcCrystalTheme-content .wcErrorBox,[role=tooltip].wcPopup-content.wcCrystalTheme-content .wcErrorBox{border-radius:5px;background-color:#ffe9e9;border:none}[role=dialog].wcPopup-content.wcCrystalTheme-content>.wcBody,[role=tooltip].wcPopup-content.wcCrystalTheme-content>.wcBody{background-color:#fff!important;padding-top:20px;padding-bottom:20px}[role=dialog].wcPopup-content.wcCrystalTheme-content>.wcFooter,[role=dialog].wcPopup-content.wcCrystalTheme-content>.wcHeader,[role=tooltip].wcPopup-content.wcCrystalTheme-content>.wcFooter,[role=tooltip].wcPopup-content.wcCrystalTheme-content>.wcHeader{background:#ececec!important;border:none}[role=dialog].wcPopup-content.wcCrystalTheme-content>.wcHeader,[role=tooltip].wcPopup-content.wcCrystalTheme-content>.wcHeader{color:#2a292a}[role=dialog].wcPopup-content.wcCrystalTheme-content>.wcHeader h5,[role=tooltip].wcPopup-content.wcCrystalTheme-content>.wcHeader h5{font-size:1.1em;font-weight:700}[role=dialog].wcPopup-content.wcCrystalTheme-content>.wcHeader .wcClose,[role=tooltip].wcPopup-content.wcCrystalTheme-content>.wcHeader .wcClose{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/crystal/gfx/x.svg) center center no-repeat;background-size:100%}[role=dialog].wcPopup-content.wcCrystalTheme-content .wcFooter .wcButton,[role=tooltip].wcPopup-content.wcCrystalTheme-content .wcFooter .wcButton{color:#2a292a}[role=dialog].wcPopup-content.wcCrystalTheme-content .wcRecentChats .wcHeader,[role=tooltip].wcPopup-content.wcCrystalTheme-content .wcRecentChats .wcHeader{font-size:1.1em;font-weight:700;color:#444}[role=dialog].wcPopup-content.wcCrystalTheme-content .wcRecentChats .wcRecent .wcRight .wcHead,[role=tooltip].wcPopup-content.wcCrystalTheme-content .wcRecentChats .wcRecent .wcRight .wcHead{margin-bottom:0}[role=dialog].wcPopup-content.wcCrystalTheme-content .wcRecentChats .wcRecent .wcRight .wcHead .wcName,[role=tooltip].wcPopup-content.wcCrystalTheme-content .wcRecentChats .wcRecent .wcRight .wcHead .wcName{color:#444}.wcActionsPopup-content.wcCrystalTheme-content .wcActions .wcAction{border-color:#525252}.wcActionsPopup-content.wcCrystalTheme-content .wcActions .wcAction:hover{background-color:#e3e3e3}.wcActionsPopup-content.wcCrystalTheme-content .wcActions .wcApprove{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/crystal/gfx/approve.svg) no-repeat 50%}.wcActionsPopup-content.wcCrystalTheme-content .wcActions .wcDelete{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/crystal/gfx/x.svg) no-repeat 50%}.wcActionsPopup-content.wcCrystalTheme-content .wcActions .wcEdit{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/crystal/gfx/edit.svg) no-repeat 50%}.wcActionsPopup-content.wcCrystalTheme-content .wcActions .wcMute{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/crystal/gfx/mute.svg) no-repeat 50%}.wcActionsPopup-content.wcCrystalTheme-content .wcActions .wcBan{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/crystal/gfx/ban.svg) no-repeat 50%}.wcActionsPopup-content.wcCrystalTheme-content .wcActions .wcSpam{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/crystal/gfx/spam.svg) no-repeat 50%}.wcActionsPopup-content.wcCrystalTheme-content .wcActions .wcReply{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/crystal/gfx/reply.svg) no-repeat 50%}.wcEmoticonsPopup-content.wcCrystalTheme-content .wcAddonsLibrary .wcCategories .wcCategoryButton.wcEmoticon{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/crystal/gfx/emoticon.svg)}.wcEmoticonsPopup-content.wcCrystalTheme-content .wcAddonsLibrary .wcCategories .wcCategoryButton.wcGIF{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/crystal/gfx/gif.svg)}.wcEmoticonsPopup-content.wcCrystalTheme-content .wcCategory.wcCategoryGIFs .wcTenor .wcTenorSearch{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/crystal/gfx/search.svg);border-radius:5px}.wcEmoticonsPopup-content.wcCrystalTheme-content .wcCategory.wcCategoryGIFs .wcTenor .wcTenorSearch input{background-color:#fff}.wcInfoWindowPopup-content.wcCrystalTheme-content{background:#fff!important;height:120px}.wcInfoWindowPopup-content.wcCrystalTheme-content .wcContent .wcRight .wcName{font-size:1.3em;text-decoration:none}.wcRecentEmpty-content.wcCrystalTheme-content{height:50px}.wcRecentEmpty-content.wcCrystalTheme-content .wcRecentChats{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}[role=dialog].wcPopup-content.wcClearTheme-content,[role=tooltip].wcPopup-content.wcClearTheme-content{border-color:#e9eef0;-webkit-box-shadow:2px 2px 15px rgba(60,60,60,.1);box-shadow:2px 2px 15px rgba(60,60,60,.1);border-radius:5px;overflow:hidden}[role=dialog].wcPopup-content.wcClearTheme-content,[role=dialog].wcPopup-content.wcClearTheme-content *,[role=tooltip].wcPopup-content.wcClearTheme-content,[role=tooltip].wcPopup-content.wcClearTheme-content *{font:13px/22px Rajdhani,sans-serif;color:#151618}[role=dialog].wcPopup-content.wcClearTheme-content a,[role=tooltip].wcPopup-content.wcClearTheme-content a{color:#00d5ff;-webkit-box-shadow:none;box-shadow:none}[role=dialog].wcPopup-content.wcClearTheme-content button:not(.wcFunctional),[role=dialog].wcPopup-content.wcClearTheme-content button:not(.wcFunctional):active,[role=dialog].wcPopup-content.wcClearTheme-content button:not(.wcFunctional):focus,[role=dialog].wcPopup-content.wcClearTheme-content input[type=button],[role=dialog].wcPopup-content.wcClearTheme-content input[type=button]:active,[role=dialog].wcPopup-content.wcClearTheme-content input[type=button]:focus,[role=dialog].wcPopup-content.wcClearTheme-content input[type=submit],[role=dialog].wcPopup-content.wcClearTheme-content input[type=submit]:active,[role=dialog].wcPopup-content.wcClearTheme-content input[type=submit]:focus,[role=tooltip].wcPopup-content.wcClearTheme-content button:not(.wcFunctional),[role=tooltip].wcPopup-content.wcClearTheme-content button:not(.wcFunctional):active,[role=tooltip].wcPopup-content.wcClearTheme-content button:not(.wcFunctional):focus,[role=tooltip].wcPopup-content.wcClearTheme-content input[type=button],[role=tooltip].wcPopup-content.wcClearTheme-content input[type=button]:active,[role=tooltip].wcPopup-content.wcClearTheme-content input[type=button]:focus,[role=tooltip].wcPopup-content.wcClearTheme-content input[type=submit],[role=tooltip].wcPopup-content.wcClearTheme-content input[type=submit]:active,[role=tooltip].wcPopup-content.wcClearTheme-content input[type=submit]:focus{border-radius:0;background-image:none;background-repeat:no-repeat;border:0!important;color:#fff!important;padding:5px 20px!important;-webkit-box-shadow:none;box-shadow:none;font-weight:400!important;line-height:20px!important;height:40px;outline:0;min-height:40px!important;background:#357bb9!important;text-transform:none!important;-webkit-transition:all 250ms cubic-bezier(.62,.155,.47,.86);transition:all 250ms cubic-bezier(.62,.155,.47,.86)}[role=dialog].wcPopup-content.wcClearTheme-content input[type=button]:hover,[role=dialog].wcPopup-content.wcClearTheme-content input[type=submit]:hover,[role=tooltip].wcPopup-content.wcClearTheme-content input[type=button]:hover,[role=tooltip].wcPopup-content.wcClearTheme-content input[type=submit]:hover{background:#296ca7!important;-webkit-box-shadow:none!important;box-shadow:none!important;font-weight:400!important}[role=dialog].wcPopup-content.wcClearTheme-content input[type=password],[role=dialog].wcPopup-content.wcClearTheme-content input[type=text],[role=dialog].wcPopup-content.wcClearTheme-content textarea,[role=tooltip].wcPopup-content.wcClearTheme-content input[type=password],[role=tooltip].wcPopup-content.wcClearTheme-content input[type=text],[role=tooltip].wcPopup-content.wcClearTheme-content textarea{height:40px;font-size:1em;line-height:40px;-webkit-box-shadow:none;box-shadow:none;background-color:#eff3f6;border-radius:0;margin:0;outline:0 none;padding:4px;padding-left:15px;border:1px solid transparent}[role=dialog].wcPopup-content.wcClearTheme-content input[type=password]:focus,[role=dialog].wcPopup-content.wcClearTheme-content input[type=text]:focus,[role=dialog].wcPopup-content.wcClearTheme-content textarea:focus,[role=tooltip].wcPopup-content.wcClearTheme-content input[type=password]:focus,[role=tooltip].wcPopup-content.wcClearTheme-content input[type=text]:focus,[role=tooltip].wcPopup-content.wcClearTheme-content textarea:focus{background-color:#e8eef2;padding-left:15px;border:1px solid transparent}[role=dialog].wcPopup-content.wcClearTheme-content ::-webkit-input-placeholder,[role=tooltip].wcPopup-content.wcClearTheme-content ::-webkit-input-placeholder{color:#686868;font-family:Rajdhani,sans-serif}[role=dialog].wcPopup-content.wcClearTheme-content ::-moz-placeholder,[role=tooltip].wcPopup-content.wcClearTheme-content ::-moz-placeholder{color:#686868;font-family:Rajdhani,sans-serif}[role=dialog].wcPopup-content.wcClearTheme-content :-ms-input-placeholder,[role=tooltip].wcPopup-content.wcClearTheme-content :-ms-input-placeholder{color:#686868;font-family:Rajdhani,sans-serif}[role=dialog].wcPopup-content.wcClearTheme-content ::-ms-input-placeholder,[role=tooltip].wcPopup-content.wcClearTheme-content ::-ms-input-placeholder{color:#686868;font-family:Rajdhani,sans-serif}[role=dialog].wcPopup-content.wcClearTheme-content ::placeholder,[role=tooltip].wcPopup-content.wcClearTheme-content ::placeholder{color:#686868;font-family:Rajdhani,sans-serif}[role=dialog].wcPopup-content.wcClearTheme-content button.wcSubmit,[role=dialog].wcPopup-content.wcClearTheme-content button.wcSubmit:active,[role=dialog].wcPopup-content.wcClearTheme-content button.wcSubmit:hover,[role=dialog].wcPopup-content.wcClearTheme-content input[type=button].wcSubmit,[role=tooltip].wcPopup-content.wcClearTheme-content button.wcSubmit,[role=tooltip].wcPopup-content.wcClearTheme-content button.wcSubmit:active,[role=tooltip].wcPopup-content.wcClearTheme-content button.wcSubmit:hover,[role=tooltip].wcPopup-content.wcClearTheme-content input[type=button].wcSubmit{border-radius:0;text-transform:uppercase!important;font-weight:700!important;font-size:20px;padding:11px 20px!important;height:66px;margin-top:-1px}[role=dialog].wcPopup-content.wcClearTheme-content progress,[role=dialog].wcPopup-content.wcClearTheme-content progress[role][aria-valuenow],[role=tooltip].wcPopup-content.wcClearTheme-content progress,[role=tooltip].wcPopup-content.wcClearTheme-content progress[role][aria-valuenow]{background:#b8bcc4!important}[role=dialog].wcPopup-content.wcClearTheme-content progress::-webkit-progress-bar,[role=tooltip].wcPopup-content.wcClearTheme-content progress::-webkit-progress-bar{background:#b8bcc4}[role=dialog].wcPopup-content.wcClearTheme-content progress,[role=tooltip].wcPopup-content.wcClearTheme-content progress{color:#00d5ff}[role=dialog].wcPopup-content.wcClearTheme-content progress::-moz-progress-bar,[role=tooltip].wcPopup-content.wcClearTheme-content progress::-moz-progress-bar{background:#00d5ff}[role=dialog].wcPopup-content.wcClearTheme-content progress::-webkit-progress-value,[role=tooltip].wcPopup-content.wcClearTheme-content progress::-webkit-progress-value{background:#00d5ff}[role=dialog].wcPopup-content.wcClearTheme-content progress[aria-valuenow]:before,[role=tooltip].wcPopup-content.wcClearTheme-content progress[aria-valuenow]:before{background:#00d5ff}@media screen and (-webkit-min-device-pixel-ratio:0){[role=dialog].wcPopup-content.wcClearTheme-content * button,[role=dialog].wcPopup-content.wcClearTheme-content * input,[role=dialog].wcPopup-content.wcClearTheme-content * select,[role=dialog].wcPopup-content.wcClearTheme-content * textarea,[role=tooltip].wcPopup-content.wcClearTheme-content * button,[role=tooltip].wcPopup-content.wcClearTheme-content * input,[role=tooltip].wcPopup-content.wcClearTheme-content * select,[role=tooltip].wcPopup-content.wcClearTheme-content * textarea{font-size:16px}}[role=dialog].wcPopup-content.wcClearTheme-content .wcErrorBox,[role=tooltip].wcPopup-content.wcClearTheme-content .wcErrorBox{border-radius:5px;background-color:#ffe9e9;border:none}[role=dialog].wcPopup-content.wcClearTheme-content>.wcBody,[role=tooltip].wcPopup-content.wcClearTheme-content>.wcBody{background-color:#f3f3f3!important;padding-top:20px;padding-bottom:20px}[role=dialog].wcPopup-content.wcClearTheme-content>.wcFooter,[role=dialog].wcPopup-content.wcClearTheme-content>.wcHeader,[role=tooltip].wcPopup-content.wcClearTheme-content>.wcFooter,[role=tooltip].wcPopup-content.wcClearTheme-content>.wcHeader{background:#3b4653!important;border:none}[role=dialog].wcPopup-content.wcClearTheme-content>.wcHeader,[role=tooltip].wcPopup-content.wcClearTheme-content>.wcHeader{color:#fff}[role=dialog].wcPopup-content.wcClearTheme-content>.wcHeader h5,[role=tooltip].wcPopup-content.wcClearTheme-content>.wcHeader h5{color:#fff;font-size:1.1em;font-weight:700}[role=dialog].wcPopup-content.wcClearTheme-content>.wcHeader .wcClose,[role=tooltip].wcPopup-content.wcClearTheme-content>.wcHeader .wcClose{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/clear/gfx/x.svg) center center no-repeat;background-size:100%}[role=dialog].wcPopup-content.wcClearTheme-content .wcFooter .wcButton,[role=tooltip].wcPopup-content.wcClearTheme-content .wcFooter .wcButton{color:#fff}[role=dialog].wcPopup-content.wcClearTheme-content .wcRecentChats .wcHeader,[role=tooltip].wcPopup-content.wcClearTheme-content .wcRecentChats .wcHeader{font-size:1.1em;font-weight:700;color:#444}[role=dialog].wcPopup-content.wcClearTheme-content .wcRecentChats .wcRecent .wcRight .wcHead,[role=tooltip].wcPopup-content.wcClearTheme-content .wcRecentChats .wcRecent .wcRight .wcHead{margin-bottom:0}[role=dialog].wcPopup-content.wcClearTheme-content .wcRecentChats .wcRecent .wcRight .wcHead .wcName,[role=tooltip].wcPopup-content.wcClearTheme-content .wcRecentChats .wcRecent .wcRight .wcHead .wcName{color:#444}.wcActionsPopup-content.wcClearTheme-content .wcActions .wcAction{border-color:#96a2af}.wcActionsPopup-content.wcClearTheme-content .wcActions .wcAction:hover{background-color:#eff3f6}.wcActionsPopup-content.wcClearTheme-content .wcActions .wcApprove{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/clear/gfx/approve.svg) no-repeat 50%}.wcActionsPopup-content.wcClearTheme-content .wcActions .wcDelete{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/clear/gfx/x.svg) no-repeat 50%}.wcActionsPopup-content.wcClearTheme-content .wcActions .wcEdit{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/clear/gfx/edit.svg) no-repeat 50%}.wcActionsPopup-content.wcClearTheme-content .wcActions .wcMute{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/clear/gfx/mute.svg) no-repeat 50%}.wcActionsPopup-content.wcClearTheme-content .wcActions .wcBan{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/clear/gfx/ban.svg) no-repeat 50%}.wcActionsPopup-content.wcClearTheme-content .wcActions .wcSpam{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/clear/gfx/spam.svg) no-repeat 50%}.wcActionsPopup-content.wcClearTheme-content .wcActions .wcReply{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/clear/gfx/reply.svg) no-repeat 50%}.wcEmoticonsPopup-content.wcClearTheme-content .wcCategory.wcCategoryGIFs .wcTenor .wcTenorSearch input{background-color:#fff}.wcInfoWindowPopup-content.wcClearTheme-content{background:#fff!important;height:120px}.wcInfoWindowPopup-content.wcClearTheme-content .wcContent .wcRight .wcName{font-size:1.3em;text-decoration:none}.wcRecentEmpty-content.wcClearTheme-content{height:50px}.wcRecentEmpty-content.wcClearTheme-content .wcRecentChats{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}[role=dialog].wcPopup-content.wcBalloonTheme-content,[role=tooltip].wcPopup-content.wcBalloonTheme-content{border-color:#f3f3f3;-webkit-box-shadow:2px 2px 15px rgba(60,60,60,.1);box-shadow:2px 2px 15px rgba(60,60,60,.1);border-radius:5px;overflow:hidden}[role=dialog].wcPopup-content.wcBalloonTheme-content,[role=dialog].wcPopup-content.wcBalloonTheme-content *,[role=tooltip].wcPopup-content.wcBalloonTheme-content,[role=tooltip].wcPopup-content.wcBalloonTheme-content *{font:13px/22px Rajdhani,sans-serif;color:#00355f}[role=dialog].wcPopup-content.wcBalloonTheme-content a,[role=tooltip].wcPopup-content.wcBalloonTheme-content a{color:#6272d0;-webkit-box-shadow:none;box-shadow:none}[role=dialog].wcPopup-content.wcBalloonTheme-content button:not(.wcFunctional),[role=dialog].wcPopup-content.wcBalloonTheme-content button:not(.wcFunctional):active,[role=dialog].wcPopup-content.wcBalloonTheme-content button:not(.wcFunctional):focus,[role=dialog].wcPopup-content.wcBalloonTheme-content input[type=button],[role=dialog].wcPopup-content.wcBalloonTheme-content input[type=button]:active,[role=dialog].wcPopup-content.wcBalloonTheme-content input[type=button]:focus,[role=dialog].wcPopup-content.wcBalloonTheme-content input[type=submit],[role=dialog].wcPopup-content.wcBalloonTheme-content input[type=submit]:active,[role=dialog].wcPopup-content.wcBalloonTheme-content input[type=submit]:focus,[role=tooltip].wcPopup-content.wcBalloonTheme-content button:not(.wcFunctional),[role=tooltip].wcPopup-content.wcBalloonTheme-content button:not(.wcFunctional):active,[role=tooltip].wcPopup-content.wcBalloonTheme-content button:not(.wcFunctional):focus,[role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=button],[role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=button]:active,[role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=button]:focus,[role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=submit],[role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=submit]:active,[role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=submit]:focus{border-radius:10px;background-image:none;background-repeat:no-repeat;border:0!important;color:#fff!important;padding:5px 20px!important;-webkit-box-shadow:none;box-shadow:none;font-weight:400!important;line-height:20px!important;height:40px;outline:0;min-height:40px!important;background:#084b80!important;text-transform:none!important;-webkit-transition:all 250ms cubic-bezier(.62,.155,.47,.86);transition:all 250ms cubic-bezier(.62,.155,.47,.86)}[role=dialog].wcPopup-content.wcBalloonTheme-content input[type=button]:hover,[role=dialog].wcPopup-content.wcBalloonTheme-content input[type=submit]:hover,[role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=button]:hover,[role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=submit]:hover{background:#084b80!important;-webkit-box-shadow:none!important;box-shadow:none!important;font-weight:400!important}[role=dialog].wcPopup-content.wcBalloonTheme-content input[type=password],[role=dialog].wcPopup-content.wcBalloonTheme-content input[type=text],[role=dialog].wcPopup-content.wcBalloonTheme-content textarea,[role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=password],[role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=text],[role=tooltip].wcPopup-content.wcBalloonTheme-content textarea{height:40px;font-size:1em;line-height:40px;-webkit-box-shadow:none;box-shadow:none;background-color:#e0e0e0;border-radius:5px;margin:0;outline:0 none;padding:4px;padding-left:15px;border:1px solid transparent}[role=dialog].wcPopup-content.wcBalloonTheme-content input[type=password]:focus,[role=dialog].wcPopup-content.wcBalloonTheme-content input[type=text]:focus,[role=dialog].wcPopup-content.wcBalloonTheme-content textarea:focus,[role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=password]:focus,[role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=text]:focus,[role=tooltip].wcPopup-content.wcBalloonTheme-content textarea:focus{background-color:#e0e0e0;padding-left:15px;border:1px solid transparent}[role=dialog].wcPopup-content.wcBalloonTheme-content ::-webkit-input-placeholder,[role=tooltip].wcPopup-content.wcBalloonTheme-content ::-webkit-input-placeholder{color:#00355f;font-family:Rajdhani,sans-serif}[role=dialog].wcPopup-content.wcBalloonTheme-content ::-moz-placeholder,[role=tooltip].wcPopup-content.wcBalloonTheme-content ::-moz-placeholder{color:#00355f;font-family:Rajdhani,sans-serif}[role=dialog].wcPopup-content.wcBalloonTheme-content :-ms-input-placeholder,[role=tooltip].wcPopup-content.wcBalloonTheme-content :-ms-input-placeholder{color:#00355f;font-family:Rajdhani,sans-serif}[role=dialog].wcPopup-content.wcBalloonTheme-content ::-ms-input-placeholder,[role=tooltip].wcPopup-content.wcBalloonTheme-content ::-ms-input-placeholder{color:#00355f;font-family:Rajdhani,sans-serif}[role=dialog].wcPopup-content.wcBalloonTheme-content ::placeholder,[role=tooltip].wcPopup-content.wcBalloonTheme-content ::placeholder{color:#00355f;font-family:Rajdhani,sans-serif}[role=dialog].wcPopup-content.wcBalloonTheme-content button.wcSubmit,[role=dialog].wcPopup-content.wcBalloonTheme-content input[type=button].wcSubmit,[role=tooltip].wcPopup-content.wcBalloonTheme-content button.wcSubmit,[role=tooltip].wcPopup-content.wcBalloonTheme-content input[type=button].wcSubmit{border-radius:10px;text-transform:uppercase!important;font-weight:700!important;font-size:20px;height:66px}[role=dialog].wcPopup-content.wcBalloonTheme-content progress,[role=dialog].wcPopup-content.wcBalloonTheme-content progress[role][aria-valuenow],[role=tooltip].wcPopup-content.wcBalloonTheme-content progress,[role=tooltip].wcPopup-content.wcBalloonTheme-content progress[role][aria-valuenow]{background:#b8bcc4!important}[role=dialog].wcPopup-content.wcBalloonTheme-content progress::-webkit-progress-bar,[role=tooltip].wcPopup-content.wcBalloonTheme-content progress::-webkit-progress-bar{background:#b8bcc4}[role=dialog].wcPopup-content.wcBalloonTheme-content progress,[role=tooltip].wcPopup-content.wcBalloonTheme-content progress{color:#6272d0}[role=dialog].wcPopup-content.wcBalloonTheme-content progress::-moz-progress-bar,[role=tooltip].wcPopup-content.wcBalloonTheme-content progress::-moz-progress-bar{background:#6272d0}[role=dialog].wcPopup-content.wcBalloonTheme-content progress::-webkit-progress-value,[role=tooltip].wcPopup-content.wcBalloonTheme-content progress::-webkit-progress-value{background:#6272d0}[role=dialog].wcPopup-content.wcBalloonTheme-content progress[aria-valuenow]:before,[role=tooltip].wcPopup-content.wcBalloonTheme-content progress[aria-valuenow]:before{background:#6272d0}@media screen and (-webkit-min-device-pixel-ratio:0){[role=dialog].wcPopup-content.wcBalloonTheme-content * button,[role=dialog].wcPopup-content.wcBalloonTheme-content * input,[role=dialog].wcPopup-content.wcBalloonTheme-content * select,[role=dialog].wcPopup-content.wcBalloonTheme-content * textarea,[role=tooltip].wcPopup-content.wcBalloonTheme-content * button,[role=tooltip].wcPopup-content.wcBalloonTheme-content * input,[role=tooltip].wcPopup-content.wcBalloonTheme-content * select,[role=tooltip].wcPopup-content.wcBalloonTheme-content * textarea{font-size:16px}}[role=dialog].wcPopup-content.wcBalloonTheme-content .wcErrorBox,[role=tooltip].wcPopup-content.wcBalloonTheme-content .wcErrorBox{border-radius:5px;background-color:#ffe9e9;border:none}[role=dialog].wcPopup-content.wcBalloonTheme-content>.wcBody,[role=tooltip].wcPopup-content.wcBalloonTheme-content>.wcBody{background-color:#f3f3f3!important;padding-top:20px;padding-bottom:20px}[role=dialog].wcPopup-content.wcBalloonTheme-content>.wcFooter,[role=tooltip].wcPopup-content.wcBalloonTheme-content>.wcFooter{border:none;background:#f3f3f3!important}[role=dialog].wcPopup-content.wcBalloonTheme-content>.wcHeader,[role=tooltip].wcPopup-content.wcBalloonTheme-content>.wcHeader{color:#d7ebfb;background:#2167a9;border:none}[role=dialog].wcPopup-content.wcBalloonTheme-content>.wcHeader h5,[role=tooltip].wcPopup-content.wcBalloonTheme-content>.wcHeader h5{color:#fff;font-size:1.1em;font-weight:700}[role=dialog].wcPopup-content.wcBalloonTheme-content>.wcHeader .wcClose,[role=tooltip].wcPopup-content.wcBalloonTheme-content>.wcHeader .wcClose{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/balloon/gfx/x.svg) center center no-repeat;background-size:100%}[role=dialog].wcPopup-content.wcBalloonTheme-content .wcRecentChats .wcHeader,[role=tooltip].wcPopup-content.wcBalloonTheme-content .wcRecentChats .wcHeader{font-size:1.1em;font-weight:700;color:#444}[role=dialog].wcPopup-content.wcBalloonTheme-content .wcRecentChats .wcRecent .wcRight .wcHead,[role=tooltip].wcPopup-content.wcBalloonTheme-content .wcRecentChats .wcRecent .wcRight .wcHead{margin-bottom:0}[role=dialog].wcPopup-content.wcBalloonTheme-content .wcRecentChats .wcRecent .wcRight .wcHead .wcName,[role=tooltip].wcPopup-content.wcBalloonTheme-content .wcRecentChats .wcRecent .wcRight .wcHead .wcName{color:#444}.wcActionsPopup-content.wcBalloonTheme-content .wcActions{background-color:#f7f7f7}.wcActionsPopup-content.wcBalloonTheme-content .wcActions .wcAction{border-color:#96a2af}.wcActionsPopup-content.wcBalloonTheme-content .wcActions .wcAction:hover{background-color:#e3e3e3}.wcActionsPopup-content.wcBalloonTheme-content .wcActions .wcApprove{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/balloon/gfx/approve.svg) no-repeat 50%}.wcActionsPopup-content.wcBalloonTheme-content .wcActions .wcDelete{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/balloon/gfx/x.svg) no-repeat 50%}.wcActionsPopup-content.wcBalloonTheme-content .wcActions .wcEdit{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/balloon/gfx/edit.svg) no-repeat 50%}.wcActionsPopup-content.wcBalloonTheme-content .wcActions .wcMute{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/balloon/gfx/mute.svg) no-repeat 50%}.wcActionsPopup-content.wcBalloonTheme-content .wcActions .wcBan{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/balloon/gfx/ban.svg) no-repeat 50%}.wcActionsPopup-content.wcBalloonTheme-content .wcActions .wcSpam{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/balloon/gfx/spam.svg) no-repeat 50%}.wcActionsPopup-content.wcBalloonTheme-content .wcActions .wcReply{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/balloon/gfx/reply.svg) no-repeat 50%}.wcEmoticonsPopup-content.wcBalloonTheme-content .wcAddonsLibrary .wcCategories .wcCategoryButton.wcEmoticon{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/balloon/gfx/emoticon.svg)}.wcEmoticonsPopup-content.wcBalloonTheme-content .wcAddonsLibrary .wcCategories .wcCategoryButton.wcGIF{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/balloon/gfx/gif.svg)}.wcEmoticonsPopup-content.wcBalloonTheme-content .wcCategory.wcCategoryGIFs .wcTenor .wcTenorSearch{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/themes/balloon/gfx/search.svg);border-radius:5px;background-color:#d7ebfb}.wcEmoticonsPopup-content.wcBalloonTheme-content .wcCategory.wcCategoryGIFs .wcTenor .wcTenorSearch input{background-color:#d7ebfb;color:#00355f}.wcInfoWindowPopup-content.wcBalloonTheme-content{background:#fff!important;height:120px}.wcInfoWindowPopup-content.wcBalloonTheme-content .wcContent .wcRight .wcName{font-size:1.3em;text-decoration:none}.wcRecentEmpty-content.wcBalloonTheme-content{height:50px}.wcRecentEmpty-content.wcBalloonTheme-content .wcRecentChats{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wcScrollOff{overflow:hidden}.wcClassic{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid #dfdfdf}.wcClassic.wcMobile .wcTitle{padding-bottom:2%;text-align:center}.wcClassic.wcMobile .wcTabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #dfdfdf}.wcClassic.wcMobile .wcTabs>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center;cursor:pointer;border-bottom:2px solid transparent}.wcClassic.wcMobile .wcTabs .wcTab.wcCurrent{border-bottom:2px solid #dfdfdf}.wcClassic.wcMobile .wcTabs .wcTabCustomize{background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/custom.svg) center center no-repeat;background-size:1em;vertical-align:middle}.wcClassic.wcMobile .wcTabs .wcTabCustomize .wcName{display:none}.wcClassic.wcMobile .wcTabs .wcTab{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}.wcClassic.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact{padding-top:6px}.wcClassic.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab{height:30px;background-size:40%}.wcClassic.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab .wcName{display:none}.wcClassic.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabRecent{background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/recent-chats-inactive.svg) center center no-repeat;vertical-align:middle;position:relative}.wcClassic.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabRecent .wcRedCounter{right:0;position:absolute}.wcClassic.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChats{background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/chats.svg) center center no-repeat;vertical-align:middle}.wcClassic.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabUsers{background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/user.svg) center center no-repeat;vertical-align:middle}.wcClassic.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChannels{background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/group.svg) center center no-repeat;vertical-align:middle}.wcClassic.wcMobile .wcTabContent{padding-top:2%;padding-bottom:2%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.wcClassic.wcMobile .wcTabContent.wcTabContentChats{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wcClassic.wcMobile .wcTabContent.wcTabContentChats>.ScrollbarsCustom{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.wcClassic.wcMobile .wcTabContent.wcTabContentChats .wcChannelEntry{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wcClassic.wcMobile .wcTabContent.wcTabContentChats .wcChannelEntry .wcDetails{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wcClassic.wcMobile .wcTabContent.wcTabContentChannels{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wcClassic.wcMobile .wcTabContent.wcTabContentChannels>.ScrollbarsCustom{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.wcClassic.wcMobile .wcTabContent.wcTabContentChannel:not(.wcInvisible){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wcClassic.wcMobile .wcTabContent.wcTabContentChannel:not(.wcInvisible)>.ScrollbarsCustom{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.wcClassic.wcMobile .wcTabContent.wcTabContentChannel .wcChannelContainer:not(.wcInvisible){-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wcClassic.wcMobile .wcTabContent.wcTabContentChannel .wcChannelContainer:not(.wcInvisible) .wcChannel{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-right:2%;padding-left:2%}.wcClassic.wcMobile .wcTabContent.wcTabContentChannel .wcChannelContainer:not(.wcInvisible).wcChannelContainerEmpty{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wcClassic.wcMobile .wcTabContent.wcTabContentChannel .wcChannelContainer:not(.wcInvisible).wcChannelContainerEmpty .wcEmptyChannel{font-size:.8em}.wcClassic.wcMobile .wcTabContent.wcTabContentUsers:not(.wcInvisible){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wcClassic.wcMobile .wcTabContent.wcTabContentUsers .wcBrowser{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.wcClassic.wcMobile .wcTabContent.wcTabContentUsers .wcBrowser .wcChannels{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.wcClassic.wcMobile .wcTabContent.wcTabContentUsers .wcBrowser .wcChannels>.ScrollbarsCustom{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.wcClassic.wcMobile .wcTabContent.wcTabContentUsers .wcBrowser .wcChannels .wcChannelTrigger .wcDetails .wcCity,.wcClassic.wcMobile .wcTabContent.wcTabContentUsers .wcBrowser .wcChannels .wcChannelTrigger .wcDetails .wcCountry{color:#a6a6a6}.wcClassic.wcMobile .wcTabContent.wcTabContentUsers .wcBrowser .wcChannels .wcChannelTrigger.wcFocusedChannel{font-weight:400}.wcClassic.wcMobile .wcTabContent .wcChannelEntry{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1px 5px}.wcClassic.wcMobile .wcTabContent .wcChannelEntry:active,.wcClassic.wcMobile .wcTabContent .wcChannelEntry:hover{background-color:#f7f7f7}.wcClassic.wcMobile .wcTabContent .wcChannelEntry.wcLockedChannel .wcName{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/lock-full.svg);background-position:right center;background-repeat:no-repeat;background-size:16px 16px;padding-right:20px}.wcClassic.wcMobile .wcTabContent .wcChannelEntry.wcUnLockedChannel .wcName{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/lock-semi.svg);background-position:right center;background-repeat:no-repeat;background-size:16px 16px;padding-right:20px}.wcClassic.wcDesktop .wcTitle{position:relative;padding:2%}.wcClassic.wcDesktop .wcTitle .wcRecentTrigger{position:absolute;right:9px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.wcClassic.wcDesktop .wcBody{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex}.wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcMessagesArea{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding-right:2%;padding-left:1%}.wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcBrowserArea{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;padding-right:1%;padding-left:2%}.wcClassic.wcDesktop .wcBody.wcBrowserAreaRight .wcBrowserArea{padding-right:2%;padding-left:1%}.wcClassic.wcDesktop .wcBody.wcBrowserAreaRight .wcMessagesArea{padding-left:2%;padding-right:1%}.wcClassic.wcDesktop .wcBody .wcMessagesArea{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:10px}.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer{display:-webkit-box;display:-ms-flexbox;display:flex}.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden}.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab{padding:3px 9px 3px 9px;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;border-bottom:3px solid transparent}.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent{border-bottom:3px solid #dfdfdf}.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav{padding:5px;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav .wcLeft{width:32px;height:26px;background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/arrow-left.svg) no-repeat 50%;background-size:100%;display:inline-block}.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav .wcRight{width:32px;height:26px;background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/arrow-right.svg) no-repeat 50%;background-size:100%;display:inline-block}.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer.wcTabsTooMany .wcTabsNav{display:-webkit-box;display:-ms-flexbox;display:flex}.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabContent:not(.wcInvisible){-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabContent:not(.wcInvisible) .wcChannel{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabContent:not(.wcInvisible).wcTabContentEmpty{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabContent:not(.wcInvisible).wcTabContentEmpty .wcEmptyChannel{font-size:.8em}.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcCustomizations{padding:2%}.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-box;display:-ms-flexbox;display:flex;padding-right:10px;padding-bottom:10px}.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer{height:550px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;padding-left:10px;padding-top:10px}.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcGridChannel1{width:100%}.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcGridChannel2{width:50%}.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcGridChannel3{width:33.333%}.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcGridChannel4{width:25%}.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid #dfdfdf}.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel>.wcHeader{height:2.6em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px 0 10px}.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel>.wcHeader .wcMain{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer .wcGridChannel>.wcChannel{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0 10px 10px 10px}.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridChannelContainer.wcFocused .wcGridChannel{border:1px solid #bfbfbf}.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcGrid .wcGridFull{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wcClassic.wcDesktop .wcBody .wcBrowserArea{-webkit-box-flex:0;-ms-flex:0 1 30%;flex:0 1 30%;min-width:30%}.wcContainerSidebar{width:0;padding:0;margin:0;height:0;border:none}.wcContainerSidebar .wcSidebar{position:fixed;z-index:var(--wc-z-index);left:auto;right:0;top:0;bottom:0;pointer-events:none;display:-webkit-box;display:-ms-flexbox;display:flex}.wcContainerSidebar .wcSidebar .wcColumn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wcContainerSidebar .wcSidebar .wcColumn>*{pointer-events:auto;border-left:1px solid #dfdfdf;border-right:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf}.wcContainerSidebar .wcSidebar .wcColumn>:first-child{border-top:1px solid #dfdfdf}.wcContainerSidebar .wcSidebar .wcColumn.wcFocused>:first-child{border-top:2px solid #b6b3b3}.wcContainerSidebar .wcSidebar .wcColumn>:not(.wcBrowserContent){padding-left:10px;padding-right:10px}.wcContainerSidebar .wcSidebar .wcColumn .wcAuthContainer{padding-top:10px;padding-bottom:10px}.wcContainerSidebar .wcSidebar .wcColumn .wcLoadingContainer{-webkit-box-flex:initial;-ms-flex-positive:initial;flex-grow:initial}.wcContainerSidebar .wcSidebar .wcColumn .wcHeader{cursor:default;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:130px}.wcContainerSidebar .wcSidebar .wcColumn .wcHeader .wcContent{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-direction:row;flex-direction:row;background:0 0}.wcContainerSidebar .wcSidebar .wcColumn .wcHeader .wcButtons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wcContainerSidebar .wcSidebar .wcColumn .wcHeader .wcButtons .wcMinimize{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/minus.svg) center center no-repeat;background-size:24px 24px;padding:0;width:24px;height:24px;display:inline-block}.wcContainerSidebar .wcSidebar .wcColumn .wcHeader .wcButtons .wcMaximize{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/plus.svg) center center no-repeat;background-size:24px 24px;padding:0;width:24px;height:24px;display:inline-block}.wcContainerSidebar .wcSidebar .wcColumn .wcHeader .wcButtons .wcClose{background:transparent url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/x.svg) center center no-repeat;background-size:24px 24px;padding:0;width:24px;height:24px;display:inline-block}.wcContainerSidebar .wcSidebar .wcColumn .wcContent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wcContainerSidebar .wcSidebar .wcColumn .wcContent .wcChannel{padding-bottom:10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.wcContainerSidebar .wcSidebar.wcMobile{width:100%}.wcContainerSidebar .wcSidebar.wcMobile .wcTitle{padding-bottom:2%;text-align:center}.wcContainerSidebar .wcSidebar.wcMobile .wcTabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #dfdfdf}.wcContainerSidebar .wcSidebar.wcMobile .wcTabs>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center;cursor:pointer;border-bottom:2px solid transparent}.wcContainerSidebar .wcSidebar.wcMobile .wcTabs .wcTab.wcCurrent{border-bottom:2px solid #dfdfdf}.wcContainerSidebar .wcSidebar.wcMobile .wcTabs .wcTabCustomize{background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/custom.svg) center center no-repeat;background-size:1em;vertical-align:middle}.wcContainerSidebar .wcSidebar.wcMobile .wcTabs .wcTabCustomize .wcName{display:none}.wcContainerSidebar .wcSidebar.wcMobile .wcTabs .wcTab{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}.wcContainerSidebar .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact{padding-top:6px}.wcContainerSidebar .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab{height:30px;background-size:40%}.wcContainerSidebar .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab .wcName{display:none}.wcContainerSidebar .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabRecent{background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/recent-chats-inactive.svg) center center no-repeat;vertical-align:middle;position:relative}.wcContainerSidebar .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabRecent .wcRedCounter{right:0;position:absolute}.wcContainerSidebar .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChats{background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/chats.svg) center center no-repeat;vertical-align:middle}.wcContainerSidebar .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabUsers{background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/user.svg) center center no-repeat;vertical-align:middle}.wcContainerSidebar .wcSidebar.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChannels{background:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/group.svg) center center no-repeat;vertical-align:middle}.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent{padding-top:2%;padding-bottom:2%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent.wcTabContentChats{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent.wcTabContentChats>.ScrollbarsCustom{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent.wcTabContentChats .wcChannelEntry{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent.wcTabContentChats .wcChannelEntry .wcDetails{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent.wcTabContentChannels{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent.wcTabContentChannels>.ScrollbarsCustom{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent.wcTabContentChannel:not(.wcInvisible){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent.wcTabContentChannel:not(.wcInvisible)>.ScrollbarsCustom{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent.wcTabContentChannel .wcChannelContainer:not(.wcInvisible){-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent.wcTabContentChannel .wcChannelContainer:not(.wcInvisible) .wcChannel{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-right:2%;padding-left:2%}.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent.wcTabContentChannel .wcChannelContainer:not(.wcInvisible).wcChannelContainerEmpty{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent.wcTabContentChannel .wcChannelContainer:not(.wcInvisible).wcChannelContainerEmpty .wcEmptyChannel{font-size:.8em}.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent.wcTabContentUsers:not(.wcInvisible){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent.wcTabContentUsers .wcBrowser{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent.wcTabContentUsers .wcBrowser .wcChannels{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent.wcTabContentUsers .wcBrowser .wcChannels>.ScrollbarsCustom{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent.wcTabContentUsers .wcBrowser .wcChannels .wcChannelTrigger .wcDetails .wcCity,.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent.wcTabContentUsers .wcBrowser .wcChannels .wcChannelTrigger .wcDetails .wcCountry{color:#a6a6a6}.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent.wcTabContentUsers .wcBrowser .wcChannels .wcChannelTrigger.wcFocusedChannel{font-weight:400}.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent .wcChannelEntry{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1px 5px}.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:active,.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent .wcChannelEntry:hover{background-color:#f7f7f7}.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent .wcChannelEntry.wcLockedChannel .wcName{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/lock-full.svg);background-position:right center;background-repeat:no-repeat;background-size:16px 16px;padding-right:20px}.wcContainerSidebar .wcSidebar.wcMobile .wcTabContent .wcChannelEntry.wcUnLockedChannel .wcName{background-image:url(/wp-content/plugins/wise-chat-pro/assets/css/../../gfx/icons/lock-semi.svg);background-position:right center;background-repeat:no-repeat;background-size:16px 16px;padding-right:20px}.wcContainerSidebar .wcSidebar.wcMobile .wcColumn{width:100%}.wcContainerSidebar .wcSidebar.wcMobile .wcColumn .wcMobileContainer{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-height:500px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wcContainerSidebar .wcSidebar.wcDesktop .wcColumn.wcBrowserColumn{width:300px}.wcContainerSidebar .wcSidebar.wcDesktop .wcColumn .wcContent.wcBrowserContent{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.wcContainerSidebar .wcSidebar.wcDesktop .wcColumn .wcContent.wcBrowserContent .wcCustomizations{padding:0 15px 0 10px}.wcContainerSidebar .wcSidebar.wcDesktop .wcColumn .wcContent.wcChannelContent{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-height:500px;width:400px}.wcContainerSidebar .wcSidebar.wcDesktop .wcColumn .wcContent.wcAuthContent{width:400px}.wcContainerSidebar.wcSidebarLeft .wcSidebar{left:0;right:auto;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}
/*# sourceMappingURL=wise-chat-pro.min.css.map */
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #d3d3d3}.ui-widget-content{border:1px solid #aaa;background:#fff;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(/wp-content/plugins/wp-easycart/design/theme/base-responsive-v3/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:bold}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #d3d3d3;background:#e6e6e6 url(/wp-content/plugins/wp-easycart/design/theme/base-responsive-v3/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#555;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #999;background:#dadada url(/wp-content/plugins/wp-easycart/design/theme/base-responsive-v3/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#212121;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #aaa;background:#fff url(/wp-content/plugins/wp-easycart/design/theme/base-responsive-v3/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-icon-background,.ui-state-active .ui-icon-background{border:#aaa;background-color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(/wp-content/plugins/wp-easycart/design/theme/base-responsive-v3/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-checked{border:1px solid #fcefa1;background:#fbf9ee}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(/wp-content/plugins/wp-easycart/design/theme/base-responsive-v3/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(/wp-content/plugins/wp-easycart/design/theme/base-responsive-v3/images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(/wp-content/plugins/wp-easycart/design/theme/base-responsive-v3/images/ui-icons_222222_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url(/wp-content/plugins/wp-easycart/design/theme/base-responsive-v3/images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url(/wp-content/plugins/wp-easycart/design/theme/base-responsive-v3/images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url(/wp-content/plugins/wp-easycart/design/theme/base-responsive-v3/images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(/wp-content/plugins/wp-easycart/design/theme/base-responsive-v3/images/ui-icons_cd0a0a_256x240.png)}.ui-button .ui-icon{background-image:url(/wp-content/plugins/wp-easycart/design/theme/base-responsive-v3/images/ui-icons_888888_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:-8px -8px 8px #aaa;box-shadow:-8px -8px 8px #aaa}@charset "utf-8";
/* CSS Document */
/* Block iPad Hovers */
@media only screen and ( min-width:768px ) and ( max-width:1024px ){
	.ec_product_type1:hover .ec_flip_container .ec_image_back, .ec_product_type2:hover .ec_flip_container .ec_image_back, .ec_product_type3:hover .ec_flip_container .ec_image_back, .ec_product_type4:hover .ec_flip_container .ec_image_back, .ec_product_type5:hover .ec_flip_container .ec_image_back, .ec_product_type6:hover .ec_flip_container .ec_image_back, .ec_product_type1:hover .ec_flip_container .ec_image_back, .ec_product_type2:hover .ec_flip_container .ec_image_back, .ec_product_type3:hover .ec_flip_container .ec_image_back, .ec_product_type4:hover .ec_flip_container .ec_image_back, .ec_product_type5:hover .ec_flip_container .ec_image_back, .ec_product_type6:hover .ec_flip_container .ec_image_back{ -webkit-transform:none; -moz-transform:none; -ms-transform:none; transform:none; }
	.ec_image_front, .ec_image_back, .ec_image_front_2, .ec_image_back_2, .ec_image_front_3, .ec_image_back_3, .ec_image_front_4, .ec_image_back_4, .ec_image_front_5, .ec_image_back_5, .ec_image_front_6, .ec_image_back_6{ -webkit-transform: none; -moz-transform: none; -ms-transform:none; transform:none; -o-transition: none; -ms-transition: none; -moz-transition: none; -webkit-transition:none; transition:none; }
	.ec_product_type1:hover{ box-shadow:none; }
	.ec_product_type2:hover{ border:none !important; }
	.ec_product_quickview{ display:none !important }
}

.ec_account_page *, .ec_account_page :after, .ec_account_page :before, .ec_product_page *, .ec_product_page :after, .ec_product_page :before, .ec_cart_page *, .ec_cart_page :after, .ec_cart_page :before{ box-sizing: border-box; }

input[type="checkbox"]{ -webkit-appearance:checkbox; }
input[type="radio"]{ -webkit-appearance:radio; }

#bc-status-container{ margin:18px 0; float:left; width:100%; font-size:12px; color:#222; font-family:'Lato', Arial, sans-serif !important; font-weight:bold; }
.wp-easycart-toolbar-edit > a:before{ content:"\f174"; top:2px; }

/* Loader Classes */
.ec_order_success_loader{ display:block; position:relative; width:100%; height:150px; }
.ec_order_success_loader_v2{ width:150px; display:flex; flex-direction:column; }
.ec_order_success_loader_loaded{ display:block; position:absolute; top:50%; left:50%; margin-top:-50px; margin-left:-50px; width:100px; }
.ec_order_success_loader_loaded_path{ stroke-dasharray:1000; stroke-dashoffset:0; }
.ec_order_success_loader_loaded_spin{ -webkit-transform-origin:50% 50%; transform-origin:50% 50%; }
@-webkit-keyframes dash{
	0%{ stroke-dashoffset:1000; }
	100%{ stroke-dashoffset:0; }
}
@keyframes dash{
	0%{ stroke-dashoffset:1000; }
	100%{ stroke-dashoffset:0; }
}
@-webkit-keyframes spin{
  0%{ -webkit-transform:rotate(0deg); transform:rotate(0deg); }
  100%{ -webkit-transform:rotate(360deg); transform:rotate(360deg); }
}
@keyframes spin{
  0%{ -webkit-transform:rotate(0deg); transform:rotate(0deg); }
  100%{ -webkit-transform:rotate(360deg); transform:rotate(360deg); }
}
@-webkit-keyframes text {
	0%{ opacity:0; }
	100%{ opacity:1; }
}
@keyframes text{
	0%{ opacity:0; }
	100%{ opacity:1; }
}

/* Place holder fix */
.ec_cart_input_row input::-webkit-input-placeholder{ color: #999 !important; }
.ec_cart_input_row input::-moz-placeholder{ color: #999 !important; }
.ec_cart_input_row input:-ms-input-placeholder{ color: #999 !important; }
.ec_cart_input_row input:-moz-placeholder{ color: #999 !important; }

.ec_details_add_to_cart_area .ec_seasonal_mode{ float:left; width:100%; }
.ec_vacation_mode_header{ float:left; width:100%; text-align:center; background:#F7F7F7; padding:15px; margin-bottom:25px; }

/* Product Box LI */
#ec_store_product_list{ margin:0 -29px !important; list-style:disc outside; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display:block; -webkit-margin-before:1em; -webkit-margin-after:1em; -webkit-margin-start:0px; -webkit-margin-end:0px; line-height:inherit; padding:0 !important; text-shadow:none; }
#ec_store_product_list img{ background:none; border:none; padding:0; max-width:100%; height:auto; border-top-right-radius:10px; border-top-left-radius:10px; overflow:hidden; }
#ec_store_product_list input[type="button"]{ line-height:inherit; }
.ec_product_li{ display:list-item; vertical-align:top; padding:0px; margin:0 !important; text-align:left; list-style:none !important; height:auto; float:left; position:relative; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; zoom:1; z-index:0; }
.ec_product_page #ec_store_product_list li.ec_product_li{ margin:0 0 35px 0 !important; padding:0 29px 0 !important; }
.ec_product_li:before{ content:''; }
.ec_product_li.first{ clear:both !important; }
.ec_product_page .ec_product_li.not_first{ clear:none !important; }
.ec_product_li a > .image-overlay.overlay-type-extern{ display:none !important; }
.ec_image_link_cover{ position:absolute; top:0; left:0; width:100%; height:100%; z-index:669; border:none; border-bottom:none !important; }
.ec_image_link_cover:hover{ text-decoration:none; border:none; }
.ec_product_li.empty{ text-align:center; }
.ec_product_li.hidden{ display:none; }
.ec_productlist_ul{ padding-left:0px; }
.wp-easycart-carousel-item{ display:none; padding-bottom:20px; }
.ec_product_shortcode{ width:100%; }
.ec_productlist_ul{ display:flex; flex-direction:row; flex-wrap:wrap; align-items: flex-start; float:left; width:100%; list-style:none; margin: 0px; }
.ec_product_shortcode_no_borders .ec_product_type1, .ec_product_shortcode_no_borders .ec_product_type2, .ec_product_shortcode_no_borders .ec_product_type3, .ec_product_shortcode_no_borders .ec_product_type4, .ec_product_shortcode_no_borders .ec_product_type5, .ec_product_shortcode_no_borders .ec_product_type6{ border:none !important; }
.ec_product_type1 .ec_product_categories, .ec_product_type3 .ec_product_categories, .ec_product_type4 .ec_product_categories{ text-align:center; }
.ec_product_type2 .ec_product_categories{ text-align:left; padding-left:10px; padding-right:10px; }
.ec_product_type5 .ec_product_categories{ width:100%; text-align:center; padding:0 0 20px; margin-top:-25px; }

.ec_product_title_type1.ec_product_title_align_left, .ec_product_type1 .ec_product_categories.ec_cat_align_left, .ec_product_type1 .ec_product_price_align_left, .ec_product_type1 .ec_product_note_align_left, .ec_product_type1 .ec_product_success_align_left, .ec_product_type1 .ec_product_rating_align_left, .ec_product_type1 .ec_product_addtocart_align_left{ text-align:left !important; padding-left:10px; padding-right:10px; }
.ec_product_title_type1.ec_product_title_align_right, .ec_product_type1 .ec_product_categories.ec_cat_align_right, .ec_product_type1 .ec_product_rating_align_right, .ec_product_type1 .ec_product_price_align_right, .ec_product_type1 .ec_product_note_align_right, .ec_product_type1 .ec_product_success_align_right, .ec_product_type1 .ec_product_addtocart_align_right{ text-align:right !important; padding-left:10px; padding-right:10px; }
.ec_product_type1 .ec_product_rating_align_left > span, .ec_product_type1 .ec_product_rating_align_right > span{ display:inline-block; }

.ec_product_shortcode_no_borders .ec_product_title_type1.ec_product_title_align_left, .ec_product_shortcode_no_borders .ec_product_type1 .ec_product_categories.ec_cat_align_left, .ec_product_shortcode_no_borders .ec_product_type1 .ec_product_addtocart_align_left, .ec_product_shortcode_no_borders .ec_product_type1 .ec_product_rating_align_left, .ec_product_shortcode_no_borders .ec_product_type1 .ec_product_price_align_left, .ec_product_shortcode_no_borders .ec_product_type1 .ec_product_note_align_left, .ec_product_shortcode_no_borders .ec_product_type1 .ec_product_success_align_left, .ec_product_shortcode_no_borders .ec_product_type1 .ec_product_categories.ec_cat_align_right, .ec_product_shortcode_no_borders .ec_product_title_type1.ec_product_title_align_right, .ec_product_shortcode_no_borders .ec_product_type1 .ec_product_addtocart_align_right, .ec_product_shortcode_no_borders .ec_product_type1 .ec_product_rating_align_right, .ec_product_shortcode_no_borders .ec_product_type1 .ec_product_price_align_right, .ec_product_shortcode_no_borders .ec_product_type1 .ec_product_note_align_right, .ec_product_shortcode_no_borders .ec_product_type1 .ec_product_success_align_right{ padding-left:0px; padding-right:0px; margin-left:0px; margin-right:0px; }

.ec_product_title_type2.ec_product_title_align_center, .ec_product_type2 .ec_product_categories.ec_cat_align_center, .ec_product_type2 .ec_product_addtocart_align_center, .ec_product_type2 .ec_product_rating_align_center, .ec_product_type2 .ec_product_price_align_center, .ec_product_type2 .ec_product_note_align_center, .ec_product_type2 .ec_product_success_align_center{ text-align:center !important; }
.ec_product_title_type2.ec_product_title_align_right, .ec_product_type2 .ec_product_categories.ec_cat_align_right, .ec_product_type2 .ec_product_addtocart_align_right, .ec_product_type2 .ec_product_rating_align_right, .ec_product_type2 .ec_product_success_align_right, .ec_product_type2 .ec_product_price_align_right, .ec_product_type2 .ec_product_note_align_right{ text-align:right !important; }
.ec_product_stars_type2.ec_product_rating_align_right{ margin-left:0px; padding-right:10px; }
.ec_product_type2 .ec_product_rating_align_center > span, .ec_product_type2 .ec_product_rating_align_right > span{ display:inline-block; }

.ec_product_shortcode_no_borders .ec_product_title_type2, .ec_product_shortcode_no_borders .ec_product_type2 .ec_product_categories, .ec_product_shortcode_no_borders .ec_product_type2 .ec_product_stars_type2, .ec_product_shortcode_no_borders .ec_product_type2 .ec_price_container_type2, .ec_product_shortcode_no_borders .ec_product_type2 .ec_product_addtocart_container, .ec_product_shortcode_no_borders .ec_product_type2 .ec_product_successfully_added_container, .ec_product_shortcode_no_borders .ec_product_type2 .ec_out_of_stock, .ec_product_shortcode_no_borders .ec_product_type2 .ec_seasonal_mode, .ec_product_shortcode_no_borders .ec_product_type2 .ec_product_quickview_trial_notice2{ padding-left:0px !important; padding-right:0px !important; margin-left:0px; margin-right:0px; }

.ec_product_title_type3.ec_product_title_align_left, .ec_product_type3 .ec_product_categories.ec_cat_align_left, .ec_product_type3 .ec_product_price_align_left, .ec_product_type3 .ec_product_note_align_left, .ec_product_type3 .ec_product_success_align_left, .ec_product_type3 .ec_product_rating_align_left, .ec_product_type3 .ec_product_addtocart_align_left{ text-align:left !important; padding-left:10px; padding-right:10px; }
.ec_product_title_type3.ec_product_title_align_right, .ec_product_type3 .ec_product_categories.ec_cat_align_right, .ec_product_type3 .ec_product_rating_align_right, .ec_product_type3 .ec_product_price_align_right, .ec_product_type3 .ec_product_note_align_right, .ec_product_type3 .ec_product_success_align_right, .ec_product_type3 .ec_product_addtocart_align_right{ text-align:right !important; padding-left:10px; padding-right:10px; }
.ec_product_type3 .ec_product_addtocart_align_left .ec_product_addtocart{ left:10px; right:20%; }
.ec_product_type3 .ec_product_addtocart_align_right .ec_product_addtocart{ left:20%; right:10px; }
.ec_product_shortcode_no_borders .ec_product_type3 .ec_product_addtocart_align_left .ec_product_addtocart{ left:0%; right:20%; }
.ec_product_shortcode_no_borders .ec_product_type3 .ec_product_addtocart_align_right .ec_product_addtocart{ left:20%; right:0%; }
.ec_product_type3 .ec_product_rating_align_left > span, .ec_product_type3 .ec_product_rating_align_right > span{ display:inline-block; }

.ec_product_shortcode_no_borders .ec_product_title_type3, .ec_product_shortcode_no_borders .ec_product_type3 .ec_product_categories, .ec_product_shortcode_no_borders .ec_product_type3 .ec_product_stars_type3, .ec_product_shortcode_no_borders .ec_product_type3 .ec_price_container_type3, .ec_product_shortcode_no_borders .ec_product_type3 .ec_product_addtocart_container, .ec_product_shortcode_no_borders .ec_product_type3 .ec_product_successfully_added_container, .ec_product_shortcode_no_borders .ec_product_type3 .ec_out_of_stock, .ec_product_shortcode_no_borders .ec_product_type3 .ec_seasonal_mode, .ec_product_shortcode_no_borders .ec_product_type3 .ec_product_quickview_trial_notice3{ padding-left:0px !important; padding-right:0px !important; margin-left:0px; margin-right:0px; }

.ec_product_type4 .ec_product_addtocart_container{ margin-right:10px; }
.ec_product_title_type4.ec_product_title_align_left, .ec_product_type4 .ec_product_categories.ec_cat_align_left, .ec_product_type4 .ec_product_price_align_left, .ec_product_type4 .ec_product_note_align_left, .ec_product_type4 .ec_product_success_align_left, .ec_product_type4 .ec_product_rating_align_left, .ec_product_type4 .ec_product_addtocart_align_left{ text-align:left !important; padding-left:10px; padding-right:10px; }
.ec_product_type4 .ec_product_price_align_left > span{ float:left; width:100%; }
.ec_product_type4 .ec_product_addtocart_align_left{ margin-right:0px; }
.ec_product_type4 .ec_product_addtocart_align_left .ec_product_addtocart{ float:left; }
.ec_product_title_type4.ec_product_title_align_right, .ec_product_type4 .ec_product_categories.ec_cat_align_right, .ec_product_type4 .ec_product_rating_align_right, .ec_product_type4 .ec_product_price_align_right, .ec_product_type4 .ec_product_note_align_right, .ec_product_type4 .ec_product_success_align_right, .ec_product_type4 .ec_product_addtocart_align_right{ text-align:right !important; padding-left:10px; padding-right:10px; }
.ec_product_type4 .ec_product_rating_align_left > span, .ec_product_type4 .ec_product_rating_align_center > span, .ec_product_type4 .ec_product_rating_align_right > span{ display:inline-block; }
.ec_product_type4 .ec_product_price_align_center, .ec_product_type4 .ec_product_price_align_center > span{ float:left; width:100%; text-align:center; }
.ec_product_type4 .ec_product_addtocart_align_center{ width:100%; }
.ec_product_type4 .ec_product_addtocart_align_center .ec_product_addtocart{ float:none; width:60%; display:block; margin:0 auto; }
.ec_product_type4 .ec_product_addtocart_align_center .ec_product_addtocart > a{ float:none !important; margin:0 auto; display:block; }
.ec_product_type4 .ec_product_price_align_right > span{ float:left; width:100%; text-align:right; }
.ec_product_type4 .ec_product_price_align_left, .ec_product_type4 .ec_product_price_align_right, .ec_product_type4 .ec_product_addtocart_align_left, .ec_product_type4 .ec_product_addtocart_align_right{ width:100%; }

.ec_product_shortcode_no_borders .ec_product_title_type4, .ec_product_shortcode_no_borders .ec_product_type4 .ec_product_categories, .ec_product_shortcode_no_borders .ec_product_type4 .ec_product_stars_type4, .ec_product_shortcode_no_borders .ec_product_type4 .ec_price_container_type4, .ec_product_shortcode_no_borders .ec_product_type4 .ec_product_addtocart_container, .ec_product_shortcode_no_borders .ec_product_type4 .ec_product_successfully_added_container, .ec_product_shortcode_no_borders .ec_product_type4 .ec_out_of_stock, .ec_product_shortcode_no_borders .ec_product_type4 .ec_seasonal_mode, .ec_product_shortcode_no_borders .ec_product_type4 .ec_product_quickview_trial_notice4{ padding-left:0px !important; padding-right:0px !important; margin-left:0px; margin-right:0px; }

.ec_product_title_type5.ec_product_title_align_left, .ec_product_type5 .ec_product_categories.ec_cat_align_left, .ec_product_type5 .ec_product_price_align_left, .ec_product_type5 .ec_product_note_align_left, .ec_product_type5 .ec_product_success_align_left, .ec_product_type5 .ec_product_rating_align_left{ text-align:left !important; padding-left:10px; padding-right:10px; }
.ec_product_title_type5.ec_product_title_align_right, .ec_product_type5 .ec_product_categories.ec_cat_align_right, .ec_product_type5 .ec_product_rating_align_right, .ec_product_type5 .ec_product_price_align_right, .ec_product_type5 .ec_product_note_align_right, .ec_product_type5 .ec_product_success_align_right{ text-align:right !important; padding-left:10px; padding-right:10px; }
.ec_product_type5 .ec_product_rating_align_left > span, .ec_product_type5 .ec_product_rating_align_center > span, .ec_product_type5 .ec_product_rating_align_right > span{ display:inline-block; }

.ec_product_type6 .ec_product_title_align_left, .ec_product_type6 .ec_product_categories.ec_cat_align_left, .ec_product_type6 .ec_product_price_align_left, .ec_product_type6 .ec_product_note_align_left, .ec_product_type6 .ec_product_success_align_left, .ec_product_type6 .ec_product_rating_align_left, .ec_product_type6 .ec_product_desc_align_left, .ec_product_type6 .ec_product_addtocart_align_left{ text-align:left !important; }
.ec_product_type6 .ec_product_title_align_center, .ec_product_type6 .ec_product_categories.ec_cat_align_center, .ec_product_type6 .ec_product_rating_align_center, .ec_product_type6 .ec_product_price_align_center, .ec_product_type6 .ec_product_note_align_center, .ec_product_type6 .ec_product_success_align_center, .ec_product_type6 .ec_product_desc_align_center, .ec_product_type6 .ec_product_addtocart_align_center{ text-align:center !important; }
.ec_product_type6 .ec_product_title_align_right, .ec_product_type6 .ec_product_categories.ec_cat_align_right, .ec_product_type6 .ec_product_rating_align_right, .ec_product_type6 .ec_product_price_align_right, .ec_product_type6 .ec_product_note_align_right, .ec_product_type6 .ec_product_success_align_right, .ec_product_type6 .ec_product_desc_align_right, .ec_product_type6 .ec_product_addtocart_align_right{ text-align:right !important; padding-right:15px !important; }
.ec_product_type6 .ec_product_rating_align_left > span, .ec_product_type6 .ec_product_rating_align_center > span, .ec_product_type6 .ec_product_rating_align_right > span{ display:inline-block; }

.ec_product_addtocart_quantity{ float:none; width:50px; clear:both; display:inline-block; border:1px solid #CCC; text-align:center; }

/* Product Shortcode Spacing */
.ec_productlist_ul.sp-0{ width:100%; margin-left:0px; margin-right:0px; }
.ec_productlist_ul.sp-0 > .ec_product_li{ padding:0px; }
.ec_productlist_ul.sp-1{ width:calc(100% + 1px); margin-left:.5px; margin-right:.5px; }
.ec_productlist_ul.sp-1 > .ec_product_li{ padding:.5px; }
.ec_productlist_ul.sp-2{ width:calc(100% + 2px); margin-left:1px; margin-right:1px; }
.ec_productlist_ul.sp-2 > .ec_product_li{ padding:1px; }
.ec_productlist_ul.sp-3{ width:calc(100% + 3px); margin-left:1.5px; margin-right:1.5px; }
.ec_productlist_ul.sp-3 > .ec_product_li{ padding:1.5px; }
.ec_productlist_ul.sp-4{ width:calc(100% + 4px); margin-left:2px; margin-right:2px; }
.ec_productlist_ul.sp-4 > .ec_product_li{ padding:2px; }
.ec_productlist_ul.sp-5{ width:calc(100% + 5px); margin-left:-2.5px; margin-right:-2.5px; }
.ec_productlist_ul.sp-5 > .ec_product_li{ padding:2.5px; }
.ec_productlist_ul.sp-6{ width:calc(100% + 6px); margin-left:-3px; margin-right:-3px; }
.ec_productlist_ul.sp-6 > .ec_product_li{ padding:3px; }
.ec_productlist_ul.sp-7{ width:calc(100% + 7px); margin-left:-3.5px; margin-right:-3.5px; }
.ec_productlist_ul.sp-7 > .ec_product_li{ padding:3.5px; }
.ec_productlist_ul.sp-8{ width:calc(100% + 8px); margin-left:-4px; margin-right:-4px; }
.ec_productlist_ul.sp-8 > .ec_product_li{ padding:4px; }
.ec_productlist_ul.sp-9{ width:calc(100% + 9px); margin-left:-4.5px; margin-right:-4.5px; }
.ec_productlist_ul.sp-9 > .ec_product_li{ padding:4.5px; }
.ec_productlist_ul.sp-10{ width:calc(100% + 10px); margin-left:-5px; margin-right:-5px; }
.ec_productlist_ul.sp-10 > .ec_product_li{ padding:5px; }
.ec_productlist_ul.sp-11{ width:calc(100% + 11px); margin-left:-5.5px; margin-right:-5.5px; }
.ec_productlist_ul.sp-11 > .ec_product_li{ padding:5.5px; }
.ec_productlist_ul.sp-12{ width:calc(100% + 12px); margin-left:-6px; margin-right:-6px; }
.ec_productlist_ul.sp-12 > .ec_product_li{ padding:6px; }
.ec_productlist_ul.sp-13{ width:calc(100% + 13px); margin-left:-6.5px; margin-right:-6.5px; }
.ec_productlist_ul.sp-13 > .ec_product_li{ padding:6.5px; }
.ec_productlist_ul.sp-14{ width:calc(100% + 14px); margin-left:-7px; margin-right:-7px; }
.ec_productlist_ul.sp-14 > .ec_product_li{ padding:7px; }
.ec_productlist_ul.sp-15{ width:calc(100% + 15px); margin-left:-7.5px; margin-right:-7.5px; }
.ec_productlist_ul.sp-15 > .ec_product_li{ padding:7.5px; }
.ec_productlist_ul.sp-16{ width:calc(100% + 16px); margin-left:-8px; margin-right:-8px; }
.ec_productlist_ul.sp-16 > .ec_product_li{ padding:8px; }
.ec_productlist_ul.sp-17{ width:calc(100% + 17px); margin-left:-8.5px; margin-right:-8.5px; }
.ec_productlist_ul.sp-17 > .ec_product_li{ padding:8.5px; }
.ec_productlist_ul.sp-18{ width:calc(100% + 18px); margin-left:-9px; margin-right:-9px; }
.ec_productlist_ul.sp-18 > .ec_product_li{ padding:9px; }
.ec_productlist_ul.sp-19{ width:calc(100% + 19px); margin-left:-9.5px; margin-right:-9.5px; }
.ec_productlist_ul.sp-19 > .ec_product_li{ padding:9.5px; }
.ec_productlist_ul.sp-20{ width:calc(100% + 20px); margin-left:-10px; margin-right:-10px; }
.ec_productlist_ul.sp-20 > .ec_product_li{ padding:10px; }
.ec_productlist_ul.sp-21{ width:calc(100% + 21px); margin-left:-10.5px; margin-right:-10.5px; }
.ec_productlist_ul.sp-21 > .ec_product_li{ padding:10.5px; }
.ec_productlist_ul.sp-22{ width:calc(100% + 22px); margin-left:-11px; margin-right:-11px; }
.ec_productlist_ul.sp-22 > .ec_product_li{ padding:11px; }
.ec_productlist_ul.sp-23{ width:calc(100% + 23px); margin-left:-11.5px; margin-right:-11.5px; }
.ec_productlist_ul.sp-23 > .ec_product_li{ padding:11.5px; }
.ec_productlist_ul.sp-24{ width:calc(100% + 24px); margin-left:-12px; margin-right:-12px; }
.ec_productlist_ul.sp-24 > .ec_product_li{ padding:12px; }
.ec_productlist_ul.sp-25{ width:calc(100% + 25px); margin-left:-12.5px; margin-right:-12.5px; }
.ec_productlist_ul.sp-25 > .ec_product_li{ padding:12.5px; }
.ec_productlist_ul.sp-26{ width:calc(100% + 26px); margin-left:-13px; margin-right:-13px; }
.ec_productlist_ul.sp-26 > .ec_product_li{ padding:13px; }
.ec_productlist_ul.sp-27{ width:calc(100% + 27px); margin-left:-13.5px; margin-right:-13.5px; }
.ec_productlist_ul.sp-27 > .ec_product_li{ padding:13.5px; }
.ec_productlist_ul.sp-28{ width:calc(100% + 28px); margin-left:-14px; margin-right:-14px; }
.ec_productlist_ul.sp-28 > .ec_product_li{ padding:14px; }
.ec_productlist_ul.sp-29{ width:calc(100% + 29px); margin-left:-14.5px; margin-right:-14.5px; }
.ec_productlist_ul.sp-29 > .ec_product_li{ padding:14.5px; }
.ec_productlist_ul.sp-30{ width:calc(100% + 30px); margin-left:-15px; margin-right:-15px; }
.ec_productlist_ul.sp-30 > .ec_product_li{ padding:15px; }
.ec_productlist_ul.sp-31{ width:calc(100% + 31px); margin-left:-15.5px; margin-right:-15.5px; }
.ec_productlist_ul.sp-31 > .ec_product_li{ padding:15.5px; }
.ec_productlist_ul.sp-32{ width:calc(100% + 32px); margin-left:-16px; margin-right:-16px; }
.ec_productlist_ul.sp-32 > .ec_product_li{ padding:16px; }
.ec_productlist_ul.sp-33{ width:calc(100% + 33px); margin-left:-16.5px; margin-right:-16.5px; }
.ec_productlist_ul.sp-33 > .ec_product_li{ padding:16.5px; }
.ec_productlist_ul.sp-34{ width:calc(100% + 34px); margin-left:-17px; margin-right:-17px; }
.ec_productlist_ul.sp-34 > .ec_product_li{ padding:17px; }
.ec_productlist_ul.sp-35{ width:calc(100% + 35px); margin-left:-17.5px; margin-right:-17.5px; }
.ec_productlist_ul.sp-35 > .ec_product_li{ padding:17.5px; }
.ec_productlist_ul.sp-36{ width:calc(100% + 36px); margin-left:-18px; margin-right:-18px; }
.ec_productlist_ul.sp-36 > .ec_product_li{ padding:18px; }
.ec_productlist_ul.sp-37{ width:calc(100% + 37px); margin-left:-18.5px; margin-right:-18.5px; }
.ec_productlist_ul.sp-37 > .ec_product_li{ padding:18.5px; }
.ec_productlist_ul.sp-38{ width:calc(100% + 38px); margin-left:-19px; margin-right:-19px; }
.ec_productlist_ul.sp-38 > .ec_product_li{ padding:19px; }
.ec_productlist_ul.sp-39{ width:calc(100% + 39px); margin-left:-19.5px; margin-right:-19.5px; }
.ec_productlist_ul.sp-39 > .ec_product_li{ padding:19.5px; }
.ec_productlist_ul.sp-40{ width:calc(100% + 40px); margin-left:-20px; margin-right:-20px; }
.ec_productlist_ul.sp-40 > .ec_product_li{ padding:20px; }

.ec_productlist_ul.columns8 > .ec_product_li, .ec_productlist_ul.columns8 > li.ec_product_li{ flex-basis:12.5%; max-width:12.5%; }
.ec_productlist_ul.columns8 > .ec_product_li:nth-child( 8n+1 ){ clear:both; }
.ec_productlist_ul.columns7 > .ec_product_li, .ec_productlist_ul.columns7 > li.ec_product_li{ flex-basis:14.285714%; max-width:14.285714%; }
.ec_productlist_ul.columns7 > .ec_product_li:nth-child( 7n+1 ){ clear:both; }
.ec_productlist_ul.columns6 > .ec_product_li, .ec_productlist_ul.columns6 > li.ec_product_li{ flex-basis:16.666666%; max-width:16.666666%; }
.ec_productlist_ul.columns6 > .ec_product_li:nth-child( 6n+1 ){ clear:both; }
.ec_productlist_ul.columns5 > .ec_product_li, .ec_productlist_ul.columns5 > li.ec_product_li{ flex-basis:20%; max-width:20%; }
.ec_productlist_ul.columns5 > .ec_product_li:nth-child( 5n+1 ){ clear:both; }
.ec_productlist_ul.columns4 > .ec_product_li, .ec_productlist_ul.columns4 > li.ec_product_li{ flex-basis:25%; max-width:25%; }
.ec_productlist_ul.columns4 > .ec_product_li:nth-child( 4n+1 ){ clear:both; }
.ec_productlist_ul.columns3 > .ec_product_li, .ec_productlist_ul.columns3 > li.ec_product_li{ flex-basis:33.33333%; max-width:33.333333%; }
.ec_productlist_ul.columns3 > .ec_product_li:nth-child( 3n+1 ){ clear:both; }
.ec_productlist_ul.columns2 > .ec_product_li, .ec_productlist_ul.columns2 > li.ec_product_li{ flex-basis:50%; max-width:50%; }
.ec_productlist_ul.columns2 > .ec_product_li:nth-child( 2n+1 ){ clear:both; }
.ec_productlist_ul.columns1 > .ec_product_li, .ec_productlist_ul.columns1 > li.ec_product_li{ flex-basis:100%; max-width:100%; }
.ec_productlist_ul.columns1 > .ec_product_li:nth-child( 1n+1 ){ clear:both; }
@media only screen and ( min-width:1200px ){
    .ec_productlist_ul.columns8 > .ec_product_li:nth-child( 8n+1 ){ clear:none; }
    .ec_productlist_ul.columns7 > .ec_product_li:nth-child( 7n+1 ){ clear:none; }
    .ec_productlist_ul.columns6 > .ec_product_li:nth-child( 6n+1 ){ clear:none; }
    .ec_productlist_ul.columns5 > .ec_product_li:nth-child( 5n+1 ){ clear:none; }
    .ec_productlist_ul.columns4 > .ec_product_li:nth-child( 4n+1 ){ clear:none; }
    .ec_productlist_ul.columns3 > .ec_product_li:nth-child( 3n+1 ){ clear:none; }
    .ec_productlist_ul.columns2 > .ec_product_li:nth-child( 2n+1 ){ clear:none; }
    .ec_productlist_ul.columns1 > .ec_product_li:nth-child( 1n+1 ){ clear:none; }
    .ec_productlist_ul.colsdesktop8 > .ec_product_li, .ec_productlist_ul.colsdesktop8 > li.ec_product_li{ flex-basis:12.5%; max-width:12.5%; }
    .ec_productlist_ul.colsdesktop8 > .ec_product_li:nth-child( 8n+1 ){ clear:both; }
    .ec_productlist_ul.colsdesktop7 > .ec_product_li, .ec_productlist_ul.colsdesktop7 > li.ec_product_li{ flex-basis:14.285714%; max-width:14.285714%; }
    .ec_productlist_ul.colsdesktop7 > .ec_product_li:nth-child( 7n+1 ){ clear:both; }
    .ec_productlist_ul.colsdesktop6 > .ec_product_li, .ec_productlist_ul.colsdesktop6 > li.ec_product_li{ flex-basis:16.666666%; max-width:16.666666%; }
    .ec_productlist_ul.colsdesktop6 > .ec_product_li:nth-child( 6n+1 ){ clear:both; }
    .ec_productlist_ul.colsdesktop5 > .ec_product_li, .ec_productlist_ul.colsdesktop5 > li.ec_product_li{ flex-basis:20%; max-width:20%; }
    .ec_productlist_ul.colsdesktop5 > .ec_product_li:nth-child( 5n+1 ){ clear:both; }
    .ec_productlist_ul.colsdesktop4 > .ec_product_li, .ec_productlist_ul.colsdesktop4 > li.ec_product_li{ flex-basis:25%; max-width:25%; }
    .ec_productlist_ul.colsdesktop4 > .ec_product_li:nth-child( 4n+1 ){ clear:both; }
    .ec_productlist_ul.colsdesktop3 > .ec_product_li, .ec_productlist_ul.colsdesktop3 > li.ec_product_li{ flex-basis:33.33333%; max-width:33.333333%; }
    .ec_productlist_ul.colsdesktop3 > .ec_product_li:nth-child( 3n+1 ){ clear:both; }
    .ec_productlist_ul.colsdesktop2 > .ec_product_li, .ec_productlist_ul.colsdesktop2 > li.ec_product_li{ flex-basis:50%; max-width:50%; }
    .ec_productlist_ul.colsdesktop2 > .ec_product_li:nth-child( 2n+1 ){ clear:both; }
    .ec_productlist_ul.colsdesktop1 > .ec_product_li, .ec_productlist_ul.colsdesktop1 > li.ec_product_li{ flex-basis:100%; max-width:100%; }
    .ec_productlist_ul.colsdesktop1 > .ec_product_li:nth-child( 1n+1 ){ clear:both; }
}
@media only screen and ( min-width:768px ) and ( max-width:991px ){
    .ec_productlist_ul.columns8 > .ec_product_li:nth-child( 8n+1 ){ clear:none; }
    .ec_productlist_ul.columns7 > .ec_product_li:nth-child( 7n+1 ){ clear:none; }
    .ec_productlist_ul.columns6 > .ec_product_li:nth-child( 6n+1 ){ clear:none; }
    .ec_productlist_ul.columns5 > .ec_product_li:nth-child( 5n+1 ){ clear:none; }
    .ec_productlist_ul.columns4 > .ec_product_li:nth-child( 4n+1 ){ clear:none; }
    .ec_productlist_ul.columns3 > .ec_product_li:nth-child( 3n+1 ){ clear:none; }
    .ec_productlist_ul.columns2 > .ec_product_li:nth-child( 2n+1 ){ clear:none; }
    .ec_productlist_ul.columns1 > .ec_product_li:nth-child( 1n+1 ){ clear:none; }
    .ec_productlist_ul.colstablet8 > .ec_product_li, .ec_productlist_ul.colstablet8 > li.ec_product_li{ flex-basis:12.5%; max-width:12.5%; }
    .ec_productlist_ul.colstablet8 > .ec_product_li:nth-child( 8n+1 ){ clear:both; }
    .ec_productlist_ul.colstablet7 > .ec_product_li, .ec_productlist_ul.colstablet7 > li.ec_product_li{ flex-basis:14.285714%; max-width:14.285714%; }
    .ec_productlist_ul.colstablet7 > .ec_product_li:nth-child( 7n+1 ){ clear:both; }
    .ec_productlist_ul.colstablet6 > .ec_product_li, .ec_productlist_ul.colstablet6 > li.ec_product_li{ flex-basis:16.666666%; max-width:16.666666%; }
    .ec_productlist_ul.colstablet6 > .ec_product_li:nth-child( 6n+1 ){ clear:both; }
    .ec_productlist_ul.colstablet5 > .ec_product_li, .ec_productlist_ul.colstablet5 > li.ec_product_li{ flex-basis:20%; max-width:20%; }
    .ec_productlist_ul.colstablet5 > .ec_product_li:nth-child( 5n+1 ){ clear:both; }
    .ec_productlist_ul.colstablet4 > .ec_product_li, .ec_productlist_ul.colstablet4 > li.ec_product_li{ flex-basis:25%; max-width:25%; }
    .ec_productlist_ul.colstablet4 > .ec_product_li:nth-child( 4n+1 ){ clear:both; }
    .ec_productlist_ul.colstablet3 > .ec_product_li, .ec_productlist_ul.colstablet3 > li.ec_product_li{ flex-basis:33.33333%; max-width:33.333333%; }
    .ec_productlist_ul.colstablet3 > .ec_product_li:nth-child( 3n+1 ){ clear:both; }
    .ec_productlist_ul.colstablet2 > .ec_product_li, .ec_productlist_ul.colstablet2 > li.ec_product_li{ flex-basis:50%; max-width:50%; }
    .ec_productlist_ul.colstablet2 > .ec_product_li:nth-child( 2n+1 ){ clear:both; }
    .ec_productlist_ul.colstablet1 > .ec_product_li, .ec_productlist_ul.colstablet1 > li.ec_product_li{ flex-basis:100%; max-width:100%; }
    .ec_productlist_ul.colstablet1 > .ec_product_li:nth-child( 1n+1 ){ clear:both; }
}
@media only screen and ( min-width:576px ) and ( max-width:767px ){
    .ec_productlist_ul.columns8 > .ec_product_li:nth-child( 8n+1 ){ clear:none; }
    .ec_productlist_ul.columns7 > .ec_product_li:nth-child( 7n+1 ){ clear:none; }
    .ec_productlist_ul.columns6 > .ec_product_li:nth-child( 6n+1 ){ clear:none; }
    .ec_productlist_ul.columns5 > .ec_product_li:nth-child( 5n+1 ){ clear:none; }
    .ec_productlist_ul.columns4 > .ec_product_li:nth-child( 4n+1 ){ clear:none; }
    .ec_productlist_ul.columns3 > .ec_product_li:nth-child( 3n+1 ){ clear:none; }
    .ec_productlist_ul.columns2 > .ec_product_li:nth-child( 2n+1 ){ clear:none; }
    .ec_productlist_ul.columns1 > .ec_product_li:nth-child( 1n+1 ){ clear:none; }
    .ec_productlist_ul.colsmobile8 > .ec_product_li, .ec_productlist_ul.colsmobile8 > li.ec_product_li{ flex-basis:12.5%; max-width:12.5%; }
    .ec_productlist_ul.colsmobile8 > .ec_product_li:nth-child( 8n+1 ){ clear:both; }
    .ec_productlist_ul.colsmobile7 > .ec_product_li, .ec_productlist_ul.colsmobile7 > li.ec_product_li{ flex-basis:14.285714%; max-width:14.285714%; }
    .ec_productlist_ul.colsmobile7 > .ec_product_li:nth-child( 7n+1 ){ clear:both; }
    .ec_productlist_ul.colsmobile6 > .ec_product_li, .ec_productlist_ul.colsmobile6 > li.ec_product_li{ flex-basis:16.666666%; max-width:16.666666%; }
    .ec_productlist_ul.colsmobile6 > .ec_product_li:nth-child( 6n+1 ){ clear:both; }
    .ec_productlist_ul.colsmobile5 > .ec_product_li, .ec_productlist_ul.colsmobile5 > li.ec_product_li{ flex-basis:20%; max-width:20%; }
    .ec_productlist_ul.colsmobile5 > .ec_product_li:nth-child( 5n+1 ){ clear:both; }
    .ec_productlist_ul.colsmobile4 > .ec_product_li, .ec_productlist_ul.colsmobile4 > li.ec_product_li{ flex-basis:25%; max-width:25%; }
    .ec_productlist_ul.colsmobile4 > .ec_product_li:nth-child( 4n+1 ){ clear:both; }
    .ec_productlist_ul.colsmobile3 > .ec_product_li, .ec_productlist_ul.colsmobile3 > li.ec_product_li{ flex-basis:33.33333%; max-width:33.333333%; }
    .ec_productlist_ul.colsmobile3 > .ec_product_li:nth-child( 3n+1 ){ clear:both; }
    .ec_productlist_ul.colsmobile2 > .ec_product_li, .ec_productlist_ul.colsmobile2 > li.ec_product_li{ flex-basis:50%; max-width:50%; }
    .ec_productlist_ul.colsmobile2 > .ec_product_li:nth-child( 2n+1 ){ clear:both; }
    .ec_productlist_ul.colsmobile1 > .ec_product_li, .ec_productlist_ul.colsmobile1 > li.ec_product_li{ flex-basis:100%; max-width:100%; }
    .ec_productlist_ul.colsmobile1 > .ec_product_li:nth-child( 1n+1 ){ clear:both; }
}
@media only screen and ( max-width:575px ){
    .ec_productlist_ul.columns8 > .ec_product_li:nth-child( 8n+1 ){ clear:none; }
    .ec_productlist_ul.columns7 > .ec_product_li:nth-child( 7n+1 ){ clear:none; }
    .ec_productlist_ul.columns6 > .ec_product_li:nth-child( 6n+1 ){ clear:none; }
    .ec_productlist_ul.columns5 > .ec_product_li:nth-child( 5n+1 ){ clear:none; }
    .ec_productlist_ul.columns4 > .ec_product_li:nth-child( 4n+1 ){ clear:none; }
    .ec_productlist_ul.columns3 > .ec_product_li:nth-child( 3n+1 ){ clear:none; }
    .ec_productlist_ul.columns2 > .ec_product_li:nth-child( 2n+1 ){ clear:none; }
    .ec_productlist_ul.columns1 > .ec_product_li:nth-child( 1n+1 ){ clear:none; }
    .ec_productlist_ul.colssmall8 > .ec_product_li, .ec_productlist_ul.colssmall8 > li.ec_product_li{ flex-basis:12.5%; max-width:12.5%; }
    .ec_productlist_ul.colssmall8 > .ec_product_li:nth-child( 8n+1 ){ clear:both; }
    .ec_productlist_ul.colssmall7 > .ec_product_li, .ec_productlist_ul.colssmall7 > li.ec_product_li{ flex-basis:14.285714%; max-width:14.285714%; }
    .ec_productlist_ul.colssmall7 > .ec_product_li:nth-child( 7n+1 ){ clear:both; }
    .ec_productlist_ul.colssmall6 > .ec_product_li, .ec_productlist_ul.colssmall6 > li.ec_product_li{ flex-basis:16.666666%; max-width:16.666666%; }
    .ec_productlist_ul.colssmall6 > .ec_product_li:nth-child( 6n+1 ){ clear:both; }
    .ec_productlist_ul.colssmall5 > .ec_product_li, .ec_productlist_ul.colssmall5 > li.ec_product_li{ flex-basis:20%; max-width:20%; }
    .ec_productlist_ul.colssmall5 > .ec_product_li:nth-child( 5n+1 ){ clear:both; }
    .ec_productlist_ul.colssmall4 > .ec_product_li, .ec_productlist_ul.colssmall4 > li.ec_product_li{ flex-basis:25%; max-width:25%; }
    .ec_productlist_ul.colssmall4 > .ec_product_li:nth-child( 4n+1 ){ clear:both; }
    .ec_productlist_ul.colssmall3 > .ec_product_li, .ec_productlist_ul.colssmall3 > li.ec_product_li{ flex-basis:33.33333%; max-width:33.333333%; }
    .ec_productlist_ul.colssmall3 > .ec_product_li:nth-child( 3n+1 ){ clear:both; }
    .ec_productlist_ul.colssmall2 > .ec_product_li, .ec_productlist_ul.colssmall2 > li.ec_product_li{ flex-basis:50%; max-width:50%; }
    .ec_productlist_ul.colssmall2 > .ec_product_li:nth-child( 2n+1 ){ clear:both; }
    .ec_productlist_ul.colssmall1 > .ec_product_li, .ec_productlist_ul.colssmall1 > li.ec_product_li{ flex-basis:100%; max-width:100%; }
    .ec_productlist_ul.colssmall1 > .ec_product_li:nth-child( 1n+1 ){ clear:both; }
}

/* Product Types */
.ec_product_type1{ position:relative; border:1px solid #EAEAEA; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; background-color:#FFF; border-top-left-radius:10px; border-top-right-radius:10px; }
.ec_product_type1 > .ec_image_container_none, .ec_product_type1 > .ec_image_container_border, .ec_product_type1 > .ec_image_container_shadow{ border-top-left-radius:10px; border-top-right-radius:10px; overflow:hidden; }
.ec_product_type1:hover{ box-shadow:#999 0px 4px 8px; }
.ec_product_type2{ border:1px solid; border-color:#FFF !important; position:relative; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; background-color:#FFF; }
.ec_product_type2:hover{ border-color:#e1e1e1 !important; }
.ec_product_type3{ position:relative; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; background-color:#FFF; }
.ec_product_type4{ position:relative; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; background-color:#FFF; }
.ec_product_type5{ position:relative; border:1px solid #EAEAEA; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; box-shadow:#999 0px 4px 8px; background-color:#FFF; border-top-right-radius:10px; border-top-left-radius:10px; }
.ec_product_type6{ position:relative; overflow-y:auto; overflow-x:hidden; border:1px solid #EAEAEA; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; box-shadow:#999 0px 4px 8px; background-color:#FFF; color:#777; }
.ec_product_type6 .ec_image_container_none, .ec_product_type6 .ec_image_container_border, .ec_product_type6 .ec_image_container_shadow{ max-width:30%; }
.ec_product_type6 > div > div> div.ec_product_image_container, .ec_product_type6 > div > div> div.ec_product_image_container img{ border-top-right-radius:0px !important; }

/* Product Tags */
.ec_tag1{ min-height: 58px; min-width: 58px; padding: 5px; font-weight: bold; position: absolute; text-align: center; line-height: 47px; top: -18px; right: 23px; left: auto; margin: 0; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; -webkit-box-shadow: inset 0 0 0 rgba(255,255,255,0.3), inset 0 0 0 rgba(0,0,0,0.2), 0 0 0 rgba(0,0,0,0.2); -moz-box-shadow: inset 0 0 0 rgba(255,255,255,0.3), inset 0 0 0 rgba(0,0,0,0.2), 0 0 0 rgba(0,0,0,0.2); box-shadow: inset 0 0 0 rgba(255,255,255,0.3), inset 0 0 0 rgba(0,0,0,0.2), 0 0 0 rgba(0,0,0,0.2); text-transform: uppercase; font-style: italic; font-size: 10px; z-index: 40; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; text-shadow: 0 0 0 #000; }
.ec_tag2{ position: absolute; top: 5px; left: 35px; z-index: 40; }
.ec_tag2 > span{ font-size: 11px; font-weight: bold; line-height: 1; padding: 4px 6px; position: relative; display: block; margin-bottom: 11px; }
.ec_tag3{ position:absolute; top:0; right:29px; width:7em; height:7em; overflow:hidden; z-index:40; }
.ec_tag3 > span{ position:absolute; top:2em; left:auto; right:-5.5em; padding:0 7em; -webkit-transform: rotate(45deg); transform:rotate(45deg); }
.ec_tag4{ position: absolute; top: 5px; left: 35px; z-index: 40; }
.ec_tag4 > span{ font-size: 13px; font-weight: bold; font-family:'Monda',Arial,sans-serif; line-height: 1; padding: 4px 6px; position: relative; display: block; margin-bottom: 11px; }

/* Dynamic Sizing with JS */
.dynamic_height_rule{ height:auto !important; min-height:inherit !important; }
.dynamic_height_rule img{ float:left; max-width:100%; }

/* Image Display Types */
.ec_image_container_none, .ec_image_container_border, .ec_image_container_shadow{ position:relative; }
.ec_image_container_border img{ border:1px solid #CACACA; border-top-right-radius:10px; border-top-left-radius:10px; overflow:hidden; }
.ec_image_container_shadow img{ border:1px solid #b2b0b0; border-top-right-radius:10px; border-top-left-radius:10px; overflow:hidden; box-shadow:0px 4px 9px #757575; }

/* Image, no effect */
.ec_single_none_container{ position:relative; overflow:hidden; }
.ec_single_none_container .ec_product_image_2{ display:none; }
.ec_single_none_container .ec_flipbook_left{ display:none; }
.ec_single_none_container .ec_flipbook_right{ display:none; }
.ec_single_none_container .ec_image_auto_sizer{ display:none; }
.ec_single_none_container .ec_flipbook_image{ display:none; }

/* Image Type Flip Front/Back */
.ec_flip_container{ position:relative; max-width:100%; overflow:hidden; }
.ec_product_type1:hover .ec_flip_container, .ec_product_type2:hover .ec_flip_container, .ec_product_type3:hover .ec_flip_container, .ec_product_type4:hover .ec_flip_container, .ec_product_type5:hover .ec_flip_container, .ec_product_type6:hover .ec_flip_container{ cursor:pointer; }
.ec_product_type1:hover .ec_flip_container .ec_product_image_1, .ec_product_type2:hover .ec_flip_container .ec_product_image_1, .ec_product_type3:hover .ec_flip_container .ec_product_image_1, .ec_product_type4:hover .ec_flip_container .ec_product_image_1, .ec_product_type5:hover .ec_flip_container .ec_product_image_1, .ec_product_type6:hover .ec_flip_container .ec_product_image_1{ -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); }
.ec_product_type1:hover .ec_flip_container .ec_product_image_2, .ec_product_type2:hover .ec_flip_container .ec_product_image_2, .ec_product_type3:hover .ec_flip_container .ec_product_image_2, .ec_product_type4:hover .ec_flip_container .ec_product_image_2, .ec_product_type5:hover .ec_flip_container .ec_product_image_2, .ec_product_type6:hover .ec_flip_container .ec_product_image_2{ -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); -ms-transform: rotateY(0deg); z-index:10; position: absolute; }
.ec_flip_container .ec_product_image_1, .ec_flip_container .ec_product_image_2{ top: 0; left: 0; width:100%; height:100%; }
.ec_flip_container .ec_product_image_1{ position:relative; -webkit-transform: rotateX(0deg) rotateY(0deg); -webkit-transform-style: preserve-3d; -webkit-backface-visibility: hidden; -webkit-perspective: 1000; -moz-transform: rotateX(0deg) rotateY(0deg); -moz-transform-style: preserve-3d; -moz-backface-visibility: hidden; -ms-transform: rotateY(0deg); -ms-transform-style:preserve-3d; -ms-backface-visibility:hidden; transform-style: preserve-3d; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out; }
.ec_flip_container .ec_product_image_2{ position:absolute; -webkit-transform: rotateY(-180deg); -webkit-transform-style: preserve-3d; -webkit-backface-visibility: hidden; -webkit-perspective: 1000; -moz-transform: rotateY(-180deg); -moz-transform-style: preserve-3d; -moz-backface-visibility: hidden; -ms-transform: rotateY(-180deg); -ms-transform-style:preserve-3d; -ms-backface-visibility:hidden; transform-style: preserve-3d; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out; }
.ec_flip_container .ec_product_image_1 > img, .ec_flip_container .ec_product_image_2 > img{ width:100%; height:auto; }
.ec_flip_container .ec_flipbook_left{ display:none; }
.ec_flip_container .ec_flipbook_right{ display:none; }
.ec_flip_container .ec_image_auto_sizer{ display:none; }
.ec_flip_container .ec_flipbook_image{ display:none; }

/* Image Type Fade Front/Back */
.ec_fade_container{ position:relative; max-width:100%; overflow:hidden; }
.ec_product_type1:hover .ec_fade_container, .ec_product_type2:hover .ec_fade_container, .ec_product_type3:hover .ec_fade_container, .ec_product_type4:hover .ec_fade_container, .ec_product_type5:hover .ec_fade_container, .ec_product_type6:hover .ec_fade_container{ cursor:pointer; }
.ec_product_type1:hover .ec_fade_container .ec_product_image_1, .ec_product_type2:hover .ec_fade_container .ec_product_image_1, .ec_product_type3:hover .ec_fade_container .ec_product_image_1, .ec_product_type4:hover .ec_fade_container .ec_product_image_1, .ec_product_type5:hover .ec_fade_container .ec_product_image_1, .ec_product_type6:hover .ec_fade_container .ec_product_image_1{ opacity:0; }
.ec_fade_container .ec_product_image_container{ -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; display:block; }
.ec_fade_container .ec_product_image_1, .ec_fade_container .ec_product_image_2{ width:100%; height:100%; left:0; -webkit-transition: opacity .5s ease-in-out; -moz-transition: opacity .5s ease-in-out; -o-transition: opacity .5s ease-in-out; transition: opacity .5s ease-in-out; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; display:block; }
.ec_fade_container .ec_product_image_1 > img, .ec_fade_container .ec_product_image_2 > img{ width:100%; height:auto; }
.ec_fade_container .ec_product_image_1{ position:absolute; z-index:2; }
.ec_fade_container .ec_product_image_2{ z-index:1; }
.ec_fade_container .ec_flipbook_left{ display:none; }
.ec_fade_container .ec_flipbook_right{ display:none; }
.ec_fade_container .ec_image_auto_sizer{ display:none; }
.ec_fade_container .ec_flipbook_image{ display:none; }

/* Image Type Fade In/Out */
.ec_single_fade_container{ display:block; vertical-align:middle; overflow:hidden; }
.ec_single_fade_container .ec_product_image_container{ left:0; -webkit-transition: opacity .3s ease-in-out; -moz-transition: opacity .3s ease-in-out; -o-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; cursor:pointer; width:100%; height:100%; border-top-left-radius:10px; border-top-right-radius:10px; overflow:hidden; }
.ec_product_type1:hover .ec_single_fade_container .ec_product_image_container, .ec_product_type2:hover .ec_single_fade_container .ec_product_image_container, .ec_product_type3:hover .ec_single_fade_container .ec_product_image_container, .ec_product_type4:hover .ec_single_fade_container .ec_product_image_container, .ec_product_type5:hover .ec_single_fade_container .ec_product_image_container, .ec_product_type6:hover .ec_single_fade_container .ec_product_image_container{ opacity:.7; }
.ec_single_fade_container .ec_product_image_container > img{ width:100%; height:auto; }
.ec_single_fade_container .ec_product_image_container .ec_product_image_2{ display:none; }
.ec_single_fade_container .ec_flipbook_left{ display:none; }
.ec_single_fade_container .ec_flipbook_right{ display:none; }
.ec_single_fade_container .ec_image_auto_sizer{ display:none; }
.ec_single_fade_container .ec_flipbook_image{ display:none; }

/* Image Type Grow */
.ec_single_grow_container{ display:block; vertical-align:middle; overflow:hidden; }
.ec_single_grow_container .ec_product_image_container img{ -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; cursor:pointer; width:86%; height:86%; margin:7%; }
.ec_product_type1:hover .ec_single_grow_container .ec_product_image_container img, .ec_product_type2:hover .ec_single_grow_container .ec_product_image_container img, .ec_product_type3:hover .ec_single_grow_container .ec_product_image_container img, .ec_product_type4:hover .ec_single_grow_container .ec_product_image_container img, .ec_product_type5:hover .ec_single_grow_container .ec_product_image_container img, .ec_product_type6:hover .ec_single_grow_container .ec_product_image_container img{ width:100%; height:100%; margin:0%; }
.ec_single_grow_container .ec_product_image_container .ec_product_image_2{ display:none; }
.ec_single_grow_container .ec_flipbook_left{ display:none; }
.ec_single_grow_container .ec_flipbook_right{ display:none; }
.ec_single_grow_container .ec_image_auto_sizer{ display:none; }
.ec_single_grow_container .ec_flipbook_image{ display:none; }

/* Image Type Shrink */
.ec_single_shrink_container{ display:block; vertical-align:middle; overflow:hidden; }
.ec_single_shrink_container .ec_product_image_container img{ -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; cursor:pointer; width:100%; margin:0%; }
.ec_product_type1:hover .ec_single_shrink_container .ec_product_image_container img, .ec_product_type2:hover .ec_single_shrink_container .ec_product_image_container img, .ec_product_type3:hover .ec_single_shrink_container .ec_product_image_container img, .ec_product_type4:hover .ec_single_shrink_container .ec_product_image_container img, .ec_product_type5:hover .ec_single_shrink_container .ec_product_image_container img, .ec_product_type6:hover .ec_single_shrink_container .ec_product_image_container img{ width:86%; height:86%; margin:7%; }
.ec_single_shrink_container .ec_product_image_container .ec_product_image_2{ display:none; }
.ec_single_shrink_container .ec_flipbook_left{ display:none; }
.ec_single_shrink_container .ec_flipbook_right{ display:none; }
.ec_single_shrink_container .ec_image_auto_sizer{ display:none; }
.ec_single_shrink_container .ec_flipbook_image{ display:none; }

/* Image Type Black to Color */
.ec_single_btw_container{ display:block; vertical-align:middle; overflow:hidden; }
.ec_single_btw_container .ec_product_image_container{ left:0; -webkit-transition: all .8s ease; -moz-transition: all .8s ease; -o-transition: all .8s ease; transition: all .8s ease; cursor:pointer; -webkit-filter: grayscale(100%); -ms-filter: grayscale(100%); filter: grayscale(100%); filter: gray; filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); width:100%; height:100%; }
.ec_product_type1:hover .ec_single_btw_container .ec_product_image_container, .ec_product_type2:hover .ec_single_btw_container .ec_product_image_container, .ec_product_type3:hover .ec_single_btw_container .ec_product_image_container, .ec_product_type4:hover .ec_single_btw_container .ec_product_image_container, .ec_product_type5:hover .ec_single_btw_container .ec_product_image_container, .ec_product_type6:hover .ec_single_btw_container .ec_product_image_container{ -webkit-filter: grayscale(0%); -ms-filter: grayscale(0%); filter: grayscale(0%); filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale"); }
.ec_single_btw_container .ec_product_image_container > img{ width:100%; height:auto; }
.ec_single_btw_container .ec_product_image_container .ec_product_image_2{ display:none; }
.ec_single_btw_container .ec_flipbook_left{ display:none; }
.ec_single_btw_container .ec_flipbook_right{ display:none; }
.ec_single_btw_container .ec_image_auto_sizer{ display:none; }
.ec_single_btw_container .ec_flipbook_image{ display:none; }

/* Image Type Brighten Image */
.ec_single_brighten_container{ display:block; vertical-align:middle; overflow:hidden; }
.ec_single_brighten_container .ec_product_image_container{ left:0; -webkit-transition: all .8s ease; -moz-transition: all .8s ease; -o-transition: all .8s ease; transition: all .8s ease; cursor:pointer; -webkit-filter: brightness(70%); filter: brightness(0.7); filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter id='bright75'><feComponentTransfer><feFuncR type='linear' slope='0.75'/><feFuncG type='linear' slope='0.75' /><feFuncB type='linear' slope='0.75' /></feComponentTransfer></filter></svg>#bright75"); width:100%; height:100%; }
.ec_product_type1:hover .ec_single_brighten_container .ec_product_image_container, .ec_product_type2:hover .ec_single_brighten_container .ec_product_image_container, .ec_product_type3:hover .ec_single_brighten_container .ec_product_image_container, .ec_product_type4:hover .ec_single_brighten_container .ec_product_image_container, .ec_product_type5:hover .ec_single_brighten_container .ec_product_image_container, .ec_product_type6:hover .ec_single_brighten_container .ec_product_image_container{ -webkit-filter: brightness(100%); filter: brightness(1); filter: url( "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter id='bright100'><feComponentTransfer><feFuncR type='linear' slope='1.00'/><feFuncG type='linear' slope='1.00' /><feFuncB type='linear' slope='1.00' /></feComponentTransfer></filter></svg>#bright100" ); }
.ec_single_brighten_container .ec_product_image_container > img{ width:100%; height:auto; }
.ec_single_brighten_container .ec_product_image_container .ec_product_image_2{ display:none; }
.ec_single_brighten_container .ec_flipbook_left{ display:none; }
.ec_single_brighten_container .ec_flipbook_right{ display:none; }
.ec_single_brighten_container .ec_image_auto_sizer{ display:none; }
.ec_single_brighten_container .ec_flipbook_image{ display:none; }

/* Image Type Slide In/Out */
.ec_slide_container{ position:relative; max-width:100%; overflow:hidden; }
.ec_product_type1:hover .ec_slide_container, .ec_product_type2:hover .ec_slide_container, .ec_product_type3:hover .ec_slide_container, .ec_product_type4:hover .ec_slide_container, .ec_product_type5:hover .ec_slide_container, .ec_product_type6:hover .ec_slide_container{ cursor:pointer; }
.ec_product_type1:hover .ec_slide_container .ec_product_image_1, .ec_product_type2:hover .ec_slide_container .ec_product_image_1, .ec_product_type3:hover .ec_slide_container .ec_product_image_1, .ec_product_type4:hover .ec_slide_container .ec_product_image_1, .ec_product_type5:hover .ec_slide_container .ec_product_image_1, .ec_product_type6:hover .ec_slide_container .ec_product_image_1{ left:-100%; }
.ec_product_type1:hover .ec_slide_container .ec_product_image_2, .ec_product_type2:hover .ec_slide_container .ec_product_image_2, .ec_product_type3:hover .ec_slide_container .ec_product_image_2, .ec_product_type4:hover .ec_slide_container .ec_product_image_2, .ec_product_type5:hover .ec_slide_container .ec_product_image_2, .ec_product_type6:hover .ec_slide_container .ec_product_image_2{ left:0px; }
.ec_slide_container .ec_product_image_1, .ec_slide_container .ec_product_image_2{ position:absolute; -webkit-transition:all .25s ease-out; -moz-transition:all .25s ease-out; -o-transition:all .25s ease-out; transition:all .25s ease-out; width:100%; height:auto; }
.ec_slide_container .ec_product_image_1{ left:0px; top:0px; }
.ec_slide_container .ec_product_image_2{ left:100%; top:0px; }
.ec_slide_container .ec_flipbook_left{ display:none; }
.ec_slide_container .ec_flipbook_right{ display:none; }
.ec_slide_container .ec_image_auto_sizer{ display:block; }
.ec_slide_container .ec_flipbook_image{ display:none; }

/* Image Type Flip Through Images */
.ec_flipbook{ cursor:pointer; overflow:hidden; }
.ec_flipbook_left{ text-align:center !important; left:-1px; border-left:none; position:absolute; top:50%; margin-top:-25px; width:25px; height:35px; border:1px solid #ebebeb; line-height:32px !important; cursor:pointer; z-index:680; background-color:#FFF; opacity:0; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; color:#333; }
.ec_flipbook_right{ text-align:center !important; right:-1px; border-right:none; position:absolute; top:50%; margin-top:-25px; width:25px; height:35px; border:1px solid #E2E2E2; line-height:32px !important; cursor:pointer; z-index:680; background-color:#FFF !important; opacity:0; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; color:#333; }
.ec_flipbook_left::selection, .ec_flipbook_right::selection{ background-color:transparent !important; color:#333 !important; }
.ec_flipbook > img{ width:100%; height:auto; }

.ec_product_type1:hover .ec_flipbook .ec_flipbook_left, .ec_product_type2:hover .ec_flipbook .ec_flipbook_left, .ec_product_type3:hover .ec_flipbook .ec_flipbook_left, .ec_product_type4:hover .ec_flipbook .ec_flipbook_left, .ec_product_type5:hover .ec_flipbook .ec_flipbook_left, .ec_product_type6:hover .ec_flipbook .ec_flipbook_left{ opacity:100; }

.ec_product_type1:hover .ec_flipbook .ec_flipbook_right, .ec_product_type2:hover .ec_flipbook .ec_flipbook_right, .ec_product_type3:hover .ec_flipbook .ec_flipbook_right, .ec_product_type4:hover .ec_flipbook .ec_flipbook_right, .ec_product_type5:hover .ec_flipbook .ec_flipbook_right, .ec_product_type6:hover .ec_flipbook .ec_flipbook_right{ opacity:100; }

.ec_product_type1:hover .ec_flipbook .ec_flipbook_left, .ec_product_type2:hover .ec_flipbook .ec_flipbook_left, .ec_product_type3:hover .ec_flipbook .ec_flipbook_left, .ec_product_type4:hover .ec_flipbook .ec_flipbook_left, .ec_product_type5:hover .ec_flipbook .ec_flipbook_left, .ec_product_type6:hover .ec_flipbook .ec_flipbook_left{ background-color:#ebebeb; }

.ec_product_type1:hover .ec_flipbook .ec_flipbook_right, .ec_product_type2:hover .ec_flipbook .ec_flipbook_right, .ec_product_type3:hover .ec_flipbook .ec_flipbook_right, .ec_product_type4:hover .ec_flipbook .ec_flipbook_right, .ec_product_type5:hover .ec_flipbook .ec_flipbook_right, .ec_product_type6:hover .ec_flipbook .ec_flipbook_right{ background-color:#ebebeb; }
.ec_flipbook .ec_product_image_1{ display:none; }
.ec_flipbook .ec_product_image_2{ display:none; }
.ec_flipbook .ec_flipbook_left{ display:block; }
.ec_flipbook .ec_flipbook_right{ display:block; }
.ec_flipbook .ec_image_auto_sizer{ display:none; }
.ec_flipbook .ec_flipbook_image{ display:block; }

.ec_inc_vat_text{ font-size:10px; }

/* Category List */
.ec_category_view_list{ width:100%; float:none !important; display:table; table-layout:fixed; border-collapse:collapse !important; margin-bottom:20px; }
.ec_category_view_list:before{ content:" "; display:table; }
.ec_category_view_list .ec_category_li{ float:none !important; border:1px solid #d8d8d8; display:table-cell; }
.ec_category_li{ display:list-item; vertical-align:top; margin:0 0 35px 0 !important; padding:0 29px !important; text-align:left; list-style:none !important; height:auto; float:left; position:relative; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; zoom:1; }
.ec_category_li:before{ content:''; }
.ec_category_li.first{ clear:both !important; }
.ec_category_li.not_first{ clear:none !important; }
.ec_category_li a > .image-overlay.overlay-type-extern{ display:none !important; }
.ec_category_li.empty{ text-align:center; }
.ec_category_li.hidden{ display:none; }
.ec_category_view_image{ margin:0; }
.ec_category_type{ position:relative; border:1px solid #EAEAEA; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; background-color:#FFF; border-top-left-radius:10px; border-top-right-radius:10px; }
.ec_category_type > .ec_image_container_none, .ec_cartegory_type > .ec_image_container_border, .ec_cartegory_type > .ec_image_container_shadow{ border-top-left-radius:10px; border-top-right-radius:10px; overflow:hidden; }
.ec_category_type:hover{ box-shadow:#999 0px 4px 8px; }
.ec_image_container{ border-top-left-radius:10px; border-top-right-radius:10px; overflow:hidden; }
.ec_category_image_display_type{ overflow:hidden; }
.ec_category_title_type{ border-top: 1px solid #EAEAEA; font-family:'Monda',Arial,sans-serif !important; padding:10px 10px 0px 10px; font-weight:normal !important; text-transform:uppercase; font-size:14px !important; text-align:center; color:#222222 !important; line-height:1.1em; margin:0 0 8px !important; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; text-shadow:none; }
.ec_category_title_type > a{ position:relative; color:inherit !important; font-weight:normal !important; text-decoration:none !important; }
.ec_category_view_data > ul{ list-style-type:none !important; }
.ec_category_view_data > ul, .ec_category_view_data > ul > li{ margin:5px 0px; }

/* Add to Cart Type 1 */
.ec_product_addtocart_container_ele{ float:left; width:100%; }
.ec_product_type1 .ec_product_addtocart_container{ position:relative; text-align:center; width:100%; background-color:#FFF; z-index:670; -webkit-transition: opacity .3s ease-out; -moz-transition: opacity .3s ease-out; -o-transition: opacity .3s ease-out; transition: opacity .3s ease-out; height:45px; opacity:1; padding-top:8px;  }
.ec_product_type1 .ec_product_addtocart{ line-height:22px; position:relative; display:inline-block; background-color:#222222; color:#FFF !important; font-family:'Monda',Arial,sans-serif; cursor:pointer; border-radius:6px; }
.ec_product_type1 .ec_product_addtocart a, .ec_product_type1 .ec_product_addtocart a:hover, .ec_product_type1 .ec_product_addtocart a:focus{ display:inline-block; color:#FFF !important; font-weight:normal !important; text-shadow:none !important; text-decoration:none !important; font-size:13px; border:none; padding:4px 10px; line-height:initial; }
.ec_product_type1 .ec_product_addtocart.ec_product_addtocart_no_margin a{ margin-left:0px !important; }
.ec_product_type1 .ec_added_to_cart_button{ background-color:#6A9E40; border-radius:6px; }
.ec_product_type1 .ec_added_to_cart_button:hover{ background-color:#99CC71; border-radius:6px; }
.ec_product_type1:hover .ec_product_quickview > input{ opacity:.8; }
.ec_product_type1 .ec_out_of_stock{ text-align:center; width:100%; font-family:'Monda',Arial,sans-serif; font-weight:bold; font-size:12px; color:#C20303; margin:10px 0px; text-shadow:none; }
.ec_product_type1 .ec_seasonal_mode{ text-align:center; width:100%; font-family:'Monda',Arial,sans-serif; font-weight:bold; font-size:12px; color:#222222; margin:10px 0px; text-shadow:none; }

/* Quick View Type 1 */
.ec_product_type1:hover .ec_product_quickview_ele > input{ opacity:1; }
.ec_product_quickview_ele > input{ position:absolute !important; opacity:0; width:60%; left:20%; top:25%; z-index:670; }
.ec_product_type1 .ec_product_quickview > input{ font-family:'Monda',Arial,sans-serif; font-size:13px; position:absolute !important; opacity:0; width:60%; left:20%; text-align:center; padding:5px 15px; border-radius:20px; background:#000 !important; background-color:#000 !important; color:#FFF !important; top:25%; cursor:pointer; -webkit-transition: opacity .3s ease-in-out; -moz-transition: opacity .3s ease-in-out; -o-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; z-index:670; text-decoration:none; border:none; font-weight:normal; text-transform:none; text-shadow:none; border:none; border:none; border-top:none; border-left:none; border-right:none; border-bottom:none; box-shadow:none; height:inherit !important; }
.ec_product_type1 .ec_product_quickview > input:hover{ background:#222222; background-color:#666666; color:#FFF; border:none; border-top:none; border-left:none; border-right:none; border-bottom:none; box-shadow:none; }
.ec_product_type1 .ec_product_quickview > input:focus, .ec_product_type1 .ec_product_quickview > input:active{ outline:none; box-shadow:none; }
.ec_product_quickview_trial_notice1, .ec_product_quickview_trial_notice3{ text-align:center; }
.ec_product_quickview_trial_notice4{ float:left; width:100%; text-align:center; }
.ec_product_quickview_trial_notice5{ float:left; width:100%; text-align:center; padding:0 10px 10px; }

/* Meta Data Type 1 */
.ec_product_categories, .ec_product_categories > a, .ec_product_categories > span{ font-size:11px; color:#999; font-family:'Monda',Arial,sans-serif !important; }
.ec_product_type1 .ec_product_meta_type6{ display:none; }
.ec_product_title_type1{ position:relative; border-top: 1px solid #EAEAEA; font-family:'Monda',Arial,sans-serif !important; padding:10px 10px 0px 10px; font-weight:normal !important; text-transform:uppercase; font-size:14px !important; text-align:center; color:#222222 !important; line-height:1.1em; margin:0 0 8px !important; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; text-shadow:none; }
.ec_product_title_type1 > a{ position:relative; color:inherit !important; font-weight:normal !important; text-decoration:none !important; }
.ec_product_stars_type1{ width:100%; height:25px; margin-top:15px; }
.ec_product_stars_type1 span{ display:table; margin:0 auto; }
.ec_price_container_type1{ text-align:center; margin-bottom:5px; }
.ec_list_price_type1{ font-weight:normal; font-family:'Monda',Arial,sans-serif; color:#999; font-size:14px; text-decoration:line-through; }
.ec_price_type1{ font-weight:normal; font-family:'Monda',Arial,sans-serif; color:#EE3B3B; font-size:14px; text-align:center; }
.ec_product_basic_description{ background:#efefef; border-top: 1px solid #EAEAEA; font-family:'Monda',Arial,sans-serif !important; padding:20px; font-weight:normal !important; font-size:13px !important; text-align:left; color:#333 !important; line-height:1.1em; margin:0 !important; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; text-shadow:none; }
.ec_product_basic_description_ele{ -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }

/* Add to Cart Type 2 */
.ec_product_type2 .ec_product_addtocart_container{ position:relative; text-align:left; width:100%; z-index:670; -webkit-transition: opacity .3s ease-out; -moz-transition: opacity .3s ease-out; -o-transition: opacity .3s ease-out; transition: opacity .3s ease-out; height:45px; opacity:1; padding: 8px 10px 0px 10px;  }
.ec_product_type2 .ec_product_addtocart{ background-color:#FFF; border:1px solid; border-color:#333; color:#333; padding:2px 20px; font-family:'Monda',Arial,sans-serif; cursor:pointer;  }
.ec_product_type2 .ec_product_addtocart a{ color:#333 !important; text-decoration:none !important; font-size:13px; border:none; text-shadow:none; }
.ec_product_type2:hover .ec_product_quickview > input{ opacity:.8; }
.ec_product_type2 .ec_out_of_stock{ text-align:left; width:100%; font-family:'Monda',Arial,sans-serif; font-weight:bold; font-size:12px; color:#C20303; margin:10px; text-shadow:none; }
.ec_product_type2 .ec_seasonal_mode{ text-align:left; width:100%; font-family:'Monda',Arial,sans-serif; font-weight:bold; font-size:12px; color:#222; margin:10px; text-shadow:none; }

/* Quick View Type 2 */
.ec_product_type2 .ec_product_quickview > input{ font-family:'Droid Serif',Arial,sans-serif; font-size:13px; position:absolute; opacity:0; width:60%; left:20%; text-align:center; padding:5px 15px; border-radius:20px; background:#000 !important; background-color:#000 !important; color:#FFF !important; top:125px; cursor:pointer; -webkit-transition: opacity .3s ease-in-out; -moz-transition: opacity .3s ease-in-out; -o-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; z-index:670; color:#FFF; text-decoration:none; border:none; font-weight:normal; text-transform:none; text-shadow:none; border:none; border:none; border-top:none; border-left:none; border-right:none; border-bottom:none; box-shadow:none; height:inherit !important; }
.ec_product_type2 .ec_product_quickview > input:hover{ background:#EE3B3B; background-color:#EE3B3B; color:#FFF; border:none; border-top:none; border-left:none; border-right:none; border-bottom:none; box-shadow:none; }
.ec_product_type2 .ec_product_quickview > input:focus{ outline:none; }

.ec_product_title a{ border-bottom:none !important; }

/* Meta Data Type 2 */
.ec_product_type2 .ec_product_meta_type6{ display:none; }
.ec_product_title_type2{ font-family:'Droid Serif',Arial,sans-serif !important; padding:10px 10px 0px 10px; font-weight:normal !important; text-transform:uppercase; font-size:14px !important; text-align:left; color:#222222 !important; line-height:1.1em; margin:0 0 8px !important; text-shadow:none; }
.ec_product_title_type2 > a{ position:relative; color:inherit !important; font-weight:inherit; text-decoration:none !important; }
.ec_product_stars_type2{ width:100%; height:25px; margin-top:15px; margin-left:8px; }
.ec_price_container_type2{ text-align:left; margin-bottom:5px; padding:0px 10px; }
.ec_list_price_type2{ font-weight:normal; font-family:'Droid Serif',Arial,sans-serif; color:#999; font-size:14px; text-decoration:line-through; }
.ec_price_type2{ font-weight:normal; font-family:'Droid Serif',Arial,sans-serif; color:#EE3B3B; font-size:14px; text-align:center; }

/* Add to Cart Type 3 */
.ec_product_type3 .ec_product_addtocart_container{ position:relative; text-align:left; width:100%; z-index:670; -webkit-transition: opacity .3s ease-out; -moz-transition: opacity .3s ease-out; -o-transition: opacity .3s ease-out; transition: opacity .3s ease-out; min-height:45px; opacity:1; padding: 8px 10px 0px 10px; overflow:hidden; }

.ec_product_type3 .ec_product_addtocart{ position:absolute; top:-31px; left:10%; right:10%; background-color:#333; color:#333; padding:7px 20px; font-family:'Monda',Arial,sans-serif; cursor:pointer; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
.ec_product_type3:hover .ec_product_addtocart{ top:0px; }
.ec_product_type3 .ec_product_addtocart a, .ec_product_type3 .ec_product_addtocart a:hover{ color:#FFF !important; text-decoration:none !important; float:left; text-align:center; width:100%; font-size:13px; line-height:1.1em; border:none; }
.ec_product_type3:hover .ec_product_quickview > input{ opacity:.8; }
.ec_product_type3 .ec_out_of_stock{ text-align:center; width:100%; font-family:'Monda',Arial,sans-serif; font-weight:bold; font-size:12px; color:#C20303; margin:10px 0px 10px; padding-bottom:10px; text-shadow:none; }
.ec_product_type3 .ec_seasonal_mode{ text-align:center; width:100%; font-family:'Monda',Arial,sans-serif; font-weight:bold; font-size:12px; color:#222; margin:10px 0px 10px; padding-bottom:10px; text-shadow:none; }

/* Quick View Type 3 */
.ec_product_type3 .ec_product_quickview > input{ font-family:'Droid Serif',Arial,sans-serif; font-size:13px; position:absolute; opacity:0; width:100%; text-align:center; background:#000 !important; background-color:#000 !important; color:#FFF !important; top:75px; cursor:pointer; -webkit-transition: opacity .3s ease-in-out; -moz-transition: opacity .3s ease-in-out; -o-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; z-index:670; color:#FFF; text-decoration:none; border:none; padding:5px 0; font-weight:normal; text-transform:none; text-shadow:none; border:none; border:none; border-top:none; border-left:none; border-right:none; border-bottom:none !important; box-shadow:none; height:inherit !important; }
.ec_product_type3 .ec_product_quickview > input:hover{ background:#222222; background-color:#222222; color:#FFF; border:none; border-top:none; border-left:none; border-right:none; border-bottom:none !important; box-shadow:none; }
.ec_product_type3 .ec_product_quickview > input:focus{ outline:none; }

/* Meta Data Type 3 */
.ec_product_type3 .ec_product_meta_type6{ display:none; }
.ec_product_title_type3{ font-family:'Droid Serif',Arial,sans-serif !important; padding:10px 10px 0px 10px; font-weight:normal !important; text-transform:uppercase; font-size:14px !important; text-align:center; color:#222222 !important; margin:0 auto 0 !important; text-align:center; margin-bottom:8px; text-shadow:none; }
.ec_product_title_type3 > a{ position:relative; color:inherit !important; text-decoration:none !important; }
.ec_product_stars_type3{ width:100%; height:25px; margin-top:15px; }
.ec_product_stars_type3 span{ display:table; margin:0 auto; }
.ec_price_container_type3{ text-align:center; margin-bottom:5px; padding:0px 10px; }
.ec_list_price_type3{ font-weight:normal; font-family:'Droid Serif',Arial,sans-serif; color:#999; font-size:14px; text-decoration:line-through; }
.ec_price_type3{ font-weight:normal; font-family:'Droid Serif',Arial,sans-serif; color:#EE3B3B; font-size:14px; text-align:center; }

/* Add to Cart Type 4 */
.ec_product_type4 .ec_product_addtocart_container{ text-align:left; height:45px; text-align:right; margin-top:15px; float:right; }

.ec_product_type4 .ec_product_addtocart{ background-color:#C2C2C2; color:#333; padding:4px 8px; font-family:'Monda',Arial,sans-serif; cursor:pointer; float:right; font-size:13px; border-radius:6px; }
.ec_product_type4 .ec_product_addtocart a, .ec_product_type4 .ec_product_addtocart a:hover{ color:#FFF !important; text-decoration:none !important; float:left; text-align:center; width:100%; border:none; }
.ec_product_type4:hover .ec_product_quickview > input{ opacity:.8; }
.ec_product_type4 .ec_out_of_stock{ float:left; width:100%; text-align:center; font-family:'Monda',Arial,sans-serif; font-size:12px; color:#C20303; margin:18px 0px 0px; float:right; text-shadow:none; }
.ec_product_type4 .ec_seasonal_mode{ text-align:right; font-family:'Monda',Arial,sans-serif; font-size:12px; color:#222; margin:18px 0px 0px; float:right; text-shadow:none; }

/* Quick View Type 4 */
.ec_product_type4 .ec_product_quickview > input{ font-family:'Droid Serif',Arial,sans-serif; font-size:13px; position:absolute; opacity:0; width:100%; text-align:center; background:#000 !important; background-color:#000 !important; color:#FFF !important; top:75px; left:0; cursor:pointer; -webkit-transition: opacity .3s ease-in-out; -moz-transition: opacity .3s ease-in-out; -o-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; z-index:670; color:#FFF; text-decoration:none; border:none; padding:5px 0; font-weight:normal; text-transform:none; text-shadow:none; border:none; border:none; border-top:none; border-left:none; border-right:none; border-bottom:none; box-shadow:none; border-radius:0px; height:inherit !important; }
.ec_product_type4 .ec_product_quickview > input:hover{ background:#FF4A4A; background-color:#FF4A4A; color:#FFF; border:none; border-top:none; border-left:none; border-right:none; border-bottom:none; box-shadow:none; }
.ec_product_type4 .ec_product_quickview > input:focus{ outline:none; }

/* Meta Data Type 4 */
.ec_product_type4 .ec_product_meta_type6{ display:none; }
.ec_product_title_type4{ font-family:'Droid Serif',Arial,sans-serif !important; padding:20px 10px 5px 10px; font-weight:normal; text-transform:uppercase; font-size:16px !important; text-align:center; color:#222222 !important; margin:0 auto 0 !important; text-align:center; line-height:1.1em; text-shadow:none; }
.ec_product_title_type4 > a{ position:relative; color:inherit !important; text-decoration:none !important; font-weight:normal !important; }
.ec_product_stars_type4{ width:100%; position:relative; padding-top:5px; padding-bottom:5px; text-align:center; }
.ec_product_stars_type4 span{ display:inline-block; }
.ec_price_container_type4{ min-width:85px; text-align:left; margin-top:17px; padding:0px 10px; float:left; width:35%; line-height:1.1em; }
.ec_list_price_type4{ font-weight:normal; font-family:'Monda',Arial,sans-serif; color:#4B4B4B; font-size:12px; text-decoration:line-through; text-align:left; float:left; margin-top:-3px; margin-right:10px; }
.ec_price_type4{ font-weight:normal; font-family:'Monda',Arial,sans-serif; color:#FF4A4A;; font-size:16px; text-align:left; }

/* Add to Cart Type 5 */
.ec_product_type5 .ec_product_addtocart_container{ width:100%; height:65px; margin-top:0px; position:absolute; z-index:998; overflow:hidden; bottom:0px; }

.ec_product_type5 .ec_product_addtocart{ position:absolute; bottom:-65px; background-color:#CCC; padding:25px 8px; font-family:'Helvetica Neue', 'Open Sans', Arial, Helvectica; cursor:pointer; float:left; width:100%; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
.ec_product_type5:hover .ec_product_addtocart{ bottom:0px; }
.ec_product_type5 .ec_product_addtocart a{ color:#747474 !important; text-decoration:none !important; float:left; text-align:center; width:100%; font-size:13px; line-height:1.1em; border:none; text-shadow:none; }
.ec_product_type5:hover .ec_product_quickview > input{ opacity:.8; }
.ec_product_type5 .ec_out_of_stock{ position:absolute; text-align:center; width:100%; font-family:'Monda',Arial,sans-serif; font-weight:bold; font-size:12px; color:#C20303; z-index:665; top:7px; text-shadow:none; }
.ec_product_type5 .ec_seasonal_mode{ position:absolute; text-align:center; width:100%; font-family:'Monda',Arial,sans-serif; font-weight:bold; font-size:12px; color:#222; z-index:665; top:7px; text-shadow:none; }

/* Quick View Type 5 */
.ec_product_type5 .ec_product_quickview > input{ font-family:Helvetica Neue, Arial, serif; font-size:13px; position:absolute; opacity:0; width:60%; left:20%; text-align:center; padding:5px 15px; border-radius:20px; background:#000 !important; background-color:#000 !important; color:#FFF !important; top:25%; cursor:pointer; -webkit-transition: opacity .3s ease-in-out; -moz-transition: opacity .3s ease-in-out; -o-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; z-index:670; color:#FFF; text-decoration:none; border:none; font-weight:normal; text-transform:none; text-shadow:none; border:none; border:none; border-top:none; border-left:none; border-right:none; border-bottom:none; box-shadow:none; border-radius:0px; height:inherit !important; }
.ec_product_type5 .ec_product_quickview > input:hover{ background:#222222; background-color:#222222; color:#FFF; border:none; border-top:none; border-left:none; border-right:none; border-bottom:none; box-shadow:none; }
.ec_product_type5 .ec_product_quickview > input:focus{ outline:none; }

/* Meta Data Type 5 */
.ec_product_type5 .ec_product_meta_type6{ display:none; }
.ec_product_title_type5{ font-family:Helvetica Neue, Arial, serif !important; padding:25px 0; font-weight:600 !important; text-transform:capitalize; font-size:12px !important; text-align:center; color:#717171 !important; margin:0 !important; border-top:1px solid #CCC; line-height:normal; }
.ec_product_title_type5 > a{ position:relative; color:inherit !important; font-weight:inherit; text-decoration:none !important; text-shadow:none; }
.ec_product_stars_type5{ padding:0px 10px 20px; margin-top:-10px; text-align:center; }
.ec_price_container_type5{ position:absolute; top:10px; right:-7px; background-color:#222222; padding:10px 12px; z-index:999; border-top-left-radius:6px; border-bottom-left-radius:6px; }
.ec_price_container_type5:after{ border-color:#666666 transparent transparent #666666; content: ' '; position: absolute; width: 0; height: 0; top: 100%; border-width: 3px 3px; border-style: solid; right: 0; }
.ec_product_stars_type5 > span{ display:inline-block; }
.ec_list_price_type5{ font-size:12px; color:#F5F5F5; text-decoration:line-through; font-weight:normal; }
.ec_price_type5{ font-weight:600; font-family:Helvetica Neue, Arial, serif; color:#FFF;; font-size:11px; text-align:center; line-height:20px; }

/* Add to Cart Type 6 */
.ec_product_type6 .ec_product_addtocart_container{ display:none; }

/* Quick View Type 6 */
.ec_product_type6 > .ec_product_quickview{ display:none !important; }

/* Meta Data Type 6 */
.ec_product_type6 .ec_product_meta_type6{ display:block; width:68%; float:right; position:absolute; margin-left:32%; top:0; }
.ec_product_type6 .ec_product_categories{ display:none; }

.ec_product_type6 .ec_product_meta_type6 .ec_product_title{ font-family:'Monda',Arial,sans-serif !important; padding:25px 0 0; font-weight:bold !important; text-transform:capitalize; font-size:16px !important; text-align:left; color:#717171 !important; margin:0 !important; }
.ec_product_type6 .ec_product_meta_type6 .ec_product_title > a{ position:relative; color:inherit !important }
.ec_product_type6 .ec_product_meta_type6 .ec_product_stars{ float:left; width:100%; margin:5px 0 0px; }
.ec_product_type6 .ec_product_meta_type6 .ec_product_categories{ display:block; margin:5px 0 0; }
.ec_product_type6 .ec_product_meta_type6 .ec_product_description{ font-size:12px; padding-right:15px; line-height:1.1em; margin:10px 0 0; }

.ec_product_type6 .ec_product_meta_type6 .ec_price_container{ background:transparent !important; }
.ec_product_type6 .ec_product_meta_type6 .ec_list_price{ font-size:12px; text-decoration:line-through; font-weight:normal; }
.ec_product_type6 .ec_product_meta_type6 .ec_price{ font-weight:600; font-family:Helvetica Neue, Arial, serif; font-size:11px; text-align:center; line-height:20px; }

.ec_product_type6 .ec_product_meta_type6 .ec_product_addtocart_container{ display:block; margin-top:15px; float:left; width:100%; }

.ec_product_type6 .ec_product_meta_type6 .ec_product_addtocart, .ec_product_meta_type6 .ec_product_addtocart a.ec_added_to_cart_button{ position:relative; background-color:#353535; border-radius:6px; display:inline-block; }

.ec_product_type6 .ec_product_meta_type6 .ec_product_addtocart a, .ec_product_type6 .ec_product_meta_type6 .ec_product_addtocart:hover a, .ec_product_meta_type6 .ec_product_addtocart a.ec_added_to_cart_button, .ec_product_meta_type6 .ec_product_addtocart a.ec_added_to_cart_button:hover{ color:#FFF !important; text-decoration:none; text-align:center; font-size:13px; border:none; padding:6px 12px; display:inline-block; }
.ec_product_type6 .ec_product_meta_type6 .ec_product_addtocart.ec_product_addtocart_no_margin a{ margin-left:0px !important; }

.ec_product_type6 .ec_product_meta_type6 .ec_product_quickview_container > input{ display:block; margin-top:15px; margin-right:10px; float:left; }
.ec_product_type6 .ec_product_meta_type6 .ec_product_quickview > input{ display:block; padding:4px 10px 3px 10px; margin-top:-4px; background-color:#353535; }
.ec_product_type6 .ec_product_meta_type6 .ec_product_quickview > input:hover{ background-color:#222222; }

.ec_product_type6 .ec_product_meta_type6 .ec_product_quickview > input, .ec_product_type6 .ec_product_meta_type6 .ec_product_quickview > input:hover{ color:#FFF; text-decoration:none; text-align:center; }

.ec_product_title_type6, .ec_product_stars_type6, .ec_product_stars_type6 span, .ec_price_container_type6, .ec_list_price_type6, .ec_price_type6{ display:none; }

.ec_product_type6 .ec_product_meta_type6 .ec_out_of_stock{ float:left; width:100%; margin:10px 0px; font-size:12px; font-weight:bold; color:#333; }

.ec_product_type1 .ec_product_addtocart a.ec_added_to_cart_button, .ec_product_type2 .ec_product_addtocart a.ec_added_to_cart_button, .ec_product_type3 .ec_product_addtocart a.ec_added_to_cart_button, .ec_product_type4 .ec_product_addtocart a.ec_added_to_cart_button, .ec_product_type5 .ec_product_addtocart a.ec_added_to_cart_button, .ec_product_type6 .ec_product_meta_type6 .ec_product_addtocart a.ec_added_to_cart_button, .ec_product_type6 .ec_oos_type_1{ display:none; }

@media(hover: hover) {
	.ec_product_type1 .ec_product_addtocart:hover{ background-color:#666666; }
	.ec_product_type2 .ec_product_addtocart:hover a{ color:#EE3B3B !important; }
	.ec_product_type2 .ec_product_addtocart:hover{ border-color:#EE3B3B; }
	.ec_product_type3 .ec_product_addtocart:hover{ background-color:#222222; }
	.ec_product_type4 .ec_product_addtocart:hover{ background-color:#FF4A4A; }
	.ec_product_type4 .ec_product_addtocart:hover{ border-color:#EE3B3B; }
	.ec_product_type5 .ec_product_addtocart:hover{ background-color:#222222; }
	.ec_product_type5 .ec_product_addtocart:hover a{ color:#FFF !important; }
	.ec_product_type5 .ec_product_addtocart:hover{ border-color:#EE3B3B; }
	.ec_product_type6 .ec_product_meta_type6 .ec_product_addtocart:hover, .ec_product_meta_type6 .ec_product_addtocart a.ec_added_to_cart_button:hover{ background-color:#222222; }
}

/* Product Loader (Adding to Cart) */
.ec_product_type1 .ec_product_loader_container, .ec_product_type2 .ec_product_loader_container, .ec_product_type3 .ec_product_loader_container, .ec_product_type4 .ec_product_loader_container, .ec_product_type5 .ec_product_loader_container{ display:none; position:absolute; width:100%; top:125px; font-family:'Monda',Arial,sans-serif; z-index:1000; }
.ec_product_type6 .ec_product_loader_container{ display:none; position:absolute; width:70%; margin-left:30%; top:55px; font-family:'Monda',Arial,sans-serif; z-index:1000; }
.ec_product_loader:before{ content: "\f113"; font-family: "dashicons"; font-size:36px; color:#B4B4B4; position:absolute; top:50%; margin-top:-10px; left:10px; line-height:.8em; }
.ec_product_loader{ position:absolute; font-size:12px; text-transform:uppercase; color:#2E2E2E; background-color:rgba(242,242,242,0.9); top:35%; width:100%; left:0; text-align:left; z-index:1000; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.ec_product_loader div{ border:1px solid #FFF; padding:10px; padding-left:23%; line-height:1.5; }

/* Successfully Added to Cart */
.ec_product_type1 .ec_product_successfully_added_container, .ec_product_type2 .ec_product_successfully_added_container, .ec_product_type3 .ec_product_successfully_added_container, .ec_product_type4 .ec_product_successfully_added_container, .ec_product_type5 .ec_product_successfully_added_container{ display:none; position:absolute; width:100%; top:125px; font-family:'Monda',Arial,sans-serif; z-index:1000; }
.ec_product_type6 .ec_product_successfully_added_container{ display:none; position:absolute; width:70%; margin-left:30%; top:55px; font-family:'Monda',Arial,sans-serif; z-index:1000; }
.ec_product_successfully_added:before{ content: "\f147"; font-family: "dashicons"; font-size:36px; color:#FFF; position:absolute; top:50%; margin-top:-10px; left:10px; line-height:.8em; }
.ec_product_successfully_added{ position:absolute; font-size:12px; text-transform:uppercase; color:#FFF; background-color:rgba(152,195,145,0.9); top:35%; width:100%; left:0; text-align:left; z-index:1000; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.ec_product_successfully_added div{ border:1px solid #FFF; padding:10px; padding-left:23%; line-height:1.5; }

/* Quick View */
.ec_product_quickview_content *{ -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
.ec_product_quickview_content input[type='text'], .ec_product_quickview_content input[type='input'], .ec_product_quickview_content input[type='password'], .ec_product_quickview_content input[type='email'], .ec_product_quickview_content input[type='number'], .ec_product_quickview_content input[type='url'], .ec_product_quickview_content input[type='tel'], .ec_product_quickview_content input[type='search'], .ec_product_quickview_content textarea, .ec_product_quickview_content select{ border-color:#e1e1e1; background-color:#f8f8f8; color:#919191; -webkit-appearance:none; border:1px solid #e1e1e1; outline:none; font:13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; color:#777; margin:0; display:block; max-width:100%; background:#FFF; padding:8px 6px; line-height:1.1em; }
.ec_product_quickview_container{ display:none; position:fixed; top:0; left:0; height:100%; width:100%; background:rgba(0,0,0,.75); box-sizing:border-box; z-index:99999; text-align:center; }
.ec_product_quickview_container:before{ content:''; display:inline-block; height:100%; vertical-align:middle; box-sizing:border-box; line-height:.8em; }
.ec_product_quickview_content{ width:99%; height:auto; display:inline-block; vertical-align:middle; -webkit-box-sizing:border-box; box-sizing:border-box; position:relative; }
.ec_product_quickview_content_padding{ background-color:#FFF; max-width:800px; width:90%; height:auto; margin:0 auto; position:relative; display:block; }
.ec_product_quickview_content_holder{ display:table; position:relative; width:100%; }
.ec_product_quickview_content_images{ width:55%; height:100%; overflow:hidden; float:left; text-align:left; position:relative; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; display:block; }
.ec_product_quickview_content_images:hover > .ec_flipbook_left, .ec_product_quickview_content_images:hover > .ec_flipbook_right{ display:block; opacity:1; }
.ec_product_quickview_content_images img{ height:auto; width:100%; max-width:inherit; display:table; }
.ec_product_quickview_content_data{ width:45%; min-width:45%; padding:25px; text-align:left; margin-left:55%; display:inherit; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
.ec_product_quickview_trial_notice{ padding:10px 4px;; color:#181818; text-align:center; font-weight:bold; margin:17px 0 10px; font-size:14px; font-family:'Lato', Arial, sans-serif !important; text-decoration:underline; }
.ec_product_quickview_content_title{ font-size:22px; font-family: 'Lato', Arial, sans-serif; color:#222222; font-weight:bold; margin:20px 0px 10px; text-shadow:none; }
.ec_product_quickview_content_title:hover{ color:#666666; }
.ec_product_quickview_content_divider{ background-color:#DADADA; width:55px; margin:0px 0px 15px; padding:1px 0px; }
.ec_product_quickview_content_price{ font-family: 'Lato', Arial, sans-serif; color:#000; font-size:18px; font-weight:bold; margin:0px 0px 15px; text-shadow:none; }
.ec_product_quickview_content_price > .ec_list_price{ text-decoration:line-through; color:#C4C4C4; margin-right:10px; text-shadow:none; }
.ec_product_quickview_content_description{ font-family: 'Lato', Arial, sans-serif; color:#8D8D8D; font-size:13px; margin:0px 0px 15px; max-height:250px; overflow:hidden; line-height:1.6em; text-shadow:none; overflow-y:auto; }
.ec_product_quickview_price_tier{ font-family: 'Lato', Arial, sans-serif; color:#777; font-size:13px; margin:0px 0px 15px; line-height:1.1em; list-style:none; }
.ec_product_quickview_price_tier > li{ padding:4px 0px; }
.ec_product_quickview_shipping_notice{ font-family: 'Lato', Arial, sans-serif; color:#C04729; font-size:13px; margin:0px 0px 15px; line-height:1.1em; }
.ec_product_quickview_content_add_to_cart_container{ width:100%; }
.ec_product_quickview_content_add_to_cart_container > .ec_out_of_stock{ font-size:12px; font-family:'Lato', Arial, sans-serif !important; color:#900; font-weight:bold; }
.ec_quickview_view_details{ float:left; width:100%; }
.ec_quickview_view_details a{ font-size:12px !important; font-family:'Lato', Arial, sans-serif !important; color:#222222; text-decoration:none; }
.ec_quickview_view_details a:hover{ color:#666666; }
.ec_out_of_stock_notify{ position:relative; padding:0px; border:1px solid #dcdcdc; margin:10px 0; border-radius:8px; }
.ec_out_of_stock_notify_title{ color:#FFF; font-weight:normal; background:#eee; padding:15px; text-align:center; border-top-left-radius:8px; border-top-right-radius:8px; }
.ec_out_of_stock_notify_input{ padding:15px 15px 0; }
.ec_out_of_stock_notify_input > input{ margin:0; text-align:center; }
.ec_out_of_stock_notify_button{ padding:10px 15px 15px; }
.ec_out_of_stock_notify_button > input{ color:#FFF; width:100%; padding:10px; background:#eee; border:none; font-weight:bold; cursor:pointer; }
.ec_out_of_stock_notify_button > input:hover{ background:#d4d4d4; }
.ec_out_of_stock_notify_loader_cover{ display:block; position:absolute !important; top:0 !important; left:0 !important; width:100%; height:100%; background:rgba(255, 255, 255, 0.85); z-index:9; }
.ec_out_of_stock_notify_loader{ display:inline-block; z-index:10; position:absolute; width:64px; height:64px; top:50%; left:50%; margin-top:-32px; margin-left:-32px; }
.ec_out_of_stock_notify_loader div{ position:absolute; width:5px; height:5px; background:#222; border-radius:50%; animation:ec_out_of_stock_notify_loader 1.2s linear infinite; }
.ec_out_of_stock_notify_loader div:nth-child(1){ animation-delay:0s; top:29px; left:53px; }
.ec_out_of_stock_notify_loader div:nth-child(2){ animation-delay:-0.1s; top:18px; left:50px; }
.ec_out_of_stock_notify_loader div:nth-child(3){ animation-delay:-0.2s; top:9px; left:41px; }
.ec_out_of_stock_notify_loader div:nth-child(4){ animation-delay:-0.3s; top:6px; left:29px; }
.ec_out_of_stock_notify_loader div:nth-child(5){ animation-delay:-0.4s; top:9px; left:18px; }
.ec_out_of_stock_notify_loader div:nth-child(6){ animation-delay:-0.5s; top:18px; left:9px; }
.ec_out_of_stock_notify_loader div:nth-child(7){ animation-delay:-0.6s; top:29px; left:6px; }
.ec_out_of_stock_notify_loader div:nth-child(8){ animation-delay:-0.7s; top:41px; left:9px; }
.ec_out_of_stock_notify_loader div:nth-child(9){ animation-delay:-0.8s; top:50px; left:18px; }
.ec_out_of_stock_notify_loader div:nth-child(10){ animation-delay:-0.9s; top:53px; left:29px; }
.ec_out_of_stock_notify_loader div:nth-child(11){ animation-delay:-1s; top:50px; left:41px; }
.ec_out_of_stock_notify_loader div:nth-child(12){ animation-delay:-1.1s; top:41px; left:50px; }
@keyframes ec_out_of_stock_notify_loader{
  0%, 20%, 80%, 100%{ transform:scale(1); }
  50%{ transform:scale(1.5); }
}

.ec_product_quickview_content_add_to_cart > a{ margin-left:0px !important; }
.ec_product_quickview_content_quantity, .ec_product_quickview_content_add_to_cart{ float:left; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; max-width:130px; width:130px; }
.ec_product_quickview_content_quantity > tbody > tr, .ec_product_quickview_content_quantity > tbody > tr > td, .ec_product_quickview_content_quantity > tbody > tr:first-child th, .ec_product_quickview_content_quantity > tbody > tr:first-child td{ margin:0 !important; padding:0 !important; border:none !important; }
.ec_product_quickview_content_quantity > tbody > tr{ height:44px; }
.ec_product_quickview_content_quantity > tbody > tr > td{ width:25px; }
.ec_product_quickview_content_quantity .ec_minus{ margin:0 1px 0 0; }
.ec_product_quickview_content_quantity .ec_plus{ margin:0 0 0 1px; }
.ec_product_quickview_content_quantity .ec_minus, .ec_product_quickview_content_quantity .ec_plus{ float:left; background-color:#222222; border:none; border-radius:0px; font-family: 'Lato', Arial, sans-serif !important; font-size:18px !important; color:#FFF; padding:9px 13px; cursor:pointer; box-shadow:none; line-height:1.1em; min-height:40px; background-image:none; font-weight:normal; text-shadow:none; -webkit-appearance:none; }
.ec_product_quickview_content_quantity .ec_minus:focus, .ec_product_quickview_content_quantity .ec_plus:focus{ border:none; outline:none !important; background-image:none; border:none; box-shadow:none; color:#FFF; border-radius:0px; font-weight:normal; text-shadow:none; }
.ec_product_quickview_content_quantity .ec_minus:hover, .ec_product_quickview_content_quantity .ec_plus:hover{ background-color:#666666; background-image:none; border:none; box-shadow:none; color:#FFF; border-radius:0px; font-weight:normal; text-shadow:none; }
.ec_product_quickview_content_quantity .ec_quantity{ font-family: 'Lato', Arial, sans-serif !important; font-size:18px !important; float:left; width:55px !important; text-align:center; margin:0px !important; background-color:#FFF; border-radius:0; height:inherit; -moz-appearance:textfield; }
.ec_product_quickview_content_quantity .ec_quantity::-webkit-outer-spin-button, .ec_product_quickview_content_quantity .ec_quantity::-webkit-inner-spin-button{ -webkit-appearance:none; margin:0; }

.ec_product_quickview_content_quantity input[type="submit"], .ec_product_quickview_content_quantity input[type="button"], .ec_product_quickview_content_quantity a, .ec_product_quickview_content_add_to_cart input[type="submit"], .ec_product_quickview_content_add_to_cart input[type="button"], .ec_product_quickview_content_add_to_cart a{ font-family:'Lato', Arial, sans-serif !important; padding:12px 20px; background-color:#222222 !important; float:left; color:#FFF !important; cursor:pointer; margin:0 !important; border:none !important; text-decoration:none; text-shadow:none !important; font-size:13px !important; border-radius:6px !important; box-shadow:none; font-weight:normal !important; background-image:none !important; text-decoration:none !important; width:100%; text-align:center; }
.ec_product_quickview_content_quantity > input[type="submit"]:hover, .ec_product_quickview_content_quantity > input[type="button"]:hover, .ec_product_quickview_content_quantity > a:hover, .ec_product_quickview_content_add_to_cart > input[type="submit"]:hover, .ec_product_quickview_content_add_to_cart > input[type="button"]:hover, .ec_product_quickview_content_add_to_cart > a:hover{ background-color:#666666 !important; background-image:none; border:none; }

.ec_product_quickview_close{ position:absolute; top:0; right:0;  }
.ec_product_quickview_close > input{ width:45px !important; height:45px !important; text-align:center !important; cursor:pointer; background:none !important; border:none !important; font-size:28px !important; font-family:'Lato', Arial, sans-serif !important; color:#CCC !important; padding:0 !important; border-radius:0 !important; box-shadow:none !important; border-left:none !important; border-right:none !important; border-top:none !important; border-bottom:none !important; }
.ec_product_quickview_close > input:hover{ color:#333 !important; background:#CCC !important; background-color:#CCC !important; text-shadow:none !important; }

/* Product Page Other */
.ec_product_page{ width:100%; max-width:100%; overflow-x:hidden; }
.ec_product_page_with_sidebar{ display:flex; flex-wrap:wrap; margin-left:-10px; margin-right:-10px; width:calc(100% + 20px); max-width:calc(100% + 20px); justify-content:space-between; }
.ec_product_page_sidebar_slide-left > .ec_product_page_sidebar, .ec_product_page_sidebar_slide-right > .ec_product_page_sidebar{ display:none;  }
.ec_product_page_sidebar.ec_product_page_sidebar_slide-left{ position:fixed; width:350px; max-width:100%; left:-500px; top:0; bottom:0; z-index:999999; box-shadow:1px 0 10px rgba(0,0,0,.5); overflow-y:auto; background-color:#ffffff; transition:.4s; padding:25px; }
.ec_product_page_sidebar.ec_product_page_sidebar_slide-right{position:fixed; width:350px; max-width:100%; right:-500px; top:0; bottom:0; z-index:999999; box-shadow:1px 0 10px rgba(0,0,0,.5); overflow-y:auto; background-color:#ffffff; transition:.4s; padding:25px; }
.ec_product_page_sidebar_slide_bg{ position:fixed; display:none; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.8); z-index:999998; }
.ec_product_page_filters_toggle{ cursor:pointer; float:left; width:100%; line-height:37px; margin:2px 125px 15px 0; text-transform:uppercase; color:#222; font-size:14px; }
.ec_product_page_filters_toggle > span{ font-size:24px; width:24px; height:24px; margin-top:6px; }
.ec_product_page_filters_toggle_mobile_only{ display:none; }
.ec_product_page_sidebar_right{ flex-direction: row-reverse; }
.ec_product_page_sidebar{ flex:0 0 25%; max-width:calc( 25% - 20px ); padding-left:10px; padding-right:10px; }
.ec_product_sidebar_close{ text-align:right; margin-bottom:5px; }
.ec_product_sidebar_close > a{ font-size: 22px; font-weight: bold; color: #222; text-decoration: none !important; background:#efefef; border: 1px solid #f2f2f2; border-radius: 100%; width: 35px; height: 35px; display: inline-block; text-align: center; padding: 2px; line-height: 34px; }
.ec_product_sidebar_close > a:hover{ background:#eeeeee; }
.ec_product_sidebar_close_mobile_only{ display:none; }
.ec_product_sidebar_clear.is_first{ display:flex; align-items:start; padding-top:8px; padding-bottom:21px; border-bottom:1px solid #EDEDED; }
.ec_product_sidebar_clear{ display:flex; align-items:start; padding-top:0px; padding-bottom:5px; border-bottom:none; }
.ec_product_sidebar_clear a{ font-size:14px; color:#999; }
.ec_product_sidebar_group{ padding-top:15px; border-bottom:1px solid #EDEDED; }
.ec_product_sidebar_group_title{ position:relative; cursor:pointer; color:#5b5b5b; font-size:16px; line-height:2; padding-right:3rem; -webkit-touch-callout:none; -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; }
.ec_product_sidebar_group_title:before{ content: "\f347"; right:0px; font-family: dashicons; position:absolute; }
.ec_product_sidebar_group_link_list{ margin-bottom:15px; list-style:none !important; padding:0px; margin-left:0px; }
.ec_product_sidebar_link_item{ margin-bottom:5px; padding:5px 15px 5px 0 !important; margin-left:0px !important; }
.ec_product_sidebar_link_item > a{ display:flex; align-items:center; font-weight:normal; color:#444; }
.ec_product_sidebar_search{ display:flex; align-items:start; padding-top:0px; padding-bottom:0px; border-bottom:none; }
.ec_product_sidebar_search > form{ float:left; width:100%; position:relative; margin-bottom:15px !important; }
.ec_product_sidebar_search input{ float:left; width:100%; border-color:#efefef !important; padding-left: 5px !important; padding-right: 35px !important; padding-top:10px !important; padding-bottom:10px !important; margin-bottom:0px !important; }
.ec_product_sidebar_search button{ position: absolute; display: inline-block; right: 0; height: 100%; width:35px; border: none; background: transparent; cursor:pointer !important; padding:0px !important; }
.ec_product_sidebar_group_filter_list{ margin-bottom:15px; list-style:none !important; padding:0px; margin-left:0px; }
.ec_product_sidebar_filter_item, .ec_product_sidebar_filter_item_mobile{ padding:0 0 8px 0 !important; margin-left:0px !important; }
.ec_product_sidebar_filter_item > a, .ec_product_sidebar_filter_item_mobile > a{ display:flex; align-items:center; font-weight:normal; color:#444; text-decoration:none !important; }
.ec_product_sidebar_filter_item > a > .ec_product_sidebar_filter_checkbox, .ec_product_sidebar_filter_item_mobile > a > .ec_product_sidebar_filter_checkbox{ cursor:pointer; line-height:1; width: 1.5rem; height: 1.5rem; border-radius: 4px; background: #f4f4f4; border: 1px solid #CCC;  }
.ec_product_sidebar_filter_item.selected > a > .ec_product_sidebar_filter_checkbox, .ec_product_sidebar_filter_item_mobile.selected > a > .ec_product_sidebar_filter_checkbox{ border:1px solid #444; background:#444; font-family: dashicons; color:#FFF; }
.ec_product_sidebar_filter_item.selected > a > .ec_product_sidebar_filter_checkbox:before, .ec_product_sidebar_filter_item_mobile.selected > a > .ec_product_sidebar_filter_checkbox:before{ content: "\f147"; margin-left:-1px; font-size:1.3rem; }
.ec_product_sidebar_filter_item > a > .ec_product_sidebar_filter_label, .ec_product_sidebar_filter_item_mobile > a > .ec_product_sidebar_filter_label{ cursor:pointer; padding-left:10px; }
.ec_product_sidebar_filter_item > a > .ec_product_sidebar_filter_count, .ec_product_sidebar_filter_item_mobile > a > .ec_product_sidebar_filter_count{ cursor:pointer; min-width:2.5rem; text-align:center; margin-left:auto; font-size:1.25rem; line-height:1.5; border-radius:5px; color:#959595; background-color:#f0f0f0; }
.ec_product_page_content{ position:relative; flex:0 0 75%; max-width:calc( 75% - 20px ); padding-left:10px; padding-right:10px; }
.ec_product_page_with_sidebar.ec_product_page_sidebar_slide-left .ec_product_page_content, .ec_product_page_with_sidebar.ec_product_page_sidebar_slide-right .ec_product_page_content{ position:relative; flex:0 0 100%; max-width:100%; }
.ec_product_page_sort{ float:left; width:100%; position:relative; margin-bottom:10px; }
.ec_product_page_sort br{ display:none; }
.ec_product_page_sort select{ float:right; -webkit-appearance:none; background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC); background-position:center right; background-repeat:no-repeat; border-radius:2px; width:220px !important; border:1px solid #e1e1e1; padding:8px 6px; outline:none; font:13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; color:#777; margin:0; max-width:100%; display:block; margin-bottom:20px; background:#FFF; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; white-space:pre; -webkit-rtl-ordering:logical; cursor:default; letter-spacing:normal; word-spacing:normal; text-transform:none; text-indent:0px; text-shadow:none; text-align:start; -webkit-writing-mode:horizontal-tb; height:inherit; } 
.ec_product_page_sort .ec_product_page_perpage{ float:left; font-family: 'Monda', Arial, sans-serif; font-size:14px; color:#222222; line-height:37px; margin:4px 25px 0 0; }
.ec_product_page_sort .ec_product_page_perpage > span{ float:left; line-height:32px; margin-right:10px; }
.ec_product_page_sort .ec_product_page_perpage > a{ width:25px; height:25px; line-height:25px; margin:2px; background-color:#FFF; border:1px solid #CCC; border-radius:4px; font-family: 'Monda', Arial, sans-serif; font-size:12px; font-weight:bold; float:left; color:#B6B6B6 !important; cursor:pointer; text-decoration:none !important; text-align:center; }
.ec_product_page_sort .ec_product_page_perpage > a.ec_selected, .ec_product_page_sort > .ec_product_page_perpage > a:hover{ background-color:#B6B6B6; color:#FFF !important; text-decoration:none; }
.ec_product_page_sort .ec_product_page_showing{ float:left; margin:0; font-family: 'Monda', Arial, sans-serif; font-size:14px; color:#222222; line-height:37px }
.ec_filter_bar_bottom{ float:left; width:100%; text-align:center; }
.ec_paging_button_container{ display:inline-block; margin-left:auto; margin-right:auto; }
.ec_num_page, .ec_num_page_selected{ width:25px; height:25px; line-height:25px; margin:2px; background-color:#FFF; border:1px solid #CCC; border-radius:4px; font-family: 'Monda', Arial, sans-serif; font-size:12px; font-weight:bold; float:left; color:#B6B6B6 !important; cursor:pointer; text-decoration:none; }
.ec_num_page > div{ margin-top:6px; font-size:14px; }
.ec_num_page_selected, .ec_num_page:hover{ background-color:#B6B6B6; color:#FFF !important; text-decoration:none; }
.ec_num_page_selected:hover{ background-color:#FFF; color:#B6B6B6 !important; }
.ec_product_star_on{ border-color:transparent !important; border-bottom:5px solid #222222 !important; margin:5px 0; position:relative; display:inline-block; color:#222222; width:0px; height:0px; border-right:8px solid transparent; border-left:8px solid transparent; -moz-transform:rotate(35deg); -webkit-transform:rotate(35deg); -ms-transform:rotate(35deg); -o-transform:rotate(35deg); transform:rotate(35deg); }
.ec_product_star_on_ele{ border-color:transparent; border-bottom:5px solid #222222; margin:5px 0; position:relative; display:inline-block; color:#222222; width:0px; height:0px; border-right:8px solid transparent; border-left:8px solid transparent; -moz-transform:rotate(35deg); -webkit-transform:rotate(35deg); -ms-transform:rotate(35deg); -o-transform:rotate(35deg); transform:rotate(35deg); }
.ec_product_star_on:before, .ec_product_star_on_ele:before{ border-bottom:8px solid #222222; border-left:3px solid transparent; border-right:3px solid transparent; position:absolute; height:0px; width:0px; top:-5px; left:-6px; display:block; content:''; -webkit-transform:rotate(-35deg); -moz-transform:rotate(-35deg); -ms-transform:rotate(-35deg); -o-transform:rotate(-35deg); transform:rotate(-35deg); }
.ec_product_star_on:after, .ec_product_star_on_ele:after{ position:absolute; display:block; color:#222222; left:-9px; width:0px; height:0px; content:''; border-right:8px solid transparent; border-bottom:6px solid #222222; border-left:8px solid transparent; -webkit-transform:rotate(-70deg); -moz-transform:rotate(-70deg); -ms-transform:rotate(-70deg); -o-transform:rotate(-70deg); transform:rotate(-70deg); }
.ec_product_star_off{ border-color:transparent !important; border-bottom:5px solid #CCCCCC !important; margin:5px 0; position:relative; display:inline-block; color:#CCCCCC; width:0px; height:0px; border-right:8px solid transparent; border-left:8px solid transparent; -moz-transform:rotate(35deg); -webkit-transform:rotate(35deg); -ms-transform:rotate(35deg); -o-transform:rotate(35deg); transform:rotate(35deg); }
.ec_product_star_off_ele{ border-color:transparent; border-bottom:5px solid #CCCCCC; margin:5px 0; position:relative; display:inline-block; color:#CCCCCC; width:0px; height:0px; border-right:8px solid transparent; border-left:8px solid transparent; -moz-transform:rotate(35deg); -webkit-transform:rotate(35deg); -ms-transform:rotate(35deg); -o-transform:rotate(35deg); transform:rotate(35deg); }
.ec_product_star_off:before, .ec_product_star_off_ele:before{ border-bottom:8px solid #CCCCCC; border-left:3px solid transparent; border-right:3px solid transparent; position:absolute; height:0px; width:0px; top:-5px; left:-6px; display:block; content:''; -webkit-transform:rotate(-35deg); -moz-transform:rotate(-35deg); -ms-transform:rotate(-35deg); -o-transform:rotate(-35deg); transform:rotate(-35deg); }
.ec_product_star_off:after, .ec_product_star_off_ele:after{ position:absolute; display:block; color:#CCCCCC; left:-9px; width:0px; height:0px; content:''; border-right:8px solid transparent; border-bottom:6px solid #CCCCCC; border-left:8px solid transparent; -webkit-transform:rotate(-70deg); -moz-transform:rotate(-70deg); -ms-transform:rotate(-70deg); -o-transform:rotate(-70deg); transform:rotate(-70deg); }
.ec_product_added_to_cart{ display: none; width: 100%; float: left; padding: 25px 20px; background-color: #EFEFEF; color: #222; font-family: 'Lato', Arial, sans-serif !important; font-size: 14px; margin: 0 0 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 2.1em; border: 1px solid #CCC; text-align: center; }
.ec_product_added_to_cart > .ec_product_added_icon{ display:none; font-size:24px; font-family: "dashicons"; float:left; margin:0 15px 0 0; }
.ec_product_added_to_cart > .ec_product_added_icon:before{ content: "\f174" !important; }
.ec_product_added_to_cart a{ color: #222222; text-decoration: none !important; padding: 10px 15px; border: 1px solid #CCC; border-radius: 5px; margin: 0 0 0 15px; background-color: #FEFEFE; font-weight: bold; text-transform: uppercase; }
.ec_product_added_to_cart a:hover{ color:#000000; }
.ec_product_banner{ float:left; width:100%; margin-bottom:10px; }
.ec_product_banner > img{ max-width:100%; }

@media only screen and ( max-width:767px ){
	.ec_product_page_with_sidebar{ display:flex; flex-wrap:wrap; width:100%; margin-left:0px; margin-right:0px; }
	.ec_product_page_with_sidebar > .ec_product_page_sidebar{ display:none; }
	.ec_product_page_sidebar.ec_product_page_sidebar_mobile_only{ display:block; }
	.ec_product_page_content{ flex:0 0 100%; max-width:100%; padding-left:0px; padding-right:0px; }
	.ec_product_page_filters_toggle_mobile_only, .ec_product_sidebar_close_mobile_only{ display:block; }
}

/* Product Page Responsive */
#ec_current_media_size{ display:none; }

/* Product Details Page */
.ec_cart_checkout_link{ display:inline-block; color:#222; text-decoration:none !important; font-family: 'Lato', Arial, sans-serif !important; font-size: 14px; background:#FEFEFE; padding:10px 15px; border-radius: 5px; border: 1px solid #AAA; margin:10px; text-transform: uppercase; font-weight: bold; }
.ec_cart_checkout_link:hover{ color:#222; background:#FFFFFF; }
.ec_product_image img{ max-width:100%; border-radius:6px; overflow:hidden; }
.ec_product_details_page{ width:100%; }
.ec_product_details_page *{ -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
.ec_product_details_page a{ text-shadow:none; border-bottom:none !important; }
.ec_product_details_page input[type='text'], .ec_product_details_page input[type='input'], .ec_product_details_page input[type='password'], .ec_product_details_page input[type='email'], .ec_product_details_page input[type='number'], .ec_product_details_page input[type='url'], .ec_product_details_page input[type='tel'], .ec_product_details_page input[type='search'], .ec_product_details_page textarea, .ec_product_details_page select{ border-color:#e1e1e1; background-color:#f8f8f8; color:#919191; -webkit-appearance:none; border:1px solid #e1e1e1; outline:none; font:13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; color:#777; margin:0; display:block; max-width:100%; background:#FFF; padding:8px 6px; line-height:1.1em; }
.ec_details_breadcrumbs, .ec_details_breadcrumbs > a{ font-size:13px !important; font-weight:normal; color:#444 !important; font-family:'Lato', Arial, sans-serif !important; text-decoration:none; }
.ec_details_breadcrumbs.ec_small, .ec_details_breadcrumbs.ec_small > a{ font-size:16px; font-weight:bold; color:#444 !important; margin:5px 0; text-decoration:none; border-bottom:none !important; }
.ec_details_content{ margin-top:4px; border-top:1px solid #CCC; padding-top:40px; }
.ec-details-content-no-breadcrumbs{ padding-top:0px; margin-top:0px; border-top:none; }
.ec_details_mobile_title_area{ display:none; width:100%; text-align:center; margin:-15px 0 15px; border-bottom:1px solid #CCC; padding:0 0 15px; }
.ec_details_title{ font-size:22px !important; font-family: 'Lato', Arial, sans-serif !important; color:#222222 !important; }
.ec_details_review_holder{ width:100%; height:25px; }
.ec_details_review_stars{ display:table; margin:0 auto; }
.ec_details_reviews{ float:left; width:100%; text-align:center; margin-top:2px; font-size:13px; font-weight:bold; color:#999; font-family:'Lato', Arial, sans-serif !important; }
.ec_details_price{ float:left; width:100%; margin-top:10px; text-align:center; }
.ec_details_price > .ec_product_price{ float:none; font-size:18px; color:#000000; font-family:'Lato', Arial, sans-serif !important; font-weight:bold; }
.ec_details_price > .ec_product_old_price{ float:none; font-size:14px; color:#444; font-family:'Lato', Arial, sans-serif !important; font-weight:normal; text-decoration:line-through; }
.ec_details_price > .ec_product_sale_price{ float:none; font-size:18px; color:#000000; font-family:'Lato', Arial, sans-serif !important; font-weight:bold; margin-left:10px; }
.ec_details_price_label{ float:none; font-size:14px; color:#444; font-family:'Lato', Arial, sans-serif !important; font-weight:normal; margin-left:10px; }
.ec_details_customer_review_paging{ float:left; width:100%; }
.ec_details_customer_review_paging > button{ cursor:pointer; background:#555; border-radius:4px; color:#FFF; padding:5px 10px; margin-right:4px; border:none; }
.ec_details_customer_review_paging > button.selected{ background:#222; }
.ec_details_clear{ clear:both; }

.ec_details_images{ float:left; width:47%; position:relative; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; display:block; }
.ec_details_images-5{ width:5%; }
.ec_details_images-10{ width:10%; }
.ec_details_images-15{ width:15%; }
.ec_details_images-20{ width:20%; }
.ec_details_images-25{ width:25%; }
.ec_details_images-30{ width:30%; }
.ec_details_images-35{ width:35%; }
.ec_details_images-40{ width:40%; }
.ec_details_images-45{ width:45%; }
.ec_details_images-50{ width:50%; }
.ec_details_images-55{ width:55%; }
.ec_details_images-60{ width:60%; }
.ec_details_images-65{ width:65%; }
.ec_details_images-70{ width:70%; }
.ec_details_images-75{ width:75%; }
.ec_details_images-80{ width:80%; }
.ec_details_images-85{ width:85%; }
.ec_details_images-90{ width:90%; }
.ec_details_images-95{ width:95%; }
.ec_details_images-100{ width:100%; }
.ec_details_main_image{ border:1px solid #CCC; cursor:pointer; border-radius:6px; overflow:hidden; }
.ec_details_main_image > img{ display:block; max-width:100%; padding:0px; border:0px; margin:0px; height:auto; min-width:100%; }
.ec_details_thumbnails{ margin:15px -5px 0px; display:flex; flex-wrap:wrap; }
.ec_details_thumbnails.ec_inactive{ display:none; }
.ec_details_thumbnail{ width:calc(20% - 10px); margin:5px; opacity:.8; cursor:pointer; -webkit-transition: opacity .5s ease-in-out; -moz-transition: opacity .5s ease-in-out; -o-transition: opacity .5s ease-in-out; transition: opacity .5s ease-in-out; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; border-radius:6px; overflow:hidden; display:flex; flex-flow:column; justify-content:center; }
.ec_details_thumbnail.ec_details_thumbnail-6{width:calc(16.666666% - 10px);}
.ec_details_thumbnail.ec_details_thumbnail-4{width:calc(25% - 10px);}
.ec_details_thumbnail.ec_details_thumbnail-3{width:calc(33.333333% - 10px);}
.ec_details_thumbnail.ec_details_thumbnail-2{width:calc(50% - 10px);}
.ec_details_thumbnail.ec_details_thumbnail-1{width:calc(100% - 10px);}
.ec_details_thumbnail > img{ display:block; max-width:100%; padding:0px; border:0px; margin:0px; }
.ec_details_thumbnail:hover, .ec_details_thumbnail.ec_active{ opacity:1; border-radius:6px; overflow:hidden; }
.ec_details_video_thumb, .ec_details_youtube_thumb, .ec_details_vimeo_thumb{ display:block; position:relative; text-decoration:none !important; }
.ec_details_video_thumb > img, .ec_details_youtube_thumb > img, .ec_details_vimeo_thumb > img{ }
.ec_details_video_thumb > .dashicons, .ec_details_youtube_thumb > .dashicons, .ec_details_vimeo_thumb > .dashicons{ position:absolute; z-index:4; left:50%; top:50%; margin-left:-10px; margin-top:-10px; color:#222; }
.ec_details_video_thumb > .wp-easycart-video-cover, .ec_details_youtube_thumb > .wp-easycart-video-cover, .ec_details_vimeo_thumb > .wp-easycart-video-cover{ position:absolute; width:100%; height:100%; left:0px; top:0px; z-index:3; background:rgb(255 255 255 / 60%); }
.wp-easycart-video-box{ position:relative; width:100%; height:0; padding-bottom:56.25%; }
.wp-easycart-video-box > iframe{ position:absolute; top:0; left:0; width:100%; height:100%; }
.ec_details_magbox{ display:none; position:absolute; min-width:400px; min-height:400px; width:400px; overflow:hidden; top:0; left:100%; background-color:#FFF; border:1px solid #CCC; z-index:99995; margin-left:15px; border-radius:6px; overflow:hidden; }
.ec_details_magbox > .ec_details_magbox_image{ min-width:400px; min-height:400px; width:400px; border-radius:6px; overflow:hidden; }
.ec_details_magbox.inactive{ display:none !important; }
.ec_thumb_stack_row .ec_details_thumbnail{ width:20%; }
.ec_thumb_stack_column .ec_details_thumbnail{ width:100%; height:20%; }
.ec_image_layout_row.ec_thumb_stack_column .ec_details_thumbnails{ margin:0 5px 0 0; }
.ec_image_layout_row-reverse.ec_thumb_stack_column .ec_details_thumbnails{ margin:0 0 0 5px; }
.ec_image_layout_column.ec_thumb_stack_row .ec_details_thumbnails{ margin:5px 0 0 0; }
.ec_image_layout_column-reverse.ec_thumb_stack_row .ec_details_thumbnails{ margin:0 0 5px 0; }

.ec_details_large_popup{ display:none; position:fixed; top:0; left:0; height:100%; width:100%; background:rgba(0,0,0,.75); box-sizing:border-box; z-index:100000; text-align:center; overflow-y:scroll; overflow-x:hidden; }
.ec_details_large_popup:before{ content:''; display:inline-block; height:100%; vertical-align:middle; box-sizing:border-box; line-height:.8em; }
.ec_details_large_popup_content{ width:99%; height:auto; display:inline-block; vertical-align:middle; -webkit-box-sizing:border-box; box-sizing:border-box; position:absolute; top:0; left:0; }
.ec_details_large_popup_padding{ background-color:#FFF; width:90%; height:auto; margin:40px auto 0px; position:relative; display:block; }
.ec_details_large_popup_holder{ display:block; position:relative; width:100%; }
.ec_details_large_popup_main{ float:left; width:100%; }
.ec_details_large_popup_main > picture > img, .ec_details_large_popup_main > img{ max-width:100%; height:auto; }
.ec_details_large_popup_thumbnails{ display:inline-block; margin:10px 0; }
.ec_details_large_popup_thumbnails.ec_inactive{ display:none; }
.ec_details_large_popup_thumbnail{ float:left; max-width:150px; margin:0 10px; cursor:pointer; }
.ec_details_large_popup_thumbnail > img, .ec_details_large_popup_thumbnail > picture > img{ max-width:100%; height:auto; }
.ec_details_large_popup_close{ position:absolute; top:0; right:0;  }
.ec_details_large_popup_close > input{ width:45px !important; height:45px !important; text-align:center !important; cursor:pointer; background:none !important; border:none !important; font-size:28px !important;  font-family:'Lato', Arial, sans-serif !important; color:#CCC !important; padding:0 !important; border-radius:0 !important; box-shadow:none !important; border-left:none !important; border-right:none !important; border-top:none !important; border-bottom:none !important; }
.ec_details_large_popup_close > input:hover{ color:#333 !important; background:#CCC !important; background-color:#CCC !important; text-shadow:none !important; }

.ec_details_right{ width:53%; margin-left:47%; padding-left:20px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; display:block; }
.ec_details_right-5{ width:95%; margin-left:5% }
.ec_details_right-10{ width:90%; margin-left:10% }
.ec_details_right-15{ width:85%; margin-left:15% }
.ec_details_right-20{ width:80%; margin-left:20% }
.ec_details_right-25{ width:75%; margin-left:25% }
.ec_details_right-30{ width:70%; margin-left:30% }
.ec_details_right-35{ width:65%; margin-left:35% }
.ec_details_right-40{ width:60%; margin-left:40% }
.ec_details_right-45{ width:55%; margin-left:45% }
.ec_details_right-50{ width:50%; margin-left:50% }
.ec_details_right-55{ width:45%; margin-left:55% }
.ec_details_right-60{ width:40%; margin-left:60% }
.ec_details_right-65{ width:35%; margin-left:65% }
.ec_details_right-70{ width:30%; margin-left:70% }
.ec_details_right-75{ width:25%; margin-left:75% }
.ec_details_right-80{ width:20%; margin-left:80% }
.ec_details_right-85{ width:15%; margin-left:85% }
.ec_details_right-90{ width:10%; margin-left:90% }
.ec_details_right-95{ width:5%; margin-left:95% }
.ec_add_to_cart_form{ float:left; width:100%; display:block; margin:0 !important; }
.ec_details_breadcrumbs_small{ }
.ec_details_right > .ec_add_to_cart_form > .ec_details_title{ font-size:28px; margin-top:22px; }
.ec_title_divider{ width:100px; height:3px; background-color:#CCC; display:block; margin-bottom:10px; }
.ec_details_model_number{ float:left; width:100%; margin:5px 0; font-size:12px; font-family: 'Lato', Arial, sans-serif; color:#666666 !important; }
.ec_details_description{ float:left; width:100%; margin:10px 0; font-size:13px; font-family: 'Lato', Arial, sans-serif; line-height:1.6em; color:#222222 !important; }
.ec_details_stock_total{ float:left; width:100%; margin:5px 1px 0 0; font-size:12px; font-family: 'Lato', Arial, sans-serif; color:#666666 !important; }
.ec_details_right > .ec_add_to_cart_form > .ec_details_price{ text-align:left; margin:10px 0px 10px; }
.ec_details_right > .ec_add_to_cart_form > .ec_details_price > .ec_product_price{ font-size:24px; }
.ec_details_right > .ec_add_to_cart_form > .ec_details_price > .ec_product_sale_price{ font-size:24px; }
.ec_details_right > .ec_add_to_cart_form > .ec_details_rating{ width:100%; float:left; margin:0px 0px 15px; }
.ec_details_tiers{ font-family: 'Lato', Arial, sans-serif; color:#777; font-size:13px; margin:15px 0px; line-height:1.1em; list-style:none !important; }
.ec_details_tiers > li{ padding:4px 0px; margin:0; }
.ec_details_options{ float:left; width:100%; border-top:1px solid #CCC; border-bottom:1px solid #CCC; padding:10px 0; margin:0 0 10px; }
.ec_details_options_basic{ border-bottom:none; border-top:none; padding:0px; margin:0px; }
.ec_details_options_advanced{ border-bottom:none; border-top:none; padding:0px; margin:0px; }
.ec_details_options_divider_pre{ float:left; width:100%; border-top:1px solid #CCC; margin-top:10px; padding-bottom:10px; }
.ec_details_options_divider_post{ float:left; width:100%; border-bottom:1px solid #CCC; margin-bottom:10px; padding-top:10px; }
.ec_details_option_row{ float:left; width:100%; margin:5px 0; position:relative; }
.ec_details_option_label{ font-family: 'Lato', Arial, sans-serif; color:#777; font-size:12px; float:left; width:100%; margin-right:15px; line-height:40px; min-height:40px; text-transform:capitalize; }
.ec_details_option_label_selected{ margin-left:15px; font-weight:bold; color:#222; }
.ec_option_loading{ display:none; font-family: 'Lato', Arial, sans-serif; color:#BB8B4D; font-size:12px; position:absolute; top:0; left:0; line-height:40px; width:100%; text-align:left; margin-top:15px; }
.ec_details_swatches{ font-family: 'Lato', Arial, sans-serif; color:#777; font-size:13px; line-height:1.1em; list-style:none !important; margin:5px 0 !important; padding:0 !important; }
.ec_details_swatches_ele{ float:left; width:100%; display:flex; flex-wrap:wrap; margin:0; padding:0; list-style:none !important; }
.ec_details_swatches > li{ float:left; width:30px; margin:0 2px 0 0 !important; opacity:.6; list-style-type:none !important; padding:0; clear:none !important; }
.ec_details_swatches_ele > li{ display:flex; overflow:hidden; opacity:.6; list-style-type:none !important; padding:0; clear:none !important; }
.ec_details_swatches > li > img, .ec_details_swatches > li > a > img{ max-width:100%; border-radius:6px; overflow:hidden; border:2px solid transparent; opacity:0.90; }
.ec_details_swatches_ele > li > img, .ec_details_swatches_ele > li > a > img{ max-width:100%; overflow:hidden; opacity:0.90; }
.ec_details_swatches > li > img:hover, .ec_details_swatches > li > a:hover > img, .ec_details_swatches > li.ec_selected > img, .ec_details_swatches > li.ec_selected > a > img{ opacity:1.0; }
.ec_details_swatches_ele > li > img:hover, .ec_details_swatches_ele > li > a:hover > img, .ec_details_swatches_ele > li.ec_selected > img, .ec_details_swatches_ele > li.ec_selected > a > img{ opacity:1.0; }
.ec_details_swatches > li.ec_active, .ec_details_swatches_ele > li.ec_active{ opacity:1; cursor:pointer; }
.ec_details_swatches > li.ec_selected, .ec_details_swatches_ele > li.ec_selected{ opacity:1; cursor:pointer; }
.ec_details_swatches > li.ec_selected > img, .ec_details_swatches_ele > li.ec_selected > img{ border:2px solid #333; }
.ec_details_swatches.ec_details_swatches_5 > li, .ec_details_swatches_ele.ec_details_swatches_5 > li:not( .wpeasycart-html-swatch-ele ){ width:5px; }
.ec_details_swatches.ec_details_swatches_10 > li, .ec_details_swatches_ele.ec_details_swatches_10 > li:not( .wpeasycart-html-swatch-ele ){ width:10px; }
.ec_details_swatches.ec_details_swatches_15 > li, .ec_details_swatches_ele.ec_details_swatches_15 > li:not( .wpeasycart-html-swatch-ele ){ width:15px; }
.ec_details_swatches.ec_details_swatches_20 > li, .ec_details_swatches_ele.ec_details_swatches_20 > li:not( .wpeasycart-html-swatch-ele ){ width:20px; }
.ec_details_swatches.ec_details_swatches_25 > li, .ec_details_swatches_ele.ec_details_swatches_25 > li:not( .wpeasycart-html-swatch-ele ){ width:25px; }
.ec_details_swatches.ec_details_swatches_30 > li, .ec_details_swatches_ele.ec_details_swatches_30 > li:not( .wpeasycart-html-swatch-ele ){ width:30px; }
.ec_details_swatches.ec_details_swatches_35 > li, .ec_details_swatches_ele.ec_details_swatches_35 > li:not( .wpeasycart-html-swatch-ele ){ width:35px; }
.ec_details_swatches.ec_details_swatches_40 > li, .ec_details_swatches_ele.ec_details_swatches_40 > li:not( .wpeasycart-html-swatch-ele ){ width:40px; }
.ec_details_swatches.ec_details_swatches_45 > li, .ec_details_swatches_ele.ec_details_swatches_45 > li:not( .wpeasycart-html-swatch-ele ){ width:45px; }
.ec_details_swatches.ec_details_swatches_50 > li, .ec_details_swatches_ele.ec_details_swatches_50 > li:not( .wpeasycart-html-swatch-ele ){ width:50px; }
.ec_details_swatches.ec_details_swatches_55 > li, .ec_details_swatches_ele.ec_details_swatches_55 > li:not( .wpeasycart-html-swatch-ele ){ width:55px; }
.ec_details_swatches.ec_details_swatches_60 > li, .ec_details_swatches_ele.ec_details_swatches_60 > li:not( .wpeasycart-html-swatch-ele ){ width:60px; }
.ec_details_swatches.ec_details_swatches_65 > li, .ec_details_swatches_ele.ec_details_swatches_65 > li:not( .wpeasycart-html-swatch-ele ){ width:65px; }
.ec_details_swatches.ec_details_swatches_70 > li, .ec_details_swatches_ele.ec_details_swatches_70 > li:not( .wpeasycart-html-swatch-ele ){ width:70px; }
.ec_details_swatches.ec_details_swatches_75 > li, .ec_details_swatches_ele.ec_details_swatches_75 > li:not( .wpeasycart-html-swatch-ele ){ width:75px; }
.ec_details_swatches.ec_details_swatches_80 > li, .ec_details_swatches_ele.ec_details_swatches_80 > li:not( .wpeasycart-html-swatch-ele ){ width:80px; }
.ec_details_swatches.ec_details_swatches_85 > li, .ec_details_swatches_ele.ec_details_swatches_85 > li:not( .wpeasycart-html-swatch-ele ){ width:85px; }
.ec_details_swatches.ec_details_swatches_90 > li, .ec_details_swatches_ele.ec_details_swatches_90 > li:not( .wpeasycart-html-swatch-ele ){ width:90px; }
.ec_details_swatches.ec_details_swatches_95 > li, .ec_details_swatches_ele.ec_details_swatches_95 > li:not( .wpeasycart-html-swatch-ele ){ width:95px; }
.ec_details_swatches.ec_details_swatches_100 > li, .ec_details_swatches_ele.ec_details_swatches_100 > li:not( .wpeasycart-html-swatch-ele ){ width:100px; }
.ec_details_swatches.ec_details_swatches_105 > li, .ec_details_swatches_ele.ec_details_swatches_105 > li:not( .wpeasycart-html-swatch-ele ){ width:105px; }
.ec_details_swatches.ec_details_swatches_110 > li, .ec_details_swatches_ele.ec_details_swatches_110 > li:not( .wpeasycart-html-swatch-ele ){ width:110px; }
.ec_details_swatches.ec_details_swatches_115 > li, .ec_details_swatches_ele.ec_details_swatches_115 > li:not( .wpeasycart-html-swatch-ele ){ width:115px; }
.ec_details_swatches.ec_details_swatches_120 > li, .ec_details_swatches_ele.ec_details_swatches_120 > li:not( .wpeasycart-html-swatch-ele ){ width:120px; }
.ec_details_swatches.ec_details_swatches_125 > li, .ec_details_swatches_ele.ec_details_swatches_125 > li:not( .wpeasycart-html-swatch-ele ){ width:125px; }
.ec_details_swatches.ec_details_swatches_130 > li, .ec_details_swatches_ele.ec_details_swatches_130 > li:not( .wpeasycart-html-swatch-ele ){ width:130px; }
.ec_details_swatches.ec_details_swatches_135 > li, .ec_details_swatches_ele.ec_details_swatches_135 > li:not( .wpeasycart-html-swatch-ele ){ width:135px; }
.ec_details_swatches.ec_details_swatches_140 > li, .ec_details_swatches_ele.ec_details_swatches_140 > li:not( .wpeasycart-html-swatch-ele ){ width:140px; }
.ec_details_swatches.ec_details_swatches_145 > li, .ec_details_swatches_ele.ec_details_swatches_145 > li:not( .wpeasycart-html-swatch-ele ){ width:145px; }
.ec_details_swatches.ec_details_swatches_150 > li, .ec_details_swatches_ele.ec_details_swatches_150 > li:not( .wpeasycart-html-swatch-ele ){ width:150px; }
.ec_details_swatches.ec_details_swatches_155 > li, .ec_details_swatches_ele.ec_details_swatches_155 > li:not( .wpeasycart-html-swatch-ele ){ width:155px; }
.ec_details_swatches.ec_details_swatches_160 > li, .ec_details_swatches_ele.ec_details_swatches_160 > li:not( .wpeasycart-html-swatch-ele ){ width:160px; }
.ec_details_swatches.ec_details_swatches_165 > li, .ec_details_swatches_ele.ec_details_swatches_165 > li:not( .wpeasycart-html-swatch-ele ){ width:165px; }
.ec_details_swatches.ec_details_swatches_170 > li, .ec_details_swatches_ele.ec_details_swatches_170 > li:not( .wpeasycart-html-swatch-ele ){ width:170px; }
.ec_details_swatches.ec_details_swatches_175 > li, .ec_details_swatches_ele.ec_details_swatches_175 > li:not( .wpeasycart-html-swatch-ele ){ width:175px; }
.ec_details_swatches.ec_details_swatches_180 > li, .ec_details_swatches_ele.ec_details_swatches_180 > li:not( .wpeasycart-html-swatch-ele ){ width:180px; }
.ec_details_swatches.ec_details_swatches_185 > li, .ec_details_swatches_ele.ec_details_swatches_185 > li:not( .wpeasycart-html-swatch-ele ){ width:185px; }
.ec_details_swatches.ec_details_swatches_190 > li, .ec_details_swatches_ele.ec_details_swatches_190 > li:not( .wpeasycart-html-swatch-ele ){ width:190px; }
.ec_details_swatches.ec_details_swatches_195 > li, .ec_details_swatches_ele.ec_details_swatches_195 > li:not( .wpeasycart-html-swatch-ele ){ width:195px; }
.ec_details_swatches.ec_details_swatches_200 > li, .ec_details_swatches_ele.ec_details_swatches_200 > li:not( .wpeasycart-html-swatch-ele ){ width:200px; }
.ec_details_html_swatches{ font-family: 'Lato', Arial, sans-serif; color:#777; font-size:13px; line-height:1.1em; list-style:none !important; margin:5px 0 !important; padding:0 !important; }
.ec_details_html_swatches > li{ float:left; margin:0 2px 0 0 !important; opacity:.2; list-style-type:none !important; padding:0; clear:none !important; text-align:center; }
.ec_details_html_swatches > li.ec_active{ opacity:.7; cursor:pointer; }
.ec_details_html_swatches > li.ec_selected{ opacity:1; cursor:pointer; }
.wpeasycart-html-swatch{ cursor:pointer; float:left; width:inherit !important; padding:5px 10px !important; border-radius:5px; color:#FFF; background:#222; margin-right:5px !important; }
.ec_details_combo{ float:left; margin:0 !important; opacity:1; }
.ec_details_combo.ec_inactive{ opacity:.5; }
.ec_details_option_row_error{ display:none; float:left; width:100%; font-family: 'Lato', Arial, sans-serif; border:1px dashed #AE0000; border-color:#AE0000 !important; color:#AE0000; padding:8px 16px; font-size:12px; line-height:1.1em; margin:5px 0; background:#FFE7E7; font-weight:bold; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
.ec_details_option_data{ font-family: 'Lato', Arial, sans-serif; color:#777; font-size:12px; float:left; width:100%; line-height:40px; }
.ec_details_option_data > select{ width:100%; margin:0 !important; }
.ec_details_option_data > input[type="text"]{ min-width:220px !important; margin:0 !important; }
.ec_details_option_data > input[type="number"]{ min-width:100px !important; margin:0 !important; }
.ec_details_option_data > textarea{ min-width:220px !important; min-height:150px !important; margin:0 !important; }
.ec_details_grid_row{ line-height:35px; height:54px; float:left; width:100%; }
.ec_details_grid_row > span:first-child{ float:left; margin-right:20px; width:80px; }
.ec_details_grid_row > span:last-child{ float:left; margin-right:20px; }
.ec_details_grid_row > input[type="number"]{ float:left; width:80px !important; margin-right:10px !important; text-align:center; }
.ec_details_option_data > input.ec_dimensions_box{ width:55px !important; min-width:65px !important; float:left; margin-right:8px !important; }
.ec_details_option_data > select.ec_dimensions_select{ width:55px !important; min-width:65px !important; float:left; margin-right:8px !important; }
.ec_details_option_data > span.ec_dimensions_seperator{ float:left; width:20px; text-align:center; margin-right:8px !important; }
.ec_dimensions_label_row{ float:left; width:100%; }
.ec_dimensions_label_row span{ float:left; width:50%; font-weight:bold; text-align:left; }
.ec_total_sq_feet_row{ float:left; width:100%; font-weight:bold; }
.ec_total_sq_feet_row span{ }
.ec_details_radio_row_ele{display:flex; justify-content:flex-start; align-items:center; }
.ec_details_radio_row_ele label{ display:flex; align-items:center; cursor:pointer; }
.ec_details_radio_row_ele input.ec_details_radio_ele{ cursor:pointer; display:inline-grid; place-content:center; appearance:none; background-color:#fff; margin:0; font:inherit; color:#333; width:1.15em; height:1.15em; border: 0.15em solid #333; border-radius:50%; transform:translateY(-0.075em); }
.ec_details_radio_row_ele input.ec_details_radio_ele::before{ content:""; width:1em; height:1em; margin-top:-.015em; border-radius:50%; transform:scale(0); transition:120ms transform ease-in-out; box-shadow: inset 1em 1em; color:#333; }
.ec_details_radio_row_ele input.ec_details_radio_ele:checked::before { transform:scale(0.7); }
.ec_details_radio_row_ele input.ec_details_radio_ele:focus{ outline:.1em solid #fff; outline-offset:0; }

.ec_details_checkbox_row_ele{display:flex; justify-content:flex-start; align-items:center; }
.ec_details_checkbox_row_ele label{ display:flex; align-items:center; cursor:pointer; }
.ec_details_checkbox_row_ele input.ec_details_checkbox_ele{ cursor:pointer; display:inline-grid; place-content:center; appearance:none; background-color:#fff; margin:0; font:inherit; color:#333; width:1.15em; height:1.15em; border: 0.15em solid #333; border-radius:0; transform:translateY(-0.075em); }
.ec_details_checkbox_row_ele input.ec_details_checkbox_ele::before{ content:""; width:.65em; height:.65em; margin-top:-.015em; border-radius:0; transform:scale(0); transition:120ms transform ease-in-out; box-shadow: inset 1em 1em; color:#fff; }
.ec_details_checkbox_row_ele input.ec_details_checkbox_ele:checked::before { transform:scale(1); }
.ec_details_checkbox_row_ele input.ec_details_checkbox_ele:focus{ outline:.1em solid #fff; outline-offset:0; }

.ec_details_grid_row_ele{ display:flex; align-items:center; }

.ec_details_added_price{ display:none; font-size:12px; color:#666; float:left; width:100%; margin:5px 0 0; }
.ec_details_hidden_base_price{ display:none; }
.ec_details_final_price{ float:left; width:100%; line-height:40px; font-size:18px; color:#818181; font-family:'Lato', Arial, sans-serif !important; font-weight:bold; }
.ec_details_add_to_cart_area{ float:left; width:100%; margin-top:20px; }
.ec_details_add_to_cart_area .ec_details_seasonal_mode{ font-size:12px; font-family:'Lato', Arial, sans-serif !important; color:#222; font-weight:bold; line-height:40px; }
.ec_details_backorder_info{ font-size:12px; font-family:'Lato', Arial, sans-serif !important; font-weight:bold; color:#F26F50; float:left; width:100%; margin:5px 0; }
.ec_details_add_to_cart_area .ec_out_of_stock{ font-size:16px; font-family:'Lato', Arial, sans-serif !important; color:#E08750; font-weight:bold; }
.ec_details_add_to_cart_area .ec_details_add_to_cart > input, .ec_details_add_to_cart_area .ec_details_add_to_cart > a{ font-family:'Lato', Arial, sans-serif !important; padding:12px 20px; background-color:#333 !important; float:left; color:#FFF !important; cursor:pointer; margin:0 0 0 10px !important; border:none; text-decoration:none; text-shadow:none; font-size:13px; line-height:1.5em; border-radius:0px; box-shadow:none; min-height:42px; text-shadow:none; font-weight:normal; background-image:none; width:inherit; -webkit-appearance: none; border-radius:6px; }
.ec_details_add_to_cart_area .ec_details_add_to_cart > input:hover, .ec_details_add_to_cart_area .ec_details_add_to_cart > a:hover{ background-color:#000 !important; background-image:none; }
.ec_details_add_to_cart_area .ec_details_add_to_cart > input.loading, .ec_details_add_to_cart_area .ec_details_add_to_cart > input.loading:hover{ background-color:#ededed !important; color:#CCC !important; padding-right:28px }
.ec_details_add_to_cart_area .ec_details_add_to_cart > input.added, .ec_details_add_to_cart_area .ec_details_add_to_cart > input.added:hover{ background-color:#8bba34 !important; color:#EFEFEF !important; padding-right:28px }
.ec_details_add_to_cart > .dashicons.dashicons-update-alt{ margin-left:-25px; margin-top:15px; color:#C1C1C1; font-size:12px; }
.ec_details_add_to_cart > .dashicons.dashicons-saved{ margin-left:-25px; margin-top:15px; color:#FFF; font-size:12px; }
.ec_details_right .ec_details_add_to_cart > .dashicons.dashicons-update-alt{ margin-left:-25px; margin-top:10px; color:#C1C1C1; font-size:12px; }
.ec_details_right .ec_details_add_to_cart > .dashicons.dashicons-saved{ margin-left:-25px; margin-top:10px; color:#FFF; font-size:12px; }
.ec_details_add_to_cart_area a{ margin-left:0px !important; }
.ec_details_quantity, .ec_details_add_to_cart{ float:left; border-radius:6px; overflow:hidden; }
.ec_deconetwork_custom_space{ margin-right:10px; }
.ec_details_add_to_cart_area > .ec_details_quantity > .ec_minus, .ec_details_add_to_cart_area > .ec_details_quantity > .ec_plus{ float:left; background-color:#333; font-family: 'Lato', Arial, sans-serif !important; font-size:18px !important; color:#FFF; padding:9px 13px; margin:0px; cursor:pointer; border-radius:0px; min-height:42px; max-height:42px; height:42px; line-height:1.1em; box-shadow:none; border:0px; background-image:none; text-shadow:none; font-weight:normal; -webkit-appearance:none; width:inherit; clear:none !important; }
.ec_details_add_to_cart_area > .ec_details_quantity > .ec_minus:focus, .ec_details_add_to_cart_area > .ec_details_quantity > .ec_plus:focus{ border:none; outline:none !important; background-image:none; }
.ec_details_add_to_cart_area > .ec_details_quantity > .ec_minus:hover, .ec_details_add_to_cart_area > .ec_details_quantity > .ec_plus:hover{ background-color:#000; background-image:none; }
.ec_details_add_to_cart_area > .ec_details_quantity > .ec_quantity{ -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; font-family: 'Lato', Arial, sans-serif !important; font-size:18px !important; float:left; width:55px !important; padding:9px 0px !important; text-align:center; margin:0px !important; background-color:#FFF; border-radius:0; height:42px; -moz-appearance:textfield; min-height:42px; max-height:42px; clear:none !important; }
.ec_details_add_to_cart_area > .ec_details_quantity > .ec_quantity::-webkit-outer-spin-button, .ec_details_add_to_cart_area .ec_details_quantity > .ec_quantity::-webkit-inner-spin-button{ -webkit-appearance:none; margin:0; }
.ec_details_final_price_ele{ float:left; width:100%; }
.ec_details_add_to_cart_group_ele{ float:left; width:100%; display:flex; columns:2; align-content:center; align-items:center; }
.ec_details_add_to_cart_group_ele > .ec_details_quantity{ display:flex; }
.ec_details_add_to_cart_group_ele > .ec_details_quantity > .ec_minus, .ec_details_add_to_cart_group_ele > .ec_details_quantity > .ec_plus, .ec_details_add_to_cart_group_ele > .ec_details_quantity > .ec_quantity{ width:33.333333%; }
.ec_details_add_to_cart_group_ele > .ec_details_quantity > .ec_minus, .ec_details_add_to_cart_group_ele > .ec_details_quantity > .ec_plus{ background-color:#333; color:#FFF; padding:0px; margin:0px; cursor:pointer; border-radius:0px; box-shadow:none; border:0px; background-image:none; text-shadow:none; font-weight:normal; -webkit-appearance:none; clear:none !important; }
.ec_details_add_to_cart_group_ele > .ec_details_quantity > .ec_minus:focus, .ec_details_add_to_cart_group_ele > .ec_details_quantity > .ec_plus:focus{ border:none; outline:none !important; background-image:none; }
.ec_details_add_to_cart_group_ele > .ec_details_quantity > .ec_minus:hover, .ec_details_add_to_cart_group_ele > .ec_details_quantity > .ec_plus:hover{ background-color:#000; background-image:none; }
.ec_details_add_to_cart_group_ele > .ec_details_quantity > .ec_quantity{ -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; padding:9px; text-align:center; margin:0px; background-color:#FFF; border-radius:0;  -moz-appearance:textfield; clear:none !important; }
.ec_details_add_to_cart_group_ele > .ec_details_quantity > .ec_quantity::-webkit-outer-spin-button, .ec_details_add_to_cart_group_ele .ec_details_quantity > .ec_quantity::-webkit-inner-spin-button{ -webkit-appearance:none; margin:0; }
.ec_details_amazon_button{ float:left; width:100%; margin:10px 0; clear:both; }
.ec_details_min_purchase_quantity{ float:left; width:100%; margin:5px 1px 0 0; font-size:12px; font-family: 'Lato', Arial, sans-serif; color:#C60 !important; }
.ec_details_handling_fee{ float:left; width:100%; margin:5px 1px 0 0; font-size:12px; font-family: 'Lato', Arial, sans-serif; color:#C60 !important; }
.ec_details_categories{ float:left; width:100%; margin-top:5px; border-top:1px solid #CCC; padding-top:5px; font-size:12px; font-family: 'Lato', Arial, sans-serif; color:#666666 !important; }
.ec_details_manufacturer{ float:left; width:100%; margin:5px 0; font-size:12px; font-family: 'Lato', Arial, sans-serif; color:#666666 !important; }
.ec_details_social{ float:left; width:100%; margin:15px 0 0; }
.ec_details_social_icon{ float:left; width:40px; height:40px; overflow:hidden; position:relative; }
.ec_details_social_icon > a{ position:relative; float:left; width:40px; height:40px; }
.ec_details_social_icon > a > img{ position:absolute; top:0; left:0; margin:0 !important; padding:0px; border:none; }
.ec_details_social_icon:hover > a > img{ top:-40px; }
.ec_details_extra_area{ float:left; width:100%; margin-top:25px; }
.ec_details_tabs{ display:block; width:100%; height:auto; overflow:hidden; margin:0 0 10px !important; list-style-position:outside; list-style-type:disc; border-top:1px solid #CCC; padding:0px !important; color:#222222; }
.ec_details_tab{ font-family: 'Lato', Arial, sans-serif !important; font-size:14px !important; list-style:none; display:inline-block; margin:0 35px 0 0 !important; margin-left:0 !important; border-top:solid 3px #222222; line-height:2.6em; text-transform:uppercase; font-weight:bold; cursor:pointer; }
.ec_details_tab:before{ content:''; }
.ec_details_tab.ec_active{ border-top:solid 3px #222222; }
.ec_details_description_content{ float:left; width:100%; }
.ec_details_edit_buttons{ float:left; width:100%; margin:5px 0 15px; }
.ec_details_edit_button > input{ font-family:'Lato', Arial, sans-serif !important; padding:12px 20px !important; background-color:#666; float:left; color:#FFF; cursor:pointer !important; border:none !important; text-decoration:none; text-shadow:none; font-size:13px; line-height:1.1em; float:left; width:inherit !important; height:inherit !important; border-radius:0px !important; margin:0 5px 0 0; }
.ec_details_edit_button > input:hover{ background-color:#333; }
.ec_details_description_editor, .ec_details_specifications_editor{ display:none; float:left; width:100%; }
.ec_details_description_tab{ display:block; width:100%; float:left; }
.ec_details_specifications_tab{ display:none; width:100%; float:left; }
.ec_details_customer_reviews_tab{ display:none; width:100%; float:left; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
.ec_details_customer_reviews_left{ float:left; width:60%; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; display:block; }
.ec_details_customer_reviews_left > h3{ float:left; width:100%; font-family:'Lato', Arial, sans-serif !important; font-size:22px !important; color:#222222 !important; margin:0 0 10px; }
.ec_details_customer_reviews_left_ele{ float:left; width:100%; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; display:block; }
.ec_details_customer_reviews_left_ele > h3{ float:left; width:100%; font-size:22px; color:#222222; margin:0 0 10px; }
.ec_details_customer_review_list{ float:left; width:90%; margin:0 !important; padding:0px !important; font-family: 'Lato', Arial, sans-serif; color:#777; font-size:13px; line-height:1.1em; list-style:none !important; border-top:1px solid #CCC; padding:15px 0 0 0 !important; }
.ec_details_customer_review_list > li{ float:left; width:100%; margin:0 0 20px 0 !important; border-bottom:1px solid #CCC; list-style-type:none !important; }
.ec_details_customer_review_stars{ float:left; width:100%; margin-top:10px; }
.ec_details_customer_review_date{ float:left; text-align:left; color:#666666; }
.ec_details_customer_review_date > strong{ color:#222222; text-shadow:none; }
.ec_details_customer_review_name{ float:left; width:100%; margin:4px 0; font-style:italic; }
.ec_details_customer_review_data{ float:left; width:100%; margin:15px 0; color:#222222; line-height:2em; }
.ec_details_customer_review_data_ele{ float:left; width:100%; }
.ec_details_customer_reviews_form{ position:relative; width:40%; margin-left:60%; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; display:block; }
.ec_details_customer_reviews_form_ele{ position:relative; width:100%; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; display:block; }
.ec_details_customer_reviews_form > .ec_details_customer_reviews_form_holder{ position:relative; float:left; width:100%; border:2px solid #CCC; padding:15px; display:block; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
.ec_details_customer_reviews_form_ele > .ec_details_customer_reviews_form_holder{ position:relative; float:left; width:100%; border:2px solid #CCC; padding:15px; display:block; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
.ec_details_customer_reviews_form > .ec_details_customer_reviews_form_holder > h3{ float:left; width:100%; font-family:'Lato', Arial, sans-serif !important; font-size:22px !important; color:#222222 !important; margin:0 0 10px; }
.ec_details_customer_reviews_form_ele > .ec_details_customer_reviews_form_holder > h3{ float:left; width:100%; font-size:22px; color:#222222; margin:0 0 10px; }
.ec_details_customer_reviews_row{ float:left; width:100%; font-family:'Lato', Arial, sans-serif; font-size:13px; color:#222222; }
.ec_details_customer_reviews_row.ec_lower_space{ margin-bottom:15px; }
.ec_details_customer_reviews_row > span{ float:left; width:48%; text-align:left; margin-right:2%; }
.ec_details_customer_reviews_row > input[type="text"], .ec_details_customer_reviews_row > textarea{ width:100%; display:block; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; box-shadow:none; }
.ec_details_customer_reviews_row > textarea{ min-height:75px; }
.ec_details_customer_reviews_row.ec_stars{ margin:0 0 10px; }
.ec_details_customer_reviews_row > input[type="button"]{ font-family:'Lato', Arial, sans-serif !important; padding:12px 20px; background-color:#333; float:left; color:#FFFFFF; cursor:pointer; border:none; text-decoration:none; text-shadow:none; font-size:13px; line-height:1.1em; border-radius:6px; box-shadow:none; background-image:none; text-shadow:none; font-weight:normal; -webkit-appearance:none; width:inherit !important; height:inherit !important; }
.ec_details_customer_reviews_row > input[type="button"]:hover{ background-color:#000; background-image:none; }
.ec_details_review_input{ cursor:pointer; }
.ec_details_customer_review_loader_holder{ display:none; position:absolute; top:0; right:0; width:100%; height:100%; background:rgba(0,0,0,.75); z-index:55; }
.ec_details_customer_review_loader{ position:relative; width:100%; text-align:center; top:45%; left:0; font-size:12px; text-transform:uppercase; color:#2E2E2E; background-color:rgba(242,242,242,0.9); z-index:56; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; font-family:'Monda',Arial,sans-serif; padding:14px 0; }
.ec_details_customer_review_success_holder{ display:none; position:absolute; top:0; right:0; width:100%; height:100%; background:rgba(0,0,0,.75); z-index:55; }
.ec_details_customer_review_success{ position:relative; width:100%; text-align:center; top:45%; left:0; font-size:12px; text-transform:uppercase; color:#FFF; background-color:rgba(152,195,145,0.9); z-index:56; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; font-family:'Monda',Arial,sans-serif; padding:14px 0; }
.ec_details_review_submitted_button_row{ display:none; }
.ec_details_review_submitted_button_row > input{ background-color:#CCC; cursor:default; }
.ec_details_related_products_area{ float:left; width:100%; margin:20px 0 0; padding-top:20px; border-top:1px solid #CCC; }
.ec_details_related_products_area > h3{ float:left; width:100%; font-family:'Lato', Arial, sans-serif !important; font-size:22px !important; color:#222222 !important; margin:0 0 10px; }
.ec_details_related_products{ float:left; width:calc( 100% + 16px ); margin-left:-8px !important; font-family: 'Lato', Arial, sans-serif; color:#777; font-size:13px; line-height:1.1em; list-style:none !important; padding:0px !important; overflow-x:hidden; }
.ec_details_related_products > li{ float:left; padding:0 8px !important; margin:0 0 20px 0 !important; width:25%; }

@media only screen and ( min-width:1200px ){
	.ec-product-details-cols-desktop-1 .ec_details_images{ width:100% !important; }
	.ec-product-details-cols-desktop-1 .ec_details_right{ float:left; width:100% !important; margin-left:0 !important; padding-left:0; }
}
@media only screen and ( min-width:992px ) and ( max-width:1199px ){
	.ec-product-details-cols-1 .ec_details_images{ width:100% !important; }
	.ec-product-details-cols-1 .ec_details_right{ float:left; width:100% !important; margin-left:0 !important; padding-left:0; }
}
@media only screen and ( min-width:768px ) and ( max-width:991px ){
	.ec-product-details-cols-tablet-1 .ec_details_images{ width:100% !important; }
	.ec-product-details-cols-tablet-1 .ec_details_right{ float:left; width:100% !important; margin-left:0 !important; padding-left:0; }
	.ec-product-details-cols-tablet-2 .ec_details_images-5{ width:5% !important; }
	.ec-product-details-cols-tablet-2 .ec_details_right-5{ width:95% !important; margin-left:5% !important; float:none; padding-left:20px; }
	.ec-product-details-cols-tablet-2 .ec_details_images-10{ width:10% !important; }
	.ec-product-details-cols-tablet-2 .ec_details_right-10{ width:90% !important; margin-left:10% !important; float:none; padding-left:20px; }
	.ec-product-details-cols-tablet-2 .ec_details_images-15{ width:15% !important; }
	.ec-product-details-cols-tablet-2 .ec_details_right-15{ width:85% !important; margin-left:15% !important; float:none; padding-left:20px; }
	.ec-product-details-cols-tablet-2 .ec_details_images-20{ width:20% !important; }
	.ec-product-details-cols-tablet-2 .ec_details_right-20{ width:80% !important; margin-left:20% !important; float:none; padding-left:20px; }
	.ec-product-details-cols-tablet-2 .ec_details_images-25{ width:25% !important; }
	.ec-product-details-cols-tablet-2 .ec_details_right-25{ width:75% !important; margin-left:25% !important; float:none; padding-left:20px; }
	.ec-product-details-cols-tablet-2 .ec_details_images-30{ width:30% !important; }
	.ec-product-details-cols-tablet-2 .ec_details_right-30{ width:70% !important; margin-left:30% !important; float:none; padding-left:20px; }
	.ec-product-details-cols-tablet-2 .ec_details_images-35{ width:35% !important; }
	.ec-product-details-cols-tablet-2 .ec_details_right-35{ width:65% !important; margin-left:35% !important; float:none; padding-left:20px; }
	.ec-product-details-cols-tablet-2 .ec_details_images-40{ width:40% !important; }
	.ec-product-details-cols-tablet-2 .ec_details_right-40{ width:60% !important; margin-left:40% !important; float:none; padding-left:20px; }
	.ec-product-details-cols-tablet-2 .ec_details_images-45{ width:45% !important; }
	.ec-product-details-cols-tablet-2 .ec_details_right-45{ width:55% !important; margin-left:45% !important; float:none; padding-left:20px; }
	.ec-product-details-cols-tablet-2 .ec_details_images-50{ width:50% !important; }
	.ec-product-details-cols-tablet-2 .ec_details_right-50{ width:50% !important; margin-left:50% !important; float:none; padding-left:20px; }
	.ec-product-details-cols-tablet-2 .ec_details_images-55{ width:55% !important; }
	.ec-product-details-cols-tablet-2 .ec_details_right-55{ width:45% !important; margin-left:55% !important; float:none; padding-left:20px; }
	.ec-product-details-cols-tablet-2 .ec_details_images-60{ width:60% !important; }
	.ec-product-details-cols-tablet-2 .ec_details_right-60{ width:40% !important; margin-left:60% !important; float:none; padding-left:20px; }
	.ec-product-details-cols-tablet-2 .ec_details_images-65{ width:65% !important; }
	.ec-product-details-cols-tablet-2 .ec_details_right-65{ width:35% !important; margin-left:65% !important; float:none; padding-left:20px; }
	.ec-product-details-cols-tablet-2 .ec_details_images-70{ width:70% !important; }
	.ec-product-details-cols-tablet-2 .ec_details_right-70{ width:30% !important; margin-left:70% !important; float:none; padding-left:20px; }
	.ec-product-details-cols-tablet-2 .ec_details_images-75{ width:75% !important; }
	.ec-product-details-cols-tablet-2 .ec_details_right-75{ width:25% !important; margin-left:75% !important; float:none; padding-left:20px; }
	.ec-product-details-cols-tablet-2 .ec_details_images-80{ width:80% !important; }
	.ec-product-details-cols-tablet-2 .ec_details_right-80{ width:20% !important; margin-left:80% !important; float:none; padding-left:20px; }
	.ec-product-details-cols-tablet-2 .ec_details_images-85{ width:85% !important; }
	.ec-product-details-cols-tablet-2 .ec_details_right-85{ width:15% !important; margin-left:85% !important; float:none; padding-left:20px; }
	.ec-product-details-cols-tablet-2 .ec_details_images-90{ width:90% !important; }
	.ec-product-details-cols-tablet-2 .ec_details_right-90{ width:10% !important; margin-left:90% !important; float:none; padding-left:20px; }
	.ec-product-details-cols-tablet-2 .ec_details_images-95{ width:95% !important; }
	.ec-product-details-cols-tablet-2 .ec_details_right-95{ width:5% !important; margin-left:95% !important; float:none; padding-left:20px; }
}
@media only screen and ( max-width:767px ){
	.ec_details_tabs{ position:relative; display:flex; justify-content: space-between; flex-direction:column; height:41px; overflow: hidden; }
	.ec_details_tabs.ec_is_open{ height:auto; }
	.ec_details_extra_area > div { width: 100%; }
	.ec_details_tabs li{ width:100%; border-top:none !important; margin-right:0px; padding-left:10px; background:#efefef; border-bottom:1px solid #CCC; }
	.ec_details_tabs li.ec_active{ -webkit-box-ordinal-group:-1; order:-1; border-bottom:2px solid; background:#ffffff; }
	.ec_details_tabs li.ec_active:after{ content: "\25BC"; cursor:pointer; float:right; margin-right:5px; }
	.ec_details_tabs.ec_is_open li.ec_active:after{ content: "\25B2"; }
}
@media only screen and ( min-width:576px ) and ( max-width:767px ){
	.ec-product-details-cols-mobile-1 .ec_details_images{ width:100% !important; }
	.ec-product-details-cols-mobile-1 .ec_details_right{ float:left; width:100% !important; margin-left:0 !important; padding-left:0; }
	.ec-product-details-cols-mobile-2 .ec_details_images-5{ width:5% !important; }
	.ec-product-details-cols-mobile-2 .ec_details_right-5{ width:95% !important; margin-left:5% !important; float:none; padding-left:20px; }
	.ec-product-details-cols-mobile-2 .ec_details_images-10{ width:10% !important; }
	.ec-product-details-cols-mobile-2 .ec_details_right-10{ width:90% !important; margin-left:10% !important; float:none; padding-left:20px; }
	.ec-product-details-cols-mobile-2 .ec_details_images-15{ width:15% !important; }
	.ec-product-details-cols-mobile-2 .ec_details_right-15{ width:85% !important; margin-left:15% !important; float:none; padding-left:20px; }
	.ec-product-details-cols-mobile-2 .ec_details_images-20{ width:20% !important; }
	.ec-product-details-cols-mobile-2 .ec_details_right-20{ width:80% !important; margin-left:20% !important; float:none; padding-left:20px; }
	.ec-product-details-cols-mobile-2 .ec_details_images-25{ width:25% !important; }
	.ec-product-details-cols-mobile-2 .ec_details_right-25{ width:75% !important; margin-left:25% !important; float:none; padding-left:20px; }
	.ec-product-details-cols-mobile-2 .ec_details_images-30{ width:30% !important; }
	.ec-product-details-cols-mobile-2 .ec_details_right-30{ width:70% !important; margin-left:30% !important; float:none; padding-left:20px; }
	.ec-product-details-cols-mobile-2 .ec_details_images-35{ width:35% !important; }
	.ec-product-details-cols-mobile-2 .ec_details_right-35{ width:65% !important; margin-left:35% !important; float:none; padding-left:20px; }
	.ec-product-details-cols-mobile-2 .ec_details_images-40{ width:40% !important; }
	.ec-product-details-cols-mobile-2 .ec_details_right-40{ width:60% !important; margin-left:40% !important; float:none; padding-left:20px; }
	.ec-product-details-cols-mobile-2 .ec_details_images-45{ width:45% !important; }
	.ec-product-details-cols-mobile-2 .ec_details_right-45{ width:55% !important; margin-left:45% !important; float:none; padding-left:20px; }
	.ec-product-details-cols-mobile-2 .ec_details_images-50{ width:50% !important; }
	.ec-product-details-cols-mobile-2 .ec_details_right-50{ width:50% !important; margin-left:50% !important; float:none; padding-left:20px; }
	.ec-product-details-cols-mobile-2 .ec_details_images-55{ width:55% !important; }
	.ec-product-details-cols-mobile-2 .ec_details_right-55{ width:45% !important; margin-left:55% !important; float:none; padding-left:20px; }
	.ec-product-details-cols-mobile-2 .ec_details_images-60{ width:60% !important; }
	.ec-product-details-cols-mobile-2 .ec_details_right-60{ width:40% !important; margin-left:60% !important; float:none; padding-left:20px; }
	.ec-product-details-cols-mobile-2 .ec_details_images-65{ width:65% !important; }
	.ec-product-details-cols-mobile-2 .ec_details_right-65{ width:35% !important; margin-left:65% !important; float:none; padding-left:20px; }
	.ec-product-details-cols-mobile-2 .ec_details_images-70{ width:70% !important; }
	.ec-product-details-cols-mobile-2 .ec_details_right-70{ width:30% !important; margin-left:70% !important; float:none; padding-left:20px; }
	.ec-product-details-cols-mobile-2 .ec_details_images-75{ width:75% !important; }
	.ec-product-details-cols-mobile-2 .ec_details_right-75{ width:25% !important; margin-left:75% !important; float:none; padding-left:20px; }
	.ec-product-details-cols-mobile-2 .ec_details_images-80{ width:80% !important; }
	.ec-product-details-cols-mobile-2 .ec_details_right-80{ width:20% !important; margin-left:80% !important; float:none; padding-left:20px; }
	.ec-product-details-cols-mobile-2 .ec_details_images-85{ width:85% !important; }
	.ec-product-details-cols-mobile-2 .ec_details_right-85{ width:15% !important; margin-left:85% !important; float:none; padding-left:20px; }
	.ec-product-details-cols-mobile-2 .ec_details_images-90{ width:90% !important; }
	.ec-product-details-cols-mobile-2 .ec_details_right-90{ width:10% !important; margin-left:90% !important; float:none; padding-left:20px; }
	.ec-product-details-cols-mobile-2 .ec_details_images-95{ width:95% !important; }
	.ec-product-details-cols-mobile-2 .ec_details_right-95{ width:5% !important; margin-left:95% !important; float:none; padding-left:20px; }
}
@media only screen and ( max-width:575px ){
	.ec-product-details-cols-mobile-small-1 .ec_details_images{ width:100% !important; }
	.ec-product-details-cols-mobile-small-1 .ec_details_right{ float:left; width:100% !important; margin-left:0 !important; padding-left:0; }
}

@media only screen and ( min-width:992px ) and ( max-width:1200px ){
    .ec_details_related_products > li{ width:33.333333%; }
}
@media only screen and ( min-width:768px ) and ( max-width:991px ){
    .ec_details_related_products > li{ width:50%; }
}
@media only screen and ( min-width:576px ) and ( max-width:767px ){
    .ec_details_related_products > li{ width:50%; }
}
@media only screen and ( max-width:575px ){
    .ec_details_related_products > li{ width:100%; }
}
.ec_product_details_star_on{ border-color:transparent !important; border-bottom:5px solid #222222 !important; margin:5px 0; position:relative; display:inline-block; color:#222222; width:0px; height:0px; border-right:8px solid transparent; border-bottom:5px  solid #222222; border-left:8px solid transparent; -moz-transform:rotate(35deg); -webkit-transform:rotate(35deg); -ms-transform:rotate(35deg); -o-transform:rotate(35deg); }
.ec_product_details_star_on_ele{ border-color:transparent; border-bottom:5px solid #222222; margin:5px 0; position:relative; display:inline-block; color:#222222; width:0px; height:0px; border-right:8px solid transparent; border-bottom:5px  solid #222222; border-left:8px solid transparent; -moz-transform:rotate(35deg); -webkit-transform:rotate(35deg); -ms-transform:rotate(35deg); -o-transform:rotate(35deg); }
.ec_product_details_star_on:before, .ec_product_details_star_on_ele:before{ border-bottom:8px solid #222222; border-left:3px solid transparent; border-right:3px solid transparent; position:absolute; height:0px; width:0px; top:-5px; left:-6px; display:block; content:''; -webkit-transform:rotate(-35deg); -moz-transform:rotate(-35deg); -ms-transform:rotate(-35deg); -o-transform:rotate(-35deg); }
.ec_product_details_star_on:after, .ec_product_details_star_on_ele:after{ position:absolute; display:block; color:#222222; left:-9px; width:0px; height:0px; content:''; border-right:8px solid transparent; border-bottom:6px solid #222222; border-left:8px solid transparent; -webkit-transform:rotate(-70deg); -moz-transform:rotate(-70deg); -ms-transform:rotate(-70deg); -o-transform:rotate(-70deg); }
.ec_product_details_star_off{ border-color:transparent !important; border-bottom:5px solid #CCCCCC !important; margin:5px 0; position:relative; display:inline-block; color:#CCCCCC; width:0px; height:0px; border-right:8px solid transparent; border-bottom:5px solid #CCCCCC; border-left:8px solid transparent; -moz-transform:rotate(35deg); -webkit-transform:rotate(35deg); -ms-transform:rotate(35deg); -o-transform:rotate(35deg); }
.ec_product_details_star_off_ele{ border-color:transparent; border-bottom:5px solid #CCCCCC; margin:5px 0; position:relative; display:inline-block; color:#CCCCCC; width:0px; height:0px; border-right:8px solid transparent; border-bottom:5px solid #CCCCCC; border-left:8px solid transparent; -moz-transform:rotate(35deg); -webkit-transform:rotate(35deg); -ms-transform:rotate(35deg); -o-transform:rotate(35deg); }
.ec_product_details_star_off:before, .ec_product_details_star_off_ele:before{ border-bottom:8px solid #CCCCCC; border-left:3px solid transparent; border-right:3px solid transparent; position:absolute; height:0px; width:0px; top:-5px; left:-6px; display:block; content:''; -webkit-transform:rotate(-35deg); -moz-transform:rotate(-35deg); -ms-transform:rotate(-35deg); -o-transform:rotate(-35deg); }
.ec_product_details_star_off:after, .ec_product_details_star_off_ele:after{ position:absolute; display:block; color:#CCCCCC; left:-9px; width:0px; height:0px; content:''; border-right:8px solid transparent; border-bottom:6px solid #CCCCCC; border-left:8px solid transparent; -webkit-transform:rotate(-70deg); -moz-transform:rotate(-70deg); -ms-transform:rotate(-70deg); -o-transform:rotate(-70deg); }

.ec_restricted{ float:left; width:100%; font-family:'Lato', Arial, sans-serif; color:#333; font-size:1.4em; line-height:1.5em; text-align:center; margin-bottom:25px; font-weight:bold; }
.ec_restricted a{ color:#222222; text-decoration:none !important; }
.ec_restricted a:hover{ color:#666666; }

.ec_details_inquiry_popup{ display:none; position:fixed; top:0; left:0; height:100%; width:100%; background:rgba(0,0,0,.75); box-sizing:border-box; z-index:100000; text-align:center; overflow-y:scroll; overflow-x:hidden; }
.ec_details_inquiry_popup:before{ content:''; display:inline-block; height:100%; vertical-align:middle; box-sizing:border-box; line-height:.8em; }
.ec_details_inquiry_popup_content{ width:99%; height:auto; display:inline-block; vertical-align:middle; -webkit-box-sizing:border-box; box-sizing:border-box; position:absolute; top:0; left:0; }
.ec_details_inquiry_popup_padding{ background-color:#FFF; width:90%; height:auto; margin:40px auto 0px; position:relative; display:block; }
.ec_details_inquiry_popup_holder{ display:block; position:relative; width:80%; max-width:345px; margin:auto; text-align:left; }
.ec_details_inquiry_popup_main{ float:left; width:100%; background-color:#FFF; padding:25px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.ec_details_inquiry_popup_main .ec_details_option_label{ line-height:inherit; min-height:inherit; font-weight:bold; }
.ec_details_inquiry_popup_main .ec_details_options{ border-top:none; border-bottom:none; }
.ec_details_inquiry_popup_main .ec_details_add_to_cart > .ec_out_of_stock{ font-size:12px; font-family:'Lato', Arial, sans-serif !important; color:#900; font-weight:bold; }
.ec_details_inquiry_popup_main .ec_details_add_to_cart > input, .ec_details_inquiry_popup_main .ec_details_add_to_cart > a{ font-family:'Lato', Arial, sans-serif !important; padding:12px 20px; background-color:#333 !important; float:left; color:#FFF !important; cursor:pointer; margin:0 0 0 10px !important; border:none; text-decoration:none; text-shadow:none; font-size:13px; line-height:1.5em; border-radius:0px; box-shadow:none; min-height:42px; text-shadow:none; font-weight:normal; background-image:none; width:inherit; -webkit-appearance: none; }
.ec_details_inquiry_popup_main .ec_details_add_to_cart > input:hover, .ec_details_inquiry_popup_main .ec_details_add_to_cart > a:hover{ background-color:#000 !important; background-image:none; }
.ec_details_inquiry_popup_main a{ margin-left:0px !important; }
.ec_details_inquiry_popup_close{ position:absolute; top:0; right:0;  }
.ec_details_inquiry_popup_close > input{ width:45px !important; height:45px !important; text-align:center !important; cursor:pointer; background:none !important; border:none !important; font-size:28px !important;  font-family:'Lato', Arial, sans-serif !important; color:#CCC !important; padding:0 !important; border-radius:0 !important; box-shadow:none !important; border-left:none !important; border-right:none !important; border-top:none !important; border-bottom:none !important; }
.ec_details_inquiry_popup_close > input:hover{ color:#333 !important; background:#CCC !important; background-color:#CCC !important; text-shadow:none !important; }

.ec_store_loader_bg{ display:none; position:fixed; top:0; left:0; width:100%; height:100%; z-index:998; background:rgba(0,0,0,.75); box-sizing:border-box; }
.ec_store_loader{ display:none; position:absolute; top:250px; left:50%; z-index:999; }
@-webkit-keyframes ec_store_loader {
  0% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
  }

  100% {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}

@-moz-keyframes ec_store_loader {
  0% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
  }

  100% {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}

@-o-keyframes ec_store_loader {
  0% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
  }

  100% {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}

@keyframes ec_store_loader {
  0% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
  }

  100% {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}

/* Styles for old versions of IE */
.ec_store_loader {
  font-family: sans-serif;
  font-weight: 100;
}

/* :not(:required) hides this rule from IE9 and below */
.ec_store_loader:not(:required) {
  -webkit-animation: ec_store_loader 1250ms infinite linear;
  -moz-animation: ec_store_loader 1250ms infinite linear;
  -ms-animation: ec_store_loader 1250ms infinite linear;
  -o-animation: ec_store_loader 1250ms infinite linear;
  animation: ec_store_loader 1250ms infinite linear;
  border: 8px solid #b3b3b3;
  border-right-color: transparent;
  border-radius: 16px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  width: 32px;
  height: 32px;
}

/* Advanced Editor Content */
.ecrow_11{ float:left; width:100%; margin-top:20px; margin-bottom:10px; clear:left; }
.ecrow_12{ float:left; width:47.7%; margin-top:20px; margin-bottom:10px; clear:left; }
.ecrow_13{ float:left; width:30.2%; margin-top:20px; margin-bottom:10px; clear:left; }
.ecrow_23{ float:left; width:65.2%; margin-top:20px; margin-bottom:10px; clear:left; }
.ecrow_14{ float:left; width:21.5%; margin-top:20px; margin-bottom:10px; clear:left; }
.ecrow_34{ float:left; width:73.7%; margin-top:20px; margin-bottom:10px; clear:left; }
.ecrow_15{ float:left; width:16.3%; margin-top:20px; margin-bottom:10px; clear:left; }
.ecrow_25{ float:left; width:37.2%; margin-top:20px; margin-bottom:10px; clear:left; }
.ecrow_35{ float:left; width:58.1%; margin-top:20px; margin-bottom:10px; clear:left; }
.ecrow_45{ float:left; width:79.0%; margin-top:20px; margin-bottom:10px; clear:left; }
.ecrow_12.after{ float:left; width:47.7%; margin-left:4.6%; margin-top:20px; margin-bottom:10px; clear:none; }
.ecrow_13.after{ float:left; width:30.2%; margin-left:4.6%; margin-top:20px; margin-bottom:10px; clear:none; }
.ecrow_23.after{ float:left; width:65.2%; margin-left:4.6%; margin-top:20px; margin-bottom:10px; clear:none; }
.ecrow_14.after{ float:left; width:21.5%; margin-left:4.6%; margin-top:20px; margin-bottom:10px; clear:none; }
.ecrow_34.after{ float:left; width:73.7%; margin-left:4.6%; margin-top:20px; margin-bottom:10px; clear:none; }
.ecrow_15.after{ float:left; width:16.3%; margin-left:4.6%; margin-top:20px; margin-bottom:10px; clear:none; }
.ecrow_25.after{ float:left; width:37.2%; margin-left:4.6%; margin-top:20px; margin-bottom:10px; clear:none; }
.ecrow_35.after{ float:left; width:58.1%; margin-left:4.6%; margin-top:20px; margin-bottom:10px; clear:none; }
.ecrow_45.after{ float:left; width:79.0%; margin-left:4.6%; margin-top:20px; margin-bottom:10px; clear:none; }
.ec_row_padding{ padding-top:30px; }
.ec_special_divider{ float:left; width:100%; margin-top:15px; }
.ec_special_heading{ float:left; width:100%; font-size:22px; font-family:'Lato', Arial, sans-serif; color:#222222; }

.ec_special_icon{ background-color:#222222; color:#FFF; float:left; padding:15px; border-radius:100px; -webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box; font-size:20px; line-height:24px; margin-bottom:10px; margin-right:18px; font-size:35px; }
.ec_special_icon a{ color:#FFF !important; }
.ec_special_iconbox_left{ float:left; height:auto; text-align:left; padding:15px; background-color:#FFF; border:1px solid #333; width:100%; }
.ec_special_iconbox_left > .ec_special_iconlist_content > h3{ float:none; font-size:24px; font-family:'Lato', Arial, sans-serif; }
.ec_special_iconbox_left > .ec_special_iconlist_content > span{ float:left; width:100%; font-size:12px; font-family:'Lato', Arial, sans-serif; }

.ec_special_iconbox_top{ float:left; position:relative; height:auto; padding:15px; background-color:#FFF; border:1px solid #333; width:100%; margin-top:15px; }
.ec_special_iconbox_top > .ec_special_icon{ float:none; position:absolute; left:50%; top:-26px; margin:0 0 0 -26px; padding:15px; border-radius:100px; -webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box; font-size:20px; line-height:24px; margin-bottom:10px; margin-right:10px;}
.ec_special_iconbox_top > .ec_special_icon > a{ text-decoration:none !important; font-size:35px; margin-left:-7px; }
.ec_special_iconbox_top > .ec_special_iconlist_content > h3{ float:left; width:100%; text-align:center; padding-top:18px; font-size:22px; font-family:'Lato', Arial, sans-serif; }
.ec_special_iconbox_top > .ec_special_iconlist_content > span{ float:left; width:100%; font-size:12px; font-family:'Lato', Arial, sans-serif; }
.ec_special_iconlist_content p{ line-height:1.5em; margin:.9em 0 0; }
.ec_special_icon_list{ background-color:#222222; color:#FFF; float:left; padding:15px; border-radius:100px; -webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box; font-size:20px; line-height:24px; margin-bottom:10px; margin-right:10px; }
.ec_special_iconlist{ float:left; height:auto; text-align:center; padding:15px; background-color:#FFF; }
.ec_special_iconlist_item{ float:left; height:auto; text-align:center; padding:15px; background-color:#FFF; }
.ec_special_icon_list > a{ color:#FFF !important; text-decoration:none !important; font-size:35px; margin-left:-7px; }
.ec_special_iconlist_item > .ec_special_iconlist_content{ margin-left:65px; }
.ec_special_iconlist_item > .ec_special_iconlist_content > h3{ float:left; width:100%; text-align:left; font-size:24px; margin:10px 0 10px 10px; font-family:'Lato', Arial, sans-serif; }
.ec_special_iconlist_item > .ec_special_iconlist_content > span{ float:left; font-size:12px; font-family:'Lato', Arial, sans-serif; margin-left:10px; text-align:left; }

.ec_special_video{ padding-bottom:56.25%; height:0; clear:both; position:relative; margin-bottom:20px; }
.ec_special_videowrap{ width:100%; height:100%; }
.ec_special_videowrap > iframe{ position:absolute; width:100%; height:100%; top:0; left:0; }
.ecrow_11 .ec_special_videowrap > iframe{ width:100%; height:50%; }
.ecrow_12 .ec_special_videowrap > iframe{ width:100%; height:25%; }
.ecrow_13 .ec_special_videowrap > iframe{ width:100%; height:20%; }

/* CART PAGE */
.ec_cart_page *{ box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; text-shadow:none; font-weight:normal; }
.ec_cart_page input[type='text'], .ec_cart_page input[type='input'], .ec_cart_page input[type='password'], .ec_cart_page input[type='email'], .ec_cart_page input[type='number'], .ec_cart_page input[type='url'], .ec_cart_page input[type='tel'], .ec_cart_page input[type='search'], .ec_cart_page textarea, .ec_cart_page select{ color:#222 !important; -webkit-appearance:none;outline:none; font:15px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; margin:0; display:block; max-width:100%; background:#FFF; line-height:1.1em; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; border:1px solid rgb(230,230,230); box-shadow:0px 1px 1px rgb(0 0 0 / 3%), 0px 3px 6px rgb(0 0 0 / 2%); transition:background 0.15s ease, border 0.15s ease, box-shadow 0.15s ease, color 0.15s ease; border-radius:5px; padding:.75rem; height:auto !important; }
.ec_cart_page form{ margin:0 0 0 0 !important; }
.ec_cart_empty{ float:left; width:100%; text-align:center; font-size:18px; font-family:'Lato', Arial, sans-serif !important; color:#222222; font-weight:bold; }
.ec_cart_empty_button_row{ float:left; width:100%; text-align:center; }
a.ec_cart_empty_button{ cursor:pointer; padding:12px 25px; font-size:18px; font-family:'Lato', Arial, sans-serif !important; color:#FFFFFF !important; background-color:#222222; margin:10px auto; display:inline-block; text-decoration:none !important; border-radius:6px; }
a.ec_cart_empty_button:hover{ background-color:#666666; }
.ec_cart_page{ width:100%; max-width:100%; }
.ec_cart_breadcrumbs{ float:left; margin:15px 0 30px; width:100%; }
.ec_cart_breadcrumb{ width:auto; font-size:18px; font-family:'Lato', Arial, sans-serif !important; color:#222222; margin:0; float:left; }
.ec_cart_breadcrumb.ec_inactive{ color:#999 !important; display:block; }
.ec_cart_breadcrumb_divider{ float:left; width:20px; font-size:15px; font-family: "dashicons"; color:#CCC; margin:0 25px; }
.ec_cart_breadcrumb_divider:before{ content: "\f345" !important; }
.ec_cart_breadcrumb > a{ text-decoration:none !important; }
.ec_cart_backorders_present{ float:left; width:100%; font-family:'Lato', Arial, sans-serif; color:#FFF; padding:16px 20px; font-size:13px; line-height:1.1em; margin:5px 0 20px 0; background:#F26F50; font-weight:bold; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; text-align:center; text-transform:uppercase; }
.ec_cart_backorder_date{ float:left; width:100%; font-family:'Lato', Arial, sans-serif; color:#F26F50; margin:6px 0; }

/* CART SECTION */
.ec_cart_left.ec_cart_holder{ overflow-y:auto; }
.ec_cart_left.ec_cart_holder::-webkit-scrollbar{ width:15px; height:15px; border-bottom:1px solid #eee; border-top:1px solid #eee; }
.ec_cart_left.ec_cart_holder::-webkit-scrollbar-thumb{ border-radius:8px; background-color:#C3C3C3; border:2px solid #eee; }
.ec_cart_left{ float:left; width:65%; border-right:1px solid #CCC; padding-right:25px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; display:block; }
.ec_cart_right{ float:right; width:35%; padding-left:25px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; display:block; }
.ec_cart_full{ width:100%; border-right:none; padding-right:0px; }
.ec_cart{ min-width:500px; width:100%; padding:0; margin:0; border-collapse:collapse; border-spacing:0; }
.ec_cart > thead{ width:100%; border-bottom:3px solid #CCCCCC; }
.ec_cart > thead > tr > th{ font-family:'Lato', Arial, sans-serif !important; color:#222222; font-weight:bold; background:#FFF; border-left:0px solid #CCC; border-right:0px solid #CCC; border-top:0px solid #CCC; border-bottom:0px solid #CCC; text-transform:uppercase; font-size:15px; line-height:1.5em; letter-spacing:1.5px; }
.ec_minimum_purchase_box{ border:1px solid #b74949; background:#d6baba; padding:10px; margin-bottom:10px; }
.ec_minimum_purchase_box p{ font-family:'Lato', Arial, sans-serif !important; color:#690000; text-align:center; font-weight:bold; font-size:16px; }

th.ec_cartitem_head_name{ text-align:left; padding:9px 0 9px 12px !important; }
th.ec_cartitem_head_price{ width:15%; text-align:left; padding:9px 0 !important; }
th.ec_cartitem_head_quantity{ width:15%; text-align:center; padding:9px 0 !important; }
th.ec_cartitem_head_total{ width:15%; text-align:right; padding:9px 12px 9px 0 !important; }

tr.ec_cartitem_row{ box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; border-bottom:1px solid #CCC; border-left:0px solid #CCC; border-right:0px solid #CCC; background:#FFF !important; }
tr.ec_cartitem_row > td{ border-left-width:0px !important; border-top-width:0px !important; border-right-width:0px !important; border-bottom-width:0px !important; vertical-align:middle; padding:9px 0; margin:0; }
tr.ec_cartitem_row > td.ec_cartitem_image, tr.ec_cartitem_row > td.ec_cartitem_details, tr.ec_cartitem_row > td.ec_cartitem_price{ padding:9px !important; }
tr.ec_cartitem_error_row{ display:none; border:1px dashed #AE0000 !important; border-color:#AE0000 !important; }
tr.ec_cartitem_error_row > td{ font-family: 'Lato', Arial, sans-serif; color:#AE0000 !important; padding:8px 16px; font-size:12px; line-height:1.1em; background:#FFE7E7;  background-color:#FFE7E7 !important; font-weight:bold; }

td.ec_cartitem_remove_column{ text-align:center; padding:0 5px 0 12px !important; }
.ec_cartitem_delete{ width:27px; height:27px; border:3px solid #CCC; border-color:#CCC !important; color:#CCC; font-family: "dashicons"; font-size:22px; text-align:center; border-radius:99px; cursor:pointer; line-height:23px; margin:0 auto; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.ec_cartitem_delete > span{ display:none; font-family:'Lato', Arial, sans-serif !important; font-size:14px; color:#666666; }
.ec_cartitem_delete:hover{ border-color:#BD9292 !important; color:#BD9292 !important; }
.ec_cartitem_delete:before{ content: "\f335" !important; }
.ec_cartitem_deleting{ display:none; width:27px; height:27px; border:3px solid #BD9292; border-color:#BD9292 !important; color:#BD9292; font-family: "dashicons"; font-size:22px; text-align:center; border-radius:99px; line-height:23px; margin:0 auto; }
.ec_cartitem_deleting:before{ content: "\f113" !important; }
td.ec_cartitem_image{ width:100px; }
.ec_cartitem_image > img{ width:100%; min-width:100px; height:auto; display:inline-block; vertical-align:middle; margin:0 !important; padding:0 !important; }
td.ec_cartitem_details{ width:34%; padding-left:20px !important; padding-right:20px !important; }
.ec_cartitem_title{ font-size:14px; font-family:'Lato', Arial, sans-serif !important; color:#222222 !important; text-decoration:none !important; border-bottom:none !important; }
td.ec_cartitem_details > dl{ margin:0; }
td.ec_cartitem_details > dl > dt{ font-size:12px; font-family:'Lato', Arial, sans-serif !important; color:#999999; }

td.ec_cartitem_price{ text-align:left; font-size:12px; font-family:'Lato', Arial, sans-serif !important; color:#444444; }
td.ec_cartitem_quantity{ text-align:center; font-size:12px; font-family:'Lato', Arial, sans-serif !important; color:#444444; position:relative; }
.ec_cartitem_quantity_table{ margin:10px 0 0 0; border:none; }
.ec_cartitem_quantity_table > tbody{ }
.ec_cartitem_quantity_table > tbody > tr{ }
.ec_cartitem_quantity_table > tbody > tr > td{ padding:0 !important; border:none; background:none; background-color:inherit; }
.ec_cartitem_quantity_table > tbody > tr > td.ec_minus_column{ width:25%; }
.ec_cartitem_quantity_table > tbody > tr > td.ec_quantity_column{ width:50%; }
.ec_cartitem_quantity_table > tbody > tr > td.ec_plus_column{ width:25%; }
.ec_cartitem_quantity_table > tbody > tr > td > input{ margin:0 !important; }
.ec_cartitem_quantity_table > tbody > tr > td > .ec_minus{ margin:0 1px 0 0; }
.ec_cartitem_quantity_table > tbody > tr > td > .ec_minus, .ec_cartitem_quantity_table > tbody > tr > td > .ec_plus, .ec_cartitem_quantity_table > tbody > tr > td > .ec_minus:focus, .ec_cartitem_quantity_table > tbody > tr > td > .ec_plus:focus, .ec_cartitem_quantity_table > tbody > tr > td > .ec_minus:hover, .ec_cartitem_quantity_table > tbody > tr > td > .ec_plus:hover{ float:left; background-color:#B9B9B9; border:none !important; font-family: 'Lato', Arial, sans-serif !important; font-size:12px !important; color:#FFF; padding:2px 8px; cursor:pointer; box-shadow:none; line-height:1.1em; min-height:25px; background-image:none; font-weight:normal; text-shadow:none; -webkit-appearance:none; width:100%; border-radius:5px; }
.ec_cartitem_quantity_table > tbody > tr > td > .ec_minus:hover, .ec_cartitem_quantity_table > tbody > tr > td > .ec_plus:hover{ background-color:#A9A9A9; }
.ec_cartitem_quantity_table > tbody > tr > td > .ec_quantity{ padding:4px 2px !important; font-family: 'Lato', Arial, sans-serif !important; font-size:12px !important; float:left; width:90% !important; text-align:center; margin:0 5% !important; background-color:#FFF; border-radius:0; height:inherit; -moz-appearance:textfield; min-height:inherit; border-radius:5px !important; }
.ec_cartitem_quantity_table > tbody > tr > td > .ec_quantity::-webkit-outer-spin-button, .ec_cartitem_quantity_table > tbody > tr > td > .ec_quantity::-webkit-inner-spin-button{ -webkit-appearance:none; margin:0; }
.ec_cartitem_quantity_table > tbody > tr > td > .ec_cartitem_update_button{ font-family:'Lato', Arial, sans-serif !important; padding:5px 8px; background-color:#B9B9B9 !important; float:left; color:#FFF !important; cursor:pointer; margin:5px 0 0 0 !important; border:none !important; text-decoration:none; text-shadow:none !important; font-size:12px !important; line-height:1.1em !important; border-radius:5px !important; box-shadow:none; font-weight:normal !important; background-image:none !important; width:100%; text-align:center; border:none; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.ec_cartitem_quantity_table > tbody > tr > td > .ec_cartitem_update_button:hover{ background-color:#A9A9A9 !important; background-image:none; }

.ec_cartitem_updating{ display:none; width:27px; height:27px; border:3px solid #CCC; border-color:#CCC !important; color:#CCC; font-family: "dashicons"; font-size:22px; text-align:center; border-radius:99px; line-height:23px; position:absolute; top:50%; left:-35px; margin-top:5px; }
.ec_cartitem_updating:before{ content: "\f113" !important; }

td.ec_cartitem_total{ text-align:right; padding:0 12px 0 0 !important; font-size:12px; font-family:'Lato', Arial, sans-serif !important; color:#222222; }

/* Cart Totals + Details Inputs */
#paypal-button-container > div{ max-width:100% !important; margin:0 auto !important; }
.ec_cart_header{ float:left; width:100%; font-family:'Lato', Arial, sans-serif !important; color:#222222; letter-spacing:1.5px; line-height:1.5em; font-size:15px; font-weight:bold; border-bottom:3px solid #CCC; text-transform:uppercase; padding:9px 0; margin-top:15px; }
.ec_cart_header.ec_top{ margin-top:0px; }
.ec_cart_login_header_link{ float:right; font-size:13px; text-transform:none; font-weight:normal; }
.ec_cart_address_display{ float:left; width:100%; background:#efefef; padding: 15px; border-radius: 5px; margin-bottom:10px; }
.ec_cart_address_display_billing{ margin-top:25px; }
.ec_cart_address_display_header{ font-size:15px; font-weight:bold; text-transform:uppercase; }
.ec_cart_address_display_line{ font-size:15px; color:#222; line-height:1.5em; }
.ec_cart_address_change{ float:left; width:100%; }
.ec_cart_address_change a{ font-size:13px; }
.ec_cart_price_row{ float:left; width:100%; padding:5px 0 0 0; border-bottom:1px solid #CCCCCC; line-height:1.5em; }
.ec_cart_price_row.ec_no_discount{ display:none; }
.ec_cart_price_row_label{ float:left; font-family:'Lato', Arial, sans-serif !important; color:#222222; font-size:12px; font-weight:bold; max-width:75%; }
.ec_cart_price_row_total{ float:right; font-family:'Lato', Arial, sans-serif !important; color:#222222; font-size:12px; font-weight:normal; }
#ec_cart_total{ font-weight:bold; }
.ec_cart_price_row_v2{ display:flex; align-items:center; width:100%; padding:5px 0 0 0; border-bottom:1px solid #CCCCCC; line-height:1.5em; }
.ec_cart_price_row_v2.ec_no_discount{ display:none; }
.ec_cart_image_row_v2{ width:18%; margin-right:2%; }
.ec_cart_image_row_v2 img{ border-radius:5px; max-width:100%; }
.ec_cart_input_button_row{ display:flex; }
.ec_cart_input_column{ width:75%; }
.ec_cart_button_column{ width:25%; }
.ec_cart_button_column > .ec_cart_button{ display:flex; align-items:center; justify-content:center; width:100%; height:100%; text-transform:uppercase; color:#FFF !important; background-color:#222222; border:none !important; font-size:12px; font-family:'Lato', Arial, sans-serif !important; cursor:pointer; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; text-decoration: none !important; border-radius:6px; margin-left:5px; }
.ec_cart_button_column > .ec_cart_button:hover{ background-color:#666666; color:#FFF !important; }
.ec_cart_button_column > .ec_cart_button_working{ display:none; align-items:center; justify-content:center; width:100%; height:100%; text-transform:uppercase; color:#FFF !important; background-color:#AAAAAA !important; border:none !important; cursor:default !important; font-size:12px; font-family:'Lato', Arial, sans-serif !important; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; text-decoration:none; border-radius:6px; line-height:initial; margin-left:5px; }
.ec_cart_button_column > .ec_cart_button_working_active{ display:flex; }
.ec_cart_price_row_label_v2{ width:65%; font-family:'Lato', Arial, sans-serif !important; color:#222222; font-size:12px; font-weight:bold; }
.ec_cart_price_row_label_v2 dl{ font-weight:normal; line-height:1.2em; }
.ec_cart_price_row_total_v2{ width:15%; font-family:'Lato', Arial, sans-serif !important; color:#222222; font-size:12px; font-weight:normal; text-align:right; }
#ec_cart_total{ font-weight:bold; }
.ec_cart_tips{ float:left; width:100%; padding:5px 0 0 0; border-bottom:1px solid #CCCCCC; line-height:1.5em; }
.ec_cart_tip_items{ display:flex; float:left; width:100%; margin:0px !important; padding:10px 0px 0px !important; text-align:center; }
.ec_cart_tip_item{ display:inline-block; text-align:center; list-style:none !important; border-top:1px solid #CCCCCC; padding:0px !important; flex:1 1 auto; border:1px solid #CCC; margin:4px; opacity:.6; }
.ec_cart_tip_item:hover{ }
.ec_cart_tip_item.ec_tip_selected{ background:#DEDEDE; opacity:1; }
.ec_cart_tip_item:first-child{ margin-left:0px !important; }
.ec_cart_tip_item:last-child{ margin-right:0px !important; }
.ec_cart_tip_item a{ display:inline-block; padding:4px 10px; line-height:1.2em; text-decoration:none !important; }
.ec_cart_tip_item.ec_tip_selected a, .ec_cart_tip_item:hover{ opacity:1; }
.ec_cart_tip_item a > span{ float:left; width:100%; font-size:14px;  }
.ec_cart_tip_item a > strong{ font-weight:bold; font-size:13px; }
.ec_cart_tip_custom_item{ float:left; width:100%; margin:10px 0; border:none; }
.ec_cart_tip_custom_item > label{ font-size:13px; font-weight:bold; }
.ec_cart_tip_custom_item > input[type="number"]{ float:left; width:100%; text-align:center; margin-bottom:0px !important; }
.ec_cart_tip_custom_item > input[type="button"]{ float:left; width:100%; }
.ec_cart_button_row{ float:left; width:100%; margin-top:5px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.ec_cart_button_row > .ec_account_button{ float:right; padding:8px 30px !important; text-align:center; text-transform:uppercase; color:#FFF !important; background-color:#222222; border:none !important; font-size:12px; font-family:'Lato', Arial, sans-serif !important; cursor:pointer; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; text-decoration:none; border-radius:6px; background-image:inherit; line-height:1.2em; }
.ec_cart_button_row > .ec_cart_button{ float:right; width:100%; padding:8px 0px; text-align:center; text-transform:uppercase; color:#FFF !important; background-color:#222222; border:none !important; font-size:12px; font-family:'Lato', Arial, sans-serif !important; cursor:pointer; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; text-decoration:none !important; border-radius:6px; }
.ec_account_login_link{ background:none !important; }
.ec_cart_button_row > .ec_cart_button:hover{ background-color:#666666; color:#FFF !important; }
.ec_cart_button_row > .ec_account_button:hover{ background-image:inherit; }
.ec_cart_button_row > .ec_cart_button, .ec_cart_button_row input[type="button"], .ec_cart_button_row a, .ec_cart_button_row > .ec_cart_button:hover, .ec_cart_button_row input[type="button"]:hover, .ec_cart_button_row a:hover{ background-image:none; box-shadow:none; text-shadow:none; line-height:initial; }
.ec_cart_button_row > .ec_cart_button_working{ display:none; width:100%; float:left; padding:8px 30px; text-align:center; text-transform:uppercase; color:#FFF !important; background-color:#AAAAAA !important; border:none !important; cursor:default !important; font-size:12px; font-family:'Lato', Arial, sans-serif !important; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; text-decoration:none; border-radius:6px; line-height:initial; }
.ec_cart_input_row{ float:left; width:100%; margin:9px 0 0 0; font-family:'Lato', Arial, sans-serif !important; font-size:12px; line-height:1.5em; }
.ec_cart_account_required_message{ margin:-5px 0 5px; font-size:14px; }
.ec_cart_input_row > .ec_cart_input_left_half{ float:left; width:50%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.ec_cart_input_row > .ec_cart_input_right_half{ float:left; width:50%; padding-left:15px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.ec_cart_input_row > .ec_cart_input_left_half_third{ width:32.333333%; padding-left:0px; }
.ec_cart_input_row > .ec_cart_input_right_half_third{ width:32.333333%; margin-left:1.5%; padding-left:0px; }
.ec_cart_input_row_flex{ display:flex; column-gap:15px; float:left; width:100%; margin:9px 0 0 0; font-family:'Lato', Arial, sans-serif !important; font-size:12px; line-height:1.5em; }
.ec_cart_input_row_flex > .ec_cart_input_column_1{ width:100%; }
.ec_cart_input_row_flex > .ec_cart_input_column_2{ width:50%; }
.ec_cart_input_row_flex > .ec_cart_input_column_3{ width:33.333333%; }
.ec_cart_input_row_flex > .ec_cart_input_column_4{ width:25%; }
.ec_cart_input_row_flex > .ec_cart_input_column_5{ width:20%; }
.ec_cart_input_row label{ box-sizing:border-box; color:#222222; font-family: 'Lato', Arial, sans-serif; font-size:.93rem; font-weight:400; float:left; width:100%; line-height:1.5em; margin-bottom:4px; }
.ec_cart_input_row input, .ec_cart_input_row select, .ec_cart_input_row textarea{ float:left; width:100% !important; margin-bottom:0 !important; background-color:#FFF; }
.ec_cart_input_row input[type="checkbox"]{ float:left; width:auto !important; margin-right:10px; }
.ec_cart_no_shipping_address{ float:left; width:100%; font-size:16px; font-weight:bold; margin:0; padding:15px 0; color:#222; }
.ec_cart_error_row, .ec_cart_error_message{ display:none; float:left; width:100%; font-family: 'Lato', Arial, sans-serif; border:1px solid #551111; border-color:#cc0023 !important; color:#222222; padding:12px; font-size:15px; line-height:1.1em; margin:5px 0 0 0; background:#fff4f4; font-weight:normal;  box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; border-radius:5px; }
.ec_cart_success_row2{ border-radius: 8px; box-shadow: none; background-image: none; line-height: 1.57; font-size: 0.975rem; font-weight: 400; display: flex; padding:16px; color: rgb(10, 85, 84); background-color: rgb(216, 251, 222); justify-content:center; }
.ec_cart_notice_row{ border-radius: 8px; box-shadow: none; background-image: none; line-height: 1.57; font-size: 0.975rem; font-weight: 400; display: flex; padding:16px; color: rgb(122, 65, 0); background-color: rgb(255, 245, 204); justify-content:center; }
.ec_cart_error_row2{ border-radius: 8px; box-shadow: none; background-image: none; line-height: 1.57; font-size: 0.975rem; font-weight: 400; display: flex; padding:16px; color: rgb(122, 9, 22); background-color: rgb(255, 233, 213); justify-content:center; }
.ec_cart_paypal_note{ margin:5px 0 25px; font-weight:bold; font-size:16px; }
.ec_cart_success{ float:left; width:100%; font-family: 'Lato', Arial, sans-serif; border:1px solid #CCCCCC; border-color:#CCCCCC !important; color:#222222; padding:25px 20px; text-align:center; font-size:14px; line-height:1.1em; margin:5px 0 20px 0; background:#EFEFEF; font-weight:bold; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.ec_cart_success_message{ display:none; float:left; width:100%; font-family: 'Lato', Arial, sans-serif; border:1px dashed #678828; border-color:#678828 !important; color:#678828; padding:8px 16px; font-size:12px; line-height:1.1em; margin:5px 0 0 0; background:#E7FFF4; font-weight:bold; }
#ec_user_login_form, #ec_user_create_form, #ec_shipping_form, #ec_manual_payment_form, #ec_affirm_form, #ec_third_party_form, #ec_credit_card_form, #ec_ideal_form{ display:none; }
#ec_user_login_form{ float:left; width:100%; position: relative; }
.ec_cart_box_section{ float:left; width:100%; border:1px solid #CCC; padding:9px 12px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; background:#FFF; }
.ec_cart_box_section label{ color:#222222 !important; }
.ec_cart_box_section strong{ float:left; width:100%; color:#222222 !important; font-family: 'Lato', Arial, sans-serif; font-size:12px; font-weight:bold; margin-top:20px; }
.ec_cart_box_section select{ max-width:250px; }
.ec_cart_box_section.ec_affirm_box{ text-align:center; }
.ec_cart_box_section.ec_affirm_box img{ max-width:100%; }
.ec_cart_option_row{ float:left; width:100%; border:1px solid #CCC; padding:9px 12px; font-family: 'Lato', Arial, sans-serif; font-size:12px; font-weight:bold; color:#222222; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; margin:5px 0 0 0; background-color:#F3F3F3;line-height:1.7em; }
.ec_cart_option_row > input{ float:left; height:auto; width:20px !important; }
.ec_card_active{ float:left; display:block; }
.ec_card_inactive{ float:left; display:none; }
.ec_cart_input_row > .ec_cart_input_left_half.ec_small_field > select,.ec_cart_input_row > .ec_cart_input_left_half.ec_small_field > input, .ec_cart_input_row > .ec_cart_input_right_half.ec_small_field > select,.ec_cart_input_row > .ec_cart_input_right_half.ec_small_field > input{ width:35% !important; margin-right:2% !important; }
.ec_cart_input_row > a, .ec_cart_input_row > b, .ec_cart_input_row > strong, .ec_account_order_details_item_display_title > a{ font-family: 'Lato', Arial, sans-serif; font-size:12px; color:#222222; text-decoration:none; border-bottom:none !important; }
.ec_cart_input_row > a:hover, .ec_account_order_details_item_display_title > a:hover{ font-family: 'Lato', Arial, sans-serif; font-size:12px; color:#666666; text-decoration:none; }
.ec_cart_error{ float:left; width:100%; border:1px solid #AE0000; border-color:#AE0000 !important; padding:8px 16px;  margin:5px 0 0 0; background:#ffeeee;  }
.ec_cart_error > div{ font-family:'Lato', Arial, sans-serif; color:#000000; font-size:12px; line-height:2.0em !important; font-weight:bold; position:relative; }
.ec_cart_error > div:before{ content: "\f348"; font-family: "dashicons"; font-size:22px; color:#7d2222; float:left; margin-top:0px; padding-right:10px; }
#ec_cart_payment_one_column{ display:none; }
.ec_cart_input_row.ec_agreement_section{ margin:20px 5px 15px; font-weight:bold; line-height:1.9em; }
.ec_cart_input_row.ec_agreement_section input{ float:left; width:14px !important; margin-right:12px; margin-top:5px; }
.StripeElement{ width:100% !important; }
.wpeasycart_edit_shipping_method_link, .wpeasycart_edit_shipping_method_link_mobile{ float:left; width:100%; margin:10px 0 0; }
#wp-easycart-square-payment-status-container{ width: 100%; margin-top: 11px; margin-bottom: 11px; visibility: hidden; font-family: "Square Sans Text VF","Square Sans Text",Arial,sans-serif; font-size: 14px; }
#wp-easycart-square-payment-status-container.is-success{color: #333333;}
#wp-easycart-square-payment-status-container.is-failure{color: #cc0023;}
#wp-easycart-square-payment-status-container.is-failure::before{ content: ' '; -webkit-mask: url( 'data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8ZM8 9C8.55229 9 9 8.55228 9 8V5C9 4.44771 8.55229 4 8 4C7.44772 4 7 4.44771 7 5V8C7 8.55228 7.44772 9 8 9ZM8 10C8.55229 10 9 10.4477 9 11C9 11.5523 8.55229 12 8 12C7.44772 12 7 11.5523 7 11C7 10.4477 7.44772 10 8 10Z%27/%3E%3C/svg%3E' ); mask: url(' data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8ZM8 9C8.55229 9 9 8.55228 9 8V5C9 4.44771 8.55229 4 8 4C7.44772 4 7 4.44771 7 5V8C7 8.55228 7.44772 9 8 9ZM8 10C8.55229 10 9 10.4477 9 11C9 11.5523 8.55229 12 8 12C7.44772 12 7 11.5523 7 11C7 10.4477 7.44772 10 8 10Z%27/%3E%3C/svg%3E' ); background-color: #cc0023; display: inline-block; height: 16px; width: 16px; vertical-align: -3px; margin-right: 8px; }
#wp-easycart-square-apple-pay-button{ width:100%; display:inline-block; -webkit-appearance:-apple-pay-button; -apple-pay-button-type:plain; -apple-pay-button-style:black; }
#wp-easycart-square-google-pay-button{ float:left; width:100%; }
#wp-easycart-square-google-pay-button .gpay-card-info-container{ width:100%; }

/* Cart Success */
.ec_cart_success_title{ text-align:center; }
.ec_cart_success_subtitle{ text-align:center; }
.ec_cart_success_order_number{ text-align:center; font-weight:bold; }
.ec_cart_success_continue_shopping_button{ text-align:center; margin-top:20px; }
.ec_cart_success_continue_shopping_button > a{ display:inline-block; margin-bottom:10px; padding:10px 30px; font-weight:bold; color:#FFF !important; text-decoration:none !important; background:#333; -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; }
.ec_cart_success_continue_shopping_button > a:hover{ background:#555; }
.ec_cart_success_print_button{ width:150px; display:block; text-align:center; margin:20px auto; }
.ec_order_success_printer_icon{ float:left; margin-right:10px; }
.ec_cart_success_print_button > a{ color:#333333 !important; font-family: 'Lato', Arial, sans-serif; font-size:12px; float:left; line-height:28px; font-weight:bold; font-size:14px; text-decoration:none !important; }
.ec_cart_success_print_button > a > span{ margin:5px 5px 0 0; }
.ec_cart_success_print_button > a:hover{ color:#555555 !important; }
.ec_cart_success_text_subscribe_success{ display:none; float:left; width:100%; margin:5px 0; background:#b7e5b7; border:1px solid #419741; border-color:#419741 !important; color:#222; padding:8px; }
.ec_cart_error_text_subscribe_error{ display:none; float:left; width:100%; margin:5px 0; background:#efc6c6; border:1px solid #900; border-color:#900 !important; color:#222; padding:8px; }
.ec_order_success_row{ display:flex; flex-direction:row; align-items:center; column-count:2; border:1px solid #CCC; background:#fefefe; padding:15px; justify-content:flex-start; align-content:center; }
.ec_order_success_column2{ display:flex; flex-direction:column; text-align:left; }
.ec_cart_success_title_v2{ margin:0; text-align:left; }
.ec_cart_success_subtitle_v2{ text-align:left; margin:5px 0 0; }
.ec_cart_success_order_number_v2{ margin:0; text-align:left; font-weight:bold; }
.ec_cart_success_continue_shopping_button_v2{ text-align:left; margin:10px 0 0; }
.ec_cart_success_continue_shopping_button_v2 > a{ display:inline-block; margin-bottom:10px; padding:10px 30px; font-weight:bold; color:#FFF !important; text-decoration:none !important; background:#333; -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; }
.ec_cart_success_continue_shopping_button_v2 > a:hover{ background:#555; }
.ec_cart_success_print_button_v2{display:flex; width:100%; justify-content:flex-end; align-content:flex-end; align-items:flex-end; margin:5px 0; text-align:center; }
.ec_cart_success_print_button_v2 > a{ color:#333333 !important; font-family: 'Lato', Arial, sans-serif; font-size:12px; float:left; line-height:28px; font-weight:bold; font-size:14px; text-decoration:none !important; }
.ec_cart_success_print_button_v2 > a > span{ margin:5px 5px 0 0; }
.ec_cart_success_print_button_v2 > a:hover{ color:#555555 !important; }

@media only screen and ( max-width:699px ){
	.ec_order_success_loader{ display:none !important; }
}
@media only screen and ( max-width:479px ){
	.ec_cart_success_continue_shopping_button > a, .ec_cart_success_continue_shopping_button_v2 > a{ display:block; text-align:center; }
}

/* Cart Section V2 */
.ec_cart_information, .ec_cart_shipping, .ec_cart_payment{ float:left; width:100%; position:relative; }
.ec_cart_information, .ec_cart_information *, .ec_cart_shipping, .ec_cart_shipping *, .ec_cart_payment, .ec_cart_payment *{ box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }

.ec_cart_table_error_row{ display:none; border:1px dashed #AE0000 !important; border-color:#AE0000 !important; }
.ec_cart_table_error_row > div{ font-family: 'Lato', Arial, sans-serif; color:#AE0000 !important; padding:8px 16px; font-size:12px; line-height:1.1em; background:#FFE7E7;  background-color:#FFE7E7 !important; font-weight:bold; }

.ec_cart_show_cart{ float:left; width:100%; text-align:right; padding:5px 0; border-bottom:1px solid #CCC; margin-bottom:5px; }
.ec_cart_show_cart a{ font-size:15px !important; font-weight:normal; color:#555; font-family:'Lato', Arial, sans-serif !important; text-decoration:none; }
.ec_cart_show_cart a:hover{ color:#222; }

#ec_cart_logged_in_section{ float:left; width:100%; position:relative; padding:0 0 25px 0; }

.ec_cart_locked_panel{ border-radius:5px; background:#efefef; float:left; width:100%; padding:25px; }
.ec_cart_location_error{ border:1px solid #551111; border-color:#cc0023 !important; color:#222222; background:#fff4f4; font-weight:normal;  box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box }

.ec_cart_breadcrumbs_v2{ float:left; width:100%; margin-bottom:25px; font-size:.9rem; }
.ec_cart_breadcrumb_item_v2{ font-size:13px !important; font-weight:normal; color:#444; font-family:'Lato', Arial, sans-serif !important; text-decoration:none; }
.ec_cart_breadcrumb_item_v2:hover{ color:#222; }
.ec_cart_breadcrumbs_v2 .dashicons-arrow-right-alt2:before{ font-size:15px; }

.wpeasycart-deactivated-link{ color:#999 !important; text-decoration:none !important; cursor:default !important; }

.ec_cart_bottom_nav_v2{ display:flex; flex-direction: row; float:left; width:100%; margin-top:25px; }
.ec_cart_bottom_nav_tabbed{ justify-content:space-between; }
.ec_cart_bottom_nav_left{ float:left; }
.ec_cart_bottom_nav_right{ float:right; }
.ec_cart_bottom_nav_back{ font-size:15px !important; font-weight:normal; color:#444; font-family:'Lato', Arial, sans-serif !important; text-decoration:none; }
.ec_cart_bottom_nav_back:hover{ color:#222; }

.ec_cart_express_button_container{ display:flex; width:100%; flex-direction:row; justify-content:space-between; column-gap:10px; }
.ec_cart_express_button_container > div{ width:50% !important; margin:0px !important; }
.ec_cart_express_button_container.ec_cart_express_button_container_single > div{ width:100% !important; }
.wp-easycart-square-express-checkout{ display:flex; flex-direction:column; }

.ec_cart_create_account_row_v2{ float:left; width:100%; text-align:left; margin:9px 0; }
.ec_cart_create_account_row_v2 > a{ font-size:13px !important; font-weight:normal; color:#444; font-family:'Lato', Arial, sans-serif !important; text-decoration:none; }
.ec_cart_create_account_row_v2 > a:hover{ color:#222; }

.ec_cart_table{ float:left; width:100%; }
.ec_cart_table_details{ display:flex; width:40%; justify-content:flex-start; }
.ec_cart_table_price{ display:flex; width:20%; justify-content:center; }
.ec_cart_table_quantity{ display:flex; width:20%; flex-direction:column; text-align:center; }
.ec_cart_table_total{ display:flex; width:20%; justify-content:flex-end; }

.ec_cart_table_headers{ float:left; width:100%; display:flex; padding:15px 0; border-bottom:2px solid #222; font-size:16px; text-transform:uppercase; font-weight:bold; }
.ec_cart_table_header_spacer{ }
.ec_cart_table_header_price{ }
.ec_cart_table_header_quantity{ }
.ec_cart_table_header_total{ }

.ec_cart_table_body{ float:left; width:100%; border-bottom:2px solid #222; }
.ec_cart_table_row{ float:left; width:100%; display:flex; align-items:center; padding: 15px 0; }
.ec_cart_table_column_details{ display:flex; align-items:center; }
.ec_cart_table_image{ width:15%; min-width:115px; }
.ec_cart_table_image > img{ max-width:100%; }
.ec_cart_table_details_content{ padding-left:20px; }
.ec_cart_table_details_content .ec_cartitem_title{ font-size:18px; font-weight:bold; }
.ec_cart_table_details_content dl{ font-size:14px; }
.ec_cart_table_mobile_price{ display:none; }
.ec_cart_table_column_price{ }
.ec_cart_table_column_quantity{ }
.ec_cart_table_column_quantity input[type="number"]{ text-align:right; max-width:80px; border-top:none; border-left:none; border-right:none; border-bottom:2px solid #222; border-radius:0px; margin:0 auto; }
.ec_cart_table .ec_cartitem_delete{ border:none; color:#222; font-family: 'Lato', Arial, sans-serif; font-size:13px; margin-top:5px; width:100%; text-align:center; }
.ec_cart_table .ec_cartitem_delete:before{ display:none; }
.ec_cart_table_column_total{ }

.ec_cart_table_subtotal_row{ float:left; width:100%; display:flex; }
.ec_cart_table_subtotal{ float:left; width:100%; padding:15px 0; text-align:right; font-size:22px; }
.ec_cart_table_split_payments{ float:left; width:100%; padding:15px 0; text-align:right; font-size:12px; }
.ec_cart_table_message{ float:left; width:100%; padding:5px 0; text-align:right; font-size:12px; }
.ec_cart_table_checkout_button_row{ float:left; width:100%; }
.ec_cart_table_checkout_button{ float:right; border-radius:50px; padding:15px 25px; background:#222; color:#FFF; text-decoration:none; }
.ec_cart_table_checkout_button:hover{ color:#FFF; background:#000; }
.ec_cart_table_shopping_button{ float:left; width:100%; }
.ec_cart_table_continue_shopping{ float:right; color:#222; margin-top:20px; }
.ec_cart_table_continue_shopping:hover{ text-decoration:underline; color:#000; }

.ec_cart_express_checkout{ float:left; width:100%; }
#wpec-express-checkout-element{ float:left; width:100%; margin:15px 0; }
.ec_cart_express_checkout_header{ float:left; width:100%; text-align:center; font-size:14px; color:#666; }
.ec_cart_express_checkout_divider{ float:left; width:100%; display:flex; align-content:center; align-items:center; margin-top:25px; margin-bottom:5px; width:100%; }
.ec_cart_express_checkout_divider:before, .ec_cart_express_checkout_divider:after{ width:calc( 50% - 35px ); height:1px; border-top:1px solid #CCC; content:""; }
.ec_cart_express_checkout_divider > div{ width:70px; margin:0 auto; text-align:center; }

.ec_cart_shipping_animate_pulse{ float:left; width:100%; display:flex; align-items:center; animation: ec_cart_shipping_pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; padding:16px 13px; border-top:1px solid #f5f5f5; border-left:1px solid #f5f5f5; border-right:1px solid #f5f5f5; }
.ec_cart_shipping_animate_pulse:first-child{ border-top-left-radius:5px; border-top-top-radius:5px; }
.ec_cart_shipping_animate_pulse:last-child{ border-bottom:1px solid #f5f5f5; border-bottom-left-radius:5px; border-bottom-top-radius:5px; }
.ec_cart_shipping_rounded_loader{ border-radius:9999px; background-color:rgb( 239 239 239 / 1 ); width:1rem; height:1rem; }
.ec_cart_shipping_animate_line_container{ width:100%; display:flex; flex-direction:row; align-items:flex-start; justify-content:space-between;}
.ec_cart_shipping_animate_line_top{ width:70%; height:1.4rem; background-color:rgb( 239 239 239 / 1 ); border-radius:.9rem; margin:0 0 0 10px; }
.ec_cart_shipping_animate_line_bottom{ width:7%; height:1.4rem; background-color:rgb( 239 239 239 / 1 ); border-radius:.9rem; }

.ec_cart_price_row > .ec_cart_price_row_loader{ display:none; float:left; width:100%; padding-bottom:5px; }
.ec_cart_price_animate_pulse{ float:left; width:100%; display:flex; align-items:center; animation: ec_cart_shipping_pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
.ec_cart_price_animate_line_container{ width:100%; display:flex; flex-direction:row; align-items:flex-start; justify-content:space-between;}
.ec_cart_price_animate_line_top{ width:25%; height:1.4rem; background-color:rgb( 239 239 239 / 1 ); border-radius:.5rem; }
.ec_cart_price_animate_line_bottom{ width:15%; height:1.4rem; background-color:rgb( 239 239 239 / 1 ); border-radius:.5rem; }
.ec_cart_price_row_loading > .ec_cart_price_row_label, .ec_cart_price_row_loading > .ec_cart_price_row_total{ display:none; }
.ec_cart_price_row_loading > .ec_cart_price_row_loader{ display:flex; }

@keyframes ec_cart_shipping_pulse {
	0% { opacity:.95; }
	50% { opacity:.2; }
	100% { opacity:.95; }
}

.ec_cart_review_box{ float:left; width:100%; border:1px solid #CCC; border-radius:5px; padding:8px 16px; }
.ec_cart_review_row{ float:left; width:100%; display:flex; align-items:center; padding-left:5px; padding-right:5px; padding-top:8px; padding-bottom:8px; border-top:1px solid #CCC; }
.ec_cart_review_row:first-child{ border-top:none; padding-top:0px; }
.ec_cart_review_row:last-child{ padding-bottom:0px; }
.ec_cart_review_label{ width:70px; color:#666; font-family: 'Lato', Arial, sans-serif; font-size:13px; text-align:left; }
.ec_cart_review_info{ width:calc( 100% - 140px ); color:#222; font-family: 'Lato', Arial, sans-serif; font-size:13px; text-align:left; }
.ec_cart_review_button{ width:70px; text-align:right; }
.ec_cart_review_button > a{ color:#222; text-decoration:underline !important; font-family: 'Lato', Arial, sans-serif; font-size:13px; }

.ec_cart_shipping_table{ float:left; width:100%; border:1px solid #CCC; border-radius:5px; }
.ec_cart_shipping_table .ec_cart_full_radio{ cursor:pointer; float:left; width:100%; display:flex; align-items:flex-start; flex-direction:column; }
.ec_cart_shipping_table .ec_cart_shipping_method_row{ float:left; width:100%; display:flex; align-items:center; padding:16px 13px; border-top:1px solid #CCC; margin:0px; }
.ec_cart_shipping_table .ec_cart_shipping_method_row:first-child{ border-top:none; }
.ec_cart_shipping_table .ec_cart_shipping_method_row.ec_method_selected{ background:#EFEFEF; }
.ec_cart_shipping_table .ec_cart_shipping_method_row > input[type="radio"]{ }
.ec_cart_shipping_table .ec_cart_shipping_method_row > span.label{ width:calc( 100% - 127px ); text-align:left; }
.ec_cart_shipping_table .ec_cart_shipping_method_row > span.price{ width:100px; text-align:right; }
.ec_cart_shipping_table .ec_cart_no_shipping_methods{ background:#EFEFEF; padding:16px 13px; border-radius:5px; }

.ec_cart_billing_table{ float:left; width:100%; border:1px solid #CCC; border-radius:5px; }
.ec_cart_billing_table .ec_cart_full_radio{ cursor:pointer; float:left; width:100%; display:flex; align-items:flex-start; flex-direction:column; }
.ec_cart_billing_table_row{ float:left; width:100%; display:flex; align-items:flex-start; flex-direction:column; padding:16px 13px; border-top:1px solid #CCC; margin:0px; }
.ec_cart_billing_table_row:first-child{ border-top:none; }
.ec_cart_billing_table_row.ec_billing_row_selected, .ec_cart_billing_table_address{ background:#EFEFEF; }
.ec_cart_billing_table_row > .ec_cart_billing_table_column > input[type="radio"] { margin-right:7px; }
.ec_cart_billing_table_address{ float:left; width:100%; padding:0px 16px 16px 16px; }

.ec_cart_payment_table{ float:left; width:100%; border:1px solid #CCC; border-radius:5px; }
.ec_cart_payment_table .ec_cart_full_radio{ cursor:pointer; float:left; width:100%; display:flex; align-items:flex-start; flex-direction:column; }
.ec_cart_payment_table_row{ float:left; width:100%; display:flex; align-items:flex-start; flex-direction:column; padding:16px 13px; border-top:1px solid #CCC; margin:0px; }
.ec_cart_payment_table_row:first-child{ border-top:none; }
.ec_cart_payment_table_row.ec_payment_row_selected{ background:#EFEFEF; }
.ec_cart_payment_table_row > .ec_cart_payment_table_column > input[type="radio"] { margin-right:7px; }

.ec_cart_right.ec_cart_right_v2{ transition:0.10s all ease; }
.ec_cart_right.ec_cart_right_v2 .ec_cart_header{ display:none; }
.ec_cart_mobile_summary{ display:none; flex-direction:column; width:100%; padding:20px; background:#F8F8F8; margin-bottom:25px; }
.ec_cart_mobile_summary_header{ display:flex; justify-content:space-between; }
.ec_cart_mobile_summary_header_label{ font-size:16px; }
.ec_cart_mobile_summary_header_label .dashicons-arrow-down-alt2{ font-size:16px; padding-top:5px; }
.ec_cart_mobile_summary_header_label .dashicons-arrow-up-alt2{ display:none; font-size:16px; padding-top:5px; }
.ec_cart_mobile_summary_header_total{ font-weight:bold; }
.ec_cart_mobile_summary_content{ display:none; margin-top:10px; padding-top:10px; border-top:1px solid #CCC; }
.ec_cart_mobile_summary .ec_cart_button_working{ text-align:center; max-width:100%; padding:10px 0; margin-left:0px; margin-top:5px; }

.ec_cart_button_row a.ec_account_login_link{ font-size:12px; padding:13px 0; }
.ec_cart_button_row a.ec_account_login_cancel_link{ float:right; background:none !important; color:#222; font-size:12px; margin-right:25px; padding:13px; }
.ec_cart_bottom_nav_v2 input{ margin-left:0px !important; }

.ec_cart_payment .ec_cart_bottom_nav_v2{ flex-direction:row-reverse; }

.paylater_message_v2{ float:left; width: 100%; padding: 20px; border: 1px solid #CCC; margin-top: 10px; text-align: center; background: #efefef; }

@media only screen and ( max-width:989px ){
	.ec_cart_table_price{ display:none; }
	.ec_cart_table_details{ width:60%; }
	.ec_cart_table_mobile_price{ display:block; }

	.ec_cart_right.ec_cart_right_v2{ background:#F8F8F8; padding-top:20px !important; padding:20px; margin-top:25px; }
	.ec_cart_right.ec_cart_right_v2 .ec_cart_header{ display:block; margin-top:0px; padding-top:0px; }
	.ec_cart_mobile_summary{ display:flex; }
	
	.ec_cart_bottom_nav_v2{ flex-direction:column-reverse; }
	.ec_cart_input_column, .ec_cart_button_column{ width:100%; }
	.ec_cart_mobile_summary .ec_cart_input_row{ flex-direction:column; }
	.ec_cart_mobile_summary .ec_cart_button{ margin-left:0px; margin-top:5px; }
}
@media only screen and ( max-width:599px ){
	.ec_cart_table_total{ display:none; }
	.ec_cart_table_details{ width:80%; }
	.ec_cart_table_subtotal_row{ display:block; }
	.ec_cart_table_subtotal, .ec_cart_table_message, .ec_cart_table_checkout_button_row, .ec_cart_table_shopping_button{ text-align:left; }
	.ec_cart_table_checkout_button, .ec_cart_table_continue_shopping{ float:left; }
}

/* Shipping Methods */
.ec_cart_shipping_method_row{ float:left; width:100%; margin-top:10px; line-height:1.7em; }
.ec_cart_shipping_method_row > span.price{ float:left !important; color:#333 !important; margin-left:8px; }
.ec_cart_shipping_method_row > span{ float:left !important; color:#333 !important; margin-right:0px; }
.ec_cart_shipping_method_row > input{ width:35px !important; }
.ec_cart_shipping_method_row > input[type="radio"], .ec_cart_option_row > input[type="radio"]{ width:16px !important; height:16px !important; border:1px solid #333 !important; margin-top:2px !important; margin-right:7px !important; opacity:1 !important; appearance:radio !important; -webkit-appearance:radio !important; -moz-appearance:radio !important; }
.ec_cart_shipping_method_row > input[type="radio"]:after, .ec_cart_option_row > input[type="radio"]:after{ position:relative; display:none; }

/* Account Page General Styles */
.ec_account_error{ width:100%; float:left; text-align:center; background-color:#F1D9D9; color:#900; font-size:14px; font-weight:bold; font-family:'Lato', Arial, sans-serif; margin-bottom:5px; border:thin solid #FF0606; }
.ec_account_error div{ padding:15px; }
.ec_account_error a{ color:#900 !important; }
.ec_account_error a:hover{ color:#900 !important; }
.ec_account_success{ width:100%; float:left; text-align:center; background-color:#E6FFE6; color:#333333; font-size:14px; font-weight:bold; font-family:'Lato', Arial, sans-serif; margin-bottom:5px; border:thin solid #6FFF47; }
.ec_account_success div{ padding:15px; }
.ec_account_page{ max-width:100%; }
.ec_account_page input[type='text'], .ec_account_page input[type='input'], .ec_account_page input[type='password'], .ec_account_page input[type='email'], .ec_account_page input[type='number'], .ec_account_page input[type='url'], .ec_account_page input[type='tel'], .ec_account_page input[type='search'], .ec_account_page textarea, .ec_account_page select{ border-color:#e1e1e1; background-color:#f8f8f8; color:#919191; -webkit-appearance:none; border:1px solid #e1e1e1; outline:none; font:13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; color:#777; margin:0; display:block; max-width:100%; background:#FFF; padding:8px 6px; line-height:1.1em; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; height:39px; }

/* Account Login */
.ec_account_mobile{ display:none !important; float:left; width:100%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; display:block; margin-bottom:25px; }
.ec_account_left{ float:left; width:65%; border-right:1px solid #CCC; padding-right:25px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; display:block; }
.ec_account_right{ float:right; width:35%; padding-left:25px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; display:block; }
.ec_account_left.ec_account_login, .ec_account_right.ec_account_login{ width:50%; }
.ec_account_subheader{ float:left; width:100%; float:left; color:#444; font-family:'Lato', Arial, sans-serif; font-size:13px; margin:10px 0 15px; }

.ec_account_login_page_visible{ display:block; }
.ec_account_login_page_hidden{ display:none; }
.ec_account_login{ display:block; }
.ec_account_login_hidden{ display:none; }
.ec_account_login_title{ width:90%; float:left; color:#222222; font-family:'Lato', Arial, sans-serif; border-bottom:solid 3px #222222; padding-bottom:5px; text-align:left; margin-bottom:4px; font-size:20px; }
.ec_account_login_subtitle{ width:90%; float:left; color:#222222; font-size:12px; font-family:'Lato', Arial, sans-serif; text-align:left; margin-top:5px; margin-bottom:30px; margin-right:10px; padding-bottom:10px; }
.ec_account_login_holder{ width:100%; float:left; margin-top:20px; }
.ec_account_login_left{ width:50%; float:left; padding-top:15px; }
.ec_account_login_right{ width:50%; float:right; padding-top:15px; text-align:left; }
.ec_account_login_row{ width:100%; float:left; margin-bottom:5px; font-size:12px; font-family:'Lato', Arial, sans-serif; }
.ec_account_login_row_label{ width:115px; float:left; text-align:left; font-size:12px; font-weight:bold; font-family:'Lato', Arial, sans-serif; color:#333; line-height:28px; }
.ec_account_login_row_input{ width:250px; float:left; text-align:left; }
.ec_account_login_row_input a{ margin-top:10px; font-family:'Lato', Arial, sans-serif; color:#222222 !important; text-decoration:none; }
.ec_account_login_row_input a:hover{ color:#000000 !important; }
.ec_account_login_row_input input[type="text"]{ width:250px; padding:6px 4px; margin:0; }
.ec_account_login_row_input input[type="email"], .ec_account_login_row_input input[type="password"]{ width:215px; padding:1px; margin:0; }
.ec_account_login_button{ -webkit-appearance:none; -webkit-border-radius:0; display:block; float:left; text-indent:0; text-decoration:none!important; text-transform:uppercase; white-space:nowrap; text-align:center; -moz-user-select:none; -webkit-user-select:none; -o-user-select:none; user-select:none; font-family:'Lato', Arial, sans-serif!important; font-size:11px; font-weight:bold; outline:0; min-width:159px; background-color:#222222 !important; background:#222222 !important; border:solid 1px #cccccc !important; color:#ffffff !important; font-weight:bold; text-align:center; border:none; padding:6px 18px; background-image:none; box-shadow:none; height:28px; padding:0 !important; }
.ec_account_login_button:hover{ cursor:pointer; color:#222222 !important; background-color:#f7f7f7 !important; }
.ec_account_login_complete{ display:block; margin-top:30px; }
.ec_account_login_complete_hidden{ display:none; }
.ec_account_login_complete_holder{ width:100%; float:left; text-align:left; margin-top:30px; }
.ec_account_login_complete_title{ width:100%; float:left; color:#333; font-size:28px; text-align:left; margin-bottom:7px; }
.ec_account_login_complete_subtitle{ width:100%; float:left; color:#666; font-size:12px; font-family:'Lato', Arial, sans-serif; text-align:left; }
.ec_account_login_complete_logout_link{ font-size:12px; font-family:'Lato', Arial, sans-serif; color:#222222; }
.ec_account_login_complete_logout_link:hover{ text-decoration:none; color:#000000; }
.ec_account_login_create_account_button{ display:block; float:left; text-indent:0; text-decoration:none!important; text-transform:uppercase; white-space:nowrap; text-align:center; -moz-user-select:none; -webkit-user-select:none; -o-user-select:none; user-select:none; font-family:'Lato', Arial, sans-serif!important; font-size:12px; font-weight:bold; outline:0; background-color:#333 !important; background:#222222 !important; border:1px solid #CCC !important; color:#ffffff !important; font-weight:normal; text-align:center; border:none; margin-top:10px; background-image:none; box-shadow:none; cursor:pointer; padding:8px 30px; border-radius:6px; line-height:initial; }
.ec_account_login_create_account_button:hover{ background-color:#666 !important; font-size:12px !important; }
.ec_account_login_row_error{ width:100%; float:left; height:35px; }
.ec_account_login_row_error .ec_account_login_label{ color:#900; }
.ec_account_login_row_error .ec_account_login_input_field{ background-color:#F1D9D9; border:2px solid #FF0606; }
.ec_account_login_row_error input[type="text"], .ec_account_login_row_error input[type="email"], .ec_account_login_row_error input[type="password"]{ width:250px; padding:6px 4px;; margin:0; }
.ec_account_login_holder form{ margin-bottom:0px !important; }

/* Account Forgot Password */
.ec_account_forgot_password_page_visible{ display:block; }
.ec_account_forgot_password_page_hidden{ display:none; }
.ec_account_forgot_password_title{ width:100%; float:left; padding-bottom:7px; border-bottom:3px solid #222222; font-size:20px; color:#222222; font-family:'Lato', Arial, sans-serif; margin-bottom:24px; }
.ec_account_forgot_password_holder{ width:100%; float:left; }
.ec_account_forgot_password_row{ width:100%; float:left; margin-bottom:5px; font-size:12px; font-family:'Lato', Arial, sans-serif; }
.ec_account_forgot_password_button{ -webkit-appearance:none; -webkit-border-radius:0; display:block; float:left; text-indent:0; text-decoration:none!important; text-transform:uppercase; white-space:nowrap; text-align:center; -moz-user-select:none; -webkit-user-select:none; -o-user-select:none; user-select:none; font-family:'Lato', Arial, sans-serif!important; font-size:11px; font-weight:bold; outline:0; width:180px; height:28px; background-color:#222222 !important; background:#222222 !important; border:solid 1px #cccccc !important; color:#ffffff !important; font-weight:bold; text-align:center; border:none; margin-top:10px; margin-left:0px; background-image:none; box-shadow:none; padding:0 !important; }
.ec_account_forgot_password_button:hover{ cursor:pointer; color:#222222 !important; background-color:#f7f7f7 !important; }
.ec_account_forgot_password_row_error{ width:100%; float:left; margin-bottom:5px; font-size:12px; font-family:'Lato', Arial, sans-serif; }
.ec_account_forgot_password_row_error .ec_account_forgot_password_label{ color:#900; }
.ec_account_forgot_password_row_error .ec_account_forgot_password_input_field{ background-color:#F1D9D9; border:2px solid #FF0606; }
.ec_account_forgot_password_label{ width:115px; line-height:28px; float:left; color:#222222; font-weight:bold; }
.ec_account_forgot_password_input{ width:300px; float:left; }
.ec_account_forgot_password_input input[type="text"], .ec_account_forgot_password_input input[type="email"], .ec_account_forgot_password_input input[type="password"], .ec_account_forgot_password_row_error input[type="text"], .ec_account_forgot_password_row_error input[type="email"], .ec_account_forgot_password_row_error input[type="password"]{ width:280px; padding:6px 4px; margin:0px; }

/* Account Register */
.ec_account_register_title{ width:100%; float:left; padding-bottom:7px; border-bottom:3px solid #222222; color:#222222; font-family:'Lato', Arial, sans-serif; font-size:20px; margin-bottom:24px; }
.ec_account_register_holder{ width:100%; float:left; padding-left:10px; }
.ec_account_register_row{ width:100%; float:left; height:35px; }
.ec_account_register_label{ width:140px; line-height:28px; text-align:left; float:left; font-size:12px; font-weight:bold; font-family:'Lato', Arial, sans-serif; }
.ec_account_register_input{ width:400px; text-align:left; float:left; font-size:12px; font-family:'Lato', Arial, sans-serif; }
.ec_account_register_input input[type="text"], .ec_account_register_input input[type="email"], .ec_account_register_input input[type="password"]{ margin:0; width:400px !important; padding:6px 4px !important; margin-bottom:5px !important; }
.ec_account_register_button{ -webkit-appearance:none; -webkit-border-radius:0; display:block; float:left; text-indent:0; text-decoration:none !important; text-transform:uppercase; white-space:nowrap; text-align:center; -moz-user-select:none; -webkit-user-select:none; -o-user-select:none; user-select:none; font-family:'Lato', Arial, sans-serif !important; font-size:11px; font-weight:bold; outline:0; width:159px; height:28px; background-color:#222222 !important; background:#222222 !important; border:solid 1px #cccccc !important; color:#ffffff !important; font-weight:bold; text-align:center; border:none; margin-top:10px; background-image:none; box-shadow:none; padding:0 !important; }
.ec_account_register_button:hover{ cursor:pointer; color:#222222 !important; background-color:#f7f7f7 !important; }
.ec_account_register_row_error{ width:100%; float:left; }
.ec_account_register_row_error .ec_account_register_label{ color:#900; }
.ec_account_register_row_error .ec_account_register_input_field{ background-color:#F1D9D9; border:2px solid #FF0606; }

/* Account Dashboard */
.ec_account_dashboard_holder_main{ width:100%; float:left; }
.ec_account_dashboard_left{ width:67%; float:left; }
.ec_account_dashboard_right{ width:25%; margin-left:3%; float:right; border:1px solid #e9e9e9; -webkit-box-shadow:0 1px 4px rgba(0,0,0,0.07); -moz-box-shadow:0 1px 4px rgba(0,0,0,0.07); box-shadow:0 1px 4px rgba(0,0,0,0.07); padding-left:10px; padding-right:10px; padding-bottom:10px; }
.ec_account_dashboard_title{ width:100%; float:left; padding-top:15px; padding-bottom:7px; margin-bottom:7px; border-bottom:3px solid #222222; color:#222222; font-size:20px; text-align:left; font-family:'Lato', Arial, sans-serif; }

.ec_cart_header_no_border{ border:none; }
.ec_account_order_header_row{ width:100%; float:left; background-color:#F3F3F3; border:1px solid #BFBFBF; border-top-left-radius:6px; border-top-right-radius:6px; padding:5px 15px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.ec_account_order_header_row_not_first{ margin-top:5px; }
.ec_account_order_header_column_left{ float:left; padding:8px 20px 8px 0; font-size:12px; }
.ec_account_order_header_column_left.ec_account_order_header_column_left_div1{ width:30%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.ec_account_order_header_column_left.ec_account_order_header_column_left_div2{ width:20%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.ec_account_order_header_column_left.ec_account_order_header_column_left_div3{ width:22%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.ec_account_order_header_column_left.ec_account_order_header_column_left_div4{ width:28%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; font-size:11px; text-align:right; padding-right:0px; }
.ec_account_order_header_column_left > span{ width:100%; float:left; font-family:'Lato', Arial, sans-serif !important; }
.ec_account_order_header_column_left > div > a{ font-family:'Lato', Arial, sans-serif !important; }
.ec_account_dashboard_order_info_link{ position:relative; }
.ec_account_dashboard_order_info_link > span{ display:none; position:absolute; background-color:#FFF; border:1px solid #DDD; box-shadow:#D6D6D6 0px 0px 2px; padding:10px; min-width:220px; top:20px; left:-50%; border-radius:6px; color:#333; }
.ec_account_dashboard_order_info_link:hover > span > strong{ color:#333; }
.ec_account_dashboard_order_info_link:hover > span{ display:block; }
.ec_account_order_item_row{ float:left; width:100%; border:1px solid #BFBFBF; padding:15px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.ec_account_order_item_content{ width:75%; float:left; }
.ec_account_order_item_image{ float:left; max-width:100px; }
.ec_account_order_item_image > img{ max-width:100%; }
.ec_account_order_item_details{ margin-left:120px; margin-top:15px; }
.ec_account_order_item_details > span{ float:left; width:100%; font-size:12px; color:#666; }
.ec_account_order_item_details > span.ec_account_order_item_title{ font-size:12px; font-weight:bold; color:#333; font-family:'Lato', Arial, sans-serif !important; }
.ec_account_order_item_details > span.ec_account_order_item_price{ font-size:12px; color:#900; font-family:'Lato', Arial, sans-serif !important; }
.ec_account_order_item_buttons{ width:25%; float:right; margin:auto 0; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.ec_account_order_item_buttons > span{ float:left; width:100%; font-size:12px; font-weight:bold; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.ec_account_order_item_two_buttons > span{ margin-bottom:4px; }
.ec_account_order_item_buy_button, .ec_account_order_item_download_button{ width:100%; text-align:center; color:#FFF; background-color:#333; border-radius:5px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.ec_account_order_item_download_button{ margin-top:5px; }
.ec_account_order_item_buy_button:hover, .ec_account_order_item_download_button:hover{ background-color:#000; }
.ec_account_order_item_buy_button > a, .ec_account_order_item_download_button{ color:#FFF !important; padding:8px; display:inline-block; width:100%; height:100%; text-decoration:none !important; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; font-family:'Lato', Arial, sans-serif !important; }

.ec_account_download_line{ float:left; width:100%; padding:8px 5px; border-bottom:1px solid #DDD; }
.ec_account_download_line:nth-child(even){ background-color:#f3f3f3; }
.ec_account_download_line > .ec_account_download_line_title, .ec_account_download_line > .ec_account_download_line_limit, .ec_account_download_line > .ec_account_download_line_time_limit{ float:left; margin-right:20px; }

.ec_account_dashboard_holder{ width:100%; float:left; font-family:'Lato', Arial, sans-serif; font-size:12px; }
.ec_account_dashboard_right .ec_account_dashboard_holder a{ font-size:12px; font-family:'Lato', Arial, sans-serif; font-weight:bold; color:#222222 !important; text-decoration:none; }
.ec_account_dashboard_right .ec_account_dashboard_holder a:hover{ color:#000000 !important; }
.ec_account_dashboard_holder a{ font-size:12px; font-family:'Lato', Arial, sans-serif; font-weight:bold; color:#222222 !important; text-decoration:none; }
.ec_account_dashboard_holder a:hover{ color:#666666 !important; }
.ec_account_dashboard_row{ width:100%; text-align:left; float:left; font-size:12px; font-family:'Lato', Arial, sans-serif; }
.ec_account_dashboard_row_content{ width:100%; text-align:left; float:left; font-size:12px; font-family:'Lato', Arial, sans-serif; padding:5px 0; }
.ec_account_dashboard_row_bold, .ec_account_dashboard_row_bold b{ width:100%; text-align:left; float:left; font-size:13px; font-family:'Lato', Arial, sans-serif; font-weight:bold; color:#333 !important; margin-top:15px; }
.ec_account_dashboard_row_divider{ width:100%; text-align:center; float:left; background-color:#ffffff; border-bottom:3px solid #222222; margin-top:3px; margin-bottom:25px; padding-top:20px; padding-bottom:20px; }
.ec_account_dashboard_row_divider a{ display:block; float:none; text-indent:0; text-decoration:none !important; text-transform:uppercase; white-space:nowrap; text-align:center; -moz-user-select:none; -webkit-user-select:none; -o-user-select:none; user-select:none; font-family:'Lato', Arial, sans-serif!important; font-size:11px; font-weight:bold; outline:0; background-repeat:no-repeat; background-color:#222222 !important; background:#222222 !important; color:#ffffff !important; font-weight:bold; text-align:center; border:none; margin:-23px auto 0px; padding:8px 30px; border-bottom-right-radius:6px; border-bottom-left-radius:6px; }
.ec_account_dashboard_row_divider a:hover{ cursor:pointer; color:#FFFFFF !important; background-color:#666666 !important; }
.ec_account_order_line_header{ width:100%; float:left; background-color:#f7f7f7; padding:8px 0px; margin:0 0 4px 0; border-bottom:solid 1px #eeeeee; }
.ec_account_order_line_column1_header{ float:left; padding-left:20px; margin-top:3px; text-align:left; font-size:12px; font-weight:bold; font-family:'Lato', Arial, sans-serif; color:#222222; }
.ec_account_order_line_column2_header, .ec_account_order_line_column3_header, .ec_account_order_line_column4_header{ float:left; margin-top:3px; text-align:left; font-size:12px; font-weight:bold; font-family:'Lato', Arial, sans-serif; color:#222222; }
.ec_account_order_line_column5_header{ float:right; text-align:right; }
.ec_account_subscription_line_header{ width:100%; float:left; background-color:#f7f7f7; padding:8px 0px; margin:0 0 4px 0; border-bottom:solid 1px #eeeeee; }
.ec_account_subscription_line_column1_header{ float:left; padding-left:20px; margin-top:3px; text-align:left; font-size:12px; font-weight:bold; font-family:'Lato', Arial, sans-serif; color:#222222; }
.ec_account_subscription_line_column2_header, .ec_account_subscription_line_column3_header, .ec_account_subscription_line_column4_header{ float:left; margin-top:3px; text-align:left; font-size:12px; font-weight:bold; font-family:'Lato', Arial, sans-serif; color:#222222; }
.ec_account_subscription_line_column5_header{ float:right; text-align:right; }
.ec_account_order_line_column1_header{ width:90px; }
.ec_account_order_line_column2_header{ width:175px; }
.ec_account_order_line_column3_header{ width:75px; }
.ec_account_order_line_column4_header{ width:135px; }
.ec_account_order_line_column5_header{ width:125px; }
.ec_account_subscription_line_column1_header{ width:35%; min-width:180px; }
.ec_account_subscription_line_column2_header{ width:18%; min-width:120px; }
.ec_account_subscription_line_column3_header{ width:18%; min-width:120px; }
.ec_account_subscription_line_column4_header{ width:18%; min-width:110px; }
.ec_account_subscription_line_column5_header{ width:11%; min-width:125px; }
#ec_user_login_link a{ background:#333; color: white; padding: 8px 15px; border-radius: 8px; margin-left: 10px; }
#ec_user_login_link a:hover{ background:#111; }
.ec_subscription_purchased{ float: left; width: 100%; padding: 25px; background: #efefef; border: 1px solid #CCC; text-align: center; margin: 100px 0; }

/* Account Billing + Shipping */
.ec_account_billing_information_title, .ec_account_shipping_information_title{ width:100%; float:left; padding-bottom:7px; border-bottom:3px solid #222222; color:#222222; font-family:'Lato', Arial, sans-serif; font-size:20px; margin-bottom:24px; }
.ec_account_billing_information_holder, .ec_account_shipping_information_holder{ width:100%; float:left; padding-left:10px; }
.ec_account_billing_information_row, .ec_account_shipping_information_row{ width:100%; float:left; height:35px; }
.ec_account_billing_information_label, .ec_account_shipping_information_label{ width:140px; line-height:28px; text-align:left; float:left; font-size:12px; font-weight:bold; font-family:'Lato', Arial, sans-serif; }
.ec_account_billing_information_input, .ec_account_shipping_information_input{ width:400px; text-align:left; float:left; font-size:12px; font-family:'Lato', Arial, sans-serif; }
.ec_account_billing_information_input input[type="text"], .ec_account_billing_information_input input[type="email"], .ec_account_billing_information_input input[type="password"], .ec_account_shipping_information_input input[type="text"], .ec_account_shipping_information_input input[type="email"], .ec_account_shipping_information_input input[type="password"]{ margin:0 0 20px 0; width:400px !important; padding:6px 4px !important; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.ec_account_billing_information_input select, .ec_account_shipping_information_input select{ margin:0 0 20px 0; width:400px !important; padding:6px 4px !important; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.ec_account_billing_information_button, input.ec_account_billing_information_button[type="button"], .ec_account_shipping_information_button, input.ec_account_shipping_information_button[type="button"], .ec_account_personal_information_button, input.ec_account_personal_information_button[type="button"], .ec_account_password_button, input.ec_account_password_button[type="button"]{ float:right; padding:8px 30px !important; text-align:center; text-transform:uppercase; color:#FFF !important; background-color:#222222; border:none !important; font-size:12px; font-family:'Lato', Arial, sans-serif !important; cursor:pointer; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; text-decoration:none; border-radius:6px; margin-right:5px !important; line-height:1.2em; }
.ec_account_billing_information_button:hover, .ec_account_shipping_information_button:hover, .ec_account_personal_information_button:hover, .ec_account_password_button:hover{ cursor:pointer; background-color:#666 !important; font-size:12px !important; }
.ec_account_billing_information_row_error, .ec_account_shipping_information_row_error{ width:100%; float:left; height:35px; }
.ec_account_billing_information_row_error .ec_account_billing_information_label, .ec_account_shipping_information_row_error .ec_account_shipping_information_label{ color:#900; }
.ec_account_billing_information_row_error .ec_account_billing_information_input_field, .ec_account_shipping_information_row_error .ec_account_shipping_information_input_field{ background-color:#F1D9D9; border:2px solid #FF0606; }

/* Account Personal Info */
.ec_account_personal_information_page_visible{ display:block; }
.ec_account_personal_information_page_hidden{ display:none; }
.ec_account_personal_information_main_title{ width:100%; float:left; padding-top:15px; padding-bottom:7px; margin-bottom:7px; border-bottom:3px solid #222222; color:#222222; font-size:20px; text-align:left; font-family:'Lato', Arial, sans-serif; }
.ec_account_personal_information_main_sub_title{ width:100%; font-size:12px; font-weight:normal; text-align:left; float:left; margin-bottom:20px; font-family:'Lato', Arial, sans-serif; }
.ec_account_personal_information_holder{ width:100%; float:left; }
.ec_account_personal_information_row{ width:100%; float:left; height:35px; }
.ec_account_personal_information_label{ width:140px; line-height:28px; text-align:left; float:left; font-size:12px; font-weight:bold; font-family:'Lato', Arial, sans-serif; }
.ec_account_personal_information_input{ width:400px; text-align:left; float:left; font-size:12px; font-family:'Lato', Arial, sans-serif; }
.ec_account_personal_information_input input[type="text"], .ec_account_personal_information_input input[type="email"], .ec_account_personal_information_input input[type="password"]{ margin:0; width:400px !important; padding:6px 4px; }
.ec_account_personal_information_row_error{ width:100%; float:left; height:35px; }
.ec_account_personal_information_row_error .ec_account_personal_information_label{ color:#900; }
.ec_account_personal_information_row_error .ec_account_personal_information_input_field{ background-color:#F1D9D9; border:2px solid #FF0606; }

/* Account Password Edit */
.ec_account_password_main_title{ width:100%; float:left; padding-bottom:7px; border-bottom:3px solid #222222; font-size:20px; color:#222222; font-family:'Lato', Arial, sans-serif; margin-bottom:24px; }
.ec_account_password_main_sub_title{ width:100%; font-size:12px; font-weight:normal; text-align:left; float:left; margin-bottom:20px; font-family:'Lato', Arial, sans-serif; color:#222222; }
.ec_account_password_holder{ width:100%; float:left; }
.ec_account_password_row{ width:100%; float:left; height:35px; }
.ec_account_password_label{ width:140px; line-height:28px; text-align:left; float:left; font-size:12px; font-weight:bold; font-family:'Lato', Arial, sans-serif; }
.ec_account_password_input{ width:400px; text-align:left; float:left; font-size:12px; font-family:'Lato', Arial, sans-serif; }
.ec_account_password_input input[type="text"], .ec_account_password_input input[type="email"], .ec_account_password_input input[type="password"]{ margin:0; width:400px !important; padding:6px 4px; }
.ec_account_password_error_text{ float:left; margin-left:20px; margin-top:8px; font-size:12px; font-family:'Lato', Arial, sans-serif; color:#900;  display:none;	 }
.ec_account_password_row_error{ width:100%; float:left; height:35px; }
.ec_account_password_row_error .ec_account_password_label{ color:#900; }
.ec_account_password_row_error .ec_account_password_input_field{ background-color:#F1D9D9; border:2px solid #FF0606; }
.ec_account_password_row_error .ec_account_password_error_text{ display:block; }

/* Account Orders */
.ec_account_orders_main_holder{ width:100%; float:left; }
.ec_account_orders_left{ width:70%; float:left; }
.ec_account_orders_right{ width:24%; margin-left:3%; float:right; border:1px solid #e9e9e9; -webkit-box-shadow:0 1px 4px rgba(0,0,0,0.07); -moz-box-shadow:0 1px 4px rgba(0,0,0,0.07); box-shadow:0 1px 4px rgba(0,0,0,0.07); padding-left:10px; padding-right:10px; padding-bottom:10px; }
.ec_account_orders_title{ width:100%; float:left; padding-top:15px; padding-bottom:7px; margin-bottom:7px; border-bottom:3px solid #222222; color:#222222; font-size:20px; text-align:left; font-family:'Lato', Arial, sans-serif; }
.ec_account_orders_holder{ width:100%; float:left; }
.ec_account_orders_row{ width:100%; text-align:left; padding:5px 0; }
.ec_account_orders_holder a{ font-size:12px; font-family:'Lato', Arial, sans-serif; font-weight:bold; color:#222222 !important; line-height:16px; }
.ec_account_orders_holder a:hover{ text-decoration:none; color:#000000 !important; }
.ec_account_order_line_0{ width:100%; float:left; background-color:#ffffff; padding:8px 0; }
.ec_account_order_line_1{ width:100%; float:left; background-color:#f7f7f7; padding:8px 0px; }
.ec_account_order_line_column1{ width:90px; float:left; padding-left:20px; margin-top:3px; text-align:left; font-size:12px; font-weight:normal; font-family:'Lato', Arial, sans-serif; }
.ec_account_order_line_column2{ width:175px; float:left; margin-top:3px; text-align:left; font-size:12px; font-weight:bold; font-family:'Lato', Arial, sans-serif; }
.ec_account_order_line_column3{ width:75px; float:left; margin-top:3px; text-align:left; font-size:12px; font-weight:normal; font-family:'Lato', Arial, sans-serif; }
.ec_account_order_line_column4{ width:135px; float:left; margin-top:3px; text-align:left; font-size:12px; font-weight:normal; font-family:'Lato', Arial, sans-serif; }
.ec_account_order_line_column5{ width:105px; float:right; text-align:right; }
.ec_account_order_line_column5 a{ display:inline-block; text-indent:0; text-decoration:none !important; text-transform:uppercase; white-space:nowrap; text-align:center; -moz-user-select:none; -webkit-user-select:none; -o-user-select:none; user-select:none; font-family:'Lato', Arial, sans-serif !important; font-size:11px; font-weight:bold; outline:0; background-color:#222222; background:#222222; color:#ffffff !important; font-weight:bold; text-align:center; border:none; padding:8px; width:100%; height:100%; border-radius:6px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.ec_account_order_line_column5 a:hover{ cursor:pointer; color:#FFFFFF !important; background-color:#666666 !important; }
.ec_account_no_order_found{ width:100%; font-family:'Lato', Arial, sans-serif; text-align:center; font-weight:bold; color:#444; margin:10px 0; }
.ec_account_return_to_dashboard_button{ width:350px; margin:27px auto 10px auto; border-radius:6px; padding:6px 8px; background:#333; text-align:center; }
.ec_account_return_to_dashboard_button > a{ color:#ccc; }
.ec_account_return_to_dashboard_button > a:hover{ color:#FFF; }

/* Account Subscriptions */
.ec_account_subscriptions_main_holder{ width:100%; float:left; }
.ec_account_subscriptions_left{ width:70%; float:left; }
.ec_account_subscriptions_right{ width:24%; margin-left:3%; float:right; border:1px solid #e9e9e9; -webkit-box-shadow:0 1px 4px rgba(0,0,0,0.07); -moz-box-shadow:0 1px 4px rgba(0,0,0,0.07); box-shadow:0 1px 4px rgba(0,0,0,0.07); padding-left:10px; padding-right:10px; padding-bottom:10px; }
.ec_account_subscriptions_title{ width:100%; float:left; padding-top:15px; padding-bottom:7px; margin-bottom:7px; border-bottom:3px solid #222222; color:#222222; font-size:20px; text-align:left; font-family:'Lato', Arial, sans-serif; }
.ec_account_subscriptions_holder{ width:100%; float:left; }
.ec_account_subscriptions_row{ width:100%; text-align:left; padding:5px 0; }
.ec_account_subscriptions_row > a{ font-size:12px; font-family:'Lato', Arial, sans-serif; font-weight:bold; color:#222222 !important; line-height:16px; }
.ec_account_subscriptions_row > a:hover{ text-decoration:none; color:#000000 !important; }
.ec_subscription_none_found{ float:left; width:100%; line-height:1.5em; text-align:left; padding:10px 0; }
.ec_subscription_table{ margin-top:15px; float:left; width:120px; }
.ec_account_subscription_table{ margin-bottom:10px; float:none; width:120px; }

/* Account Order Details */
#ec_account_order_details{ position:relative; }
.ec_account_order_details_main_holder{ width:100%; float:left; }
.ec_account_complete_payment_row{ width:100%; float:left; }
.ec_account_complete_payment_button{ color:#FFFFFF; background-color:#222222; width:250px; height:35px; text-align:center; line-height:35px; font-weight:bold; font-size:14px; float:right; cursor:pointer; margin-right:25px; margin-top:5px; }
.ec_account_complete_payment_button:hover{ color:#FFFFFF; background-color:#666666; }
.ec_account_complete_order_link{ color:#FFF !important; text-decoration:none !important; font-family:'Lato', Arial, sans-serif !important; }
.ec_account_order_details_right{ width:70%; float:right; position:relative; }
.ec_account_order_details_right .ec_cart_header{ padding:9px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.ec_account_order_details_left{ width:25%; margin-right:5%; float:left; }
.ec_account_order_details_title{ width:100%; float:left; padding-top:15px; padding-bottom:7px; margin-bottom:7px; border-bottom:3px solid #222222; color:#222222; font-size:20px; text-align:left; font-family:'Lato', Arial, sans-serif; }
.ec_account_order_details_title .left{ float:left; }
#ec_account_order_details .right{ float:right; position:absolute; top:9px; right:0px; z-index:9; }
.ec_account_order_details_item_display_option{ font-size:11px; font-weight:bold; }
.ec_account_line_optionitem_pricing{ font-size:11px; color:#999; }

/* Account Order Details Table */
.ec_account_order_details_table{ min-width:400px; width:100%; padding:0; margin:0; border-collapse:collapse; border-spacing:0; }
.ec_account_order_details_table > thead{ width:100%; border-bottom:3px solid #E1E1E1; }
.ec_account_order_details_table > thead > tr > th{ font-family:'Lato', Arial, sans-serif !important; color:#222222; font-weight:bold; background:#FFF; border-left:0px solid #CCC; border-right:0px solid #CCC; border-top:0px solid #CCC; border-bottom:0px solid #CCC; text-transform:uppercase; font-size:12px; letter-spacing:1.5px; }

th.ec_account_orderitem_head_name{ text-align:left; padding:9px 0 9px 12px !important; }
th.ec_account_orderitem_head_price{ width:15%; text-align:left; padding:9px 0 !important; }
th.ec_account_orderitem_head_quantity{ width:15%; text-align:center; padding:9px 0 !important; }
th.ec_account_orderitem_head_total{ width:15%; text-align:right; padding:9px 3px 9px 0 !important; }

tr.ec_account_orderitem_row{ box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; border-bottom:1px solid #CCC; border-left:0px solid #CCC; border-right:0px solid #CCC; background:#FFF !important; }
tr.ec_account_orderitem_row > td{ border-left-width:0px !important; border-top-width:0px !important; border-right-width:0px !important; border-bottom-width:0px !important; vertical-align:middle; padding:9px 0; margin:0; }
tr.ec_account_orderitem_row > td.ec_account_orderitem_image, tr.ec_account_orderitem_row > td.ec_account_orderitem_details, tr.ec_account_orderitem_row > td.ec_account_orderitem_price{ padding:9px !important; }

tr.ec_account_orderitem_error_row{ display:none; border:1px dashed #AE0000 !important; border-color:#AE0000 !important; }
tr.ec_account_orderitem_error_row > td{ font-family: 'Lato', Arial, sans-serif; color:#AE0000 !important; padding:8px 16px; font-size:12px; line-height:1.1em; background:#FFE7E7;  background-color:#FFE7E7 !important; font-weight:bold; }

td.ec_account_orderitem_image{ width:100px; }
.ec_account_orderitem_image > img{ width:100%; min-width:100px; height:auto; display:inline-block; vertical-align:middle; margin:0 !important; padding:0 !important; }
td.ec_account_orderitem_details{ width:34%; padding-left:20px !important; padding-right:20px !important; }
.ec_account_orderitem_title{ font-size:14px; font-family:'Lato', Arial, sans-serif !important; color:#222222 !important; text-decoration:none !important; }
td.ec_account_orderitem_details > dl{ margin:0; }
td.ec_account_orderitem_details > dl > dt{ font-size:12px; font-family:'Lato', Arial, sans-serif !important; color:#999999; }

td.ec_account_orderitem_price{ text-align:left; font-size:12px; font-family:'Lato', Arial, sans-serif !important; color:#444444; }
td.ec_account_orderitem_quantity{ text-align:center; font-size:12px; font-family:'Lato', Arial, sans-serif !important; color:#444444; position:relative; }

td.ec_account_orderitem_total{ text-align:right; padding:0 12px 0 0 !important; font-size:12px; font-family:'Lato', Arial, sans-serif !important; color:#222222; }

/* Account Subscription Details */
.ec_account_subscription_title{ font-size:18px; font-family:'Lato', Arial, sans-serif; color:#333 !important; }
.ec_account_subscription_row{ font-family:'Lato', Arial, sans-serif; color:#333 !important; line-height:35px; }
.ec_account_subscription_row.last_spacer{ margin-bottom:15px; }
.ec_account_subscription_link{ font-family:'Lato', Arial, sans-serif; color:#222222 !important; }
.ec_account_subscriptions_past_payments a{ font-family:'Lato', Arial, sans-serif; color:#222222 !important; }
.ec_account_subscription_row b{ font-family:'Lato', Arial, sans-serif; color:#222222 !important; }
.ec_account_subscription_upgrade_row{ margin-top:15px; }
.ec_account_subscription_upgrade_row > select{ width:inherit !important; }
.ec_account_subscription_billing, .ec_account_subscription_payment{ display:none; }
.ec_account_subscription_subtitle{ width:100%; float:left; margin-top:-20px; margin-bottom:20px; }
.ec_account_subscription_details_notice{ float:left; width:100%; margin-top:15px; }
.ec_account_subscription_button{ float:left; width:100%; margin-bottom:25px; }
.ec_account_subscription_button input[type="submit"]{ display:block; float:left; text-indent:0; text-decoration:none !important; text-transform:uppercase; white-space:nowrap; text-align:center; -moz-user-select:none; -webkit-user-select:none; -o-user-select:none; user-select:none; font-family:'Lato', Arial, sans-serif !important; font-size:12px; font-weight:bold; outline:0; width:280px; background-color:#222222 !important; background:#222222 !important; border:solid 1px #cccccc !important; color:#ffffff !important; font-weight:bold; text-align:center; border:none; padding:8px 0px; margin-bottom:15px; border-radius:6px; }
.ec_account_subscription_button input[type="submit"]:hover{ cursor:pointer; color:#222222 !important; background-color:#f7f7f7 !important; }
.ec_account_subscription_line_0{ width:100%; float:left; background-color:#f4f4f4; padding:8px; }
.ec_account_subscription_line_1{ width:100%; float:left; background-color:#ececec; padding:8px; }
.ec_account_subscription_line_column1{ float:left; margin-top:3px; text-align:left; font-size:12px; font-weight:normal; font-family:'Lato', Arial, sans-serif; }
.ec_account_subscription_line_column2, .ec_account_subscription_line_column3, .ec_account_subscription_line_column4{ float:left; margin-top:3px; text-align:left; font-size:12px; font-weight:normal; font-family:'Lato', Arial, sans-serif; }
.ec_account_subscription_line_column2{ font-weight:bold; }
.ec_account_subscription_line_column5{ float:right; text-align:right; }
.ec_account_subscription_line_column5 a{ display:block; float:right; text-indent:0; text-decoration:none !important; text-transform:uppercase; white-space:nowrap; text-align:center; -moz-user-select:none; -webkit-user-select:none; -o-user-select:none; user-select:none; font-family:'Lato', Arial, sans-serif !important; font-size:10px; font-weight:bold; outline:0; width:100px; background-color:#222222 !important; background:#222222 !important; border:solid 1px #cccccc !important; color:#ffffff !important; font-weight:bold; text-align:center; border:none; padding:8px 0px; border-radius:6px; }
.ec_account_subscription_line_column5 a:hover{ cursor:pointer; color:#222222 !important; background-color:#f7f7f7 !important; }
.ec_account_subscription_line_column1{ width:75%; }
.ec_account_subscription_line_column2, .ec_account_subscription_line_column3{ width:75%; }
.ec_account_subscription_line_column4{ width:75%; }
.ec_account_subscription_line_column5{ width:20%; }

/* Cart Widget */
.widget.ec_cartwidget h4.widgettitle, .widget.ec_cartwidget widgettitle{ color:#222222 !important; font-weight:bold !important; font-size:14px !important; border-bottom:5px solid #222222; padding:15px 20px; font-family:'Lato', Arial, sans-serif; }
.widget.ec_menuwidget h4.widgettitle{ color:#222222 !important; font-weight:bold !important; font-size:14px !important; border-bottom:5px solid #222222; padding:15px 20px; font-family:'Lato', Arial, sans-serif; }
.ec_cartwidget{ font-size:13px !important; color:#222222; font-family:'Lato', Arial, sans-serif; }
.ec_cartwidget  a{ font-size:13px !important; color:#222222; text-decoration:none !important; line-height:20px !important; }
.ec_cartwidget a:hover{ font-size:13px !important; color:#000000; text-decoration:none !important; }
.ec_cart_widget_minicart_wrap{ position:absolute; z-index:999; background:#222222; color:#FFF; display:none; -moz-box-shadow:0 0 5px #333; -webkit-box-shadow:0 0 5px #333; box-shadow:0 0 5px #333; max-width:300px; min-height:100px; border-radius:6px; }
.ec_cart_widget_button{ position:relative; z-index:5; font-size:12px; font-family:'Lato', Arial, sans-serif; font-weight:normal; color:#000; }
.ec_cart_widget_minicart_content{ padding:10px; }
.ec_cart_widget_minicart_title{ font-size:15px; font-family:'Lato', Arial, sans-serif; font-weight:bold; width:100%; float:left; padding-bottom:5px; border-bottom:1px solid #FFF; margin-bottom:10px; }
.ec_cart_widget_minicart_subtotal{ font-size:12px; font-family:'Lato', Arial, sans-serif; width:100%; float:left; float:left; font-weight:bold; }
.ec_cart_widget_minicart_checkout_button{ font-size:12px; font-family:'Lato', Arial, sans-serif; font-weight:bold; float:left; background-color:#FFF; padding:5px; text-align:center; color:#333; border:1px solid #333; }
.ec_cart_widget_minicart_checkout_button:hover{ background-color:#DEDEDE;	 color:#333; }
.ec_cart_widget_minicart_product_holder{ float:left; width:100%; margin-top:10px; padding-top:10px; border-top:1px solid #FFF;	 }
.ec_cart_widget_minicart_product_padding{ padding:10px 0; }
.ec_cart_widget_minicart_product{ width:100px; min-height:155px; text-align:center; font-size:12px; font-weight:bold;  font-family:'Lato', Arial, sans-serif; margin-left:5px; margin-right:5px; }
.ec_cart_widget_minicart_product.left{ float:left;	 }
.ec_cart_widget_minicart_product.right{ float:right;	 }
.ec_cart_widget_minicart_product_image{ width:100%; float:left;	 }
.ec_cart_widget_minicart_product_image img{ max-width:100px; max-height:100px; width:100px; height:100px; }
.ec_cart_widget_minicart_product_title{ width:100%; float:left; margin:0 0 15px; font-size:12px; font-family:'Lato', Arial, sans-serif; font-weight:normal; }
.ec_cart_widget_minicart_product_title a{ color:#FFF; }
.ec_cart_widget_minicart_product_title a:hover{ color:#DDD; text-decoration:none; }
.ec_cart_widget_minicart_product_price{ width:100%; float:left; }
.ec_cart_widget_minicart_product_price span{ text-align:center; }
.ec_cart_widget_minicart_bg{ position:fixed; z-index:2; top:0px; left:0px; width:100%; height:100%; opacity:0; display:none; }
.ec_cart_widget_clear{ clear:both; }

/* Category Widget */
.widget.ec_categorywidget h4.widgettitle, .widget.ec_categorywidget widgettitle{ color:#222222 !important; font-weight:bold !important; font-size:14px !important; border-bottom:5px solid #222222; padding:15px 20px; font-family:'Lato', Arial, sans-serif; }
.ec_categorywidget{ font-size:13px !important; color:#222222; font-family:'Lato', Arial, sans-serif; }
.ec_category_widget a{ font-size:12px; font-family:'Lato', Arial, sans-serif; font-weight:normal; color:#222222; text-decoration:none !important; line-height:20px !important; }
.ec_category_widget a:hover{ color:#000000; text-decoration:none !important; }
.ec_category_widget > div{ margin:0 0 10px; }

/* Currency Widget */
.ec_currency_select{ height:inherit; }

/* Donation Widget */
.widget.ec_donationwidget h4.widgettitle, .widget.ec_donationwidget widgettitle{ color:#222222 !important; font-weight:bold !important; font-size:14px !important; border-bottom:5px solid #222222; padding:15px 20px; font-family:'Lato', Arial, sans-serif; }
.ec_donationwidget{ font-size:13px !important; color:#222222; font-family:'Lato', Arial, sans-serif; }
.ec_donationwidget  a{ font-size:13px !important; color:#222222; text-decoration:none !important; line-height:20px !important; }
.ec_donationwidget a:hover{ font-size:13px !important; color:#000000; text-decoration:none !important; }
.ec_thermometer_holder{ width:100px; float:left; }
.ec_thermometer_top{ width:64px; height:30px; overflow:hidden; margin-left:20px; margin-right:100%; }
.ec_thermometer_top_content{ width:52px; height:52px; border:6px solid #485F48; -moz-border-radius:15px; border-radius:48px; background-color:#FFF; }
.ec_thermometer_middle{ height:250px; width:52px; margin-left:20px; border-left:6px solid #485F48; border-right:6px solid #485F48; float:left; background:#485F48; margin-right:100%; }
.ec_thermometer_ticks{ float:left; width:10px; height:10px; background:#485F48; margin:0 0 40px 0; -webkit-box-shadow:10px 0px #FFF, 20px 0px #FFF, 30px 0px #485F48, 0px 10px #FFF, 10px 10px #FFF, 20px 10px #FFF, 30px 10px #FFF, 0px 20px #FFF, 10px 20px #FFF, 20px 20px #FFF, 30px 20px #FFF, 0px 30px #FFF, 10px 30px #FFF, 20px 30px #FFF, 30px 30px #FFF, 0px 40px #FFF, 10px 40px #FFF, 20px 40px #FFF, 30px 40px #FFF, 0px 50px #FFF, 10px 50px #FFF, 20px 50px #FFF, 30px 50px #FFF, 10px 60px #FFF, 20px 60px #FFF, 30px 30px #485F48, 0px 70px #FFF, 10px 70px #FFF, 20px 70px #FFF, 30px 70px #FFF, 0px 80px #FFF, 10px 80px #FFF, 20px 80px #FFF, 30px 80px #FFF, 0px 90px #FFF, 10px 90px #FFF, 20px 90px #FFF, 30px 90px #FFF, 0px 100px #FFF, 10px 100px #FFF, 20px 100px #FFF, 30px 100px #FFF, 0px 110px #FFF, 10px 110px #FFF, 20px 110px #FFF, 30px 110px #FFF, 10px 120px #FFF, 20px 120px #FFF, 30px 120px #485F48, 0px 130px #FFF, 10px 130px #FFF, 20px 130px #FFF, 30px 130px #FFF, 0px 140px #FFF, 10px 140px #FFF, 20px 140px #FFF, 30px 140px #FFF, 0px 150px #FFF, 10px 150px #FFF, 20px 150px #FFF, 30px 150px #FFF, 0px 160px #FFF, 10px 160px #FFF, 20px 160px #FFF, 30px 160px #FFF, 0px 170px #FFF, 10px 170px #FFF, 20px 170px #FFF, 30px 170px #FFF, 10px 180px #FFF, 20px 180px #FFF, 30px 180px #485F48, 0px 190px #FFF, 10px 190px #FFF, 20px 190px #FFF, 30px 190px #FFF, 0px 200px #FFF, 10px 200px #FFF, 20px 200px #FFF, 30px 200px #FFF, 0px 210px #FFF, 10px 210px #FFF, 20px 210px #FFF, 30px 210px #FFF, 0px 220px #FFF, 10px 220px #FFF, 20px 220px #FFF, 30px 220px #FFF, 0px 230px #FFF, 10px 230px #FFF, 20px 230px #FFF, 30px 230px #FFF, 10px 240px #FFF, 20px 240px #FFF, 30px 240px #485F48; -moz-box-shadow: 10px 0px #FFF, 20px 0px #FFF, 30px 0px #485F48, 0px 10px #FFF, 10px 10px #FFF, 20px 10px #FFF, 30px 10px #FFF, 0px 20px #FFF, 10px 20px #FFF, 20px 20px #FFF, 30px 20px #FFF, 0px 30px #FFF, 10px 30px #FFF, 20px 30px #FFF, 30px 30px #FFF, 0px 40px #FFF, 10px 40px #FFF, 20px 40px #FFF, 30px 40px #FFF, 0px 50px #FFF, 10px 50px #FFF, 20px 50px #FFF, 30px 50px #FFF, 10px 60px #FFF, 20px 60px #FFF, 30px 30px #485F48, 0px 70px #FFF, 10px 70px #FFF, 20px 70px #FFF, 30px 70px #FFF, 0px 80px #FFF, 10px 80px #FFF, 20px 80px #FFF, 30px 80px #FFF, 0px 90px #FFF, 10px 90px #FFF, 20px 90px #FFF, 30px 90px #FFF, 0px 100px #FFF, 10px 100px #FFF, 20px 100px #FFF, 30px 100px #FFF, 0px 110px #FFF, 10px 110px #FFF, 20px 110px #FFF, 30px 110px #FFF, 10px 120px #FFF, 20px 120px #FFF, 30px 120px #485F48, 0px 130px #FFF, 10px 130px #FFF, 20px 130px #FFF, 30px 130px #FFF, 0px 140px #FFF, 10px 140px #FFF, 20px 140px #FFF, 30px 140px #FFF, 0px 150px #FFF, 10px 150px #FFF, 20px 150px #FFF, 30px 150px #FFF, 0px 160px #FFF, 10px 160px #FFF, 20px 160px #FFF, 30px 160px #FFF, 0px 170px #FFF, 10px 170px #FFF, 20px 170px #FFF, 30px 170px #FFF, 10px 180px #FFF, 20px 180px #FFF, 30px 180px #485F48, 0px 190px #FFF, 10px 190px #FFF, 20px 190px #FFF, 30px 190px #FFF, 0px 200px #FFF, 10px 200px #FFF, 20px 200px #FFF, 30px 200px #FFF, 0px 210px #FFF, 10px 210px #FFF, 20px 210px #FFF, 30px 210px #FFF, 0px 220px #FFF, 10px 220px #FFF, 20px 220px #FFF, 30px 220px #FFF, 0px 230px #FFF, 10px 230px #FFF, 20px 230px #FFF, 30px 230px #FFF, 10px 240px #FFF, 20px 240px #FFF, 30px 240px #485F48; box-shadow: 10px 0px #FFF, 20px 0px #FFF, 30px 0px #485F48, 0px 10px #FFF, 10px 10px #FFF, 20px 10px #FFF, 30px 10px #FFF, 0px 20px #FFF, 10px 20px #FFF, 20px 20px #FFF, 30px 20px #FFF, 0px 30px #FFF, 10px 30px #FFF, 20px 30px #FFF, 30px 30px #FFF, 0px 40px #FFF, 10px 40px #FFF, 20px 40px #FFF, 30px 40px #FFF, 0px 50px #FFF, 10px 50px #FFF, 20px 50px #FFF, 30px 50px #FFF, 10px 60px #FFF, 20px 60px #FFF, 30px 60px #485F48, 0px 70px #FFF, 10px 70px #FFF, 20px 70px #FFF, 30px 70px #FFF, 0px 80px #FFF, 10px 80px #FFF, 20px 80px #FFF, 30px 80px #FFF, 0px 90px #FFF, 10px 90px #FFF, 20px 90px #FFF, 30px 90px #FFF, 0px 100px #FFF, 10px 100px #FFF, 20px 100px #FFF, 30px 100px #FFF, 0px 110px #FFF, 10px 110px #FFF, 20px 110px #FFF, 30px 110px #FFF, 10px 120px #FFF, 20px 120px #FFF, 30px 120px #485F48, 0px 130px #FFF, 10px 130px #FFF, 20px 130px #FFF, 30px 130px #FFF, 0px 140px #FFF, 10px 140px #FFF, 20px 140px #FFF, 30px 140px #FFF, 0px 150px #FFF, 10px 150px #FFF, 20px 150px #FFF, 30px 150px #FFF, 0px 160px #FFF, 10px 160px #FFF, 20px 160px #FFF, 30px 160px #FFF, 0px 170px #FFF, 10px 170px #FFF, 20px 170px #FFF, 30px 170px #FFF, 10px 180px #FFF, 20px 180px #FFF, 30px 180px #485F48, 0px 190px #FFF, 10px 190px #FFF, 20px 190px #FFF, 30px 190px #FFF, 0px 200px #FFF, 10px 200px #FFF, 20px 200px #FFF, 30px 200px #FFF, 0px 210px #FFF, 10px 210px #FFF, 20px 210px #FFF, 30px 210px #FFF, 0px 220px #FFF, 10px 220px #FFF, 20px 220px #FFF, 30px 220px #FFF, 0px 230px #FFF, 10px 230px #FFF, 20px 230px #FFF, 30px 230px #FFF, 10px 240px #FFF, 20px 240px #FFF, 30px 240px #485F48; }
.ec_thermometer_liquid{ background-color:#485F48; width:14px; margin-left:13px; }
.ec_thermometer_bottom{ width:105px; height:96px; overflow:hidden; float:left; }
.ec_thermometer_bottom_content{ width:92px; height:92px; border:6px solid #485F48; -moz-border-radius:60px; border-radius:60px; background-color:#FFF; margin-top:-7px; }
.ec_thermometer_bottom_stick{ background-color:#485F48; width:14px; height:4px; margin-left:33px; }
.ec_thermometer_bottom_colorball{ width:72px; height:73px; border:1px solid #485F48; -moz-border-radius:75px; border-radius:75px; background-color:#485F48; margin-top:-1px; margin-left:4px; }
.ec_goal_box{ float:right; width:120px; }
.ec_goal_title{ font-size:25px; font-weight:bold; text-align:center; }
.ec_goal_content{ float:right; width:100%; border-color:#485F48 !important; border-top:3px solid #485F48; padding:1em 1em 1em 1em; margin:25px 0 2em; position:relative; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; background:#fcfbfc; background:-webkit-gradient(linear,left top,left bottom,from(#fcfbfc),to(#F7F6F7)); background:-webkit-linear-gradient(#fcfbfc,#F7F6F7); background:-moz-linear-gradient(center top,#fcfbfc 0%,#F7F6F7 100%); background:-moz-gradient(center top,#fcfbfc 0%,#F7F6F7 100%); color:#5e5e5e; text-shadow:0 1px 0 #ffffff; list-style:none outside; -webkit-box-shadow:inset 0 -2px 6px rgba(0,0,0,0.05), inset 0 -2px 30px rgba(0,0,0,0.015), inset 0 1px 0 #fff, 0 1px 2px rgba(0,0,0,0.3); box-shadow:inset 0 -2px 6px rgba(0,0,0,0.05), inset 0 -2px 30px rgba(0,0,0,0.015), inset 0 1px 0 #fff, 0 1px 2px rgba(0,0,0,0.3); }
.ec_goal_needed{ width:100%; float:left; text-align:center; font-weight:bold; margin-top:18px; font-size:12px; }
.ec_goal_needed span{ color:#485F48; font-size:16px; width:100%; float:left; padding-bottom:4px; }
.ec_goal_divider{ width:163px; float:left; height:1px; margin-top:13px; margin-left:5px; margin-right:5px; background-color:#CCC; }
.ec_goal_raised{ width:100%; float:left; text-align:center; font-weight:bold; margin-top:18px; font-size:12px; }
.ec_goal_raised span{ color:#485F48; font-size:16px; width:100%; float:left; padding-bottom:4px; }

/* Group Widget */
.widget.ec_groupwidget h4.widgettitle, .widget.ec_groupwidget widgettitle{ color:#222222 !important; font-weight:bold !important; font-size:14px !important; border-bottom:5px solid #222222; padding:15px 20px; font-family:'Lato', Arial, sans-serif; }
.ec_groupwidget{ font-size:13px !important; color:#222222; font-family:'Lato', Arial, sans-serif; }
.ec_group_widget a{ font-size:12px; font-family:'Lato', Arial, sans-serif; font-weight:normal; color:#222222; text-decoration:none !important; line-height:20px !important; }
.ec_group_widget a:hover{ color:#000000; text-decoration:none !important; }
.ec_group_widget > div{ margin:0 0 10px; }

/* Login Widget Button */
input[type="submit"].ec_login_widget_button{ background-color:#222222; color:#FFF; padding:4px 10px; border-bottom:4px solid #666666; font-family:'Monda',Arial,sans-serif; cursor:pointer; width:100%; font-size:12px; border-radius:6px; }
input[type="submit"].ec_login_widget_button:hover{ background-color:#666666; color:#FFF !important; text-decoration:none; font-size:13px; border:none; border-bottom:4px solid #222222; font-size:12px; }

/* Manufacturer Widget */
.widget.ec_manufacturerwidget h4.widgettitle, .widget.ec_manufacturerwidget widgettitle{ color:#222222 !important; font-weight:bold !important; font-size:14px !important; border-bottom:5px solid #222222; padding:15px 20px; font-family:'Lato', Arial, sans-serif; }
.ec_manufacturerwidget{ font-size:13px !important; color:#222222; font-family:'Lato', Arial, sans-serif; }
.ec_manufacturer_widget a{ font-size:12px; font-family:'Lato', Arial, sans-serif; font-weight:normal; color:#222222; text-decoration:none !important; line-height:20px !important; }
.ec_manufacturer_widget a:hover{ color:#000000; text-decoration:none !important; }
.ec_manufacturer_widget > div{ margin:0 0 10px; }

/* Horizontal Menu Widget */
.ec_menu_horizontal{ background-color:#222222; font-family:'Lato', Arial, sans-serif; font-size:12px; margin-bottom:15px; padding-left:30px; padding-right:30px; padding-top:10px; padding-bottom:10px; list-style:none; height:28px; position:relative; z-index:45; }
.ec_menu_horizontal li{ float:left; padding:0px 10px; position:relative; min-width:125px; }
.ec_menu_horizontal a{ display:block; font-weight:bold; color:#FFFFFF; text-align:center; padding:8px; text-decoration:none; text-transform:uppercase; }
.ec_menu_horizontal a:hover{ color:#efefef; text-decoration:none; }
.ec_menu_horizontal ul li ul{ background:#222222; list-style:none; position:absolute; left:-9999px; }
.ec_menu_horizontal ul li ul li{ padding-top:1px; float:none; }
.ec_menu_horizontal ul li ul a{ white-space:nowrap; }
.ec_menu_horizontal ul li:hover ul{ left:0; }
.ec_menu_horizontal ul li:hover a{ background:#222222; text-decoration:none; }
.ec_menu_horizontal ul li:hover ul a{ text-decoration:none; }
.ec_menu_horizontal ul li:hover ul li a:hover{ background:#6b6b6b; }
.ec_menu_horizontal ul li ul li ul{ display:none; position:absolute; background-color:#6b6b6b;}
.ec_menu_horizontal ul li ul li:hover ul{ display:block; position:absolute; top:0px; left:140px; background-color:#fff;}
.ec_menu_horizontal ul li ul li:hover ul li{ list-style:none; float:none; margin-left:1px; padding:0px; position:relative;background-color:#fff;}
.ec_menu_horizontal ul li ul li ul li a:hover{ background-color:rgba(28,28,240,0.5); }

/* Vertical Widget */
.ec_menu_vertical{ width:213px; padding:40px 28px 25px 0; font-family:'Lato', Arial, sans-serif; }
ul.ec_menu_vertical{ padding:0; margin:0; font-size:12px; line-height:0.5em; list-style:none; font-family:'Lato', Arial, sans-serif; }
ul.ec_menu_vertical li a{ line-height:10px; font-size:12px; padding:10px 5px; color:#222222; display:block; text-decoration:none !important; font-weight:bolder; }
ul.ec_menu_vertical li a:hover{ background-color:#222222; color:white; }
ul.ec_menu_vertical ul{ margin:0; padding:0; display:none; }
ul.ec_menu_vertical ul li{ margin:0; padding:0; clear:both; }
ul.ec_menu_vertical ul li a{ padding-left:20px; font-size:12px; font-weight:normal; }
ul.ec_menu_vertical ul li a:hover{ background-color:#FFF; color:#000000; }
ul.ec_menu_vertical ul ul li a{ color:#222222; padding-left:40px; }
ul.ec_menu_vertical ul ul li a:hover{ background-color:#FFF; color:#000000; }
ul.ec_menu_vertical span{ float:right; }

/* Newsletter Widget */
.widget.ec_newsletterwidget h4.widgettitle, .widget.ec_newsletterwidget widgettitle{ color:#222222 !important; font-weight:bold !important; font-size:14px !important; border-bottom:5px solid #222222; padding:15px 20px; font-family:'Lato', Arial, sans-serif; }
.ec_newsletterwidget{ font-size:13px !important; color:#222222; font-family:'Lato', Arial, sans-serif; font-weight:normal; }
.ec_newsletter_widget input[type="text"]{ border-color:#e1e1e1; background-color:#f8f8f8; color:#919191; -webkit-appearance:none; border:1px solid #e1e1e1; outline:none; font:13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; color:#777; margin:0; display:block; max-width:100%; background:#FFF; padding:8px 6px; line-height:1.1em; }
.ec_newsletter_widget input[type="submit"]{ background-color:#222222; color:#FFF; padding:2px 10px; border-bottom:4px solid #666666; font-family:'Monda',Arial,sans-serif; cursor:pointer; width:100%; font-size:12px; border-radius:6px; }
.ec_newsletter_widget input[type="submit"]:hover{ background-color:#666666; color:#FFF !important; text-decoration:none; font-size:13px; border:none; border-bottom:4px solid #222222; font-size:12px; }

/* Price Widget */
.widget.ec_pricepointwidget h4.widgettitle, .widget.ec_pricepointwidget widgettitle{ color:#222222 !important; font-weight:bold !important; font-size:14px !important; border-bottom:5px solid #222222; padding:15px 20px; font-family:'Lato', Arial, sans-serif; }
.ec_pricepointwidget{ font-size:13px !important; color:#222222; font-family:'Lato', Arial, sans-serif; }
.ec_pricepoint_widget a{ font-size:12px; font-family:'Lato', Arial, sans-serif; font-weight:normal; color:#222222; text-decoration:none !important; line-height:20px !important; }
.ec_pricepoint_widget a:hover{ color:#000000; text-decoration:none !important; }
.ec_pricepoint_widget > div{ margin:0 0 10px; }

/* Product Widget */
.widget.ec_productwidget h4.widgettitle, .widget.ec_productwidget widgettitle{ color:#222222 !important; font-weight:bold !important; font-size:14px !important; border-bottom:5px solid #222222; padding:15px 20px; font-family:'Lato', Arial, sans-serif; }
.ec_product_widget{ font-size:12px; margin-top:10px; margin-left:0px; float:left; max-width:100%; color:#222222; font-family:'Lato', Arial, sans-serif; }
.ec_product_widget_left{ float:left; width:65%;	 }

/* Start Product Image Styles */
.ec_product_widget_images{ width:100%; float:left; position:relative; }
.ec_product_widget_images .ec_product_image img{ max-width:100%; width:100%; }
.ec_product_widget_image{ float:left; padding:2px; display:block; border:1px #eeeeee solid; z-index:4; max-width:175px; }
.ec_product_widget_image:hover{ border:1px #cccccc solid; }
.ec_product_widget_image_inactive{ float:left; padding:2px; display:none; border:1px #eeeeee solid; z-index:4;  }
.ec_product_widget_image_inactive:hover{ border:1px #cccccc solid; }
.ec_product_widget_images .ec_product_widget_image_inactive img{ max-width:175px; max-height:175px; outline:none !important; }
.ec_product_widget_rating{ width:100%; float:left; margin-top:12px; margin-left:3px; }
.ec_product_widget_stars{ float:left; }
.ec_product_widget_num_reviews{ float:left; margin-left:5px; margin-top:2px; font-weight:bold; font-size:11px; letter-spacing:1px; color:#222222; }
.ec_product_widget_star_on{ float:left; }
.ec_product_widget_star_off{ float:left; }
.ec_product_widget_title{ width:100%; float:left; font-family:'Lato', Arial, sans-serif; margin-top:8px; margin-left:3px; }
.ec_product_widget_title a{ font-weight:bold; color:#222222; text-decoration:none; font-family:'Lato', Arial, sans-serif; font-size:16px; }
.ec_product_widget_title a:hover{ font-weight:bold; color:#000000; text-decoration:none; }
.ec_product_widget_pricing{ width:100%; float:right; margin-top:8px; margin-right:3px; }
.ec_product_widget_price{ font-size:12px; width:100%; float:right; text-align:right; }
.ec_product_widget_price .currency{ font-size:12px; vertical-align:super; }
.ec_product_widget_price .dollar{ font-size:16px; font-weight:bold; }
.ec_product_widget_price .cent{ font-size:12px; vertical-align:super; }

.ec_product_widget_pricing > .ec_product_old_price{ font-size:16px; font-family:'Lato', Arial, sans-serif; font-weight:normal; color:#CCC; text-decoration:line-through; margin-right:5px; }

.ec_product_widget_pricing > .ec_product_sale_price, .ec_product_widget_pricing > .ec_product_price{ font-size:16px; font-family:'Lato', Arial, sans-serif; font-weight:bold; color:#333; }
.ec_product_widget_pricing > .ec_product_sale_price .currency{ font-size:16px;  }
.ec_product_widget_pricing > .ec_product_sale_price .dollar{ font-size:16px; font-weight:bold; }
.ec_product_widget_pricing > .ec_product_sale_price .cent{ font-size:16px;  }

.ec_product_widget_swatches{ width:100%; float:left; margin-top:16px; margin-left:3px; margin-right:3px; }
.ec_product_widget_swatch_out_of_stock{ float:left; margin:1px; opacity:0.4; filter:alpha(opacity=40); /* For IE8 and earlier */ }
.ec_product_widget_swatch_selected{ float:left; margin:1px; -moz-box-shadow:0 0 5px #555; -webkit-box-shadow:0 0 5px #555; box-shadow:0 0 5px #555; }
.ec_product_widget_swatch{ float:left; margin:1px; }
.ec_product_widget_swatch:hover{ cursor:pointer; -moz-box-shadow:0 0 5px #888; -webkit-box-shadow:0 0 5px #888; box-shadow:0 0 5px #888; }

/* Search widget */
.widget.ec_searchwidget h4.widgettitle, .widget.ec_searchwidget widgettitle{ color:#222222 !important; font-weight:bold !important; font-size:14px !important; border-bottom:5px solid #222222; padding:15px 20px; font-family:'Lato', Arial, sans-serif; }
.ec_searchwidget{ font-size:13px !important; color:#222222; font-family:'Lato', Arial, sans-serif; }
.ec_searchwidget  a{ font-size:13px !important; color:#222222; text-decoration:none !important; line-height:20px !important; }
.ec_searchwidget a:hover{ font-size:13px !important; color:#000000; text-decoration:none !important; }
.ec_search_widget input[type="text"]{ border-color:#e1e1e1; background-color:#f8f8f8; color:#919191; -webkit-appearance:none; border:1px solid #e1e1e1; outline:none; font:13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; color:#777; margin:0; display:block; width:100% !important; max-width:100%; background:#FFF; padding:8px 6px; line-height:1.1em; }
.ec_search_widget input[type="submit"]{ background-color:#222222; color:#FFF; padding:4px 10px; border-bottom:4px solid #666666; font-family:'Monda',Arial,sans-serif; cursor:pointer; width:100%; font-size:12px; border-radius:6px; }
.ec_search_widget input[type="submit"]:hover{ background-color:#666666; color:#FFF !important; text-decoration:none; font-size:13px; border:none; border-bottom:4px solid #222222; font-size:12px; }
.ec_search_input{ width:100%; }

/* Specials Widget */
.widget.ec_specialswidget h4.widgettitle, .widget.ec_specialswidget widgettitle{ color:#222222 !important; font-weight:bold !important; font-size:14px !important; border-bottom:5px solid #222222; padding:15px 20px; font-family:'Lato', Arial, sans-serif; }
.ec_specialswidget{ font-size:13px !important; color:#222222; font-family:'Lato', Arial, sans-serif; }
.ec_specialswidget .ec_product{ margin-left:20px; }
.ec_specialswidget .ec_product_pricing{ text-align:center; width:100%; }

.ec_specialswidget .ec_product_title{ width:100%; font-family:'Lato', Arial, sans-serif; margin-top:8px; text-align:center; }
.ec_specialswidget .ec_product_title a{ font-weight:bold; color:#222222; text-decoration:none; font-family:'Lato', Arial, sans-serif; font-size:16px; }
.ec_specialswidget .ec_product_title a:hover{ font-weight:bold; color:#000000; text-decoration:none; }

.ec_specialswidget .ec_product_old_price{ font-size:16px; font-family:'Lato', Arial, sans-serif; font-weight:normal; color:#CCC; text-decoration:line-through; margin-right:5px; }

.ec_specialswidget .ec_product_sale_price, .ec_specialswidget .ec_product_price{ font-size:16px; font-family:'Lato', Arial, sans-serif; font-weight:bold; color:#333; }

.ec_specialswidget .ec_product_sale_price .currency{ font-size:16px; }
.ec_specialswidget .ec_product_sale_price .dollar{ font-size:16px; font-weight:bold; }
.ec_specialswidget .ec_product_sale_price .cent{ font-size:16px; }

/* Currency Widget */
.ec_currencywidget select{ border-color:#e1e1e1; background-color:#f8f8f8; color:#919191; -webkit-appearance:none; border:1px solid #e1e1e1; outline:none; font:13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; color:#777; margin:0; display:block; max-width:100%; background:#FFF; padding:8px 6px; line-height:1.1em; height:inherit !important; }

/* Newsletter Popup */
.ec_newsletter_container{ position:fixed; top:0; left:0; height:100%; width:100%; background:rgba(0,0,0,.75); box-sizing:border-box; z-index:99999; text-align:center; }
.ec_newsletter_container:before{ content:''; display:inline-block; height:100%; vertical-align:middle; box-sizing:border-box; line-height:.8em; }
.ec_newsletter_content *{ -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
.ec_newsletter_content form{ background-color:#CBCBCB; border:5px solid #FFF; margin:0px -5px 0px 0px !important; padding:0 !important; }
.ec_newsletter_content input[type='text'], .ec_newsletter_content input[type='input'], .ec_newsletter_content input[type='password'], .ec_newsletter_content input[type='email'], .ec_newsletter_content input[type='number'], .ec_newsletter_content input[type='url'], .ec_newsletter_content input[type='tel'], .ec_newsletter_content input[type='search'], .ec_newsletter_content textarea, .ec_newsletter_content select{ border-color:#e1e1e1; background-color:#f8f8f8; color:#919191; -webkit-appearance:none; border:1px solid #e1e1e1; outline:none; font:13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; color:#777; margin:5px auto !important; display:block; max-width:100%; background:#FFF; padding:8px 6px; line-height:1.1em; text-align:center; }
.ec_newsletter_content input[type='submit']{ margin:20px auto 35px; font-size:12px !important; font-family:'Lato', Arial, sans-serif !important; background-color:#222222; text-decoration:none; color:#FFF; }
.ec_newsletter_content input[type='submit']:hover{ background-color:#666666; }
.ec_newsletter_content{ width:98%; height:auto; display:inline-block; vertical-align:middle; -webkit-box-sizing:border-box; box-sizing:border-box; position:relative; }
.ec_newsletter_content_padding{ background-color:#FFF; max-width:450px; width:90%; height:auto; margin:0 auto; position:relative; display:block; }
.ec_newsletter_content_holder{ display:table; position:relative; width:100%; }

.ec_newsletter_content h1{ font-size:32px; font-family: 'Lato', Arial, sans-serif; color:#222222; font-weight:normal; margin:50px 0px 15px; text-shadow:none; text-transform:uppercase; }
.ec_newsletter_content h3{ font-family: 'Lato', Arial, sans-serif; color:#8D8D8D; font-size:18px; margin:0px 0px 25px; max-height:250px; overflow:hidden; line-height:1.1em; text-shadow:none; font-weight:normal; text-transform:uppercase; }

.ec_newsletter_close{ position:absolute; top:10px; right:10px;  }
.ec_newsletter_close > a{ width:45px !important; height:45px !important; text-align:center !important; cursor:pointer; background:none !important; border:none !important; font-size:20px !important; font-family:'Lato', Arial, sans-serif !important; color:#222 !important; padding:0 !important; border-radius:0 !important; box-shadow:none !important; border-left:none !important; border-right:none !important; border-top:none !important; border-bottom:none !important; text-decoration:none !important; }
.ec_newsletter_close > a:hover{ color:#222 !important; text-shadow:none !important; }
.ec_newsletter_post_submit{ display:none; }

/* Store Table Shortcode */
.ec_store_table, .ec_store_table *{ -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; color:#525252; }
.ec_store_table{ background:#f8f8f8; border-color:#e1e1e1 !important; width:100%; padding:0; margin:0 0 20px 0; font-size:13px; border-collapse:collapse; border-spacing:0; }
.ec_store_table > thead > tr > td{ color:#333; font-weight:bold; border-top-style:solid; border-top-width:1px; border-color:#e1e1e1 !important; }
.ec_store_table > tbody > tr > td{ border-color:#e1e1e1 !important; }
.ec_store_table, .ec_store_table thead, .ec_store_table tr, .ec_store_table tbody{ border:0; }
.ec_store_table tr:first-child th, .ec_store_table tr:first-child td{ border-top-style:solid; border-top-width:1px; }
.ec_store_table tr th:first-child{ border-left-style:solid; border-left-width:1px; }
.ec_store_table td{ font-size:13px; padding:9px 12px; border-style:solid; border-width:1px; }
.ec_store_table tr:nth-child(odd){ background:#f8f8f8; color:#666666; }
.ec_store_table tr:nth-child(even){ background-color:#FFFFFF; color:#919191; }
.ec_store_table a{ color:#333; text-decoration:none; border-bottom:none !important; }
.ec_store_table a:hover{ color:#000; text-decoration:none; }

@media only screen and ( min-width:1140px ){
	.ec_menu_mobile_horizontal{ display:none; }
	.ec_menu_horizontal{ display:block; }
}

@media only screen and ( min-width:990px ) and ( max-width:1139px ){
	.ec_account_order_line_column1_header{ width:63px; }
	.ec_account_order_line_column5_header{ width:100px; }
	.ec_account_order_line_column1{ width:63px; }
	.ec_account_order_line_column5{ width:100px; }
	
	.ec_menu_mobile_horizontal{ display:none; }
	.ec_menu_horizontal{ display:block; }
}

@media only screen and ( min-width:768px ) and ( max-width:989px ){
	.ec_cart_breadcrumb.ec_inactive, .ec_cart_breadcrumb_divider{ display:none; }
	.ec_cart_breadcrumb{ width:100%; text-align:center; font-size:22px; }
	
	.ec_account_login_title{ width:100%; }
	.ec_account_login_left{ width:48%; }
	.ec_account_login_right{ width:48%; }
	.ec_account_login_row{ height:65px }
	.ec_account_login_row_error{ height:65px; }
	.ec_account_login_row_error input[type="text"], .ec_account_login_row_error input[type="email"], .ec_account_login_row_error input[type="password"]{ width:220px; }
	
	.ec_account_dashboard_left{ width:100%; }
	.ec_account_dashboard_right{ width:100%; float:left; margin-left:0px; padding:0px; }
	.ec_account_order_line_column1_header{ width:195px; }
	.ec_account_order_line_column5_header{ width:95px; }
	.ec_account_subscription_line_column5_header{ width:95px; }
	.ec_account_orders_left{ width:100%; }
	.ec_account_orders_right{ width:100%; margin-left:0px; float:left; padding:0px; } 
	.ec_account_order_line_column1{ width:73px; }
	.ec_account_order_line_column5{ width:95px; }
	
	.ec_account_password_row_error{ height:55px; }
	.ec_account_password_row_error .ec_account_password_error_text{ float:right; width:100%; text-align:center; }
	
	.ec_account_subscriptions_left{ width:100%; }
	#ec_account_subscriptions .ec_account_mobile{ display:block !important; }
	.ec_account_subscriptions_right{ display:none; }
	
	.ec_account_order_details_right{ width:100%; }
	.ec_account_order_details_left{ width:100%; margin-right:0px; }
	.ec_account_order_details_column2_header, .ec_account_order_details_item_display_column2{ width:295px; }
	.ec_account_order_details_column3_header, .ec_account_order_details_item_display_column3{ width:100px; }
	.ec_account_order_details_column4_header, .ec_account_order_details_item_display_column4{ width:54px; }
	.ec_account_order_details_column5_header, .ec_account_order_details_item_display_column5{ width:61px; }
	
	.ec_account_subscription_line_column5{ width:95px; }
	
	.ec_menu_mobile_horizontal{ display:none; }
	.ec_menu_horizontal{ display:block; }
}

@media only screen and ( min-width:481px ) and ( max-width:767px ){
	.ec_category_view_list .ec_category_li{ float:left !important; display:inline-block !important; width:50% !important; }
	.ec_cart_breadcrumb.ec_inactive, .ec_cart_breadcrumb_divider{ display:none; }
	.ec_cart_breadcrumb{ width:100%; text-align:center; font-size:22px; }
	
	.ec_account_left, .ec_account_right, .ec_account_left.ec_account_login, .ec_account_right.ec_account_login{ width:100%; }
	.ec_account_mobile{ display:block !important; }
	.ec_account_left{ padding-right:0px; border-right:none; }
	.ec_account_right{ display:none !important; }
	.ec_account_right.ec_account_login{ margin-top:25px; padding-left:0px !important; display:block !important; }
	
	.ec_account_login_title{ width:100%; } 
	.ec_account_login_left{ width:100%; }
	.ec_account_login_right{ width:100%; float:left; }
	.ec_account_login_row{ height:65px }
	.ec_account_login_row_error{ height:65px; }
	.ec_account_login_button{ width:159px; }
	
	.ec_account_forgot_password_label{ width:90px; }
	.ec_account_forgot_password_input{ width:100px; }
	.ec_account_forgot_password_input input[type="text"], .ec_account_forgot_password_input input[type="email"], .ec_account_forgot_password_input input[type="password"], .ec_account_forgot_password_row_error input[type="text"], .ec_account_forgot_password_row_error input[type="email"], .ec_account_forgot_password_row_error input[type="password"]{ width:250px; }
	
	.ec_account_register_row{ height:70px; }
	.ec_account_register_label{ margin-bottom:2px; }
	.ec_account_register_input{ width:400px; }
	.ec_account_register_input input[type="text"], .ec_account_register_input input[type="email"], .ec_account_register_input input[type="password"]{ width:300px; }
	.ec_account_register_row_error{ height:70px; }
	
	.ec_account_billing_information_input input[type="text"], .ec_account_billing_information_input input[type="email"], .ec_account_billing_information_input input[type="password"], .ec_account_shipping_information_input input[type="text"], .ec_account_shipping_information_input input[type="email"], .ec_account_shipping_information_input input[type="password"]{ width:276px; }
	.ec_account_billing_information_input select, .ec_account_shipping_information_input select{ width:280px; height:32px; }
	.ec_account_billing_information_label, .ec_account_shipping_information_label{ margin-bottom:2px; }
	.ec_account_billing_information_holder, .ec_account_shipping_information_holder{ padding:0px; }
	.ec_account_billing_information_row, .ec_account_shipping_information_row{ height:70px; }
	.ec_account_billing_information_input, .ec_account_shipping_information_input{ width:400px; }
	.ec_account_billing_information_button, .ec_account_shipping_information_button{ width:130px; }
	.ec_account_billing_information_row_error, .ec_account_shipping_information_row_error{ height:55px; }
	
	.ec_account_personal_information_input input[type="text"], .ec_account_personal_information_input input[type="email"], .ec_account_personal_information_input input[type="password"]{ width:276px; }
	.ec_account_personal_information_input select{ margin:0px; width:276px; height:25px; }
	.ec_account_personal_information_label{ margin-bottom:2px; }
	.ec_account_personal_information_holder{ padding:0px; }
	.ec_account_personal_information_row{ height:55px; }
	.ec_account_personal_information_input{ width:280px; }
	.ec_account_personal_information_row_error{ height:35px; }
	.ec_account_personal_information_button{ width:130px; }
	
	.ec_account_order_header_column_left.ec_account_order_header_column_left_div1{ width:40%; }
	.ec_account_order_header_column_left.ec_account_order_header_column_left_div2{ display:none; }
	.ec_account_order_header_column_left.ec_account_order_header_column_left_div4{ width:35%; }
	.ec_account_order_item_content{ width:100%; }
	.ec_account_order_item_buttons{ width:100%; margin-top:0px; }
	.ec_account_dashboard_left{ width:100%; }
	.ec_account_dashboard_right{ width:100%; float:left; margin-left:0px; padding:0px; }
	.ec_account_order_line_column1_header{ padding-left:20px; width:73px; }
	.ec_account_order_line_column2_header{ width:135px; margin-right:20px; font-size:11px; }
	.ec_account_order_line_column4_header{ display:none; }
	.ec_account_order_line_column5_header{ width:100%; text-align:center; margin-top:10px; }
	.ec_account_orders_left{ width:100%; }
	.ec_account_orders_right{ width:100%; margin-left:0px; float:left; padding:0px } 
	.ec_account_order_line_column1{ padding-left:20px; width:73px; }
	.ec_account_order_line_column2{ width:135px; margin-right:20px; font-size:11px; }
	.ec_account_order_line_column4{ display:none; }
	.ec_account_order_line_column5{ width:95px; text-align:center; margin-top:0px; }
	
	.ec_account_password_input input[type="text"], .ec_account_password_input input[type="email"], .ec_account_password_input input[type="password"]{ width:276px; }
	.ec_account_password_input select{ width:280px; height:25px; }
	.ec_account_password_label{ margin-bottom:2px; }
	.ec_account_password_holder{ padding:0px; }
	.ec_account_password_row{ height:55px; }
	.ec_account_password_input{ width:280px; }
	.ec_account_password_button{ width:130px; }
	.ec_account_password_row_error{ height:80px; }
	
	.ec_account_subscriptions_left{ width:100%; }
	.ec_account_subscriptions_right{ display:none; }
	
	.ec_account_order_details_right{ width:100%; }
	.ec_account_order_details_left{ width:100%; margin-right:0px; }
	.ec_account_order_details_column2_header, .ec_account_order_details_item_display_column2{ width:190px; }
	.ec_account_order_details_column3_header, .ec_account_order_details_item_display_column3, .ec_account_order_details_column4_header, .ec_account_order_details_item_display_column4{ display:none; }
	.ec_account_order_details_column5_header, .ec_account_order_details_item_display_column5{ width:61px; }
	
	.ec_menu_mobile_horizontal{ display:block; }
	.ec_menu_horizontal{ display:none; }
	
	.ec_flipbook_left, .ec_flipbook_right{ display:block !important; }
	
	/* Advanced Content for Descriptions */
	.ecrow_12, .ecrow_13, .ecrow_14, .ecrow_15, .ecrow_23, .ecrow_25, .ecrow_35, .ecrow_34, .ecrow_45{ width:100%; }
	.ecrow_12.after, .ecrow_13.after, .ecrow_14.after, .ecrow_15.after, .ecrow_23.after, .ecrow_25.after, .ecrow_35.after, .ecrow_34.after, .ecrow_45.after{ width:100%; }

}

@media only screen and ( max-width:480px ){
	.ec_category_view_list .ec_category_li{ float:left !important; display:inline-block !important; width:100% !important; }
	.ec_cart_breadcrumb.ec_inactive, .ec_cart_breadcrumb_divider{ display:none; }
	.ec_cart_breadcrumb{ width:100%; text-align:center; font-size:22px; }
	
	.ec_account_left, .ec_account_right, .ec_account_left.ec_account_login, .ec_account_right.ec_account_login{ width:100%; }
	.ec_account_mobile{ display:block !important; }
	.ec_account_left{ padding-right:0px; border-right:none; }
	.ec_account_right{ display:none !important; }
	.ec_account_right.ec_account_login{ margin-top:25px; padding-left:0px !important; display:block !important; }
	
	.ec_account_login_title{ width:100%; }
	.ec_account_login_left{ width:100%; }
	.ec_account_login_right{ width:100%; float:left; }
	.ec_account_login_row_input{ width:100%; }
	.ec_account_login_button{ width:100%; }
	.ec_account_login_row_input input[type="text"], .ec_account_login_row_input input[type="email"], .ec_account_login_row_input input[type="password"], .ec_account_login_create_account_button{ width:100%; }
	.ec_account_login_row{ height:65px; }
	.ec_account_login_row_error{ height:65px; }
	.ec_account_login_row_error input[type="text"], .ec_account_login_row_error input[type="email"], .ec_account_login_row_error input[type="password"]{ width:100%; }
	
	.ec_account_forgot_password_label{ width:70px; }
	.ec_account_forgot_password_input{ width:260px; }
	.ec_account_forgot_password_input input[type="text"], .ec_account_forgot_password_input input[type="email"], .ec_account_forgot_password_input input[type="password"], .ec_account_forgot_password_row_error input[type="text"], .ec_account_forgot_password_row_error input[type="email"], .ec_account_forgot_password_row_error input[type="password"]{ width:256px; }
	.ec_account_forgot_password_button{ width:260px; }
	
	.ec_account_register_holder{ padding-left:0px; }
	.ec_account_register_row{ height:70px; }
	.ec_account_register_label{ margin-bottom:2px; }
	.ec_account_register_input{ width:100%; }
	.ec_account_register_input input[type="text"], .ec_account_register_input input[type="email"], .ec_account_register_input input[type="password"]{ width:100%; }
	.ec_account_register_button{ width:100%; }
	
	.ec_account_order_header_column_left.ec_account_order_header_column_left_div1{ width:40%; }
	.ec_account_order_header_column_left.ec_account_order_header_column_left_div2{ display:none; }
	.ec_account_order_header_column_left.ec_account_order_header_column_left_div4{ width:35%; }
	.ec_account_order_item_content{ width:100%; }
	.ec_account_order_item_buttons{ margin-top:0px; }
	
	.ec_account_billing_information_input input[type="text"], .ec_account_billing_information_input input[type="email"], .ec_account_billing_information_input input[type="password"], .ec_account_shipping_information_input input[type="text"], .ec_account_shipping_information_input input[type="email"], .ec_account_shipping_information_input input[type="password"]{ width:100%; }
	.ec_account_billing_information_input select, .ec_account_shipping_information_input select{ width:100%; height:32px; }
	.ec_account_billing_information_label, .ec_account_shipping_information_label{ width:100%; height:22px; line-height:22px; }
	.ec_account_billing_information_holder, .ec_account_shipping_information_holder{ padding:0px; }
	.ec_account_billing_information_row, .ec_account_shipping_information_row{ height:65px; }
	.ec_account_billing_information_input, .ec_account_shipping_information_input{ width:100%; }
	.ec_account_billing_information_button, .ec_account_shipping_information_button, .ec_account_button, .ec_account_password_button, .ec_account_personal_information_button{ width:100%; margin-right:0px; }
	.ec_account_button{ margin-bottom:5px; }
	.ec_account_billing_information_row_error, .ec_account_shipping_information_row_error{ height:65px; }
	
	.ec_account_personal_information_input input[type="text"], .ec_account_personal_information_input input[type="email"], .ec_account_personal_information_input input[type="password"]{ width:100%; }
	.ec_account_personal_information_input select{ margin:0px; width:100%; height:25px; }
	.ec_account_personal_information_label{ height:22px; line-height:22px; }
	.ec_account_personal_information_holder{ padding:0px; }
	.ec_account_personal_information_row{ height:65px; }
	.ec_account_personal_information_input{ width:100%; }
	.ec_account_personal_information_button{ width:100%; }
	.ec_account_personal_information_row_error{ height:65px; }
	
	.ec_account_dashboard_left{ width:100%; }
	.ec_account_dashboard_right{ width:100%; float:left; margin-left:0px; padding:0px; }
	.ec_account_order_line_column1_header{ padding-left:10px; width:53px; }
	.ec_account_order_line_column2_header{ width:120px; margin-right:10px; font-size:11px; }
	.ec_account_order_line_column3_header, .ec_account_order_line_column4_header{ display:none; }
	.ec_account_order_line_column5_header{ width:100%; text-align:center; margin-top:10px; }
	.ec_account_dashboard_row_divider a{ width:100%; }
	.ec_account_dashboard_row_divider a{ width:100%; }
	.ec_account_orders_left{ width:100%; }
	.ec_account_orders_right{ width:100%; margin-left:0px; float:left; padding:0px; }
	.ec_account_order_line_column1{ padding-left:10px; width:43px; }
	.ec_account_order_line_column2{ width:110px; margin-right:10px; font-size:11px; }
	.ec_account_order_line_column3, .ec_account_order_line_column4{ display:none; }
	.ec_account_order_line_column5{ width:65px; text-align:center; margin-top:0px; }
	.ec_account_order_line_column5 a{ width:80px; }
	
	.ec_account_password_input input[type="text"], .ec_account_password_input input[type="email"], .ec_account_password_input input[type="password"]{ width:100%; }
	.ec_account_password_input select{ margin:0px; width:100%; height:25px; }
	.ec_account_password_label{ width:100%; height:22px; line-height:22px; }
	.ec_account_password_holder{ padding:0px; }
	.ec_account_password_row{ height:65px; }
	.ec_account_password_input{ width:100%; }
	.ec_account_password_button{ width:100%; }
	.ec_account_password_row_error{ height:100px; }
	
	.ec_account_subscriptions_left{ width:100%; }
	.ec_account_subscriptions_right{ display:none; }
	
	.ec_account_order_details_right > .ec_cart_header{ display:none; }
	.ec_account_order_details_table{ margin-top:25px; }
	.ec_account_order_details_right{ width:100%; overflow-x:scroll; }
	.ec_account_order_details_left{ width:100%; margin-right:0px; }
	.ec_account_order_details_column2_header{ display:none; }
	.ec_account_order_details_item_display_column2{ width:120px; float:left; }
	.ec_account_order_details_column3_header, .ec_account_order_details_item_display_column3, .ec_account_order_details_column4_header, .ec_account_order_details_item_display_column4, .ec_account_order_details_column5_header{ display:none; }
	.ec_account_order_details_item_display_column5{ width:71px; margin-top:20px; }
	
	.ec_menu_mobile_horizontal{ display:block; }
	.ec_menu_horizontal{ display:none; }
	
	.ec_flipbook_left, .ec_flipbook_right{ display:block !important; }
	
	.ec_cart_input_row > .ec_cart_input_left_half, .ec_cart_input_row > .ec_cart_input_left_half_third, .ec_cart_input_row > .ec_cart_input_right_half, .ec_cart_input_row > .ec_cart_input_right_half_third{ width:100%; padding:8px 0 0 0 !important; margin-left:0px !important; }
	.ec_cart_input_row > .ec_cart_input_left_half.ec_small_field > select, .ec_cart_input_row > .ec_cart_input_left_half.ec_small_field > input, .ec_cart_input_row > .ec_cart_input_right_half.ec_small_field > select, .ec_cart_input_row > .ec_cart_input_right_half.ec_small_field > input{ width:100% !important; }
	#ec_expiration_year{ margin-top:5px !important; }
	
	.ec_account_order_item_buttons{ width:100%; }
	.ec_cart_success_continue_shopping_button > a{ float:left; width:100%; margin-bottom:10px; }
	
	.ec_newsletter_container{ display:none; }
	
	/* Advanced Content for Descriptions */
	.ecrow_12, .ecrow_13, .ecrow_14, .ecrow_15, .ecrow_23, .ecrow_25, .ecrow_35, .ecrow_34, .ecrow_45{ width:100%; }
	.ecrow_12.after, .ecrow_13.after, .ecrow_14.after, .ecrow_15.after, .ecrow_23.after, .ecrow_25.after, .ecrow_35.after, .ecrow_34.after, .ecrow_45.after{ width:100%; }
	
}

@media only screen and ( max-width:599px ){
	/* Responsive Cart Mobile */
	.ec_cart_left.ec_cart_holder{ overflow-y:initial; margin-bottom:20px; }
	table.ec_cart{ min-width:0; }
	table.ec_cart, table.ec_cart > thead, table.ec_cart > tbody, table.ec_cart th, table.ec_cart > tbody > tr, table.ec_cart > tbody > tr > td{ display:block; }
	table.ec_cart thead tr{ position:absolute; top:-9999px; left:-9999px; }
	table.ec_cart > tbody > tr{ border:1px solid #eee; margin-bottom:10px; }
	table.ec_cart td{ border:none; position:relative; width:100%; }
	table.ec_cart tr.ec_cartitem_error_row{ display:none; }
	table.ec_cart .ec_cartitem_remove_column{ background:#eee; padding:10px !important; }
	table.ec_cart .ec_cartitem_details{ text-align:center; }
	table.ec_cart .ec_cartitem_title{ font-size:1.5em; }
	table.ec_cart td.ec_cartitem_details > dl > dt{ float:left; width:100%; text-align:center; }
	table.ec_cart .ec_cartitem_quantity > table{ max-width:150px; margin:0 auto; }
	table.ec_cart tr.ec_cartitem_row > td.ec_cartitem_price{ text-align:center; font-size:1.5em; }
	table.ec_cart tr.ec_cartitem_row > td.ec_cartitem_total{ display:none; }
	table.ec_cart .ec_cartitem_updating{ left:0; top:100%; margin-left:5px; margin-top:-30px; }
	.ec_cartitem_delete{ width:auto; border:none; }
	.ec_cartitem_delete > span{ display:block; }
	.ec_cartitem_delete:before{ content: "" !important; }
}

.wp-easycart-running{ position:relative; }
.wp-easycart-ld-ring{ opacity:0; visibility:hidden; position:absolute; top:9px; right:9px; width:1em; height:1em; transition: all .3s; transition-timing-function: ease-in; }
.wp-easycart-running .wp-easycart-ld-ring{ opacity:1; visibility:visible; }
.wp-easycart-ld-ring:after{ border-radius:50%; border:0.3em solid currentColor; border-left-color:transparent; content:" "; display:block; width:2em; height:2em; box-sizing:border-box; transform-origin:0 0; transform:translateZ(0) scale(0.5); backface-visibility:hidden; }
.wp-easycart-ld-spin{ animation: wp-easycart-ld-spin 1s infinite linear; }

@keyframes wp-easycart-ld-spin{
	0% {
		animation-timing-function: cubic-bezier(0.5856,0.0703,0.4143,0.9297);
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/wp-content/plugins/wp-easycart/design/theme/base-responsive-v3/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-wpeasycart .owl-dots,.owl-wpeasycart .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-wpeasycart .owl-nav{margin-top:10px}.owl-wpeasycart .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-wpeasycart .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-wpeasycart .owl-nav .disabled{opacity:.5;cursor:default}.owl-wpeasycart .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-wpeasycart .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-wpeasycart .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-wpeasycart .owl-dots .owl-dot.active span,.owl-wpeasycart .owl-dots .owl-dot:hover span{background:#869791}

.owl-wpeasycart .owl-nav{ opacity:0; transition:.3s; }
.owl-wpeasycart.owl-nav-show .owl-nav{ opacity:1; transition:.3s; }
.owl-wpeasycart:hover .owl-nav{ opacity:1; }
.owl-wpeasycart .owl-nav{ position:absolute; left:0; top:50%; width:100%; }
.owl-wpeasycart .owl-prev{ position:absolute; outline:none !important; border:none !important; background:none !important; left:-45px; top:-50px; width:40px; height:40px; }
.owl-wpeasycart .owl-prev > span{ position:absolute; left:11px; top:-21px; font-size:44px; color:#CCC; transition:.3s; }
.owl-wpeasycart .owl-prev:hover > span{ color:#333; }
.owl-wpeasycart .owl-next{ position:absolute; outline:none !important; border:none !important; background:none !important; right:-45px; top:-50px; width:40px; height:40px; }
.owl-wpeasycart .owl-next > span{ position:absolute; left:11px; top:-21px; font-size:44px; color:#CCC; transition:.3s; }
.owl-wpeasycart .owl-next:hover > span{ color:#333; }
.owl-wpeasycart.owl-nav-inside .owl-prev{ left:-10px; }
.owl-wpeasycart.owl-nav-inside .owl-next{ right:-10px; }
.owl-wpeasycart.owl-nav-top .owl-nav{ right:30px; top:-5px; left:unset; width:5px; }

.owl-wpeasycart.owl-full .owl-prev, .owl-wpeasycart.owl-full .owl-next{ width:25px; height:25px; background:rgb(234 234 234 / 80% ) !important; border:1px solid rgb(234 234 234 / 80% ) !important; }
.owl-wpeasycart.owl-full .owl-prev{ box-shadow:10px 0 10px -10px rgb(0 0 0 / 50%) !important; }
.owl-wpeasycart.owl-full .owl-next{ box-shadow:-10px 0 10px -10px rgb(0 0 0 / 50%) !important; }
.owl-wpeasycart.owl-full .owl-prev:hover, .owl-wpeasycart.owl-full .owl-next:hover{ background:rgb(255 255 255 / 95% ) !important; }
.owl-wpeasycart.owl-full .owl-prev > span, .owl-wpeasycart.owl-full .owl-next > span{ font-size:20px; left:8px; top:-1px; color:#8f8f8f; }
.owl-wpeasycart.owl-full.owl-nav-top .owl-prev{ left:-28px; }
.owl-wpeasycart.owl-full.owl-nav-top .owl-next{ right:-38px; }
.owl-wpeasycart.owl-full.owl-nav-inside .owl-prev{ left:0px; }
.owl-wpeasycart.owl-full.owl-nav-inside .owl-next{ right:0px; }

.owl-wpeasycart.owl-nav-rounded .owl-prev, .owl-wpeasycart.owl-nav-rounded .owl-next{ border-radius:50px; background:#FFF !important; box-shadow:0 5px 20px rgb(34 34 34 / 20%) !important; }
.owl-wpeasycart.owl-nav-rounded .owl-prev{ left:-50px; }
.owl-wpeasycart.owl-nav-rounded .owl-next{ right:-50px; }
.owl-wpeasycart.owl-nav-rounded .owl-prev > span{ top:4px; left:12px; }
.owl-wpeasycart.owl-nav-rounded .owl-next > span{ top:4px; left:14px; }
.owl-wpeasycart.owl-nav-top.owl-nav-rounded .owl-prev{ width:25px; height:25px; left:-28px; }
.owl-wpeasycart.owl-nav-top.owl-nav-rounded .owl-next{ width:25px; height:25px; right:-36px; }
.owl-wpeasycart.owl-nav-top.owl-nav-rounded .owl-prev > span, .owl-wpeasycart.owl-nav-top.owl-nav-rounded .owl-next > span{ font-size:30px; left:8px; top:0px; }
.owl-wpeasycart.owl-nav-inside.owl-nav-rounded .owl-prev{ left:0px; }
.owl-wpeasycart.owl-nav-inside.owl-nav-rounded .owl-next{ right:0px; }@charset "UTF-8";:root{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33,69,230;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:24,58,214;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.components-animate__appear{animation:components-animate__appear-animation .1s cubic-bezier(0,0,.2,1) 0s;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-animate__appear{animation-delay:0s;animation-duration:1ms}}.components-animate__appear.is-from-top,.components-animate__appear.is-from-top.is-from-left{transform-origin:top left}.components-animate__appear.is-from-top.is-from-right{transform-origin:top right}.components-animate__appear.is-from-bottom,.components-animate__appear.is-from-bottom.is-from-left{transform-origin:bottom left}.components-animate__appear.is-from-bottom.is-from-right{transform-origin:bottom right}@keyframes components-animate__appear-animation{0%{transform:translateY(-2em) scaleY(0) scaleX(0)}to{transform:translateY(0) scaleY(1) scaleX(1)}}.components-animate__slide-in{animation:components-animate__slide-in-animation .1s cubic-bezier(0,0,.2,1);animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-animate__slide-in{animation-delay:0s;animation-duration:1ms}}.components-animate__slide-in.is-from-left{transform:translateX(100%)}.components-animate__slide-in.is-from-right{transform:translateX(-100%)}@keyframes components-animate__slide-in-animation{to{transform:translateX(0)}}.components-animate__loading{animation:components-animate__loading 1.6s ease-in-out infinite}@keyframes components-animate__loading{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.components-autocomplete__popover .components-popover__content{min-width:200px;padding:8px}.components-autocomplete__result.components-button{display:flex;height:auto;min-height:36px;text-align:left;width:100%}.components-autocomplete__result.components-button:focus:not(:disabled){box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-autocomplete__result.components-button.is-selected,.components-autocomplete__result.components-button:not(:disabled,[aria-disabled=true]):active{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#fff}.components-button-group{display:inline-block}.components-button-group .components-button{border-radius:0;box-shadow:inset 0 0 0 1px #1e1e1e;color:#1e1e1e;display:inline-flex}.components-button-group .components-button+.components-button{margin-left:-1px}.components-button-group .components-button:first-child{border-radius:2px 0 0 2px}.components-button-group .components-button:last-child{border-radius:0 2px 2px 0}.components-button-group .components-button.is-primary,.components-button-group .components-button:focus{position:relative;z-index:1}.components-button-group .components-button.is-primary{box-shadow:inset 0 0 0 1px #1e1e1e}.components-button{align-items:center;-webkit-appearance:none;background:none;border:0;border-radius:2px;box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:400;height:36px;margin:0;padding:6px 12px;text-decoration:none;transition:box-shadow .1s linear}@media (prefers-reduced-motion:reduce){.components-button{transition-delay:0s;transition-duration:0s}}.components-button.is-next-40px-default-size{height:40px}.components-button:hover,.components-button[aria-expanded=true]{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button:disabled:hover,.components-button[aria-disabled=true]:hover{color:initial}.components-button:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:3px solid #0000}.components-button.is-primary{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff);outline:1px solid #0000;text-decoration:none;text-shadow:none;white-space:nowrap}.components-button.is-primary:hover:not(:disabled){background:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:active:not(:disabled){background:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));border-color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary:disabled,.components-button.is-primary:disabled:active:enabled,.components-button.is-primary[aria-disabled=true],.components-button.is-primary[aria-disabled=true]:active:enabled,.components-button.is-primary[aria-disabled=true]:enabled{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#fff6;opacity:1;outline:none}.components-button.is-primary:disabled:active:enabled:focus:enabled,.components-button.is-primary:disabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:focus:enabled{box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary.is-busy,.components-button.is-primary.is-busy:disabled,.components-button.is-primary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 70%,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 70%);background-size:100px 100%;border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-secondary,.components-button.is-tertiary{outline:1px solid #0000}.components-button.is-secondary:active:not(:disabled),.components-button.is-tertiary:active:not(:disabled){box-shadow:none}.components-button.is-secondary:disabled,.components-button.is-secondary[aria-disabled=true],.components-button.is-secondary[aria-disabled=true]:hover,.components-button.is-tertiary:disabled,.components-button.is-tertiary[aria-disabled=true],.components-button.is-tertiary[aria-disabled=true]:hover{background:#0000;color:#949494;opacity:1;transform:none}.components-button.is-secondary{background:#0000;box-shadow:inset 0 0 0 1px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:1px solid #0000;white-space:nowrap}.components-button.is-secondary:hover:not(:disabled,[aria-disabled=true]){box-shadow:inset 0 0 0 1px var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6))}.components-button.is-secondary:disabled:not(:focus),.components-button.is-secondary[aria-disabled=true]:hover:not(:focus),.components-button.is-secondary[aria-disabled=true]:not(:focus){box-shadow:inset 0 0 0 1px #ddd}.components-button.is-tertiary{background:#0000;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));white-space:nowrap}.components-button.is-tertiary:hover:not(:disabled,[aria-disabled=true]){background:rgba(var(--wp-admin-theme-color--rgb),.04)}.components-button.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:rgba(var(--wp-admin-theme-color--rgb),.08)}p+.components-button.is-tertiary{margin-left:-6px}.components-button.is-tertiary:disabled:not(:focus),.components-button.is-tertiary[aria-disabled=true]:hover:not(:focus),.components-button.is-tertiary[aria-disabled=true]:not(:focus){box-shadow:none;outline:none}.components-button.is-destructive{--wp-components-color-accent:#cc1818;--wp-components-color-accent-darker-10:#9e1313;--wp-components-color-accent-darker-20:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link){color:#cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled){color:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) #cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled){background:#ccc}.components-button.is-link{background:none;border:0;border-radius:0;box-shadow:none;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));height:auto;margin:0;outline:none;padding:0;text-align:left;text-decoration:underline;transition-duration:.05s;transition-property:border,background,color;transition-timing-function:ease-in-out}@media (prefers-reduced-motion:reduce){.components-button.is-link{transition-delay:0s;transition-duration:0s}}.components-button.is-link:focus{border-radius:2px}.components-button:not(:disabled,[aria-disabled=true]):active{color:var(--wp-components-color-foreground,#1e1e1e)}.components-button:disabled,.components-button[aria-disabled=true]{cursor:default;opacity:.3}.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{animation:components-button__busy-animation 2.5s linear infinite;background-image:linear-gradient(-45deg,#fafafa 33%,#e0e0e0 0,#e0e0e0 70%,#fafafa 0);background-size:100px 100%;opacity:1}@media (prefers-reduced-motion:reduce){.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{animation-duration:0s}}.components-button.is-compact{height:32px}.components-button.is-compact.has-icon:not(.has-text){min-width:32px;padding:0;width:32px}.components-button.is-small{font-size:11px;height:24px;line-height:22px;padding:0 8px}.components-button.is-small.has-icon:not(.has-text){min-width:24px;padding:0;width:24px}.components-button.has-icon{justify-content:center;min-width:36px;padding:6px}.components-button.has-icon.is-next-40px-default-size{min-width:40px}.components-button.has-icon .dashicon{align-items:center;box-sizing:initial;display:inline-flex;justify-content:center;padding:2px}.components-button.has-icon.has-text{gap:4px;justify-content:start;padding-left:8px;padding-right:12px}.components-button.is-pressed{background:var(--wp-components-color-foreground,#1e1e1e);color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-button.is-pressed:hover:not(:disabled){background:var(--wp-components-color-foreground,#1e1e1e);color:var(--wp-components-color-foreground-inverted,#fff)}.components-button svg{fill:currentColor;outline:none}@media (forced-colors:active){.components-button svg{fill:CanvasText}}.components-button .components-visually-hidden{height:auto}@keyframes components-button__busy-animation{0%{background-position:200px 0}}.components-checkbox-control{--checkbox-input-size:24px}@media (min-width:600px){.components-checkbox-control{--checkbox-input-size:20px}}.components-checkbox-control__label{line-height:var(--checkbox-input-size)}.components-checkbox-control__input[type=checkbox]{-webkit-appearance:none;appearance:none;background:#fff;border:1px solid #1e1e1e;border-radius:2px;box-shadow:0 0 0 #0000;clear:none;color:#1e1e1e;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:var(--checkbox-input-size);line-height:normal;line-height:0;margin:0 4px 0 0;outline:0;padding:6px 8px;padding:0!important;text-align:center;transition:box-shadow .1s linear;transition:none;transition:border-color .1s ease-in-out;vertical-align:top;width:var(--checkbox-input-size)}@media (min-width:600px){.components-checkbox-control__input[type=checkbox]{font-size:13px;line-height:normal}}.components-checkbox-control__input[type=checkbox]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]::-moz-placeholder{color:#1e1e1e9e;opacity:1}.components-checkbox-control__input[type=checkbox]:-ms-input-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{color:#fff;margin:-3px -5px}@media (min-width:782px){.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{margin:-4px 0 0 -5px}}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;float:left;font:normal 30px/1 dashicons;vertical-align:middle;width:16px}@media (min-width:782px){.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{float:none;font-size:21px}}.components-checkbox-control__input[type=checkbox]:disabled,.components-checkbox-control__input[type=checkbox][aria-disabled=true]{background:#f0f0f0;border-color:#ddd;cursor:default;opacity:1}@media (prefers-reduced-motion:reduce){.components-checkbox-control__input[type=checkbox]{transition-delay:0s;transition-duration:0s}}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-checkbox-control__input[type=checkbox]:checked,.components-checkbox-control__input[type=checkbox]:indeterminate{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-checkbox-control__input[type=checkbox]:checked::-ms-check,.components-checkbox-control__input[type=checkbox]:indeterminate::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before{content:none}.components-checkbox-control__input-container{aspect-ratio:1;display:inline-block;flex-shrink:0;margin-right:12px;position:relative;vertical-align:middle;width:var(--checkbox-input-size)}svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:var(--checkbox-input-size);fill:#fff;cursor:pointer;height:var(--checkmark-size);left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none;width:var(--checkmark-size)}@media (min-width:600px){svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:calc(var(--checkbox-input-size) + 4px)}}.components-checkbox-control__help{display:inline-block;margin-inline-start:calc(var(--checkbox-input-size) + 12px)}.components-circular-option-picker{display:inline-block;min-width:188px;width:100%}.components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper{display:flex;justify-content:flex-end;margin-top:12px}.components-circular-option-picker .components-circular-option-picker__swatches{display:flex;flex-wrap:wrap;gap:12px;position:relative;z-index:1}.components-circular-option-picker>:not(.components-circular-option-picker__swatches){position:relative;z-index:0}.components-circular-option-picker__option-wrapper{display:inline-block;height:28px;transform:scale(1);transition:transform .1s ease;vertical-align:top;width:28px;will-change:transform}@media (prefers-reduced-motion:reduce){.components-circular-option-picker__option-wrapper{transition-delay:0s;transition-duration:0s}}.components-circular-option-picker__option-wrapper:hover{transform:scale(1.2)}.components-circular-option-picker__option-wrapper>div{height:100%;width:100%}.components-circular-option-picker__option-wrapper:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%23555D65' d='M6 8V6H4v2h2zm2 0V6h2v2H8zm2 8H8v-2h2v2zm2 0v-2h2v2h-2zm0 2v-2h-2v2H8v2h2v-2h2zm2 0v2h-2v-2h2zm2 0h-2v-2h2v2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2v2zm-2-4v-2h2v2h-2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' d='M18 18v2h-2v-2h2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2H8zm0 2v-2H6v2h2zm2 0v-2h2v2h-2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2h-2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4V0zm0 4V2H2v2h2zm2 0V2h2v2H6zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2H6z' clip-rule='evenodd'/%3E%3C/svg%3E");border-radius:50%;bottom:1px;content:"";left:1px;position:absolute;right:1px;top:1px;z-index:-1}.components-circular-option-picker__option{background:#0000;border:none;border-radius:50%;box-shadow:inset 0 0 0 14px;cursor:pointer;display:inline-block;height:100%;transition:box-shadow .1s ease;vertical-align:top;width:100%}@media (prefers-reduced-motion:reduce){.components-circular-option-picker__option{transition-delay:0s;transition-duration:0s}}.components-circular-option-picker__option:hover{box-shadow:inset 0 0 0 14px!important}.components-circular-option-picker__option[aria-pressed=true],.components-circular-option-picker__option[aria-selected=true]{box-shadow:inset 0 0 0 4px;overflow:visible;position:relative;z-index:1}.components-circular-option-picker__option[aria-pressed=true]+svg,.components-circular-option-picker__option[aria-selected=true]+svg{border-radius:50%;left:2px;pointer-events:none;position:absolute;top:2px;z-index:2}.components-circular-option-picker__option:after{border:1px solid #0000;border-radius:50%;bottom:-1px;box-shadow:inset 0 0 0 1px #0003;box-sizing:inherit;content:"";left:-1px;position:absolute;right:-1px;top:-1px}.components-circular-option-picker__option:focus:after{border:2px solid #757575;border-radius:50%;box-shadow:inset 0 0 0 2px #fff;content:"";height:calc(100% + 4px);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% + 4px)}.components-circular-option-picker__option.components-button:focus{background-color:initial;box-shadow:inset 0 0 0 14px;outline:none}.components-circular-option-picker__button-action .components-circular-option-picker__option{background:#fff;color:#fff}.components-circular-option-picker__dropdown-link-action{margin-right:16px}.components-circular-option-picker__dropdown-link-action .components-button{line-height:22px}.components-palette-edit__popover-gradient-picker{padding:8px;width:260px}.components-dropdown-menu__menu .components-palette-edit__menu-button{width:100%}.component-color-indicator{background:#fff linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);border-radius:50%;box-shadow:inset 0 0 0 1px #0003;display:inline-block;height:20px;padding:0;width:20px}.components-combobox-control{width:100%}input.components-combobox-control__input[type=text]{border:none;box-shadow:none;font-family:inherit;font-size:16px;line-height:inherit;margin:0;min-height:auto;padding:2px;width:100%}@media (min-width:600px){input.components-combobox-control__input[type=text]{font-size:13px}}input.components-combobox-control__input[type=text]:focus{box-shadow:none;outline:none}.components-combobox-control__suggestions-container{align-items:flex-start;border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:0;transition:box-shadow .1s linear;width:100%}@media (prefers-reduced-motion:reduce){.components-combobox-control__suggestions-container{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-combobox-control__suggestions-container{font-size:13px;line-height:normal}}.components-combobox-control__suggestions-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-combobox-control__suggestions-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container::-moz-placeholder{color:#1e1e1e9e;opacity:1}.components-combobox-control__suggestions-container:-ms-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-combobox-control__reset.components-button{display:flex;height:16px;min-width:16px;padding:0}.components-color-palette__custom-color-wrapper{position:relative;z-index:0}.components-color-palette__custom-color-button{background:none;border:none;border-radius:2px 2px 0 0;box-shadow:inset 0 0 0 1px #0003;box-sizing:border-box;cursor:pointer;height:64px;outline:1px solid #0000;position:relative;width:100%}.components-color-palette__custom-color-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-width:2px}.components-color-palette__custom-color-button:after{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,24px 24px;background-size:48px 48px;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.components-color-palette__custom-color-text-wrapper{border-radius:0 0 2px 2px;box-shadow:inset 0 -1px 0 0 #0003,inset 1px 0 0 0 #0003,inset -1px 0 0 0 #0003;font-size:13px;padding:12px 16px;position:relative}.components-color-palette__custom-color-name{color:var(--wp-components-color-foreground,#1e1e1e);margin:0 1px}.components-color-palette__custom-color-value{color:#757575}.components-color-palette__custom-color-value--is-hex{text-transform:uppercase}.components-color-palette__custom-color-value:empty:after{content:"​";visibility:hidden}.components-custom-gradient-picker__gradient-bar{border-radius:2px;height:48px;position:relative;width:100%;z-index:1}.components-custom-gradient-picker__gradient-bar.has-gradient{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,12px 12px;background-size:24px 24px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__gradient-bar-background{inset:0;position:absolute}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container{margin-left:auto;margin-right:auto;position:relative;width:calc(100% - 48px)}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown{display:flex;height:16px;position:absolute;top:16px;width:16px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown{background:#fff;border-radius:50%;color:#1e1e1e;height:inherit;min-width:16px;padding:2px;position:relative;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg{height:100%;width:100%}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button{border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 2px 0 #00000040;height:inherit;outline:2px solid #0000;padding:0;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active,.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus{box-shadow:inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2) #fff,0 0 2px 0 #00000040;outline:1.5px solid #0000}.components-custom-gradient-picker__remove-control-point-wrapper{padding-bottom:8px}.components-custom-gradient-picker__inserter{direction:ltr}.components-custom-gradient-picker__liner-gradient-indicator{display:inline-block;flex:0 auto;height:20px;width:20px}.components-custom-gradient-picker .components-custom-gradient-picker__toolbar{border:none}.components-custom-gradient-picker .components-custom-gradient-picker__toolbar>div+div{margin-left:1px}.components-custom-gradient-picker .components-custom-gradient-picker__toolbar button.is-pressed>svg{background:#fff;border:1px solid #949494;border-radius:2px}.components-custom-gradient-picker__ui-line{position:relative;z-index:0}.components-custom-select-control{font-size:13px;position:relative}.components-custom-select-control__button{outline:0;position:relative;text-align:left}.components-custom-select-control__hint{color:#949494;margin-left:10px}.components-custom-select-control__menu-wrapper{bottom:0;min-width:100%;position:absolute}.components-custom-select-control__menu{background-color:#fff;border:1px solid #1e1e1e;border-radius:2px;max-height:400px;min-width:100%;outline:none;overflow:auto;padding:0;position:absolute;transition:none;z-index:1000000}.components-custom-select-control__menu[aria-hidden=true]{display:none}.components-custom-select-control__item{align-items:center;cursor:default;display:grid;grid-template-columns:auto auto;line-height:28px;list-style-type:none;padding:8px 16px}.components-custom-select-control__item:not(.is-next-40px-default-size){padding:8px}.components-custom-select-control__item.has-hint{grid-template-columns:auto auto 30px}.components-custom-select-control__item.is-highlighted{background:#ddd}.components-custom-select-control__item .components-custom-select-control__item-hint{color:#949494;padding-right:4px;text-align:right}.components-custom-select-control__item .components-custom-select-control__item-icon{margin-left:auto}.components-custom-select-control__item:last-child{margin-bottom:0}.block-editor-dimension-control .components-base-control__field{align-items:center;display:flex}.block-editor-dimension-control .components-base-control__label{align-items:center;display:flex;margin-bottom:0;margin-right:1em}.block-editor-dimension-control .components-base-control__label .dashicon{margin-right:.5em}.block-editor-dimension-control.is-manual .components-base-control__label{width:10em}body.is-dragging-components-draggable{cursor:move;cursor:grabbing!important}.components-draggable__invisible-drag-image{height:50px;left:-1000px;position:fixed;width:50px}.components-draggable__clone{background:#0000;padding:0;pointer-events:none;position:fixed;z-index:1000000000}.components-drop-zone{border-radius:2px;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;visibility:hidden;z-index:40}.components-drop-zone.is-active{opacity:1;visibility:visible}.components-drop-zone__content{align-items:center;background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));bottom:0;color:#fff;display:flex;height:100%;justify-content:center;left:0;position:absolute;right:0;text-align:center;top:0;width:100%;z-index:50}.components-drop-zone__content-icon,.components-drop-zone__content-text{display:block}.components-drop-zone__content-icon{fill:currentColor;line-height:0;margin:0 auto 8px;pointer-events:none}.components-drop-zone__content-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-dropdown{display:inline-block}.components-dropdown__content .components-popover__content{padding:8px}.components-dropdown__content [role=menuitem]{white-space:nowrap}.components-dropdown__content .components-menu-group{margin:0 -8px;padding:8px}.components-dropdown__content .components-menu-group:first-child{margin-top:-8px}.components-dropdown__content .components-menu-group:last-child{margin-bottom:-8px}.components-dropdown__content .components-menu-group+.components-menu-group{border-top:1px solid #ccc;margin-top:0;padding:8px}.components-dropdown__content.is-alternate .components-menu-group+.components-menu-group{border-color:#1e1e1e}.components-dropdown-menu__toggle{vertical-align:top}.components-dropdown-menu__menu{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:1.4;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item,.components-dropdown-menu__menu .components-menu-item{cursor:pointer;outline:none;padding:6px;white-space:nowrap;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,.components-dropdown-menu__menu .components-menu-item.has-separator{margin-top:6px;overflow:visible;position:relative}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before,.components-dropdown-menu__menu .components-menu-item.has-separator:before{background-color:#ddd;box-sizing:initial;content:"";display:block;height:1px;left:0;position:absolute;right:0;top:-3px}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,.components-dropdown-menu__menu .components-menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-menu-item.is-active svg{background:#1e1e1e;border-radius:1px;box-shadow:0 0 0 1px #1e1e1e;color:#fff}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only,.components-dropdown-menu__menu .components-menu-item.is-icon-only{width:auto}.components-dropdown-menu__menu .components-menu-item__button,.components-dropdown-menu__menu .components-menu-item__button.components-button{height:auto;min-height:36px;padding-left:8px;padding-right:8px;text-align:left}.components-duotone-picker__color-indicator:before{background:#0000}.components-duotone-picker__color-indicator>.components-button,.components-duotone-picker__color-indicator>.components-button.is-pressed:hover:not(:disabled){background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);color:#0000}.components-duotone-picker__color-indicator>.components-button:not([aria-disabled=true]):active{color:#0000}.components-color-list-picker,.components-color-list-picker__swatch-button{width:100%}.components-color-list-picker__color-picker{margin:8px 0}.components-color-list-picker__swatch-button{padding:6px}.components-color-list-picker__swatch-color{margin:2px}.components-external-link{text-decoration:none}.components-external-link__contents{text-decoration:underline}.components-external-link__icon{font-weight:400;margin-left:.5ch}.components-form-toggle{display:inline-block;position:relative}.components-form-toggle .components-form-toggle__track{background-color:#fff;border:1px solid #1e1e1e;border-radius:9px;box-sizing:border-box;content:"";display:inline-block;height:18px;overflow:hidden;position:relative;transition:background-color .2s ease,border-color .2s ease;vertical-align:top;width:36px}@media (prefers-reduced-motion:reduce){.components-form-toggle .components-form-toggle__track{transition-delay:0s;transition-duration:0s}}.components-form-toggle .components-form-toggle__track:after{border-top:18px solid #0000;box-sizing:border-box;content:"";inset:0;opacity:0;position:absolute;transition:opacity .2s ease}@media (prefers-reduced-motion:reduce){.components-form-toggle .components-form-toggle__track:after{transition-delay:0s;transition-duration:0s}}.components-form-toggle .components-form-toggle__thumb{background-color:#1e1e1e;border:6px solid #0000;border-radius:50%;box-sizing:border-box;display:block;height:12px;left:3px;position:absolute;top:3px;transition:transform .2s ease,background-color .2s ease-out;width:12px}@media (prefers-reduced-motion:reduce){.components-form-toggle .components-form-toggle__thumb{transition-delay:0s;transition-duration:0s}}.components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-toggle.is-checked .components-form-toggle__track:after{opacity:1}.components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:2px}.components-form-toggle.is-checked .components-form-toggle__thumb{background-color:#fff;border-width:0;transform:translateX(18px)}.components-disabled .components-form-toggle,.components-form-toggle.is-disabled{opacity:.3}.components-form-toggle input.components-form-toggle__input[type=checkbox]{border:none;height:100%;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%;z-index:1}.components-form-toggle input.components-form-toggle__input[type=checkbox]:checked{background:none}.components-form-toggle input.components-form-toggle__input[type=checkbox]:before{content:""}.components-form-token-field__input-container{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;cursor:text;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:0;transition:box-shadow .1s linear;width:100%}@media (prefers-reduced-motion:reduce){.components-form-token-field__input-container{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-form-token-field__input-container{font-size:13px;line-height:normal}}.components-form-token-field__input-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-form-token-field__input-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container::-moz-placeholder{color:#1e1e1e9e;opacity:1}.components-form-token-field__input-container:-ms-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container.is-disabled{background:#ddd;border-color:#ddd}.components-form-token-field__input-container.is-active{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-form-token-field__input-container input[type=text].components-form-token-field__input{background:inherit;border:0;box-shadow:none;color:#1e1e1e;display:inline-block;flex:1;font-family:inherit;font-size:16px;margin-left:4px;max-width:100%;min-height:24px;min-width:50px;padding:0;width:100%}@media (min-width:600px){.components-form-token-field__input-container input[type=text].components-form-token-field__input{font-size:13px}}.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus{box-shadow:none;outline:none}.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input{width:auto}.components-form-token-field__token{color:#1e1e1e;display:flex;font-size:13px;max-width:100%}.components-form-token-field__token.is-success .components-form-token-field__remove-token,.components-form-token-field__token.is-success .components-form-token-field__token-text{background:#4ab866}.components-form-token-field__token.is-error .components-form-token-field__remove-token,.components-form-token-field__token.is-error .components-form-token-field__token-text{background:#cc1818}.components-form-token-field__token.is-validating .components-form-token-field__remove-token,.components-form-token-field__token.is-validating .components-form-token-field__token-text{color:#757575}.components-form-token-field__token.is-borderless{padding:0 24px 0 0;position:relative}.components-form-token-field__token.is-borderless .components-form-token-field__token-text{background:#0000;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-token-field__token.is-borderless .components-form-token-field__remove-token{background:#0000;color:#757575;padding:0;position:absolute;right:0;top:1px}.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text{color:#4ab866}.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text{border-radius:4px 0 0 4px;color:#cc1818;padding:0 4px 0 6px}.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text{color:#1e1e1e}.components-form-token-field__token.is-disabled .components-form-token-field__remove-token{cursor:default}.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{background:#ddd;display:inline-block;height:auto;line-height:24px;min-width:unset;transition:all .2s cubic-bezier(.4,1,.4,1)}@media (prefers-reduced-motion:reduce){.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{animation-delay:0s;animation-duration:1ms;transition-delay:0s;transition-duration:0s}}.components-form-token-field__token-text{border-radius:2px 0 0 2px;overflow:hidden;padding:0 0 0 8px;text-overflow:ellipsis;white-space:nowrap}.components-form-token-field__remove-token.components-button{border-radius:0 2px 2px 0;color:#1e1e1e;cursor:pointer;line-height:10px;overflow:initial;padding:0 2px}.components-form-token-field__remove-token.components-button:hover{color:#1e1e1e}.components-form-token-field__suggestions-list{box-shadow:inset 0 1px 0 0 #949494;flex:1 0 100%;list-style:none;margin:0;max-height:128px;min-width:100%;overflow-y:auto;padding:0;transition:all .15s ease-in-out}@media (prefers-reduced-motion:reduce){.components-form-token-field__suggestions-list{transition-delay:0s;transition-duration:0s}}.components-form-token-field__suggestion{box-sizing:border-box;color:#1e1e1e;cursor:pointer;display:block;font-size:13px;margin:0;min-height:32px;padding:8px 12px}.components-form-token-field__suggestion.is-selected{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#fff}.components-form-token-field__suggestion[aria-disabled=true]{color:#949494;pointer-events:none}.components-form-token-field__suggestion[aria-disabled=true].is-selected{background-color:rgba(var(--wp-components-color-accent--rgb,var(--wp-admin-theme-color--rgb)),.04)}@media (min-width:600px){.components-guide{width:600px}}.components-guide .components-modal__content{border-radius:2px;margin-top:0;padding:0}.components-guide .components-modal__content:before{content:none}.components-guide .components-modal__header{border-bottom:none;height:60px;padding:0;position:sticky}.components-guide .components-modal__header .components-button{align-self:flex-start;margin:8px 8px 0 0;position:static}.components-guide .components-modal__header .components-button:hover svg{fill:#fff}.components-guide__container{display:flex;flex-direction:column;justify-content:space-between;margin-top:-60px;min-height:100%}.components-guide__page{display:flex;flex-direction:column;justify-content:center;position:relative}@media (min-width:600px){.components-guide__page{min-height:300px}}.components-guide__footer{align-content:center;display:flex;height:36px;justify-content:center;margin:0 0 24px;padding:0 32px;position:relative;width:100%}.components-guide__page-control{margin:0;text-align:center}.components-guide__page-control li{display:inline-block;margin:0}.components-guide__page-control .components-button{color:#e0e0e0;height:30px;margin:-6px 0;min-width:20px}.components-guide__page-control li[aria-current=step] .components-button{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-modal__frame.components-guide{border:none;max-height:575px;min-width:312px}@media (max-width:600px){.components-modal__frame.components-guide{margin:auto;max-width:calc(100vw - 32px)}}.components-button.components-guide__back-button,.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{position:absolute}.components-button.components-guide__back-button{left:32px}.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{right:32px}[role=region]{position:relative}.is-focusing-regions [role=region]:focus:after{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1000000}.is-focusing-regions .editor-post-publish-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-entities-saved-states-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-publish-panel,.is-focusing-regions .interface-interface-skeleton__sidebar .editor-layout__toggle-sidebar-panel,.is-focusing-regions [role=region]:focus:after,.is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header{outline:4px solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-offset:-4px}.components-menu-group+.components-menu-group{border-top:1px solid #1e1e1e;margin-top:8px;padding-top:8px}.components-menu-group+.components-menu-group.has-hidden-separator{border-top:none;margin-top:0;padding-top:0}.components-menu-group__label{color:#757575;font-size:11px;font-weight:500;margin-bottom:12px;margin-top:4px;padding:0 8px;text-transform:uppercase;white-space:nowrap}.components-menu-item__button,.components-menu-item__button.components-button{width:100%}.components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child{box-sizing:initial;padding-right:48px}.components-menu-item__button .components-menu-items__item-icon,.components-menu-item__button.components-button .components-menu-items__item-icon{display:inline-block;flex:0 0 auto}.components-menu-item__button .components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right{margin-left:24px;margin-right:-2px}.components-menu-item__button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right{margin-left:8px}.components-menu-item__button .block-editor-block-icon,.components-menu-item__button.components-button .block-editor-block-icon{margin-left:-2px;margin-right:8px}.components-menu-item__button.components-button.is-primary,.components-menu-item__button.is-primary{justify-content:center}.components-menu-item__button.components-button.is-primary .components-menu-item__item,.components-menu-item__button.is-primary .components-menu-item__item{margin-right:0}.components-menu-item__button.components-button:disabled.is-tertiary,.components-menu-item__button.components-button[aria-disabled=true].is-tertiary,.components-menu-item__button:disabled.is-tertiary,.components-menu-item__button[aria-disabled=true].is-tertiary{background:none;color:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));opacity:.3}.components-menu-item__info-wrapper{display:flex;flex-direction:column;margin-right:auto}.components-menu-item__info{color:#757575;font-size:12px;margin-top:4px;white-space:normal}.components-menu-item__item{align-items:center;display:inline-flex;margin-right:auto;min-width:160px;white-space:nowrap}.components-menu-item__shortcut{align-self:center;color:currentColor;display:none;margin-left:auto;margin-right:0;padding-left:24px}@media (min-width:480px){.components-menu-item__shortcut{display:inline}}.components-menu-items-choice svg,.components-menu-items-choice.components-button svg{margin-right:12px}.components-menu-items-choice.components-button.has-icon,.components-menu-items-choice.has-icon{padding-left:12px}.components-modal__screen-overlay{animation:edit-post__fade-in-animation .2s ease-out 0s;animation-fill-mode:forwards;background-color:#00000059;bottom:0;display:flex;left:0;position:fixed;right:0;top:0;z-index:100000}@media (prefers-reduced-motion:reduce){.components-modal__screen-overlay{animation-delay:0s;animation-duration:1ms}}.components-modal__frame{animation:components-modal__appear-animation .1s ease-out;animation-fill-mode:forwards;background:#fff;border-radius:4px 4px 0 0;box-shadow:0 .7px 1px #00000026,0 2.7px 3.8px -.2px #00000026,0 5.5px 7.8px -.3px #00000026,.1px 11.5px 16.4px -.5px #00000026;box-sizing:border-box;display:flex;margin:40px 0 0;overflow:hidden;width:100%}.components-modal__frame *,.components-modal__frame :after,.components-modal__frame :before{box-sizing:inherit}@media (prefers-reduced-motion:reduce){.components-modal__frame{animation-delay:0s;animation-duration:1ms}}@media (min-width:600px){.components-modal__frame{border-radius:4px;margin:auto;max-height:calc(100% - 120px);max-width:calc(100% - 32px);min-width:350px;width:auto}}@media (min-width:600px) and (min-width:600px){.components-modal__frame.is-full-screen{height:calc(100% - 32px);max-height:none;width:calc(100% - 32px)}}@media (min-width:600px) and (min-width:782px){.components-modal__frame.is-full-screen{height:calc(100% - 80px);max-width:none;width:calc(100% - 80px)}}@media (min-width:600px){.components-modal__frame.has-size-large,.components-modal__frame.has-size-medium,.components-modal__frame.has-size-small{width:100%}.components-modal__frame.has-size-small{max-width:384px}.components-modal__frame.has-size-medium{max-width:512px}.components-modal__frame.has-size-large{max-width:840px}}@media (min-width:960px){.components-modal__frame{max-height:70%}}@keyframes components-modal__appear-animation{0%{transform:translateY(32px)}to{transform:translateY(0)}}.components-modal__header{align-items:center;border-bottom:1px solid #0000;box-sizing:border-box;display:flex;flex-direction:row;height:72px;justify-content:space-between;left:0;padding:24px 32px 8px;position:absolute;top:0;width:100%;z-index:10}.components-modal__header .components-modal__header-heading{font-size:1.2rem;font-weight:600}.components-modal__header h1{line-height:1;margin:0}.components-modal__header .components-button{left:8px;position:relative}.components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header{border-bottom-color:#ddd}.components-modal__header+p{margin-top:0}.components-modal__header-heading-container{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:left}.components-modal__header-icon-container{display:inline-block}.components-modal__header-icon-container svg{max-height:36px;max-width:36px;padding:8px}.components-modal__content{flex:1;margin-top:72px;overflow:auto;padding:4px 32px 32px}.components-modal__content.hide-header{margin-top:0;padding-top:32px}.components-modal__content.is-scrollable:focus-visible{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:-2px}.components-notice{align-items:center;background-color:#fff;border-left:4px solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:8px 12px}.components-notice.is-dismissible{position:relative}.components-notice.is-success{background-color:#eff9f1;border-left-color:#4ab866}.components-notice.is-warning{background-color:#fef8ee;border-left-color:#f0b849}.components-notice.is-error{background-color:#f4a2a2;border-left-color:#cc1818}.components-notice__content{flex-grow:1;margin:4px 25px 4px 0}.components-notice__actions{display:flex;flex-wrap:wrap}.components-notice__action.components-button{margin-right:8px}.components-notice__action.components-button,.components-notice__action.components-button.is-link{margin-left:12px}.components-notice__action.components-button.is-secondary{vertical-align:initial}.components-notice__dismiss{align-self:flex-start;color:#757575;flex-shrink:0}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{background-color:initial;color:#1e1e1e}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{box-shadow:none}.components-notice-list{box-sizing:border-box;max-width:100vw}.components-notice-list .components-notice__content{line-height:2;margin-bottom:12px;margin-top:12px}.components-notice-list .components-notice__action.components-button{display:block;margin-left:0;margin-top:8px}.components-panel{background:#fff;border:1px solid #e0e0e0}.components-panel>.components-panel__body:first-child,.components-panel>.components-panel__header:first-child{margin-top:-1px}.components-panel>.components-panel__body:last-child,.components-panel>.components-panel__header:last-child{border-bottom-width:0}.components-panel+.components-panel{margin-top:-1px}.components-panel__body{border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.components-panel__body h3{margin:0 0 .5em}.components-panel__body.is-opened{padding:16px}.components-panel__header{align-items:center;border-bottom:1px solid #ddd;box-sizing:initial;display:flex;flex-shrink:0;height:47px;justify-content:space-between;padding:0 16px}.components-panel__header h2{color:inherit;font-size:inherit;margin:0}.components-panel__body+.components-panel__body,.components-panel__body+.components-panel__header,.components-panel__header+.components-panel__body,.components-panel__header+.components-panel__header{margin-top:-1px}.components-panel__body>.components-panel__body-title{display:block;font-size:inherit;margin-bottom:0;margin-top:0;padding:0;transition:background .1s ease-in-out}@media (prefers-reduced-motion:reduce){.components-panel__body>.components-panel__body-title{transition-delay:0s;transition-duration:0s}}.components-panel__body.is-opened>.components-panel__body-title{margin:-16px -16px 5px}.components-panel__body>.components-panel__body-title:hover{background:#f0f0f0;border:none}.components-panel__body-toggle.components-button{border:none;box-shadow:none;color:#1e1e1e;font-weight:500;height:auto;outline:none;padding:16px 48px 16px 16px;position:relative;text-align:left;transition:background .1s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.components-panel__body-toggle.components-button{transition-delay:0s;transition-duration:0s}}.components-panel__body-toggle.components-button:focus{border-radius:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-panel__body-toggle.components-button .components-panel__arrow{fill:currentColor;color:#1e1e1e;position:absolute;right:16px;top:50%;transform:translateY(-50%);transition:color .1s ease-in-out}@media (prefers-reduced-motion:reduce){.components-panel__body-toggle.components-button .components-panel__arrow{transition-delay:0s;transition-duration:0s}}body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right{-ms-filter:fliph;filter:FlipH;margin-top:-10px;transform:scaleX(-1)}.components-panel__icon{color:#757575;margin:-2px 0 -2px 6px}.components-panel__body-toggle-icon{margin-right:-5px}.components-panel__color-title{float:left;height:19px}.components-panel__row{align-items:center;display:flex;justify-content:space-between;margin-top:8px;min-height:36px}.components-panel__row select{min-width:0}.components-panel__row label{flex-shrink:0;margin-right:12px;max-width:75%}.components-panel__row:empty,.components-panel__row:first-of-type{margin-top:0}.components-panel .circle-picker{padding-bottom:20px}.components-placeholder.components-placeholder{-moz-font-smoothing:subpixel-antialiased;-webkit-font-smoothing:subpixel-antialiased;align-items:flex-start;background-color:#fff;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:column;font-size:13px;gap:16px;margin:0;outline:1px solid #0000;padding:24px;position:relative;text-align:left;width:100%}.components-placeholder__error,.components-placeholder__fieldset,.components-placeholder__instructions,.components-placeholder__label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;letter-spacing:normal;line-height:normal;text-transform:none}.components-placeholder__label{align-items:center;display:flex;font-weight:600}.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{fill:currentColor;margin-right:4px}@media (forced-colors:active){.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{fill:CanvasText}}.components-placeholder__label:empty{display:none}.components-placeholder__fieldset,.components-placeholder__fieldset form{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:flex-start;width:100%}.components-placeholder__fieldset form p,.components-placeholder__fieldset p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-placeholder__fieldset.is-column-layout,.components-placeholder__fieldset.is-column-layout form{flex-direction:column}.components-placeholder__input[type=url]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;flex:1 1 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px;transition:box-shadow .1s linear}@media (prefers-reduced-motion:reduce){.components-placeholder__input[type=url]{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-placeholder__input[type=url]{font-size:13px;line-height:normal}}.components-placeholder__input[type=url]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-placeholder__input[type=url]::-webkit-input-placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]::-moz-placeholder{color:#1e1e1e9e;opacity:1}.components-placeholder__input[type=url]:-ms-input-placeholder{color:#1e1e1e9e}.components-placeholder__error{gap:8px;width:100%}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link{margin-left:10px;margin-right:10px}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link:last-child{margin-right:0}.components-placeholder.is-medium .components-placeholder__instructions,.components-placeholder.is-small .components-placeholder__instructions{display:none}.components-placeholder.is-medium .components-placeholder__fieldset,.components-placeholder.is-medium .components-placeholder__fieldset form,.components-placeholder.is-small .components-placeholder__fieldset,.components-placeholder.is-small .components-placeholder__fieldset form{flex-direction:column}.components-placeholder.is-medium .components-button,.components-placeholder.is-medium .components-placeholder__fieldset>*,.components-placeholder.is-small .components-button,.components-placeholder.is-small .components-placeholder__fieldset>*{justify-content:center;width:100%}.components-placeholder.is-small{padding:16px}.components-placeholder.has-illustration{-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);backface-visibility:hidden;background-color:initial;border-radius:2px;box-shadow:none;color:inherit;display:flex;overflow:hidden}.is-dark-theme .components-placeholder.has-illustration{background-color:#0000001a}.components-placeholder.has-illustration .components-placeholder__fieldset{margin-left:0;margin-right:0}.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{opacity:0;pointer-events:none;transition:opacity .1s linear}@media (prefers-reduced-motion:reduce){.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{transition-delay:0s;transition-duration:0s}}.is-selected>.components-placeholder.has-illustration .components-button,.is-selected>.components-placeholder.has-illustration .components-placeholder__instructions,.is-selected>.components-placeholder.has-illustration .components-placeholder__label{opacity:1;pointer-events:auto}.components-placeholder.has-illustration:before{background:currentColor;bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0}.is-selected .components-placeholder.has-illustration{overflow:auto}.components-placeholder__preview{display:flex;justify-content:center}.components-placeholder__illustration{stroke:currentColor;box-sizing:initial;height:100%;left:50%;opacity:.25;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.components-popover{box-sizing:border-box;will-change:transform;z-index:1000000}.components-popover *,.components-popover :after,.components-popover :before{box-sizing:inherit}.components-popover.is-expanded{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000000!important}.components-popover__content{background:#fff;border-radius:2px;box-shadow:0 0 0 1px #ccc,0 .7px 1px #0000001a,0 1.2px 1.7px -.2px #0000001a,0 2.3px 3.3px -.5px #0000001a;box-sizing:border-box;width:min-content}.is-alternate .components-popover__content{box-shadow:0 0 0 1px #1e1e1e}.is-unstyled .components-popover__content{background:none;border-radius:0;box-shadow:none}.components-popover.is-expanded .components-popover__content{box-shadow:0 -1px 0 0 #ccc;height:calc(100% - 48px);overflow-y:visible;position:static;width:auto}.components-popover.is-expanded.is-alternate .components-popover__content{box-shadow:0 -1px 0 #1e1e1e}.components-popover__header{align-items:center;background:#fff;display:flex;height:48px;justify-content:space-between;padding:0 8px 0 16px}.components-popover__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.components-popover__close.components-button{z-index:5}.components-popover__arrow{display:flex;height:14px;pointer-events:none;position:absolute;width:14px}.components-popover__arrow:before{background-color:#fff;content:"";height:2px;left:1px;position:absolute;right:1px;top:-1px}.components-popover__arrow.is-top{bottom:-14px!important;transform:rotate(0)}.components-popover__arrow.is-right{left:-14px!important;transform:rotate(90deg)}.components-popover__arrow.is-bottom{top:-14px!important;transform:rotate(180deg)}.components-popover__arrow.is-left{right:-14px!important;transform:rotate(-90deg)}.components-popover__triangle{display:block;flex:1}.components-popover__triangle-bg{fill:#fff}.components-popover__triangle-border{fill:#0000;stroke-width:1px;stroke:#ccc}.is-alternate .components-popover__triangle-border{stroke:#1e1e1e}.components-radio-control__option{align-items:center;display:flex}.components-radio-control__input[type=radio]{-webkit-appearance:none;appearance:none;border:1px solid #1e1e1e;border-radius:2px;border-radius:50%;box-shadow:0 0 0 #0000;cursor:pointer;display:inline-flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:24px;line-height:normal;margin:0 6px 0 0;max-width:24px;min-width:24px;padding:0;transition:box-shadow .1s linear;transition:none;width:24px}@media (prefers-reduced-motion:reduce){.components-radio-control__input[type=radio]{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-radio-control__input[type=radio]{font-size:13px;line-height:normal}}.components-radio-control__input[type=radio]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]::-webkit-input-placeholder{color:#1e1e1e9e}.components-radio-control__input[type=radio]::-moz-placeholder{color:#1e1e1e9e;opacity:1}.components-radio-control__input[type=radio]:-ms-input-placeholder{color:#1e1e1e9e}@media (min-width:600px){.components-radio-control__input[type=radio]{height:20px;max-width:20px;min-width:20px;width:20px}}.components-radio-control__input[type=radio]:checked:before{background-color:#fff;border:4px solid #fff;box-sizing:inherit;height:8px;margin:0;transform:translate(7px,7px);width:8px}@media (min-width:600px){.components-radio-control__input[type=radio]:checked:before{transform:translate(5px,5px)}}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color);outline:2px solid #0000}.components-radio-control__input[type=radio]:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 2px var(--wp-components-color-background,#fff),0 0 0 4px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-radio-control__input[type=radio]:checked{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-radio-control__input[type=radio]:checked:before{border-radius:50%;content:""}.components-radio-control__label{cursor:pointer}.components-resizable-box__handle{display:none;height:23px;width:23px;z-index:2}.components-resizable-box__container.has-show-handle .components-resizable-box__handle{display:block}.components-resizable-box__container>img{width:inherit}.components-resizable-box__handle:after{background:#fff;border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));content:"";cursor:inherit;display:block;height:15px;outline:2px solid #0000;position:absolute;right:calc(50% - 8px);top:calc(50% - 8px);width:15px}.components-resizable-box__side-handle:before{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:2px;content:"";cursor:inherit;display:block;height:3px;opacity:0;position:absolute;right:calc(50% - 1px);top:calc(50% - 1px);transition:transform .1s ease-in;width:3px;will-change:transform}@media (prefers-reduced-motion:reduce){.components-resizable-box__side-handle:before{transition-delay:0s;transition-duration:0s}}.components-resizable-box__corner-handle,.components-resizable-box__side-handle{z-index:2}.components-resizable-box__side-handle.components-resizable-box__handle-bottom,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:before,.components-resizable-box__side-handle.components-resizable-box__handle-top,.components-resizable-box__side-handle.components-resizable-box__handle-top:before{border-left:0;border-right:0;left:0;width:100%}.components-resizable-box__side-handle.components-resizable-box__handle-left,.components-resizable-box__side-handle.components-resizable-box__handle-left:before,.components-resizable-box__side-handle.components-resizable-box__handle-right,.components-resizable-box__side-handle.components-resizable-box__handle-right:before{border-bottom:0;border-top:0;height:100%;top:0}.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:components-resizable-box__top-bottom-animation .1s ease-out 0s;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation-delay:0s;animation-duration:1ms}}.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{animation:components-resizable-box__left-right-animation .1s ease-out 0s;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{animation-delay:0s;animation-duration:1ms}}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:none}}}@keyframes components-resizable-box__top-bottom-animation{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes components-resizable-box__left-right-animation{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}.components-resizable-box__handle-right{right:-11.5px}.components-resizable-box__handle-left{left:-11.5px}.components-resizable-box__handle-top{top:-11.5px}.components-resizable-box__handle-bottom{bottom:-11.5px}.components-responsive-wrapper{align-items:center;display:flex;justify-content:center;max-width:100%;position:relative}.components-responsive-wrapper__content{display:block;max-width:100%;width:100%}.components-sandbox{overflow:hidden}iframe.components-sandbox{width:100%}body.lockscroll,html.lockscroll{overflow:hidden}.components-select-control__input{-webkit-tap-highlight-color:rgba(0,0,0,0)!important;outline:0}@media (max-width:782px){.components-base-control .components-base-control__field .components-select-control__input{font-size:16px}}.components-snackbar{-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background:#000000d9;border-radius:2px;box-shadow:0 .7px 1px #0000001a,0 1.2px 1.7px -.2px #0000001a,0 2.3px 3.3px -.5px #0000001a;box-sizing:border-box;color:#fff;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;max-width:600px;padding:12px 20px;pointer-events:auto;width:100%}@media (min-width:600px){.components-snackbar{width:-moz-fit-content;width:fit-content}}.components-snackbar:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-snackbar.components-snackbar-explicit-dismiss{cursor:default}.components-snackbar .components-snackbar__content-with-icon{padding-left:24px;position:relative}.components-snackbar .components-snackbar__icon{left:-8px;position:absolute;top:-2.9px}.components-snackbar .components-snackbar__dismiss-button{cursor:pointer;margin-left:24px}.components-snackbar__action.components-button{color:#fff;flex-shrink:0;height:auto;line-height:1.4;margin-left:32px;padding:0}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary){background-color:initial;text-decoration:underline}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):focus{box-shadow:none;color:#fff;outline:1px dotted #fff}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{color:#fff;text-decoration:none}.components-snackbar__content{align-items:baseline;display:flex;justify-content:space-between;line-height:1.4}.components-snackbar-list{box-sizing:border-box;pointer-events:none;position:absolute;width:100%;z-index:100000}.components-snackbar-list__notice-container{padding-top:8px;position:relative}.components-tab-panel__tabs{align-items:stretch;display:flex;flex-direction:row}.components-tab-panel__tabs[aria-orientation=vertical]{flex-direction:column}.components-tab-panel__tabs-item{background:#0000;border:none;border-radius:0;box-shadow:none;cursor:pointer;font-weight:500;height:48px;margin-left:0;padding:3px 16px;position:relative}.components-tab-panel__tabs-item:focus:not(:disabled){box-shadow:none;outline:none;position:relative}.components-tab-panel__tabs-item:after{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:0;bottom:0;content:"";height:calc(var(--wp-admin-border-width-focus)*0);left:0;pointer-events:none;position:absolute;right:0;transition:all .1s linear}@media (prefers-reduced-motion:reduce){.components-tab-panel__tabs-item:after{transition-delay:0s;transition-duration:0s}}.components-tab-panel__tabs-item.is-active:after{height:calc(var(--wp-admin-border-width-focus)*1);outline:2px solid #0000;outline-offset:-1px}.components-tab-panel__tabs-item:before{border-radius:2px;bottom:12px;box-shadow:0 0 0 0 #0000;content:"";left:12px;pointer-events:none;position:absolute;right:12px;top:12px;transition:all .1s linear}@media (prefers-reduced-motion:reduce){.components-tab-panel__tabs-item:before{transition-delay:0s;transition-duration:0s}}.components-tab-panel__tabs-item:focus-visible:before{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:32px;line-height:normal;margin:0;padding:6px 8px;transition:box-shadow .1s linear;width:100%}@media (prefers-reduced-motion:reduce){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{font-size:13px;line-height:normal}}.components-text-control__input:focus,.components-text-control__input[type=color]:focus,.components-text-control__input[type=date]:focus,.components-text-control__input[type=datetime-local]:focus,.components-text-control__input[type=datetime]:focus,.components-text-control__input[type=email]:focus,.components-text-control__input[type=month]:focus,.components-text-control__input[type=number]:focus,.components-text-control__input[type=password]:focus,.components-text-control__input[type=tel]:focus,.components-text-control__input[type=text]:focus,.components-text-control__input[type=time]:focus,.components-text-control__input[type=url]:focus,.components-text-control__input[type=week]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-text-control__input::-webkit-input-placeholder,.components-text-control__input[type=color]::-webkit-input-placeholder,.components-text-control__input[type=date]::-webkit-input-placeholder,.components-text-control__input[type=datetime-local]::-webkit-input-placeholder,.components-text-control__input[type=datetime]::-webkit-input-placeholder,.components-text-control__input[type=email]::-webkit-input-placeholder,.components-text-control__input[type=month]::-webkit-input-placeholder,.components-text-control__input[type=number]::-webkit-input-placeholder,.components-text-control__input[type=password]::-webkit-input-placeholder,.components-text-control__input[type=tel]::-webkit-input-placeholder,.components-text-control__input[type=text]::-webkit-input-placeholder,.components-text-control__input[type=time]::-webkit-input-placeholder,.components-text-control__input[type=url]::-webkit-input-placeholder,.components-text-control__input[type=week]::-webkit-input-placeholder{color:#1e1e1e9e}.components-text-control__input::-moz-placeholder,.components-text-control__input[type=color]::-moz-placeholder,.components-text-control__input[type=date]::-moz-placeholder,.components-text-control__input[type=datetime-local]::-moz-placeholder,.components-text-control__input[type=datetime]::-moz-placeholder,.components-text-control__input[type=email]::-moz-placeholder,.components-text-control__input[type=month]::-moz-placeholder,.components-text-control__input[type=number]::-moz-placeholder,.components-text-control__input[type=password]::-moz-placeholder,.components-text-control__input[type=tel]::-moz-placeholder,.components-text-control__input[type=text]::-moz-placeholder,.components-text-control__input[type=time]::-moz-placeholder,.components-text-control__input[type=url]::-moz-placeholder,.components-text-control__input[type=week]::-moz-placeholder{color:#1e1e1e9e;opacity:1}.components-text-control__input:-ms-input-placeholder,.components-text-control__input[type=color]:-ms-input-placeholder,.components-text-control__input[type=date]:-ms-input-placeholder,.components-text-control__input[type=datetime-local]:-ms-input-placeholder,.components-text-control__input[type=datetime]:-ms-input-placeholder,.components-text-control__input[type=email]:-ms-input-placeholder,.components-text-control__input[type=month]:-ms-input-placeholder,.components-text-control__input[type=number]:-ms-input-placeholder,.components-text-control__input[type=password]:-ms-input-placeholder,.components-text-control__input[type=tel]:-ms-input-placeholder,.components-text-control__input[type=text]:-ms-input-placeholder,.components-text-control__input[type=time]:-ms-input-placeholder,.components-text-control__input[type=url]:-ms-input-placeholder,.components-text-control__input[type=week]:-ms-input-placeholder{color:#1e1e1e9e}.components-text-control__input.is-next-40px-default-size,.components-text-control__input[type=color].is-next-40px-default-size,.components-text-control__input[type=date].is-next-40px-default-size,.components-text-control__input[type=datetime-local].is-next-40px-default-size,.components-text-control__input[type=datetime].is-next-40px-default-size,.components-text-control__input[type=email].is-next-40px-default-size,.components-text-control__input[type=month].is-next-40px-default-size,.components-text-control__input[type=number].is-next-40px-default-size,.components-text-control__input[type=password].is-next-40px-default-size,.components-text-control__input[type=tel].is-next-40px-default-size,.components-text-control__input[type=text].is-next-40px-default-size,.components-text-control__input[type=time].is-next-40px-default-size,.components-text-control__input[type=url].is-next-40px-default-size,.components-text-control__input[type=week].is-next-40px-default-size{height:40px}.components-tip{color:#757575;display:flex}.components-tip svg{fill:#f0b849;align-self:center;flex-shrink:0;margin-right:16px}.components-tip p{margin:0}.components-accessible-toolbar{border:1px solid #1e1e1e;border-radius:2px;display:inline-flex;flex-shrink:0}.components-accessible-toolbar>.components-toolbar-group:last-child{border-right:none}.components-accessible-toolbar.is-unstyled{border:none}.components-accessible-toolbar.is-unstyled>.components-toolbar-group{border-right:none}.components-accessible-toolbar .components-button,.components-toolbar .components-button{height:48px;padding-left:16px;padding-right:16px;position:relative;z-index:1}.components-accessible-toolbar .components-button:focus:not(:disabled),.components-toolbar .components-button:focus:not(:disabled){box-shadow:none;outline:none}.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards;border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media (prefers-reduced-motion:reduce){.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation-delay:0s;animation-duration:1ms}}.components-accessible-toolbar .components-button svg,.components-toolbar .components-button svg{margin-left:auto;margin-right:auto;position:relative}.components-accessible-toolbar .components-button.is-pressed,.components-accessible-toolbar .components-button.is-pressed:hover,.components-toolbar .components-button.is-pressed,.components-toolbar .components-button.is-pressed:hover{background:#0000}.components-accessible-toolbar .components-button.is-pressed:before,.components-toolbar .components-button.is-pressed:before{background:#1e1e1e}.components-accessible-toolbar .components-button:focus:before,.components-toolbar .components-button:focus:before{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-accessible-toolbar .components-button.has-icon.has-icon,.components-toolbar .components-button.has-icon.has-icon{min-width:48px;padding-left:8px;padding-right:8px}@keyframes components-button__appear-animation{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.components-toolbar__control.components-button{position:relative}.components-toolbar__control.components-button[data-subscript] svg{padding:5px 10px 5px 0}.components-toolbar__control.components-button[data-subscript]:after{bottom:10px;content:attr(data-subscript);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:600;line-height:12px;position:absolute;right:8px}.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after{color:#fff}.components-toolbar-group{background-color:#fff;border-right:1px solid #1e1e1e;display:inline-flex;flex-shrink:0;flex-wrap:wrap;line-height:0;min-height:48px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-toolbar-group.components-toolbar-group{border-width:0;margin:0}.components-toolbar-group .components-button.components-button,.components-toolbar-group .components-button.has-icon.has-icon{justify-content:center;min-width:36px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-button.components-button svg,.components-toolbar-group .components-button.has-icon.has-icon svg{min-width:24px}.components-toolbar-group .components-button.components-button:before,.components-toolbar-group .components-button.has-icon.has-icon:before{left:2px;right:2px}.components-toolbar{background-color:#fff;border:1px solid #1e1e1e;display:inline-flex;flex-shrink:0;flex-wrap:wrap;margin:0;min-height:48px}.components-toolbar .components-toolbar.components-toolbar{border-width:0;margin:0}div.components-toolbar>div{display:flex;margin:0}div.components-toolbar>div+div.has-left-divider{margin-left:6px;overflow:visible;position:relative}div.components-toolbar>div+div.has-left-divider:before{background-color:#ddd;box-sizing:initial;content:"";display:inline-block;height:20px;left:-3px;position:absolute;top:8px;width:1px}.components-tooltip{background:#000;border-radius:2px;color:#f0f0f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;line-height:1.4;padding:4px 8px;text-align:center;z-index:1000002}.components-tooltip__shortcut{margin-left:8px}#wpadminbar>.godaddy-styles *,.godaddy-styles *{font-family:GD Sherpa,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:1.4}#wpadminbar>.godaddy-styles .is-bigger,.godaddy-styles .is-bigger{font-size:1.1em!important;font-weight:500!important}#wpadminbar>.godaddy-styles .components-button,#wpadminbar>.godaddy-styles.components-button,.godaddy-styles .components-button,.godaddy-styles.components-button{border:0;border-radius:6px;box-shadow:none;font-size:1em;height:auto;line-height:1;padding:1.25em;transition:background-color,color,.2s ease-in-out}#wpadminbar>.godaddy-styles .components-button:disabled,#wpadminbar>.godaddy-styles.components-button:disabled,.godaddy-styles .components-button:disabled,.godaddy-styles.components-button:disabled{opacity:.5}#wpadminbar>.godaddy-styles .components-button>svg,#wpadminbar>.godaddy-styles.components-button>svg,.godaddy-styles .components-button>svg,.godaddy-styles.components-button>svg{height:24px;margin-left:.2em;position:relative;right:-5px;top:-1px;transform:scale(.75);width:24px}#wpadminbar>.godaddy-styles .components-button.no-padding,#wpadminbar>.godaddy-styles.components-button.no-padding,.godaddy-styles .components-button.no-padding,.godaddy-styles.components-button.no-padding{padding:0}#wpadminbar>.godaddy-styles .components-button.is-big,#wpadminbar>.godaddy-styles.components-button.is-big,.godaddy-styles .components-button.is-big,.godaddy-styles.components-button.is-big{font-size:1.1em;font-weight:600;padding:1.5em}#wpadminbar>.godaddy-styles .components-button.is-primary,#wpadminbar>.godaddy-styles.components-button.is-primary,.godaddy-styles .components-button.is-primary,.godaddy-styles.components-button.is-primary{background-color:#000;box-shadow:none;color:#fff}#wpadminbar>.godaddy-styles .components-button.is-primary:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.is-primary:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-primary:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-primary:hover:not([disabled]),.godaddy-styles .components-button.is-primary:active:not([disabled]),.godaddy-styles .components-button.is-primary:hover:not([disabled]),.godaddy-styles.components-button.is-primary:active:not([disabled]),.godaddy-styles.components-button.is-primary:hover:not([disabled]){background-color:#00a4a6}#wpadminbar>.godaddy-styles .components-button.is-secondary,#wpadminbar>.godaddy-styles.components-button.is-secondary,.godaddy-styles .components-button.is-secondary,.godaddy-styles.components-button.is-secondary{box-shadow:none;color:#111}#wpadminbar>.godaddy-styles .components-button.is-secondary:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.is-secondary:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-secondary:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-secondary:hover:not([disabled]),.godaddy-styles .components-button.is-secondary:active:not([disabled]),.godaddy-styles .components-button.is-secondary:hover:not([disabled]),.godaddy-styles.components-button.is-secondary:active:not([disabled]),.godaddy-styles.components-button.is-secondary:hover:not([disabled]){border:0;box-shadow:none;color:#000}#wpadminbar>.godaddy-styles .components-button.is-tertiary,#wpadminbar>.godaddy-styles.components-button.is-tertiary,.godaddy-styles .components-button.is-tertiary,.godaddy-styles.components-button.is-tertiary{border:1px solid #111;color:#111}#wpadminbar>.godaddy-styles .components-button.is-tertiary:hover,#wpadminbar>.godaddy-styles.components-button.is-tertiary:hover,.godaddy-styles .components-button.is-tertiary:hover,.godaddy-styles.components-button.is-tertiary:hover{background-color:#111;box-shadow:none;color:#fff}#wpadminbar>.godaddy-styles .components-button.is-link,#wpadminbar>.godaddy-styles.components-button.is-link,.godaddy-styles .components-button.is-link,.godaddy-styles.components-button.is-link{box-shadow:none;color:#00a4a6;padding:0;text-decoration:none}#wpadminbar>.godaddy-styles .components-button.is-link:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.is-link:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-link:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-link:hover:not([disabled]),.godaddy-styles .components-button.is-link:active:not([disabled]),.godaddy-styles .components-button.is-link:hover:not([disabled]),.godaddy-styles.components-button.is-link:active:not([disabled]),.godaddy-styles.components-button.is-link:hover:not([disabled]){color:#111;outline:none}#wpadminbar>.godaddy-styles .components-button.has-icon:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.has-icon:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.has-icon:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.has-icon:hover:not([disabled]),.godaddy-styles .components-button.has-icon:active:not([disabled]),.godaddy-styles .components-button.has-icon:hover:not([disabled]),.godaddy-styles.components-button.has-icon:active:not([disabled]),.godaddy-styles.components-button.has-icon:hover:not([disabled]){background-color:transparent;color:#00a4a6}#wpadminbar>.godaddy-styles .components-modal__frame,#wpadminbar>.godaddy-styles.components-modal__frame,.godaddy-styles .components-modal__frame,.godaddy-styles.components-modal__frame{border-radius:1rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content,.godaddy-styles .components-modal__frame .components-modal__content,.godaddy-styles.components-modal__frame .components-modal__content{margin-top:0;padding:4.5rem 4.5rem 4.25rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content:before,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content:before,.godaddy-styles .components-modal__frame .components-modal__content:before,.godaddy-styles.components-modal__frame .components-modal__content:before{margin:0}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content p:last-child,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content p:last-child,.godaddy-styles .components-modal__frame .components-modal__content p:last-child,.godaddy-styles.components-modal__frame .components-modal__content p:last-child{margin-bottom:0}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header{border-bottom:0;font-size:2rem;height:unset;margin-bottom:.75em;padding:0;position:relative}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container{margin-right:8px}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading{font-size:2rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon{font-size:1rem;left:auto;padding:.25em;position:absolute;right:-3.5rem;top:-3.25rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg{margin-left:0;right:0;top:0;transform:scale(1)}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-text-control__input,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-text-control__input,.godaddy-styles .components-modal__frame .components-modal__content .components-text-control__input,.godaddy-styles.components-modal__frame .components-modal__content .components-text-control__input{margin-bottom:.5em}#wpadminbar>.godaddy-styles .ux-tag,.godaddy-styles .ux-tag{border-radius:4px;color:#000;font-size:.9em;font-weight:700;letter-spacing:.05625rem;line-height:1.5;padding-block:8px;padding-inline:8px;text-transform:uppercase;white-space:nowrap}#wpadminbar>.godaddy-styles .ux-tag-critical,.godaddy-styles .ux-tag-critical{background-color:#fbb}#wpadminbar>.godaddy-styles .ux-tag-highlight,.godaddy-styles .ux-tag-highlight{background-color:#a6fff8}#wpadminbar>.godaddy-styles .ux-tag-info,.godaddy-styles .ux-tag-info{background-color:#d3c1f7}#wpadminbar>.godaddy-styles .ux-tag-internal,.godaddy-styles .ux-tag-internal{background-color:#fbd9ed}#wpadminbar>.godaddy-styles .ux-tag-neutral,.godaddy-styles .ux-tag-neutral{background-color:#ddeaf8}#wpadminbar>.godaddy-styles .ux-tag-passive,.godaddy-styles .ux-tag-passive{background-color:#f4f8fc}#wpadminbar>.godaddy-styles .ux-tag-success,.godaddy-styles .ux-tag-success{background-color:#9fffb8}#wpadminbar>.godaddy-styles .ux-tag-warning,.godaddy-styles .ux-tag-warning{background-color:#ffeea9}#wpadminbar>.godaddy-styles .components-toggle-control,#wpadminbar>.godaddy-styles.components-toggle-control,.godaddy-styles .components-toggle-control,.godaddy-styles.components-toggle-control{align-items:flex-end;display:flex}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__field,#wpadminbar>.godaddy-styles .components-toggle-control__field,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__field,#wpadminbar>.godaddy-styles.components-toggle-control__field,.godaddy-styles .components-toggle-control .components-base-control__field,.godaddy-styles .components-toggle-control__field,.godaddy-styles.components-toggle-control .components-base-control__field,.godaddy-styles.components-toggle-control__field{margin:0}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__field .components-form-toggle__track,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__field .components-form-toggle__track,.godaddy-styles .components-toggle-control .components-base-control__field .components-form-toggle__track,.godaddy-styles.components-toggle-control .components-base-control__field .components-form-toggle__track{background-color:#f3f6f8}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track,.godaddy-styles .components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track,.godaddy-styles.components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track{background-color:#00a4a6}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__help,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__help,.godaddy-styles .components-toggle-control .components-base-control__help,.godaddy-styles.components-toggle-control .components-base-control__help{margin:0}
/**
 * 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;
	}
}
/*
Theme Name: Overlay
Theme URI: https://kairaweb.com/wordpress-theme/overlay/
Author: Kaira
Author URI: https://kairaweb.com/
Description: Overlay draws back the curtain on web development, giving everyone the ability to build their own beautiful website from scratch (with no coding knowledge needed). Whether you’re ready to expand your eCommerce store by integrating WooCommerce, or simply want a hassle-free tool to launch your blog or company website quickly, the Overlay theme is for you. With a focus on both beauty, simplicity and back-end functionality, Overlay’s core strengths lie in its ability to deliver advanced design solutions in an intuitive way that users of all experience levels can understand and implement. It's lightweight, fast, and incredibly customizable, empowering entrepreneurs and professionals alike with the ability to tweak and optimize everything from page layout options to more advanced customizations and spacing to full color settings. Want to be found by the right people, at the right time? We’ve got you — Overlay integrates with the top WordPress analytics plugins to bring customers to you with SEO-enhanced pages and content that plug into your social media pages effortlessly. Do we cater to the mobile workforce and on-the-go public? Sure! The Overlay theme is fully responsive across all devices, maintaining visual and operational integrity, whether people are viewing your website on a tablet, smartphone or desktop. To extend the theme even further, we’ve ensured that Overlay integrates with top WordPress plugins such as WooCommerce, Easy Digital Downloads, Elementor and other useful WordPress extensions. Ready to build your beautiful website? Head over here for more information and to download the Overlay theme: https://kairaweb.com/wordpress-theme/overlay/
Version: 10.4.9
Requires at least: 4.7
Tested up to: 5.6
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: overlay
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, rtl-language-support, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Overlay is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin: 0 0 25px;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em 1.5em;
    padding-left: 15px;
    border-left: 4px solid;
    border-left-color: #4e87d8 !important;
}
blockquote cite {
	color: #555;
    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: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 20px;
	padding: 0 0 0 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 5px;
	margin-left: 20px;
    padding-left: 5px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Heading Defaults
h1 - 2em
h2 - 1.5em
h3 - 1.17em
h4 - body size
h5 - 0.83em
h6 - 0.67em */

.heading-prop-1 h1 {
	font-size: 2em;
	margin: 0 0 0.67em;
}
.heading-prop-1 h2 {
	font-size: 1.5em;
}
.heading-prop-1 h3 {
	font-size: 1.17em;
}
.heading-prop-1 h4 {
	font-size: 1em;
}
.heading-prop-1 h5 {
	font-size: 0.83em;
}
.heading-prop-1 h6 {
	font-size: 0.67em;
}

.heading-prop-2 h1 {
	font-size: 2.4em;
}
.heading-prop-2 h2 {
	font-size: 2.1em;
}
.heading-prop-2 h3 {
	font-size: 1.9em;
}
.heading-prop-2 h4 {
	font-size: 1.4em;
}
.heading-prop-2 h5 {
	font-size: 1.1em;
}
.heading-prop-2 h6 {
	font-size: 0.9em;
}

.heading-prop-3 h1 {
	font-size: 3em;
}
.heading-prop-3 h2 {
	font-size: 2.7em;
}
.heading-prop-3 h3 {
	font-size: 2.2em;
}
.heading-prop-3 h4 {
	font-size: 1.8em;
}
.heading-prop-3 h5 {
	font-size: 1.4em;
}
.heading-prop-3 h6 {
	font-size: 1em;
}

.heading-prop-4 h1 {
	font-size: 3.8em;
}
.heading-prop-4 h2 {
	font-size: 3.3em;
}
.heading-prop-4 h3 {
	font-size: 2.7em;
}
.heading-prop-4 h4 {
	font-size: 2.1em;
}
.heading-prop-4 h5 {
	font-size: 1.8em;
}
.heading-prop-4 h6 {
	font-size: 1.4em;
}

h1, h2, h3 {
	margin: 0 0 0.67em;
}
h4 {
	margin: 0 0 0.87em;
}
h5, h6 {
	margin: 0 0 1.4em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 2px rgba(0, 0, 0, 0.06);
	margin: 0;
	padding: 5px 10px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    padding: 8px 10px 9px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.55);
}

select {
	border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    padding: 8px 10px 9px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
}

textarea {
	width: 100%;
	min-height: 150px;
}

#comments .comment-form input.submit {
	display: inline-block;
	vertical-align: middle;
	background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 2px rgba(0, 0, 0, 0.06);
    padding: 10px 25px 12px;
    margin: 15px 0 0;
    font-size: 0.9em;
	font-weight: inherit;
	color: inherit;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #7999c1;
	text-decoration: none;
}

/* a:visited {
	color: #475fe4;
} */

a:hover, a:focus, a:active {
	color: #4373b0;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Main Navigation
--------------------------------------------------------------*/
.main-navigation {
	display: block;
}

.main-navigation ul {
	/* display: none; */
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation ul ul {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	min-width: 200px;
	white-space: nowrap;
	text-align: left;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation ul ul li {
    width: 100%;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 12px 18px;
	color: inherit;
}
.main-navigation.overlay-nav-block a {
	padding: 12px 7px;
}
.main-navigation.overlay-nav-block ul ul a {
	padding: 12px 18px;
}

.menu-dropdown-btn {
	display: none;
}

.main-navigation.main-nav-full-width ul#overlay-main-menu,
.main-navigation.main-nav-full-width #overlay-main-menu > ul,
.main-navigation.main-nav-center {
	display: flex;
}
.main-navigation.main-nav-center.main-nav-full-width {
	display: block;
}
.main-navigation.main-nav-full-width ul#overlay-main-menu li,
.main-navigation.main-nav-full-width #overlay-main-menu > ul > li {
	float: none;
	flex-grow: 1;
	text-align: center;
}

/* Small menu. */
.menu-toggle {
	box-shadow: none;
	font-size: 16px;
}
.menu-toggle,
.main-navigation.toggled ul,
.main-menu-close {
	display: none;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* ---- Menu Switch Class ---- */
.main-navigation .nav-switch ul {
    left: auto;
    right: -999em;
}
.main-navigation li.nav-switch:hover > ul,
.main-navigation li.nav-switch.focus > ul {
    left: auto;
    right: 0;
    display: block;
}
.main-navigation li.nav-switch ul li:hover > ul,
.main-navigation li.nav-switch ul li.focus > ul {
    left: auto;
    right: 100%;
    display: block;
}
.main-navigation li.nav-sub-switch:hover > ul,
.main-navigation li.nav-sub-switch.focus > ul {
    left: auto;
    right: 100%;
    display: block;
}
.main-navigation li.nav-sub-switch-all:hover > ul,
.main-navigation li.nav-sub-switch-all.focus > ul,
.main-navigation li.nav-sub-switch-all ul li:hover > ul,
.main-navigation li.nav-sub-switch-all ul li.focus > ul {
    left: auto;
    right: 100%;
    display: block;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-bar:after,
.site-header:after,
.main-navigation ul:after,
.site-content:after,
.site-footer:after {
	display: block;
	content: '';
	clear: both;
}

/*--------------------------------------------------------------
# Widget Area
--------------------------------------------------------------*/
.widget-area .widget-title {
	font-size: 20px;
	margin: 0 0 10px;
	padding: 0;
	color: #404040;
}
.widget-area .widget {
    margin: 0 0 50px;
}
.widget-area .widget:last-child {
	margin: 0;
}
.widget-area .widget ul {
    margin: 0;
    padding: 0;
}
.widget-area .widget ul li {
    margin: 0 0 2px;
    padding: 0;
    list-style-type: none;
}
.widget-area .widget ul ul {
    padding: 0 0 0 15px;
    margin: 0 0 5px;
}

.widget select {
	max-width: 100%;
}

.overlay-widget-underline .widget-title,
.site-footer .overlay-widget-underline .widget-title {
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding-bottom: 10px;
	margin: 0 0 15px;
}
.overlay-widget-dotline .widget-title,
.site-footer .overlay-widget-dotline .widget-title {
	border-bottom: 1px dashed rgba(0, 0, 0, 0.12);
	padding-bottom: 10px;
	margin: 0 0 15px;
}

.overlay-widget-shortline .widget-title,
.site-footer .overlay-widget-shortline .widget-title {
	position: relative;
    padding-bottom: 12px;
    margin: 0 0 18px;
}
.overlay-widget-shortline .widget-title::after,
.site-footer .overlay-widget-shortline .widget-title::after {
	background-color: rgba(0, 0, 0, 0.1);
	display: block;
	content: '';
	width: 20%;
    height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.overlay-widget-sideline .widget-title,
.site-footer .overlay-widget-sideline .widget-title {
	position: relative;
	padding-left: 14px;
}
.overlay-widget-sideline .widget-title::after,
.site-footer .overlay-widget-sideline .widget-title::after {
	background-color: rgba(0, 0, 0, 0.1);
	display: block;
	content: '';
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.overlay-widget-shortline.widgets-centered .widget-title::after,
.site-footer .overlay-widget-shortline.widgets-centered .widget-title::after {
	left: 50%;
    margin: 0 0 0 -10%;
}

.overlay-widget-boxed .widget,
.site-footer .overlay-widget-boxed .widget {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    padding: 12px 15px 20px;
}
.overlay-widget-boxed .widget-title,
.site-footer .overlay-widget-boxed .widget-title {
	background-color: #FFF;
    margin: -28px 0 15px;
    width: fit-content;
    padding: 0 8px;
}
.overlay-widget-boxed .widget ul li,
.site-footer .overlay-widget-boxed .widget ul li {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
    padding: 8px 0;
}
.overlay-widget-boxed .widget ul li:last-child,
.site-footer .overlay-widget-boxed .widget ul li:last-child {
	box-shadow: none;
}

.widget-area.widgets-centered .widget,
.site-footer .widgets-centered .widget {
	text-align: center
}
.widget-area.widgets-centered .widget-title,
.site-footer .widgets-centered .widget-title {
	margin-left: auto;
	margin-right: auto;
}

/* ---- Sticky Widget Area ---- */
body.enable-sticky-widgets .widget-area.widget-area-sticky {
	position: relative;
	align-self: stretch;
}
body.enable-sticky-widgets .sticky-widget-area.stuck {
    background-color: #FFF;
	position: fixed;
    top: 20px;
    z-index: 15;
}
body.enable-sticky-widgets.admin-bar .sticky-widget-area.stuck {
	top: 52px;
}
body.enable-sticky-widgets .sticky-surpassed {
    position: absolute !important;
    bottom: 0 !important;
}

/* ---- Floating Sidebar Control ---- */
.floating-sidebar-control {
	display: none;
}
.floating-sidebar-control {
    position: absolute;
    top: 2px;
    background-color: #CCC;
    box-shadow: none;
    color: #FFF;
    padding: 10px 12px;
    outline: none;
    cursor: pointer;
}
.floating-sidebar-control::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
}
body.page-template-floating-right-sidebar .floating-sidebar-control,
body.page-template-floating-left-sidebar .floating-sidebar-control,
body.page-template-default.overlay-page-frs .floating-sidebar-control,
body.page-template-default.overlay-page-fls .floating-sidebar-control,

body.blog.overlay-blog-frs .floating-sidebar-control,
body.blog.overlay-blog-fls .floating-sidebar-control,
body.archive.overlay-blog-frs .floating-sidebar-control,
body.archive.overlay-blog-fls .floating-sidebar-control,
body.search-results.overlay-blog-search-frs .floating-sidebar-control,
body.search-results.overlay-blog-search-fls .floating-sidebar-control,
body.single-post.overlay-blog-post-frs .floating-sidebar-control,
body.single-post.overlay-blog-post-fls .floating-sidebar-control {
	display: block;
}
body.page-template-floating-right-sidebar .floating-sidebar-control,
body.page-template-default.overlay-page-frs .floating-sidebar-control,
body.blog.overlay-blog-frs .floating-sidebar-control,
body.archive.overlay-blog-frs .floating-sidebar-control,
body.search-results.overlay-blog-search-frs .floating-sidebar-control,
body.single-post.overlay-blog-post-frs .floating-sidebar-control {
	left: -38px;
	border-radius: 3px 0 0 3px;
}
body.page-template-floating-left-sidebar .floating-sidebar-control,
body.page-template-default.overlay-page-fls .floating-sidebar-control,
body.blog.overlay-blog-fls .floating-sidebar-control,
body.archive.overlay-blog-fls .floating-sidebar-control,
body.search-results.overlay-blog-search-fls .floating-sidebar-control,
body.single-post.overlay-blog-post-fls .floating-sidebar-control {
	right: -38px;
	border-radius: 0 3px 3px 0;
}

body.show-floating-sidebar .floating-sidebar-control::before,
body.show-floating-sidebar .floating-sidebar-control::before {
    content: "\f068";
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* ---- Site Globals ---- */
.overlay-menu-rightside #page {
	position: relative;
	right: 0;

	-webkit-transition: right 0.4s ease 0s;
     -moz-transition: right 0.4s ease 0s;
      -ms-transition: right 0.4s ease 0s;
       -o-transition: right 0.4s ease 0s;
          transition: right 0.4s ease 0s;
}
.overlay-menu-leftside #page {
	position: relative;
	left: 0;

	-webkit-transition: left 0.4s ease 0s;
     -moz-transition: left 0.4s ease 0s;
      -ms-transition: left 0.4s ease 0s;
       -o-transition: left 0.4s ease 0s;
          transition: left 0.4s ease 0s;
}

.site-boxed {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
	max-width: 1200px;
	margin: 0 auto;
}
.site-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

/* ---- Site Top Bar ---- */
.site-header .site-bar {
	font-size: 13px;
}
.site-bar .site-container {
    position: relative;
}
.site-bar a {
	color: inherit;
}
.site-bar-inner {
	padding: 5px 0;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 5;
}
.site-bar-left {
	flex: 1.8;
	display: flex;
    align-items: center;
}
.site-bar-right {
	justify-content: flex-end;
	flex: 1;
	display: flex;
    align-items: center;
}
.site-bar-text i {
    margin: 0 2px 0 0;
}

.site-topbar-switch .site-bar-left,
.site-bottombar-switch .site-bar-left {
	order: 2;
	justify-content: flex-end;
}
.site-topbar-switch .site-bar-right,
.site-bottombar-switch .site-bar-right {
	order: 1;
	justify-content: flex-start;
}

.site-bar .social-icon {
    font-size: 20px;
    padding: 2px;
    display: inline-block;
    vertical-align: middle;
}

/* ---- Site Top Menu ---- */
.menu-top-bar-menu-container {
    display: inline-block;
}
#overlay-topbar-menu,
#overlay-bottombar-menu {
	margin: 0;
	padding: 0;
}
#overlay-topbar-menu li,
#overlay-bottombar-menu li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#overlay-topbar-menu li a,
#overlay-bottombar-menu li a {
	display: block;
	padding: 3px 4px;
}
.site-footer #overlay-topbar-menu li a,
.site-footer #overlay-bottombar-menu li a {
	padding: 0 4px;
}

/* ---- Site Loader ---- */
.overlay-site-loading {
	overflow: hidden;
}
.overlay-site-loader {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background-color: #FFF;
}
.overlay-loader-default .s-loader {
    width: 56px;
    height: 56px;
	border: 7px solid rgba(0, 82, 236, 0.25);
    border-top-color: #7999c1;
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1.2s linear infinite;
    top: 50%;
    margin: -28px auto 0 auto;
}
.overlay-loader-1 .s-loader {
	width: 56px;
    height: 56px;
    border: 6px solid #7999c1;
    border-right-color: transparent;
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1.2s linear infinite;
    top: 50%;
    margin: -28px auto 0 auto;
}
.overlay-loader-1 .s-loader::after {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #7999c1;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 37px;
}
.overlay-loader-2 .s-loader {
    width: 56px;
    height: 56px;
    border: 7px solid transparent;
    border-top-color: #7999c1;
    border-bottom-color: #7999c1;
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1.2s linear infinite;
    top: 50%;
    margin: -28px auto 0 auto;
}
.overlay-loader-3 .s-loader {
    width: 56px;
    height: 56px;
    border: 4px solid #7999c1;
    border-radius: 50%;
    position: relative;
    animation: loader-scale 1.2s ease-out infinite;
    top: 50%;
    margin: -28px auto 0 auto;
}
.overlay-loader-4::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: #7999c1;
    animation: corners 3.4s ease both infinite
}
.overlay-loader-4.sl-border {
	border: 0 !important;
}

.overlay-loader-default.small .s-loader,
.overlay-loader-1.small .s-loader,
.overlay-loader-2.small .s-loader,
.overlay-loader-3.small .s-loader {
	width: 30px;
	height: 30px;
	border-width: 3px;
	margin: -15px auto 0;
}
.overlay-loader-1.small .s-loader::after {
	top: 2px;
    left: 21px;
    width: 3px;
    height: 3px;
}
.overlay-loader-default.large .s-loader,
.overlay-loader-1.large .s-loader,
.overlay-loader-2.large .s-loader,
.overlay-loader-3.large .s-loader {
	width: 120px;
	height: 120px;
	margin: -60px auto 0;
}
.overlay-loader-1.large .s-loader::after {
	top: 10px;
    left: 90px;
}
.overlay-site-loader.sl-border {
	border: 6px solid rgba(0, 0, 0, 0.08);
}

@keyframes loader-rotate {
	0% {
	  transform: rotate(0); }
	100% {
	  transform: rotate(360deg);
	}
}
@keyframes loader-scale {
	0% {
	  transform: scale(0);
	  opacity: 0; }
	50% {
	  opacity: 1; }
	100% {
	  transform: scale(1);
	  opacity: 0;
	}
}
@keyframes corners {
    6% {
        width: 140px;
        height: 15px
    }
    25% {
        width: 15px;
        height: 15px;
        left: calc(100% - 15px);
        top: 0
    }
    31% {
        height: 140px
    }
    50% {
        height: 15px;
        top: calc(100% - 15px);
        left: calc(100% - 15px)
    }
    56% {
        width: 140px
    }
    75% {
        width: 15px;
        left: 0;
        top: calc(100% - 15px)
    }
    81% {
        height: 140px
    }
}

/* ---- Site Header ---- */
.site-header-inner {
	padding: 5px 0;
}

.site-title {
	margin: 0;
	padding: 0;
}
.site-description {
	margin: 0;
	padding: 0;
}
.site-logo-align {
	display: inline-block;
}
.site-logo-align-inner {
	display: flex;
	align-items: center;
}
.align-items-top .site-logo-align-inner {
	align-items: flex-start;
}
.align-items-middle .site-logo-align-inner {
	align-items: center;
}
.align-items-bottom .site-logo-align-inner {
	align-items: flex-end;
}
.site-branding .site-logo-align img {
	display: block;
	margin: 0 0 -6px;
}

/* ---- Site Search ---- */
button.header-search {
	background: none;
    box-shadow: none;
	border: 0;
	margin: 0;
    padding: 5px;
	font-size: inherit;
	cursor: pointer;
    color: inherit;
}
.overlay-topbar-one button.header-search,
.overlay-topbar-two button.header-search {
    font-size: 15px;
}

.overlay-search-slide .header-search-block {
    border: 1px solid rgba(0, 0, 0, 0.12);
	border-top: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	position: absolute;
    bottom: 100px;
    right: 25px;
    padding: 12px;
	z-index: 3;
	width: 300px;
	
	-webkit-transition: bottom 0.3s ease 0s;
     -moz-transition: bottom 0.3s ease 0s;
      -ms-transition: bottom 0.3s ease 0s;
       -o-transition: bottom 0.3s ease 0s;
          transition: bottom 0.3s ease 0s;
}
.overlay-search-fade .header-search-block {
	border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	position: absolute;
    top: -100px;
	right: 25px;
	width: 240px;
    padding: 12px;
	opacity: 0;
	
	-webkit-transition: opacity 0.3s ease 0.2s;
     -moz-transition: opacity 0.3s ease 0.2s;
      -ms-transition: opacity 0.3s ease 0.2s;
       -o-transition: opacity 0.3s ease 0.2s;
          transition: opacity 0.3s ease 0.2s;
}

.overlay-search-always .header-search-block {
	margin: 0 0 0 12px;
	width: 160px;
}

.overlay-search-full .header-search-block,
.overlay-search-full-txt .header-search-block {
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
    position: fixed;
    top: -400px;
    left: 20%;
    width: 60%;
    padding: 25px;
	opacity: 0;
	z-index: 999;
	
	-webkit-transition: opacity 0.3s ease 0.2s;
     -moz-transition: opacity 0.3s ease 0.2s;
      -ms-transition: opacity 0.3s ease 0.2s;
       -o-transition: opacity 0.3s ease 0.2s;
          transition: opacity 0.3s ease 0.2s;
}
.overlay-search-full-txt .header-search-block {
	background: none !important;
	box-shadow: none;
}
.header-search-overlay {
    background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
    width: 1px;
    height: 1px;
    top: 0;
    right: 0;
	z-index: 998;
	opacity: 0;

	-webkit-transition: opacity 0.3s ease 0.2s;
     -moz-transition: opacity 0.3s ease 0.2s;
      -ms-transition: opacity 0.3s ease 0.2s;
       -o-transition: opacity 0.3s ease 0.2s;
          transition: opacity 0.3s ease 0.2s;
}

.header-search-block .search-field {
    font-size: 13px;
    margin: 0;
    padding: 5px 8px;
    border: 1px solid rgba(0, 0, 0, 0.18);
    border-radius: 0;
    background-color: #FFF;
    width: 100%;
    font-weight: 200;
    outline: none;
    color: inherit;
    box-sizing: border-box;
}
.overlay-search-full .header-search-block .search-field {
    border-radius: 4px;
	font-size: 18px;
    padding: 10px 15px;
}
.overlay-search-full-txt .header-search-block .search-field {
	border: 0;
    background: none;
    color: #FFF;
    font-size: 5em;
}
.overlay-search-full-txt .header-search-block .search-field::placeholder {
	color: rgba(255, 255, 255, 0.75);
}
.header-search-block .search-submit {
    display: none;
}

.show-site-search .overlay-search-slide .header-search-block {
	bottom: -57px;
}
.show-site-search .overlay-search-fade .header-search-block {
	top: 80px;
	opacity: 1;
}
.show-site-search .overlay-search-full .header-search-block {
	top: 100px;
	opacity: 1;
}
.show-site-search .overlay-search-full-txt .header-search-block {
	top: 60px;
	opacity: 1;
}
.show-site-search .header-search-overlay {
	display: block;
	width: 100%;
    height: 100%;
	opacity: 1;
}

.site-bar-inner.site-bottombar-centerall,
.site-bottombar-centerall .site-bar-left,
.site-bottombar-centerall .site-bar-right {
	display: block;
}
.site-bottombar-centerall .site-bar-left > *,
.site-bottombar-centerall .site-bar-right > * {
	display: inline-block;
    margin: 0 6px;
}

.site-bar-center {
	flex: 1;
}
.site-bar-center .social-icon {
	margin: 0 6px;
}

.overlay-bottombar-one.site-bottombar-switch .site-bar-left {
	order: 1;
	justify-content: initial;
}
.overlay-bottombar-one.site-bottombar-switch .site-bar-center {
	order: 2;
}
.overlay-bottombar-one.site-bottombar-switch .site-bar-right {
	order: 3;
	justify-content: flex-end;
}

/* ---- Top Bar Spacing / RTL ---- */
.site-bar-left > a,
.site-bar-left > ul,
.site-bar-left > span,
.site-bar-left > div,
.site-bar-left > button,
.site-topbar-switch .site-bar-right > a,
.site-topbar-switch .site-bar-right > ul,
.site-topbar-switch .site-bar-right > span,
.site-topbar-switch .site-bar-right > div,
.site-topbar-switch .site-bar-right > button,
.site-bottombar-switch .site-bar-right > a,
.site-bottombar-switch .site-bar-right > ul,
.site-bottombar-switch .site-bar-right > span,
.site-bottombar-switch .site-bar-right > div,
.site-bottombar-switch .site-bar-right > button {
    margin: 0 12px 0 0;
}
.site-bar-right > a,
.site-bar-right > ul,
.site-bar-right > span,
.site-bar-right > div,
.site-bar-right > button,
.site-topbar-switch .site-bar-left > a,
.site-topbar-switch .site-bar-left > ul,
.site-topbar-switch .site-bar-left > span,
.site-topbar-switch .site-bar-left > div,
.site-topbar-switch .site-bar-left > button,
.site-bottombar-switch .site-bar-left > a,
.site-bottombar-switch .site-bar-left > ul,
.site-bottombar-switch .site-bar-left > span,
.site-bottombar-switch .site-bar-left > div,
.site-bottombar-switch .site-bar-left > button {
    margin: 0 0 0 12px;
}

/* ---- Site Content Elements - Content Area / Widget Area ---- */
.site-container.site-content {
	padding-top: 40px;
	padding-bottom: 40px;

}
.site-container.site-content .site-content-inner {
	display: flex;
	width: 100%;
	/* align-items: flex-start; */
}

.overlay-site-full-width-blocked.overlay-break-content .site-container.site-content .site-content-inner {
	align-items: flex-start;
}

/* ---- Custom Header ---- */
.custom-header-wrap {
	background-color: #f2f2f2;
}
.custom-header-wrap iframe,
.custom-header-wrap img,
.custom-header-wrap video {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

/* ---------------- Templates ---------------- */
/* ---- Default ---- */
.content-area {
	width: 75%;
}
.widget-area {
	width: 25%;
}

body.page-template-right-sidebar.overlay-break-content .content-area,
body.page-template-default.overlay-site-full-width-blocked.overlay-break-content.overlay-page-rs .content-area,
body.overlay-site-full-width-blocked.overlay-break-content.overlay-blog-rs .content-area,
body.overlay-site-full-width-blocked.overlay-break-content.overlay-blog-post-rs .content-area,
body.overlay-site-full-width-blocked.overlay-break-content.overlay-blog-search-rs .content-area {
	width: 72%;
	margin: 0 3% 0 0;
}
body.page-template-left-sidebar.overlay-break-content .content-area,
body.page-template-default.overlay-site-full-width-blocked.overlay-break-content.overlay-page-ls .content-area,
body.overlay-site-full-width-blocked.overlay-break-content.overlay-blog-ls .content-area,
body.overlay-site-full-width-blocked.overlay-break-content.overlay-blog-post-ls .content-area,
body.overlay-site-full-width-blocked.overlay-break-content.overlay-blog-search-ls .content-area {
	width: 72%;
	margin: 0 0 0 3%;
}

/* ---- Left Sidebar ---- */
body.page-template-left-sidebar .content-area,
body.page-template-default.overlay-page-ls .content-area,
body.overlay-blog-ls .content-area,
body.overlay-blog-post-ls .content-area,
body.overlay-blog-search-ls .content-area {
	order: 2;
}
body.page-template-left-sidebar .widget-area,
body.page-template-default.overlay-page-ls .widget-area,
body.overlay-blog-ls .widget-area,
body.overlay-blog-post-ls .widget-area,
body.overlay-blog-search-ls .widget-area {
	order: 1;
}

/* ---- Full Width ---- */
.content-area-full,
body.page-template-full-width .content-area,
body.page-template-floating-right-sidebar .content-area,
body.page-template-floating-left-sidebar .content-area {
	width: 100% !important;
	margin: 0;
}

/* ---- Floating Right Sidebar ---- */
body.page-template-floating-right-sidebar .widget-area,
body.page-template-default.overlay-page-frs .widget-area,
body.blog.overlay-blog-frs .widget-area,
body.archive.overlay-blog-frs .widget-area,
body.search-results.overlay-blog-search-frs .widget-area,
body.single-post.overlay-blog-post-frs .widget-area {
	position: fixed;
    width: 320px;
	top: 100px;
    bottom: 100px;
	right: -320px;
	z-index: 9;

	-webkit-transition: right 0.4s ease 0.14s;
     -moz-transition: right 0.4s ease 0.14s;
      -ms-transition: right 0.4s ease 0.14s;
       -o-transition: right 0.4s ease 0.14s;
          transition: right 0.4s ease 0.14s;
}

/* ---- Floating Left Sidebar ---- */
body.page-template-floating-left-sidebar .widget-area,
body.page-template-default.overlay-page-fls .widget-area,
body.blog.overlay-blog-fls .widget-area,
body.archive.overlay-blog-fls .widget-area,
body.search-results.overlay-blog-search-fls .widget-area,
body.single-post.overlay-blog-post-fls .widget-area {
	position: fixed;
	width: 320px;
    top: 100px;
    bottom: 100px;
	left: -320px;
	z-index: 9;

	-webkit-transition: left 0.4s ease 0.14s;
     -moz-transition: left 0.4s ease 0.14s;
      -ms-transition: left 0.4s ease 0.14s;
       -o-transition: left 0.4s ease 0.14s;
          transition: left 0.4s ease 0.14s;
}

body.page-template-floating-right-sidebar .widget-area .widget-area-inner,
body.page-template-default.overlay-page-frs .widget-area .widget-area-inner,
body.blog.overlay-blog-frs .widget-area .widget-area-inner,
body.archive.overlay-blog-frs .widget-area .widget-area-inner,
body.search-results.overlay-blog-search-frs .widget-area .widget-area-inner,
body.single-post.overlay-blog-post-frs .widget-area .widget-area-inner,
body.page-template-floating-left-sidebar .widget-area .widget-area-inner,
body.page-template-default.overlay-page-fls .widget-area .widget-area-inner,
body.blog.overlay-blog-fls .widget-area .widget-area-inner,
body.archive.overlay-blog-fls .widget-area .widget-area-inner,
body.search-results.overlay-blog-search-fls .widget-area .widget-area-inner,
body.single-post.overlay-blog-post-fls .widget-area .widget-area-inner {
    height: 100%;
    overflow-y: scroll;
}

body.page-template-floating-right-sidebar.show-floating-sidebar .site-content-inner .widget-area,
body.page-template-default.overlay-page-frs.show-floating-sidebar .site-content-inner .widget-area,
body.blog.overlay-blog-frs.show-floating-sidebar .site-content-inner .widget-area,
body.archive.overlay-blog-frs.show-floating-sidebar .site-content-inner .widget-area,
body.search-results.overlay-blog-search-frs.show-floating-sidebar .site-content-inner .widget-area,
body.single-post.overlay-blog-post-frs.show-floating-sidebar .site-content-inner .widget-area {
    right: 0;
}
body.page-template-floating-left-sidebar.show-floating-sidebar .site-content-inner .widget-area,
body.page-template-default.overlay-page-fls.show-floating-sidebar .site-content-inner .widget-area,
body.blog.overlay-blog-fls.show-floating-sidebar .site-content-inner .widget-area,
body.archive.overlay-blog-fls.show-floating-sidebar .site-content-inner .widget-area,
body.search-results.overlay-blog-search-fls.show-floating-sidebar .site-content-inner .widget-area,
body.single-post.overlay-blog-post-fls.show-floating-sidebar .site-content-inner .widget-area {
    left: 0;
}

/* ---------------- Padding ---------------- */
/* ---- Default ---- */
body.page-template-default.overlay-page-rs .content-area,

body.blog.overlay-blog-rs .content-area,
body.single.overlay-blog-post-rs .content-area,
body.archive.overlay-blog-rs .content-area,
body.search-results.overlay-blog-search-rs .content-area,

body.overlay-site-boxed .content-area,
body.overlay-site-full-width .content-area,
body.page-template-right-sidebar.overlay-site-full-width-blocked.overlay-joined-content .content-area {
	padding-right: 25px;
}
body.page-template-default.overlay-page-rs .widget-area,

body.blog.overlay-blog-rs .widget-area,
body.single.overlay-blog-post-rs .widget-area,
body.archive.overlay-blog-rs .widget-area,
body.search-results.overlay-blog-search-rs .widget-area,

body.overlay-site-boxed .widget-area,
body.overlay-site-full-width .widget-area,
body.page-template-right-sidebar.overlay-site-full-width-blocked.overlay-joined-content .widget-area {
	padding-left: 25px;
}

/* ---- Left Sidebar ---- */
body.page-template-default.overlay-page-ls .content-area,

body.blog.overlay-blog-ls .content-area,
body.single.overlay-blog-post-ls .content-area,
body.archive.overlay-blog-ls .content-area,
body.search-results.overlay-blog-search-ls .content-area,

body.page-template-left-sidebar .content-area,
body.overlay-blog-ls .content-area,
body.search-results.overlay-blog-search-ls .content-area,
body.overlay-blog-post-ls .content-area,
body.overlay-site-full-width-blocked.overlay-joined-content.overlay-page-ls .content-area {
	padding-right: 0;
	padding-left: 25px;
}
body.page-template-default.overlay-page-ls .widget-area,

body.blog.overlay-blog-ls .widget-area,
body.single.overlay-blog-post-ls .widget-area,
body.archive.overlay-blog-ls .widget-area,
body.search-results.overlay-blog-search-ls .widget-area,

body.page-template-left-sidebar .widget-area,
body.overlay-blog-ls .widget-area,
body.search-results.overlay-blog-search-ls .widget-area,
body.overlay-blog-post-ls .widget-area,
body.overlay-site-full-width-blocked.overlay-joined-content.overlay-page-ls .widget-area {
	padding-left: 0;
	padding-right: 25px;
}

/* ---- All Round Padding ---- */
body.page-template-floating-left-sidebar .widget-area,
body.page-template-floating-right-sidebar .widget-area,

body.page-template-default.overlay-page-frs .widget-area,
body.page-template-default.overlay-page-fls .widget-area,

body.blog.overlay-blog-frs .widget-area,
body.blog.overlay-blog-fls .widget-area,
body.single-post.overlay-blog-post-frs .widget-area,
body.single-post.overlay-blog-post-fls .widget-area,
body.archive.overlay-blog-frs .widget-area,
body.archive.overlay-blog-fls .widget-area,
body.search-results.overlay-blog-search-frs .widget-area,
body.search-results.overlay-blog-search-fls .widget-area,

body.overlay-site-full-width-blocked.overlay-joined-content .site-content-inner,

body.overlay-site-full-width-blocked.overlay-break-content .content-area,
body.overlay-site-full-width-blocked.overlay-break-content .widget-area,

body.overlay-site-full-width-blocked.overlay-break-content .widget-area.widgets-apart .widget,

body.overlay-site-full-width-blocked.overlay-joined-content.break-blog-blocks .site-content-inner .overlay-blog-left .post-inner .post-content,
body.overlay-site-full-width-blocked.overlay-joined-content.break-blog-blocks .site-content-inner .overlay-blog-right .post-inner .post-content,
body.overlay-site-full-width-blocked.overlay-joined-content.break-blog-blocks .site-content-inner .overlay-blog-alt .post-inner .post-content,
body.overlay-site-full-width-blocked.overlay-joined-content.break-blog-blocks .site-content-inner .overlay-blog-top .post-inner .post-content {
	padding: 25px;
}

/* ---- Full Width & Floating Sidebars ---- */
.site-content-inner .content-area.content-area-full,
body.page-template-full-width .content-area,
body.overlay-blog-fw .content-area,
body.overlay-blog-post-fw .content-area,
body.page-template-floating-right-sidebar .content-area,
body.page-template-floating-left-sidebar .content-area,
body.overlay-site-full-width-blocked.overlay-joined-content .content-area.content-area-full,
body.overlay-site-full-width-blocked.overlay-break-content .widget-area.widgets-apart,

body.overlay-site-full-width-blocked.overlay-joined-content.break-blog-blocks .site-content-inner,
body.overlay-site-full-width-blocked.overlay-joined-content.break-blog-blocks .site-content-inner article {
	padding: 0;
}

/* ---- Site Content Elements - Content Area / Widget Area END ---- */

.custom-header-wrap .site-container,
.custom-header-wrap .site-container-full {
	position: relative;
}

.overlay-banner-img {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.overlay-banner-img img {
	display: block;
	width: 100%;
	height: auto;
}

.overlay-banner-img-overlay {
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.custom-header-wrap .overlay-banner-img-overlay {
	left: 20px;
	right: 20px;
}

/* ---- Title & Breadcrumbs ---- */
.overlay-pagetitle-default {
    box-shadow: 0 1px rgba(0, 0, 0, 0.08);
	display: flex;
    align-items: baseline;
    margin: 0 0 24px;
    padding: 0 0 20px;
}
.overlay-pagetitle-other {
    box-shadow: 0 1px rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: column-reverse;
	margin: 0 0 24px;
    padding: 0 0 20px;
}
.overlay-pagetitle-banner {
	background-color: rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px rgba(0, 0, 0, 0.1), 0 -1px 0 rgba(255, 255, 255, 1) inset;
}
.overlay-pagetitle-banner .site-container {
	display: flex;
    align-items: baseline;
    padding: 15px 20px 15px;
}
.custom-header-pagetitle {
	position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 20px;
    right: 20px;
}
.custom-header-wrap .site-container-full .custom-header-pagetitle,
.custom-header-wrap .site-container-full .overlay-banner-img-overlay,
.overlay-banner-wrap .custom-header-pagetitle {
	left: 0;
    right: 0;
}
.overlay-pagetitle-cheader {
	width: 100%;
    text-align: center;
    color: #FFF;
}

.overlay-page-title .overlay-h-title {
	flex: 1;
	margin: 0;
	padding: 0;
	font-size: 34px;
}
.overlay-breadcrumbs {
	flex: 1;
	text-align: right;
	font-size: 0.8em;
	margin: 0 2px 0 0;
}
.overlay-pagetitle-other .overlay-breadcrumbs {
	margin: 0 0 10px;
	text-align: inherit;
}
.overlay-pagetitle-cheader .overlay-breadcrumbs {
	text-align: inherit;
	margin: 5px 0 0;
}
.overlay-pagetitle-cheader .overlay-breadcrumbs a {
	color: inherit;
	opacity: 0.8;
}
.overlay-pagetitle-default .overlay-breadcrumbs > span:last-child,
.overlay-pagetitle-banner .overlay-breadcrumbs > span:last-child {
	margin-right: 0 !important;
}
.overlay-pagetitle-other .overlay-breadcrumbs > span:first-child {
	margin-left: 0 !important;
}

body.overlay-noedit .edit-link {
	display: none !important;
}

/* ---- Site Footer ---- */
.site-footer .site-bar {
	font-size: 13px;
}
.site-bar .social-icon {
	font-size: 15px;
}
.site-footer-inner {
	padding: 45px 0;
}

.site-footer .widget-title {
	font-size: 20px;
    margin: 0 0 10px;
    padding: 0;
}

.site-footer-inner .widget ul {
    margin: 0;
    padding: 0;
}
.site-footer-inner .widget ul li {
    margin: 0 0 4px;
    padding: 0;
    display: block;
    float: none;
}

.overlay-bottombar-fullcart .site-header-cart .widget_shopping_cart {
	display: block;
}
.overlay-bottombar-nofullcart .site-header-cart .widget_shopping_cart {
	display: none !important;
}

.scroll-to-top {
	display: flex;
	background-color: rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4) inset;
	border-radius: 2px;
	color: #FFF;
	font-size: 20px;
	cursor: pointer;
	height: 44px;
	position: fixed;
	bottom: 35px;
    right: 9px;
	width: 44px;
    align-items: center;
    justify-content: center;
    padding: 0;
	z-index: 999;
	opacity: 0;

	-webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
       -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}
.scroll-to-top.btt-show {
	opacity: 1;
}
.scroll-to-top.overlay-bttb-round {
	border-radius: 50%;
}
.scroll-to-top.overlay-bttb-none {
	background: none;
	box-shadow: none;
	color: #222;
    font-size: 3em;
}

/* ---- Side Social Icons ---- */
.overlay-side-social {
	position: fixed;
	top: 233px;
	right: 0;
	z-index: 996;
}
.overlay-side-social.overlay-icons-sideleft {
	right: auto;
	left: 0;
}
.overlay-side-social .social-icon {
	position: relative;
    background-color: #d4d4d4;
	display: block;
	margin: 0 0 2px;
	color: #FFF;
	
	-webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
       -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}
.overlay-side-social.overlay-icons-sideright .social-icon {
	padding: 10px 19px 10px 15px;
	right: -4px;
}
.overlay-side-social.overlay-icons-sideleft .social-icon {
	padding: 10px 15px 10px 19px;
	left: -4px;
}
.overlay-side-social.overlay-icons-sideright .social-icon:hover {
	right: 0;
}
.overlay-side-social.overlay-icons-sideleft .social-icon:hover {
	left: 0;
}

.overlay-side-social.overlay-sideicons-scroll {
	position: absolute;
}

.overlay-side-social.overlay-icons-sideright.overlay-side-social-rounded .social-icon {
	border-radius: 8px 0 0 8px;
}
.overlay-side-social.overlay-icons-sideleft.overlay-side-social-rounded .social-icon {
	border-radius: 0 8px 8px 0;
}
.overlay-side-social.overlay-side-social-round .social-icon {
	border-radius: 50%;
    padding: 10px 15px;
	right: 2px;
}
.overlay-side-social.overlay-icons-sideleft.overlay-side-social-round .social-icon {
	left: 2px;
}
.overlay-side-social.overlay-icons-sideright.overlay-side-social-round .social-icon:hover {
	right: 6px;
}
.overlay-side-social.overlay-icons-sideleft.overlay-side-social-round .social-icon:hover {
	left: 6px;
}

/*--------------------------------------------------------------
## Blog Lists & Search Results
--------------------------------------------------------------*/
.overlay-list article.type-post,
.overlay-list article.type-page {
	margin: 0 0 25px;
	padding: 0 0 25px;
}
.post-no-img {
	display: none;
}
.post-img a,
.post-img a img {
	display: block;
}
.post-content .entry-meta,
.post-content .entry-footer {
	font-size: 0.85em;
}
.post-content .entry-footer span {
	margin: 0 10px 0 0;
}
.post-content .entry-content {
	margin: 15px 0 0;
}
body.page .entry-content,
body.single-post .entry-content {
	margin: 0;
}
.overlay-list article .entry-title {
	font-size: 28px;
	margin: 0 0 22px;
	font-weight: 500;
}

.overlay-list.overlay-blog-left article.type-post .post-inner,
.overlay-list.overlay-blog-left article.type-page .post-inner,
.overlay-list.overlay-blog-right article.type-post .post-inner,
.overlay-list.overlay-blog-right article.type-page .post-inner,
.overlay-list.overlay-blog-alt article.type-post .post-inner,
.overlay-list.overlay-blog-alt article.type-page .post-inner {
	display: flex;
	align-items: flex-start;
}
.overlay-list.overlay-blog-left.overlay-blog-vcenter article.type-post .post-inner,
.overlay-list.overlay-blog-left.overlay-blog-vcenter article.type-page .post-inner,
.overlay-list.overlay-blog-right.overlay-blog-vcenter article.type-post .post-inner,
.overlay-list.overlay-blog-right.overlay-blog-vcenter article.type-page .post-inner,
.overlay-list.overlay-blog-alt.overlay-blog-vcenter article.type-post .post-inner,
.overlay-list.overlay-blog-alt.overlay-blog-vcenter article.type-page .post-inner {
	align-items: center;
}
.overlay-list.overlay-blog-left .post-img,
.overlay-list.overlay-blog-right .post-img,
.overlay-list.overlay-blog-alt .post-img {
	width: 30%;
}
.overlay-list.overlay-blog-left .post-content,
.overlay-list.overlay-blog-right .post-content,
.overlay-list.overlay-blog-alt .post-content {
	width: 70%;
}
.overlay-list .post-content.no-thumbnail {
	width: 100%;
}
.post-img.prop-img {
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.post-img.prop-img img,
.post-no-img img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}
.post-inner.prop-img-round .post-img {
	border-radius: 50%;
}

.overlay-readmore-btn {
	display: block;
    width: fit-content;
    margin: 10px 0 0;
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 2px rgba(0, 0, 0, 0.06);
    padding: 8px 20px 10px;
    font-size: 0.9em;
    font-weight: inherit;
    color: inherit;
}
.overlay-blog-top-center .overlay-readmore-btn {
	margin: 10px auto 0;
}

/* ---- Left Layout ---- */
.overlay-list.overlay-blog-left .post-content {
	padding: 0 0 0 25px;
}

/* ---- Right Layout ---- */
.overlay-list.overlay-blog-right .post-img {
	order: 2;
}
.overlay-list.overlay-blog-right .post-content {
	order: 1;
	padding: 0 25px 0 0;
}

/* ---- Alternate Layout ---- */
.blog-alt-even .post-img {
	order: 2;
}
.blog-alt-even .post-content {
	order: 1;
	padding: 0 25px 0 0;
}
.overlay-blog-left .blog-alt-even .post-img {
	order: 1;
}
.blog-alt-odd .post-content {
	padding: 0 0 0 25px;
}

/* ---- No Img ---- */
.overlay-list.overlay-blog-left .post-content.no-thumbnail,
.overlay-list.overlay-blog-right .post-content.no-thumbnail,
.overlay-list.overlay-blog-alt .post-content.no-thumbnail {
	padding: 0;
}

/* ---- Top Layout ---- */
.overlay-list.overlay-blog-top .post-img {
	margin: 0 0 20px;
}
.overlay-list.overlay-blog-top.overlay-blog-top-center article,
.overlay-list.overlay-blog-grid.overlay-blog-top-center article,
.overlay-list.overlay-blog-tile.overlay-blog-top-center article {
	text-align: center;
}

/* ---- Grid Layout ---- */
.overlay-list.overlay-blog-grid.loading-blocks {
	background-image: url(/wp-content/themes/overlay/images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.overlay-list.overlay-blog-grid.loading-blocks .overlay-list-inner {
	height: 400px !important;
	visibility: hidden;
}
.overlay-list.overlay-blog-grid .overlay-list-inner {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}

.overlay-blog-grid article.blog-grid-block {
	box-shadow: none !important;
	padding: 0 8px !important;
	margin: 0 0 16px;
}
.overlay-blog-grid article.blog-grid-block .post-content {
	padding: 15px;
}

/* ---- Tile Layout ---- */
.overlay-blog-tile article.blog-grid-block {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
	margin: 0;
	padding: 0;
	float: left;
}
.overlay-blog-tile article.blog-grid-block .post-inner {
	position: relative;
	overflow: hidden;
}
.overlay-blog-tile article.blog-grid-block .post-content {
	background-color: #FFF;
	position: absolute;
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
	overflow-y: scroll;
	/* visibility: hidden; */

	-webkit-transition: all 0.6s ease 0s;
     -moz-transition: all 0.6s ease 0s;
      -ms-transition: all 0.6s ease 0s;
       -o-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
}
.overlay-blog-tile article.blog-grid-block .post-content-inner {
	width: 100%;
	max-height: 100%;
	padding: 20px 40px;
}
.overlay-blog-tile article.blog-grid-block .post-content .entry-footer {
	margin-bottom: 25px;
}
.overlay-blog-tile .post-no-img {
	display: block;
}

/* -- Animations In -- */
.overlay-blog-tile article.blog-grid-block .post-content.overlay-tile-slide-bottom {
	left: 0;
	bottom: -110%;
}
.overlay-blog-tile article.blog-grid-block:hover .post-content.overlay-tile-slide-bottom {
	bottom: 0;
}
.overlay-blog-tile article.blog-grid-block .post-content.overlay-tile-slide-left {
	right: 100%;
    top: 0;
}
.overlay-blog-tile article.blog-grid-block:hover .post-content.overlay-tile-slide-left {
	right: 0;
}
.overlay-blog-tile article.blog-grid-block .post-content.overlay-tile-slide-right {
	left: 100%;
    top: 0;
}
.overlay-blog-tile article.blog-grid-block:hover .post-content.overlay-tile-slide-right {
	left: 0;
}
.overlay-blog-tile article.blog-grid-block .post-content.overlay-tile-fade {
	top: 0;
	left: 0;
	opacity: 0;
}
.overlay-blog-tile article.blog-grid-block:hover .post-content.overlay-tile-fade {
	opacity: 1;
}
.overlay-blog-tile article.blog-grid-block .post-content.overlay-tile-grow {
	top: 0;
	left: 0;
	opacity: 0;
	transform: scale(0.6);
}
.overlay-blog-tile article.blog-grid-block:hover .post-content.overlay-tile-grow {
	opacity: 1;
	transform: scale(1);
}
.overlay-blog-tile article.blog-grid-block .post-content.overlay-tile-grow-out {
	top: 0;
	left: 0;
	opacity: 0;
	transform: scale(1.4);
}
.overlay-blog-tile article.blog-grid-block:hover .post-content.overlay-tile-grow-out {
	opacity: 1;
	transform: scale(1);
}
/* -- Animations In -- */

.overlay-list.overlay-blog-tile.overlay-blog-top-center .entry-footer span {
	margin: 0 5px;
}
.overlay-list.overlay-blog-tile.overlay-blog-top-center .entry-footer span.comments-link {
	display: block;
}

/* ---- Columns ---- */
.overlay-list.overlay-grid-2 .overlay-list-inner > article.type-post,
.overlay-list.overlay-grid-2 .overlay-list-inner > article.type-page {
	width: 50%;
}
.overlay-list.overlay-grid-3 .overlay-list-inner > article.type-post,
.overlay-list.overlay-grid-3 .overlay-list-inner > article.type-page {
	width: 33.3333%;
}
.overlay-list.overlay-grid-4 .overlay-list-inner > article.type-post,
.overlay-list.overlay-grid-4 .overlay-list-inner > article.type-page {
	width: 25%;
}
.overlay-list.overlay-grid-5 .overlay-list-inner > article.type-post,
.overlay-list.overlay-grid-5 .overlay-list-inner > article.type-page {
	width: 20%;
}

/* -- Round -- */
.overlay-blog-grid.posts-round .has-post-thumbnail .post-inner,
.overlay-blog-top.posts-round .has-post-thumbnail .post-inner {
	padding-top: 20px;
}
.overlay-blog-grid.posts-round .post-img,
.overlay-blog-top.posts-round .post-img {
	margin: 0 20px;
}
.overlay-blog-tile.posts-round .post-inner,
.overlay-blog-tile.posts-round .post-inner .post-content,
.overlay-blog-left.posts-round .post-img,
.overlay-blog-right.posts-round .post-img,
.overlay-blog-alt.posts-round .post-img,
.overlay-blog-top.posts-round .post-img,
.overlay-blog-grid.posts-round .post-img {
	border-radius: 50%;
}
.overlay-blog-tile.posts-round .post-inner {
	margin: 0 10px 20px;
}
.overlay-blog-tile.posts-round .post-inner .post-content {
	text-align: center;
}
.overlay-blog-tile.posts-round .blog-grid-block {
	box-shadow: none !important;
}
.overlay-blog-tile.posts-round article.blog-grid-block .post-content-inner {
	padding: 40px;
}
.overlay-blog-tile.posts-round article.blog-grid-block .post-content .entry-footer {
	margin-bottom: 40px;
}
.overlay-site-full-width-blocked.break-blog-blocks .overlay-blog-left.posts-round .has-post-thumbnail .post-inner,
.overlay-site-full-width-blocked.break-blog-blocks .overlay-blog-right.posts-round .has-post-thumbnail .post-inner,
.overlay-site-full-width-blocked.break-blog-blocks .overlay-blog-alt.posts-round .has-post-thumbnail .post-inner {
	padding: 20px;
}
.overlay-blog-alt.posts-round article.blog-alt-odd.has-post-thumbnail .post-content,
.overlay-blog-right.posts-round .has-post-thumbnail .post-content {
	padding: 0 0 0 20px !important;
}
.overlay-blog-alt.posts-round article.blog-alt-even.has-post-thumbnail .post-content,
.overlay-blog-right.posts-round .has-post-thumbnail .post-content {
	padding: 0 20px 0 0 !important;
}

/* ---- Image Styles ---- */
/* -- black & White -- */
.overlay-list article .post-img.overlay-imgstyle-bw img,
.overlay-list article .post-img.overlay-imgstyle-bw {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	
	-webkit-transition: all 0.4s ease 0s;
     -moz-transition: all 0.4s ease 0s;
      -ms-transition: all 0.4s ease 0s;
       -o-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
}
.overlay-list article:hover .post-img.overlay-imgstyle-bw img,
.overlay-list article:hover .post-img.overlay-imgstyle-bw {
	filter: none;
    -webkit-filter: grayscale(0%);
}
/* -- Blur / GrayScale -- */
.overlay-list article .post-img.overlay-imgstyle-bg img,
.overlay-list article .post-img.overlay-imgstyle-bg {
	-webkit-filter: grayscale(0) blur(0);
	filter: grayscale(0) blur(0);

	-webkit-transition: all 0.4s ease-in-out 0s;
     -moz-transition: all 0.4s ease-in-out 0s;
      -ms-transition: all 0.4s ease-in-out 0s;
       -o-transition: all 0.4s ease-in-out 0s;
          transition: all 0.4s ease-in-out 0s;
}
.overlay-list article:hover .post-img.overlay-imgstyle-bg img,
.overlay-list article:hover .post-img.overlay-imgstyle-bg {
	-webkit-filter: grayscale(100%) blur(1px);
	filter: grayscale(100%) blur(1px);
}
/* -- Flash -- */
.overlay-list article:hover .post-img.overlay-imgstyle-flash img,
.overlay-list article:hover .post-img.overlay-imgstyle-flash {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
/* -- Shine -- */
.overlay-list article .post-img.overlay-imgstyle-shine {
	position: relative;
	overflow: hidden;
}
.overlay-list article .post-img.overlay-imgstyle-shine::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.overlay-list article:hover .post-img.overlay-imgstyle-shine::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
/* -- Circle -- */
.overlay-list article .post-img.overlay-imgstyle-circle {
	position: relative;
	overflow: hidden;
}
.overlay-list article .post-img.overlay-imgstyle-circle::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.overlay-list article:hover .post-img.overlay-imgstyle-circle::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

/* -- Numeric Pagination -- */
.overlay-numeric-navigation {
    margin: 50px 0 0;
    min-height: 40px;
}
.overlay-numeric-navigation ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.overlay-numeric-navigation li a,
.overlay-numeric-navigation li a:hover,
.overlay-numeric-navigation li.active a,
.overlay-numeric-navigation li.disabled {
    text-decoration:none;
}
.overlay-numeric-navigation li {
    display: inline-block;
	list-style-type: none;
	font-size: 0.85em;
	vertical-align: baseline;
}
.overlay-numeric-navigation.square li a,
.overlay-numeric-navigation.square li a:hover,
.overlay-numeric-navigation.square li.active a,
.overlay-numeric-navigation.square li.disabled,
.overlay-numeric-navigation.squaretxt li a,
.overlay-numeric-navigation.squaretxt li a:hover,
.overlay-numeric-navigation.squaretxt li.active a,
.overlay-numeric-navigation.squaretxt li.disabled {
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
	color: #FFF;
}
.overlay-numeric-navigation.circle li a,
.overlay-numeric-navigation.circle li a:hover,
.overlay-numeric-navigation.circle li.active a,
.overlay-numeric-navigation.circle li.disabled {
	border-radius: 50%;
    cursor: pointer;
    padding: 5px;
    color: #FFF;
}
.overlay-numeric-navigation.circle li a {
	display: block;
	width: 30px;
	height: 30px;
}
.overlay-numeric-navigation.circle li.prev,
.overlay-numeric-navigation.circle li.next,
.overlay-numeric-navigation.circle li.prev a,
.overlay-numeric-navigation.circle li.next a,
.overlay-numeric-navigation.squaretxt li.prev,
.overlay-numeric-navigation.squaretxt li.next,
.overlay-numeric-navigation.squaretxt li.prev a,
.overlay-numeric-navigation.squaretxt li.next a {
	background: none !important;
	width: auto;
}
.overlay-numeric-navigation.circle li.prev,
.overlay-numeric-navigation.squaretxt li.prev,
.overlay-numeric-navigation.numbers li.prev {
	margin-right: 12px;
}
.overlay-numeric-navigation.circle li.next,
.overlay-numeric-navigation.squaretxt li.next,
.overlay-numeric-navigation.numbers li.next {
	margin-left: 12px;
}

.overlay-numeric-navigation.numbers li {
	font-size: 1.15em;
    margin: 0 4px;
}
.overlay-numeric-navigation.numbers li.prev,
.overlay-numeric-navigation.numbers li.next {
	font-size: 0.8em;
}

/* -- Ajax Load More Pagination -- */
.pag-btn-default .overlay-loadmore,
.pag-btn-two .overlay-loadmore {
    margin: 18px auto 0;
    padding: 10px 24px !important;
    background-color: #f0f0f0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: none;
    border-radius: 2px;
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
	cursor:pointer;
	text-transform: uppercase;
	padding: 10px 0;

    -webkit-transition: background-color 0.2s ease 0s;
     -moz-transition: background-color 0.2s ease 0s;
      -ms-transition: background-color 0.2s ease 0s;
       -o-transition: background-color 0.2s ease 0s;
          transition: background-color 0.2s ease 0s;
}
.pag-btn-one .overlay-loadmore {
    margin: 18px auto 0;
    padding: 10px 24px !important;
    border: 1px solid rgba(0, 0, 0, 0.18);
    color: #7b7b7b;
    box-shadow: none;
    border-radius: 2px;
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
	cursor:pointer;
	text-transform: uppercase;
	padding: 10px 0;

    -webkit-transition: background-color 0.2s ease 0s;
     -moz-transition: background-color 0.2s ease 0s;
      -ms-transition: background-color 0.2s ease 0s;
       -o-transition: background-color 0.2s ease 0s;
          transition: background-color 0.2s ease 0s;
}
.overlay-loadmore.wide {
    width: 100%;
}
.pag-btn-default .overlay-loadmore:hover{
	background-color: #828282;
    color: #f1f1f1;
}
.pag-btn-one .overlay-loadmore:hover{
    border-color: #000;
    color: #000;
}
.overlay-scrollmore {
    padding: 20px 20px 10px;
    position: relative;
}
.overlay-scrollmore::before {
    display: block;
    content: '';
    width: 25px;
    height: 25px;
    border: 2px solid rgba(167, 167, 167, 0.25);
    border-top-color: #7999c1;
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1.2s linear infinite;
    top: 50%;
    margin: -10px auto 0 auto;
}

/* -- Remove Post Meta -- */
body.blog .entry-meta.overlay-blog-list-remdate .posted-on,
body.archive .entry-meta.overlay-blog-list-remdate .posted-on,
body.search .entry-meta.overlay-blog-list-remdate .posted-on,
body.blog .entry-meta.overlay-blog-list-remauth .byline,
body.archive .entry-meta.overlay-blog-list-remauth .byline,
body.search .entry-meta.overlay-blog-list-remauth .byline,
body.blog .entry-footer.overlay-blog-list-remcats .cat-links,
body.archive .entry-footer.overlay-blog-list-remcats .cat-links,
body.search .entry-footer.overlay-blog-list-remcats .cat-links,
body.blog .entry-footer.overlay-blog-list-remtags .tags-links,
body.archive .entry-footer.overlay-blog-list-remtags .tags-links,
body.search .entry-footer.overlay-blog-list-remtags .tags-links,
body.blog .entry-footer.overlay-blog-list-remcoms .comments-link,
body.archive .entry-footer.overlay-blog-list-remcoms .comments-link,
body.search .entry-footer.overlay-blog-list-remcoms .comments-link,

body.single-post .entry-meta.overlay-blog-post-remdate .posted-on,
body.single-post .entry-meta.overlay-blog-post-remauth .byline,
body.single-post .entry-footer.overlay-blog-post-remcats .cat-links,
body.single-post .entry-footer.overlay-blog-post-remtags .tags-links {
    display: none !important;
}

/*--------------------------------------------------------------
## Blog Single
--------------------------------------------------------------*/
.single-post .entry-meta {
	font-size: 0.85em;
	margin: 0 0 18px;
}
.single-post .entry-footer > span {
	margin: 0 12px 0 0;
	font-size: 0.85em;
}
.single-post .post-thumbnail {
	margin: 0 0 15px;
}
.navigation.post-navigation {
	margin-top: 40px;
	padding: 20px 0 0;
}
.overlay-postnav-barrows .navigation.post-navigation {
	box-shadow: none !important;
	margin: 0;
	padding: 0;
}
.overlay-postnav-barrows .post-navigation .nav-previous {
    position: fixed;
    display: flex;
    top: 50%;
    left: -210px;
    background-color: rgba(0, 0, 0, 0.3);
    width: 250px;
    height: 80px;
    padding: 16px 10px;
    border-radius: 0 50px 50px 0;
    font-size: 28px;
    text-align: right;
    color: #FFF;
    -webkit-transition: all 0.4s ease 0s;
     -moz-transition: all 0.4s ease 0s;
      -ms-transition: all 0.4s ease 0s;
       -o-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
}
.overlay-postnav-barrows .post-navigation .nav-next {
    position: fixed;
    display: flex;
    top: 50%;
    right: -210px;
    background-color: rgba(0, 0, 0, 0.3);
    width: 250px;
    height: 80px;
    padding: 16px 10px;
    border-radius: 50px 0 0 50px;
    font-size: 28px;
    text-align: left;
    color: #FFF;
    -webkit-transition: all 0.4s ease 0s;
     -moz-transition: all 0.4s ease 0s;
      -ms-transition: all 0.4s ease 0s;
       -o-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
}
.overlay-postnav-barrows .post-navigation .nav-previous:hover {
    left: 0;
}
.overlay-postnav-barrows .post-navigation .nav-next:hover {
    right: 0;
}
.overlay-postnav-barrows .post-navigation .nav-previous a,
.overlay-postnav-barrows .post-navigation .nav-next a {
	display: flex;
    font-size: 15px;
    align-self: center;
    width: 100%;
    padding: 0 35px 3px 0;
    color: #FFF;
}
.overlay-postnav-barrows .post-navigation .nav-next a {
    padding: 0 0 3px 35px;
}
.overlay-postnav-barrows .post-navigation .nav-previous a::before,
.overlay-postnav-barrows .post-navigation .nav-next a::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 18px;
    color: #FFF;
}
.overlay-postnav-barrows .post-navigation .nav-previous a::before {
    content: "\f060";
    right: 6px;
    top: 23px;
    font-size: 22px;
    align-self: center;
}
.overlay-postnav-barrows .post-navigation .nav-next a::before {
    content: "\f061";
	left: 6px;
    top: 23px;
    font-size: 22px;
    align-self: center;
}

/* ---- Author Blocks ---- */
/* ---- Style One ---- */
.overlay-authorblock-one,
.overlay-authorblock-three {
    padding: 25px 26px 20px;
	margin: 40px auto 25px;
	display: flex;
}
.overlay-authorblock-one .overlay-authorblock-left,
.overlay-authorblock-three .overlay-authorblock-left {
	min-width: 115px;
    max-width: 200px;
    padding: 8px 15px 0 0;
}
.overlay-authorblock-one .overlay-authorblock-right,
.overlay-authorblock-three .overlay-authorblock-right {
	flex: 1;
}
.overlay-authorblock-one {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.025);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}
.overlay-authorblock-three {
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.overlay-authorblock-one .author_name,
.overlay-authorblock-three .author_name {
	font-size: 1.3em;
    font-weight: 600;
    text-transform: capitalize;
}
.overlay-authorblock-one .author_img img,
.overlay-authorblock-three .author_img img {
	border: 1px solid rgba(0, 0, 0, 0.38);
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    float: left;
    margin: 0 25px 0 4px;
}
.overlay-authorblock-one .author_links,
.overlay-authorblock-three .author_links {
    font-size: 0.85em;
    text-transform: uppercase;
	letter-spacing: 0.4px;
	color: #cacaca;
}
.overlay-authorblock-one .author_links a,
.overlay-authorblock-three .author_links a {
	margin: 0 5px;
    position: relative;
    top: 1px;
}

/* ---- Style Two ---- */
.overlay-authorblock-two,
.overlay-authorblock-four {
    padding: 25px 20px 20px;
    margin: 40px auto 25px;
    text-align: center;
}
.overlay-authorblock-two {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
}
.overlay-authorblock-four {
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.overlay-authorblock-two .author_name,
.overlay-authorblock-four .author_name {
	font-size: 1.6em;
    font-weight: 500;
    text-transform: capitalize;
}
.overlay-authorblock-two .author_details,
.overlay-authorblock-four .author_details {
	max-width: 600px;
    margin: 0 auto 30px;
}
.overlay-authorblock-two .author_img img,
.overlay-authorblock-four .author_img img {
	border: 1px solid rgba(0, 0, 0, 0.38);
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    margin: 0 auto 25px;
    display: block;
}
.overlay-authorblock-two .author_links,
.overlay-authorblock-four .author_links{
	font-size: 0.7em;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #cacaca;
}
.overlay-authorblock-two .author_links a,
.overlay-authorblock-four .author_links a {
	margin: 0 10px;
    position: relative;
    top: 1px;
}

/* ---- JetPack ---- */
#jp-relatedposts h3.jp-relatedposts-headline {
    display: block;
    font-size: 25px;
    width: 100%;
    text-align: center;
}
#jp-relatedposts h3.jp-relatedposts-headline em {
	font-weight: 400;
}
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
}
/* ---- JetPack - Infinite Scroll - Button ---- */
body.infinite-scroll .overlay-list-inner {
    padding-bottom: 60px;
}
body.infinite-scroll .overlay-list-inner #infinite-handle,
body.infinite-scroll .overlay-list-inner .infinite-loader {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -50px;
}
body.infinite-scroll .overlay-list-inner #infinite-handle button {
    box-shadow: none;
}
body.infinite-scroll .overlay-list-inner .infinite-loader {
    margin: 0 0 0 -20px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

article:last-child {
	box-shadow: none !important;
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
	margin: 20px 0 0;
    padding: 20px 0 0;
}
#comments .comments-title {
	font-size: 1.4em;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
article time.updated {
	display: none;
}
article time.entry-date.published {
	display: inline;
}

footer.comment-meta {
	position: relative;
}
.comment-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: both;
}
.comment-list li {
	margin: 0;
	padding: 0 0 10px;
}
.comment-list > li,
.comment-list .children > li {
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
	padding: 20px 0;
}
.comment-list li:last-child {
	box-shadow: none;
	padding-bottom: 0;
}
.comment-author {
	float: none;
	width: auto;
	margin-left: 55px;
}
.comment-author b.fn {
	display: block;
}
.comment-container {
	margin-left: 65px;
}
.comment-author .avatar {
	border: 2px solid #DCDCDC;
	position: absolute;
	left: 0;
}
.comment-meta cite {
	display: block;
	font-weight: 600;
}
.comment-content {
	margin: 0 0 0 55px;
}
.comment-metadata {
	font-style: italic;
	font-size: 0.75em;
	margin-left: 55px;
	padding: 0 0 4px;
}
.comment .reply {
	text-align: right;
	font-size: 0.8rem;
}
.comments-area label {
	float: left;
	min-width: 10.5%;
	padding: 6px 0 0;
}
.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="url"],
.comments-area input[type="password"],
.comments-area input[type="search"] {
	padding: 1%;
	width: 85%;
}
#comments ul {
	margin-left: 2em;
}
#comments li {
	list-style-type: none;
}
.post-password-required input {
	max-width: 280px;
	margin: 0 5px;
}
span.says {
	display: none;
}
.comment-form-cookies-consent input {
	display: inline-block;
	position: relative;
	top: -1px;
}
.comment-form-cookies-consent label {
	display: inline-block;
	float: none;
	margin: 0 0 0 10px;
}
.comment-awaiting-moderation {
	display: block;
    border-radius: 3px;
    font-size: 0.85em;
    margin: 4px 0 12px 55px;
    background-color: rgba(0, 0, 0, 0.06);
    padding: 10px;
    text-align: center;
}
.comment-respond {
	margin: 40px 0 0;
    padding: 20px 0 0;
}
.comment-respond .comment-reply-title {
	margin: 0;
    padding: 0 0 15px;
    font-size: 1.4em;
}
.comments-area.overlay-comtop .comment-respond {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    margin: 0 0 40px;
    padding: 0 0 20px;
}

.overlay-comments-bubble #comments li {
	box-shadow: none;
    padding: 18px 0 0;
}
.overlay-comments-bubble #comments li .children {
	margin-bottom: 25px;
}
.overlay-comments-bubble #comments li article.comment-body {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12), 0 0 4px rgba(0, 0, 0, 0.3) !important;
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 3px;
    padding: 15px;
}
.overlay-comments-bubble footer.comment-meta {
	display: flex;
	align-items: baseline;
	margin: 0 0 10px;
}
.overlay-comments-bubble footer.comment-meta .comment-metadata {
	margin: 0;
	flex-grow: 1;
    text-align: right;
}

/* -- Error 404 Page -- */
.error-404 {
	text-align: center;
	padding: 20px 0 80px;
	display: flex;
    flex-direction: column;
}
.error-404 .page-title {
	margin: 0;
    padding: 20px 0 0;
    font-size: 2.2em;
    font-weight: 400;
}
.error-ban-sign .fa-ban {
	font-size: 182px;
	line-height: 1.4;
    opacity: 0.4;
}
.error-content {
	margin: 10px 0 20px;
}
.error-search {
	margin: 10px 0 10px;
}
.error-search form.search-form {
	display: inline-block;
	width: 380px;
}
.error-search form.search-form .search-field {
	width: 100%;
}
.error-search form.search-form .search-submit {
	display: none;
}
.error-btn {
	text-align: center;
	margin: 10px 0 20px;
}
.error-btn a {
	display: inline-block;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 2px rgba(0, 0, 0, 0.06);
    padding: 10px 25px 12px;
    margin: 15px 0 0;
    font-size: 0.9em;
    font-weight: inherit;
	color: inherit;
	-webkit-transition: all 0.2s ease 0s;
     -moz-transition: all 0.2s ease 0s;
      -ms-transition: all 0.2s ease 0s;
       -o-transition: all 0.2s ease 0s;
          transition: all 0.2s ease 0s;
}
.error-btn a:hover {
	color: #FFF;
}

.overlay-error-style-one .error-header {
	order: 1;
}
.overlay-error-style-one .error-content {
	order: 2;
}
.overlay-error-style-one .error-search {
	order: 3;
}
.overlay-error-style-one .error-btn {
	order: 4;
}
.overlay-error-style-one .error-ban-sign {
	order: 5;
}

.overlay-error-style-two .error-header {
	order: 1;
}
.overlay-error-style-two .error-content {
	order: 2;
}
.overlay-error-style-two .error-ban-sign {
	order: 3;
	margin: 0 0 10px;
}
.overlay-error-style-two .error-search {
	order: 4;
}
.overlay-error-style-two .error-btn {
	order: 5;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* ---- Search ---- */
.widget.widget_search input[type="search"] {
	width: 100%;
    padding: 6px 10px;
    font-size: 14px;
}
.widget.widget_search input[type="submit"] {
	display: none;
}

/* ---- Footer Siteby ---- */
.overlay-siteby-icon {
	width: 24px;
    background-color: #f1f1f1;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18), 0 0 3px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    border-radius: 2px;
    position: fixed;
    bottom: 8px;
	right: 10px;
	margin: 0;
	padding: 0;
	font-size: 13px;
	text-align: center;
	z-index: 999;
	
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	
	-webkit-transition: all 0.2s ease 0s;
     -moz-transition: all 0.2s ease 0s;
      -ms-transition: all 0.2s ease 0s;
       -o-transition: all 0.2s ease 0s;
          transition: all 0.2s ease 0s;
}
.overlay-siteby-icon img {
	display: block;
	margin: 0;
}
.overlay-siteby-icon:hover {
	filter: none;
    -webkit-filter: grayscale(0%);
}
.overlay-siteby-plain {
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08) inset;
    margin: 1px 0 0;
    padding: 5px 10px 8px;
    font-size: 11px;
	text-align: center;
	opacity: 0.7;
}

body.elementor-template-full-width .site-container.site-content .site-content-inner {
    display: block;
}

/* ---- Nav Span ---- */
.main-navigation.overlay-nav-block .nav-span-block {
	padding: 5px 12px;
    border-radius: 4px;
}

/* ---------------- Default Styles ---------------- */
/* ---- Box Shadow - Bottom---- */
.site-header .site-bar,
.site-header,
.overlay-list article.type-post,
.overlay-list article.type-page,
.overlay-banner-wrap {
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}
/* ---- Box Shadow - Top---- */
.main-navigation,
.post-navigation,
.comments-area,
.site-footer,
.site-footer .site-bar,
.comment-respond {
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08);
}
/* ---- Box Shadow - Right---- */
.content-area,
body.blog.overlay-blog-rs .content-area,
body.single.overlay-blog-post-rs .content-area,
body.archive.overlay-blog-rs .content-area,
body.search-results.overlay-blog-search-rs .content-area {
	box-shadow: 1px 0 0 rgba(0, 0, 0, 0.08);
}
/* ---- Box Shadow - Left---- */
body.page-template-left-sidebar .content-area,
body.page-template-default.overlay-page-ls .content-area,
body.blog.overlay-blog-ls .content-area,
body.single.overlay-blog-post-ls .content-area,
body.archive.overlay-blog-ls .content-area,
body.search-results.overlay-blog-search-ls .content-area {
	box-shadow: -1px 0 0 rgba(0, 0, 0, 0.08);
}
/* ---- Box Shadow - Single All Round---- */
.overlay-list.overlay-blog-grid article.type-post .post-inner,
.overlay-list.overlay-blog-grid article.type-page .post-inner {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

/* ---- Box Shadow - All Round---- */
body.overlay-site-full-width-blocked.overlay-joined-content .site-content-inner,

body.overlay-site-full-width-blocked.overlay-break-content .content-area,
body.overlay-site-full-width-blocked.overlay-break-content .widget-area,
body.overlay-site-full-width-blocked.overlay-break-content .widget-area.widgets-apart .widget,

body.page-template-default.overlay-page-frs .widget-area,
body.page-template-default.overlay-page-fls .widget-area,

body.blog.overlay-blog-frs .widget-area,
body.single.overlay-blog-post-frs .widget-area,
body.archive.overlay-blog-frs .widget-area,
body.search-results.overlay-blog-search-frs .widget-area,
body.blog.overlay-blog-fls .widget-area,
body.single.overlay-blog-post-fls .widget-area,
body.archive.overlay-blog-fls .widget-area,
body.search-results.overlay-blog-search-fls .widget-area,

body.page-template-floating-right-sidebar .widget-area,
body.page-template-floating-left-sidebar .widget-area,
body.overlay-site-full-width-blocked.overlay-joined-content.break-blog-blocks .site-content-inner article,
.overlay-blog-left.posts-round .post-img,
.overlay-blog-right.posts-round .post-img,
.overlay-blog-alt.posts-round .post-img,
.overlay-blog-top.posts-round .post-img,
.overlay-blog-grid.posts-round .post-img,
.overlay-blog-tile.posts-round .post-inner {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
}

/* ---- Box Shadow - None---- */
.site-content-inner .content-area.content-area-full,
body.page-template-floating-right-sidebar .content-area,
body.page-template-floating-left-sidebar .content-area,
body.overlay-site-boxed .site-content-inner.remove-line #primary.content-area,
body.overlay-site-full-width .site-content-inner.remove-line #primary.content-area,
.overlay-list.overlay-blog-grid article.type-post,
.overlay-list.overlay-blog-grid article.type-page {
	box-shadow: none;
}

/* ---- Background - White---- */
body.overlay-site-full-width,

body.overlay-site-full-width .site-header,
body.overlay-site-full-width .site-footer,
body.overlay-site-boxed .site-header,
body.overlay-site-boxed .site-footer,
body.overlay-site-boxed .site-boxed,

body.overlay-site-full-width-blocked .site-header,
body.overlay-site-full-width-blocked .site-footer,
body.overlay-site-full-width-blocked.overlay-joined-content .site-content-inner,

body.overlay-site-full-width-blocked.overlay-break-content .content-area,
body.overlay-site-full-width-blocked.overlay-break-content .widget-area,
body.overlay-site-full-width-blocked.overlay-break-content .widget-area.widgets-apart .widget,

body.page-template-floating-right-sidebar .widget-area,
body.page-template-floating-left-sidebar .widget-area,

body.page-template-default.overlay-page-frs .widget-area,
body.page-template-default.overlay-page-fls .widget-area,

body.blog.overlay-blog-frs .widget-area,
body.single.overlay-blog-post-frs .widget-area,
body.archive.overlay-blog-frs .widget-area,
body.search-results.overlay-blog-search-frs .widget-area,
body.blog.overlay-blog-fls .widget-area,
body.single.overlay-blog-post-fls .widget-area,
body.archive.overlay-blog-fls .widget-area,
body.search-results.overlay-blog-search-fls .widget-area,

.site-bar-inner,
.header-search-block,
.site-footer .site-bar,
.overlay-search-slide .header-search-block,
.overlay-search-full .header-search-block,
.main-navigation ul ul,
body #page .site-bar.stick-header.stuck .site-bar-inner,

body.overlay-site-full-width-blocked.overlay-joined-content.break-blog-blocks .site-content-inner .post-inner {
	background-color: #FFF;
}
body.overlay-site-full-width-blocked.overlay-break-content .widget-area.widgets-apart,
body.overlay-site-full-width-blocked.overlay-joined-content.break-blog-blocks .site-content-inner {
	box-shadow: none;
	background-color: transparent;
}
/* ---- Background - Off White / Grey ---- */
body.overlay-site-boxed,
body.overlay-site-full-width-blocked {
	background-color: #f4f4f4;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a:focus,
.main-navigation ul ul li.current-menu-item > a,
.main-navigation ul ul li.current_page_item > a,
.main-navigation ul ul li.current-menu-parent > a,
.main-navigation ul ul li.current_page_parent > a,
.main-navigation ul ul li.current-menu-ancestor > a,
.main-navigation ul ul li.current_page_ancestor > a,
.main-navigation.overlay-nav-solid ul a:hover,
.main-navigation.overlay-nav-solid ul > li > a:hover,
.main-navigation.overlay-nav-solid ul > li > a:focus,
.main-navigation.overlay-nav-solid ul > li.current-menu-item > a,
.main-navigation.overlay-nav-solid ul > li.current-menu-ancestor > a,
.main-navigation.overlay-nav-solid ul > li.current-menu-parent > a,
.main-navigation.overlay-nav-solid ul > li.current_page_parent > a,
.main-navigation.overlay-nav-solid ul > li.current_page_ancestor > a,
.main-navigation.overlay-nav-solid .current_page_item > a,
.main-navigation.overlay-nav-block ul > li > a:hover span.nav-span-block,
.main-navigation.overlay-nav-block ul > li > a:focus span.nav-span-block,
.main-navigation.overlay-nav-block ul > li.current-menu-item > a span.nav-span-block,
.main-navigation.overlay-nav-block ul > li.current-menu-ancestor > a span.nav-span-block,
.main-navigation.overlay-nav-block ul > li.current-menu-parent > a span.nav-span-block,
.main-navigation.overlay-nav-block ul > li.current_page_parent > a span.nav-span-block,
.main-navigation.overlay-nav-block ul > li.current_page_ancestor > a span.nav-span-block,
.main-navigation.overlay-nav-block .current_page_item > a span.nav-span-block,

.pag-btn-two .overlay-loadmore,
.overlay-readmore-btn:hover {
	color: #FFF !important;
}

/* ---- Default Fonts ---- */
body {
	font-family: 'Open Sans', sans-serif;
}
.site-title,
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
}

/* ---- Primary Color ---- */
.main-navigation.overlay-nav-plain ul > li > a:hover,
.main-navigation.overlay-nav-plain ul > li > a:focus,
.main-navigation.overlay-nav-plain ul > li.current-menu-item > a,
.main-navigation.overlay-nav-plain ul > li.current-menu-ancestor > a,
.main-navigation.overlay-nav-plain ul > li.current-menu-parent > a,
.main-navigation.overlay-nav-plain ul > li.current_page_parent > a,
.main-navigation.overlay-nav-plain ul > li.current_page_ancestor > a,
.main-navigation.overlay-nav-plain .current_page_item > a,
.main-navigation.overlay-nav-underline ul > li > a:hover,
.main-navigation.overlay-nav-underline ul > li > a:focus,
.main-navigation.overlay-nav-underline ul > li.current-menu-item > a,
.main-navigation.overlay-nav-underline ul > li.current-menu-ancestor > a,
.main-navigation.overlay-nav-underline ul > li.current-menu-parent > a,
.main-navigation.overlay-nav-underline ul > li.current_page_parent > a,
.main-navigation.overlay-nav-underline ul > li.current_page_ancestor > a,
.main-navigation.overlay-nav-underline .current_page_item > a,
.overlay-numeric-navigation.circle li.prev a,
.overlay-numeric-navigation.circle li.next a,
.overlay-numeric-navigation.squaretxt li.prev a,
.overlay-numeric-navigation.squaretxt li.next a,
.overlay-footer-social-two #overlay-bottombar-menu li a:hover,
.overlay-footer-social-two.footer-menu-vertical #overlay-bottombar-menu li a:hover {
	color: #7999c1;
}
/* .main-navigation ul ul a:hover { For Mobile Menu hover color
	color: #7999c1 !important;
} */

.main-navigation.overlay-nav-underline ul > li > a:hover,
.main-navigation.overlay-nav-underline ul > li > a:focus,
.main-navigation.overlay-nav-underline ul > li.current-menu-item > a,
.main-navigation.overlay-nav-underline ul > li.current-menu-ancestor > a,
.main-navigation.overlay-nav-underline ul > li.current-menu-parent > a,
.main-navigation.overlay-nav-underline ul > li.current_page_parent > a,
.main-navigation.overlay-nav-underline ul > li.current_page_ancestor > a,
.main-navigation.overlay-nav-underline .current_page_item > a {
	box-shadow: 0 -4px 0 #7999c1 inset;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a:focus,
.main-navigation ul ul li.current-menu-item > a,
.main-navigation ul ul li.current_page_item > a,
.main-navigation ul ul li.current-menu-parent > a,
.main-navigation ul ul li.current_page_parent > a,
.main-navigation ul ul li.current-menu-ancestor > a,
.main-navigation ul ul li.current_page_ancestor > a,

.main-navigation.overlay-nav-solid a:hover,
.main-navigation.overlay-nav-solid ul > li > a:hover,
.main-navigation.overlay-nav-solid ul > li > a:focus,
.main-navigation.overlay-nav-solid ul > li.current-menu-item > a,
.main-navigation.overlay-nav-solid ul > li.current-menu-ancestor > a,
.main-navigation.overlay-nav-solid ul > li.current-menu-parent > a,
.main-navigation.overlay-nav-solid ul > li.current_page_parent > a,
.main-navigation.overlay-nav-solid ul > li.current_page_ancestor > a,
.main-navigation.overlay-nav-solid .current_page_item > a,

.main-navigation.overlay-nav-block ul > li > a:hover span.nav-span-block,
.main-navigation.overlay-nav-block ul > li > a:focus span.nav-span-block,
.main-navigation.overlay-nav-block ul > li.current-menu-item > a span.nav-span-block,
.main-navigation.overlay-nav-block ul > li.current-menu-ancestor > a span.nav-span-block,
.main-navigation.overlay-nav-block ul > li.current-menu-parent > a span.nav-span-block,
.main-navigation.overlay-nav-block ul > li.current_page_parent > a span.nav-span-block,
.main-navigation.overlay-nav-block ul > li.current_page_ancestor > a span.nav-span-block,
.main-navigation.overlay-nav-block .current_page_item > a span.nav-span-block,

.overlay-widget-shortline .widget-title::after,
.overlay-widget-sideline .widget-title::after,
.site-footer .overlay-widget-shortline .widget-title::after,
.site-footer .overlay-widget-sideline .widget-title::after,
.overlay-side-social .social-icon,
.error-btn a:hover,
.overlay-slider-container .overlay-btn,
.overlay-numeric-navigation.square li a,
.overlay-numeric-navigation.square li a:hover,
.overlay-numeric-navigation.square li.active a,
.overlay-numeric-navigation.square li.disabled,
.overlay-numeric-navigation.circle li a,
.overlay-numeric-navigation.circle li a:hover,
.overlay-numeric-navigation.circle li.active a,
.overlay-numeric-navigation.circle li.disabled,
.overlay-numeric-navigation.squaretxt li a,
.overlay-numeric-navigation.squaretxt li a:hover,
.overlay-numeric-navigation.squaretxt li.active a,
.overlay-numeric-navigation.squaretxt li.disabled,
#comments .comment-form input.submit:hover,
.overlay-footdivide-shortline .footer-custom-block::after,
.overlay-footdivide-shortline ul.site-footer-widgets > li::after,
.overlay-readmore-btn:hover,
.pag-btn-two .overlay-loadmore {
	background-color: #7999c1;
}
.overlay-slider-container .overlay-btn:hover,
.overlay-numeric-navigation.square li a:hover,
.overlay-numeric-navigation.square li.active a,
.overlay-numeric-navigation.circle li a:hover,
.overlay-numeric-navigation.circle li.active a,
.overlay-numeric-navigation.squaretxt li a:hover,
.overlay-numeric-navigation.squaretxt li.active a,
.pag-btn-two .overlay-loadmore:hover {
	background-color: #4373b0;
}
.overlay-numeric-navigation.circle li.prev a:hover,
.overlay-numeric-navigation.circle li.next a:hover,
.overlay-numeric-navigation.squaretxt li.prev a:hover,
.overlay-numeric-navigation.squaretxt li.next a:hover,
.overlay-numeric-navigation.numbers li.prev a:hover,
.overlay-numeric-navigation.numbers li.next a:hover,
.overlay-numeric-navigation.numbers li.active a {
	color: #4373b0;
}
/*
Theme Name:   Overlay Child Simplist
Theme URI:    https://kairaweb.com/child-theme/overlay-child-simplist/
Description:  Overlay Child Simplist is a child theme for the popular Overlay WordPress theme. Using Overlay Child Simplist, along with Overlay's powerful customization settings and the new standard basic header layout, you're able to easily create a beautiful and professional looking website in no time. This theme works well with any of your favorite page builders like Elementor, Visual Composer, Beaver Builder, SiteOrigin or Divi Builder when creating a site for a corporate business, digital agency, personal blog, construction, hospital, coaching, furniture or digital marketing site and lots more... It's a multipurpose theme, so get creative. Overlay Child Simplist and WooCommerce are a perfect match, with deeper WooCommerce integration you're able to easily build a professional online store and sell your eCommerce products. Focused on speed and usability and coded with only the best SEO practices and WP coding standards, Overlay is the perfect theme for your next project.
Author:       Kaira
Author URI:   https://kairaweb.com/
Template:     overlay
Version:      1.1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, rtl-language-support, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain:  overlay-child-simplist
*/

/* -- Add your Own Custom CSS Here -- */
/*--------------------------------------------------------------
# Header Styling
--------------------------------------------------------------*/
.overlay-header-default .site-header-inner {
    text-align: center;
}
.overlay-header-default .site-header-inner.header-align-left {
    text-align: left;
}
.overlay-header-default .site-header-inner.header-align-right {
    text-align: right;
}

/* ---- Site Header ---- */
.site-logo-align .site-logo-title {
    text-align: left;
    padding: 0 0 0 20px;
}

.site-header-inner {
    padding: 20px 0 35px;
}
.site-title {
    font-size: 56px;
    line-height: 1.2;
    font-weight: 400;
}
.site-description {
    font-size: 14px;
    font-weight: 400;
}

.overlay-bgheader-img {
    background-repeat: no-repeat;
    background-position: center center;
}

/* -------- Sticky - Logo & Navigation -------- */
.site-stick-header.stick-header {
    top: -180px;

    -webkit-transition: all 0.4s ease 0.2s;
     -moz-transition: all 0.4s ease 0.2s;
      -ms-transition: all 0.4s ease 0.2s;
       -o-transition: all 0.4s ease 0.2s;
          transition: all 0.4s ease 0.2s;
}
.site-stick-header.stick-header.stuck {
    background-color: #FFF;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.14) inset;
    position: fixed;
    top: -180px;
    left: 0;
    width: 100%;
    z-index: 99999;
}
.site-stick-header.stick-header.stuck .site-header-inner {
    padding: 5px 0;
    text-align: left;
}
.site-stick-header.stick-header.stuck .site-header-inner .site-title {
    line-height: 1;
    font-size: 40px;
}
.site-stick-header.stick-header.stuck .site-stick-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.site-header.stick-logonav.stick-logonav-botalign .site-stick-header.stick-header.stuck .site-stick-inner {
    align-items: flex-end;
}
.site-stick-header.stick-header.stuck .site-stick-inner > .site-container {
    flex: 1;
    text-align: left;
}
.site-header.stick-logonav .site-stick-header.stick-header.stuck .site-logo-title,
.site-header.stick-logonav .site-stick-header.stick-header.stuck .custom-logo-link {
    display: inline-block;
    vertical-align: middle;
}
.site-stick-header.stick-header.stuck .site-stick-inner > .main-navigation {
    background-color: #FFF;
    box-shadow: none;
    flex: 2;
    justify-content: flex-end;
}
.site-stick-header.stick-header.stuck .site-stick-inner > .main-navigation > .site-container {
    margin: 0;
    padding: 0;
}
.site-header.stick-logonav .site-stick-header.stick-header.stuck .main-navigation ul {
    float: right;
}

.site-stick-header.stick-header.stuck .menu-toggle {
    box-shadow: none;
    width: auto;
    float: right;
    padding: 12px 48px;
}

.site-boxed .site-stick-header.stick-header.stuck {
    left: auto;
    max-width: 1200px;
}

/* -------- Sticky - Navigation Only -------- */
.main-navigation.stick-header {
    top: -50px;

    -webkit-transition: all 0.4s ease 0.2s;
     -moz-transition: all 0.4s ease 0.2s;
      -ms-transition: all 0.4s ease 0.2s;
       -o-transition: all 0.4s ease 0.2s;
          transition: all 0.4s ease 0.2s;
}
.main-navigation.stick-header.stuck {
    background-color: #FFF;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.14) inset;
    position: fixed;
    top: -50px;
    left: 0;
    width: 100%;
    z-index: 99999;
}
.site-boxed .main-navigation.stick-header.stuck {
    left: auto;
    max-width: 1200px;
}

/* -------- Sticky - Top Bar Only -------- */
.site-bar.stick-header {
    top: -50px;

    -webkit-transition: all 0.4s ease 0.2s;
     -moz-transition: all 0.4s ease 0.2s;
      -ms-transition: all 0.4s ease 0.2s;
       -o-transition: all 0.4s ease 0.2s;
          transition: all 0.4s ease 0.2s;
}
.site-bar.stick-header.stuck {
    background-color: #FFF;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.14) inset;
    position: fixed;
    top: -50px;
    left: 0;
    width: 100%;
    z-index: 99999;
    padding: 0 0 1px;
    color: inherit;
}
.site-boxed .site-bar.stick-header.stuck {
    left: auto;
    max-width: 1200px;
}

.site-stick-header.stick-header.stuck.animate-sticky-header,
.main-navigation.stick-header.stuck.animate-sticky-header,
.site-bar.stick-header.stuck.animate-sticky-header {
    top: 0;
}
body.admin-bar .site-stick-header.stick-header.stuck.animate-sticky-header,
body.admin-bar .main-navigation.stick-header.stuck.animate-sticky-header,
body.admin-bar .site-bar.stick-header.stuck.animate-sticky-header {
    top: 32px;
}/*--------------------------------------------------------------
# Header Styling
--------------------------------------------------------------*/
.site-title {
    font-size: 40px;
    line-height: 1;
    margin: -4px 0 0;
}
.site-description {
    font-size: 12px;
}

/* ---- Site Header ---- */
.site-header-inner {
    display: flex;
    align-items: center;
    padding: 12px 0;
}
.stick-logonav.stick-logonav-botalign .stuck .site-header-inner {
    align-items: flex-end;
}

.site-branding {
    flex: 1;
}
.main-navigation {
    box-shadow: none;
    flex: 2;
    text-align: right;
}
.main-navigation > .site-container {
    display: inline-block;
    padding: 0;
    margin: 0 0 -5px;
}
.main-navigation a {
    padding: 42px 18px;
}
.main-navigation.overlay-nav-block a {
    padding: 42px 10px;
}

.main-navigation ul ul a {
    padding: 12px 18px;
}

.site-stick-header.stick-header.stuck .site-header-inner {
    padding: 0;
}

.show-site-search .overlay-search-fade .header-search-block {
    top: 66px;
    z-index: 99;
    width: 300px;
}
/*--------------------------------------------------------------
# Footer Styling
--------------------------------------------------------------*/
.overlay-footer-social-two {
    text-align: center;
}
.overlay-bgheader-img {
    background-repeat: no-repeat;
    background-position: center center;
}
.overlay-footer-social-two .site-footer-icons {
    margin: 0 0 15px;
}
.overlay-footer-social-two .site-footer-icons .social-icon {
    display: inline-block;
    font-size: 44px;
    margin: 0 10px 15px;
    color: inherit;
}
.overlay-footer-social-two .site-footer-icons .social-icon i {
    width: 88px;
    height: 88px;
    padding-top: 24%;
}
.overlay-footer-social-two .site-footer-inner .site-bar-text {
    display: block;
}
.overlay-footer-social-two .site-footer-inner .site-bar-text:last-child {
    margin: 5px 0 0;
    font-size: 0.85em;
}

.overlay-footer-social-two #overlay-bottombar-menu {
    margin: 0 0 20px;
}
.overlay-footer-social-two.footer-menu-vertical #overlay-bottombar-menu li {
    display: block;
    margin: 0 0 10px;
}
.overlay-footer-social-two #overlay-bottombar-menu li a,
.overlay-footer-social-two.footer-menu-vertical #overlay-bottombar-menu li a {
    display: inline-block;
    color: inherit;
}

/* ---- Icons Style ---- */
.site-footer-icons.overlay-footicon-round .social-icon i {
    display: inline-block;
    background-color: #000;
    border-radius: 50%;
    color: #FFF;
}
.site-footer-icons.overlay-footicon-rounded .social-icon i {
    display: inline-block;
    background-color: #000;
    border-radius: 8px;
    color: #FFF;
}
.site-footer-icons.overlay-footicon-square .social-icon i {
    display: inline-block;
    background-color: #000;
    color: #FFF;
}
.site-footer-icons.overlay-footicon-circled .social-icon i {
    display: inline-block;
    border: 2px solid #000;
    color: #000;
    border-radius: 50%;
}

.overlay-footer-social-two .site-footer-icons .social-icon:hover {
    opacity: 0.7;
}/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url(/wp-content/themes/overlay/inc/font-awesome/css/../webfonts/fa-brands-400.eot);
  src: url(/wp-content/themes/overlay/inc/font-awesome/css/../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/overlay/inc/font-awesome/css/../webfonts/fa-brands-400.woff2) format("woff2"), url(/wp-content/themes/overlay/inc/font-awesome/css/../webfonts/fa-brands-400.woff) format("woff"), url(/wp-content/themes/overlay/inc/font-awesome/css/../webfonts/fa-brands-400.ttf) format("truetype"), url(/wp-content/themes/overlay/inc/font-awesome/css/../webfonts/fa-brands-400.svg#fontawesome) format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(/wp-content/themes/overlay/inc/font-awesome/css/../webfonts/fa-regular-400.eot);
  src: url(/wp-content/themes/overlay/inc/font-awesome/css/../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/overlay/inc/font-awesome/css/../webfonts/fa-regular-400.woff2) format("woff2"), url(/wp-content/themes/overlay/inc/font-awesome/css/../webfonts/fa-regular-400.woff) format("woff"), url(/wp-content/themes/overlay/inc/font-awesome/css/../webfonts/fa-regular-400.ttf) format("truetype"), url(/wp-content/themes/overlay/inc/font-awesome/css/../webfonts/fa-regular-400.svg#fontawesome) format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(/wp-content/themes/overlay/inc/font-awesome/css/../webfonts/fa-solid-900.eot);
  src: url(/wp-content/themes/overlay/inc/font-awesome/css/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/overlay/inc/font-awesome/css/../webfonts/fa-solid-900.woff2) format("woff2"), url(/wp-content/themes/overlay/inc/font-awesome/css/../webfonts/fa-solid-900.woff) format("woff"), url(/wp-content/themes/overlay/inc/font-awesome/css/../webfonts/fa-solid-900.ttf) format("truetype"), url(/wp-content/themes/overlay/inc/font-awesome/css/../webfonts/fa-solid-900.svg#fontawesome) format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }
/*! elementor-icons - v5.29.0 - 15-02-2024 */
@font-face{font-family:eicons;src:url(/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.eot?5.29.0);src:url(/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.eot?5.29.0#iefix) format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff2?5.29.0) format("woff2"),url(/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff?5.29.0) format("woff"),url(/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.ttf?5.29.0) format("truetype"),url(/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.svg?5.29.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e8aa"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}/*! elementor - v3.21.0 - 26-05-2024 */
@charset "UTF-8";.dialog-widget-content{background-color:var(--e-a-bg-default);position:absolute;border-radius:3px;box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);overflow:hidden}.dialog-message{line-height:1.5;box-sizing:border-box}.dialog-close-button{cursor:pointer;position:absolute;margin-block-start:15px;right:15px;color:var(--e-a-color-txt);font-size:15px;line-height:1;transition:var(--e-a-transition-hover)}.dialog-close-button:hover{color:var(--e-a-color-txt-hover)}.dialog-prevent-scroll{overflow:hidden;max-height:100vh}.dialog-type-lightbox{position:fixed;height:100%;width:100%;bottom:0;left:0;background-color:rgba(0,0,0,.8);z-index:9999;-webkit-user-select:none;-moz-user-select:none;user-select:none}.elementor-editor-active .elementor-popup-modal{background-color:initial}.dialog-type-alert .dialog-widget-content,.dialog-type-confirm .dialog-widget-content{margin:auto;width:400px;padding:20px}.dialog-type-alert .dialog-header,.dialog-type-confirm .dialog-header{font-size:15px;font-weight:500}.dialog-type-alert .dialog-header:after,.dialog-type-confirm .dialog-header:after{content:"";display:block;border-block-end:var(--e-a-border);padding-block-end:10px;margin-block-end:10px;margin-inline-start:-20px;margin-inline-end:-20px}.dialog-type-alert .dialog-message,.dialog-type-confirm .dialog-message{min-height:50px}.dialog-type-alert .dialog-buttons-wrapper,.dialog-type-confirm .dialog-buttons-wrapper{padding-block-start:10px;display:flex;justify-content:flex-end;gap:15px}.dialog-type-alert .dialog-buttons-wrapper .dialog-button,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button{font-size:12px;font-weight:500;line-height:1.2;padding:8px 16px;outline:none;border:none;border-radius:var(--e-a-border-radius);background-color:var(--e-a-btn-bg);color:var(--e-a-btn-color-invert);transition:var(--e-a-transition-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover{border:none}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover{background-color:var(--e-a-btn-bg-hover);color:var(--e-a-btn-color-invert)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:active,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:active{background-color:var(--e-a-btn-bg-active)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not([disabled]),.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not([disabled]){cursor:pointer}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:disabled,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:disabled{background-color:var(--e-a-btn-bg-disabled);color:var(--e-a-btn-color-disabled)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon{display:none}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt{background:transparent;color:var(--e-a-color-txt)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover{background:var(--e-a-bg-hover);color:var(--e-a-color-txt-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled{background:transparent;color:var(--e-a-color-txt-disabled)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt-border,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt-border{border:1px solid var(--e-a-color-txt-muted)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success{background-color:var(--e-a-btn-bg-success)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover{background-color:var(--e-a-btn-bg-success-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary{background-color:var(--e-a-btn-bg-primary);color:var(--e-a-btn-color)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:hover{background-color:var(--e-a-btn-bg-primary-hover);color:var(--e-a-btn-color)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt{background:transparent;color:var(--e-a-color-primary-bold)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover{background:var(--e-a-bg-primary)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro{background-color:var(--e-a-btn-bg-accent)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:hover{background-color:var(--e-a-btn-bg-accent-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:active,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:active,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:active,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:active{background-color:var(--e-a-btn-bg-accent-active)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info{background-color:var(--e-a-btn-bg-info)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover{background-color:var(--e-a-btn-bg-info-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning{background-color:var(--e-a-btn-bg-warning)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover{background-color:var(--e-a-btn-bg-warning-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger{background-color:var(--e-a-btn-bg-danger)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover{background-color:var(--e-a-btn-bg-danger-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button i,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button i{margin-inline-end:5px}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:visited{color:initial}.flatpickr-calendar{width:280px}.flatpickr-calendar .flatpickr-current-month span.cur-month{font-weight:300}.flatpickr-calendar .dayContainer{width:280px;min-width:280px;max-width:280px}.flatpickr-calendar .flatpickr-days{width:280px}.flatpickr-calendar .flatpickr-day{max-width:37px;height:37px;line-height:37px}.elementor-hidden{display:none}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;top:-10000em;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{content:"";display:block;clear:both;width:0;height:0}.e-logo-wrapper{background:var(--e-a-bg-logo);display:inline-block;padding:.75em;border-radius:50%;line-height:1}.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{margin:0;background-color:transparent}.elementor img{height:auto;max-width:100%;border:none;border-radius:0;box-shadow:none}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{max-width:100%;width:100%;margin:0;line-height:1;border:none}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;direction:ltr}.elementor .elementor-background-video-container{transition:opacity 1s;pointer-events:none}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-html5-video{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay,.elementor .elementor-background-slideshow{height:100%;width:100%;top:0;left:0;position:absolute}.elementor .elementor-background-slideshow{z-index:0}.elementor .elementor-background-slideshow__slide__image{width:100%;height:100%;background-position:50%;background-size:cover}.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;flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order);align-self:var(--align-self)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);gap:var(--gap)}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-center .elementor-button{width:auto}.elementor-align-right{text-align:right}.elementor-align-right .elementor-button{width:auto}.elementor-align-left{text-align:left}.elementor-align-left .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor-custom-embed-play i{font-size:100px;color:#fff;text-shadow:1px 0 6px rgba(0,0,0,.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-property:transform;transition-duration:10s;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-center .elementor-button{width:auto}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-left .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-center .elementor-button{width:auto}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-left .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-center .elementor-button{width:auto}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-left .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-center .elementor-button{width:auto}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-left .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-center .elementor-button{width:auto}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-left .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-center .elementor-button{width:auto}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-left .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-right:auto;margin-left:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-row{width:100%;display:flex}@media (max-width:1024px){.elementor-row{flex-wrap:wrap}}.elementor-widget-wrap{position:relative;width:100%;flex-wrap:wrap;align-content:flex-start}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:20px}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{position:relative;min-height:1px;display:flex}.elementor-column-wrap{width:100%;position:relative;display:flex}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>: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(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),.elementor-reverse-laptop>.elementor-container>:nth-child(10){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(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),.elementor-reverse-tablet>.elementor-container>:nth-child(10){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%}}ul.elementor-icon-list-items.elementor-inline-items{display:flex;flex-wrap:wrap}ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);position:var(--position);width:var(--width);min-width:0;min-height:var(--min-height);height:var(--height);border-radius:var(--border-radius);z-index:var(--z-index);overflow:var(--overflow);transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-block-end:var(--margin-block-end);margin-inline-start:var(--margin-inline-start);padding-inline-start:var(--padding-inline-start);padding-inline-end:var(--padding-inline-end);--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{text-align:var(--text-align);padding-block-start:var(--padding-block-start);padding-block-end:var(--padding-block-end)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);align-content:var(--grid-align-content);grid-auto-flow:var(--grid-auto-flow);justify-items:var(--justify-items);align-items:var(--align-items)}.e-con-boxed.e-flex{flex-direction:column;flex-wrap:nowrap;justify-content:normal;align-items:normal;align-content:normal}.e-con-boxed.e-grid{justify-items:legacy;grid-template-columns:1fr;grid-template-rows:1fr}.e-con-boxed{text-align:initial;gap:initial}.e-con.e-flex>.e-con-inner{flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);flex-basis:auto;flex-grow:1;flex-shrink:1;align-self:auto}.e-con.e-grid>.e-con-inner{justify-items:var(--justify-items);align-items:var(--align-items)}.e-con>.e-con-inner{gap:var(--gap);width:100%;max-width:var(--content-width);margin:0 auto;padding-inline-start:0;padding-inline-end:0;height:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.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{content:var(--background-overlay);display:block;position:absolute;mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);transition:var(--overlay-transition,.3s);border-radius:var(--border-radius);border-style:var(--border-style);border-color:var(--border-color);border-block-start-width:var(--border-block-start-width);border-inline-end-width:var(--border-inline-end-width);border-block-end-width:var(--border-block-end-width);border-inline-start-width:var(--border-inline-start-width);top:calc(0px - var(--border-top-width));left:calc(0px - var(--border-left-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%)}.e-con:before{transition:background var(--overlay-transition,.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-radius:var(--border-radius);border-style:var(--border-style);border-color:var(--border-color);border-block-start-width:var(--border-block-start-width);border-inline-end-width:var(--border-inline-end-width);border-block-end-width:var(--border-block-end-width);border-inline-start-width:var(--border-inline-start-width);top:calc(0px - var(--border-top-width));left:calc(0px - var(--border-left-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-phone{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-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%}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:wrap}}.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{flex-wrap:wrap;align-items:center}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{width:100%;max-width:100%;border:1px solid #69727d;background-color:transparent;color:#1f2124;vertical-align:middle;flex-grow:1}.elementor-field-group .elementor-field-textual:focus{box-shadow: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;font-size:inherit;font-family:inherit;font-weight:inherit;font-style:inherit;text-transform:inherit;letter-spacing:inherit;line-height:inherit;flex-basis:100%;padding-inline-end:20px}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;position:absolute;top:50%;transform:translateY(-50%);right:10px;pointer-events:none;text-shadow:0 0 3px rgba(0,0,0,.3)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-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{content:"*";color:red;padding-inline-start:.2em}.elementor-field-textual{line-height:1.4;font-size:15px;min-height:40px;padding:5px 14px;border-radius:3px}.elementor-field-textual.elementor-size-xs{font-size:13px;min-height:33px;padding:4px 12px;border-radius:2px}.elementor-field-textual.elementor-size-md{font-size:16px;min-height:47px;padding:6px 16px;border-radius:4px}.elementor-field-textual.elementor-size-lg{font-size:18px;min-height:59px;padding:7px 20px;border-radius:5px}.elementor-field-textual.elementor-size-xl{font-size:20px;min-height:72px;padding:8px 24px;border-radius:6px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .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{margin:10px 0;font-size:1em;line-height:1}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-weight:400;font-style:normal;vertical-align:middle;margin-inline-end:5px}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{padding-top:0;padding-bottom:0;border:none}.elementor-form .elementor-button>span{display:flex;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{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-button{display:inline-block;line-height:1;background-color:#69727d;font-size:15px;padding:12px 24px;border-radius:3px;color:#fff;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;justify-content:center}.elementor-button-icon{flex-grow:0;order:5}.elementor-button-icon svg{width:1em;height:auto}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{flex-grow:1;order:10;display:inline-block}.elementor-button.elementor-size-xs{font-size:13px;padding:10px 20px;border-radius:2px}.elementor-button.elementor-size-md{font-size:16px;padding:15px 30px;border-radius:4px}.elementor-button.elementor-size-lg{font-size:18px;padding:20px 40px;border-radius:5px}.elementor-button.elementor-size-xl{font-size:20px;padding:25px 50px;border-radius:6px}.elementor-button .elementor-align-icon-right{margin-left:5px;order:15}.elementor-button .elementor-align-icon-left{margin-right:5px;order:5}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-tab-title a{color:inherit}.elementor-view-stacked .elementor-icon{padding:.5em;background-color:#69727d;color:#fff;fill:#fff}.elementor-view-framed .elementor-icon{padding:.5em;color:#69727d;border:3px solid #69727d;background-color:transparent}.elementor-icon{display:inline-block;line-height:1;transition:all .3s;color:#69727d;font-size:50px;text-align:center}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{width:1em;height:1em;position:relative;display:block}.elementor-icon i:before,.elementor-icon svg:before{position:absolute;left:50%;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .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)}.elementor-element,.elementor-lightbox{--swiper-theme-color:#000;--swiper-navigation-size:44px;--swiper-pagination-bullet-size:6px;--swiper-pagination-bullet-horizontal-gap:6px}.elementor-element .swiper-container .swiper-slide figure,.elementor-element .swiper .swiper-slide figure,.elementor-lightbox .swiper-container .swiper-slide figure,.elementor-lightbox .swiper .swiper-slide figure{line-height:0}.elementor-element .swiper-container .elementor-lightbox-content-source,.elementor-element .swiper .elementor-lightbox-content-source,.elementor-lightbox .swiper-container .elementor-lightbox-content-source,.elementor-lightbox .swiper .elementor-lightbox-content-source{display:none}.elementor-element .swiper-container .elementor-swiper-button,.elementor-element .swiper-container~.elementor-swiper-button,.elementor-element .swiper .elementor-swiper-button,.elementor-element .swiper~.elementor-swiper-button,.elementor-lightbox .swiper-container .elementor-swiper-button,.elementor-lightbox .swiper-container~.elementor-swiper-button,.elementor-lightbox .swiper .elementor-swiper-button,.elementor-lightbox .swiper~.elementor-swiper-button{position:absolute;display:inline-flex;z-index:1;cursor:pointer;font-size:25px;color:hsla(0,0%,93.3%,.9);top:50%;transform:translateY(-50%)}.elementor-element .swiper-container .elementor-swiper-button svg,.elementor-element .swiper-container~.elementor-swiper-button svg,.elementor-element .swiper .elementor-swiper-button svg,.elementor-element .swiper~.elementor-swiper-button svg,.elementor-lightbox .swiper-container .elementor-swiper-button svg,.elementor-lightbox .swiper-container~.elementor-swiper-button svg,.elementor-lightbox .swiper .elementor-swiper-button svg,.elementor-lightbox .swiper~.elementor-swiper-button svg{fill:hsla(0,0%,93.3%,.9);height:1em;width:1em}.elementor-element .swiper-container .elementor-swiper-button-prev,.elementor-element .swiper-container~.elementor-swiper-button-prev,.elementor-element .swiper .elementor-swiper-button-prev,.elementor-element .swiper~.elementor-swiper-button-prev,.elementor-lightbox .swiper-container .elementor-swiper-button-prev,.elementor-lightbox .swiper-container~.elementor-swiper-button-prev,.elementor-lightbox .swiper .elementor-swiper-button-prev,.elementor-lightbox .swiper~.elementor-swiper-button-prev{left:10px}.elementor-element .swiper-container .elementor-swiper-button-next,.elementor-element .swiper-container~.elementor-swiper-button-next,.elementor-element .swiper .elementor-swiper-button-next,.elementor-element .swiper~.elementor-swiper-button-next,.elementor-lightbox .swiper-container .elementor-swiper-button-next,.elementor-lightbox .swiper-container~.elementor-swiper-button-next,.elementor-lightbox .swiper .elementor-swiper-button-next,.elementor-lightbox .swiper~.elementor-swiper-button-next{right:10px}.elementor-element .swiper-container .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper-container~.elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper-container .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper-container~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled{opacity:.3}.elementor-element .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image{width:100%}.elementor-element .swiper-container .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper-container .swiper-pagination-custom,.elementor-element .swiper-container .swiper-pagination-fraction,.elementor-element .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper-container~.swiper-pagination-custom,.elementor-element .swiper-container~.swiper-pagination-fraction,.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper .swiper-pagination-custom,.elementor-element .swiper .swiper-pagination-fraction,.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper~.swiper-pagination-custom,.elementor-element .swiper~.swiper-pagination-fraction,.elementor-lightbox .swiper-container .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper-container .swiper-pagination-custom,.elementor-lightbox .swiper-container .swiper-pagination-fraction,.elementor-lightbox .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper-container~.swiper-pagination-custom,.elementor-lightbox .swiper-container~.swiper-pagination-fraction,.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper .swiper-pagination-custom,.elementor-lightbox .swiper .swiper-pagination-fraction,.elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper~.swiper-pagination-custom,.elementor-lightbox .swiper~.swiper-pagination-fraction{bottom:5px}.elementor-element .swiper-container.swiper-cube .elementor-swiper-button,.elementor-element .swiper-container.swiper-cube~.elementor-swiper-button,.elementor-element .swiper.swiper-cube .elementor-swiper-button,.elementor-element .swiper.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper-container.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper-container.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button{transform:translate3d(0,-50%,1px)}.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets{bottom:5px;left:0;width:100%}.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-progressbar,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.elementor-element.elementor-pagination-position-outside .swiper,.elementor-element.elementor-pagination-position-outside .swiper-container,.elementor-lightbox.elementor-pagination-position-outside .swiper,.elementor-lightbox.elementor-pagination-position-outside .swiper-container{padding-bottom:30px}.elementor-element.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button{top:calc(50% - 30px / 2)}.elementor-element .elementor-swiper,.elementor-lightbox .elementor-swiper{position:relative}.elementor-element .elementor-main-swiper,.elementor-lightbox .elementor-main-swiper{position:static}.elementor-element.elementor-arrows-position-outside .swiper,.elementor-element.elementor-arrows-position-outside .swiper-container,.elementor-lightbox.elementor-arrows-position-outside .swiper,.elementor-lightbox.elementor-arrows-position-outside .swiper-container{width:calc(100% - 60px)}.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev{left:0}.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next{right:0}.elementor-lightbox{--lightbox-ui-color:hsla(0,0%,93.3%,0.9);--lightbox-ui-color-hover:#fff;--lightbox-text-color:var(--lightbox-ui-color);--lightbox-header-icons-size:20px;--lightbox-navigation-icons-size:25px}.elementor-lightbox:not(.elementor-popup-modal) .dialog-header,.elementor-lightbox:not(.elementor-popup-modal) .dialog-message{text-align:center}.elementor-lightbox .dialog-header{display:none}.elementor-lightbox .dialog-widget-content{background:none;box-shadow:none;width:100%;height:100%}.elementor-lightbox .dialog-message{animation-duration:.3s;height:100%}.elementor-lightbox .dialog-message.dialog-lightbox-message{padding:0}.elementor-lightbox .dialog-lightbox-close-button{cursor:pointer;position:absolute;font-size:var(--lightbox-header-icons-size);right:.75em;margin-top:13px;padding:.25em;z-index:2;line-height:1;display:flex}.elementor-lightbox .dialog-lightbox-close-button svg{height:1em;width:1em}.elementor-lightbox .dialog-lightbox-close-button,.elementor-lightbox .elementor-swiper-button{color:var(--lightbox-ui-color);transition:all .3s;opacity:1}.elementor-lightbox .dialog-lightbox-close-button svg,.elementor-lightbox .elementor-swiper-button svg{fill:var(--lightbox-ui-color)}.elementor-lightbox .dialog-lightbox-close-button:hover,.elementor-lightbox .elementor-swiper-button:hover{color:var(--lightbox-ui-color-hover)}.elementor-lightbox .dialog-lightbox-close-button:hover svg,.elementor-lightbox .elementor-swiper-button:hover svg{fill:var(--lightbox-ui-color-hover)}.elementor-lightbox .swiper,.elementor-lightbox .swiper-container{height:100%}.elementor-lightbox .elementor-lightbox-item{display:flex;align-items:center;justify-content:center;position:relative;padding:70px;box-sizing:border-box;height:100%;margin:auto}@media (max-width:767px){.elementor-lightbox .elementor-lightbox-item{padding:70px 0}}.elementor-lightbox .elementor-lightbox-image{max-height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.elementor-lightbox .elementor-lightbox-image,.elementor-lightbox .elementor-lightbox-image:hover{opacity:1;filter:none;border:none}.elementor-lightbox .elementor-lightbox-image{box-shadow:0 0 30px rgba(0,0,0,.3),0 0 8px -5px rgba(0,0,0,.3);border-radius:2px}.elementor-lightbox .elementor-video-container{width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor-lightbox .elementor-video-container .elementor-video-landscape,.elementor-lightbox .elementor-video-container .elementor-video-portrait,.elementor-lightbox .elementor-video-container .elementor-video-square{width:100%;height:100%;margin:auto}.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-square iframe{border:0;background-color:#000}.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-landscape video,.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait video,.elementor-lightbox .elementor-video-container .elementor-video-square iframe,.elementor-lightbox .elementor-video-container .elementor-video-square video{aspect-ratio:var(--video-aspect-ratio,1.77777)}@supports not (aspect-ratio:1/1){.elementor-lightbox .elementor-video-container .elementor-video-landscape,.elementor-lightbox .elementor-video-container .elementor-video-portrait,.elementor-lightbox .elementor-video-container .elementor-video-square{position:relative;overflow:hidden;height:0;padding-bottom:calc(100% / var(--video-aspect-ratio, 1.77777))}.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-landscape video,.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait video,.elementor-lightbox .elementor-video-container .elementor-video-square iframe,.elementor-lightbox .elementor-video-container .elementor-video-square video{position:absolute;top:0;right:0;bottom:0;left:0}}.elementor-lightbox .elementor-video-container .elementor-video-square iframe,.elementor-lightbox .elementor-video-container .elementor-video-square video{width:min(90vh,90vw);height:min(90vh,90vw)}.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-landscape video{width:100%;max-height:90vh}.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait video{height:100%;max-width:90vw}@media (min-width:1025px){.elementor-lightbox .elementor-video-container .elementor-video-landscape{width:85vw;max-height:85vh}.elementor-lightbox .elementor-video-container .elementor-video-portrait{height:85vh;max-width:85vw}}@media (max-width:1024px){.elementor-lightbox .elementor-video-container .elementor-video-landscape{width:95vw;max-height:95vh}.elementor-lightbox .elementor-video-container .elementor-video-portrait{height:95vh;max-width:95vw}}.elementor-lightbox .swiper-container .elementor-swiper-button-prev,.elementor-lightbox .swiper .elementor-swiper-button-prev{left:0}.elementor-lightbox .swiper-container .elementor-swiper-button-next,.elementor-lightbox .swiper .elementor-swiper-button-next{right:0}.elementor-lightbox .swiper-container .swiper-pagination-fraction,.elementor-lightbox .swiper .swiper-pagination-fraction{width:-moz-max-content;width:max-content;color:#fff}.elementor-lightbox .elementor-swiper-button:focus{outline-width:1px}.elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev{height:100%;display:flex;align-items:center;width:15%;justify-content:center;font-size:var(--lightbox-navigation-icons-size)}@media (max-width:767px){.elementor-lightbox .elementor-swiper-button:focus{outline:none}.elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev{width:20%}.elementor-lightbox .elementor-swiper-button-next i,.elementor-lightbox .elementor-swiper-button-prev i{padding:10px;background-color:rgba(0,0,0,.5)}.elementor-lightbox .elementor-swiper-button-prev{left:0;justify-content:flex-start}.elementor-lightbox .elementor-swiper-button-next{right:0;justify-content:flex-end}}.elementor-slideshow__counter{color:currentColor;font-size:.75em;width:-moz-max-content;width:max-content}.elementor-slideshow__footer,.elementor-slideshow__header{position:absolute;left:0;width:100%;padding:15px 20px;transition:.3s}.elementor-slideshow__footer{color:var(--lightbox-text-color)}.elementor-slideshow__header{color:var(--lightbox-ui-color);display:flex;flex-direction:row-reverse;font-size:var(--lightbox-header-icons-size);padding-inline-start:1em;padding-inline-end:2.6em;top:0;align-items:center;z-index:10}.elementor-slideshow__header>i,.elementor-slideshow__header>svg{cursor:pointer;padding:.25em;margin:0 .35em}.elementor-slideshow__header>i{font-size:inherit}.elementor-slideshow__header>i:hover{color:var(--lightbox-ui-color-hover)}.elementor-slideshow__header>svg{box-sizing:content-box;fill:var(--lightbox-ui-color);height:1em;width:1em}.elementor-slideshow__header>svg:hover{fill:var(--lightbox-ui-color-hover)}.elementor-slideshow__header .elementor-slideshow__counter{margin-inline-end:auto}.elementor-slideshow__header .elementor-icon-share{z-index:5}.elementor-slideshow__share-menu{background-color:transparent;width:0;height:0;position:absolute;overflow:hidden;transition:background-color .4s}.elementor-slideshow__share-menu .elementor-slideshow__share-links a{color:#0c0d0e}.elementor-slideshow__share-links{display:block;position:absolute;min-width:200px;right:2.8em;top:3em;background-color:#fff;border-radius:3px;padding:14px 20px;transform:scale(0);opacity:0;transform-origin:90% 10%;transition:all .25s .1s;box-shadow:0 4px 15px rgba(0,0,0,.3)}.elementor-slideshow__share-links a{text-align:start;color:#3f444b;font-size:12px;line-height:2.5;display:block;opacity:0;transition:opacity .5s .1s}.elementor-slideshow__share-links a:hover{color:#000}.elementor-slideshow__share-links a i,.elementor-slideshow__share-links a svg{margin-inline-end:.75em}.elementor-slideshow__share-links a i{font-size:1.25em}.elementor-slideshow__share-links a svg{height:1.25em;width:1.25em}.elementor-slideshow__share-links:before{content:"";display:block;position:absolute;top:1px;right:.5em;border:.45em solid transparent;border-bottom-color:#fff;transform:translateY(-100%) scaleX(.7)}.elementor-slideshow__footer{bottom:0;z-index:5;position:fixed}.elementor-slideshow__description,.elementor-slideshow__title{margin:0}.elementor-slideshow__title{font-size:16px;font-weight:700}.elementor-slideshow__description{font-size:14px}.elementor-slideshow--ui-hidden .elementor-slideshow__footer,.elementor-slideshow--ui-hidden .elementor-slideshow__header{opacity:0;pointer-events:none}.elementor-slideshow--ui-hidden .elementor-swiper-button-next,.elementor-slideshow--ui-hidden .elementor-swiper-button-prev{opacity:0}.elementor-slideshow--fullscreen-mode .elementor-video-container{width:100%}.elementor-slideshow--zoom-mode .elementor-slideshow__footer,.elementor-slideshow--zoom-mode .elementor-slideshow__header{background-color:rgba(0,0,0,.5)}.elementor-slideshow--zoom-mode .elementor-swiper-button-next,.elementor-slideshow--zoom-mode .elementor-swiper-button-prev{opacity:0;pointer-events:none}.elementor-slideshow--share-mode .elementor-slideshow__share-menu{top:0;left:0;width:100vw;height:100vh;opacity:1;cursor:default;background-color:rgba(0,0,0,.5)}.elementor-slideshow--share-mode .elementor-slideshow__share-links{transform:scale(1)}.elementor-slideshow--share-mode .elementor-slideshow__share-links,.elementor-slideshow--share-mode .elementor-slideshow__share-links a{opacity:1}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter{color:#1da1f2}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook{color:#3b5998}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest{color:#bd081c}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold{color:#9da5ae}.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter{fill:#1da1f2}.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook{fill:#3b5998}.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest{fill:#bd081c}.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold{fill:#9da5ae}.elementor-slideshow--share-mode .eicon-share-arrow{z-index:2}.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-shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr}.elementor-shape-top{top:-1px}.elementor-shape-top:not([data-negative=false]) svg{z-index:-1}.elementor-shape-bottom{bottom:-1px}.elementor-shape-bottom:not([data-negative=true]) svg{z-index:-1}.elementor-shape[data-negative=false].elementor-shape-bottom,.elementor-shape[data-negative=true].elementor-shape-top{transform:rotate(180deg)}.elementor-shape svg{display:block;width:calc(100% + 1.3px);position:relative;left:50%;transform:translateX(-50%)}.elementor-shape .elementor-shape-fill{fill:#fff;transform-origin:center;transform:rotateY(0deg)}#wp-admin-bar-elementor_edit_page>.ab-item:before{content:"\e813";font-family:eicons;top:3px;font-size:18px}#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item{display:flex;width:200px}#wp-admin-bar-elementor_edit_page .elementor-edit-link-title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:100%}#wp-admin-bar-elementor_edit_page .elementor-edit-link-type{background:#3f444b;font-size:11px;line-height:9px;margin-top:6px;padding:4px 8px;border-radius:3px}#wp-admin-bar-elementor_inspector>.ab-item:before{content:"\f348";top:2px}#wpadminbar *{font-style:normal}.page-template-elementor_canvas.elementor-page:before{display:none}.elementor-post__thumbnail__link{transition:none}#left-area ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items{padding:0}.e--ua-appleWebkit.rtl{--flex-right:flex-start}.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item{margin-left:0;margin-right:0}@media (max-width:1024px){.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item{margin-left:0;margin-right:0}}@media (max-width:767px){.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item{margin-left:0;margin-right:0}}@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-widget-text-path{font-size:20px;text-align:var(--alignment,start)}.elementor-widget-text-path svg{width:var(--width);max-width:100%;height:auto;overflow:visible;word-spacing:var(--word-spacing);transform:rotate(var(--rotate,0)) scaleX(var(--scale-x,1)) scaleY(var(--scale-y,1))}.elementor-widget-text-path svg path{vector-effect:non-scaling-stroke;fill:var(--path-fill,transparent);stroke:var(--stroke-color,transparent);stroke-width:var(--stroke-width,1px);transition:var(--stroke-transition) stroke,var(--stroke-transition) fill}.elementor-widget-text-path svg:hover path{--path-fill:var(--path-fill-hover);--stroke-color:var(--stroke-color-hover);--stroke-width:var(--stroke-width-hover)}.elementor-widget-text-path svg text{--fill:var(--text-color);fill:var(--fill);direction:var(--direction,ltr);transition:var(--transition) stroke,var(--transition) stroke-width,var(--transition) fill}.elementor-widget-text-path svg text:hover{--color:var(--text-color-hover,var(--text-color));--fill:var(--color);color:var(--color)}.elementor-widget-n-tabs{--n-tabs-color-accent-fallback:#61ce70;--n-tabs-color-secondary-fallback:#54595f;--n-tabs-default-padding-block:15px;--n-tabs-default-padding-inline:35px;--n-tabs-background-color:transparent;--n-tabs-display:flex;--n-tabs-direction:column;--n-tabs-gap:10px;--n-tabs-heading-display:flex;--n-tabs-heading-direction:row;--n-tabs-heading-grow:initial;--n-tabs-heading-justify-content:center;--n-tabs-heading-width:initial;--n-tabs-heading-overflow-x:initial;--n-tabs-heading-wrap:nowrap;--n-tabs-border-width:1px;--n-tabs-border-color:#d5d8dc;--n-tabs-content-display:flex;--n-tabs-title-color:var(--e-global-color-secondary,var(--n-tabs-color-secondary-fallback));--n-tabs-title-color-hover:#fff;--n-tabs-title-color-active:#fff;--n-tabs-title-background-color:#f1f2f3;--n-tabs-title-background-color-hover:var(--e-global-color-accent,var(--n-tabs-color-accent-fallback));--n-tabs-title-background-color-active:var(--e-global-color-accent,var(--n-tabs-color-accent-fallback));--n-tabs-title-width:initial;--n-tabs-title-height:initial;--n-tabs-title-font-size:1rem;--n-tabs-title-white-space:initial;--n-tabs-title-justify-content-toggle:initial;--n-tabs-title-align-items-toggle:center;--n-tabs-title-justify-content:center;--n-tabs-title-align-items:center;--n-tabs-title-text-align:center;--n-tabs-title-direction:row;--n-tabs-title-gap:10px;--n-tabs-title-flex-grow:0;--n-tabs-title-flex-basis:content;--n-tabs-title-flex-shrink:initial;--n-tabs-title-order:initial;--n-tabs-title-padding-top:var(--n-tabs-default-padding-block);--n-tabs-title-padding-bottom:var(--n-tabs-default-padding-block);--n-tabs-title-padding-left:var(--n-tabs-default-padding-inline);--n-tabs-title-padding-right:var(--n-tabs-default-padding-inline);--n-tabs-title-border-radius:initial;--n-tabs-title-transition:0.3s;--n-tabs-icon-color:var(--e-global-color-secondary,var(--n-tabs-color-secondary-fallback));--n-tabs-icon-color-hover:var(--n-tabs-title-color-hover);--n-tabs-icon-color-active:#fff;--n-tabs-icon-gap:5px;width:100%;max-width:100%;--n-tabs-title-padding-inline-start:var(--n-tabs-title-padding-left);--n-tabs-title-padding-inline-end:var(--n-tabs-title-padding-right);--n-tabs-title-padding-block-start:var(--n-tabs-title-padding-top);--n-tabs-title-padding-block-end:var(--n-tabs-title-padding-bottom)}body.rtl .elementor-widget-n-tabs{--n-tabs-title-padding-inline-start:var(--n-tabs-title-padding-right);--n-tabs-title-padding-inline-end:var(--n-tabs-title-padding-left)}.elementor-widget-n-tabs .e-n-tabs{display:var(--n-tabs-display);flex-direction:var(--n-tabs-direction);gap:var(--n-tabs-gap);text-align:start;min-width:0}.elementor-widget-n-tabs .e-n-tabs-heading{display:var(--n-tabs-heading-display);flex-basis:var(--n-tabs-heading-width);flex-direction:var(--n-tabs-heading-direction);flex-shrink:0;justify-content:var(--n-tabs-heading-justify-content);gap:var(--n-tabs-title-gap);overflow-x:var(--n-tabs-heading-overflow-x);flex-wrap:var(--n-tabs-heading-wrap);-ms-overflow-style:none;scrollbar-width:none}.elementor-widget-n-tabs .e-n-tabs-heading::-webkit-scrollbar{display:none}.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll{cursor:grabbing;cursor:-webkit-grabbing}.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll-active{position:relative}.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll-active:before{content:"";position:absolute;inset-block:0;inset-inline:-1000vw;z-index:2}.elementor-widget-n-tabs .e-n-tabs-content{display:var(--n-tabs-content-display);flex-grow:1;min-width:0}.elementor-widget-n-tabs .e-n-tabs-content>.e-con:not(.e-active){display:none}.elementor-widget-n-tabs .e-n-tabs:not(.e-activated)>.e-n-tabs-content>.e-con:first-child{display:flex}.elementor-widget-n-tabs .e-n-tab-title{all:unset;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;align-items:var(--n-tabs-title-align-items-toggle,var(--n-tabs-title-align-items));flex-direction:var(--n-tabs-title-direction);justify-content:var(--n-tabs-title-justify-content-toggle,var(--n-tabs-title-justify-content));gap:var(--n-tabs-icon-gap);border-width:var(--n-tabs-border-width);position:relative;cursor:pointer;outline:none;flex-grow:var(--n-tabs-title-flex-grow);flex-basis:var(--n-tabs-title-flex-basis);flex-shrink:var(--n-tabs-title-flex-shrink);padding-block-start:var(--n-tabs-title-padding-block-start);padding-inline-end:var(--n-tabs-title-padding-inline-end);padding-block-end:var(--n-tabs-title-padding-block-end);padding-inline-start:var(--n-tabs-title-padding-inline-start);border-radius:var(--n-tabs-title-border-radius);height:var(--n-tabs-title-height);width:var(--n-tabs-title-width);white-space:var(--n-tabs-title-white-space);transition:background var(--n-tabs-title-transition),color var(--n-tabs-title-transition),border var(--n-tabs-title-transition),box-shadow var(--n-tabs-title-transition),text-shadow var(--n-tabs-title-transition),stroke var(--n-tabs-title-transition),stroke-width var(--n-tabs-title-transition),-webkit-text-stroke-width var(--n-tabs-title-transition),-webkit-text-stroke-color var(--n-tabs-title-transition),transform var(--n-tabs-title-transition)}.elementor-widget-n-tabs .e-n-tab-title:focus-visible{outline:5px auto -webkit-focus-ring-color}.elementor-widget-n-tabs .e-n-tab-title span i,.elementor-widget-n-tabs .e-n-tab-title span svg{transition:color var(--n-tabs-title-transition),fill var(--n-tabs-title-transition)}.elementor-widget-n-tabs .e-n-tab-title-text{display:flex;align-items:center;font-size:var(--n-tabs-title-font-size);text-align:var(--n-tabs-title-text-align)}.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon{display:flex;align-items:center;flex-direction:column;flex-shrink:0;order:var(--n-tabs-icon-order);overflow:hidden}.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon i{font-size:var(--n-tabs-icon-size,var(--n-tabs-title-font-size))}.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg{width:var(--n-tabs-icon-size,var(--n-tabs-title-font-size));height:var(--n-tabs-icon-size,var(--n-tabs-title-font-size))}.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon:empty{display:none}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false]{background-color:var(--n-tabs-title-background-color)}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false],.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] a{color:var(--n-tabs-title-color)}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon i{color:var(--n-tabs-icon-color)}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon svg{fill:var(--n-tabs-icon-color)}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon i:last-child,.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon svg:last-child{transform:translateY(-100vh);height:0;opacity:0}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true],.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] a{color:var(--n-tabs-title-color-active)}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon i{color:var(--n-tabs-icon-color-active)}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg{fill:var(--n-tabs-icon-color-active)}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon i:first-child,.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg:first-child{transform:translateY(-100vh);height:0;opacity:0}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:active,.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:focus,.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:hover{transform:none;animation:initial}.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover,.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover a{color:var(--n-tabs-title-color-hover)}.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i{color:var(--n-tabs-icon-color-hover)}.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg{fill:var(--n-tabs-icon-color-hover)}.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover a{color:var(--n-tabs-title-color-active)}.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i{color:var(--n-tabs-icon-color-active)}.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg{fill:var(--n-tabs-icon-color-active)}.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i:first-child,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg:first-child{transform:translateY(-100vh);height:0;opacity:0}.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:active,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:focus,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:hover{transform:none;animation:initial}.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i:last-child,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg:last-child{transform:none;height:auto;opacity:1}.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=false]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover{background-color:var(--n-tabs-title-background-color-hover);background-image:none}.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true],.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=true]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover{background-color:var(--n-tabs-title-background-color-active);background-image:none}@media (max-width:767px){.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile{--n-tabs-direction:column;--n-tabs-heading-display:contents;--n-tabs-content-display:contents}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs{gap:0}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs-content>.e-con{order:var(--n-tabs-title-order)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title{order:var(--n-tabs-title-order);width:auto}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title:not(:first-child){margin-block-start:var(--n-tabs-title-gap)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title[aria-selected=true]{margin-block-end:var(--n-tabs-gap)}}@media (max-width:-1){.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra{--n-tabs-direction:column;--n-tabs-heading-display:contents;--n-tabs-content-display:contents}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tabs{gap:0}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tabs-content>.e-con{order:var(--n-tabs-title-order)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title{order:var(--n-tabs-title-order);width:auto}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title:not(:first-child){margin-block-start:var(--n-tabs-title-gap)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title[aria-selected=true]{margin-block-end:var(--n-tabs-gap)}}@media (max-width:1024px){.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet{--n-tabs-direction:column;--n-tabs-heading-display:contents;--n-tabs-content-display:contents}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tabs{gap:0}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tabs-content>.e-con{order:var(--n-tabs-title-order)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title{order:var(--n-tabs-title-order);width:auto}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title:not(:first-child){margin-block-start:var(--n-tabs-title-gap)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title[aria-selected=true]{margin-block-end:var(--n-tabs-gap)}}@media (max-width:-1){.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra{--n-tabs-direction:column;--n-tabs-heading-display:contents;--n-tabs-content-display:contents}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tabs{gap:0}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tabs-content>.e-con{order:var(--n-tabs-title-order)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title{order:var(--n-tabs-title-order);width:auto}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title:not(:first-child){margin-block-start:var(--n-tabs-title-gap)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title[aria-selected=true]{margin-block-end:var(--n-tabs-gap)}}@media (max-width:-1){.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop{--n-tabs-direction:column;--n-tabs-heading-display:contents;--n-tabs-content-display:contents}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tabs{gap:0}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tabs-content>.e-con{order:var(--n-tabs-title-order)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title{order:var(--n-tabs-title-order);width:auto}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title:not(:first-child){margin-block-start:var(--n-tabs-title-gap)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title[aria-selected=true]{margin-block-end:var(--n-tabs-gap)}}.elementor-widget-n-accordion{--n-accordion-title-font-size:20px;--n-accordion-title-flex-grow:initial;--n-accordion-title-justify-content:initial;--n-accordion-title-icon-order:-1;--n-accordion-border-width:1px;--n-accordion-border-color:#d5d8dc;--n-accordion-border-style:solid;--n-accordion-item-title-flex-grow:initial;--n-accordion-item-title-space-between:0px;--n-accordion-item-title-distance-from-content:0px;--n-accordion-padding:10px;--n-accordion-border-radius:0px;--n-accordion-icon-size:15px;--n-accordion-title-normal-color:#1f2124;--n-accordion-title-hover-color:#1f2124;--n-accordion-title-active-color:#1f2124;--n-accordion-icon-normal-color:var(--n-accordion-title-normal-color);--n-accordion-icon-hover-color:var(--n-accordion-title-hover-color);--n-accordion-icon-active-color:var(--n-accordion-title-active-color);--n-accordion-icon-gap:0 10px;width:100%}.elementor-widget-n-accordion .e-n-accordion details>summary::-webkit-details-marker{display:none}.elementor-widget-n-accordion .e-n-accordion-item{display:flex;flex-direction:column;position:relative}.elementor-widget-n-accordion .e-n-accordion-item:not(:last-child){margin-block-end:var(--n-accordion-item-title-space-between)}.elementor-widget-n-accordion .e-n-accordion-item-title,:where(.elementor-widget-n-accordion .e-n-accordion-item>.e-con){border:var(--n-accordion-border-width) var(--n-accordion-border-style) var(--n-accordion-border-color)}.elementor-widget-n-accordion .e-n-accordion-item-title{display:flex;flex-direction:row;list-style:none;padding:var(--n-accordion-padding);justify-content:var(--n-accordion-title-justify-content);border-radius:var(--n-accordion-border-radius);flex-grow:var(--n-menu-title-flex-grow);gap:var(--n-accordion-icon-gap);color:var(--n-accordion-title-normal-color);align-items:center;cursor:pointer}.elementor-widget-n-accordion .e-n-accordion-item-title-header{display:flex}.elementor-widget-n-accordion .e-n-accordion-item-title-header h1,.elementor-widget-n-accordion .e-n-accordion-item-title-header h2,.elementor-widget-n-accordion .e-n-accordion-item-title-header h3,.elementor-widget-n-accordion .e-n-accordion-item-title-header h4,.elementor-widget-n-accordion .e-n-accordion-item-title-header h5,.elementor-widget-n-accordion .e-n-accordion-item-title-header h6,.elementor-widget-n-accordion .e-n-accordion-item-title-header p{margin-block-start:0;margin-block-end:0}.elementor-widget-n-accordion .e-n-accordion-item-title-text{font-size:var(--n-accordion-title-font-size);align-items:center}.elementor-widget-n-accordion .e-n-accordion-item-title-icon{display:flex;flex-direction:row;align-items:center;order:var(--n-accordion-title-icon-order);position:relative;width:-moz-fit-content;width:fit-content}.elementor-widget-n-accordion .e-n-accordion-item-title-icon span{height:var(--n-accordion-icon-size);width:auto}.elementor-widget-n-accordion .e-n-accordion-item-title-icon span>i{color:var(--n-accordion-icon-normal-color);font-size:var(--n-accordion-icon-size)}.elementor-widget-n-accordion .e-n-accordion-item-title-icon span>svg{fill:var(--n-accordion-icon-normal-color);height:var(--n-accordion-icon-size)}.elementor-widget-n-accordion .e-n-accordion-item-title>span{cursor:pointer}.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title{margin-block-end:var(--n-accordion-item-title-distance-from-content);color:var(--n-accordion-title-active-color)}.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-opened{display:flex}.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-closed{display:none}.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon span>i{color:var(--n-accordion-icon-active-color)}.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon span>svg{fill:var(--n-accordion-icon-active-color)}.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title{color:var(--n-accordion-title-hover-color)}.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon span>i{color:var(--n-accordion-icon-hover-color)}.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon span>svg{fill:var(--n-accordion-icon-hover-color)}.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-opened{display:none}.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-closed{display:flex}.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>svg{fill:var(--n-accordion-icon-normal-color)}.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>i{color:var(--n-accordion-icon-normal-color)}.elementor-widget-n-accordion .e-n-accordion-item>span{cursor:pointer}.elementor-accordion{text-align:start}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}.elementor-alert{padding:15px;border-left:5px solid transparent;position:relative;text-align:start}.elementor-alert .elementor-alert-title{display:block;font-weight:700}.elementor-alert .elementor-alert-description{font-size:13px}.elementor-alert button.elementor-alert-dismiss{position:absolute;right:var(--dismiss-icon-horizontal-position,10px);top:var(--dismiss-icon-vertical-position,10px);padding:3px;font-size:var(--dismiss-icon-size,20px);line-height:1;background:transparent;color:var(--dismiss-icon-normal-color,inherit);border:none;cursor:pointer;transition-duration:var(--dismiss-icon-hover-transition-duration,.3s)}.elementor-alert button.elementor-alert-dismiss:hover{color:var(--dismiss-icon-hover-color,inherit)}.elementor-alert button.elementor-alert-dismiss svg{width:var(--dismiss-icon-size,20px);height:var(--dismiss-icon-size,20px);fill:var(--dismiss-icon-normal-color,currentColor);transition-duration:var(--dismiss-icon-hover-transition-duration,.3s)}.elementor-alert button.elementor-alert-dismiss svg:hover{fill:var(--dismiss-icon-hover-color,currentColor)}.elementor-alert-info .elementor-alert{color:#31708f;background-color:#d9edf7;border-color:#bcdff1}.elementor-alert-success .elementor-alert{color:#3c763d;background-color:#dff0d8;border-color:#cae6be}.elementor-alert-warning .elementor-alert{color:#8a6d3b;background-color:#fcf8e3;border-color:#f9f0c3}.elementor-alert-danger .elementor-alert{color:#a94442;background-color:#f2dede;border-color:#e8c4c4}@media (max-width:767px){.elementor-alert{padding:10px}.elementor-alert button.elementor-alert-dismiss{right:7px;top:7px}}.elementor-counter{display:flex;justify-content:center;align-items:stretch;flex-direction:column-reverse}.elementor-counter .elementor-counter-number{flex-grow:var(--counter-number-grow,0)}.elementor-counter .elementor-counter-number-wrapper{flex:1;display:flex;font-size:69px;font-weight:600;line-height:1;text-align:center}.elementor-counter .elementor-counter-number-prefix{text-align:end;flex-grow:var(--counter-prefix-grow,1);white-space:pre-wrap}.elementor-counter .elementor-counter-number-suffix{text-align:start;flex-grow:var(--counter-suffix-grow,1);white-space:pre-wrap}.elementor-counter .elementor-counter-title{flex:1;display:flex;justify-content:center;align-items:center;margin:0;padding:0;font-size:19px;font-weight:400;line-height:2.5}.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{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.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{display:block;content:"";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.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{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.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-image-gallery .gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%;max-width:100%;margin:0 auto}.elementor-image-gallery .gallery-item img{margin:0 auto}.elementor-image-gallery .gallery-item .gallery-caption{margin:0}.elementor-image-gallery figure img{display:block}.elementor-image-gallery figure figcaption{width:100%}.gallery-spacing-custom .elementor-image-gallery .gallery-icon{padding:0}@media (min-width:768px){.elementor-image-gallery .gallery-columns-2 .gallery-item{max-width:50%}.elementor-image-gallery .gallery-columns-3 .gallery-item{max-width:33.33%}.elementor-image-gallery .gallery-columns-4 .gallery-item{max-width:25%}.elementor-image-gallery .gallery-columns-5 .gallery-item{max-width:20%}.elementor-image-gallery .gallery-columns-6 .gallery-item{max-width:16.666%}.elementor-image-gallery .gallery-columns-7 .gallery-item{max-width:14.28%}.elementor-image-gallery .gallery-columns-8 .gallery-item{max-width:12.5%}.elementor-image-gallery .gallery-columns-9 .gallery-item{max-width:11.11%}.elementor-image-gallery .gallery-columns-10 .gallery-item{max-width:10%}}@media (min-width:480px) and (max-width:767px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:50%}}@media (max-width:479px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:100%}}.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}.elementor-heading-title{padding:0;margin:0;line-height:1}.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-widget-icon-box .elementor-icon-box-wrapper{display:block;text-align:center}.elementor-widget-icon-box .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}@media (min-width:768px){.elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper{align-items:flex-start}.elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper{align-items:center}.elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper{align-items:flex-end}}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}@media (min-width:-1){.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}}@media (max-width:-1){.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}}@media (max-width:-1){.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}}@media (max-width:1024px){.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}}@media (max-width:-1){.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}}@media (max-width:767px){.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{display:block;flex:unset}}.elementor-widget-icon-box .elementor-icon-box-title a{color:inherit}.elementor-widget-icon-box .elementor-icon-box-content{flex-grow:1}.elementor-widget-icon-box .elementor-icon-box-description{margin:0}.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:flex;font-size:inherit;align-items:var(--icon-vertical-align,center)}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{align-self:center;padding-inline-start:5px}.elementor-widget .elementor-icon-list-icon{display:flex;position:relative;top:var(--icon-vertical-offset,initial)}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (min-width:-1){.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-widescreen-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-widescreen-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-laptop-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-laptop-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}.elementor-widget-image-carousel .swiper,.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure,.elementor-widget-image-carousel .swiper .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide{max-width:calc(100% / var(--e-image-carousel-slides-to-show, 3))}body.elementor-page .elementor-widget-menu-anchor{margin-bottom:0}.elementor-widget-progress{text-align:start}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-inline-start:15px}.elementor-progress-percentage{padding-inline-end:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-inline-start:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}.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.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.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{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}.elementor-star-rating{color:#ccd6df;font-family:eicons;display:inline-block}.elementor-star-rating i{display:inline-block;position:relative;font-style:normal;cursor:default}.elementor-star-rating i:before{content:"\e934";display:block;font-size:inherit;font-family:inherit;position:absolute;overflow:hidden;color:#f0ad4e;top:0;left:0}.elementor-star-rating .elementor-star-empty:before{content:none}.elementor-star-rating .elementor-star-1:before{width:10%}.elementor-star-rating .elementor-star-2:before{width:20%}.elementor-star-rating .elementor-star-3:before{width:30%}.elementor-star-rating .elementor-star-4:before{width:40%}.elementor-star-rating .elementor-star-5:before{width:50%}.elementor-star-rating .elementor-star-6:before{width:60%}.elementor-star-rating .elementor-star-7:before{width:70%}.elementor-star-rating .elementor-star-8:before{width:80%}.elementor-star-rating .elementor-star-9:before{width:90%}.elementor-star-rating__wrapper{display:flex;align-items:center}.elementor-star-rating__title{margin-inline-end:10px}.elementor-star-rating--align-right .elementor-star-rating__wrapper{text-align:right;justify-content:flex-end}.elementor-star-rating--align-left .elementor-star-rating__wrapper{text-align:left;justify-content:flex-start}.elementor-star-rating--align-center .elementor-star-rating__wrapper{text-align:center;justify-content:center}.elementor-star-rating--align-justify .elementor-star-rating__title{margin-inline-end:auto}@media (max-width:1024px){.elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper{text-align:right;justify-content:flex-end}.elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper{text-align:left;justify-content:flex-start}.elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper{text-align:center;justify-content:center}.elementor-star-rating-tablet--align-justify .elementor-star-rating__title{margin-inline-end:auto}}@media (max-width:767px){.elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper{text-align:right;justify-content:flex-end}.elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper{text-align:left;justify-content:flex-start}.elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper{text-align:center;justify-content:center}.elementor-star-rating-mobile--align-justify .elementor-star-rating__title{margin-inline-end:auto}}.last-star{letter-spacing:0}.elementor--star-style-star_unicode .elementor-star-rating{font-family:Arial,Helvetica,sans-serif}.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before{content:"★"}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper{width:25%;flex-shrink:0}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active{border-inline-end-style:none}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before{height:999em;width:0;right:0;border-inline-end-style:solid}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before{top:0;transform:translateY(-100%)}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after{top:100%}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title{display:table-cell}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active{border-bottom-style:none}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before{bottom:0;height:0;width:999em;border-bottom-style:solid}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before{right:100%}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after{left:100%}.elementor-widget-tabs .elementor-tab-content,.elementor-widget-tabs .elementor-tab-title,.elementor-widget-tabs .elementor-tab-title:after,.elementor-widget-tabs .elementor-tab-title:before,.elementor-widget-tabs .elementor-tabs-content-wrapper{border:1px #d5d8dc}.elementor-widget-tabs .elementor-tabs{text-align:start}.elementor-widget-tabs .elementor-tabs-wrapper{overflow:hidden}.elementor-widget-tabs .elementor-tab-title{cursor:pointer;outline:var(--focus-outline,none)}.elementor-widget-tabs .elementor-tab-desktop-title{position:relative;padding:20px 25px;font-weight:700;line-height:1;border:solid transparent}.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active{border-color:#d5d8dc}.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before{display:block;content:"";position:absolute}.elementor-widget-tabs .elementor-tab-desktop-title:focus-visible{border:1px solid #000}.elementor-widget-tabs .elementor-tab-mobile-title{padding:10px;cursor:pointer}.elementor-widget-tabs .elementor-tab-content{padding:20px;display:none}@media (max-width:767px){.elementor-tabs .elementor-tab-content,.elementor-tabs .elementor-tab-title{border-style:solid solid none}.elementor-tabs .elementor-tabs-wrapper{display:none}.elementor-tabs .elementor-tabs-content-wrapper{border-bottom-style:solid}.elementor-tabs .elementor-tab-content{padding:10px}}@media (min-width:768px){.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs{display:flex}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper{flex-direction:column}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper{flex-grow:1;border-style:solid solid solid none}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content{border-style:none solid solid}.elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper,.elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper,.elementor-widget-tabs.elementor-tabs-alignment-stretch .elementor-tabs-wrapper{display:flex}.elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper{justify-content:center}.elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper{justify-content:flex-end}.elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-horizontal .elementor-tab-title{width:100%}.elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-vertical .elementor-tab-title{height:100%}.elementor-tabs .elementor-tab-mobile-title{display:none}}.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-inline-end:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:start}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}.elementor-toggle{text-align:start}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}.elementor-widget-video .elementor-widget-container{overflow:hidden;transform:translateZ(0)}.elementor-widget-video .elementor-wrapper{aspect-ratio:var(--video-aspect-ratio)}.elementor-widget-video .elementor-wrapper iframe,.elementor-widget-video .elementor-wrapper video{height:100%;width:100%;display:flex;border:none;background-color:#000}@supports not (aspect-ratio:1/1){.elementor-widget-video .elementor-wrapper{position:relative;overflow:hidden;height:0;padding-bottom:calc(100% / var(--video-aspect-ratio))}.elementor-widget-video .elementor-wrapper iframe,.elementor-widget-video .elementor-wrapper video{position:absolute;top:0;right:0;bottom:0;left:0}}.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:50%}.elementor-widget-video .elementor-custom-embed-image-overlay{cursor:pointer;text-align:center}.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i{opacity:1}.elementor-widget-video .elementor-custom-embed-image-overlay img{display:block;width:100%;aspect-ratio:var(--video-aspect-ratio);-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}@supports not (aspect-ratio:1/1){.elementor-widget-video .elementor-custom-embed-image-overlay{position:relative;overflow:hidden;height:0;padding-bottom:calc(100% / var(--video-aspect-ratio))}.elementor-widget-video .elementor-custom-embed-image-overlay img{position:absolute;top:0;right:0;bottom:0;left:0}}.elementor-widget-video .e-hosted-video .elementor-video{-o-object-fit:cover;object-fit:cover}.e-con-inner>.elementor-widget-video,.e-con>.elementor-widget-video{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}.elementor-widget-rating{--e-rating-gap:0px;--e-rating-icon-font-size:16px;--e-rating-icon-color:#ccd6df;--e-rating-icon-marked-color:#f0ad4e;--e-rating-icon-marked-width:100%;--e-rating-justify-content:flex-start}.elementor-widget-rating .e-rating{display:flex;justify-content:var(--e-rating-justify-content)}.elementor-widget-rating .e-rating-wrapper{display:flex;justify-content:inherit;flex-direction:row;flex-wrap:wrap;width:-moz-fit-content;width:fit-content;margin-block-end:calc(0px - var(--e-rating-gap));margin-inline-end:calc(0px - var(--e-rating-gap))}.elementor-widget-rating .e-rating .e-icon{position:relative;margin-block-end:var(--e-rating-gap);margin-inline-end:var(--e-rating-gap)}.elementor-widget-rating .e-rating .e-icon-wrapper.e-icon-marked{--e-rating-icon-color:var(--e-rating-icon-marked-color);width:var(--e-rating-icon-marked-width);position:absolute;z-index:1;height:100%;left:0;top:0;overflow:hidden}.elementor-widget-rating .e-rating .e-icon-wrapper :is(i,svg){display:flex;flex-shrink:0}.elementor-widget-rating .e-rating .e-icon-wrapper i{font-size:var(--e-rating-icon-font-size);color:var(--e-rating-icon-color)}.elementor-widget-rating .e-rating .e-icon-wrapper svg{width:auto;height:var(--e-rating-icon-font-size);fill:var(--e-rating-icon-color)}/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.elementor-kit-2052{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#FFDA27;--e-global-typography-primary-font-family:"Coda";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Coda";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Coda";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Coda";--e-global-typography-accent-font-weight:500;font-family:"Coda", Sans-serif;background-image:url("https://i0.wp.com/noisyfruitslab.com/wp-content/uploads/2021/06/Background1.png?fit=3000%2C2000&ssl=1");background-position:top center;background-size:auto;--e-preloader-animation:eicon-spin;--e-preloader-animation-duration:1600ms;--e-preloader-delay:0ms;--e-preloader-width:3%;--e-preloader-max-width:4%;}.elementor-kit-2052 a{color:var( --e-global-color-primary );font-family:"Coda", Sans-serif;}.elementor-kit-2052 h1{color:var( --e-global-color-primary );}.elementor-kit-2052 h2{color:var( --e-global-color-primary );}.elementor-kit-2052 h3{color:var( --e-global-color-primary );}.elementor-kit-2052 h4{color:var( --e-global-color-primary );}.elementor-kit-2052 h5{color:var( --e-global-color-primary );}.elementor-kit-2052 h6{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/*! elementor-pro - v3.21.0 - 20-05-2024 */
@charset "UTF-8";.elementor-bg-transform .elementor-bg{will-change:transform}.elementor-bg-transform-zoom-in:hover .elementor-bg,.elementor-bg-transform-zoom-out .elementor-bg{transform:scale(1.2)}.elementor-bg-transform-zoom-out:hover .elementor-bg{transform:scale(1)}.elementor-bg-transform-move-left .elementor-bg{transform:scale(1.2) translateX(8%)}.elementor-bg-transform-move-left:hover .elementor-bg,.elementor-bg-transform-move-right .elementor-bg{transform:scale(1.2) translateX(-8%)}.elementor-bg-transform-move-right:hover .elementor-bg{transform:scale(1.2) translateX(8%)}.elementor-bg-transform-move-up .elementor-bg{transform:scale(1.2) translateY(8%)}.elementor-bg-transform-move-down .elementor-bg,.elementor-bg-transform-move-up:hover .elementor-bg{transform:scale(1.2) translateY(-8%)}.elementor-bg-transform-move-down:hover .elementor-bg{transform:scale(1.2) translateY(8%)}.elementor-animated-content{--translate:0,0}.elementor-animated-content:focus .elementor-animated-item--grow,.elementor-animated-content:hover .elementor-animated-item--grow{transform:scale(1.1)}.elementor-animated-content:focus .elementor-animated-item--shrink,.elementor-animated-content:hover .elementor-animated-item--shrink{transform:scale(.85)}.elementor-animated-content:focus .elementor-animated-item--shrink-contained,.elementor-animated-content:hover .elementor-animated-item--shrink-contained{transform:scale(1)}.elementor-animated-content:focus .elementor-animated-item--enter-zoom-in,.elementor-animated-content:focus .elementor-animated-item--enter-zoom-out,.elementor-animated-content:focus .elementor-animated-item--fade-in,.elementor-animated-content:hover .elementor-animated-item--enter-zoom-in,.elementor-animated-content:hover .elementor-animated-item--enter-zoom-out,.elementor-animated-content:hover .elementor-animated-item--fade-in{transform:scale(1);opacity:1}.elementor-animated-content:focus .elementor-animated-item--exit-zoom-in,.elementor-animated-content:focus .elementor-animated-item--exit-zoom-out,.elementor-animated-content:focus .elementor-animated-item--fade-out,.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in,.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out,.elementor-animated-content:hover .elementor-animated-item--fade-out{opacity:0}.elementor-animated-content:focus .elementor-animated-item--exit-zoom-out,.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out{transform:scale(.2)}.elementor-animated-content:focus .elementor-animated-item--exit-zoom-in,.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in{transform:scale(2)}.elementor-animated-content:focus .elementor-animated-item--enter-from-bottom,.elementor-animated-content:focus .elementor-animated-item--enter-from-left,.elementor-animated-content:focus .elementor-animated-item--enter-from-right,.elementor-animated-content:focus .elementor-animated-item--enter-from-top,.elementor-animated-content:hover .elementor-animated-item--enter-from-bottom,.elementor-animated-content:hover .elementor-animated-item--enter-from-left,.elementor-animated-content:hover .elementor-animated-item--enter-from-right,.elementor-animated-content:hover .elementor-animated-item--enter-from-top{opacity:1;transform:translateY(0) translateX(0)}.elementor-animated-content:focus .elementor-animated-item--exit-to-right,.elementor-animated-content:hover .elementor-animated-item--exit-to-right{transform:translateX(1000px)}.elementor-animated-content:focus .elementor-animated-item--exit-to-left,.elementor-animated-content:hover .elementor-animated-item--exit-to-left{transform:translateX(-1000px)}.elementor-animated-content:focus .elementor-animated-item--exit-to-top,.elementor-animated-content:hover .elementor-animated-item--exit-to-top{transform:translateY(-600px)}.elementor-animated-content:focus .elementor-animated-item--exit-to-bottom,.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom{transform:translateY(600px)}.elementor-animated-content:focus .elementor-animated-item--exit-to-bottom,.elementor-animated-content:focus .elementor-animated-item--exit-to-left,.elementor-animated-content:focus .elementor-animated-item--exit-to-right,.elementor-animated-content:focus .elementor-animated-item--exit-to-top,.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom,.elementor-animated-content:hover .elementor-animated-item--exit-to-left,.elementor-animated-content:hover .elementor-animated-item--exit-to-right,.elementor-animated-content:hover .elementor-animated-item--exit-to-top{opacity:0}.elementor-animated-content:focus .elementor-animated-item--move-right,.elementor-animated-content:hover .elementor-animated-item--move-right{transform:translateX(30px)}.elementor-animated-content:focus .elementor-animated-item--move-left,.elementor-animated-content:hover .elementor-animated-item--move-left{transform:translateX(-30px)}.elementor-animated-content:focus .elementor-animated-item--move-up,.elementor-animated-content:hover .elementor-animated-item--move-up{transform:translateY(-30px)}.elementor-animated-content:focus .elementor-animated-item--move-down,.elementor-animated-content:hover .elementor-animated-item--move-down{transform:translateY(30px)}.elementor-animated-content:focus .elementor-animated-item--move-contained-right,.elementor-animated-content:hover .elementor-animated-item--move-contained-right{--translate:8%,0}.elementor-animated-content:focus .elementor-animated-item--move-contained-left,.elementor-animated-content:hover .elementor-animated-item--move-contained-left{--translate:-8%,0}.elementor-animated-content:focus .elementor-animated-item--move-contained-top,.elementor-animated-content:hover .elementor-animated-item--move-contained-top{--translate:0,-8%}.elementor-animated-content:focus .elementor-animated-item--move-contained-bottom,.elementor-animated-content:hover .elementor-animated-item--move-contained-bottom{--translate:0,8%}.elementor-animated-content [class^=elementor-animated-item]{will-change:transform,opacity}.elementor-animated-content .elementor-animated-item--shrink-contained{transform:scale(1.17)}.elementor-animated-content .elementor-animated-item--enter-zoom-in{transform:scale(.2)}.elementor-animated-content .elementor-animated-item--enter-zoom-out{transform:scale(2)}.elementor-animated-content .elementor-animated-item--enter-zoom-in,.elementor-animated-content .elementor-animated-item--enter-zoom-out,.elementor-animated-content .elementor-animated-item--fade-in{opacity:0}.elementor-animated-content .elementor-animated-item--exit-zoom-in,.elementor-animated-content .elementor-animated-item--exit-zoom-out,.elementor-animated-content .elementor-animated-item--fade-out{opacity:1;transform:scale(1)}.elementor-animated-content .elementor-animated-item--enter-from-right{transform:translateX(1000px)}.elementor-animated-content .elementor-animated-item--enter-from-left{transform:translateX(-1000px)}.elementor-animated-content .elementor-animated-item--enter-from-top{transform:translateY(-600px)}.elementor-animated-content .elementor-animated-item--enter-from-bottom{transform:translateY(500px)}.elementor-animated-content .elementor-animated-item--enter-from-bottom,.elementor-animated-content .elementor-animated-item--enter-from-left,.elementor-animated-content .elementor-animated-item--enter-from-right,.elementor-animated-content .elementor-animated-item--enter-from-top{opacity:0}.elementor-animated-content .elementor-animated-item--exit-to-bottom,.elementor-animated-content .elementor-animated-item--exit-to-left,.elementor-animated-content .elementor-animated-item--exit-to-right,.elementor-animated-content .elementor-animated-item--exit-to-top{opacity:1;transform:translateY(0) translateX(0)}.elementor-animated-content .elementor-animated-item--move-contained-bottom,.elementor-animated-content .elementor-animated-item--move-contained-left,.elementor-animated-content .elementor-animated-item--move-contained-right,.elementor-animated-content .elementor-animated-item--move-contained-top{transform:scale(1.2) translate(var(--translate))}.elementor-editor-active .elementor.elementor-edit-mode .elementor-widget.elementor-global-widget:hover{outline:1px solid var(--e-p-border-global)}.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings{background-color:var(--e-p-border-global)}.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting{background-color:var(--e-p-border-global);color:var(--e-p-border-global-invert)}.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting:hover{background-color:var(--e-p-border-global-hover)}.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting.elementor-editor-element-save{display:none}.elementor-theme-builder-content-area{height:400px}.elementor-location-footer:before,.elementor-location-header:before{content:"";display:table;clear:both}.elementor-posts.elementor-posts--skin-archive_full_content article.elementor-post{display:block}.elementor-sticky--active{z-index:99}.e-con.elementor-sticky--active{z-index:var(--z-index,99)}[data-elementor-type=popup] .elementor-section-wrap:not(:empty)+#elementor-add-new-section,[data-elementor-type=popup]:not(.elementor-edit-area){display:none}.elementor-popup-modal{display:flex;pointer-events:none;background-color:transparent;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.elementor-popup-modal .dialog-buttons-wrapper,.elementor-popup-modal .dialog-header{display:none}.elementor-popup-modal .dialog-close-button{display:none;top:20px;margin-top:0;right:20px;opacity:1;z-index:9999;pointer-events:all}.elementor-popup-modal .dialog-close-button svg{fill:#1f2124;height:1em;width:1em}.elementor-popup-modal .dialog-widget-content{background-color:#fff;width:auto;overflow:visible;max-width:100%;max-height:100%;border-radius:0;box-shadow:none;pointer-events:all}.elementor-popup-modal .dialog-message{width:640px;max-width:100vw;max-height:100vh;padding:0;overflow:auto;display:flex}.elementor-popup-modal .elementor{width:100%}.elementor-motion-effects-element,.elementor-motion-effects-layer{transition-property:transform,opacity;transition-timing-function:cubic-bezier(0,.33,.07,1.03);transition-duration:1s}.elementor-motion-effects-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.elementor-motion-effects-layer{position:absolute;top:0;left:0;background-repeat:no-repeat;background-size:cover}.elementor-motion-effects-perspective{perspective:1200px}.elementor-motion-effects-element{transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}body.woocommerce #content div.product .elementor-widget-woocommerce-product-images div.images,body.woocommerce-page #content div.product .elementor-widget-woocommerce-product-images div.images,body.woocommerce-page div.product .elementor-widget-woocommerce-product-images div.images,body.woocommerce div.product .elementor-widget-woocommerce-product-images div.images{float:none;width:100%;padding:0}body.rtl.woocommerce #content div.product .elementor-widget-woocommerce-product-images div.images,body.rtl.woocommerce-page #content div.product .elementor-widget-woocommerce-product-images div.images,body.rtl.woocommerce-page div.product .elementor-widget-woocommerce-product-images div.images,body.rtl.woocommerce div.product .elementor-widget-woocommerce-product-images div.images{float:none;padding:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart{margin:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart:not(.grouped_form):not(.variations_form){display:flex;flex-wrap:nowrap}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart .button:where(:not(:first-child)),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart button:where(:not(:first-child)){margin-top:0;margin-left:var(--button-spacing,10px)}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .e-loop-add-to-cart-form-container{display:flex;flex-wrap:wrap;gap:var(--view-cart-spacing,10px)}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .e-loop-add-to-cart-form-container>*{display:flex;flex-basis:auto;margin:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity{vertical-align:middle}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity .qty{vertical-align:top;margin-right:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity input{height:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked form.cart:not(.grouped_form):not(.variations_form){display:block}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder{display:flex}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-loop-add-to-cart-form-container{flex-wrap:wrap}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-loop-add-to-cart-form-container>*{flex-basis:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder{flex-wrap:wrap}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder>*{flex-basis:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder button{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder .button:where(:not(:first-child)),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder button:where(:not(:first-child)){margin-left:0;margin-top:var(--button-spacing,10px)}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto .e-atc-qty-button-holder{flex-wrap:nowrap}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto .e-atc-qty-button-holder .quantity{margin-right:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto .e-atc-qty-button-holder .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto .e-atc-qty-button-holder button{vertical-align:middle}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-start;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-end;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right form.cart div.quantity{margin-right:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right form.cart button{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button{width:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-justify .e-loop-add-to-cart-form-container>*{flex-basis:100%;justify-content:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-justify .e-loop-add-to-cart-form-container a.added_to_cart{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-justify form.cart div.quantity{margin-right:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-justify form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-justify form.cart button{flex-basis:100%}@media (min-width:-1){:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-start;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-end;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right form.cart div.quantity{margin-right:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right form.cart button{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button{width:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-justify .e-loop-add-to-cart-form-container>*{flex-basis:100%;justify-content:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-justify .e-loop-add-to-cart-form-container a.added_to_cart{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-justify form.cart div.quantity{margin-right:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-justify form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-justify form.cart button{flex-basis:100%}}@media (max-width:-1){:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-start;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-end;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right form.cart div.quantity{margin-right:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right form.cart button{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button{width:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-justify .e-loop-add-to-cart-form-container>*{flex-basis:100%;justify-content:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-justify .e-loop-add-to-cart-form-container a.added_to_cart{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-justify form.cart div.quantity{margin-right:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-justify form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-justify form.cart button{flex-basis:100%}}@media (max-width:-1){:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-start;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-end;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right form.cart div.quantity{margin-right:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right form.cart button{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button{width:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-justify .e-loop-add-to-cart-form-container>*{flex-basis:100%;justify-content:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-justify .e-loop-add-to-cart-form-container a.added_to_cart{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-justify form.cart div.quantity{margin-right:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-justify form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-justify form.cart button{flex-basis:100%}}@media (max-width:1024px){:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-start;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-end;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right form.cart div.quantity{margin-right:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right form.cart button{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button{width:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-justify .e-loop-add-to-cart-form-container>*{flex-basis:100%;justify-content:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-justify .e-loop-add-to-cart-form-container a.added_to_cart{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-justify form.cart div.quantity{margin-right:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-justify form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-justify form.cart button{flex-basis:100%}}@media (max-width:-1){:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-start;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-end;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right form.cart div.quantity{margin-right:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right form.cart button{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button{width:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-justify .e-loop-add-to-cart-form-container>*{flex-basis:100%;justify-content:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-justify .e-loop-add-to-cart-form-container a.added_to_cart{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-justify form.cart div.quantity{margin-right:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-justify form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-justify form.cart button{flex-basis:100%}}@media (max-width:767px){:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-start;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-end;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right form.cart div.quantity{margin-right:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right form.cart button{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button{width:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-justify .e-loop-add-to-cart-form-container>*{flex-basis:100%;justify-content:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-justify .e-loop-add-to-cart-form-container a.added_to_cart{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-justify form.cart div.quantity{margin-right:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-justify form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-justify form.cart button{flex-basis:100%}}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart):not(.e-add-to-cart--show-quantity-yes) form.cart .quantity{display:none!important}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart):not(.e-add-to-cart--show-quantity-yes) form.cart .button:where(:not(:first-child)),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart):not(.e-add-to-cart--show-quantity-yes) form.cart button:where(:not(:first-child)){margin-left:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart):not(.e-add-to-cart--show-quantity-yes)[class*="--layout-stacked"] form.cart .button:where(:not(:first-child)),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart):not(.e-add-to-cart--show-quantity-yes)[class*="--layout-stacked"] form.cart button:where(:not(:first-child)){margin-top:0}:is(.e-loop-item .elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .e-loop-item .elementor-widget-woocommerce-product-add-to-cart) form.cart input.qty.disabled{pointer-events:none}:is(.e-loop-item .elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .e-loop-item .elementor-widget-woocommerce-product-add-to-cart) form.cart .button{text-align:center}:is(.e-loop-item .elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .e-loop-item .elementor-widget-woocommerce-product-add-to-cart) .added_to_cart{margin:0;padding:0;display:flex;align-items:center}:is(.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity{vertical-align:middle}:is(.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity .qty{vertical-align:top;margin-right:0;width:3.631em;text-align:center}:is(.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-button-info button.button.alt.elementor-button{background-color:#5bc0de}:is(.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-button-success button.button.alt.elementor-button{background-color:#5cb85c}:is(.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-button-warning button.button.alt.elementor-button{background-color:#f0ad4e}:is(.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-button-danger button.button.alt.elementor-button{background-color:#d9534f}.woocommerce div.product.elementor ul.tabs:before{position:static;content:none;width:auto;bottom:auto;left:auto;border-bottom:0;z-index:auto}.woocommerce div.product.elementor ul.tabs{margin:0}.woocommerce div.product.elementor ul.tabs li{padding:0}.woocommerce div.product.elementor ul.tabs li a{padding:.8em 1.2em;line-height:1}.woocommerce div.product.elementor ul.tabs li:after,.woocommerce div.product.elementor ul.tabs li:before{border:0;position:static;bottom:auto;width:auto;height:auto;content:none;box-sizing:border-box}.woocommerce div.product.elementor .woocommerce-tabs .panel{padding:20px;border-radius:0;border-width:0;border-top:1px solid #d3ced2;box-shadow:none;margin:-1px 0 0}.woocommerce .elementor-product-price-block-yes.elementor-widget-woocommerce-product-price .price del,.woocommerce .elementor-product-price-block-yes.elementor-widget-woocommerce-product-price .price ins{display:block}.elementor-widget-woocommerce-product-meta .detail-container{position:relative}.elementor-widget-woocommerce-product-meta .detail-container:after{position:absolute;bottom:0;left:0;width:100%}.elementor-widget-woocommerce-product-meta .detail-label{font-weight:700}.elementor-woo-meta--view-inline .product_meta{display:flex;flex-wrap:wrap}.elementor-woo-meta--view-inline .product_meta .detail-container:after{width:auto;left:auto;right:auto;position:absolute;height:100%;top:50%;transform:translateY(-50%);border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-woo-meta--view-table .product_meta{display:flex;flex-direction:column}.elementor-woo-meta--view-table .product_meta .detail-container{display:flex}.elementor-woo-meta--view-table .product_meta .detail-label{min-width:108px}.elementor-woo-meta--view-stacked .product_meta .detail-container{display:block}.woocommerce .elementor-widget-woocommerce-product-rating .elementor-widget-container .woocommerce-product-rating{margin-bottom:0;display:flex;align-items:center}.woocommerce .elementor-widget-woocommerce-product-rating .elementor-widget-container .star-rating{margin-top:0}.elementor-product-rating--align-left .woocommerce-product-rating{justify-content:flex-start}.elementor-product-rating--align-right .woocommerce-product-rating{justify-content:flex-end}.elementor-product-rating--align-center .woocommerce-product-rating{justify-content:center}.elementor-product-rating--align-justify .woocommerce-product-rating .woocommerce-review-link{margin-left:auto}.elementor-products-grid ul.products.elementor-grid{display:grid;margin:0;grid-column-gap:20px;grid-row-gap:40px}.elementor-products-grid ul.products.elementor-grid:after,.elementor-products-grid ul.products.elementor-grid:before{content:none;display:none}.elementor-products-grid ul.products.elementor-grid li.product{width:auto;padding:0;margin:0;float:none;display:var(--button-align-display);flex-direction:var(--button-align-direction);justify-content:var(--button-align-justify)}.elementor-products-grid ul.products.elementor-grid li.product .onsale{padding:0;display:none}.elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link{display:block;position:relative}.elementor-products-grid:not(.show-heading-yes) .products>h2{display:none}.elementor-products-grid nav.woocommerce-pagination{margin-top:40px}.elementor-products-grid:not(.elementor-show-pagination-border-yes) nav.woocommerce-pagination ul{border:0}.elementor-products-grid:not(.elementor-show-pagination-border-yes) nav.woocommerce-pagination ul li{border-right:0;border-left:0}.elementor-widget-woocommerce-products:not(.products-heading-show) .cross-sells>h2,.elementor-widget-woocommerce-products:not(.products-heading-show) .related>h2,.elementor-widget-woocommerce-products:not(.products-heading-show) .upsells>h2{display:none}.elementor-widget-woocommerce-products.products-heading-show .cross-sells>h2,.elementor-widget-woocommerce-products.products-heading-show .related>h2,.elementor-widget-woocommerce-products.products-heading-show .upsells>h2{display:block;text-align:var(--products-title-alignment,left);color:var(--products-title-color);margin-bottom:var(--products-title-spacing,1rem)}.elementor-product-loop-item--align-left ul.products li.product .star-rating{margin-right:auto}.elementor-product-loop-item--align-right ul.products li.product .star-rating{margin-left:auto}.elementor-product-loop-item--align-center ul.products li.product .star-rating{margin-right:auto;margin-left:auto}.woocommerce .elementor-element.elementor-products-grid ul.products li.product,.woocommerce div.product .elementor-element.elementor-products-grid .related.products ul.products li.product,.woocommerce div.product .elementor-element.elementor-products-grid .upsells.products ul.products li.product{width:auto}@media (min-width:1025px){.elementor-widget-wc-archive-products .woocommerce.columns-2 ul.products{grid-template-columns:repeat(2,1fr)}.elementor-widget-wc-archive-products .woocommerce.columns-3 ul.products{grid-template-columns:repeat(3,1fr)}.elementor-widget-wc-archive-products .woocommerce.columns-4 ul.products{grid-template-columns:repeat(4,1fr)}.elementor-widget-wc-archive-products .woocommerce.columns-5 ul.products{grid-template-columns:repeat(5,1fr)}.elementor-widget-wc-archive-products .woocommerce.columns-6 ul.products{grid-template-columns:repeat(6,1fr)}.elementor-widget-wc-archive-products .woocommerce.columns-7 ul.products{grid-template-columns:repeat(7,1fr)}.elementor-widget-wc-archive-products .woocommerce.columns-8 ul.products{grid-template-columns:repeat(8,1fr)}.elementor-widget-wc-archive-products .woocommerce.columns-9 ul.products{grid-template-columns:repeat(9,1fr)}.elementor-widget-wc-archive-products .woocommerce.columns-10 ul.products{grid-template-columns:repeat(10,1fr)}.elementor-widget-wc-archive-products .woocommerce.columns-11 ul.products{grid-template-columns:repeat(11,1fr)}.elementor-widget-wc-archive-products .woocommerce.columns-12 ul.products{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-widget-wc-archive-products .products{grid-template-columns:repeat(3,1fr)}}@media (max-width:767px){.elementor-widget-wc-archive-products .products{grid-template-columns:repeat(2,1fr)}}.elementor.product .woocommerce-product-gallery__trigger+.woocommerce-product-gallery__wrapper{overflow:hidden}.woocommerce .elementor-widget-woocommerce-product-images span.onsale{padding:0}.elementor-menu-cart__wrapper{text-align:var(--main-alignment,left)}.elementor-menu-cart__toggle_wrapper{display:inline-block;position:relative}.elementor-menu-cart__toggle{display:inline-block}.elementor-menu-cart__toggle .elementor-button{background-color:var(--toggle-button-background-color,transparent);color:var(--toggle-button-text-color,#69727d);border:var(--toggle-button-border-width,1px) var(--toggle-button-border-type,solid) var(--toggle-button-border-color,#69727d);border-radius:var(--toggle-button-border-radius,0);display:inline-flex;flex-direction:row-reverse;align-items:center;padding:var(--toggle-icon-padding,12px 24px)}.elementor-menu-cart__toggle .elementor-button:hover{color:var(--toggle-button-hover-text-color,#69727d);background-color:var(--toggle-button-hover-background-color,transparent);border-color:var(--toggle-button-hover-border-color,#69727d)}.elementor-menu-cart__toggle .elementor-button:hover .elementor-button-icon{color:var(--toggle-button-icon-hover-color,#69727d)}.elementor-menu-cart__toggle .elementor-button:hover svg{fill:var(--toggle-button-icon-hover-color,#69727d)}.elementor-menu-cart__toggle .elementor-button svg{fill:var(--toggle-button-icon-color,#69727d)}.elementor-menu-cart__toggle .elementor-button-text{margin-inline-end:.3em}.elementor-menu-cart__toggle .elementor-button-icon{position:relative;transition:color .1s}.elementor-menu-cart__toggle .e-toggle-cart-custom-icon,.elementor-menu-cart__toggle .elementor-button-icon{color:var(--toggle-button-icon-color,#69727d);font-size:var(--toggle-icon-size,inherit)}.elementor-menu-cart__toggle .e-toggle-cart-custom-icon:hover{color:var(--toggle-button-icon-hover-color,#69727d)}.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter]{display:block;position:absolute;min-width:1.6em;height:1.6em;line-height:1.5em;top:-.7em;inset-inline-end:-.7em;border-radius:100%;color:var(--items-indicator-text-color,#fff);background-color:var(--items-indicator-background-color,#d9534f);text-align:center;font-size:10px}.elementor-menu-cart--items-indicator-plain .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter]{display:inline-block;font-weight:400}.elementor-menu-cart--items-indicator-none .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter]{display:none}.elementor-menu-cart__container{transform:scale(1);overflow:hidden;position:fixed;z-index:9998;top:0;left:0;width:100vw;height:100%;background-color:rgba(0,0,0,.25);transition:background-color .4s,transform 0s;text-align:left}.elementor-menu-cart__main{position:fixed;left:var(--side-cart-alignment-left,auto);right:var(--side-cart-alignment-right,0);transform:translateX(0);top:0;bottom:0;display:flex;flex-direction:column;align-items:stretch;font-size:14px;min-height:200px;width:350px;max-width:100%;transition:.3s;padding:var(--cart-padding,20px 30px);background-color:var(--cart-background-color,#fff);box-shadow:0 0 20px rgba(0,0,0,.2);border-style:var(--cart-border-style,none);border-color:var(--cart-border-color,initial);border-radius:var(--cart-border-radius,0);margin-top:var(--mini-cart-spacing,0)}.elementor-menu-cart__main .widget_shopping_cart_content{height:100%;display:flex;flex-direction:column}.elementor-menu-cart__main .widget_shopping_cart_content .woocommerce-mini-cart__empty-message{color:var(--empty-message-color,inherit);text-align:var(--empty-message-alignment,left)}body.elementor-default .elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--shown) .elementor-menu-cart__container{background-color:transparent;transform:scale(0);transition:background-color .4s,transform 0s .4s}body.elementor-default .elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--shown) .elementor-menu-cart__container .dialog-lightbox-close-button{display:none}body.elementor-default .elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--shown) .elementor-menu-cart__main{overflow:hidden;opacity:0;transform:var(--side-cart-alignment-transform,translateX(100%))}.elementor-menu-cart__close-button{width:var(--cart-close-icon-size,25px);height:var(--cart-close-icon-size,25px);position:relative;margin:0 0 20px;align-self:flex-end;cursor:pointer;display:inline-block;font-family:eicons;font-size:20px;line-height:1;transition:.3s}.elementor-menu-cart__close-button:after,.elementor-menu-cart__close-button:before{content:"";position:absolute;height:3px;width:100%;top:50%;left:0;margin-top:-1px;background:var(--cart-close-button-color,#69727d);border-radius:1px;transition:.3s}.elementor-menu-cart__close-button:hover:after,.elementor-menu-cart__close-button:hover:before{background:var(--cart-close-button-hover-color,#69727d)}.elementor-menu-cart__close-button:before{transform:rotate(45deg)}.elementor-menu-cart__close-button:after{transform:rotate(-45deg)}.elementor-menu-cart__close-button-custom{position:relative;margin:0 0 20px;align-self:flex-end;cursor:pointer;display:inline-block;font-family:eicons;font-size:20px;line-height:1;transition:.3s}.elementor-menu-cart__close-button-custom:hover:after,.elementor-menu-cart__close-button-custom:hover:before{background:var(--cart-close-button-hover-color,#69727d)}.elementor-menu-cart__close-button-custom .e-close-cart-custom-icon{font-size:var(--cart-close-icon-size,25px);color:var(--cart-close-button-color,#69727d)}.elementor-menu-cart__close-button-custom .e-close-cart-custom-icon:hover{color:var(--cart-close-button-hover-color,#69727d)}.elementor-menu-cart__close-button-custom svg{fill:var(--cart-close-button-color,#69727d);width:var(--cart-close-icon-size,25px);height:var(--cart-close-icon-size,25px)}.elementor-menu-cart__close-button-custom svg:hover{fill:var(--cart-close-button-hover-color,#69727d)}.elementor-menu-cart__products{max-height:calc(100vh - 250px);overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.elementor-menu-cart__product{display:grid;grid-template-columns:28% auto;grid-template-rows:var(--price-quantity-position--grid-template-rows,auto auto);position:relative;border-width:0;border-bottom:var(--divider-width,1px) var(--divider-style,solid) var(--divider-color,#d5d8dc)}.elementor-menu-cart__product .variation{display:grid;grid-template-columns:max-content auto;margin:10px 0;color:var(--product-variations-color,#1f2124)}.elementor-menu-cart__product .variation dt{grid-column-start:1}.elementor-menu-cart__product .variation dd{grid-column-start:2;margin-inline-start:5px}.elementor-menu-cart__product .variation dd p{margin-bottom:0}.elementor-menu-cart__product-image{grid-row-start:1;grid-row-end:3;width:100%}.elementor-menu-cart__product-image a,.elementor-menu-cart__product-image img{display:block}.elementor-menu-cart__product-name{grid-column-start:2;grid-column-end:3;margin:0}.elementor-menu-cart__product-name a{transition:.3s}.elementor-menu-cart__product-price{grid-column-start:2;grid-column-end:3;align-self:var(--price-quantity-position--align-self,end);font-weight:300;color:var(--product-price-color,#d5d8dc)}.elementor-menu-cart__product-name,.elementor-menu-cart__product-price{font-size:14px;padding-left:20px}.elementor-menu-cart__product-remove{color:#69727d;width:var(--remove-item-button-size,22px);height:var(--remove-item-button-size,22px);border-radius:var(--remove-item-button-size,22px);border:1px solid var(--remove-item-button-color,#d5d8dc);text-align:center;overflow:hidden;position:absolute;right:0;bottom:20px;transition:.3s}.elementor-menu-cart__product-remove:hover{border:1px solid var(--remove-item-button-hover-color,#d5d8dc)}.elementor-menu-cart__product-remove:hover:after,.elementor-menu-cart__product-remove:hover:before{background:var(--remove-item-button-hover-color,#d5d8dc)}.elementor-menu-cart__product-remove:after,.elementor-menu-cart__product-remove:before{content:"";position:absolute;height:1px;width:50%;top:50%;left:25%;margin-top:-1px;background:var(--remove-item-button-color,#d5d8dc);z-index:1;transition:.3s}.elementor-menu-cart__product-remove:before{transform:rotate(45deg)}.elementor-menu-cart__product-remove:after{transform:rotate(-45deg)}.elementor-menu-cart__product-remove>a{display:block;z-index:2;width:100%;height:100%;overflow:hidden;opacity:0;position:absolute}.elementor-menu-cart__product-remove>a.remove_from_cart_button{display:var(--remove-from-cart-button,block)}.elementor-menu-cart__product-remove>a.elementor_remove_from_cart_button{display:var(--elementor-remove-from-cart-button,none)}.elementor-menu-cart__product:last-child{border:none}.elementor-menu-cart__footer-buttons,.elementor-menu-cart__product:not(:first-of-type),.elementor-menu-cart__subtotal{padding-top:var(--product-divider-gap,20px)}.elementor-menu-cart__product{padding-right:30px}.elementor-menu-cart__product,.elementor-menu-cart__subtotal{padding-bottom:var(--product-divider-gap,20px)}.elementor-menu-cart__subtotal{font-size:20px;text-align:var(--menu-cart-subtotal-text-align,center);font-weight:600;color:var(--menu-cart-subtotal-color,inherit);border-left:var(--subtotal-divider-left-width,1px) var(--subtotal-divider-style,solid) var(--subtotal-divider-color,#d5d8dc);border-bottom:var(--subtotal-divider-bottom-width,1px) var(--subtotal-divider-style,solid) var(--subtotal-divider-color,#d5d8dc);border-right:var(--subtotal-divider-right-width,1px) var(--subtotal-divider-style,solid) var(--subtotal-divider-color,#d5d8dc);border-top:var(--subtotal-divider-top-width,1px) var(--subtotal-divider-style,solid) var(--subtotal-divider-color,#d5d8dc)}.elementor-menu-cart__footer-buttons{font-size:20px;text-align:var(--cart-footer-buttons-alignment-text-align,center);display:var(--cart-footer-buttons-alignment-display,grid);grid-template-columns:var(--cart-footer-layout,1fr 1fr);margin-top:var(--cart-buttons-position-margin,0);grid-column-gap:var(--space-between-buttons,10px);grid-row-gap:var(--space-between-buttons,10px)}.elementor-menu-cart__footer-buttons .elementor-button{display:inline-block;border-radius:var(--cart-footer-buttons-border-radius,0);height:-moz-fit-content;height:fit-content}.elementor-menu-cart__footer-buttons .elementor-button--view-cart{display:var(--view-cart-button-display,inline-block);color:var(--view-cart-button-text-color,#fff);padding:var(--view-cart-button-padding,15px);background-color:var(--view-cart-button-background-color,#69727d)}.elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover{color:var(--view-cart-button-hover-text-color,#fff);background-color:var(--view-cart-button-hover-background-color,#69727d)}.elementor-menu-cart__footer-buttons .elementor-button--checkout{display:var(--checkout-button-display,inline-block);color:var(--checkout-button-text-color,#fff);padding:var(--checkout-button-padding,15px);background-color:var(--checkout-button-background-color,#69727d)}.elementor-menu-cart__footer-buttons .elementor-button--checkout:hover{color:var(--checkout-button-hover-text-color,#fff);background-color:var(--checkout-button-hover-background-color,#69727d)}@media (max-width:767px){.elementor-menu-cart__footer-buttons .elementor-button{padding-left:10px;padding-right:10px}}.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--empty-indicator-hide .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter="0"],.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-subtotal-yes) .elementor-menu-cart__toggle .elementor-button-text{display:none}.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-remove-button-yes) .elementor-menu-cart__product{padding-left:0;padding-right:0;grid-template-columns:25% auto}.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-remove-button-yes) .elementor-menu-cart__product-remove{display:none}.elementor-widget-woocommerce-menu-cart.remove-item-position--top .elementor-menu-cart__product-remove{top:0;bottom:auto}.elementor-widget-woocommerce-menu-cart.remove-item-position--top .elementor-menu-cart__products .cart_item:not(:first-of-type) .elementor-menu-cart__product-remove{top:20px;bottom:auto}.elementor-widget-woocommerce-menu-cart.remove-item-position--middle .elementor-menu-cart__product-remove{transform:translateY(50%);bottom:50%}.elementor-widget-woocommerce-menu-cart.remove-item-position--bottom .elementor-menu-cart__product-remove{top:auto;bottom:20px}.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__container{position:absolute;width:auto;height:auto;overflow:visible;top:100%;bottom:auto;background:none;min-width:330px;left:0;right:auto;transform:scale(1);transition:background-color .4s,transform 0s}.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__main{width:auto;height:auto;position:relative;top:auto;bottom:auto;right:auto;left:auto;overflow:visible;transform:translateY(0);transition:.3s}@media (max-width:767px){.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__container{min-width:300px}}body.elementor-default .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart:not(.elementor-menu-cart--shown) .elementor-menu-cart__container{transform:scale(0);transition:background-color .4s,transform 0s .4s}body.elementor-default .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart:not(.elementor-menu-cart--shown) .elementor-menu-cart__main{opacity:0;transform:translateY(-10px)}.elementor-edit-area-active .elementor-widget-woocommerce-menu-cart.elementor-widget.elementor-loading.elementor-menu-cart--shown{opacity:1}.elementor-edit-area-active .elementor-widget-woocommerce-menu-cart.elementor-widget.elementor-loading.elementor-menu-cart--shown .elementor-menu-cart__container{z-index:9999}.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-dropdown .elementor-menu-cart__container{display:none}.elementor-widget-woocommerce-purchase-summary{font-size:14px;font-family:Roboto,sans-serif;color:#69727d}.elementor-widget-woocommerce-purchase-summary table tbody tr:hover>td,.elementor-widget-woocommerce-purchase-summary table tbody tr:hover>th{background-color:initial}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details{padding-inline-start:0;margin:0 0 2em;display:flex;flex-wrap:wrap}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details li{border-right:var(--payment-details-border-width,1px) var(--payment-details-border-type,solid) var(--payment-details-border-color,#d5d8dc);color:var(--payment-details-titles-color,#000);font-weight:700;font-size:14px;text-transform:capitalize;margin-right:var(--payment-details-space-between,4em);padding-right:var(--payment-details-space-between,4em);float:unset;margin-bottom:30px}@media (max-width:1024px){.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details li{border-right:none;border-bottom:var(--payment-details-border-width,1px) var(--payment-details-border-type,solid) var(--payment-details-border-color,#d5d8dc);margin-right:0;padding-right:0;width:100%;padding-top:calc(var(--payment-details-space-between, 20px) / 2);padding-bottom:calc(var(--payment-details-space-between, 20px) / 2);justify-content:space-between;display:flex;margin-bottom:0}}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details li strong{color:var(--payment-details-items-color,#69727d);font-weight:400;font-size:14px;margin-top:var(--payment-details-titles-spacing,10px);text-transform:none;line-height:normal;text-shadow:none;font-style:normal;letter-spacing:0}@media (max-width:1024px){.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details li strong{margin-top:0}}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details{padding-inline-start:0;display:flex;flex-wrap:wrap}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details li{border-right:var(--bank-details-border-width,1px) var(--bank-details-border-type,solid) var(--bank-details-border-color,#d5d8dc);color:var(--bank-details-titles-color,#000);font-weight:700;font-size:14px;text-transform:capitalize;margin-right:var(--bank-details-space-between,4em);padding-right:var(--bank-details-space-between,4em);float:unset;margin-bottom:30px}@media (max-width:1024px){.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details li{border-right:none;border-bottom:var(--bank-details-border-width,1px) var(--bank-details-border-type,solid) var(--bank-details-border-color,#d5d8dc);margin-right:0;padding-right:0;width:100%;padding-top:calc(var(--bank-details-space-between, 20px) / 2);padding-bottom:calc(var(--bank-details-space-between, 20px) / 2);justify-content:space-between;display:flex;margin-bottom:0}}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details li strong{color:var(--bank-details-items-color,#69727d);font-weight:400;font-size:14px;margin-top:var(--bank-details-titles-spacing,10px);text-transform:none;line-height:normal;text-shadow:none;font-style:normal;letter-spacing:0}@media (max-width:1024px){.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details li strong{margin-top:0}}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details li:last-of-type{border-right:none}.elementor-widget-woocommerce-purchase-summary .woocommerce .wc-item-meta .wc-item-meta-label,.elementor-widget-woocommerce-purchase-summary .woocommerce .wc-item-meta li p{color:var(--order-details-variations-color,#69727d)}.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table{font-size:14px;margin-bottom:0;padding:var(--sections-padding,15px 30px);background-color:var(--sections-background-color,#fff);border-radius:var(--sections-border-radius,3px);border:1px var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc)}.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table .button.alt{background-color:transparent;border-radius:var(--button-border-radius,3px);border:2px var(--buttons-border-type,solid) var(--buttons-border-color,#5bc0de);vertical-align:middle;color:var(--button-normal-text-color,#69727d);padding:var(--button-padding,5px 10px)}.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table .button.alt:hover{color:var(--button-hover-text-color,#69727d);transition-duration:var(--button-hover-transition-duration,.3s)}.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table td,.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table th{border:0;border-top:var(--tables-divider-border-width,1px) var(--tables-divider-border-type,solid) var(--tables-divider-border-color,#d5d8dc);padding-top:calc(var(--order-details-rows-gap, 18px) / 2);padding-bottom:calc(var(--order-details-rows-gap, 18px) / 2);padding-left:0;padding-right:0}.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table thead tr th{color:var(--order-details-titles-totals-color,#000);border-top:none;padding-top:0}.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table thead tr th span{color:var(--order-details-titles-totals-color,#000)}@media (min-width:1025px){.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tbody td{vertical-align:top;line-height:unset}}.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tbody td .woocommerce-Price-amount{color:var(--order-details-items-color,#69727d)}.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tfoot td,.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tfoot th{color:var(--order-details-titles-totals-color,#000)}.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tfoot tr:last-child td,.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tfoot tr:last-child th{padding-bottom:0}.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table .product-quantity,.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table td.download-expires,.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table td.download-remaining{font-weight:400;color:var(--order-details-items-color,#69727d)}.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table .product-purchase-note td{border-top:none;padding-top:0;color:var(--general-text-color,#69727d)}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-table--order-downloads tr td:before{color:var(--order-details-titles-totals-color,#000)}.elementor-widget-woocommerce-purchase-summary .woocommerce .order-again .button{background:transparent;border:2px solid #5bc0de;border:2px var(--buttons-border-type,solid) var(--buttons-border-color,#5bc0de);border-radius:var(--button-border-radius,3px);vertical-align:middle;color:var(--button-normal-text-color,#69727d);margin-top:40px;margin-bottom:0;padding:var(--button-padding,12px 32px)}.elementor-widget-woocommerce-purchase-summary .woocommerce .order-again .button:hover{color:var(--button-hover-text-color,#69727d);transition-duration:var(--button-hover-transition-duration,.3s)}.elementor-widget-woocommerce-purchase-summary .woocommerce h2{color:var(--titles-color,#000);margin-bottom:var(--titles-spacing,45px);font-weight:400}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-order-details h2{text-align:var(--order-summary-alignment,inherit)}.elementor-widget-woocommerce-purchase-summary .woocommerce .wc-bacs-bank-details-heading{text-align:var(--bank-details-alignment,inherit)}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-order-downloads__title{text-align:var(--downloads-alignment,inherit)}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-column--billing-address h2,.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-customer-details>h2{text-align:var(--billing-details-alignment,inherit)}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-column--shipping-address h2{text-align:var(--shipping-details-alignment,inherit)}.elementor-widget-woocommerce-purchase-summary .woocommerce a{color:var(--order-details-product-links-normal-color,#5bc0de)}.elementor-widget-woocommerce-purchase-summary .woocommerce a:hover{color:var(--order-details-product-links-hover-color,#5bc0de)}.elementor-widget-woocommerce-purchase-summary .woocommerce p{margin-bottom:20px}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-received{margin-bottom:var(--sections-spacing,40px);color:var(--confirmation-message-color,#69727d);text-align:var(--confirmation-message-alignment,inherit);display:var(--confirmation-message-display,none)}.elementor-widget-woocommerce-purchase-summary .woocommerce strong{color:var(--general-text-color,#000)}.elementor-widget-woocommerce-purchase-summary .woocommerce table tbody>tr:nth-child(odd)>td,.elementor-widget-woocommerce-purchase-summary .woocommerce table tbody>tr:nth-child(odd)>th{background-color:transparent}.elementor-widget-woocommerce-purchase-summary .woocommerce address{padding:var(--sections-padding,15px 30px);background-color:var(--sections-background-color,#fff);border-radius:var(--sections-border-radius,3px);border:1px var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);color:var(--general-text-color,#69727d)}@media (max-width:767px){.elementor-widget-woocommerce-purchase-summary .woocommerce-column--2{margin-top:2em}}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details+p{color:var(--general-text-color,#69727d)}.elementor-widget-woocommerce-purchase-summary .woocommerce .wc-bacs-bank-details-account-name{color:var(--account-title-color,#000);font-weight:700;font-size:14px;margin-bottom:var(--account-title-spacing,1rem)}.elementor-widget-woocommerce-purchase-summary .woocommerce section{margin-top:var(--sections-spacing,4em)}.elementor-widget-woocommerce-purchase-summary .woocommerce .wc-bacs-bank-details:last-child{margin-bottom:0}.elementor-widget-woocommerce-purchase-summary .woocommerce-table__line-item.order_item .woocommerce-table__product-name.product-purchase-note-is-below,.elementor-widget-woocommerce-purchase-summary .woocommerce-table__line-item.order_item .woocommerce-table__product-total.product-total.product-purchase-note-is-below{padding-bottom:0}.elementor-widget-woocommerce-purchase-summary .woocommerce-table--order-details{table-layout:fixed}.elementor-widget-woocommerce-purchase-summary .woocommerce-table--order-details td{word-wrap:break-word}.elementor-widget-woocommerce-checkout-page{background-color:transparent;font-family:Roboto,sans-serif;font-size:14px;line-height:21px;color:#69727d}.elementor-widget-woocommerce-checkout-page.e-checkout-layout-one-column .e-checkout__container{grid-template-columns:auto}.elementor-widget-woocommerce-checkout-page ::-moz-placeholder{color:var(--forms-fields-normal-color,inherit);font-family:inherit;opacity:.6}.elementor-widget-woocommerce-checkout-page ::placeholder{color:var(--forms-fields-normal-color,inherit);font-family:inherit;opacity:.6}.elementor-widget-woocommerce-checkout-page table tbody tr:hover>td,.elementor-widget-woocommerce-checkout-page table tbody tr:hover>th{background-color:transparent}.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single{color:var(--forms-fields-normal-color,#69727d);background-color:#f9fafa;border-radius:var(--forms-fields-border-radius,0);border:none;height:45px}.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single:focus{color:var(--forms-fields-focus-color,#69727d);background-color:#f9fafa;border-color:initial;transition-duration:var(--forms-fields-focus-transition-duration,.3s)}.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__placeholder{color:var(--forms-fields-normal-color,#69727d)}.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered{color:var(--forms-fields-normal-color,#69727d);line-height:45px;padding-left:1rem;padding-right:1rem}.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__arrow{height:45px}.elementor-widget-woocommerce-checkout-page .select2-container--open .select2-dropdown--below{background-color:#f9fafa}.elementor-widget-woocommerce-checkout-page .e-description{color:var(--sections-descriptions-color,#69727d);padding-bottom:var(--sections-descriptions-spacing,0);font-size:14px;font-weight:400}.elementor-widget-woocommerce-checkout-page .e-woocommerce-login-section{margin-bottom:24px}.elementor-widget-woocommerce-checkout-page .e-woocommerce-login-section .e-checkout-secondary-title{text-align:var(--login-title-alignment,left)}.elementor-widget-woocommerce-checkout-page .e-woocommerce-login-nudge{margin-top:var(--sections-secondary-title-spacing,24px);margin-bottom:15px}.elementor-widget-woocommerce-checkout-page .e-coupon-anchor{margin-top:var(--sections-secondary-title-spacing,24px)}.elementor-widget-woocommerce-checkout-page .e-coupon-box{margin-top:24px}.elementor-widget-woocommerce-checkout-page .e-coupon-anchor-description{color:var(--forms-labels-color,#69727d);margin-bottom:var(--forms-label-spacing,3px)}.elementor-widget-woocommerce-checkout-page .e-login-wrap{display:flex;align-items:center}.elementor-widget-woocommerce-checkout-page .e-login-wrap-start{flex:75%}.elementor-widget-woocommerce-checkout-page .e-login-wrap-end{flex:20%;text-align:right}@media (max-width:1024px){.elementor-widget-woocommerce-checkout-page .e-login-wrap{display:block}.elementor-widget-woocommerce-checkout-page .e-login-wrap-end{text-align:var(--login-button-alignment,left);margin-top:15px}.elementor-widget-woocommerce-checkout-page .e-login-wrap-end label.e-login-label{display:none}}.elementor-widget-woocommerce-checkout-page .e-login-actions-wrap{display:flex;justify-content:space-between;margin-top:6px}.elementor-widget-woocommerce-checkout-page .e-login-actions-wrap-end .lost_password{margin-bottom:0;font-size:12px}@media (max-width:1024px){.elementor-widget-woocommerce-checkout-page .e-login-actions-wrap-end .lost_password{font-size:11px}}.elementor-widget-woocommerce-checkout-page .e-apply-coupon{width:90%}@media (max-width:1024px){.elementor-widget-woocommerce-checkout-page .e-apply-coupon{width:var(--coupon-button-width,auto)}}.elementor-widget-woocommerce-checkout-page .e-checkout__container{display:grid;flex-wrap:wrap;grid-template-columns:56% auto;align-items:stretch;grid-column-gap:var(--sections-margin,24px);grid-row-gap:var(--sections-margin,24px)}@media (max-width:1024px){.elementor-widget-woocommerce-checkout-page .e-checkout__container{grid-template-columns:repeat(1,1fr)}}.elementor-widget-woocommerce-checkout-page .e-checkout-secondary-title{color:var(--sections-secondary-title-color,#69727d);margin-bottom:0}.elementor-widget-woocommerce-checkout-page .e-woocommerce-coupon-nudge{text-align:var(--coupon-title-alignment,left)}.elementor-widget-woocommerce-checkout-page #ship-to-different-address{margin-top:13px;padding-left:var(--shipping-heading-padding-start,30px)}.elementor-widget-woocommerce-checkout-page #ship-to-different-address span{font-weight:400}.elementor-widget-woocommerce-checkout-page a{color:var(--links-normal-color,#5bc0de)}.elementor-widget-woocommerce-checkout-page a:hover{color:var(--links-hover-color,#5bc0de)}.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row,.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row,.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row{padding-left:var(--forms-columns-gap-padding,0);padding-right:var(--forms-columns-gap-padding,0);margin-left:var(--forms-columns-gap-margin,0);margin-right:var(--forms-columns-gap-margin,0)}.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row label,.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row label,.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row label{color:var(--forms-labels-color,#69727d);margin-bottom:var(--forms-label-spacing,3px)}.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row .input-text,.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row select,.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row textarea,.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row .input-text,.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row select,.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row textarea,.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row .input-text,.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row select,.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row textarea{color:var(--forms-fields-normal-color,#69727d);background-color:#f9fafa;border-radius:var(--forms-fields-border-radius,0);padding:var(--forms-fields-padding,16px);font-size:14px;border:none;font-weight:400}.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row .input-text:focus,.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row select:focus,.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row textarea:focus,.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row .input-text:focus,.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row select:focus,.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row textarea:focus,.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row .input-text:focus,.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row select:focus,.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row textarea:focus{color:var(--forms-fields-focus-color,#69727d);background-color:#f9fafa;border-color:#69727d;transition-duration:var(--forms-fields-focus-transition-duration,.3s)}.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details #billing_address_1_field,.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box #billing_address_1_field,.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor #billing_address_1_field{margin-bottom:5px}.elementor-widget-woocommerce-checkout-page .woocommerce .create-account,.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row{margin-bottom:0!important}.elementor-widget-woocommerce-checkout-page .woocommerce #shipping_method li input,.elementor-widget-woocommerce-checkout-page .woocommerce .input-radio{vertical-align:middle}.elementor-widget-woocommerce-checkout-page .woocommerce-form__input-checkbox{vertical-align:middle;margin:0 5px 0 0}.elementor-widget-woocommerce-checkout-page .woocommerce-form__label-for-checkbox span{position:relative;top:2px;color:var(--sections-checkboxes-color,#69727d)}.elementor-widget-woocommerce-checkout-page .woocommerce #shipping_method li label,.elementor-widget-woocommerce-checkout-page .woocommerce .wc_payment_method label{color:var(--sections-radio-buttons-color,#69727d)}.elementor-widget-woocommerce-checkout-page .woocommerce .wc_payment_method label{display:inline}.elementor-widget-woocommerce-checkout-page .woocommerce button.woocommerce-button{background-color:var(--e-a-bg-default);color:var(--forms-buttons-normal-text-color,#6f6f6f);border-radius:var(--forms-buttons-border-radius,3px);padding:1rem;border:2px var(--forms-buttons-border-type,solid) var(--forms-buttons-border-color,#5bc0de)}.elementor-widget-woocommerce-checkout-page .woocommerce button.woocommerce-button:hover{color:var(--forms-buttons-hover-text-color,#6f6f6f);transition-duration:var(--forms-buttons-hover-transition-duration,.3s)}.elementor-widget-woocommerce-checkout-page .woocommerce #coupon_code{margin-right:1%}@media (max-width:1024px){.elementor-widget-woocommerce-checkout-page .woocommerce #coupon_code{width:100%;margin-right:0;margin-bottom:15px}}.elementor-widget-woocommerce-checkout-page .woocommerce-info{border-top-color:transparent;background-color:transparent;padding:0}.elementor-widget-woocommerce-checkout-page .woocommerce-privacy-policy-text p{font-weight:400;font-size:12px}.elementor-widget-woocommerce-checkout-page .woocommerce-form-login-toggle .woocommerce-info{font-weight:400;margin-bottom:0}.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col-1,.elementor-widget-woocommerce-checkout-page .woocommerce .e-checkout__order_review,.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box,.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-section,.elementor-widget-woocommerce-checkout-page .woocommerce .shipping_address,.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-additional-fields,.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout #payment{background:var(--sections-background-color,#fff);border-radius:var(--sections-border-radius,3px);padding:var(--sections-padding,16px 30px);margin:var(--sections-margin,0 0 24px 0);border:1px var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);display:block}.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-additional-fields{display:var(--additional-information-display,none)}@media (min-width:1024px){.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-additional-fields{margin:var(--sections-margin,0)}}.elementor-widget-woocommerce-checkout-page .woocommerce .e-checkout-message,.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout #payment .payment_box,.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-privacy-policy-text{color:var(--sections-messages-color,#69727d);font-weight:400}.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-privacy-policy-text p{margin-top:25px}.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col2-set .col-1{margin-bottom:0}.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col2-set .col-2{padding-top:15px}.elementor-widget-woocommerce-checkout-page .woocommerce #order_review_heading{text-align:var(--order-review-title-alignment,left)}.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table{margin-bottom:0;border:0;font-size:14px}.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table thead{background-color:transparent}.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table thead tr th{padding-top:0}.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tbody td{color:#000}.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tbody td .product-quantity{font-weight:400}.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot td,.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot th{color:#69727d}.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table td,.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table th,.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr{border:0;padding-left:0;padding-bottom:15px;padding-top:15px}.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table .order-total td,.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table .order-total th,.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table .order-total tr{padding-bottom:0}.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr:nth-child(odd)>td,.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr:nth-child(odd)>th{background-color:transparent}.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td{font-weight:400;color:var(--order-summary-items-color,#000);border-bottom:var(--order-summary-items-divider-weight,0) solid var(--order-summary-items-divider-color,#69727d)}.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name{padding-right:40px;max-width:150px}.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-total{vertical-align:top}.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table td,.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table th{padding-top:var(--order-summary-rows-gap-top,15px);padding-bottom:var(--order-summary-rows-gap-bottom,15px)}.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table tfoot td,.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table tfoot th,.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table thead th{color:var(--order-summary-totals-color,#69727d);vertical-align:top}.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .order-total td,.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .order-total th{border-top:var(--order-summary-totals-divider-weight,0) solid var(--order-summary-totals-divider-color,#69727d)}.elementor-widget-woocommerce-checkout-page .woocommerce-shipping-totals td{max-width:70px}.elementor-widget-woocommerce-checkout-page .woocommerce h3{font-size:14px;font-weight:700;margin-top:0;margin-bottom:var(--sections-title-spacing,30px);color:var(--sections-title-color,#000)}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row>span{font-weight:400;font-size:14px;margin-bottom:3px;color:#69727d}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row-first,.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row-last{width:48%}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row .input-checkbox{vertical-align:middle;margin:0 5px 0 0}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-billing-fields h3{text-align:var(--billing-details-title-alignment,left)}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-account-fields .form-row,.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-billing-fields .form-row,.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-shipping-fields .form-row{margin-bottom:var(--forms-rows-gap,5px)}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-account-fields .form-row:last-child,.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-billing-fields .form-row:last-child,.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-shipping-fields .form-row:last-child{margin-bottom:15px}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout.login{margin-top:-8px;z-index:999;background:#fff;border-top-width:0;position:relative;margin-bottom:0;color:#69727d}@media (max-width:1024px){.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row-first,.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row-last{width:100%}}.elementor-widget-woocommerce-checkout-page .woocommerce-form-coupon-toggle{display:none}.elementor-widget-woocommerce-checkout-page .woocommerce-form-login__submit{width:85%}@media (max-width:1024px){.elementor-widget-woocommerce-checkout-page .woocommerce-form-login__submit{width:var(--login-button-width,35%)}}.elementor-widget-woocommerce-checkout-page .woocommerce-additional-fields h3{text-align:var(--additional-fields-title-alignment,left)}.elementor-widget-woocommerce-checkout-page .woocommerce-shipping-fields .shipping_address{margin-bottom:var(--sections-margin,20px)}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment{margin-top:24px;padding:15px 25px 25px}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods{border-bottom:none;padding:0}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods .payment_box{background-color:#f9fafa}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods .payment_box:before{display:none}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li{line-height:21px}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li label a{padding-left:15px;font-size:12px}@media (max-width:1024px){.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li label a{float:none;font-size:11px;padding-left:10px}}@media (max-width:1024px){.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li label img{width:55px}}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .place-order{display:flex;flex-direction:column;flex-wrap:wrap;padding:0;margin-bottom:0;align-items:var(--place-order-title-alignment,stretch)}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order{background-color:#5bc0de;width:var(--purchase-button-width,auto);float:none;color:var(--purchase-button-normal-text-color,#fff);min-height:auto;padding:var(--purchase-button-padding,1em 1em);border-radius:var(--purchase-button-border-radius,3px)}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order:hover{background-color:#5bc0de;color:var(--purchase-button-hover-text-color,#fff);border-color:var(--purchase-button-hover-border-color,#5bc0de);transition-duration:var(--purchase-button-hover-transition-duration,.3s)}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .woocommerce-info:before{display:none}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .col2-set .col-1,.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .col2-set .col-2{width:auto;float:none}.elementor-widget-woocommerce-checkout-page .woocommerce .coupon-container-grid{display:grid;grid-template-columns:auto auto;align-items:center}.elementor-widget-woocommerce-checkout-page .woocommerce .coupon-container-grid .coupon-col-2{text-align:right}@media (max-width:1024px){.elementor-widget-woocommerce-checkout-page .woocommerce .coupon-container-grid{display:block}.elementor-widget-woocommerce-checkout-page .woocommerce .coupon-container-grid .coupon-col-2{text-align:var(--coupon-button-alignment,left)}}.elementor-widget-woocommerce-checkout-page .woocommerce #account_password_field{margin-bottom:10px}.elementor-widget-woocommerce-checkout-page .woocommerce .product-name .variation{color:var(--order-summary-variations-color,#000);font-size:14px;font-style:normal;text-transform:none;letter-spacing:normal;text-decoration:none;line-height:21px}.e-woo-select2-wrapper .select2-results__option,.e-woo-select2-wrapper .select2-results__option:focus{color:#69727d}.elementor-widget-woocommerce-cart.e-cart-layout-one-column .e-cart__container{grid-template-columns:auto}.elementor-widget-woocommerce-cart table tbody tr:hover>td,.elementor-widget-woocommerce-cart table tbody tr:hover>th{background-color:inherit}.elementor-widget-woocommerce-cart .e-clear{overflow:hidden;height:0;width:0}.elementor-widget-woocommerce-cart .e-cart-section{background-color:var(--sections-background-color,#fff);padding:var(--sections-padding,16px 30px);margin:var(--sections-margin,0 0 30px 0);border-radius:var(--sections-border-radius,3px);border:1px var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc)}.elementor-widget-woocommerce-cart .e-cart-section--no-coupon{margin:var(--sections-margin,0 0 0 0)}@media (min-width:1024px){.elementor-widget-woocommerce-cart .e-cart-section:last-child{margin:var(--sections-margin,0)}}.elementor-widget-woocommerce-cart .e-cart-content{color:var(--sections-descriptions-color,#69727d);font-size:15px;font-weight:400;line-height:23px;letter-spacing:0}.elementor-widget-woocommerce-cart .e-cart__container{display:grid;flex-wrap:wrap;grid-template-columns:59% auto;align-items:stretch;grid-column-gap:var(--sections-margin,30px);grid-row-gap:var(--sections-margin,30px)}@media (max-width:1024px){.elementor-widget-woocommerce-cart .e-cart__container{grid-template-columns:repeat(1,1fr)}}.elementor-widget-woocommerce-cart .e-cart-layout-one-column .e-cart__container{grid-template-columns:auto}.elementor-widget-woocommerce-cart .select2-container{margin-bottom:4px}.elementor-widget-woocommerce-cart .select2-container--default .select2-selection--single{color:var(--forms-fields-normal-color,#69727d);background-color:#f9fafa;border-radius:var(--forms-fields-border-radius,0);border:none;height:45px}.elementor-widget-woocommerce-cart .select2-container--default .select2-selection--single:focus{color:var(--forms-fields-focus-color,#69727d);background-color:#f9fafa;border-color:var(--forms-fields-focus-border-color,initial);transition-duration:var(--forms-fields-focus-transition-duration,.3s)}.elementor-widget-woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__placeholder{color:var(--forms-fields-normal-color,#69727d)}.elementor-widget-woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__rendered{color:var(--forms-fields-normal-color,#69727d);line-height:45px;padding-left:1rem;padding-right:1rem}.elementor-widget-woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__arrow{height:45px}.elementor-widget-woocommerce-cart .select2-container--open .select2-dropdown--below{background-color:#f9fafa}.elementor-widget-woocommerce-cart .woocommerce{font-family:Roboto,sans-serif}.elementor-widget-woocommerce-cart .woocommerce button.button{background-color:var(--e-a-bg-default);color:var(--forms-buttons-normal-text-color,#69727d);border-radius:var(--forms-buttons-border-radius,3px);padding:var(--forms-buttons-padding,.88rem 2rem);width:var(--forms-buttons-width,auto);border:2px var(--forms-buttons-border-type,solid) var(--forms-buttons-border-color,#5bc0de)}.elementor-widget-woocommerce-cart .woocommerce button.button:hover{color:var(--forms-buttons-hover-text-color,#69727d);transition-duration:var(--forms-buttons-hover-transition-duration,.3s);border-color:var(--forms-buttons-hover-border-color,#5bc0de)}.elementor-widget-woocommerce-cart .woocommerce button.button.disabled,.elementor-widget-woocommerce-cart .woocommerce button.button:disabled,.elementor-widget-woocommerce-cart .woocommerce button.button:disabled[disabled]{padding:var(--forms-buttons-padding,.88rem 2rem);color:var(--forms-buttons-normal-text-color,#69727d)}.elementor-widget-woocommerce-cart .woocommerce button.button.disabled:hover,.elementor-widget-woocommerce-cart .woocommerce button.button:disabled:hover,.elementor-widget-woocommerce-cart .woocommerce button.button:disabled[disabled]:hover{background-color:var(--forms-buttons-hover-background-color,#fff);color:var(--forms-buttons-hover-text-color,#69727d);transition-duration:var(--forms-buttons-hover-transition-duration,.3s);border-color:var(--forms-buttons-hover-border-color,#5bc0de)}.elementor-widget-woocommerce-cart .woocommerce #shipping_method li label{color:var(--sections-radio-buttons-color,#69727d)}.elementor-widget-woocommerce-cart .woocommerce #shipping_method li input{vertical-align:middle}.elementor-widget-woocommerce-cart .woocommerce .shipping-calculator-form{margin-top:var(--sections-descriptions-spacing,15px)}.elementor-widget-woocommerce-cart .woocommerce .woocommerce-shipping-destination{color:var(--sections-descriptions-color,#69727d);margin-bottom:0}.elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tbody th,.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tbody th{display:none}.elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td,.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td{text-align:left!important}.elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td:before,.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td:before{width:100%;margin-bottom:10px}.elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tr td,.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr td{text-align:right!important}.elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tr td:before,.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr td:before{content:attr(data-title);font-weight:700;float:left}.elementor-widget-woocommerce-cart .woocommerce .cart_totals h2{text-align:var(--totals-title-alignment,left)}.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table td{padding-top:var(--totals-rows-gap-top,12px);padding-bottom:var(--totals-rows-gap-bottom,9px)}.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table td .woocommerce-Price-amount,.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table td:before{color:var(--totals-color,#69727d);font-weight:700}.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table tr.order-total td{border-top-color:var(--totals-divider-color,#69727d);border-top-width:var(--totals-divider-weight,0)}.elementor-widget-woocommerce-cart .woocommerce .cart_totals .form-row{margin-bottom:var(--forms-rows-gap,6px)}.elementor-widget-woocommerce-cart .woocommerce .product-name a{color:var(--product-link-normal-color,#000)}.elementor-widget-woocommerce-cart .woocommerce .product-name a:hover{color:var(--product-link-hover-color,#000)}.elementor-widget-woocommerce-cart .woocommerce .form-row{padding:3px 0;margin:0}.elementor-widget-woocommerce-cart .woocommerce .input-text,.elementor-widget-woocommerce-cart .woocommerce select{color:var(--forms-fields-normal-color,#69727d);background-color:#f9fafa;border-radius:var(--forms-fields-border-radius,3px);border:none;padding:var(--forms-fields-padding,16px);font-size:14px}.elementor-widget-woocommerce-cart .woocommerce .input-text::-moz-placeholder,.elementor-widget-woocommerce-cart .woocommerce select::-moz-placeholder{color:var(--forms-fields-normal-color,inherit);font-family:inherit;opacity:.6}.elementor-widget-woocommerce-cart .woocommerce .input-text::-moz-placeholder, .elementor-widget-woocommerce-cart .woocommerce select::-moz-placeholder{color:var(--forms-fields-normal-color,inherit);font-family:inherit;opacity:.6}.elementor-widget-woocommerce-cart .woocommerce .input-text::placeholder,.elementor-widget-woocommerce-cart .woocommerce select::placeholder{color:var(--forms-fields-normal-color,inherit);font-family:inherit;opacity:.6}.elementor-widget-woocommerce-cart .woocommerce .input-text:focus,.elementor-widget-woocommerce-cart .woocommerce select:focus{color:var(--forms-fields-focus-color,#69727d);background-color:#f9fafa;border-color:var(--forms-fields-focus-border-color,transparent);transition-duration:var(--forms-fields-focus-transition-duration,.3s)}.elementor-widget-woocommerce-cart .woocommerce .input-text:focus::-moz-placeholder,.elementor-widget-woocommerce-cart .woocommerce select:focus::-moz-placeholder{color:var(--forms-fields-focus-color,#69727d)}.elementor-widget-woocommerce-cart .woocommerce .input-text:focus::-moz-placeholder, .elementor-widget-woocommerce-cart .woocommerce select:focus::-moz-placeholder{color:var(--forms-fields-focus-color,#69727d)}.elementor-widget-woocommerce-cart .woocommerce .input-text:focus::placeholder,.elementor-widget-woocommerce-cart .woocommerce select:focus::placeholder{color:var(--forms-fields-focus-color,#69727d)}.elementor-widget-woocommerce-cart .woocommerce .input-text.qty{background-color:transparent;color:var(--order-summary-color,#000);border:var(--order-summary-quantity-border-weight,1px) solid var(--order-summary-quantity-border-color,#d5d8dc);border-radius:3px;padding:1px 2px;text-align:left;font-size:14px;min-height:28px;max-height:28px}.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout{padding-bottom:0;display:flex;flex-direction:column;flex-wrap:wrap;align-items:var(--place-order-title-alignment,stretch)}.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button{padding:var(--checkout-button-padding,15px 1em);width:var(--checkout-button-width,auto);font-size:15px;text-align:center;color:var(--checkout-button-normal-text-color,#fff);background-color:#5bc0de;border-radius:var(--checkout-button-border-radius,3px);min-height:auto;margin-bottom:0}.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button:hover{color:var(--checkout-button-hover-text-color,#fff);background-color:#5bc0de;border-color:var(--checkout-button-hover-border-color,#5bc0de);transition-duration:var(--checkout-button-hover-transition-duration,.3s)}.elementor-widget-woocommerce-cart .woocommerce .remove{background:transparent;color:var(--order-summary-remove-icon-normal-color,#000)!important;width:auto}.elementor-widget-woocommerce-cart .woocommerce .remove:hover{background:transparent;color:var(--order-summary-remove-icon-hover-color,#5bc0de)!important}.elementor-widget-woocommerce-cart .woocommerce .cart-collaterals .cart_totals{float:none;width:100%}.elementor-widget-woocommerce-cart .woocommerce .cart-collaterals .cart_totals td{padding-left:0}.elementor-widget-woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals td{padding-right:0}.elementor-widget-woocommerce-cart .woocommerce .coupon .button{float:right;width:100%}.elementor-widget-woocommerce-cart .woocommerce .coupon .form-row{padding:0}.elementor-widget-woocommerce-cart .woocommerce .coupon-col{display:flex}.elementor-widget-woocommerce-cart .woocommerce .coupon-col-start{flex:2;padding-right:30px}@media (max-width:1024px){.elementor-widget-woocommerce-cart .woocommerce .coupon-col-start{padding-right:0}}.elementor-widget-woocommerce-cart .woocommerce .coupon-col-end{flex:1}@media (max-width:1024px){.elementor-widget-woocommerce-cart .woocommerce .coupon-col-end{text-align:var(--apply-coupon-button-alignment,center)}}@media (max-width:1024px){.elementor-widget-woocommerce-cart .woocommerce .coupon-col{display:block}}@media (max-width:1024px){.elementor-widget-woocommerce-cart .woocommerce .coupon{margin:var(--sections-margin,0)}.elementor-widget-woocommerce-cart .woocommerce .coupon #coupon_code{width:100%;margin-right:0;margin-bottom:15px}.elementor-widget-woocommerce-cart .woocommerce .coupon .button{width:var(--apply-coupon-button-width,100%);float:none}}.elementor-widget-woocommerce-cart .woocommerce table.shop_table{border:0 solid}.elementor-widget-woocommerce-cart .woocommerce table.shop_table .button{float:left;font-size:14px;font-weight:700}.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart .actions{display:table-cell;text-align:var(--update-cart-button-alignment,left)!important}.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart .actions .button{display:inline-block!important;float:none;width:var(--update-cart-button-width,auto)}@media (max-width:1024px){.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart .actions .button{width:var(--update-cart-button-width,100%)!important}}.elementor-widget-woocommerce-cart .woocommerce table.shop_table .shipping-calculator-form p:last-of-type{text-align:var(--update-shipping-button-alignment,start)}.elementor-widget-woocommerce-cart .woocommerce table.shop_table .shipping-calculator-form .button{float:none;width:var(--update-shipping-button-width,auto)}@media (max-width:1024px){.elementor-widget-woocommerce-cart .woocommerce table.shop_table .shipping-calculator-form .button{width:var(--update-shipping-button-width,100%)}}.elementor-widget-woocommerce-cart .woocommerce table.shop_table td,.elementor-widget-woocommerce-cart .woocommerce table.shop_table th,.elementor-widget-woocommerce-cart .woocommerce table.shop_table tr{border:0 solid}.elementor-widget-woocommerce-cart .woocommerce table.shop_table tr:nth-child(odd)>td,.elementor-widget-woocommerce-cart .woocommerce table.shop_table tr:nth-child(odd)>th{background-color:transparent}.elementor-widget-woocommerce-cart .woocommerce table.shop_table .actions{padding:16px 0 0}.elementor-widget-woocommerce-cart .woocommerce table.shop_table .product-remove a{display:inline-block}.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart tbody tr:last-child{display:var(--update-cart-automatically-display,table-row)}.elementor-widget-woocommerce-cart .woocommerce table.cart{margin-bottom:0}.elementor-widget-woocommerce-cart .woocommerce table.cart img{width:55px;height:auto;display:block}.elementor-widget-woocommerce-cart .woocommerce table.cart td{padding-top:var(--order-summary-rows-gap-top,20px);padding-right:20px;padding-bottom:var(--order-summary-rows-gap-bottom,20px);padding-left:0}.elementor-widget-woocommerce-cart .woocommerce table.cart td span{color:var(--order-summary-color,#000);font-size:14px;font-weight:400}.elementor-widget-woocommerce-cart .woocommerce table.cart td.actions,.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-name,.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-price,.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-quantity,.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-remove,.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-subtotal,.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-thumbnail{border-top:var(--order-summary-items-divider-weight,1px) solid var(--order-summary-items-divider-color,#d5d8dc)}@media (max-width:768px){.elementor-widget-woocommerce-cart .woocommerce table.cart td.actions,.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-name,.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-price,.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-quantity,.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-remove,.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-subtotal,.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-thumbnail{border-top-width:0}}.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-remove{padding-left:0;padding-right:0}@media (min-width:767px){.elementor-widget-woocommerce-cart .woocommerce table.cart tbody tr:first-child td{border-top:none}}@media (max-width:1024px){.elementor-widget-woocommerce-cart .woocommerce table.cart.product-remove{position:relative}.elementor-widget-woocommerce-cart .woocommerce table.cart.product-name{padding-right:0}.elementor-widget-woocommerce-cart .woocommerce table.cart tr{border-top-width:var(--order-summary-items-divider-weight,1px);border-top-color:var(--order-summary-items-divider-color,#d5d8dc)}.elementor-widget-woocommerce-cart .woocommerce table.cart tr:first-child{border-top:none}}@media (max-width:768px){.elementor-widget-woocommerce-cart .woocommerce table.cart td{padding-left:0;padding-right:0}}@media (max-width:767px){.elementor-widget-woocommerce-cart .woocommerce table.cart{padding:0}.elementor-widget-woocommerce-cart .woocommerce table.cart tr{padding:16px 28px}.elementor-widget-woocommerce-cart .woocommerce table.cart tr:first-child{border-top:none}.elementor-widget-woocommerce-cart .woocommerce table.cart td{padding-left:0;padding-right:0}.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-name,.elementor-widget-woocommerce-cart .woocommerce table.cart td:first-child{border-top:none}.elementor-widget-woocommerce-cart .woocommerce table.cart td.actions{padding:0}}.elementor-widget-woocommerce-cart .woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward){color:var(--links-normal-color,#5bc0de)}.elementor-widget-woocommerce-cart .woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward):hover{color:var(--links-hover-color,#5bc0de)}.elementor-widget-woocommerce-cart .woocommerce .cart_totals h2,.elementor-widget-woocommerce-cart .woocommerce .cart th{font-size:14px;font-weight:700;margin-top:0;padding:0 20px 8px 0}.elementor-widget-woocommerce-cart .woocommerce .cart_totals h2{margin-bottom:var(--sections-title-spacing,1rem);color:var(--sections-title-color,#000)}.elementor-widget-woocommerce-cart .woocommerce .cart th{padding-bottom:var(--order-summary-title-spacing,8px);color:var(--order-summary-title-color,#000)}.elementor-widget-woocommerce-cart .woocommerce .cart td:before{color:var(--order-summary-title-color,#000)}.elementor-widget-woocommerce-cart .woocommerce .shipping-calculator-button:after{display:none}.elementor-widget-woocommerce-cart .woocommerce .product-name .variation{color:var(--order-summary-variations-color,#000)}@media (max-width:1024px){.elementor-widget-woocommerce-cart .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td,.elementor-widget-woocommerce-cart .woocommerce table.shop_table_responsive tr:nth-child(2n) td{background-color:transparent}.elementor-widget-woocommerce-cart .woocommerce .cart_totals .shop_table_responsive td{padding-left:0}}.e-preview--show-hidden-elements .elementor-widget-woocommerce-cart .woocommerce #shipping_method input,.e-preview--show-hidden-elements .elementor-widget-woocommerce-cart .woocommerce .shipping-calculator-form button[name=calc_shipping]{pointer-events:none}.e-woo-select2-wrapper .select2-results__option{font-family:Roboto,sans-serif;font-size:14px;color:var(--forms-fields-normal-color,#69727d)}.e-woo-select2-wrapper .select2-results__option:focus{color:var(--forms-fields-focus-color,#69727d);border-color:#69727d;transition-duration:var(--forms-fields-focus-transition-duration,.3s)}.elementor-widget-woocommerce-my-account{font-family:Roboto,sans-serif;color:#69727d}.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce-MyAccount-content{float:right;width:75%;padding:0;padding-left:var(--tab-content-spacing,6%)}@media (max-width:1024px){.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce-MyAccount-content{width:100%;padding:var(--tab-content-spacing,6%) 0 0 0}}.elementor-widget-woocommerce-my-account .e-my-account-tab__dashboard:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content-wrapper,.elementor-widget-woocommerce-my-account .e-my-account-tab__downloads .woocommerce-MyAccount-content-wrapper,.elementor-widget-woocommerce-my-account .e-my-account-tab__edit-account .woocommerce-MyAccount-content-wrapper,.elementor-widget-woocommerce-my-account .e-my-account-tab__edit-address .woocommerce-MyAccount-content-wrapper,.elementor-widget-woocommerce-my-account .e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper,.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce-MyAccount-content-wrapper{border-left:var(--sections-border-left-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-bottom:var(--sections-border-bottom-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-right:var(--sections-border-right-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-top:var(--sections-border-top-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-radius:var(--sections-border-radius,3px)}.elementor-widget-woocommerce-my-account .e-my-account-tab__dashboard:not(.e-my-account-tab__dashboard--custom) .shop_table,.elementor-widget-woocommerce-my-account .e-my-account-tab__downloads .shop_table,.elementor-widget-woocommerce-my-account .e-my-account-tab__edit-account .shop_table,.elementor-widget-woocommerce-my-account .e-my-account-tab__edit-address .shop_table,.elementor-widget-woocommerce-my-account .e-my-account-tab__orders .shop_table,.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .shop_table{border:none;margin-bottom:0}.elementor-widget-woocommerce-my-account .e-my-account-tab__dashboard:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content-wrapper,.elementor-widget-woocommerce-my-account .e-my-account-tab__downloads .woocommerce-MyAccount-content-wrapper,.elementor-widget-woocommerce-my-account .e-my-account-tab__edit-account .woocommerce-MyAccount-content-wrapper,.elementor-widget-woocommerce-my-account .e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper,.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce-MyAccount-content-wrapper{background-color:var(--sections-background-color,#fff)}.elementor-widget-woocommerce-my-account .e-my-account-tab__dashboard:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content-wrapper,.elementor-widget-woocommerce-my-account .e-my-account-tab__edit-account .woocommerce-MyAccount-content-wrapper,.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce-MyAccount-content-wrapper{padding:var(--sections-padding,16px 30px)}.elementor-widget-woocommerce-my-account .e-my-account-tab__downloads .woocommerce-MyAccount-content-wrapper,.elementor-widget-woocommerce-my-account .e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper{padding:var(--sections-padding,16px 30px 3px 30px)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) address{background-color:var(--sections-background-color,#fff);padding:var(--sections-padding,16px 30px);border-left:var(--sections-border-left-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-bottom:var(--sections-border-bottom-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-right:var(--sections-border-right-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-top:var(--sections-border-top-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-radius:var(--sections-border-radius,3px)}.elementor-widget-woocommerce-my-account .e-my-account-tab__edit-address .woocommerce-MyAccount-content,.elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .woocommerce-MyAccount-content{border:0}.elementor-widget-woocommerce-my-account .e-my-account-tab__edit-address .woocommerce-MyAccount-content-wrapper,.elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .woocommerce-MyAccount-content-wrapper{padding:0;border:0}.elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .order_details{margin-bottom:40px}.elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .order_details,.elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .woocommerce-table--order-downloads{background-color:var(--sections-background-color,#fff);padding:var(--sections-padding,16px 30px 3px 30px);border-left:var(--sections-border-left-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-bottom:var(--sections-border-bottom-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-right:var(--sections-border-right-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-top:var(--sections-border-top-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-radius:var(--sections-border-radius,3px)}.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce .woocommerce-MyAccount-content-wrapper .button{background:transparent;border-radius:var(--tables-button-border-radius,3px);border:2px var(--tables-buttons-border-type,solid) var(--tables-buttons-border-color,#5bc0de);vertical-align:middle;color:var(--tables-button-normal-text-color,#69727d);padding:var(--tables-button-padding,5px 10px)}.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce .woocommerce-MyAccount-content-wrapper .button:hover{color:var(--tables-button-hover-text-color,#69727d);transition-duration:var(--tables-button-hover-transition-duration,.3s)}.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce input[type=text]{color:var(--forms-fields-normal-color,#69727d);border-radius:var(--forms-fields-border-radius,0);padding:var(--forms-fields-padding,16px);background:#f9fafa;border:none;font-size:14px}.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce input[type=text]:focus{color:var(--forms-fields-focus-color,#69727d);border-color:#69727d;transition-duration:var(--forms-fields-focus-transition-duration,.3s)}.elementor-widget-woocommerce-my-account .e-my-account-tab__add-payment-method #add_payment_method #payment{background-color:var(--sections-background-color,#fff);padding:var(--sections-padding,16px 30px);border-left:var(--sections-border-left-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-bottom:var(--sections-border-bottom-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-right:var(--sections-border-right-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-top:var(--sections-border-top-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-radius:var(--sections-border-radius,3px)}.elementor-widget-woocommerce-my-account .e-my-account-tab__add-payment-method #add_payment_method #payment .payment_methods{padding:0;border-bottom:var(--tables-divider-border-width,1px) var(--tables-divider-border-type,solid) var(--tables-divider-border-color,#d4d4d4)}.elementor-widget-woocommerce-my-account .e-my-account-tab__add-payment-method #add_payment_method #payment #place_order{background:#5bc0de;border:none;color:var(--forms-buttons-normal-text-color,#fff);border-radius:var(--forms-buttons-border-radius,3px);padding:var(--forms-buttons-padding,12px 32px)}.elementor-widget-woocommerce-my-account .e-my-account-tab__add-payment-method #add_payment_method #payment #place_order:hover{color:var(--forms-buttons-hover-text-color,#fff);transition-duration:var(--forms-buttons-hover-transition-duration,.3s)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content>div>p{color:var(--general-text-color,#69727d)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--default{border-radius:var(--forms-fields-border-radius,0);background-color:var(--forms-fields-normal-background-color,#f9fafa)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--default .select2-selection--single{color:var(--forms-fields-normal-color,#69727d);background-color:var(--forms-fields-normal-background-color,#f9fafa);border-radius:var(--forms-fields-border-radius,0);border:none;height:45px;margin:0}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--default .select2-selection--single:focus{color:var(--forms-fields-focus-color,#69727d);background-color:var(--forms-fields-focus-background-color,#f9fafa);border-color:initial;transition-duration:var(--forms-fields-focus-transition-duration,.3s)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--default .select2-selection--single .select2-selection__placeholder{color:var(--forms-fields-normal-color,#69727d)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--default .select2-selection--single .select2-selection__rendered{color:var(--forms-fields-normal-color,#69727d);line-height:45px;padding-left:1rem;padding-right:1rem}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--default .select2-selection--single .select2-selection__arrow{height:45px}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--open .select2-dropdown--below{background-color:var(--forms-fields-normal-background-color,#f9fafa)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce ::-moz-placeholder{color:var(--forms-fields-normal-color,inherit);font-family:inherit;opacity:.6}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce ::placeholder{color:var(--forms-fields-normal-color,inherit);font-family:inherit;opacity:.6}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-message{font-size:14px}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce address{color:var(--general-text-color,#69727d)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a{color:var(--links-normal-color,#5bc0de)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a:hover{color:var(--links-hover-color,#5bc0de)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a.button.alt:hover,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a.button:hover{background-color:initial}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce em{font-size:12px;color:var(--login-messages-color,#69727d)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row{padding-left:var(--forms-columns-gap-padding-left,0);padding-right:var(--forms-columns-gap-padding-right,0);margin-left:var(--forms-columns-gap-margin-left,0);margin-right:var(--forms-columns-gap-margin-right,0);margin-bottom:var(--forms-rows-gap,6px)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row label{color:var(--forms-labels-color,#69727d);margin-bottom:var(--forms-label-spacing,0)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row .input-text,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row select{color:var(--forms-fields-normal-color,#69727d);border-radius:var(--forms-fields-border-radius,0);padding:var(--forms-fields-padding,16px);background:#f9fafa;border:none;font-size:14px}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row .input-text:focus,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row select:focus{color:var(--forms-fields-focus-color,#69727d);border-color:#69727d;transition-duration:var(--forms-fields-focus-transition-duration,.3s)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce #billing_address_1_field{margin-bottom:5px}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .woocommerce-privacy-policy-text,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .woocommerce-privacy-policy-text{margin-bottom:15px;color:var(--login-messages-color,#69727d);font-size:12px}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login p:not([class]),.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register p:not([class]){color:var(--login-messages-color,#69727d);font-size:12px;margin-top:10px}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .woocommerce-LostPassword,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .woocommerce-LostPassword{font-size:12px;margin-bottom:0}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword{width:50%}@media (max-width:1024px){.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword{width:100%}}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword p{color:var(--general-text-color,#69727d)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword .form-row-first{width:100%}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword{background-color:var(--sections-background-color,#fff);padding:var(--sections-padding,16px 30px);border-left:var(--sections-border-left-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-bottom:var(--sections-border-bottom-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-right:var(--sections-border-right-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-top:var(--sections-border-top-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-radius:var(--sections-border-radius,3px);font-size:14px}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .button,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .button,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword .button{background:#5bc0de;border:none;color:var(--forms-buttons-normal-text-color,#fff);border-radius:var(--forms-buttons-border-radius,3px);padding:var(--forms-buttons-padding,12px 32px)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .button:hover,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .button:hover,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword .button:hover{color:var(--forms-buttons-hover-text-color,#fff);transition-duration:var(--forms-buttons-hover-transition-duration,.3s)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login p:nth-child(3){margin-top:20px}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-form__input-checkbox{vertical-align:middle}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce p:last-of-type{margin-bottom:0}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-form__label-for-checkbox span{color:var(--checkboxes-color,#69727d)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce td,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce th,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tr{border:none}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce h2,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce h3{color:var(--typography-section-titles-color,#000);margin-top:0;margin-bottom:var(--section-title-spacing,45px);font-weight:400}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce strong{color:var(--general-text-color,#000)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .wc-item-meta,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce strong.wc-item-meta-label{color:var(--variations-color,#69727d)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .product-quantity{font-weight:400;color:var(--tables-items-color,#69727d)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-order-downloads{margin-bottom:0}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content-wrapper{font-size:14px}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content p:last-of-type{margin-bottom:0}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content h2:first-of-type{margin-top:30px}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content mark{background-color:transparent;font-weight:700;color:var(--general-text-color,#000)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce caption+thead tr:first-child td,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce caption+thead tr:first-child th,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce colgroup+thead tr:first-child td,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce colgroup+thead tr:first-child th{border-top:0}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce thead:first-child tr:first-child td,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce thead:first-child tr:first-child th{border-top:0;padding-left:0;padding-top:0;padding-bottom:var(--tables-titles-spacing,9px)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody>tr:nth-child(2n)>td,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody>tr:nth-child(2n)>th,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody>tr:nth-child(odd)>td,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody>tr:nth-child(odd)>th{background-color:transparent;padding-left:0;padding-top:var(--order-summary-rows-gap-top,9px);padding-bottom:var(--order-summary-rows-gap-bottom,9px);color:var(--tables-items-color,#69727d)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number>a{color:var(--tables-links-normal-color,#5bc0de)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number>a:hover{color:var(--tables-links-hover-color,#5bc0de)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table{font-size:14px}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table .button{background:transparent;border-radius:var(--tables-button-border-radius,3px);border:2px var(--tables-buttons-border-type,solid) var(--tables-buttons-border-color,#5bc0de);vertical-align:middle;color:var(--tables-button-normal-text-color,#69727d);padding:var(--tables-button-padding,5px 10px)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table .button:hover{transition-duration:var(--tables-button-hover-transition-duration,.3s)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table td,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table th{border-top:var(--tables-divider-border-width,1px) var(--tables-divider-border-type,solid) var(--tables-divider-border-color,#d5d8dc)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table thead tr th,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table thead tr th span{color:var(--tables-title-color,#000)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details tfoot td,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details tfoot th{padding-left:0;color:var(--tables-title-color,#000)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details .download-product a,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details .product-name a{color:var(--tables-links-normal-color,#5bc0de)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details .download-product a:hover,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details .product-name a:hover{color:var(--tables-links-hover-color,#5bc0de)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details .product-purchase-note td{border-top:none;padding-top:0}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order-again .button{background:transparent;border:2px solid #5bc0de;border:2px var(--tables-buttons-border-type,solid) var(--tables-buttons-border-color,#5bc0de);border-radius:var(--tables-button-border-radius,3px);vertical-align:middle;color:var(--tables-button-normal-text-color,#69727d);margin-top:0;margin-bottom:0;padding:var(--tables-button-padding,12px 32px)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order-again .button:hover{transition-duration:var(--tables-button-hover-transition-duration,.3s)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Address .title h3,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Addresses .title h3{float:none}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Address address,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Addresses address{padding:var(--sections-padding,45px 30px 16px 30px)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Address .edit,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Addresses .edit{float:left;position:absolute;margin-left:var(--edit-link-margin-start,30px);margin-top:var(--edit-link-margin-top,10px)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .u-columns{margin-top:20px}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields fieldset,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-EditAccountForm fieldset{border:none;padding:0;margin-inline-start:0}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields fieldset legend,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-EditAccountForm fieldset legend{font-weight:700;padding:20px 0;color:var(--general-text-color,#000)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields .button,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-EditAccountForm .button{background:#5bc0de;border:none;color:var(--forms-buttons-normal-text-color,#fff);border-radius:var(--forms-buttons-border-radius,3px);padding:var(--forms-buttons-padding,12px 32px);margin-top:20px}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields .button:hover,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-EditAccountForm .button:hover{color:var(--forms-buttons-hover-text-color,#fff);transition-duration:var(--forms-buttons-hover-transition-duration,.3s)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-pagination{padding:16px 0}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-pagination .button{background:transparent;border-radius:var(--tables-button-border-radius,3px);border:2px var(--tables-buttons-border-type,solid) var(--tables-buttons-border-color,#5bc0de);vertical-align:middle;color:var(--tables-button-normal-text-color,#69727d);padding:var(--tables-button-padding,5px 10px)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-pagination .button:hover{transition-duration:var(--tables-button-hover-transition-duration,.3s)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-OrderUpdates{color:var(--general-text-color,#69727d)}.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation{float:left;width:25%}@media (max-width:1024px){.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation{width:100%}}.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul{padding-inline-start:0}.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li{list-style-type:none;display:inline-block;width:var(--tab-width,100%)}.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li:after{content:"";display:block;width:100%;background-color:var(--tabs-divider-color,#69727d);height:var(--tabs-divider-weight,0);position:relative;top:calc(var(--tabs-spacing, 2px) / 2)}.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{color:var(--tabs-active-color,#5bc0de);background:#f1f2f3;border-color:var(--tabs-active-border-color,transparent)}.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a{font-style:normal;font-weight:700;font-size:14px;color:var(--tabs-normal-color,#69727d);display:block;padding:var(--tabs-padding,12px 20px);text-align:var(--tabs-alignment,start);background:#f9fafa;border-radius:var(--tabs-border-radius,0);border:0 var(--tabs-border-type,solid) var(--tabs-border-color,transparent)}.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a:hover{color:var(--tabs-hover-color,#5bc0de);border-color:var(--tabs-hover-border-color,transparent)}@media (max-width:1024px){.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a{padding:var(--tabs-padding,10px)}}.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout{margin-bottom:0}.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout:after{display:none}.elementor-widget-woocommerce-my-account .woocommerce-table__line-item.order_item .woocommerce-table__product-name.product-purchase-note-is-below,.elementor-widget-woocommerce-my-account .woocommerce-table__line-item.order_item .woocommerce-table__product-total.product-total.product-purchase-note-is-below{padding-bottom:0}.elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .shop_table td{vertical-align:top;line-height:unset}.elementor-widget-woocommerce-my-account .woocommerce-MyAccount-paymentMethods .woocommerce-PaymentMethod--actions{text-align:right}.elementor-widget-woocommerce-my-account .woocommerce-PaymentMethod .input-radio{vertical-align:middle}.elementor-widget-woocommerce-my-account .woocommerce-PaymentMethod .input-radio+label{color:var(--payment-methods-radio-buttons-color,#69727d)}.e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul li{display:inline-block}.e-my-account-tabs-vertical .woocommerce-MyAccount-navigation{display:block}.e-my-account-tabs-vertical .woocommerce-MyAccount-navigation li{margin:calc(var(--tabs-spacing, 2px) / 2) 0 calc(var(--tabs-spacing, 2px) / 2) 0}.e-my-account-tabs-vertical .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard{margin-top:0}.e-my-account-tabs-vertical .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation{display:none}.e-my-account-tabs-horizontal .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation{float:none;width:100%}.e-my-account-tabs-horizontal .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li:after{display:none}.e-my-account-tabs-horizontal .e-my-account-tab .woocommerce .woocommerce-MyAccount-content{float:none;width:100%;padding:var(--tab-content-spacing,50px) 0 0 0}@media (max-width:1024px){.e-my-account-tabs-horizontal .e-my-account-tab .woocommerce .woocommerce-MyAccount-content{width:100%;padding:var(--tab-content-spacing,6%) 0 0 0}}.e-my-account-tabs-horizontal .woocommerce-MyAccount-navigation{display:none}.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation{display:block}.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul{list-style:none;padding:0;margin:0;display:flex;justify-content:var(--tabs-container-justify-content,space-between)}@media (max-width:767px){.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul{display:block}}.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul li{display:inline-block;width:var(--tab-width,100%);padding:0 calc(var(--tabs-spacing, 2px) / 2) 0 calc(var(--tabs-spacing, 2px) / 2);margin:0;border-right:var(--tabs-divider-weight,0) solid var(--tabs-divider-color,#69727d)}.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul li:first-of-type{padding-left:0}.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul li:last-of-type{padding-right:0;border-right-width:0}@media (max-width:767px){.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul li{margin:calc(var(--tabs-spacing, 2px) / 2) 0 calc(var(--tabs-spacing, 2px) / 2) 0;display:inline-block;width:100%}}.elementor-editor-active tr:not(:first-child) .woocommerce-orders-table__cell-order-number a,.elementor-editor-preview tr:not(:first-child) .woocommerce-orders-table__cell-order-number a{pointer-events:none}.elementor-editor-active tr:not(:first-child) .woocommerce-orders-table__cell-order-actions .button,.elementor-editor-preview tr:not(:first-child) .woocommerce-orders-table__cell-order-actions .button{pointer-events:none;opacity:.3}.elementor-editor-active .elementor-widget-woocommerce-my-account .woocommerce-MyAccount-content:not(:first-of-type){display:none}.product .count{background-color:inherit}.elementor-widget-woocommerce-notices .e-woocommerce-notices-wrapper.e-woocommerce-notices-wrapper-loading *,.elementor-widget-woocommerce-product-additional-information:not(.elementor-show-heading-yes) h2{display:none}.elementor-widget-woocommerce-notices .woocommerce-error,.elementor-widget-woocommerce-notices .woocommerce-info,.elementor-widget-woocommerce-notices .woocommerce-message,.elementor-widget-woocommerce-notices .woocommerce-notices-wrapper,.elementor-widget-woocommerce-notices .woocommerce .is-error,.elementor-widget-woocommerce-notices .woocommerce .is-info,.elementor-widget-woocommerce-notices .woocommerce .is-success{display:block}.e-preview--show-hidden-elements:not(.elementor-editor-active) .elementor-widget-woocommerce-notices .e-notices-demo-notice{display:none}.woocommerce div.product.elementor form.cart div.product-addon{flex-basis:100%;flex-shrink:0}.e-sticky-right-column--active{position:sticky;top:0}.elementor-post-navigation-borders-yes .elementor-post-navigation.elementor-grid{color:#d5d8dc;border:1px solid;border-right:none;border-left:none;padding-top:10px;padding-bottom:10px}.elementor-post-navigation-borders-yes .elementor-post-navigation__separator{height:100%;width:1px;margin:0 auto;background-color:#d5d8dc}.elementor-post-navigation{overflow:hidden;display:flex}.elementor-post-navigation .post-navigation__arrow-wrapper{color:#d5d8dc}.elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-prev{font-size:30px;padding-inline-end:15px}.elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-next{font-size:30px;padding-inline-start:15px}.elementor-post-navigation .post-navigation__arrow-wrapper i{transform:translateY(-5%)}.elementor-post-navigation .elementor-post-navigation__link__next,.elementor-post-navigation .elementor-post-navigation__link__prev{overflow:hidden}.elementor-post-navigation .elementor-post-navigation__link a{display:flex;align-items:center;max-width:100%}.elementor-post-navigation .post-navigation__next--label,.elementor-post-navigation .post-navigation__prev--label{text-transform:uppercase;font-size:.8em}.elementor-post-navigation .post-navigation__next--title,.elementor-post-navigation .post-navigation__prev--title{font-size:.7em}.elementor-post-navigation .post-navigation__next--label,.elementor-post-navigation .post-navigation__next--title,.elementor-post-navigation .post-navigation__prev--label,.elementor-post-navigation .post-navigation__prev--title{overflow:hidden;text-overflow:ellipsis}.elementor-post-navigation span.elementor-post-navigation__link__next{text-align:end}.elementor-post-navigation span.elementor-post-navigation__link__next,.elementor-post-navigation span.elementor-post-navigation__link__prev{display:flex;flex-direction:column}.elementor-post-navigation .elementor-grid{justify-content:space-between}.elementor-post-navigation .elementor-post-navigation__link{width:calc(50% - 1px / 2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.elementor-post-navigation .elementor-post-navigation__separator-wrapper{text-align:center}.elementor-post-navigation .elementor-post-navigation__next{text-align:end}.elementor-post-navigation .elementor-post-navigation__next a{justify-content:flex-end}.elementor-search-form{display:block;transition:.2s}.elementor-search-form .e-font-icon-svg-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.elementor-search-form button,.elementor-search-form input[type=search]{margin:0;border:0;padding:0;display:inline-block;vertical-align:middle;white-space:normal;background:none;line-height:1;min-width:0;font-size:15px;-webkit-appearance:none;-moz-appearance:none}.elementor-search-form button:focus,.elementor-search-form input[type=search]:focus{outline:0;color:inherit}.elementor-search-form button{background-color:#69727d;font-size:var(--e-search-form-submit-icon-size,16px);color:#fff;border-radius:0}.elementor-search-form__container{display:flex;transition:.2s;overflow:hidden;border:0 solid transparent;min-height:50px}.elementor-search-form__container:not(.elementor-search-form--full-screen){background:#f1f2f3}.elementor-search-form__input{flex-basis:100%;color:#3f444b;transition:color .2s}.elementor-search-form__input::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-search-form__input::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-search-form__submit{transition:color .2s,background .2s;font-size:var(--e-search-form-submit-icon-size,16px)}.elementor-search-form__submit svg{fill:var(--e-search-form-submit-text-color,#fff);width:var(--e-search-form-submit-icon-size,16px);height:var(--e-search-form-submit-icon-size,16px)}.elementor-search-form .elementor-search-form__submit,.elementor-search-form .elementor-search-form__submit:hover{color:var(--e-search-form-submit-text-color,#fff);border:none;border-radius:0}.elementor-search-form--button-type-text .elementor-search-form__submit{flex-shrink:0}.elementor-search-form--skin-minimal .elementor-search-form__icon{opacity:.6;display:flex;align-items:center;justify-content:flex-end;color:#3f444b;fill:#3f444b;font-size:var(--e-search-form-icon-size-minimal,15px)}.elementor-search-form--skin-minimal .elementor-search-form__icon svg{width:var(--e-search-form-icon-size-minimal,15px);height:var(--e-search-form-icon-size-minimal,15px)}.elementor-search-form--skin-minimal:focus-within{outline-width:2px;outline-style:solid}.elementor-search-form--skin-full_screen .elementor-search-form input[type=search].elementor-search-form__input{font-size:50px;text-align:center;border:solid #fff;border-width:0 0 1px;line-height:1.5;color:#fff}.elementor-search-form--skin-full_screen .elementor-search-form__toggle{display:inline-block;cursor:pointer;vertical-align:middle;color:var(--e-search-form-toggle-color,#33373d);font-size:var(--e-search-form-toggle-size,33px)}.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container,.elementor-search-form--skin-full_screen .elementor-search-form__toggle i{position:relative;display:block;transition:.2s;width:var(--e-search-form-toggle-size,33px);height:var(--e-search-form-toggle-size,33px);background-color:var(--e-search-form-toggle-background-color,rgba(0,0,0,.05));border:var(--e-search-form-toggle-border-width,0) solid var(--e-search-form-toggle-color,#33373d);border-radius:var(--e-search-form-toggle-border-radius,3px)}.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container:before,.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container svg,.elementor-search-form--skin-full_screen .elementor-search-form__toggle i:before,.elementor-search-form--skin-full_screen .elementor-search-form__toggle i svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container:before,.elementor-search-form--skin-full_screen .elementor-search-form__toggle i:before{font-size:var(--e-search-form-toggle-icon-size,.55em)}.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container svg,.elementor-search-form--skin-full_screen .elementor-search-form__toggle i svg{fill:var(--e-search-form-toggle-color,#33373d);width:var(--e-search-form-toggle-icon-size,.55em);height:var(--e-search-form-toggle-icon-size,.55em)}.elementor-search-form--skin-full_screen .elementor-search-form__container{transition:.3s;align-items:center;position:fixed;z-index:9998;top:0;left:0;right:0;bottom:0;height:100vh;padding:0 15%;background-color:rgba(0,0,0,.8)}.elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen){overflow:hidden;opacity:0;transform:scale(0)}.elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen) .dialog-lightbox-close-button{display:none}.elementor-author-box{display:flex;align-items:center}.elementor-author-box__avatar{flex-shrink:0;margin-inline-end:25px}.elementor-author-box__avatar img{width:100px;border-radius:500px;-o-object-fit:cover;object-fit:cover}.elementor-author-box__text{flex-grow:1;font-size:17px}.elementor-author-box__name{font-size:24px;margin-bottom:5px}.elementor-author-box__bio,.elementor-author-box__bio p{margin-bottom:.8em}.elementor-author-box__bio p:last-of-type{margin-bottom:0}.elementor-author-box--layout-image-left .elementor-author-box{flex-direction:row}.elementor-author-box--layout-image-left .elementor-author-box__avatar{margin-left:0;margin-right:25px}.elementor-author-box--layout-image-right .elementor-author-box{flex-direction:row-reverse}.elementor-author-box--layout-image-right .elementor-author-box__avatar{margin-right:0;margin-left:25px}.elementor-author-box--layout-image-above .elementor-author-box{display:block}.elementor-author-box--layout-image-above .elementor-author-box__avatar{margin:0 auto 15px;display:inline-block}.elementor-author-box--layout-image-above.elementor-author-box--align-left .elementor-author-box__avatar{margin-left:0}.elementor-author-box--layout-image-above.elementor-author-box--align-right .elementor-author-box__avatar{margin-right:0}.elementor-author-box--align-left .elementor-author-box{text-align:left}.elementor-author-box--align-right .elementor-author-box{text-align:right}.elementor-author-box--align-center .elementor-author-box{text-align:center}.elementor-button.elementor-author-box__button{border:2px solid #3f444b;font-size:15px;font-weight:100;padding:10px 18px}.elementor-button.elementor-author-box__button,.elementor-button.elementor-author-box__button:hover{background:transparent;color:#3f444b}.elementor-widget-author-box:not(.elementor-author-box--layout-image-above).elementor-author-box--image-valign-top .elementor-author-box__avatar,.elementor-widget-author-box:not(.elementor-author-box--layout-image-above) .elementor-author-box__avatar{align-self:flex-start}.elementor-widget-author-box:not(.elementor-author-box--layout-image-above).elementor-author-box--image-valign-middle .elementor-author-box__avatar{align-self:center}.elementor-post-info__terms-list{display:inline-block}.elementor-post-info .elementor-icon-list-icon .elementor-avatar{border-radius:100%}.elementor-widget-post-info.elementor-align-center .elementor-icon-list-item:after{margin:initial}.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text{display:inline-block}.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text a,.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span{display:inline}.elementor-widget-breadcrumbs{font-size:.85em}.elementor-widget-breadcrumbs p{margin-bottom:0}.elementor-sitemap-wrap{display:flex;flex-flow:row wrap}.elementor-widget-archive-posts:after,.elementor-widget-posts:after{display:none}.elementor-posts-container.elementor-posts-masonry{align-items:flex-start}.elementor-posts-container:not(.elementor-posts-masonry){align-items:stretch}.elementor-posts-container .elementor-post{padding:0;margin:0}.elementor-posts-container .elementor-post__excerpt{flex-grow:var(--read-more-alignment,0)}.elementor-posts-container .elementor-post__thumbnail{overflow:hidden}.elementor-posts-container .elementor-post__thumbnail img{display:block;width:100%;max-height:none;max-width:none;transition:filter .3s}.elementor-posts-container .elementor-post__thumbnail__link{position:relative;display:block;width:100%}.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail{top:0;left:0;right:0;bottom:0}.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img{height:auto;position:absolute;top:calc(50% + 1px);left:calc(50% + 1px);transform:scale(1.01) translate(-50%,-50%)}.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail.elementor-fit-height img{height:100%;width:auto}.elementor-posts .elementor-post{flex-direction:column;transition-property:background,border,box-shadow;transition-duration:.25s}.elementor-posts .elementor-post__title{font-size:18px;margin:0}.elementor-posts .elementor-post__excerpt{margin-bottom:10px}.elementor-posts .elementor-post__excerpt p{margin:0;line-height:1.5em;font-size:14px;color:#777}.elementor-posts .elementor-post__text{display:var(--item-display,block);flex-direction:column;flex-grow:1}.elementor-posts .elementor-post__meta-data{line-height:1.3em;font-size:12px;margin-bottom:13px;color:#adadad}.elementor-posts .elementor-post__read-more{font-size:12px;font-weight:700;align-self:flex-start}.elementor-posts .elementor-post__thumbnail{position:relative}.elementor-posts--skin-classic .elementor-post{overflow:hidden}.elementor-posts--align-left .elementor-post{text-align:left}.elementor-posts--align-right .elementor-post{text-align:right}.elementor-posts--align-center .elementor-post{text-align:center}.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px}.elementor-posts--thumbnail-top .elementor-post__text{width:100%}.elementor-posts--thumbnail-top.elementor-posts--align-left .elementor-post__thumbnail__link{margin-right:auto}.elementor-posts--thumbnail-top.elementor-posts--align-right .elementor-post__thumbnail__link{margin-left:auto}.elementor-posts--thumbnail-top.elementor-posts--align-center .elementor-post__thumbnail__link{margin-right:auto;margin-left:auto}.elementor-posts--thumbnail-left .elementor-post,.elementor-posts--thumbnail-right .elementor-post{flex-direction:row}.elementor-posts--thumbnail-left .elementor-post__thumbnail__link,.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{flex-shrink:0;width:25%}.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{order:0;margin-right:20px}.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{order:5;margin-left:20px}.elementor-posts--thumbnail-none .elementor-posts-container .elementor-post__thumbnail__link{display:none}.elementor-posts .elementor-post{display:flex}.elementor-posts .elementor-post__card{display:flex;flex-direction:column;overflow:hidden;position:relative;background-color:#fff;width:100%;min-height:100%;border-radius:3px;border:0 solid #69727d;transition:all .25s}.elementor-posts .elementor-post__card .elementor-post__thumbnail{position:relative;transform-style:preserve-3d;-webkit-transform-style:preserve-3d}.elementor-posts .elementor-post__card .elementor-post__thumbnail img{width:calc(100% + 1px)}.elementor-posts .elementor-post__card .elementor-post__text{padding:0 30px;margin-bottom:0;margin-top:20px}.elementor-posts .elementor-post__card .elementor-post__read-more{margin-bottom:20px;display:inline-block}.elementor-posts .elementor-post__card .elementor-post__meta-data{padding:15px 30px;margin-bottom:0;border-top:1px solid #eaeaea}.elementor-posts .elementor-post__card .elementor-post__meta-data span+span:before{margin:0 5px}.elementor-posts .elementor-post__card .elementor-post__title{font-size:21px}.elementor-posts .elementor-post__card .elementor-post__excerpt{line-height:1.7}.elementor-posts .elementor-post__card .elementor-post__excerpt,.elementor-posts .elementor-post__card .elementor-post__title{margin-bottom:25px}.elementor-posts .elementor-post__card .elementor-post__badge,.elementor-posts .elementor-post__card .elementor-post__read-more{text-transform:uppercase}.elementor-posts .elementor-post__badge{position:absolute;top:0;background:#69727d;color:#fff;font-size:12px;padding:.6em 1.2em;line-height:1;font-weight:400;margin:20px;border-radius:999px}.elementor-posts .elementor-post__avatar{position:relative;padding:0 30px;width:100%;top:-25px;height:0;pointer-events:none}.elementor-posts .elementor-post__avatar img{border-radius:50%;width:60px;pointer-events:all;transform:translateY(-50%)}.elementor-posts--thumbnail-top .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__meta-data,.elementor-posts .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__meta-data{margin-top:auto}.elementor-posts--thumbnail-none .elementor-post__card .elementor-post__avatar{padding-top:0;position:static;height:auto}.elementor-posts--thumbnail-none .elementor-post__card .elementor-post__avatar img.avatar{transform:translateY(0);vertical-align:bottom}.elementor-posts--show-avatar .elementor-post__thumbnail__link{margin-bottom:25px}.elementor-posts__hover-gradient .elementor-post__card .elementor-post__thumbnail__link:after{display:block;content:"";background-image:linear-gradient(0deg,rgba(0,0,0,.35),transparent 75%);background-repeat:no-repeat;height:100%;width:100%;position:absolute;bottom:0;opacity:1;transition:all .3s ease-out}.elementor-posts__hover-gradient .elementor-post__card:hover .elementor-post__thumbnail__link:after{opacity:.5}.elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img{height:100%}.elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img{width:calc(100% + 1px)}.elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img{height:115%}.elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img{width:115%}.elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img{height:115%}.elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img{width:115%}.elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img{height:100%}.elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img{width:calc(100% + 1px)}.elementor-posts__hover-zoom-in .elementor-post__thumbnail img,.elementor-posts__hover-zoom-out .elementor-post__thumbnail img{transition:filter .3s,height 1s cubic-bezier(0,.25,.07,1),width 1s cubic-bezier(0,.25,.07,1)}.elementor-card-shadow-yes .elementor-post__card{box-shadow:0 0 10px 0 rgba(0,0,0,.15)}.elementor-card-shadow-yes .elementor-post__card:hover{box-shadow:0 0 30px 0 rgba(0,0,0,.15)}.elementor-posts--skin-full_content article{flex-direction:column;overflow:hidden}.elementor-posts--skin-full_content article .elementor-post__thumbnail{padding-bottom:0}body.elementor-editor-active .elementor-posts--skin-archive_full_content,body.elementor-editor-active .elementor-posts--skin-full_content{pointer-events:none}body.elementor-editor-active .elementor-posts--skin-archive_full_content .elementor-post__thumbnail__link,body.elementor-editor-active .elementor-posts--skin-full_content .elementor-post__thumbnail__link{display:none}body.elementor-editor-active .elementor-posts--show-thumbnail .elementor-post__thumbnail__link{display:block}.elementor-portfolio__filters{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;padding:0;margin:0}.elementor-portfolio__filter{margin:0;cursor:pointer;padding:8px}.elementor-portfolio__filter:focus-visible{outline:1px auto -webkit-focus-ring-color}.elementor-portfolio-item{align-self:flex-start;transition-property:transform,opacity;transition-timing-function:ease-in-out;transform-style:preserve-3d;overflow:hidden;margin:0}.elementor-portfolio-item__title{margin:0;padding:0;line-height:1;font-size:18px;color:#fff}.elementor-portfolio-item__tags__separator:before{content:", "}.elementor-portfolio-item__overlay{opacity:0;position:absolute;top:0;left:0;right:0;bottom:0;padding:15px;transition:opacity 1s;display:flex;flex-direction:column;justify-content:center;text-align:center;overflow:hidden;background-color:rgba(105,114,125,.8)}.elementor-portfolio-item__img img[src=""]{background-color:rgba(0,0,0,.1);height:100%}.elementor-portfolio-item:focus-within .elementor-portfolio-item__overlay,.elementor-portfolio-item:hover .elementor-portfolio-item__overlay{opacity:1;transition:opacity .5s}.elementor-portfolio.elementor-has-item-ratio{transition:height .5s}.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail{position:absolute;background-color:rgba(0,0,0,.1)}.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail__link{padding-bottom:56.25%}.elementor ul li.elementor-portfolio__filter{list-style-type:none}.e-con-inner>.elementor-widget-portfolio,.e-con>.elementor-widget-portfolio{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}.elementor-widget-archive-posts.load-more-align-center .elementor-button-wrapper,.elementor-widget-posts.load-more-align-center .elementor-button-wrapper{text-align:center}.elementor-widget-archive-posts.load-more-align-start .elementor-button-wrapper,.elementor-widget-posts.load-more-align-start .elementor-button-wrapper{text-align:start}.elementor-widget-archive-posts.load-more-align-end .elementor-button-wrapper,.elementor-widget-posts.load-more-align-end .elementor-button-wrapper{text-align:end}.elementor-widget-archive-posts.load-more-align-justify .elementor-button,.elementor-widget-posts.load-more-align-justify .elementor-button{width:100%}.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container,.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container{cursor:default}.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner,.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner{margin-top:var(--load-more—spacing,30px)}.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner i,.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner svg,.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner i,.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner svg{display:flex}.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper,.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper{visibility:hidden}.elementor-widget-archive-posts.e-load-more-pagination-end>.elementor-widget-container>.elementor-button-wrapper,.elementor-widget-posts.e-load-more-pagination-end>.elementor-widget-container>.elementor-button-wrapper{display:none}.elementor-widget-archive-posts.e-load-more-pagination-end>.elementor-widget-container>.e-load-more-message,.elementor-widget-posts.e-load-more-pagination-end>.elementor-widget-container>.e-load-more-message{display:block}.elementor-widget-archive-posts.e-load-more-no-spinner>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper,.elementor-widget-posts.e-load-more-no-spinner>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper{visibility:visible}.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner,.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner{display:flex}.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner i,.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner svg,.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner i,.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner svg{margin:0 auto;display:none}.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner i,.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner i{color:var(--load-more-spinner-color)}.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner svg,.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner svg{fill:var(--load-more-spinner-color);height:1em;width:1em}.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-message,.elementor-widget-posts>.elementor-widget-container .e-load-more-message{color:var(--load-more-message-color);text-align:var(--load-more-message-alignment,center);display:none;margin-top:var(--load-more—spacing,30px)}.elementor-widget-archive-posts>.elementor-widget-container>.elementor-button-wrapper,.elementor-widget-posts>.elementor-widget-container>.elementor-button-wrapper{margin-top:var(--load-more—spacing,30px)}.elementor-widget-archive-posts>.elementor-widget-container>.elementor-button-wrapper .e-load-more-spinner,.elementor-widget-posts>.elementor-widget-container>.elementor-button-wrapper .e-load-more-spinner{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);margin:inherit}.elementor-widget-archive-posts>.elementor-widget-container>.elementor-button-wrapper .elementor-button,.elementor-widget-posts>.elementor-widget-container>.elementor-button-wrapper .elementor-button{cursor:pointer;position:relative}.elementor-button.elementor-hidden,.elementor-hidden{display:none}.e-form__step{width:100%}.e-form__step:not(.elementor-hidden){display:flex;flex-wrap:wrap}.e-form__buttons{flex-wrap:wrap}.e-form__buttons,.e-form__buttons__wrapper{display:flex}.e-form__indicators{display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;font-size:13px;margin-bottom:var(--e-form-steps-indicators-spacing)}.e-form__indicators__indicator{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-basis:0;padding:0 var(--e-form-steps-divider-gap)}.e-form__indicators__indicator__progress{width:100%;position:relative;background-color:var(--e-form-steps-indicator-progress-background-color);border-radius:var(--e-form-steps-indicator-progress-border-radius);overflow:hidden}.e-form__indicators__indicator__progress__meter{width:var(--e-form-steps-indicator-progress-meter-width,0);height:var(--e-form-steps-indicator-progress-height);line-height:var(--e-form-steps-indicator-progress-height);padding-right:15px;border-radius:var(--e-form-steps-indicator-progress-border-radius);background-color:var(--e-form-steps-indicator-progress-color);color:var(--e-form-steps-indicator-progress-meter-color);text-align:right;transition:width .1s linear}.e-form__indicators__indicator:first-child{padding-left:0}.e-form__indicators__indicator:last-child{padding-right:0}.e-form__indicators__indicator--state-inactive{color:var(--e-form-steps-indicator-inactive-primary-color,#c2cbd2)}.e-form__indicators__indicator--state-inactive [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-inactive-secondary-color,#fff)}.e-form__indicators__indicator--state-inactive object,.e-form__indicators__indicator--state-inactive svg{fill:var(--e-form-steps-indicator-inactive-primary-color,#c2cbd2)}.e-form__indicators__indicator--state-active{color:var(--e-form-steps-indicator-active-primary-color,#39b54a);border-color:var(--e-form-steps-indicator-active-secondary-color,#fff)}.e-form__indicators__indicator--state-active [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-active-secondary-color,#fff)}.e-form__indicators__indicator--state-active object,.e-form__indicators__indicator--state-active svg{fill:var(--e-form-steps-indicator-active-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed{color:var(--e-form-steps-indicator-completed-secondary-color,#fff)}.e-form__indicators__indicator--state-completed [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-completed-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed .e-form__indicators__indicator__label{color:var(--e-form-steps-indicator-completed-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed .e-form__indicators__indicator--shape-none{color:var(--e-form-steps-indicator-completed-primary-color,#39b54a);background-color:initial}.e-form__indicators__indicator--state-completed object,.e-form__indicators__indicator--state-completed svg{fill:var(--e-form-steps-indicator-completed-secondary-color,#fff)}.e-form__indicators__indicator__icon{width:var(--e-form-steps-indicator-padding,30px);height:var(--e-form-steps-indicator-padding,30px);font-size:var(--e-form-steps-indicator-icon-size);border-width:1px;border-style:solid;display:flex;justify-content:center;align-items:center;overflow:hidden;margin-bottom:10px}.e-form__indicators__indicator__icon img,.e-form__indicators__indicator__icon object,.e-form__indicators__indicator__icon svg{width:var(--e-form-steps-indicator-icon-size);height:auto}.e-form__indicators__indicator__icon .e-font-icon-svg{height:1em}.e-form__indicators__indicator__number{width:var(--e-form-steps-indicator-padding,30px);height:var(--e-form-steps-indicator-padding,30px);border-width:1px;border-style:solid;display:flex;justify-content:center;align-items:center;margin-bottom:10px}.e-form__indicators__indicator--shape-circle{border-radius:50%}.e-form__indicators__indicator--shape-square{border-radius:0}.e-form__indicators__indicator--shape-rounded{border-radius:5px}.e-form__indicators__indicator--shape-none{border:0}.e-form__indicators__indicator__label{text-align:center}.e-form__indicators__indicator__separator{width:100%;height:var(--e-form-steps-divider-width);background-color:#babfc5}.e-form__indicators--type-icon,.e-form__indicators--type-icon_text,.e-form__indicators--type-number,.e-form__indicators--type-number_text{align-items:flex-start}.e-form__indicators--type-icon .e-form__indicators__indicator__separator,.e-form__indicators--type-icon_text .e-form__indicators__indicator__separator,.e-form__indicators--type-number .e-form__indicators__indicator__separator,.e-form__indicators--type-number_text .e-form__indicators__indicator__separator{margin-top:calc(var(--e-form-steps-indicator-padding, 30px) / 2 - var(--e-form-steps-divider-width, 1px) / 2)}.elementor-field-type-hidden{display:none}.elementor-field-type-html{display:inline-block}.elementor-field-type-tel input{direction:inherit}.elementor-login .elementor-lost-password,.elementor-login .elementor-remember-me{font-size:.85em}.elementor-field-type-recaptcha_v3 .elementor-field-label{display:none}.elementor-field-type-recaptcha_v3 .grecaptcha-badge{z-index:1}.elementor-button .elementor-form-spinner{order:3}.elementor-form .elementor-button>span{display:flex;justify-content:center;align-items:center}.elementor-form .elementor-button .elementor-button-text{white-space:normal;flex-grow:0}.elementor-form .elementor-button svg{height:auto}.elementor-form .elementor-button .e-font-icon-svg{height:1em}.elementor-select-wrapper .select-caret-down-wrapper{position:absolute;top:50%;transform:translateY(-50%);inset-inline-end:10px;pointer-events:none;font-size:11px}.elementor-select-wrapper .select-caret-down-wrapper svg{display:unset;width:1em;aspect-ratio:unset;fill:currentColor}.elementor-select-wrapper .select-caret-down-wrapper i{font-size:19px;line-height:2}.elementor-select-wrapper.remove-before:before{content:""!important}.elementor-widget-price-list .elementor-price-list{list-style:none;padding:0;margin:0}.elementor-widget-price-list .elementor-price-list li{margin:0}.elementor-price-list li:not(:last-child){margin-bottom:20px}.elementor-price-list .elementor-price-list-image{max-width:50%;flex-shrink:0;padding-inline-end:25px}.elementor-price-list .elementor-price-list-image img{width:100%}.elementor-price-list .elementor-price-list-header,.elementor-price-list .elementor-price-list-item,.elementor-price-list .elementor-price-list-text{display:flex}.elementor-price-list .elementor-price-list-item{align-items:flex-start}.elementor-price-list .elementor-price-list-item .elementor-price-list-text{align-items:flex-start;flex-wrap:wrap;flex-grow:1}.elementor-price-list .elementor-price-list-item .elementor-price-list-header{align-items:center;flex-basis:100%;font-size:19px;font-weight:600;margin-bottom:10px;justify-content:space-between}.elementor-price-list .elementor-price-list-item .elementor-price-list-title{max-width:80%}.elementor-price-list .elementor-price-list-item .elementor-price-list-price{font-weight:600}.elementor-price-list .elementor-price-list-item p.elementor-price-list-description{flex-basis:100%;font-size:14px;margin:0}.elementor-price-list .elementor-price-list-item .elementor-price-list-separator{flex-grow:1;margin-left:10px;margin-right:10px;border-bottom-style:dotted;border-bottom-width:2px;height:0}.elementor-price-table{text-align:center}.elementor-price-table .elementor-price-table__header{background:var(--e-price-table-header-background-color,#555);padding:20px 0}.elementor-price-table .elementor-price-table__heading{margin:0;padding:0;line-height:1.2;font-size:24px;font-weight:600;color:#fff}.elementor-price-table .elementor-price-table__subheading{font-size:13px;font-weight:400;color:#fff}.elementor-price-table .elementor-price-table__original-price{margin-inline-end:15px;text-decoration:line-through;font-size:.5em;line-height:1;font-weight:400;align-self:center}.elementor-price-table .elementor-price-table__original-price .elementor-price-table__currency{font-size:1em;margin:0}.elementor-price-table .elementor-price-table__price{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row;color:#555;font-weight:800;font-size:65px;padding:40px 0}.elementor-price-table .elementor-price-table__price .elementor-typo-excluded{line-height:normal;letter-spacing:normal;text-transform:none;font-weight:400;font-size:medium;font-style:normal}.elementor-price-table .elementor-price-table__after-price{display:flex;flex-wrap:wrap;text-align:start;align-self:stretch;align-items:flex-start;flex-direction:column}.elementor-price-table .elementor-price-table__integer-part{line-height:.8}.elementor-price-table .elementor-price-table__currency,.elementor-price-table .elementor-price-table__fractional-part{line-height:1;font-size:.3em}.elementor-price-table .elementor-price-table__currency{margin-inline-end:3px}.elementor-price-table .elementor-price-table__period{width:100%;font-size:13px;font-weight:400}.elementor-price-table .elementor-price-table__features-list{list-style-type:none;margin:0;padding:0;line-height:1;color:var(--e-price-table-features-list-color)}.elementor-price-table .elementor-price-table__features-list li{font-size:14px;line-height:1;margin:0;padding:0}.elementor-price-table .elementor-price-table__features-list li .elementor-price-table__feature-inner{margin-left:15px;margin-right:15px}.elementor-price-table .elementor-price-table__features-list li:not(:first-child):before{content:"";display:block;border:0 solid hsla(0,0%,47.8%,.3);margin:10px 12.5%}.elementor-price-table .elementor-price-table__features-list i{margin-inline-end:10px;font-size:1.3em}.elementor-price-table .elementor-price-table__features-list svg{margin-inline-end:10px;fill:var(--e-price-table-features-list-color);height:1.3em;width:1.3em}.elementor-price-table .elementor-price-table__features-list svg~*{vertical-align:text-top}.elementor-price-table .elementor-price-table__footer{padding:30px 0}.elementor-price-table .elementor-price-table__additional_info{margin:0;font-size:13px;line-height:1.4}.elementor-price-table__ribbon{position:absolute;top:0;left:auto;right:0;transform:rotate(90deg);width:150px;overflow:hidden;height:150px}.elementor-price-table__ribbon-inner{text-align:center;left:0;width:200%;transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);margin-top:35px;font-size:13px;line-height:2;font-weight:800;text-transform:uppercase;background:#000}.elementor-price-table__ribbon.elementor-ribbon-left{transform:rotate(0);left:0;right:auto}.elementor-price-table__ribbon.elementor-ribbon-right{transform:rotate(90deg);left:auto;right:0}.elementor-widget-price-table .elementor-widget-container{overflow:hidden;background-color:#f9fafa}.e-con-inner>.elementor-widget-price-list,.e-con>.elementor-widget-price-list{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}.elementor-flip-box{height:280px;position:relative;perspective:1000px;transform-style:preserve-3d}@media (max-device-width:1024px){.elementor-flip-box{cursor:pointer}}.elementor-flip-box__front{background-color:#1abc9c}.elementor-flip-box__back{background-color:#4054b2;display:block}.elementor-flip-box__layer{position:absolute;width:100%;height:100%;transition:all .6s ease-in-out}.elementor-flip-box__layer__overlay{display:flex;width:100%;height:100%;flex-direction:column;justify-content:center;align-items:stretch;text-align:center;padding:35px;color:#fff}.elementor-flip-box__layer__title{font-size:21px}.elementor-flip-box__layer__description{font-size:14px}.elementor-flip-box__layer__description:not(:last-child),.elementor-flip-box__layer__title:not(:last-child){margin:0 0 20px;padding:0}.elementor-flip-box__layer__title{line-height:1;font-weight:600}.elementor-flip-box,.elementor-flip-box .elementor-view-framed,.elementor-flip-box .elementor-view-stacked{--e-flip-box-view-framed-stacked-icon-color:#fff}.elementor-flip-box .elementor-icon,.elementor-flip-box .elementor-view-framed .elementor-icon,.elementor-flip-box .elementor-view-stacked .elementor-icon{color:var(--e-flip-box-view-framed-stacked-icon-color)}.elementor-flip-box .elementor-icon svg,.elementor-flip-box .elementor-view-framed .elementor-icon svg,.elementor-flip-box .elementor-view-stacked .elementor-icon svg{fill:var(--e-flip-box-view-framed-stacked-icon-color)}.elementor-flip-box .elementor-view-framed .elementor-icon{border-color:#fff}.elementor-flip-box .elementor-view-stacked .elementor-icon{background-color:rgba(0,0,0,.5)}.elementor-flip-box__button.elementor-button{cursor:pointer;align-self:center;margin-left:auto;margin-right:auto;border:2px solid #fff;background:transparent}.elementor-flip-box__button.elementor-button:focus-visible,.elementor-flip-box__button.elementor-button:hover{background:transparent;text-decoration:none}.elementor-flip-box__image{margin:0 0 20px;display:inline-block;width:100%}.elementor-flip-box__image img{width:50%}.elementor-flip-box .elementor-icon-wrapper{margin-bottom:20px}.elementor-flip-box--3d .elementor-flip-box__layer__inner{transform:translateZ(90px) scale(.91)}.elementor-flip-box--3d .elementor-flip-box__layer__overlay{transform-style:preserve-3d;transform:translateZ(.1px)}.elementor-flip-box--effect-flip .elementor-flip-box{perspective:1000px;transform-style:preserve-3d}.elementor-flip-box--effect-flip .elementor-flip-box__layer{transform-style:preserve-3d;backface-visibility:hidden}.elementor-flip-box--effect-flip .elementor-flip-box__front{transform:none;z-index:1}.elementor-flip-box--effect-flip .elementor-flip-box:focus-visible .elementor-flip-box__back,.elementor-flip-box--effect-flip .elementor-flip-box:hover .elementor-flip-box__back{transform:none}.elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box__back{transform:rotateX(0) rotateY(-180deg)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box__back,.elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box:focus-visible .elementor-flip-box__front,.elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box:hover .elementor-flip-box__front{transform:rotateX(0) rotateY(180deg)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box:focus-visible .elementor-flip-box__front,.elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box:hover .elementor-flip-box__front{transform:rotateX(0) rotateY(-180deg)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box__back{transform:rotateX(-180deg) rotateY(0)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box__back,.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box:focus-visible .elementor-flip-box__front,.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box:hover .elementor-flip-box__front{transform:rotateX(180deg) rotateY(0)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box:focus-visible .elementor-flip-box__front,.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box:hover .elementor-flip-box__front{transform:rotateX(-180deg) rotateY(0)}.elementor-flip-box--effect-push .elementor-flip-box__front{transform:none}.elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box:focus-visible .elementor-flip-box__front,.elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box:hover .elementor-flip-box__front{transform:translateX(100%) translateY(0)}.elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box:focus-visible .elementor-flip-box__front,.elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box:hover .elementor-flip-box__front{transform:translateX(-100%) translateY(0)}.elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box:focus-visible .elementor-flip-box__front,.elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box:hover .elementor-flip-box__front{transform:translateX(0) translateY(-100%)}.elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box:focus-visible .elementor-flip-box__front,.elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box:hover .elementor-flip-box__front{transform:translateX(0) translateY(100%)}.elementor-flip-box--effect-push .elementor-flip-box,.elementor-flip-box--effect-slide .elementor-flip-box{overflow:hidden}.elementor-flip-box--effect-push .elementor-flip-box:focus-visible .elementor-flip-box__back,.elementor-flip-box--effect-push .elementor-flip-box:hover .elementor-flip-box__back,.elementor-flip-box--effect-slide .elementor-flip-box:focus-visible .elementor-flip-box__back,.elementor-flip-box--effect-slide .elementor-flip-box:hover .elementor-flip-box__back{transform:none}.elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box__back,.elementor-flip-box--effect-slide.elementor-flip-box--direction-right .elementor-flip-box__back{transform:translateX(-100%) translateY(0)}.elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box__back,.elementor-flip-box--effect-slide.elementor-flip-box--direction-left .elementor-flip-box__back{transform:translateX(100%) translateY(0)}.elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box__back,.elementor-flip-box--effect-slide.elementor-flip-box--direction-up .elementor-flip-box__back{transform:translateX(0) translateY(100%)}.elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box__back,.elementor-flip-box--effect-slide.elementor-flip-box--direction-down .elementor-flip-box__back{transform:translateX(0) translateY(-100%)}.elementor-flip-box--effect-zoom-out .elementor-flip-box .elementor-flip-box__front{transition:transform .7s,opacity .35s,width .1ms;opacity:1;transform:scale(1);z-index:1;width:100%}.elementor-flip-box--effect-zoom-out .elementor-flip-box:focus-visible .elementor-flip-box__front,.elementor-flip-box--effect-zoom-out .elementor-flip-box:hover .elementor-flip-box__front{width:0;opacity:0;transform:scale(.7);transition:transform .8s,opacity .7s .1s,width .1ms .7s}.elementor-flip-box--effect-zoom-in .elementor-flip-box .elementor-flip-box__back{transition:transform .7s,opacity .5s .2s;opacity:0;transform:scale(.7)}.elementor-flip-box--effect-zoom-in .elementor-flip-box:focus-visible .elementor-flip-box__back,.elementor-flip-box--effect-zoom-in .elementor-flip-box:hover .elementor-flip-box__back{transition:transform .7s,opacity .5s;opacity:1;transform:scale(1)}.elementor-flip-box--effect-fade .elementor-flip-box .elementor-flip-box__back{opacity:0}.elementor-flip-box--effect-fade .elementor-flip-box:focus-visible .elementor-flip-box__back,.elementor-flip-box--effect-fade .elementor-flip-box:hover .elementor-flip-box__back{opacity:1}.elementor-widget-flip-box.elementor-flip-box--flipped .elementor-widget-container .elementor-flip-box__front{display:none}.elementor-widget-flip-box.elementor-flip-box--flipped .elementor-widget-container .elementor-flip-box__back{transform:none;opacity:1}.e-con-inner>.elementor-widget-flip-box,.e-con>.elementor-widget-flip-box{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}.elementor-cta,.elementor-widget-call-to-action .elementor-widget-container{overflow:hidden}.elementor-cta{position:relative;display:flex;transition:.5s}.elementor-cta--skin-classic .elementor-cta{flex-wrap:wrap}.elementor-cta--skin-classic .elementor-cta__bg-wrapper{position:relative;min-height:200px;width:100%}.elementor-cta--skin-classic .elementor-cta__content{transition:all .4s;width:100%;background-color:#f9fafa}.elementor-cta--skin-classic .elementor-cta__content-item,.elementor-cta--skin-classic .elementor-cta__content-item .elementor-icon{color:#3f444b;border-color:#3f444b;fill:#3f444b}.elementor-cta--skin-classic .elementor-cta__button.elementor-button{color:#3f444b;border-color:#3f444b}.elementor-cta--skin-cover .elementor-cta{display:block}.elementor-cta--skin-cover .elementor-cta__bg-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;transition:all .4s;width:100%}.elementor-cta--skin-cover .elementor-cta__content{min-height:280px}.elementor-cta--skin-cover .elementor-cta__button.elementor-button,.elementor-cta--skin-cover .elementor-cta__content-item,.elementor-cta--skin-cover .elementor-cta__content-item .elementor-icon{color:#fff;border-color:#fff}.elementor-cta--layout-image-above .elementor-cta{flex-wrap:wrap}.elementor-cta--layout-image-above .elementor-cta__bg-wrapper{width:100%}.elementor-cta--layout-image-left .elementor-cta,.elementor-cta--layout-image-right .elementor-cta{flex-wrap:nowrap}.elementor-cta--layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--layout-image-right .elementor-cta__bg-wrapper{width:auto;min-width:50%}.elementor-cta--layout-image-left .elementor-cta__content,.elementor-cta--layout-image-right .elementor-cta__content{flex-grow:1}.elementor-cta--layout-image-left .elementor-cta{flex-direction:row}.elementor-cta--layout-image-right .elementor-cta{flex-direction:row-reverse}.elementor-cta__bg,.elementor-cta__bg-overlay{position:absolute;top:0;left:0;right:0;bottom:0;transition:all .4s}.elementor-cta__bg-wrapper{z-index:1;overflow:hidden}.elementor-cta__bg{background-size:cover;background-position:50%;z-index:1}.elementor-cta__bg-overlay{z-index:2}.elementor-cta__button.elementor-button{cursor:pointer;align-self:center;margin-left:auto;margin-right:auto;border:2px solid #fff;background:transparent}.elementor-cta__button.elementor-button:hover{background:transparent;text-decoration:none}.elementor-cta__title{font-size:23px}.elementor-cta__content{z-index:1;overflow:hidden;display:flex;flex-wrap:wrap;align-items:center;align-content:center;padding:35px;width:100%}.elementor-cta__content,.elementor-cta__content-item{position:relative;transition:.5s;color:#fff}.elementor-cta__content-item{width:100%;margin:0}.elementor-cta__content-item:not(:last-child){margin-bottom:15px}.elementor-cta__content-item .elementor-icon{color:#fff}.elementor-cta--valign-top .elementor-cta__content{align-content:flex-start;align-items:flex-start}.elementor-cta--valign-middle .elementor-cta__content{align-content:center;align-items:center}.elementor-cta--valign-bottom .elementor-cta__content{align-content:flex-end;align-items:flex-end}.elementor-cta:hover .elementor-cta__bg-overlay{background-color:rgba(0,0,0,.3)}@media (max-device-width:1024px){.elementor-cta{cursor:pointer}}@media (min-width:-1){.elementor-cta--widescreen-layout-image-above .elementor-cta{flex-wrap:wrap}.elementor-cta--widescreen-layout-image-above .elementor-cta__bg-wrapper{width:100%}.elementor-cta--widescreen-layout-image-left .elementor-cta,.elementor-cta--widescreen-layout-image-right .elementor-cta{flex-wrap:nowrap}.elementor-cta--widescreen-layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--widescreen-layout-image-right .elementor-cta__bg-wrapper{width:auto;min-width:50%}.elementor-cta--widescreen-layout-image-left .elementor-cta__content,.elementor-cta--widescreen-layout-image-right .elementor-cta__content{flex-grow:1}.elementor-cta--widescreen-layout-image-left .elementor-cta{flex-direction:row}.elementor-cta--widescreen-layout-image-right .elementor-cta{flex-direction:row-reverse}}@media (max-width:-1){.elementor-cta--laptop-layout-image-above .elementor-cta{flex-wrap:wrap}.elementor-cta--laptop-layout-image-above .elementor-cta__bg-wrapper{width:100%}.elementor-cta--laptop-layout-image-left .elementor-cta,.elementor-cta--laptop-layout-image-right .elementor-cta{flex-wrap:nowrap}.elementor-cta--laptop-layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--laptop-layout-image-right .elementor-cta__bg-wrapper{width:auto;min-width:50%}.elementor-cta--laptop-layout-image-left .elementor-cta__content,.elementor-cta--laptop-layout-image-right .elementor-cta__content{flex-grow:1}.elementor-cta--laptop-layout-image-left .elementor-cta{flex-direction:row}.elementor-cta--laptop-layout-image-right .elementor-cta{flex-direction:row-reverse}}@media (max-width:-1){.elementor-cta--tablet_extra-layout-image-above .elementor-cta{flex-wrap:wrap}.elementor-cta--tablet_extra-layout-image-above .elementor-cta__bg-wrapper{width:100%}.elementor-cta--tablet_extra-layout-image-left .elementor-cta,.elementor-cta--tablet_extra-layout-image-right .elementor-cta{flex-wrap:nowrap}.elementor-cta--tablet_extra-layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--tablet_extra-layout-image-right .elementor-cta__bg-wrapper{width:auto;min-width:50%}.elementor-cta--tablet_extra-layout-image-left .elementor-cta__content,.elementor-cta--tablet_extra-layout-image-right .elementor-cta__content{flex-grow:1}.elementor-cta--tablet_extra-layout-image-left .elementor-cta{flex-direction:row}.elementor-cta--tablet_extra-layout-image-right .elementor-cta{flex-direction:row-reverse}}@media (max-width:1024px){.elementor-cta--tablet-layout-image-above .elementor-cta{flex-wrap:wrap}.elementor-cta--tablet-layout-image-above .elementor-cta__bg-wrapper{width:100%}.elementor-cta--tablet-layout-image-left .elementor-cta,.elementor-cta--tablet-layout-image-right .elementor-cta{flex-wrap:nowrap}.elementor-cta--tablet-layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--tablet-layout-image-right .elementor-cta__bg-wrapper{width:auto;min-width:50%}.elementor-cta--tablet-layout-image-left .elementor-cta__content,.elementor-cta--tablet-layout-image-right .elementor-cta__content{flex-grow:1}.elementor-cta--tablet-layout-image-left .elementor-cta{flex-direction:row}.elementor-cta--tablet-layout-image-right .elementor-cta{flex-direction:row-reverse}}@media (max-width:-1){.elementor-cta--mobile_extra-layout-image-above .elementor-cta{flex-wrap:wrap}.elementor-cta--mobile_extra-layout-image-above .elementor-cta__bg-wrapper{width:100%}.elementor-cta--mobile_extra-layout-image-left .elementor-cta,.elementor-cta--mobile_extra-layout-image-right .elementor-cta{flex-wrap:nowrap}.elementor-cta--mobile_extra-layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--mobile_extra-layout-image-right .elementor-cta__bg-wrapper{width:auto;min-width:50%}.elementor-cta--mobile_extra-layout-image-left .elementor-cta__content,.elementor-cta--mobile_extra-layout-image-right .elementor-cta__content{flex-grow:1}.elementor-cta--mobile_extra-layout-image-left .elementor-cta{flex-direction:row}.elementor-cta--mobile_extra-layout-image-right .elementor-cta{flex-direction:row-reverse}}@media (max-width:767px){.elementor-cta--mobile-layout-image-above .elementor-cta{flex-wrap:wrap}.elementor-cta--mobile-layout-image-above .elementor-cta__bg-wrapper{width:100%}.elementor-cta--mobile-layout-image-left .elementor-cta,.elementor-cta--mobile-layout-image-right .elementor-cta{flex-wrap:nowrap}.elementor-cta--mobile-layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--mobile-layout-image-right .elementor-cta__bg-wrapper{width:auto;min-width:50%}.elementor-cta--mobile-layout-image-left .elementor-cta__content,.elementor-cta--mobile-layout-image-right .elementor-cta__content{flex-grow:1}.elementor-cta--mobile-layout-image-left .elementor-cta{flex-direction:row}.elementor-cta--mobile-layout-image-right .elementor-cta{flex-direction:row-reverse}}.elementor-ribbon{position:absolute;z-index:1;top:0;left:auto;right:0;transform:rotate(90deg);width:150px;overflow:hidden;height:150px}.elementor-ribbon-inner{text-align:center;left:0;width:200%;transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);margin-top:35px;font-size:13px;line-height:2;font-weight:800;text-transform:uppercase;background:#000;color:#fff}.elementor-ribbon.elementor-ribbon-left{transform:rotate(0);left:0;right:auto}.elementor-ribbon.elementor-ribbon-right{transform:rotate(90deg);left:auto;right:0}.elementor-widget-countdown .elementor-countdown-expire--message{display:none;padding:20px;text-align:center}.elementor-widget-countdown .elementor-countdown-wrapper{flex-direction:row}.elementor-widget-countdown .elementor-countdown-item{padding:20px 0;text-align:center;color:#fff}.elementor-widget-countdown .elementor-countdown-digits,.elementor-widget-countdown .elementor-countdown-label{line-height:1}.elementor-widget-countdown .elementor-countdown-digits{font-size:69px}.elementor-widget-countdown .elementor-countdown-label{font-size:19px}.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-wrapper{display:flex;justify-content:center;margin-right:auto;margin-left:auto}.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-digits,.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-label{display:block}.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-item{flex-basis:0;flex-grow:1}.elementor-widget-countdown.elementor-countdown--label-inline{text-align:center}.elementor-widget-countdown.elementor-countdown--label-inline .elementor-countdown-item{display:inline-block;padding-left:5px;padding-right:5px}.elementor-slides .swiper-slide-bg{background-size:cover;background-position:50%;background-repeat:no-repeat;min-width:100%;min-height:100%}.elementor-slides .swiper-slide-inner{background-repeat:no-repeat;background-position:50%;position:absolute;top:0;left:0;bottom:0;right:0;padding:50px;margin:auto}.elementor-slides .swiper-slide-inner,.elementor-slides .swiper-slide-inner:hover{color:#fff;display:flex}.elementor-slides .swiper-slide-inner .elementor-background-overlay{position:absolute;z-index:0;top:0;bottom:0;left:0;right:0}.elementor-slides .swiper-slide-inner .elementor-slide-content{position:relative;z-index:1;width:100%}.elementor-slides .swiper-slide-inner .elementor-slide-heading{font-size:35px;font-weight:700;line-height:1}.elementor-slides .swiper-slide-inner .elementor-slide-description{font-size:17px;line-height:1.4}.elementor-slides .swiper-slide-inner .elementor-slide-description:not(:last-child),.elementor-slides .swiper-slide-inner .elementor-slide-heading:not(:last-child){margin-bottom:30px}.elementor-slides .swiper-slide-inner .elementor-slide-button{border:2px solid #fff;color:#fff;background:transparent;display:inline-block}.elementor-slides .swiper-slide-inner .elementor-slide-button,.elementor-slides .swiper-slide-inner .elementor-slide-button:hover{background:transparent;color:inherit;text-decoration:none}.elementor--v-position-top .swiper-slide-inner{align-items:flex-start}.elementor--v-position-bottom .swiper-slide-inner{align-items:flex-end}.elementor--v-position-middle .swiper-slide-inner{align-items:center}.elementor--h-position-left .swiper-slide-inner{justify-content:flex-start}.elementor--h-position-right .swiper-slide-inner{justify-content:flex-end}.elementor--h-position-center .swiper-slide-inner{justify-content:center}body.rtl .elementor-widget-slides .elementor-swiper-button-next{left:10px;right:auto}body.rtl .elementor-widget-slides .elementor-swiper-button-prev{right:10px;left:auto}.elementor-slides-wrapper div:not(.swiper-slide)>.swiper-slide-inner{display:none}@media (max-width:767px){.elementor-slides .swiper-slide-inner{padding:30px}.elementor-slides .swiper-slide-inner .elementor-slide-heading{font-size:23px;line-height:1;margin-bottom:15px}.elementor-slides .swiper-slide-inner .elementor-slide-description{font-size:13px;line-height:1.4;margin-bottom:15px}}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn{background-color:var(--e-share-buttons-primary-color,#ea4335)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn__icon,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn__text,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn__icon,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn__text{color:var(--e-share-buttons-secondary-color,#fff)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn__icon svg,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn__text svg,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn__icon svg,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn__text svg{fill:var(--e-share-buttons-secondary-color,#fff)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed .elementor-share-btn,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn{color:var(--e-share-buttons-primary-color,#ea4335);border-color:var(--e-share-buttons-primary-color,#ea4335)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn__icon,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn__icon{background-color:var(--e-share-buttons-primary-color,#ea4335);color:var(--e-share-buttons-secondary-color,#fff)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn__icon svg,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn__icon svg{fill:var(--e-share-buttons-secondary-color,#fff)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed .elementor-share-btn__icon{color:var(--e-share-buttons-primary-color,#ea4335)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed .elementor-share-btn__icon svg{fill:var(--e-share-buttons-primary-color,#ea4335)}.elementor-share-buttons--color-official .elementor-share-btn:hover{filter:saturate(1.5) brightness(1.2)}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_digg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_digg{background-color:#005be2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_email,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_email{background-color:#ea4335}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_print,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_print{background-color:#aaa}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_facebook,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_facebook{background-color:#3b5998}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_google,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_google{background-color:#dd4b39}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_pocket,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_pocket{background-color:#ef3f56}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_linkedin,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_linkedin{background-color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_odnoklassniki,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_odnoklassniki{background-color:#f4731c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_pinterest,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_pinterest{background-color:#bd081c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_reddit,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_reddit{background-color:#ff4500}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_skype,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_skype{background-color:#00aff0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_slideshare,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_slideshare{background-color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_snapchat,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_snapchat{background-color:#fffc00}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_stumbleupon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_stumbleupon{background-color:#eb4924}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_mix,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_mix{background-color:#f3782b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_tumblr,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_tumblr{background-color:#35465c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_twitch,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_twitch{background-color:#6441a5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_telegram,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_telegram{background-color:#2ca5e0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_threads,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_threads{background-color:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_twitter,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_twitter{background-color:#1da1f2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_vimeo,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_vimeo{background-color:#1ab7ea}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_vk,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_vk{background-color:#45668e}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_whatsapp,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_whatsapp{background-color:#25d366}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_wordpress,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_wordpress{background-color:#21759b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_x-twitter,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_x-twitter{background-color:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_xing,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_xing{background-color:#026466}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_digg{color:#005be2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_digg svg{fill:#005be2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_email{color:#ea4335}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_email svg{fill:#ea4335}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_print{color:#aaa}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_print svg{fill:#aaa}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_facebook{color:#3b5998}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_facebook svg{fill:#3b5998}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_google{color:#dd4b39}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_google svg{fill:#dd4b39}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pocket{color:#ef3f56}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pocket svg{fill:#ef3f56}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_linkedin{color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_linkedin svg{fill:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_odnoklassniki{color:#f4731c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_odnoklassniki svg{fill:#f4731c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pinterest{color:#bd081c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pinterest svg{fill:#bd081c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_reddit{color:#ff4500}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_reddit svg{fill:#ff4500}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_skype{color:#00aff0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_skype svg{fill:#00aff0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_slideshare{color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_slideshare svg{fill:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_snapchat{color:#fffc00}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_snapchat svg{fill:#fffc00}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_stumbleupon{color:#eb4924}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_stumbleupon svg{fill:#eb4924}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_mix{color:#f3782b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_mix svg{fill:#f3782b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_tumblr{color:#35465c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_tumblr svg{fill:#35465c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitch{color:#6441a5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitch svg{fill:#6441a5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_telegram{color:#2ca5e0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_telegram svg{fill:#2ca5e0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_threads,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_threads{color:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_threads svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_threads svg{fill:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitter{color:#1da1f2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitter svg{fill:#1da1f2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vimeo{color:#1ab7ea}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vimeo svg{fill:#1ab7ea}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vk{color:#45668e}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vk svg{fill:#45668e}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_whatsapp{color:#25d366}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_whatsapp svg{fill:#25d366}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_wordpress{color:#21759b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_wordpress svg{fill:#21759b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_x-twitter,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_x-twitter{color:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_x-twitter svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_x-twitter svg{fill:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_xing{color:#026466}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_xing svg{fill:#026466}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_digg .elementor-share-btn__icon{background-color:#005be2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_email .elementor-share-btn__icon{background-color:#ea4335}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_print .elementor-share-btn__icon{background-color:#aaa}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_facebook .elementor-share-btn__icon{background-color:#3b5998}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_google .elementor-share-btn__icon{background-color:#dd4b39}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_pocket .elementor-share-btn__icon{background-color:#ef3f56}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_linkedin .elementor-share-btn__icon{background-color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_odnoklassniki .elementor-share-btn__icon{background-color:#f4731c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_pinterest .elementor-share-btn__icon{background-color:#bd081c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_reddit .elementor-share-btn__icon{background-color:#ff4500}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_skype .elementor-share-btn__icon{background-color:#00aff0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_slideshare .elementor-share-btn__icon{background-color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_snapchat .elementor-share-btn__icon{background-color:#fffc00}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_stumbleupon .elementor-share-btn__icon{background-color:#eb4924}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_mix .elementor-share-btn__icon{background-color:#f3782b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_tumblr .elementor-share-btn__icon{background-color:#35465c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_twitch .elementor-share-btn__icon{background-color:#6441a5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_telegram .elementor-share-btn__icon{background-color:#2ca5e0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_threads .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_threads .elementor-share-btn__icon{background-color:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_twitter .elementor-share-btn__icon{background-color:#1da1f2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_vimeo .elementor-share-btn__icon{background-color:#1ab7ea}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_vk .elementor-share-btn__icon{background-color:#45668e}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_whatsapp .elementor-share-btn__icon{background-color:#25d366}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_wordpress .elementor-share-btn__icon{background-color:#21759b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_x-twitter .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_x-twitter .elementor-share-btn__icon{background-color:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_xing .elementor-share-btn__icon{background-color:#026466}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn .elementor-share-btn__icon{color:var(--e-share-buttons-icon-color,#fff)}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn .elementor-share-btn__icon svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn .elementor-share-btn__icon svg{fill:var(--e-share-buttons-icon-color,#fff)}.elementor-share-buttons--skin-boxed .elementor-share-btn__icon,.elementor-share-buttons--skin-framed .elementor-share-btn__icon{margin-inline-start:-.2em}.elementor-share-buttons--skin-boxed .elementor-share-btn,.elementor-share-buttons--skin-framed .elementor-share-btn{border-style:solid}.elementor-share-buttons--skin-gradient .elementor-share-btn__text,.elementor-share-buttons--skin-gradient.elementor-share-buttons--view-icon .elementor-share-btn__icon{background-image:linear-gradient(90deg,rgba(0,0,0,.12),transparent)}.elementor-share-buttons--skin-boxed .elementor-share-btn__text,.elementor-share-buttons--skin-gradient .elementor-share-btn__text,.elementor-share-buttons--skin-minimal .elementor-share-btn__text{padding-inline-start:.9em}.elementor-share-buttons--skin-flat .elementor-share-btn,.elementor-share-buttons--skin-gradient .elementor-share-btn{background-color:var(--e-share-buttons-primary-color,#ea4335)}.elementor-share-buttons--skin-flat .elementor-share-btn__icon,.elementor-share-buttons--skin-flat .elementor-share-btn__text,.elementor-share-buttons--skin-gradient .elementor-share-btn__icon,.elementor-share-buttons--skin-gradient .elementor-share-btn__text{color:var(--e-share-buttons-secondary-color,#fff)}.elementor-share-buttons--skin-flat .elementor-share-btn__icon svg,.elementor-share-buttons--skin-flat .elementor-share-btn__text svg,.elementor-share-buttons--skin-gradient .elementor-share-btn__icon svg,.elementor-share-buttons--skin-gradient .elementor-share-btn__text svg{fill:var(--e-share-buttons-secondary-color,#fff)}.elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-rounded .elementor-share-btn__icon{border-radius:.5em}.elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-circle .elementor-share-btn__icon{border-radius:99.9em}.elementor-share-buttons--view-text .elementor-share-btn__text{padding-inline-start:1em}.elementor-share-buttons--view-icon .elementor-share-btn,.elementor-share-buttons--view-text .elementor-share-btn{justify-content:center}.elementor-share-buttons--view-icon .elementor-share-btn__icon,.elementor-share-buttons--view-icon .elementor-share-btn__text,.elementor-share-buttons--view-text .elementor-share-btn__icon,.elementor-share-buttons--view-text .elementor-share-btn__text{flex-grow:1;justify-content:center}.elementor-share-buttons--shape-rounded .elementor-share-btn{border-radius:.5em}.elementor-share-buttons--shape-circle .elementor-share-btn{border-radius:99.9em}.elementor-share-btn{overflow:hidden;font-size:10px;display:flex;align-items:center;justify-content:flex-start;transition-duration:.2s;transition-property:filter,background-color,border-color;height:4.5em;cursor:pointer}.elementor-share-btn__icon,.elementor-share-btn__text{transition-property:color,background-color;transition-duration:.2s}.elementor-share-btn__icon{display:flex;align-self:stretch;justify-content:center;align-items:center;width:4.5em;position:relative}.elementor-share-btn__icon i{font-size:var(--e-share-buttons-icon-size,1.7em)}.elementor-share-btn__icon svg{width:var(--e-share-buttons-icon-size,1.7em);height:var(--e-share-buttons-icon-size,1.7em)}.elementor-share-btn__text{font-size:1.5em;padding-inline-end:1em;align-self:stretch;flex-grow:1;align-items:center;display:flex;font-weight:100}.elementor-share-btn__title{font-weight:700;flex-shrink:0}.elementor-widget-share-buttons{text-align:var(--alignment,inherit);-moz-text-align-last:var(--alignment,inherit);text-align-last:var(--alignment,inherit)}.elementor-widget-share-buttons.elementor-grid-0 .elementor-widget-container{font-size:0}.elementor-skin-carousel .elementor-main-swiper,.elementor-skin-coverflow .elementor-main-swiper{height:230px}.elementor-skin-slideshow .elementor-main-swiper{height:450px;position:relative}.elementor-skin-slideshow .elementor-thumbnails-swiper .elementor-custom-embed-play i{font-size:50px}.elementor-skin-slideshow .elementor-thumbnails-swiper .swiper-slide{cursor:pointer}.elementor-skin-slideshow .elementor-thumbnails-swiper .swiper-slide:not(.swiper-slide-active):after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.3)}.elementor-carousel-image{background:no-repeat 50%;background-size:cover;height:100%;position:relative}.elementor-carousel-image-overlay{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;text-align:center;width:100%;height:100%;padding:20px;color:var(--e-carousel-image-overlay-color,#fff);background-color:rgba(105,114,125,.8);transition:transform .5s,opacity .5s}.elementor-carousel-image-overlay i{font-size:var(--e-carousel-image-overlay-icon-size,21px)}.elementor-carousel-image-overlay svg{fill:var(--e-carousel-image-overlay-color,#fff);width:var(--e-carousel-image-overlay-icon-size,21px);height:var(--e-carousel-image-overlay-icon-size,21px)}.elementor-testimonial__image{flex-shrink:0}.elementor-testimonial__image img{border-radius:999px;box-sizing:content-box;-o-object-fit:cover;object-fit:cover}.elementor-testimonial__footer,.elementor-testimonial__header{display:flex}.elementor-testimonial__footer cite,.elementor-testimonial__header cite{display:flex;flex-direction:column;font-style:normal;font-size:14px;line-height:1.5}.elementor-testimonial__name{font-weight:700}.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{align-items:center}.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-start:20px}.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__footer,.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__footer{flex-direction:row-reverse}.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__image+cite,.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__image+cite{margin-inline-end:20px;margin-inline-start:0}.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__footer,.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__footer{flex-direction:row}.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__image+cite,.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__image+cite{margin-inline-end:0;margin-inline-start:20px}.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{margin-top:25px}.elementor-testimonial--layout-image_above .elementor-testimonial{display:flex;flex-direction:column-reverse}.elementor-testimonial--layout-image_above .elementor-testimonial__footer{margin-bottom:25px}.elementor-testimonial--layout-image_stacked .elementor-testimonial__footer{margin-top:25px;flex-wrap:wrap}.elementor-testimonial--layout-image_stacked .elementor-testimonial__image,.elementor-testimonial--layout-image_stacked .elementor-testimonial cite{margin-top:15px;width:100%}.elementor-testimonial--layout-image_left .elementor-testimonial,.elementor-testimonial--layout-image_right .elementor-testimonial{display:flex;align-items:stretch}.elementor-testimonial--layout-image_left .elementor-testimonial__footer,.elementor-testimonial--layout-image_right .elementor-testimonial__footer{flex-shrink:0;flex-direction:column;text-align:center}.elementor-testimonial--layout-image_left .elementor-testimonial__image+cite,.elementor-testimonial--layout-image_right .elementor-testimonial__image+cite{margin-top:15px}.elementor-testimonial--layout-image_left.elementor-testimonial--align-center .elementor-testimonial__footer,.elementor-testimonial--layout-image_right.elementor-testimonial--align-center .elementor-testimonial__footer{justify-content:flex-start}.elementor-testimonial--layout-image_left .elementor-testimonial{flex-direction:row-reverse}.elementor-testimonial--layout-image_left .elementor-testimonial__footer{padding-inline-end:20px}.elementor-testimonial--layout-image_right .elementor-testimonial{flex-direction:row}.elementor-testimonial--layout-image_right .elementor-testimonial__footer{padding-inline-start:20px}.elementor-testimonial--align-right .elementor-testimonial{text-align:right}.elementor-testimonial--align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row-reverse;justify-content:end}.elementor-testimonial--align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:20px;margin-inline-start:0}.elementor-testimonial--align-left .elementor-testimonial{text-align:left}.elementor-testimonial--align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row;justify-content:start}.elementor-testimonial--align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:0;margin-inline-start:20px}.elementor-testimonial--align-center .elementor-testimonial{text-align:center}.elementor-testimonial--align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{justify-content:center}.elementor-testimonial--align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{text-align:start}.elementor-testimonial--skin-default.elementor-testimonial--layout-image_above .elementor-testimonial__cite,.elementor-testimonial--skin-default.elementor-testimonial--layout-image_left .elementor-testimonial__cite,.elementor-testimonial--skin-default.elementor-testimonial--layout-image_right .elementor-testimonial__cite{width:100%;display:flex;flex-direction:column;margin-top:25px}.elementor-testimonial--skin-bubble .elementor-testimonial__content{background-color:#f9fafa;padding:20px;position:relative}.elementor-testimonial--skin-bubble .elementor-testimonial__content:after{content:"";display:block;width:14px;height:14px;background-color:#f9fafa;position:absolute;transform:scaleX(.75) rotate(45deg);border-width:0;box-sizing:content-box}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above .elementor-testimonial__content:after{bottom:calc(100% - 7px);transform:scaleX(.75) rotate(-135deg)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-center .elementor-testimonial__content:after{left:50%;transform:translateX(-50%) scaleX(.75) rotate(-135deg)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked .elementor-testimonial__content:after{top:calc(100% - 7px)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-center .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-center .elementor-testimonial__content:after{left:50%;transform:translateX(-50%) scaleX(.75) rotate(45deg)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-left .elementor-testimonial__content:after{left:calc(20px + 50px / 2)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-right .elementor-testimonial__content:after{right:calc(20px + 50px / 2)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__content:after{transform:scaleY(.75) rotate(135deg);left:-8px}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__content:after{transform:scaleY(.75) rotate(-45deg);right:-8px}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__content:after{top:calc(20px + 50px / 2)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__footer,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__footer{padding-top:20px}@media (min-width:-1){.elementor-testimonial--widescreen-align-right .elementor-testimonial{text-align:right}.elementor-testimonial--widescreen-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--widescreen-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row-reverse;justify-content:end}.elementor-testimonial--widescreen-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--widescreen-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:20px;margin-inline-start:0}.elementor-testimonial--widescreen-align-left .elementor-testimonial{text-align:left}.elementor-testimonial--widescreen-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--widescreen-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row;justify-content:start}.elementor-testimonial--widescreen-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--widescreen-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:0;margin-inline-start:20px}.elementor-testimonial--widescreen-align-center .elementor-testimonial{text-align:center}.elementor-testimonial--widescreen-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--widescreen-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{justify-content:center}.elementor-testimonial--widescreen-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{text-align:start}}@media (max-width:-1){.elementor-testimonial--laptop-align-right .elementor-testimonial{text-align:right}.elementor-testimonial--laptop-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--laptop-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row-reverse;justify-content:end}.elementor-testimonial--laptop-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--laptop-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:20px;margin-inline-start:0}.elementor-testimonial--laptop-align-left .elementor-testimonial{text-align:left}.elementor-testimonial--laptop-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--laptop-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row;justify-content:start}.elementor-testimonial--laptop-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--laptop-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:0;margin-inline-start:20px}.elementor-testimonial--laptop-align-center .elementor-testimonial{text-align:center}.elementor-testimonial--laptop-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--laptop-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{justify-content:center}.elementor-testimonial--laptop-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{text-align:start}}@media (max-width:-1){.elementor-testimonial--tablet_extra-align-right .elementor-testimonial{text-align:right}.elementor-testimonial--tablet_extra-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--tablet_extra-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row-reverse;justify-content:end}.elementor-testimonial--tablet_extra-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--tablet_extra-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:20px;margin-inline-start:0}.elementor-testimonial--tablet_extra-align-left .elementor-testimonial{text-align:left}.elementor-testimonial--tablet_extra-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--tablet_extra-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row;justify-content:start}.elementor-testimonial--tablet_extra-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--tablet_extra-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:0;margin-inline-start:20px}.elementor-testimonial--tablet_extra-align-center .elementor-testimonial{text-align:center}.elementor-testimonial--tablet_extra-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--tablet_extra-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{justify-content:center}.elementor-testimonial--tablet_extra-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{text-align:start}}@media (max-width:1024px){.elementor-testimonial--tablet-align-right .elementor-testimonial{text-align:right}.elementor-testimonial--tablet-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--tablet-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row-reverse;justify-content:end}.elementor-testimonial--tablet-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--tablet-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:20px;margin-inline-start:0}.elementor-testimonial--tablet-align-left .elementor-testimonial{text-align:left}.elementor-testimonial--tablet-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--tablet-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row;justify-content:start}.elementor-testimonial--tablet-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--tablet-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:0;margin-inline-start:20px}.elementor-testimonial--tablet-align-center .elementor-testimonial{text-align:center}.elementor-testimonial--tablet-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--tablet-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{justify-content:center}.elementor-testimonial--tablet-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{text-align:start}}@media (max-width:-1){.elementor-testimonial--mobile_extra-align-right .elementor-testimonial{text-align:right}.elementor-testimonial--mobile_extra-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--mobile_extra-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row-reverse;justify-content:end}.elementor-testimonial--mobile_extra-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--mobile_extra-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:20px;margin-inline-start:0}.elementor-testimonial--mobile_extra-align-left .elementor-testimonial{text-align:left}.elementor-testimonial--mobile_extra-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--mobile_extra-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row;justify-content:start}.elementor-testimonial--mobile_extra-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--mobile_extra-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:0;margin-inline-start:20px}.elementor-testimonial--mobile_extra-align-center .elementor-testimonial{text-align:center}.elementor-testimonial--mobile_extra-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--mobile_extra-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{justify-content:center}.elementor-testimonial--mobile_extra-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{text-align:start}}@media (max-width:767px){.elementor-testimonial--mobile-align-right .elementor-testimonial{text-align:right}.elementor-testimonial--mobile-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--mobile-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row-reverse;justify-content:end}.elementor-testimonial--mobile-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--mobile-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:20px;margin-inline-start:0}.elementor-testimonial--mobile-align-left .elementor-testimonial{text-align:left}.elementor-testimonial--mobile-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--mobile-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row;justify-content:start}.elementor-testimonial--mobile-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--mobile-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:0;margin-inline-start:20px}.elementor-testimonial--mobile-align-center .elementor-testimonial{text-align:center}.elementor-testimonial--mobile-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--mobile-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{justify-content:center}.elementor-testimonial--mobile-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{text-align:start}}.elementor-widget-testimonial-carousel .swiper-slide{padding:20px}.elementor-widget-testimonial-carousel .elementor-testimonial__text{font-size:1.3em;font-style:italic;line-height:1.5}.elementor-widget-testimonial-carousel .elementor-testimonial__image img{width:50px;height:50px}.elementor-widget-reviews .swiper-slide{background-color:#fff;border:1px solid #e1e8ed;border-radius:5px;padding:0}.elementor-widget-reviews .elementor-testimonial__text{font-size:14px;line-height:20px}.elementor-widget-reviews .elementor-testimonial__name{color:#1c2022}.elementor-widget-reviews .elementor-testimonial__title{color:#697882;font-size:12.5px;font-weight:400;font-family:inherit}.elementor-widget-reviews .elementor-testimonial__image{display:flex}.elementor-widget-reviews .elementor-testimonial__image img{width:36px;height:36px}.elementor-widget-reviews .elementor-testimonial__icon{margin-inline-start:auto;font-size:17px}.elementor-widget-reviews .elementor-testimonial__icon .fa+.fa{margin-inline-start:.15em}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon{color:var(--e-testimonial-icon-color)}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-android{--e-testimonial-icon-color:#a4c639}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-apple{--e-testimonial-icon-color:#999}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-behance{--e-testimonial-icon-color:#1769ff}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-bitbucket{--e-testimonial-icon-color:#205081}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-codepen{--e-testimonial-icon-color:#000}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-delicious{--e-testimonial-icon-color:#39f}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-digg{--e-testimonial-icon-color:#005be2}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-dribbble{--e-testimonial-icon-color:#ea4c89}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-envelope{--e-testimonial-icon-color:#ea4335}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-facebook{--e-testimonial-icon-color:#3b5998}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-flickr{--e-testimonial-icon-color:#0063dc}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-foursquare{--e-testimonial-icon-color:#2d5be3}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-github{--e-testimonial-icon-color:#333}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-google-plus{--e-testimonial-icon-color:#dd4b39}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-houzz{--e-testimonial-icon-color:#7ac142}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-instagram{--e-testimonial-icon-color:#262626}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-jsfiddle{--e-testimonial-icon-color:#487aa2}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-linkedin{--e-testimonial-icon-color:#0077b5}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-medium{--e-testimonial-icon-color:#00ab6b}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-meetup{--e-testimonial-icon-color:#ec1c40}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-mixcloud{--e-testimonial-icon-color:#273a4b}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-odnoklassniki{--e-testimonial-icon-color:#f4731c}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-pinterest{--e-testimonial-icon-color:#bd081c}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-product-hunt{--e-testimonial-icon-color:#da552f}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-reddit{--e-testimonial-icon-color:#ff4500}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-rss{--e-testimonial-icon-color:#f26522}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-shopping-cart{--e-testimonial-icon-color:#4caf50}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-skype{--e-testimonial-icon-color:#00aff0}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-slideshare{--e-testimonial-icon-color:#0077b5}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-snapchat{--e-testimonial-icon-color:#fffc00}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-soundcloud{--e-testimonial-icon-color:#f80}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-spotify{--e-testimonial-icon-color:#2ebd59}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-stack-overflow{--e-testimonial-icon-color:#fe7a15}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-steam{--e-testimonial-icon-color:#00adee}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-stumbleupon{--e-testimonial-icon-color:#eb4924}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-telegram{--e-testimonial-icon-color:#2ca5e0}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-thumb-tack,.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-thumbtack{--e-testimonial-icon-color:#1aa1d8}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-threads{--e-testimonial-icon-color:#000}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-tripadvisor{--e-testimonial-icon-color:#589442}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-tumblr{--e-testimonial-icon-color:#35465c}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-twitch{--e-testimonial-icon-color:#6441a5}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-twitter{--e-testimonial-icon-color:#1da1f2}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-vimeo{--e-testimonial-icon-color:#1ab7ea}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-vk{--e-testimonial-icon-color:#45668e}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-weibo{--e-testimonial-icon-color:#dd2430}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-weixin{--e-testimonial-icon-color:#31a918}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-whatsapp{--e-testimonial-icon-color:#25d366}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-wordpress{--e-testimonial-icon-color:#21759b}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-x{--e-testimonial-icon-color:#000}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-xing{--e-testimonial-icon-color:#026466}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-yelp{--e-testimonial-icon-color:#af0606}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-youtube{--e-testimonial-icon-color:#cd201f}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-500px{--e-testimonial-icon-color:#0099e5}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon svg{fill:var(--e-testimonial-icon-color)}.elementor-widget-reviews .elementor-testimonial__rating{background-image:linear-gradient(90deg,#ffc82c var(--rating),#ccc var(--rating));font-family:eicons}.elementor-widget-reviews .elementor-testimonial__header{display:flex;padding-block-start:15px;padding-block-end:6px}.elementor-widget-reviews .elementor-testimonial__image+cite{margin-inline-start:9px}.elementor-widget-reviews .elementor-testimonial__separator{margin:0 auto;border-block-start:0 none;border-block-end:1px solid #e1e8ed;height:0}.elementor-widget-reviews .elementor-testimonial__content{padding-block-start:6px;padding-block-end:15px}.elementor-widget-reviews .elementor-testimonial__content,.elementor-widget-reviews .elementor-testimonial__header{padding-inline-start:15px;padding-inline-end:15px}.elementor-widget-reviews.elementor-review--has-separator .elementor-testimonial__header{border-block-end:1px solid #e1e8ed}.swiper-pagination-bullets{color:#fff;cursor:default}.swiper-slide{will-change:transform;border-style:solid;border-width:0;transition-duration:.5s;transition-property:border,background,transform;overflow:hidden}.swiper-slide:not(:hover) .e-overlay-animation-fade{opacity:0}.swiper-slide:not(:hover) .e-overlay-animation-slide-up{transform:translateY(100%)}.swiper-slide:not(:hover) .e-overlay-animation-slide-down{transform:translateY(-100%)}.swiper-slide:not(:hover) .e-overlay-animation-slide-right{transform:translateX(-100%)}.swiper-slide:not(:hover) .e-overlay-animation-slide-left{transform:translateX(100%)}.swiper-slide:not(:hover) .e-overlay-animation-zoom-in{transform:scale(.5);opacity:0}.swiper-slide a{display:inline}.swiper-slide a.elementor-button{display:inline-block}.elementor-widget-reviews .elementor-arrows-yes .elementor-main-swiper,.elementor-widget-testimonial-carousel .elementor-arrows-yes .elementor-main-swiper{width:calc(95% - 40px)}.elementor-widget-reviews .elementor-main-swiper,.elementor-widget-testimonial-carousel .elementor-main-swiper{width:95%}.elementor-widget-reviews .swiper-wrapper,.elementor-widget-testimonial-carousel .swiper-wrapper{display:flex;align-items:stretch}.elementor-widget-reviews .swiper-slide,.elementor-widget-testimonial-carousel .swiper-slide{height:auto}.elementor-widget-reviews.elementor-pagination-type-bullets .swiper,.elementor-widget-reviews.elementor-pagination-type-bullets .swiper-container,.elementor-widget-reviews.elementor-pagination-type-fraction .swiper,.elementor-widget-reviews.elementor-pagination-type-fraction .swiper-container,.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper,.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper-container,.elementor-widget-testimonial-carousel.elementor-pagination-type-fraction .swiper,.elementor-widget-testimonial-carousel.elementor-pagination-type-fraction .swiper-container{padding-bottom:40px}.elementor-widget-reviews .elementor-swiper-button-prev,.elementor-widget-reviews .swiper-container-rtl .elementor-swiper-button-next,.elementor-widget-reviews .swiper-rtl .elementor-swiper-button-next,.elementor-widget-testimonial-carousel .elementor-swiper-button-prev,.elementor-widget-testimonial-carousel .swiper-container-rtl .elementor-swiper-button-next,.elementor-widget-testimonial-carousel .swiper-rtl .elementor-swiper-button-next{left:0;right:unset}.elementor-widget-reviews .elementor-swiper-button-next,.elementor-widget-reviews .swiper-container-rtl .elementor-swiper-button-prev,.elementor-widget-reviews .swiper-rtl .elementor-swiper-button-prev,.elementor-widget-testimonial-carousel .elementor-swiper-button-next,.elementor-widget-testimonial-carousel .swiper-container-rtl .elementor-swiper-button-prev,.elementor-widget-testimonial-carousel .swiper-rtl .elementor-swiper-button-prev{right:0;left:unset}.elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-next,.elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-prev,.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-next,.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev{top:calc(50% - 40px / 2)}.elementor-widget-media-carousel .elementor-swiper-button-prev,.elementor-widget-media-carousel .swiper-container-rtl .elementor-swiper-button-next,.elementor-widget-media-carousel .swiper-rtl .elementor-swiper-button-next{left:10px;right:unset}.elementor-widget-media-carousel .elementor-swiper-button-next,.elementor-widget-media-carousel .swiper-container-rtl .elementor-swiper-button-prev,.elementor-widget-media-carousel .swiper-rtl .elementor-swiper-button-prev{right:10px;left:unset}.entry-content blockquote.elementor-blockquote:not(.alignright):not(.alignleft),.entry-summary blockquote.elementor-blockquote{margin-right:0;margin-left:0}.elementor-widget-blockquote blockquote{margin:0;padding:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;quotes:none;border:0;font-style:normal;color:#3f444b}.elementor-widget-blockquote blockquote .e-q-footer:after,.elementor-widget-blockquote blockquote .e-q-footer:before,.elementor-widget-blockquote blockquote:after,.elementor-widget-blockquote blockquote:before,.elementor-widget-blockquote blockquote cite:after,.elementor-widget-blockquote blockquote cite:before{content:none}.elementor-blockquote{transition:.3s}.elementor-blockquote__author,.elementor-blockquote__content{margin-bottom:0;font-style:normal}.elementor-blockquote__author{font-weight:700}.elementor-blockquote .e-q-footer{margin-top:12px;display:flex;justify-content:space-between}.elementor-blockquote__tweet-button{display:flex;transition:.3s;color:#1da1f2;align-self:flex-end;line-height:1;position:relative;width:-moz-max-content;width:max-content}.elementor-blockquote__tweet-button:hover{color:#0967a0}.elementor-blockquote__tweet-button span{font-weight:600}.elementor-blockquote__tweet-button i,.elementor-blockquote__tweet-button span{vertical-align:middle}.elementor-blockquote__tweet-button i+span,.elementor-blockquote__tweet-button svg+span{margin-inline-start:.5em}.elementor-blockquote__tweet-button svg{fill:#1da1f2;height:1em;width:1em}.elementor-blockquote__tweet-label{white-space:pre-wrap}.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button,.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button{padding:.7em 1.2em;border-radius:100em;background-color:#1da1f2;color:#fff;font-size:15px}.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:hover,.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button:hover{background-color:#0967a0;color:#fff}.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:hover:before,.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button:hover:before{border-inline-end-color:#0967a0}.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button svg,.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button svg{fill:#fff;height:1em;width:1em}.elementor-blockquote--button-skin-bubble.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button,.elementor-blockquote--button-skin-classic.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button{padding:0;width:2em;height:2em}.elementor-blockquote--button-skin-bubble.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button i,.elementor-blockquote--button-skin-classic.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button i{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:before{content:"";border:.5em solid transparent;border-inline-end-color:#1da1f2;position:absolute;left:-.8em;top:50%;transform:translateY(-50%) scaleY(.65);transition:.3s}.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-left .elementor-blockquote__tweet-button:before{right:auto;left:-.8em;border-right-color:#1da1f2;border-left-color:transparent}.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-left .elementor-blockquote__tweet-button:hover:before{border-right-color:#0967a0}.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-right .elementor-blockquote__tweet-button:before{left:auto;right:-.8em;border-right-color:transparent;border-left-color:#1da1f2}.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-right .elementor-blockquote__tweet-button:hover:before{border-left-color:#0967a0}.elementor-blockquote--skin-boxed .elementor-blockquote{background-color:#f9fafa;padding:30px}.elementor-blockquote--skin-border .elementor-blockquote{border-color:#f9fafa;border-style:solid;border-inline-start-width:7px;padding-inline-start:20px}.elementor-blockquote--skin-quotation .elementor-blockquote:before{content:"“";font-size:100px;color:#f9fafa;font-family:Times New Roman,Times,serif;font-weight:900;line-height:1;display:block;height:.6em}.elementor-blockquote--skin-quotation .elementor-blockquote__content{margin-top:15px}.elementor-blockquote--align-left .elementor-blockquote__content{text-align:left}.elementor-blockquote--align-left .elementor-blockquote .e-q-footer{flex-direction:row}.elementor-blockquote--align-right .elementor-blockquote__content{text-align:right}.elementor-blockquote--align-right .elementor-blockquote .e-q-footer{flex-direction:row-reverse}.elementor-blockquote--align-center .elementor-blockquote{text-align:center}.elementor-blockquote--align-center .elementor-blockquote .e-q-footer,.elementor-blockquote--align-center .elementor-blockquote__author{display:block}.elementor-blockquote--align-center .elementor-blockquote__tweet-button{margin-right:auto;margin-left:auto}.elementor-headline{font-size:43px;line-height:1.2;display:block}.elementor-headline-dynamic-text{color:var(--dynamic-text-color,#aebcb9)}.elementor-headline--style-rotate .elementor-headline-dynamic-wrapper{text-align:start}.elementor-headline--style-highlight .elementor-headline-dynamic-wrapper{overflow:visible;text-align:inherit}.elementor-headline--style-highlight .elementor-headline-dynamic-text{z-index:1}.elementor-headline--style-highlight .elementor-headline-plain-text{z-index:1;position:relative}.elementor-headline--style-highlight svg{position:absolute;top:50%;left:50%;width:calc(100% + 20px);height:calc(100% + 20px);transform:translate(-50%,-50%);overflow:visible}.elementor-headline--style-highlight svg path{stroke:red;stroke-width:9;fill:none;opacity:0;stroke-dasharray:0 1500;transition:.3s}.elementor-headline.e-animated svg path{animation:elementor-headline-dash forwards;animation-duration:var(--animation-duration,1.2s);animation-iteration-count:1}.elementor-headline.e-animated svg path:nth-of-type(2){animation-delay:calc(var(--animation-duration, 1.2s) / 2)}.elementor-headline.e-hide-highlight svg path{opacity:1;stroke-dasharray:1500 1500;animation:hide-highlight .4s forwards;animation-iteration-count:1}@keyframes elementor-headline-dash{0%{stroke-dasharray:0 1500;opacity:1}to{stroke-dasharray:1500 1500;opacity:1}}@keyframes hide-highlight{0%{opacity:1;stroke-dasharray:1500 1500}to{opacity:0;filter:blur(10px)}}.elementor-headline-text-wrapper{vertical-align:bottom}.elementor-headline-dynamic-wrapper{display:inline-block;position:relative}.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text{display:inline-block;position:absolute;top:0;left:0}.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text.elementor-headline-text-active{position:relative}.elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper{perspective:300px}.elementor-headline-animation-type-flip .elementor-headline-dynamic-text{opacity:0;transform-origin:50% 100%;transform:rotateX(180deg)}.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-active{opacity:1;transform:rotateX(0deg);animation:elementor-headline-flip-in 1.2s}.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-inactive{transform:rotateX(180deg);animation:elementor-headline-flip-out 1.2s}@keyframes elementor-headline-flip-in{0%{transform:rotateX(180deg);opacity:0}35%{transform:rotateX(120deg);opacity:0}65%{opacity:0}to{transform:rotateX(1turn);opacity:1}}@keyframes elementor-headline-flip-out{0%{transform:rotateX(0deg);opacity:1}35%{transform:rotateX(-40deg);opacity:1}65%{opacity:0}to{transform:rotateX(180deg);opacity:0}}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper{vertical-align:top;overflow:hidden}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:after{content:"";position:absolute;left:auto;right:0;top:50%;transform:translateY(-50%);height:90%;width:1px;background-color:#0d0d0d}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:not(.elementor-headline-typing-selected):after{animation:elementor-headline-pulse 1s infinite}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected{background-color:var(--typing-selected-bg-color,#0d0d0d)}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected:after{visibility:hidden}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected .elementor-headline-dynamic-text{color:var(--typing-selected-color,var(--dynamic-text-color),#aebcb9)}.elementor-headline-animation-type-typing .elementor-headline-dynamic-text:not(.elementor-headline-text-active){visibility:hidden}.elementor-headline-animation-type-typing .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in){position:absolute;visibility:hidden}@keyframes elementor-headline-pulse{0%{transform:translateY(-50%) scale(1);opacity:1}40%{transform:translateY(-50%) scale(.9);opacity:0}to{transform:translateY(-50%) scale(0);opacity:0}}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper{perspective:300px}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter{display:inline-block;backface-visibility:hidden}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-text{transform:scaleX(1.0005);opacity:0}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter{transform-style:preserve-3d;transform:translateZ(-20px) rotateX(90deg);opacity:0}.elementor-headline-text-active .elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter{opacity:1}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter.elementor-headline-animation-in{animation:elementor-headline-swirl-in .4s forwards}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in){animation:elementor-headline-swirl-out .4s forwards}@keyframes elementor-headline-swirl-in{0%{opacity:0;transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;transform:translateZ(-20px) rotateX(-10deg)}to{opacity:1;transform:translateZ(-20px) rotateX(0deg)}}@keyframes elementor-headline-swirl-out{0%{opacity:1;transform:translateZ(-20px) rotateX(0)}60%{opacity:0;transform:translateZ(-20px) rotateX(-100deg)}to{opacity:0;transform:translateZ(-20px) rotateX(-90deg)}}.elementor-headline-animation-type-slide-down .elementor-headline-text-wrapper{display:inline-block;padding:.2em 0}.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-wrapper{overflow:hidden;vertical-align:top}.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text{opacity:0;top:.2em}.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-active{top:0;opacity:1;animation:elementor-headline-slide-down-in .6s}.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-inactive{animation:elementor-headline-slide-down-out .6s}@keyframes elementor-headline-slide-down-in{0%{opacity:0;transform:translateY(-100%)}60%{opacity:1;transform:translateY(20%)}to{opacity:1;transform:translateY(0)}}@keyframes elementor-headline-slide-down-out{0%{opacity:1;transform:translateY(0)}60%{opacity:0;transform:translateY(120%)}to{opacity:0;transform:translateY(100%)}}.elementor-headline-animation-type-clip .elementor-headline-text-wrapper{display:inline-block;padding:.2em 0}.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper{overflow:hidden;vertical-align:top}.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper:after{content:"";position:absolute;top:0;left:auto;right:0;width:2px;height:100%;background-color:#0d0d0d}.elementor-headline-animation-type-clip .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-clip .elementor-headline-dynamic-text.elementor-headline-text-active{opacity:1}.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper{perspective:300px}.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text.elementor-headline-text-active{opacity:1;animation:elementor-headline-drop-in-in .8s}.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text.elementor-headline-text-inactive{animation:elementor-headline-drop-in-out .8s}@keyframes elementor-headline-drop-in-in{0%{opacity:0;transform:translateZ(100px)}to{opacity:1;transform:translateZ(0)}}@keyframes elementor-headline-drop-in-out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translateZ(-100px)}}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper{perspective:300px}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter{display:inline-block;transform:rotateY(180deg);backface-visibility:hidden}.elementor-headline-text-active .elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter{transform:rotateY(0deg)}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter.elementor-headline-animation-in{animation:elementor-headline-blinds-in .6s forwards}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in){animation:elementor-headline-blinds-out .6s forwards}@keyframes elementor-headline-blinds-in{0%{transform:rotateY(180deg)}to{transform:rotateY(0deg)}}@keyframes elementor-headline-blinds-out{0%{transform:rotateY(0)}to{transform:rotateY(-180deg)}}.elementor-headline-animation-type-wave .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter{display:inline-block;opacity:0;transform:scale(0)}.elementor-headline-text-active .elementor-headline-animation-type-wave .elementor-headline-dynamic-letter{opacity:1}.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter.elementor-headline-animation-in{animation:elementor-headline-wave-up .6s forwards}.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in){animation:elementor-headline-wave-down .6s forwards}@keyframes elementor-headline-wave-up{0%{transform:scale(0);opacity:0}60%{transform:scale(1.2);opacity:1}to{transform:scale(1);opacity:1}}@keyframes elementor-headline-wave-down{0%{transform:scale(1);opacity:1}60%{transform:scale(0);opacity:0}}.elementor-headline-animation-type-slide .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-slide .elementor-headline-dynamic-text.elementor-headline-text-active{opacity:1;animation:elementor-headline-slide-in .6s}.elementor-headline-animation-type-slide .elementor-headline-dynamic-text.elementor-headline-text-inactive{animation:elementor-headline-slide-out .6s}@keyframes elementor-headline-slide-in{0%{opacity:0;transform:translateX(-100%)}60%{opacity:1;transform:translateX(10%)}to{opacity:1;transform:translateX(0)}}@keyframes elementor-headline-slide-out{0%{opacity:1;transform:translateX(0)}60%{opacity:0;transform:translateX(110%)}to{opacity:0;transform:translateX(100%)}}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-slide .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-wave .elementor-headline-dynamic-wrapper{transition:width .5s}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-wave .elementor-headline-dynamic-wrapper{overflow:hidden}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-text,.elementor-headline-animation-type-swirl .elementor-headline-dynamic-text,.elementor-headline-animation-type-wave .elementor-headline-dynamic-text{white-space:nowrap}.elementor-msie .elementor-headline--style-highlight svg{top:auto;left:auto;transform:translate(-100%)}@keyframes e-hotspot-soft-beat{0%{transform:scale(1)}to{transform:scale(1.1)}}@keyframes e-hotspot-expand{0%{transform:scale(.5);opacity:1}to{transform:scale(1.5);opacity:0}}.elementor-widget-hotspot{display:flex;justify-content:var(--background-align)}.elementor-widget-hotspot .elementor-widget-container{position:relative;display:inline-block;width:var(--container-width);max-width:var(--container-max-width);height:var(--container-height)}.elementor-widget-hotspot .elementor-widget-container>img{display:block;width:var(--image-width,auto);height:var(--container-height);opacity:var(--opacity,1)}.e-hotspot{z-index:1;display:flex;align-items:center;justify-content:center;position:absolute}.e-hotspot--position-left.e-hotspot--position-top{transform:translate(calc(-1 * var(--hotspot-translate-x)),calc(-1 * var(--hotspot-translate-y)))}.e-hotspot--position-left.e-hotspot--position-bottom{transform:translate(calc(-1 * var(--hotspot-translate-x)),var(--hotspot-translate-y))}.e-hotspot--position-right.e-hotspot--position-top{transform:translate(var(--hotspot-translate-x),calc(-1 * var(--hotspot-translate-y)))}.e-hotspot--position-right.e-hotspot--position-bottom{transform:translate(var(--hotspot-translate-x),var(--hotspot-translate-y))}.e-hotspot--active{z-index:2}.e-hotspot__inner-circle,.e-hotspot__outer-circle{content:"";display:inline-block;box-sizing:content-box;border-radius:50%}.e-hotspot__inner-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:var(--hotspot-color);padding:calc(var(--hotspot-size, 18px) / 2)}.e-hotspot__outer-circle{background-color:var(--hotspot-color);padding:var(--hotspot-padding,4px)}.e-hotspot--icon .e-hotspot__button,.e-hotspot__outer-circle{width:var(--hotspot-size,18px);height:var(--hotspot-size,18px)}.e-hotspot--icon .e-hotspot__button{line-height:0;box-sizing:content-box;font-size:var(--hotspot-size,18px)}.e-hotspot__icon,.e-hotspot__label{display:flex;justify-content:center;align-items:center}.e-hotspot__icon svg,.e-hotspot__label svg{height:var(--hotspot-size,18px);width:auto}.e-hotspot__button{cursor:pointer;position:relative;display:grid;grid-auto-flow:column;justify-content:center;color:var(--hotspot-color);font-size:var(--hotspot-size,18px);min-width:var(--hotspot-button-width);min-height:var(--hotspot-button-height)}.e-hotspot__button:before{z-index:-2;content:"";width:100%;height:100%;left:-5px;top:-5px;position:absolute;padding:5px;box-sizing:content-box}.e-hotspot__button svg{fill:var(--hotspot-color)}.e-hotspot:not(.e-hotspot--circle) .e-hotspot__button{min-width:var(--hotspot-min-width);min-height:var(--hotspot-min-height);background-color:var(--hotspot-box-color);padding:var(--hotspot-padding,4px);border-radius:var(--hotspot-border-radius,3px)}.e-hotspot:not(.e-hotspot--circle) .e-hotspot__button:before{border-radius:var(--hotspot-border-radius,3px)}.e-hotspot:not(.e-hotspot--circle) .e-hotspot--expand:before{background-color:var(--hotspot-box-color)}.e-hotspot--overlay{opacity:.7;transition:opacity .2s}.e-hotspot--active .e-hotspot--overlay,.e-hotspot--overlay:hover{opacity:1}.e-hotspot--soft-beat{animation:e-hotspot-soft-beat .7s infinite alternate;animation-timing-function:ease}.e-hotspot--expand .e-hotspot__outer-circle{animation:e-hotspot-expand 2s infinite}.e-hotspot:not(.e-hotspot--circle) .e-hotspot--expand:before{content:"";width:100%;height:100%;position:absolute;z-index:-1;opacity:0;animation:e-hotspot-expand 2s infinite}.e-hotspot--sequenced{animation:fadeIn .3s;animation-iteration-count:1;animation-fill-mode:both}.e-hotspot__direction-mask{overflow:hidden;position:absolute;pointer-events:none}.e-hotspot__tooltip{white-space:var(--white-space,nowrap);transition-property:transform,opacity;transition-duration:var(--tooltip-transition-duration,.5s);transform-origin:center center;position:absolute;pointer-events:none;color:var(--tooltip-text-color,#fff);text-align:var(--tooltip-align);min-width:var(--tooltip-min-width);padding:var(--tooltip-padding,8px);border-radius:var(--tooltip-border-radius);background-color:var(--tooltip-color)}.e-hotspot__tooltip p:last-of-type{margin-bottom:0}.e-hotspot__direction-mask .e-hotspot__tooltip{box-shadow:none!important;position:static}.e-hotspot--active .e-hotspot__tooltip{pointer-events:visible}.e-hotspot--fade-in-out{opacity:0}.e-hotspot--active .e-hotspot--fade-in-out{opacity:1}.e-hotspot--fade-grow{opacity:0;transform:scale(0)}.e-hotspot--active .e-hotspot--fade-grow{opacity:1;transform:scale(1)}.e-hotspot--override-tooltip-animation-from-top,.e-hotspot--tooltip-animation-from-top{transform:translateY(calc(-100% - 1px))}.e-hotspot--override-tooltip-animation-from-left,.e-hotspot--tooltip-animation-from-left{transform:translate(calc(-100% - 1px))}.e-hotspot--override-tooltip-animation-from-right,.e-hotspot--tooltip-animation-from-right{transform:translate(calc(100% + 1px))}.e-hotspot--override-tooltip-animation-from-bottom,.e-hotspot--tooltip-animation-from-bottom{transform:translateY(calc(100% + 1px))}.e-hotspot--fade-direction{opacity:0}.e-hotspot--active .e-hotspot--fade-direction,.e-hotspot--active .e-hotspot--slide-direction{transform:translate(0) scale(1);opacity:1}.e-hotspot--show-tooltip{transition:none;opacity:1;pointer-events:visible;transform:translate(0)}.elementor-facebook-widget.fb_iframe_widget,.elementor-facebook-widget.fb_iframe_widget span{width:100%!important}.elementor-facebook-widget.fb_iframe_widget iframe{position:relative;width:100%!important}.elementor-facebook-widget.fb-like{height:1px}.elementor-widget-facebook-comments iframe{width:100%!important}.site-main .menu-navigation-container{overflow:visible}.elementor-item: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{height:3px;width:100%;left:0;background-color:#3f444b;z-index:2}.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):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;width:0;left:50%}.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-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{width:10px;left:-20px}.e--pointer-double-line .elementor-item:after,.e--pointer-underline .elementor-item:after{content:"";bottom:0}.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{width:10px;inset-inline-start:100%}.e--pointer-framed .elementor-item:after,.e--pointer-framed .elementor-item:before{background:transparent;left:0;top:0;bottom:0;right:0;border:3px solid #3f444b}.e--pointer-framed .elementor-item:before{content:""}.e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(.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{width:3px;height: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{content:"";top:auto;bottom:0;left:auto;right:0;border-width:3px 3px 0 0;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{width:100%;height: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{width:3px;height:3px}.e--pointer-framed.e--animation-corners .elementor-item:before{border-width:3px 0 0 3px}.e--pointer-framed.e--animation-corners .elementor-item:after{content:"";top:auto;bottom:0;left:auto;right:0;border-width:0 3px 3px 0}.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{width:100%;height:100%;transition:opacity 2ms,width .4s,height .4s}.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{top:0;left:0;right:0;bottom:0;background:#3f444b;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{transform:scale(1);opacity:1}.e--pointer-background.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(1.2);transition:.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{right:50%;left:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{top:0;left:0;right:0;bottom:0;background:#3f444b;z-index:-1}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before{top:0;bottom:100%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{top:100%;bottom:0}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-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{right:0;left:100%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after{right:100%;left:0}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-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{position:absolute;width:12em;border-width:0;border-style:solid;padding:0}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up{position:absolute;display:none;visibility:hidden;overflow:hidden;background:#fff;height:20px}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow{position:absolute;top:-2px;left:50%;margin-inline-start:-8px;width:0;height:0;overflow:hidden;border:8px dashed transparent;border-bottom:8px solid #33373d}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow{top:6px;border-style:solid dashed dashed;border-color:#33373d transparent transparent}.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{white-space:nowrap;flex-grow:1}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{display:flex}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>.scroll-down,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul{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{content:var(--e-nav-menu-divider-content,none);height:var(--e-nav-menu-divider-height,35%);border-left:var(--e-nav-menu-divider-width,2px) var(--e-nav-menu-divider-style,solid) var(--e-nav-menu-divider-color,#000);border-bottom-color:var(--e-nav-menu-divider-color,#000);border-right-color:var(--e-nav-menu-divider-color,#000);border-top-color:var(--e-nav-menu-divider-color,#000);align-self:center}.elementor-nav-menu__align-right .elementor-nav-menu{margin-left:auto;justify-content:flex-end}.elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-end}.elementor-nav-menu__align-left .elementor-nav-menu{margin-right:auto;justify-content:flex-start}.elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-start}.elementor-nav-menu__align-start .elementor-nav-menu{margin-inline-end:auto;justify-content:flex-start}.elementor-nav-menu__align-start .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-start}.elementor-nav-menu__align-end .elementor-nav-menu{margin-inline-start:auto;justify-content:flex-end}.elementor-nav-menu__align-end .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-end}.elementor-nav-menu__align-center .elementor-nav-menu{margin-inline-start:auto;margin-inline-end:auto;justify-content:center}.elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:center}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu{width:100%}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{flex-grow:1}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a{justify-content:center}.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle{display:none}.elementor-widget-nav-menu .elementor-widget-container{display:flex;flex-direction:column}.elementor-nav-menu{position:relative;z-index:2}.elementor-nav-menu:after{content:" ";display:block;height:0;font:0/0 serif;clear:both;visibility:hidden;overflow:hidden}.elementor-nav-menu,.elementor-nav-menu li,.elementor-nav-menu ul{display:block;list-style:none;margin:0;padding:0;line-height:normal;-webkit-tap-highlight-color:rgba(0,0,0,0)}.elementor-nav-menu ul{display:none}.elementor-nav-menu ul ul a,.elementor-nav-menu ul ul a: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{display:flex;align-items:center}.elementor-nav-menu a,.elementor-nav-menu a:focus,.elementor-nav-menu a:hover{padding:10px 20px;line-height:20px}.elementor-nav-menu a.current{background:#1f2124;color:#fff}.elementor-nav-menu a.disabled{cursor:not-allowed;color:#88909b}.elementor-nav-menu .e-plus-icon:before{content:"+"}.elementor-nav-menu .sub-arrow{line-height:1;padding:10px;padding-inline-end:0;margin-block-start:-10px;margin-block-end:-10px;display:flex;align-items:center}.elementor-nav-menu .sub-arrow i{pointer-events:none}.elementor-nav-menu .sub-arrow .fa.fa-chevron-down,.elementor-nav-menu .sub-arrow .fas.fa-chevron-down{font-size:.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{display:flex;align-items:center;justify-content:center;font-size:var(--nav-menu-icon-size,22px);padding:.25em;cursor:pointer;border:0 solid;border-radius:3px;background-color:rgba(0,0,0,.05);color:#33373d}.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{width:1em;height:auto;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;transition:max-height .3s,transform .3s;transform-origin:top;overflow-y:auto;overflow-x:hidden}.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{text-shadow:none;border-inline-start:8px solid transparent}.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a{justify-content:center}.elementor-nav-menu--toggle{--menu-height:100vh}.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container{transform:scaleY(0);max-height:0;overflow:hidden}.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container{transform:scaleY(1);max-height:var(--menu-height);animation:hide-scroll .3s backwards}.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}}.elementor-gallery__container{min-height:1px}.elementor-gallery-item{position:relative;overflow:hidden;display:block;text-decoration:none;border:solid var(--image-border-width) var(--image-border-color);border-radius:var(--image-border-radius)}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;width:100%;position:absolute;top:0;left:0}.elementor-gallery-item__overlay{mix-blend-mode:var(--overlay-mix-blend-mode);transition-duration:var(--overlay-transition-duration);transition-property:mix-blend-mode,transform,opacity,background-color}.elementor-gallery-item__image.e-gallery-image{transition-duration:var(--image-transition-duration);transition-property:filter,transform}.elementor-gallery-item__content{display:flex;flex-direction:column;justify-content:var(--content-justify-content,center);align-items:center;text-align:var(--content-text-align);padding:var(--content-padding)}.elementor-gallery-item__content>div{transition-duration:var(--content-transition-duration)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2){transition-delay:calc(var(--content-transition-delay) / 3)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3){transition-delay:calc(var(--content-transition-delay) / 3 * 2)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4){transition-delay:calc(var(--content-transition-delay) / 3 * 3)}.elementor-gallery-item__description{color:var(--description-text-color,#fff);width:100%}.elementor-gallery-item__title{color:var(--title-text-color,#fff);font-weight:700;width:100%}.elementor-gallery__titles-container{display:flex;flex-wrap:wrap;justify-content:var(--titles-container-justify-content,center);margin-bottom:20px}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before{border-color:var(--galleries-pointer-bg-color-hover);border-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after{border-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:var(--galleries-pointer-border-width);border-right-width:0;border-top-width:0}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after{border-left-width:0;border-bottom-width:0;border-right-width:var(--galleries-pointer-border-width);border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:0;border-right-width:0;border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after{border-left-width:0;border-bottom-width:var(--galleries-pointer-border-width);border-right-width:var(--galleries-pointer-border-width);border-top-width:0}.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after{height:var(--galleries-pointer-border-width)}.elementor-gallery-title{--space-between:10px;cursor:pointer;color:#6d7882;font-weight:500;position:relative;padding:7px 14px;transition:all .3s}.elementor-gallery-title--active{color:#495157}.elementor-gallery-title:not(:last-child){margin-inline-end:var(--space-between)}.elementor-gallery-item__title+.elementor-gallery-item__description{margin-top:var(--description-margin-top)}.e-gallery-item.elementor-gallery-item{transition-property:all}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,.e-gallery-item:focus .elementor-gallery__item-overlay-bg,.e-gallery-item:focus .elementor-gallery__item-overlay-content,.e-gallery-item:focus .elementor-gallery__item-overlay-content__description,.e-gallery-item:focus .elementor-gallery__item-overlay-content__title,.e-gallery-item:hover .elementor-gallery__item-overlay-bg,.e-gallery-item:hover .elementor-gallery__item-overlay-content,.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}a.elementor-item.elementor-gallery-title{color:var(--galleries-title-color-normal)}a.elementor-item.elementor-gallery-title.elementor-item-active,a.elementor-item.elementor-gallery-title.highlighted,a.elementor-item.elementor-gallery-title:focus,a.elementor-item.elementor-gallery-title:hover{color:var(--galleries-title-color-hover)}a.elementor-item.elementor-gallery-title.elementor-item-active{color:var(--gallery-title-color-active)}.e-con-inner>.elementor-widget-gallery,.e-con>.elementor-widget-gallery{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}.elementor-widget-table-of-contents .elementor-toc__header-title{color:var(--header-color)}.elementor-widget-table-of-contents.elementor-toc--collapsed .elementor-toc__toggle-button--collapse,.elementor-widget-table-of-contents:not(.elementor-toc--collapsed) .elementor-toc__toggle-button--expand{display:none}.elementor-widget-table-of-contents .elementor-widget-container{min-height:var(--box-min-height);border:var(--box-border-width,1px) solid var(--box-border-color,#9da5ae);border-radius:var(--box-border-radius,3px);background-color:var(--box-background-color);transition:min-height .4s;overflow:hidden}.elementor-toc__header{display:flex;align-items:center;justify-content:space-between;padding:var(--box-padding,20px);background-color:var(--header-background-color);border-bottom:var(--separator-width,1px) solid var(--box-border-color,#9da5ae)}.elementor-toc__header-title{font-size:18px;margin:0;color:var(--header-color);flex-grow:1}.elementor-toc__toggle-button{cursor:pointer;display:inline-flex}.elementor-toc__toggle-button i{color:var(--toggle-button-color)}.elementor-toc__toggle-button svg{height:1em;width:1em;fill:var(--toggle-button-color)}.elementor-toc__spinner-container{text-align:center}.elementor-toc__spinner{font-size:2em}.elementor-toc__spinner.e-font-icon-svg{height:1em;width:1em}.elementor-toc__body{padding:var(--box-padding,20px);max-height:var(--toc-body-max-height);overflow-y:auto}.elementor-toc__body::-webkit-scrollbar{width:7px}.elementor-toc__body::-webkit-scrollbar-thumb{background-color:#babfc5;border-radius:10px}.elementor-toc__list-wrapper{list-style:none;padding:0}.elementor-toc__list-item{margin-bottom:.5em}.elementor-toc__list-item.elementor-item-active{font-weight:700}.elementor-toc__list-item .elementor-toc__list-wrapper{margin-top:.5em;margin-inline-start:var(--nested-list-indent,1em)}.elementor-toc__list-item-text{transition-duration:var(--item-text-transition-duration)}.elementor-toc__list-item-text:hover{color:var(--item-text-hover-color);-webkit-text-decoration:var(--item-text-hover-decoration);text-decoration:var(--item-text-hover-decoration)}.elementor-toc__list-item-text.elementor-item-active{color:var(--item-text-active-color);-webkit-text-decoration:var(--item-text-active-decoration);text-decoration:var(--item-text-active-decoration)}.elementor-toc__list-item-text-wrapper{display:flex;align-items:center}.elementor-toc__list-item-text-wrapper:before,.elementor-toc__list-item-text-wrapper i{margin-inline-end:8px;color:var(--marker-color)}.elementor-toc__list-item-text-wrapper svg{margin-inline-end:8px;fill:var(--marker-color);height:var(--marker-size,.5em);width:var(--marker-size,.5em)}.elementor-toc__list-item-text-wrapper i{font-size:var(--marker-size,.5em)}.elementor-toc__list-item-text-wrapper:before{font-size:var(--marker-size,1em)}.elementor-toc--content-ellipsis .elementor-toc__list-item-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.elementor-toc__list-items--collapsible>.elementor-toc__list-wrapper>.elementor-toc__list-item>.elementor-toc__list-wrapper{display:none}.elementor-toc__heading-anchor{position:absolute}.elementor-toc__body .elementor-toc__list-item-text{color:var(--item-text-color);-webkit-text-decoration:var(--item-text-decoration);text-decoration:var(--item-text-decoration);transition-duration:var(--item-text-transition-duration)}.elementor-toc__body .elementor-toc__list-item-text:hover{color:var(--item-text-hover-color);-webkit-text-decoration:var(--item-text-hover-decoration);text-decoration:var(--item-text-hover-decoration)}.elementor-toc__body .elementor-toc__list-item-text.elementor-item-active{color:var(--item-text-active-color);-webkit-text-decoration:var(--item-text-active-decoration);text-decoration:var(--item-text-active-decoration)}ol.elementor-toc__list-wrapper{counter-reset:item}ol.elementor-toc__list-wrapper .elementor-toc__list-item{counter-increment:item}ol.elementor-toc__list-wrapper .elementor-toc__list-item-text-wrapper:before{content:counters(item,".") ". "}.e-lottie__container{display:inline-block;max-width:var(--lottie-container-max-width);width:var(--lottie-container-width);opacity:var(--lottie-container-opacity)}.e-lottie__container:hover{opacity:var(--lottie-container-opacity-hover);transition-duration:var(--lottie-container-transition-duration-hover)}.e-lottie__container svg,.e-lottie__container svg *{transition:none!important}.e-lottie__caption{color:var(--caption-color);margin-top:var(--caption-margin-top);text-align:var(--caption-text-align)}.e-tabs-inner-tabs{text-align:start;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:16px}.e-tabs-inner-tabs .e-tab-content{padding-top:32px}.e-tabs-inner-tabs .e-inner-tabs-wrapper{display:flex;position:relative;overflow:hidden;z-index:1}.e-tabs-inner-tabs .e-inner-tabs-wrapper :after{content:"";width:100%;height:var(--inner-tabs-border-height,1px);background-color:var(--inner-tabs-border-color,#d5d8dc);position:absolute;bottom:0;z-index:-1}.e-tabs-inner-tabs .e-inner-tabs-wrapper .e-inner-tab-title{font-weight:700;min-width:140px;line-height:38px;height:38px;box-sizing:content-box}.e-tabs-inner-tabs .e-inner-tabs-wrapper .e-inner-tab-title a{color:#3f444b;padding:0 36px;display:block;text-align:center}.e-tabs-inner-tabs .e-inner-tabs-wrapper .e-inner-tab-title.e-inner-tab-active{border-color:#0c0d0e #0c0d0e transparent;border-left-width:0;border-bottom:1px solid #0c0d0e;border-right-width:0;border-top-width:0}.e-tabs-inner-tabs .e-inner-tabs-wrapper .e-inner-tab-title.e-inner-tab-active a{color:#0c0d0e}.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-tab-mobile-title{display:none}.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content{display:none;padding:20px}.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content .e-inner-tab-text{color:#1f2124}.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.e-inner-tab-active{display:block}.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content .e-inner-tab-buttons{margin-top:24px;display:none}.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content .e-inner-tab-buttons button{display:none;font-weight:500;line-height:24px;text-decoration:underline;border:none;background:transparent;padding:0}.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.collapsible .e-inner-tab-text{overflow:hidden}.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.collapsible button{display:none}.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.collapsible.show-inner-tab-buttons .e-inner-tab-buttons,.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.collapsible button.show-button{display:block}.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.show-full-height div.e-inner-tab-text{height:auto}@media (max-width:767px){.e-tabs-inner-tabs>.e-tab-content:first-child{padding-top:24px}.e-tabs-inner-tabs .e-inner-tabs-wrapper{display:none}.e-tabs-inner-tabs .e-inner-tabs-content-wrapper{border:solid #d5d8dc;border-width:1px 1px 0}.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-tab-mobile-title{border:solid #d5d8dc;border-width:0 0 1px;font-size:16px;font-weight:700;text-align:center;height:38px;line-height:38px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:0 10px;cursor:pointer;display:block}.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content{border:solid #d5d8dc;border-width:0 0 1px;padding:20px}}.elementor-widget-video-playlist.elementor-layout-end .e-tabs-main-area{flex-direction:row}@media (max-width:767px){.elementor-widget-video-playlist.elementor-layout-end .e-tabs-main-area{flex-direction:column-reverse}}.elementor-widget-video-playlist{font-family:Roboto,Arial,Helvetica,sans-serif}.elementor-widget-video-playlist .e-tabs{display:flex;flex-direction:column}.elementor-widget-video-playlist .e-tabs-main-area{display:flex;flex-direction:row-reverse;height:434px}.elementor-widget-video-playlist .e-tabs-wrapper{height:100%;display:flex;flex-direction:column;width:33%}.elementor-widget-video-playlist .e-tabs-header{background-color:var(--e-a-bg-default);display:flex;flex:0 0 auto;justify-content:space-between;padding:0 16px;min-height:56px;border-bottom:1px solid #d5d8dc}.elementor-widget-video-playlist .e-tabs-header .e-tabs-header-right-side{display:inline-flex;flex-shrink:0}.elementor-widget-video-playlist .e-tabs-header .e-tabs-title{font-family:Roboto,Arial,Helvetica,sans-serif;text-overflow:ellipsis;font-weight:700;font-size:16px;padding:10px 0;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto;margin:auto 0}.elementor-widget-video-playlist .e-tabs-header .e-tabs-videos-count{font-size:14px;flex-shrink:0;font-weight:400;line-height:20px;align-self:flex-start;padding:18px 0 0}.elementor-widget-video-playlist .e-tabs-header .e-tabs-toggle-videos-display-button{display:none;margin:auto 0 auto 8px;cursor:pointer;padding:0 4px}.elementor-widget-video-playlist .e-tabs-header .e-tabs-toggle-videos-display-button.e-font-icon-svg{height:1em;width:1em}.elementor-widget-video-playlist .e-tabs-header .rotate-up{transform:rotate(-180deg);transition:.3s}.elementor-widget-video-playlist .e-tabs-header .rotate-down{transform:rotate(0deg);transition:.3s}.elementor-widget-video-playlist .e-tabs-items-wrapper{background-color:var(--e-a-bg-default);overflow:hidden;position:relative;height:100%}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tabs-items{overflow:auto;height:100%}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-section-title{border-color:#d5d8dc;font-size:14px;height:36px;padding:0 16px;line-height:36px;margin:0;text-align:start;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;border-width:0;box-sizing:content-box}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title{background-color:var(--e-a-bg-default);border-color:#d5d8dc;border-width:0 0 1px;cursor:pointer;display:flex;font-size:14px;height:55px;line-height:55px;outline:none;padding:0 16px;box-sizing:content-box}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title i{text-shadow:0 0 3px #000;color:#fff;font-size:var(--playlist-item-icon-size,16px)}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title svg{text-shadow:0 0 3px #000;color:#fff;fill:#fff;width:var(--playlist-item-icon-size,16px);height:var(--playlist-item-icon-size,16px)}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title svg path{fill:#fff}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active,.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:hover{background-color:#f1f2f3;border-color:#d5d8dc;border-width:0 0 1px}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active i,.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active svg,.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:hover i,.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:hover svg{text-shadow:0 0 3px #000;color:#fff}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active svg path,.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:hover svg path{fill:#fff}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active .e-tab-title-text,.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:hover .e-tab-title-text{font-size:14px}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .icon-play,.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .icon-watched{display:inline-flex}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-thumbnail{background-color:#d5d8dc;position:relative;margin:auto 0;flex-shrink:0;width:75px;height:42px}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-thumbnail img{-o-object-fit:fill;object-fit:fill;width:75px;height:42px}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-thumbnail i,.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-thumbnail svg{position:absolute;bottom:4px;right:4px;font-weight:900}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-title-text{font-size:14px;margin:auto 8px;text-align:start;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;flex-grow:1}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title i,.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title svg{margin:auto 0;vertical-align:middle}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-duration{font-size:14px;margin:auto 0}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .icon-watched,.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.watched-video .icon-play{display:none}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.watched-video .icon-watched{display:block}.elementor-widget-video-playlist .e-tabs-items-wrapper .shadow-top{display:none;height:98px;position:absolute;top:0;width:100%;pointer-events:none;background:linear-gradient(0deg,transparent,#fff)}.elementor-widget-video-playlist .e-tabs-items-wrapper .shadow-bottom{display:none;height:98px;position:absolute;bottom:0;width:100%;background:linear-gradient(180deg,transparent,#fff);pointer-events:none}.elementor-widget-video-playlist .e-tabs-items-wrapper.bottom-shadow .shadow-bottom,.elementor-widget-video-playlist .e-tabs-items-wrapper.top-shadow .shadow-top{display:block}.elementor-widget-video-playlist .e-tabs-content-wrapper{flex-grow:1;height:100%;position:relative}.elementor-widget-video-playlist .e-tabs-content-wrapper .elementor-custom-embed-image-overlay{cursor:pointer;text-align:center;position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%}.elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-mobile-title{display:none}.elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-content{background-color:#000;display:none;height:100%;outline:none}.elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-content>div{height:100%}.elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-content iframe{height:100%;max-height:100%!important;display:flex}.elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-content video{height:100%;background-color:#000}.elementor-widget-video-playlist .e-tabs-inner-tabs .e-tab-content{display:none;outline:none}@media (max-width:767px){.elementor-widget-video-playlist .e-tabs-main-area{flex-direction:column-reverse;height:auto}.elementor-widget-video-playlist .e-tabs-main-area .e-tabs-content-wrapper{border:none;height:38%}.elementor-widget-video-playlist .e-tabs-wrapper{width:auto;height:62%}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tabs-items{max-height:248px}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tabs-items .e-tab-title{border:none}.elementor-widget-video-playlist .e-tabs-header{min-height:48px}.elementor-widget-video-playlist .e-tabs-header .e-tabs-toggle-videos-display-button{display:inline-flex}.elementor-widget-video-playlist .e-tabs-header .e-tabs-videos-count{margin:0 6px;padding:14px 0 0}.elementor-widget-video-playlist .e-tab-content{border:none;padding:0;display:flex}}.elementor-payment-button{border:none}.elementor-scrolling-tracker{--scrolling-track-default-progress-color:#61ce70;--scrolling-track-default-color:#eee;--scrolling-track-precentage-default-color:$black}.elementor-scrolling-tracker-horizontal{display:flex;width:100%;height:var(--horizontal-height,20px);padding:var(--tracker-padding);align-items:center;border-left:var(--horizontal-border-left-width,2px) var(--horizontal-border-style) var(--horizontal-border-color);border-bottom:var(--horizontal-border-bottom-width,2px) var(--horizontal-border-style) var(--horizontal-border-color);border-right:var(--horizontal-border-right-width,2px) var(--horizontal-border-style) var(--horizontal-border-color);border-top:var(--horizontal-border-top-width,2px) var(--horizontal-border-style) var(--horizontal-border-color);border-radius:var(--border-radius);background-color:var(--scrolling-track-default-color);direction:var(--direction)}.elementor-scrolling-tracker-horizontal .current-progress{display:none;height:100%;align-items:center;position:relative;border-radius:var(--progress-border-radius);border-left:var(--horizontal-progress-border-left-width,2px) var(--horizontal-progress-border) var(--horizontal-progress-border-color);border-bottom:var(--horizontal-progress-border-bottom-width,2px) var(--horizontal-progress-border) var(--horizontal-progress-border-color);border-right:var(--horizontal-progress-border-right-width,2px) var(--horizontal-progress-border) var(--horizontal-progress-border-color);border-top:var(--horizontal-progress-border-top-width,2px) var(--horizontal-progress-border) var(--horizontal-progress-border-color);background-color:var(--scrolling-track-default-progress-color)}.elementor-scrolling-tracker-horizontal .current-progress .current-progress-percentage{inset-inline-end:.5em;inset-inline-start:auto;position:absolute;direction:var(--text-direction);color:var(--percentage-color,var(--scrolling-track-precentage-default-color))}.elementor-scrolling-tracker-circular{display:flex;width:var(--circular-width,100px);height:var(--circular-height,100px);align-items:center;justify-content:center;position:relative;margin-inline-start:0;margin-inline-end:auto}.elementor-scrolling-tracker-circular .current-progress-percentage{position:absolute;color:var(--percentage-color,var(--scrolling-track-precentage-default-color))}.elementor-scrolling-tracker-circular svg{position:absolute}.elementor-scrolling-tracker-circular .current-progress{display:none;transform:rotate(-90deg);transform-origin:50% 50%;stroke:var(--circular-color,var(--scrolling-track-default-progress-color));fill:transparent;stroke-width:var(--circular-progress-width,4px)}.elementor-scrolling-tracker-circular .circle{stroke:var(--circular-background-color,var(--scrolling-track-default-color));fill:transparent;stroke-width:var(--circular-background-width,4px)}.elementor-scrolling-tracker-alignment-left{margin-left:0;margin-right:auto}.elementor-scrolling-tracker-alignment-center{margin-left:auto;margin-right:auto}.elementor-scrolling-tracker-alignment-right{margin-left:auto;margin-right:0}.e-con-inner>.elementor-widget-progress-tracker,.e-con>.elementor-widget-progress-tracker{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}.elementor-widget-loop-grid{scroll-margin-top:var(--auto-scroll-offset,initial)}.elementor-widget-loop-grid-1 .elementor-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.elementor-widget-loop-grid-2 .elementor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.elementor-widget-loop-grid-3 .elementor-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.elementor-widget-loop-grid-4 .elementor-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.elementor-widget-loop-grid-5 .elementor-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.elementor-widget-loop-grid-6 .elementor-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.elementor-widget-loop-grid-7 .elementor-grid{grid-template-columns:repeat(7,minmax(0,1fr))}.elementor-widget-loop-grid-8 .elementor-grid{grid-template-columns:repeat(8,minmax(0,1fr))}.elementor-widget-loop-grid-9 .elementor-grid{grid-template-columns:repeat(9,minmax(0,1fr))}.elementor-widget-loop-grid-10 .elementor-grid{grid-template-columns:repeat(10,minmax(0,1fr))}.elementor-widget-loop-grid-11 .elementor-grid{grid-template-columns:repeat(11,minmax(0,1fr))}.elementor-widget-loop-grid-12 .elementor-grid{grid-template-columns:repeat(12,minmax(0,1fr))}@media (min-width:-1){.elementor-widget-loop-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.elementor-widget-loop-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.elementor-widget-loop-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.elementor-widget-loop-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.elementor-widget-loop-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.elementor-widget-loop-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.elementor-widget-loop-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,minmax(0,1fr))}.elementor-widget-loop-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,minmax(0,1fr))}.elementor-widget-loop-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,minmax(0,1fr))}.elementor-widget-loop-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,minmax(0,1fr))}.elementor-widget-loop-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,minmax(0,1fr))}.elementor-widget-loop-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,minmax(0,1fr))}}@media (max-width:-1){.elementor-widget-loop-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.elementor-widget-loop-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.elementor-widget-loop-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.elementor-widget-loop-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.elementor-widget-loop-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.elementor-widget-loop-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.elementor-widget-loop-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,minmax(0,1fr))}.elementor-widget-loop-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,minmax(0,1fr))}.elementor-widget-loop-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,minmax(0,1fr))}.elementor-widget-loop-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,minmax(0,1fr))}.elementor-widget-loop-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,minmax(0,1fr))}.elementor-widget-loop-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,minmax(0,1fr))}}@media (max-width:-1){.elementor-widget-loop-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.elementor-widget-loop-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.elementor-widget-loop-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.elementor-widget-loop-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.elementor-widget-loop-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.elementor-widget-loop-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.elementor-widget-loop-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,minmax(0,1fr))}.elementor-widget-loop-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,minmax(0,1fr))}.elementor-widget-loop-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,minmax(0,1fr))}.elementor-widget-loop-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,minmax(0,1fr))}.elementor-widget-loop-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,minmax(0,1fr))}.elementor-widget-loop-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,minmax(0,1fr))}}@media (max-width:1024px){.elementor-widget-loop-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.elementor-widget-loop-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.elementor-widget-loop-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.elementor-widget-loop-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.elementor-widget-loop-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.elementor-widget-loop-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.elementor-widget-loop-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,minmax(0,1fr))}.elementor-widget-loop-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,minmax(0,1fr))}.elementor-widget-loop-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,minmax(0,1fr))}.elementor-widget-loop-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,minmax(0,1fr))}.elementor-widget-loop-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,minmax(0,1fr))}.elementor-widget-loop-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,minmax(0,1fr))}}@media (max-width:-1){.elementor-widget-loop-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.elementor-widget-loop-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.elementor-widget-loop-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.elementor-widget-loop-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.elementor-widget-loop-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.elementor-widget-loop-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.elementor-widget-loop-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,minmax(0,1fr))}.elementor-widget-loop-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,minmax(0,1fr))}.elementor-widget-loop-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,minmax(0,1fr))}.elementor-widget-loop-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,minmax(0,1fr))}.elementor-widget-loop-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,minmax(0,1fr))}.elementor-widget-loop-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,minmax(0,1fr))}}@media (max-width:767px){.elementor-widget-loop-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.elementor-widget-loop-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.elementor-widget-loop-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.elementor-widget-loop-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.elementor-widget-loop-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.elementor-widget-loop-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.elementor-widget-loop-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,minmax(0,1fr))}.elementor-widget-loop-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,minmax(0,1fr))}.elementor-widget-loop-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,minmax(0,1fr))}.elementor-widget-loop-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,minmax(0,1fr))}.elementor-widget-loop-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,minmax(0,1fr))}.elementor-widget-loop-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,minmax(0,1fr))}}.elementor-widget-loop-grid .elementor-grid{grid-column-gap:var(--grid-column-gap,30px);grid-row-gap:var(--grid-row-gap,30px)}.elementor-widget-loop-grid.e-loading-overlay{animation:loadingOpacityAnimation 1s infinite alternate}.elementor-widget-loop-grid .e-loop__load-more{text-align:var(--load-more-button-align)}.elementor-widget-loop-grid .e-loop__load-more .elementor-button{width:var(--load-more-button-width)}.elementor-widget-loop-grid.e-load-more-pagination-loading>.elementor-widget-container{cursor:default}.elementor-widget-loop-grid.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner{margin-top:var(--load-more—spacing,30px)}.elementor-widget-loop-grid.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner i,.elementor-widget-loop-grid.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner svg{display:flex}.elementor-widget-loop-grid.e-load-more-pagination-loading>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper{visibility:hidden}.elementor-widget-loop-grid.e-load-more-pagination-end>.elementor-widget-container>.elementor-button-wrapper{display:none}.elementor-widget-loop-grid.e-load-more-pagination-end>.elementor-widget-container>.e-load-more-message{display:block}.elementor-widget-loop-grid.e-load-more-no-spinner>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper{visibility:visible}.elementor-widget-loop-grid>.elementor-widget-container .e-load-more-spinner{display:flex}.elementor-widget-loop-grid>.elementor-widget-container .e-load-more-spinner i,.elementor-widget-loop-grid>.elementor-widget-container .e-load-more-spinner svg{margin:0 auto;display:none}.elementor-widget-loop-grid>.elementor-widget-container .e-load-more-spinner i{color:var(--load-more-spinner-color)}.elementor-widget-loop-grid>.elementor-widget-container .e-load-more-spinner svg{fill:var(--load-more-spinner-color);height:1em;width:1em}.elementor-widget-loop-grid>.elementor-widget-container .e-load-more-message{color:var(--load-more-message-color);text-align:var(--load-more-message-alignment,center);display:none;margin-top:var(--load-more—spacing,30px)}.elementor-widget-loop-grid>.elementor-widget-container>.elementor-button-wrapper{margin-top:var(--load-more—spacing,30px)}.elementor-widget-loop-grid>.elementor-widget-container>.elementor-button-wrapper .e-load-more-spinner{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);margin:inherit}.elementor-widget-loop-grid>.elementor-widget-container>.elementor-button-wrapper .elementor-button{cursor:pointer;position:relative}.elementor-widget-loop-grid .e-loop-nothing-found-message{text-align:var(--e-loop-nothing-found-message-align,center);padding-block-start:var(--e-loop-nothing-found-message-space-from-top,30px);padding-block-end:var(--e-loop-nothing-found-message-space-from-bottom,30px);color:var(--e-loop-nothing-found-message-color,#1f2124)}.elementor-loop-container.elementor-posts-masonry{align-items:flex-start}.elementor-loop-container:not(.elementor-posts-masonry){align-items:stretch}@keyframes loadingOpacityAnimation{0%,to{opacity:1}50%{opacity:.6}}.elementor-widget-loop-carousel{--swiper-pagination-size:0;--swiper-pagination-spacing:10px;--swiper-slides-gap:10px;--swiper-offset-size:0;height:-moz-fit-content;height:fit-content;--swiper-padding-bottom:calc(var(--swiper-pagination-size) + var(--swiper-pagination-spacing));--arrow-prev-top-align:50%;--arrow-prev-top-position:0px;--arrow-prev-caption-spacing:15px;--arrow-next-top-align:50%;--arrow-next-top-position:0px;--arrow-next-caption-spacing:15px;--arrow-prev-left-align:0px;--arrow-prev-left-position:0px;--arrow-next-right-align:0px;--arrow-next-right-position:0px;--arrow-next-translate-x:0px;--arrow-next-translate-y:0px;--arrow-prev-translate-x:0px;--arrow-prev-translate-y:0px;--dots-vertical-position:100%;--dots-vertical-offset:0px;--dots-horizontal-position:50%;--dots-horizontal-offset:0px;--dots-horizontal-transform:-50%;--dots-vertical-transform:-100%;--fraction-vertical-position:100%;--fraction-vertical-offset:0px;--fraction-horizontal-position:50%;--fraction-horizontal-offset:0px;--fraction-horizontal-transform:-50%;--fraction-vertical-transform:-100%;--horizontal-transform-modifier:1}.elementor-widget-loop-carousel.elementor-pagination-type-bullets{--swiper-pagination-size:6px}.elementor-widget-loop-carousel.elementor-pagination-type-fraction{--swiper-pagination-size:16px}.elementor-widget-loop-carousel.elementor-pagination-type-progressbar{--swiper-pagination-size:4px}.elementor-widget-loop-carousel .elementor-loop-container>.swiper-wrapper>.swiper-slide-active.elementor-edit-area-active{overflow:initial}.elementor-widget-loop-carousel .elementor-loop-container.offset-left{padding-inline-start:var(--swiper-offset-size,0)}.elementor-widget-loop-carousel .elementor-loop-container.offset-right{padding-inline-end:var(--swiper-offset-size,0)}.elementor-widget-loop-carousel .elementor-loop-container.offset-both{padding-inline-start:var(--swiper-offset-size,0);padding-inline-end:var(--swiper-offset-size,0)}.elementor-widget-loop-carousel .swiper-container:not(.swiper-container-initialized)>.swiper-wrapper,.elementor-widget-loop-carousel .swiper:not(.swiper-initialized)>.swiper-wrapper{gap:var(--swiper-slides-gap);overflow:hidden}.elementor-widget-loop-carousel .swiper-container:not(.swiper-container-initialized)>.swiper-wrapper>.swiper--slide,.elementor-widget-loop-carousel .swiper:not(.swiper-initialized)>.swiper-wrapper>.swiper--slide{--number-of-gaps:max(calc(var(--swiper-slides-to-display) - 1),0);--gaps-width-total:calc(var(--number-of-gaps) * var(--swiper-slides-gap));max-width:calc((100% - var(--gaps-width-total)) / var(--swiper-slides-to-display, 1))}.elementor-widget-loop-carousel .e-loop-first-edit{min-width:33%;margin-block-start:23px}.elementor-widget-loop-carousel .swiper-wrapper .swiper-slide a.e-con{display:var(--display)}.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next,.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev{font-size:var(--arrow-size,25px);color:var(--arrow-normal-color,hsla(0,0%,93.3%,.9));border-style:var(--arrow-normal-border-type);transition-duration:.25s;z-index:2}.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next svg,.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev svg{fill:var(--arrow-normal-color,hsla(0,0%,93.3%,.9))}.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next:hover,.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover{color:var(--arrow-hover-color,hsla(0,0%,93.3%,.9));border-style:var(--arrow-hover-border-type)}.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next:hover svg,.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover svg{fill:var(--arrow-hover-color,hsla(0,0%,93.3%,.9))}.elementor-widget-loop-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-next{top:calc(var(--arrow-next-top-align) + var(--arrow-next-top-position) - var(--arrow-next-caption-spacing));right:calc(var(--arrow-next-right-align) + var(--arrow-next-right-position));transform:translate(var(--arrow-next-translate-x),var(--arrow-next-translate-y))}.elementor-widget-loop-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-prev{top:calc(var(--arrow-prev-top-align) + var(--arrow-prev-top-position) - var(--arrow-prev-caption-spacing));left:calc(var(--arrow-prev-left-align) + var(--arrow-prev-left-position));transform:translate(var(--arrow-prev-translate-x),var(--arrow-prev-translate-y))}.elementor-widget-loop-carousel .swiper-container-horizontal~.swiper-pagination-progressbar,.elementor-widget-loop-carousel .swiper-horizontal~.swiper-pagination-progressbar{height:var(--swiper-pagination-size)}.elementor-widget-loop-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--progressbar-normal-color,#000)}.elementor-widget-loop-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill:hover{background:var(--progressbar-hover-color,#000)}.elementor-widget-loop-carousel .swiper-pagination-fraction{color:var(--fraction-color,#000)}.elementor-widget-loop-carousel .swiper-pagination-bullet{width:var(--swiper-pagination-size);height:var(--swiper-pagination-size);background:var(--dots-normal-color,#000)}.elementor-widget-loop-carousel .swiper-pagination-bullet:hover{background:var(--dots-hover-color,#000);opacity:1}.elementor-widget-loop-carousel.elementor-in-place-template-editable .elementor-loop-container{overflow:visible;overflow-x:clip}.elementor-widget-loop-carousel .swiper-horizontal>.swiper-pagination-bullets,.elementor-widget-loop-carousel .swiper-pagination,.elementor-widget-loop-carousel .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-widget-loop-carousel .swiper-pagination-custom,.elementor-widget-loop-carousel .swiper-pagination-fraction{font-size:var(--swiper-pagination-size);line-height:var(--swiper-pagination-size)}.elementor-widget-loop-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper,.elementor-widget-loop-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper-container{padding-bottom:var(--swiper-padding-bottom)}.elementor-widget-loop-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper-container .elementor-background-slideshow,.elementor-widget-loop-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper .elementor-background-slideshow{padding-bottom:0}.elementor-widget-loop-carousel.elementor-pagination-position-outside>.elementor-widget-container .swiper-pagination-bullet{vertical-align:top}.elementor-widget-loop-carousel .swiper-pagination-bullets{top:calc(var(--dots-vertical-position) + var(--dots-vertical-offset));left:calc(var(--dots-horizontal-position) + var(--dots-horizontal-offset));transform:translate(calc(var(--dots-horizontal-transform) * var(--horizontal-transform-modifier)),var(--dots-vertical-transform));width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;z-index:3}.elementor-widget-loop-carousel .swiper-pagination-fraction{top:calc(var(--fraction-vertical-position) + var(--fraction-vertical-offset));left:calc(var(--fraction-horizontal-position) + var(--fraction-horizontal-offset));transform:translate(calc(var(--fraction-horizontal-transform) * var(--horizontal-transform-modifier)),var(--fraction-vertical-transform));width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;z-index:3}.e-loop-item *{word-break:break-word}[class*=elementor-widget-loop] .elementor-page-title,[class*=elementor-widget-loop] .product_title.entry-title{display:initial}.e-loop-template-canvas{display:flex;align-items:center;justify-content:center;min-height:100vh}.e-loop-template-canvas [data-elementor-type=loop-item].e-loop-item{max-width:var(--preview-width,410px);width:var(--preview-width,410px)}.e-loop-template-canvas [data-elementor-type=loop-item].e-loop-item #elementor-add-new-section{width:var(--preview-width,410px)}.elementor-widget-n-menu{--n-menu-direction:column;--n-menu-wrapper-display:flex;--n-menu-content-display:flex;--n-menu-heading-display:flex;--n-menu-heading-justify-content:initial;--n-menu-title-color-normal:#1f2124;--n-menu-title-color-active:#58d0f5;--n-menu-icon-color:var(--n-menu-title-color-normal);--n-menu-icon-color-active:var(--n-menu-title-color-active);--n-menu-icon-color-hover:var(--n-menu-title-color-hover);--n-menu-title-normal-color-dropdown:var(--n-menu-title-color-normal);--n-menu-title-active-color-dropdown:var(--n-menu-title-color-active);--n-menu-title-hover-color-fallback:#1f2124;--n-menu-title-font-size:1rem;--n-menu-title-justify-content:initial;--n-menu-title-flex-grow:initial;--n-menu-title-justify-content-mobile:initial;--n-menu-title-space-between:0px;--n-menu-title-distance-from-content:0px;--n-menu-title-color-hover:#1f2124;--n-menu-title-padding:0.5rem 1rem;--n-menu-title-transition:0.3s;--n-menu-title-line-height:1.5;--n-menu-title-order:initial;--n-menu-title-direction:initial;--n-menu-title-align-items:center;--n-menu-toggle-align:center;--n-menu-toggle-icon-wrapper-animation-duration:500ms;--n-menu-toggle-icon-hover-duration:500ms;--n-menu-toggle-icon-size:20px;--n-menu-toggle-icon-color:#1f2124;--n-menu-toggle-icon-color-hover:var(--n-menu-toggle-icon-color);--n-menu-toggle-icon-color-active:var(--n-menu-toggle-icon-color);--n-menu-toggle-icon-border-radius:initial;--n-menu-toggle-icon-padding:initial;--n-menu-toggle-icon-distance-from-dropdown:0px;--n-menu-icon-align-items:center;--n-menu-icon-order:initial;--n-menu-icon-gap:5px;--n-menu-dropdown-icon-gap:5px;--n-menu-dropdown-indicator-size:initial;--n-menu-dropdown-indicator-rotate:initial;--n-menu-dropdown-indicator-space:initial;--n-menu-dropdown-indicator-color-normal:initial;--n-menu-dropdown-indicator-color-hover:initial;--n-menu-dropdown-indicator-color-active:initial;--n-menu-dropdown-content-max-width:initial;--n-menu-dropdown-content-box-border-color:#fff;--n-menu-dropdown-content-box-border-inline-start-width:medium;--n-menu-dropdown-content-box-border-block-end-width:medium;--n-menu-dropdown-content-box-border-block-start-width:medium;--n-menu-dropdown-content-box-border-inline-end-width:medium;--n-menu-dropdown-content-box-border-style:none;--n-menu-dropdown-headings-height:0px;--n-menu-divider-border-width:var(--n-menu-divider-width,2px);--n-menu-open-animation-duration:500ms;--n-menu-heading-overflow-x:initial;--n-menu-heading-wrap:wrap;--stretch-width:100%;--stretch-left:initial;--stretch-right:initial}.elementor-widget-n-menu .e-n-menu{display:flex;flex-direction:column;position:relative}.elementor-widget-n-menu .e-n-menu-wrapper{display:var(--n-menu-wrapper-display);flex-direction:column}.elementor-widget-n-menu .e-n-menu-heading{display:var(--n-menu-heading-display);flex-direction:row;justify-content:var(--n-menu-heading-justify-content);row-gap:var(--n-menu-title-space-between);margin:initial;padding:initial;overflow-x:var(--n-menu-heading-overflow-x);flex-wrap:var(--n-menu-heading-wrap);-ms-overflow-style:none;scrollbar-width:none}.elementor-widget-n-menu .e-n-menu-heading::-webkit-scrollbar{display:none}.elementor-widget-n-menu .e-n-menu-heading.e-scroll{cursor:grabbing;cursor:-webkit-grabbing}.elementor-widget-n-menu .e-n-menu-heading.e-scroll-active{position:relative}.elementor-widget-n-menu .e-n-menu-heading.e-scroll-active:before{content:"";position:absolute;inset-block:0;inset-inline:-1000vw;z-index:2}.elementor-widget-n-menu .e-n-menu-heading .e-n-menu-title{position:relative}.elementor-widget-n-menu .e-n-menu-heading .e-n-menu-title:not(:last-child){margin-inline-end:var(--n-menu-title-space-between)}.elementor-widget-n-menu .e-n-menu-heading .e-n-menu-title:not(:last-child):after{content:var(--n-menu-divider-content,none);border-inline-start-width:var(--n-menu-divider-border-width);border-inline-start-style:var(--n-menu-divider-style,solid);height:var(--n-menu-divider-height,35%);border-color:var(--n-menu-divider-color,#000);align-self:center;position:absolute;right:calc(var(--n-menu-title-space-between) / 2 * -1 - var(--n-menu-divider-border-width) / 2)}.elementor-widget-n-menu .e-n-menu-heading .e-n-menu-title a:focus-visible,.elementor-widget-n-menu .e-n-menu-heading .e-n-menu-title button:focus-visible{outline:5px auto -webkit-focus-ring-color}.elementor-widget-n-menu .e-n-menu-content{display:var(--n-menu-content-display);flex-direction:column;position:absolute;z-index:2147483640;background-color:transparent;min-width:0;width:var(--stretch-width);left:var(--stretch-left);right:var(--stretch-right)}.elementor-widget-n-menu .e-n-menu-content>.e-con{animation-duration:var(--n-menu-open-animation-duration);max-width:calc(100% - var(--margin-inline-start, var(--margin-left)) - var(--margin-inline-end, var(--margin-right)))}:where(.elementor-widget-n-menu .e-n-menu-content>.e-con){background-color:#fff}.elementor-widget-n-menu .e-n-menu-content>.e-con:not(.e-active){display:none}.elementor-widget-n-menu .e-n-menu-title{display:flex;flex-direction:row;align-items:center;padding:var(--n-menu-title-padding);font-weight:500;color:var(--n-menu-title-color-normal);justify-content:var(--n-menu-title-justify-content);flex-grow:var(--n-menu-title-flex-grow);border:#fff;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin:initial;gap:var(--n-menu-dropdown-indicator-space)}.elementor-widget-n-menu .e-n-menu-title.e-click,.elementor-widget-n-menu .e-n-menu-title.e-click *{cursor:pointer}.elementor-widget-n-menu .e-n-menu-title-container{display:flex;flex-direction:var(--n-menu-title-direction);align-items:var(--n-menu-title-align-items);align-self:var(--n-menu-icon-align-items);gap:var(--n-menu-icon-gap);justify-content:var(--n-menu-title-justify-content)}.elementor-widget-n-menu .e-n-menu-title-text{display:flex;align-items:center;font-size:var(--n-menu-title-font-size);line-height:var(--n-menu-title-line-height);transition:all var(--n-menu-title-transition)}.elementor-widget-n-menu .e-n-menu-title-text.e-link{cursor:pointer}.elementor-widget-n-menu .e-n-menu-title-text:not(.e-link),.elementor-widget-n-menu .e-n-menu-title-text:not(.e-link)>span{cursor:default}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-icon{display:flex;flex-direction:column;align-items:center;order:var(--n-menu-icon-order)}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-icon span{display:flex;justify-content:center;align-items:center;transition:transform 0s}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-icon span i{font-size:var(--n-menu-icon-size,var(--n-menu-title-font-size));transition:all var(--n-menu-title-transition)}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-icon span svg{fill:var(--n-menu-title-color-normal);width:var(--n-menu-icon-size,var(--n-menu-title-font-size));height:var(--n-menu-icon-size,var(--n-menu-title-font-size));transition:all var(--n-menu-title-transition)}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon{all:unset;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;text-align:center;height:calc(var(--n-menu-title-font-size) * var(--n-menu-title-line-height));align-self:var(--n-menu-icon-align-items);justify-content:center;flex-direction:column;position:relative;width:-moz-fit-content;width:fit-content;margin-inline-start:var(--n-menu-dropdown-icon-gap);transition:all var(--n-menu-title-transition);transform:var(--n-menu-dropdown-indicator-rotate)}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon span i{font-size:var(--n-menu-dropdown-indicator-size,var(--n-menu-title-font-size));width:var(--n-menu-dropdown-indicator-size,var(--n-menu-title-font-size));transition:all var(--n-menu-title-transition)}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon span svg{width:var(--n-menu-dropdown-indicator-size,var(--n-menu-title-font-size));height:var(--n-menu-dropdown-indicator-size,var(--n-menu-title-font-size));transition:all var(--n-menu-title-transition)}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded=false] .e-n-menu-dropdown-icon-opened{display:none}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded=false] .e-n-menu-dropdown-icon-closed{display:flex}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded=true] .e-n-menu-dropdown-icon-closed{display:none}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded=true] .e-n-menu-dropdown-icon-opened{display:flex}.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-title-container .e-n-menu-title-text{color:var(--n-menu-title-color-normal)}.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-icon i{color:var(--n-menu-icon-color)}.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-icon svg{fill:var(--n-menu-icon-color)}.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-dropdown-icon i{color:var(--n-menu-dropdown-indicator-color-normal,var(--n-menu-title-color-normal))}.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-dropdown-icon svg{fill:var(--n-menu-dropdown-indicator-color-normal,var(--n-menu-title-color-normal))}.elementor-widget-n-menu .e-n-menu-title:not(.e-current) .icon-active{transform:translateY(-100%);height:0;opacity:0}.elementor-widget-n-menu .e-n-menu-title.e-current span>svg{fill:var(--n-menu-title-color-active)}.elementor-widget-n-menu .e-n-menu-title.e-current,.elementor-widget-n-menu .e-n-menu-title.e-current a{color:var(--n-menu-title-color-active)}.elementor-widget-n-menu .e-n-menu-title.e-current .icon-inactive{transform:translateY(-100%);height:0;opacity:0}.elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-icon span>i{color:var(--n-menu-icon-color-active)}.elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-icon span>svg{fill:var(--n-menu-icon-color-active)}.elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-dropdown-icon i{color:var(--n-menu-dropdown-indicator-color-active,var(--n-menu-title-color-active))}.elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-dropdown-icon svg{fill:var(--n-menu-dropdown-indicator-color-active,var(--n-menu-title-color-active))}.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-title-text:not(.e-link){cursor:default}.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) svg{fill:var(--n-menu-title-color-hover,var(--n-menu-title-hover-color-fallback))}.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) i{color:var(--n-menu-title-color-hover,var(--n-menu-title-hover-color-fallback))}.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current),.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) a{color:var(--n-menu-title-color-hover)}.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-icon i{color:var(--n-menu-icon-color-hover)}.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-icon svg{fill:var(--n-menu-icon-color-hover)}.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-dropdown-icon i{color:var(--n-menu-dropdown-indicator-color-hover,var(--n-menu-title-color-hover))}.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-dropdown-icon svg{fill:var(--n-menu-dropdown-indicator-color-hover,var(--n-menu-title-color-hover))}.elementor-widget-n-menu .e-n-menu-toggle{all:unset;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:none;align-self:var(--n-menu-toggle-align);position:relative;z-index:1000}.elementor-widget-n-menu .e-n-menu-toggle:focus-visible{outline:5px auto -webkit-focus-ring-color}.elementor-widget-n-menu .e-n-menu-toggle i{font-size:var(--n-menu-toggle-icon-size);color:var(--n-menu-toggle-icon-color);transition:all var(--n-menu-toggle-icon-hover-duration)}.elementor-widget-n-menu .e-n-menu-toggle svg{fill:var(--n-menu-toggle-icon-color);width:var(--n-menu-toggle-icon-size);height:auto;transition:all var(--n-menu-toggle-icon-hover-duration)}.elementor-widget-n-menu .e-n-menu-toggle span{display:flex;justify-content:center;align-items:center;text-align:center;padding:var(--n-menu-toggle-icon-padding);border-radius:var(--n-menu-toggle-icon-border-radius)}.elementor-widget-n-menu .e-n-menu-toggle span.e-close{position:absolute;inset:0;width:100%;height:100%;opacity:0}.elementor-widget-n-menu .e-n-menu-toggle span.e-close svg{height:100%;-o-object-fit:contain;object-fit:contain}.elementor-widget-n-menu .e-n-menu-toggle [class^=elementor-animation-]{animation-duration:var(--n-menu-toggle-icon-wrapper-animation-duration);transition-duration:var(--n-menu-toggle-icon-wrapper-animation-duration)}.elementor-widget-n-menu .e-n-menu-toggle:hover i{color:var(--n-menu-toggle-icon-color-hover)}.elementor-widget-n-menu .e-n-menu-toggle:hover svg{fill:var(--n-menu-toggle-icon-color-hover)}.elementor-widget-n-menu .e-n-menu-toggle[aria-expanded=true] .e-open{opacity:0}.elementor-widget-n-menu .e-n-menu-toggle[aria-expanded=true] .e-close{opacity:1}.elementor-widget-n-menu .e-n-menu-toggle[aria-expanded=true] i{color:var(--n-menu-toggle-icon-color-active)}.elementor-widget-n-menu .e-n-menu-toggle[aria-expanded=true] svg{fill:var(--n-menu-toggle-icon-color-active)}.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]):not(.content-above) .e-n-menu-content{top:100%;z-index:1}.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]):not(.content-above) .e-n-menu-content.e-active{padding-block-start:var(--n-menu-title-distance-from-content);z-index:2}.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]).content-above .e-n-menu-content{bottom:100%;z-index:1}.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]).content-above .e-n-menu-content.e-active{padding-block-end:var(--n-menu-title-distance-from-content);z-index:2}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown]{gap:0}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-wrapper{min-width:0;width:var(--stretch-width);flex-direction:column;position:absolute;z-index:2147483640;background-color:transparent;top:100%;left:var(--stretch-left);right:var(--stretch-right);border-inline-start:var(--n-menu-dropdown-content-box-border-width-inline-start);border-block-end:var(--n-menu-dropdown-content-box-border-width-block-end);border-block-start:var(--n-menu-dropdown-content-box-border-width-block-start);border-inline-end:var(--n-menu-dropdown-content-box-border-width-inline-end);border-style:var(--n-menu-dropdown-content-box-border-style);border-color:var(--n-menu-dropdown-content-box-border-color);border-radius:var(--n-menu-dropdown-content-box-border-radius);box-shadow:var(--n-menu-dropdown-content-box-shadow-horizontal) var(--n-menu-dropdown-content-box-shadow-vertical) var(--n-menu-dropdown-content-box-shadow-blur) var(--n-menu-dropdown-content-box-shadow-spread) var(--n-menu-dropdown-content-box-shadow-color) var(--n-menu-dropdown-content-box-shadow-position,);max-height:var(--n-menu-dropdown-content-box-height);transition:max-height .3s;animation:hide-scroll .3s backwards;overflow-y:auto;overflow-x:hidden;margin-block-start:var(--n-menu-toggle-icon-distance-from-dropdown)}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title{justify-content:var(--n-menu-title-justify-content-mobile);width:auto;background-color:#fff;white-space:normal;order:var(--n-menu-title-order);margin-inline-end:0}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title:not(:first-child){margin-block-start:var(--n-menu-title-space-between)}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title:not(.e-current) .e-n-menu-title-container .e-n-menu-title-text{color:var(--n-menu-title-normal-color-dropdown)}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title:not(.e-current) .e-n-menu-dropdown-icon i{color:var(--n-menu-dropdown-indicator-color-normal,var(--n-menu-title-normal-color-dropdown))}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title:not(.e-current) .e-n-menu-dropdown-icon svg{fill:var(--n-menu-dropdown-indicator-color-normal,var(--n-menu-title-normal-color-dropdown))}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title.e-current,.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title.e-current a{color:var(--n-menu-title-active-color-dropdown)}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title.e-current .e-n-menu-dropdown-icon i{color:var(--n-menu-dropdown-indicator-color-active,var(--n-menu-title-active-color-dropdown))}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title.e-current .e-n-menu-dropdown-icon svg{fill:var(--n-menu-dropdown-indicator-color-active,var(--n-menu-title-active-color-dropdown))}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-content{overflow:hidden;width:auto;left:auto;right:auto;--n-menu-dropdown-content-max-width:initial}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-content>.e-con{order:var(--n-menu-title-order);width:var(--width);margin-block-start:var(--n-menu-title-distance-from-content)}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-content>.e-con .elementor-empty-view{min-width:0;width:100%}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-content>.e-con-inner{max-width:var(--content-width)}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-toggle[aria-expanded=true]+.e-n-menu-wrapper{--n-menu-wrapper-display:flex}.elementor-widget-n-menu.e-fit_to_content :where(.e-n-menu-content>.e-con){--width:fit-content}.elementor-widget-n-menu.e-fit_to_content :where(.e-n-menu-content>.e-con).e-empty{--empty-top-level-menu-content-container-min-width:400px;--width:var(--empty-top-level-menu-content-container-min-width)}.elementor-widget-n-menu.e-fit_to_content :where(.e-n-menu-content>.e-con) .e-con.e-empty{--nested-containers-min-width-for-dropzone:150px;min-width:var(--nested-containers-min-width-for-dropzone)}.elementor-widget-n-menu.elementor-loading{pointer-events:none}.elementor.elementor .elementor-widget-n-menu.e-n-menu-layout-dropdown{--n-menu-wrapper-display:none;--n-menu-heading-display:contents;--n-menu-content-display:contents}.elementor.elementor .elementor-widget-n-menu.e-n-menu-layout-dropdown .e-n-menu-toggle{display:flex}@media (max-width:767px){.elementor.elementor .elementor-widget-n-menu.e-n-menu-mobile{--n-menu-wrapper-display:none;--n-menu-heading-display:contents;--n-menu-content-display:contents}.elementor.elementor .elementor-widget-n-menu.e-n-menu-mobile .e-n-menu-toggle{display:flex}}@media (max-width:-1){.elementor.elementor .elementor-widget-n-menu.e-n-menu-mobile_extra{--n-menu-wrapper-display:none;--n-menu-heading-display:contents;--n-menu-content-display:contents}.elementor.elementor .elementor-widget-n-menu.e-n-menu-mobile_extra .e-n-menu-toggle{display:flex}}@media (max-width:1024px){.elementor.elementor .elementor-widget-n-menu.e-n-menu-tablet{--n-menu-wrapper-display:none;--n-menu-heading-display:contents;--n-menu-content-display:contents}.elementor.elementor .elementor-widget-n-menu.e-n-menu-tablet .e-n-menu-toggle{display:flex}}@media (max-width:-1){.elementor.elementor .elementor-widget-n-menu.e-n-menu-tablet_extra{--n-menu-wrapper-display:none;--n-menu-heading-display:contents;--n-menu-content-display:contents}.elementor.elementor .elementor-widget-n-menu.e-n-menu-tablet_extra .e-n-menu-toggle{display:flex}}@media (max-width:-1){.elementor.elementor .elementor-widget-n-menu.e-n-menu-laptop{--n-menu-wrapper-display:none;--n-menu-heading-display:contents;--n-menu-content-display:contents}.elementor.elementor .elementor-widget-n-menu.e-n-menu-laptop .e-n-menu-toggle{display:flex}}@keyframes hide-scroll{0%,to{overflow:hidden}}.e-con-inner>.elementor-widget-n-menu,.e-con>.elementor-widget-n-menu{--flex-grow:var(--container-widget-flex-grow)}[data-core-v316-plus=true] .elementor-widget-n-menu .e-n-menu .e-n-menu-content>.e-con{--padding-top:initial;--padding-right:initial;--padding-bottom:initial;--padding-left:initial}.elementor-widget-n-carousel{--e-n-carousel-slides-to-show:3;--e-n-carousel-swiper-slides-gap:10px;--e-n-carousel-swiper-slides-to-display:3;--e-n-carousel-swiper-pagination-size:0;--e-n-carousel-swiper-pagination-spacing:10px;--e-n-carousel-swiper-offset-size:0;height:-moz-fit-content;height:fit-content;--e-n-carousel-arrow-prev-top-align:50%;--e-n-carousel-arrow-prev-top-position:0px;--e-n-carousel-arrow-prev-caption-spacing:15px;--e-n-carousel-arrow-next-top-align:50%;--e-n-carousel-arrow-next-top-position:0px;--e-n-carousel-arrow-next-caption-spacing:15px;--e-n-carousel-arrow-prev-left-align:0px;--e-n-carousel-arrow-prev-left-position:0px;--e-n-carousel-arrow-next-right-align:0px;--e-n-carousel-arrow-next-right-position:0px;--e-n-carousel-arrow-next-translate-x:0px;--e-n-carousel-arrow-next-translate-y:0px;--e-n-carousel-arrow-prev-translate-x:0px;--e-n-carousel-arrow-prev-translate-y:0px;--e-n-carousel-swiper-padding-bottom:calc(var(--e-n-carousel-swiper-pagination-size) + var(--e-n-carousel-swiper-pagination-spacing));--e-n-carousel-dots-vertical-position:100%;--e-n-carousel-dots-vertical-offset:0px;--e-n-carousel-dots-horizontal-position:50%;--e-n-carousel-dots-horizontal-offset:0px;--e-n-carousel-dots-horizontal-transform:-50%;--e-n-carousel-dots-vertical-transform:-100%;--e-n-carousel-fraction-vertical-position:100%;--e-n-carousel-fraction-vertical-offset:0px;--e-n-carousel-fraction-horizontal-position:50%;--e-n-carousel-fraction-horizontal-offset:0px;--e-n-carousel-fraction-horizontal-transform:-50%;--e-n-carousel-fraction-vertical-transform:-100%;--e-n-carousel-horizontal-transform-modifier:1}.elementor-widget-n-carousel .e-n-carousel{display:flex;min-width:0}.elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper>.swiper-slide-active.elementor-edit-area-active{overflow:initial}.elementor-widget-n-carousel .e-n-carousel.offset-left{padding-inline-start:var(--e-n-carousel-swiper-offset-size,0)}.elementor-widget-n-carousel .e-n-carousel.offset-both,.elementor-widget-n-carousel .e-n-carousel.offset-right{padding-inline-end:var(--e-n-carousel-swiper-offset-size,0)}.elementor-widget-n-carousel .e-n-carousel.offset-both{padding-inline-start:var(--e-n-carousel-swiper-offset-size,0)}.elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper .swiper-slide a.e-con{display:var(--display)}.elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper>.swiper-slide{flex-shrink:0;height:var(--e-n-carousel-slide-height,initial)}.elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper>.swiper-slide>.e-con{max-width:calc(100% - var(--margin-inline-start, var(--margin-left)) - var(--margin-inline-end, var(--margin-right)));height:var(--e-n-carousel-slide-container-height,initial)}.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next,.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev{font-size:var(--e-n-carousel-arrow-size,25px);color:var(--e-n-carousel-arrow-normal-color,hsla(0,0%,93.3%,.9));border-style:var(--e-n-carousel-arrow-normal-border-type);transition-duration:.25s;z-index:2}.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next svg,.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev svg{fill:var(--e-n-carousel-arrow-normal-color,hsla(0,0%,93.3%,.9))}.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next:hover,.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover{color:var(--e-n-carousel-arrow-hover-color,hsla(0,0%,93.3%,.9));border-style:var(--e-n-carousel-arrow-hover-border-type)}.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next:hover svg,.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover svg{fill:var(--e-n-carousel-arrow-hover-color,hsla(0,0%,93.3%,.9))}.elementor-widget-n-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-next{top:calc(var(--e-n-carousel-arrow-next-top-align) + var(--e-n-carousel-arrow-next-top-position) - var(--e-n-carousel-arrow-next-caption-spacing));right:calc(var(--e-n-carousel-arrow-next-right-align) + var(--e-n-carousel-arrow-next-right-position));transform:translate(var(--e-n-carousel-arrow-next-translate-x),var(--e-n-carousel-arrow-next-translate-y))}.elementor-widget-n-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-prev{top:calc(var(--e-n-carousel-arrow-prev-top-align) + var(--e-n-carousel-arrow-prev-top-position) - var(--e-n-carousel-arrow-prev-caption-spacing));left:calc(var(--e-n-carousel-arrow-prev-left-align) + var(--e-n-carousel-arrow-prev-left-position));transform:translate(var(--e-n-carousel-arrow-prev-translate-x),var(--e-n-carousel-arrow-prev-translate-y))}.elementor-widget-n-carousel.elementor-pagination-type-bullets{--e-n-carousel-swiper-pagination-size:6px}.elementor-widget-n-carousel.elementor-pagination-type-fraction{--e-n-carousel-swiper-pagination-size:16px}.elementor-widget-n-carousel.elementor-pagination-type-progressbar{--e-n-carousel-swiper-pagination-size:4px}.elementor-widget-n-carousel .swiper-pagination-progressbar{height:var(--e-n-carousel-swiper-pagination-size)}.elementor-widget-n-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--e-n-carousel-progressbar-normal-color,#000)}.elementor-widget-n-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill:hover{background:var(--e-n-carousel-progressbar-hover-color,#000)}.elementor-widget-n-carousel .swiper-pagination-fraction{color:var(--e-n-carousel-fraction-color,#000)}.elementor-widget-n-carousel .swiper-pagination-bullet{width:var(--e-n-carousel-swiper-pagination-size);height:var(--e-n-carousel-swiper-pagination-size);background:var(--e-n-carousel-dots-normal-color,#000)}.elementor-widget-n-carousel .swiper-pagination-bullet:hover{background:var(--e-n-carousel-dots-hover-color,#000);opacity:1}.elementor-widget-n-carousel .swiper-horizontal>.swiper-pagination-bullets,.elementor-widget-n-carousel .swiper-pagination,.elementor-widget-n-carousel .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-widget-n-carousel .swiper-pagination-custom,.elementor-widget-n-carousel .swiper-pagination-fraction{font-size:var(--e-n-carousel-swiper-pagination-size);line-height:var(--e-n-carousel-swiper-pagination-size)}.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper,.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper-container{padding-bottom:var(--e-n-carousel-swiper-padding-bottom)}.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper-container .elementor-background-slideshow,.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper .elementor-background-slideshow{padding-bottom:0}.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container .swiper-pagination-bullet{vertical-align:top}.elementor-widget-n-carousel .swiper-pagination-bullets{top:calc(var(--e-n-carousel-dots-vertical-position) + var(--e-n-carousel-dots-vertical-offset));left:calc(var(--e-n-carousel-dots-horizontal-position) + var(--e-n-carousel-dots-horizontal-offset));transform:translate(calc(var(--e-n-carousel-dots-horizontal-transform) * var(--e-n-carousel-horizontal-transform-modifier)),var(--e-n-carousel-dots-vertical-transform));width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;z-index:3}.elementor-widget-n-carousel .swiper-pagination-fraction{top:calc(var(--e-n-carousel-fraction-vertical-position) + var(--e-n-carousel-fraction-vertical-offset));left:calc(var(--e-n-carousel-fraction-horizontal-position) + var(--e-n-carousel-fraction-horizontal-offset));transform:translate(calc(var(--e-n-carousel-fraction-horizontal-transform) * var(--e-n-carousel-horizontal-transform-modifier)),var(--e-n-carousel-fraction-vertical-transform));width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;z-index:3}.swiper-container:not(.swiper-container-initialized)>.swiper-wrapper,.swiper:not(.swiper-initialized)>.swiper-wrapper{gap:var(--e-n-carousel-swiper-slides-gap);overflow:hidden}.swiper-container:not(.swiper-container-initialized)>.swiper-wrapper>.swiper--slide,.swiper:not(.swiper-initialized)>.swiper-wrapper>.swiper--slide{--e-n-carousel-number-of-gaps:max(calc(var(--e-n-carousel-swiper-slides-to-display) - 1),0);--e-n-carousel-gaps-width-total:calc(var(--e-n-carousel-number-of-gaps) * var(--e-n-carousel-swiper-slides-gap));max-width:calc((100% - var(--e-n-carousel-gaps-width-total)) / var(--e-n-carousel-swiper-slides-to-display, 1))}[data-core-v316-plus=true] .elementor-widget-n-carousel .e-n-carousel .swiper-slide>.e-con{--padding-top:initial;--padding-right:initial;--padding-bottom:initial;--padding-left:initial}.elementor-widget-taxonomy-filter{--e-filter-display:flex;--e-filter-direction:row;--e-filter-justify-content:center;--e-filter-wrap:wrap;--e-filter-align-items:center;--e-filter-item-width:initial;--e-filter-item-max-width:calc(100% - calc(var(--e-filter-item-padding)*3));--e-filter-item-justify-content:center;--e-filter-item-flex-grow:0;--e-filter-item-align-items:center;--e-filter-item-border-radius:initial;--e-filter-space-between:20px;--e-filter-normal-text-color:#69727d;--e-filter-active-text-color:#0c0d0e;--e-filter-hover-text-color:#0c0d0e;--e-filter-overflow-x:initial;--e-filter-white-space:nowrap;--e-filter-item-align-text:center;--e-filter-item-padding:8px;--e-filter-item-box-sizing:initial}.elementor-widget-taxonomy-filter .e-filter{display:var(--e-filter-display);flex-direction:var(--e-filter-direction);flex-shrink:0;justify-content:var(--e-filter-justify-content);align-items:var(--e-filter-align-items);gap:var(--e-filter-space-between);overflow-x:var(--e-filter-overflow-x);flex-wrap:var(--e-filter-wrap);-ms-overflow-style:none;scrollbar-width:none}.elementor-widget-taxonomy-filter .e-filter::-webkit-scrollbar{display:none}.elementor-widget-taxonomy-filter .e-filter.e-scroll{cursor:grabbing;cursor:-webkit-grabbing}.elementor-widget-taxonomy-filter .e-filter.e-scroll-active{position:relative}.elementor-widget-taxonomy-filter .e-filter.e-scroll-active:before{content:"";position:absolute;inset-block:0;inset-inline:-1000vw;z-index:2}.elementor-widget-taxonomy-filter .e-filter-item{all:unset;border:1px #69727d;border-radius:var(--e-filter-item-border-radius);line-height:normal;color:var(--e-filter-normal-text-color);padding:var(--e-filter-item-padding);display:var(--e-filter-display);justify-content:var(--e-filter-item-justify-content);align-items:var(--e-filter-item-align-items);flex-grow:var(--e-filter-item-flex-grow);flex-basis:content;flex-shrink:0;width:var(--e-filter-item-width);max-width:var(--e-filter-item-max-width);white-space:var(--e-filter-white-space);text-align:var(--e-filter-item-align-text);box-sizing:var(--e-filter-item-box-sizing);overflow-wrap:break-word;overflow:hidden}.elementor-widget-taxonomy-filter .e-filter-item[aria-pressed=true]{color:var(--e-filter-active-text-color);border-color:#0c0d0e}.elementor-widget-taxonomy-filter .e-filter-item:hover:not([aria-pressed=true]){color:var(--e-filter-hover-text-color);border-color:#0c0d0e}.elementor-widget-taxonomy-filter .e-filter-item:hover,.elementor-widget-taxonomy-filter .e-filter-item[aria-pressed=true]{background-color:initial}.elementor-widget-taxonomy-filter .e-filter-item[data-filter=__all]{order:-1}.elementor-widget-taxonomy-filter .e-filter-item:focus{background-color:initial;outline:none}.elementor-widget-taxonomy-filter .e-filter-item:focus-visible{outline:5px auto -webkit-focus-ring-color}.elementor-widget-taxonomy-filter .e-filter-empty{background-color:rgba(213,216,220,.8);color:#0c0d0e;text-align:center;font-size:1rem;padding:1rem 0}.elementor-widget-loop-grid .e-loop-item.e-inactive{display:none}.elementor-5405 .elementor-element.elementor-element-ff9f0c3{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--justify-content:space-around;--gap:0px 0px;--background-transition:0.3s;border-style:none;--border-style:none;--border-radius:20px 20px 20px 20px;--margin-top:0px;--margin-bottom:10px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5405 .elementor-element.elementor-element-ff9f0c3:not(.elementor-motion-effects-element-type-background), .elementor-5405 .elementor-element.elementor-element-ff9f0c3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFDA2791;}.elementor-5405 .elementor-element.elementor-element-ff9f0c3, .elementor-5405 .elementor-element.elementor-element-ff9f0c3::before{--border-transition:0.3s;}.elementor-5405 .elementor-element.elementor-element-b6eebf0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--justify-content:center;--background-transition:0.3s;}.elementor-5405 .elementor-element.elementor-element-932e913{columns:1;text-align:center;}.elementor-5405 .elementor-element.elementor-element-932e913 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;border-style:none;border-radius:0px 0px 0px 0px;}.elementor-5405 .elementor-element.elementor-element-ef62954{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;--border-radius:20px 20px 20px 20px;}.elementor-5405 .elementor-element.elementor-element-ef62954:not(.elementor-motion-effects-element-type-background), .elementor-5405 .elementor-element.elementor-element-ef62954 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-5405 .elementor-element.elementor-element-ef62954, .elementor-5405 .elementor-element.elementor-element-ef62954::before{--border-transition:0.3s;}.elementor-5405 .elementor-element.elementor-element-6f23a34 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 1.22 * 100% );}.elementor-5405 .elementor-element.elementor-element-6f23a34:after{content:"1.22";}.elementor-5405 .elementor-element.elementor-element-6f23a34 .elementor-post__thumbnail__link{width:33%;}.elementor-5405 .elementor-element.elementor-element-6f23a34{--grid-column-gap:30px;--grid-row-gap:35px;}.elementor-5405 .elementor-element.elementor-element-6f23a34.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-5405 .elementor-element.elementor-element-6f23a34.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-5405 .elementor-element.elementor-element-6f23a34.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}.elementor-5405 .elementor-element.elementor-element-6f23a34 .elementor-post__title, .elementor-5405 .elementor-element.elementor-element-6f23a34 .elementor-post__title a{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-5405 .elementor-element.elementor-element-0e06e0a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--justify-content:center;--background-transition:0.3s;}.elementor-5405 .elementor-element.elementor-element-c6bc5c1{text-align:center;}.elementor-5405 .elementor-element.elementor-element-c6bc5c1 > .elementor-widget-container{border-style:none;border-radius:0px 0px 0px 0px;}.elementor-5405 .elementor-element.elementor-element-b177189{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--background-transition:0.3s;border-style:none;--border-style:none;--border-radius:20px 0px 20px 20px;--margin-top:0px;--margin-bottom:10px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5405 .elementor-element.elementor-element-b177189, .elementor-5405 .elementor-element.elementor-element-b177189::before{--border-transition:0.3s;}.elementor-5405 .elementor-element.elementor-element-7680125{text-align:center;}.elementor-5405 .elementor-element.elementor-element-7680125 img{width:100%;max-width:100%;height:50px;object-fit:cover;object-position:top center;border-radius:20px 20px 20px 20px;}.elementor-5405 .elementor-element.elementor-element-7680125 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5405 .elementor-element.elementor-element-7680125.elementor-element{--align-self:stretch;}.elementor-5405 .elementor-element.elementor-element-60ca447{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--background-transition:0.3s;border-style:none;--border-style:none;--border-radius:20px 0px 20px 20px;--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-5405 .elementor-element.elementor-element-60ca447, .elementor-5405 .elementor-element.elementor-element-60ca447::before{--border-transition:0.3s;}.elementor-5405 .elementor-element.elementor-element-1eea6d3{text-align:center;width:100%;max-width:100%;}.elementor-5405 .elementor-element.elementor-element-1eea6d3 .elementor-heading-title{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-5405 .elementor-element.elementor-element-1eea6d3 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;background-color:#FFDA2794;border-style:none;border-radius:20px 20px 20px 20px;}.elementor-5405 .elementor-element.elementor-element-f9dbe9c{--swiper-slides-to-display:6;--arrow-prev-left-align:0%;--arrow-prev-translate-x:0px;--arrow-prev-left-position:0px;--arrow-prev-top-align:50%;--arrow-prev-translate-y:-50%;--arrow-prev-top-position:0px;--arrow-next-right-align:0%;--arrow-next-translate-x:0%;--arrow-next-right-position:0px;--arrow-next-top-align:50%;--arrow-next-translate-y:-50%;--arrow-next-top-position:0px;--swiper-slides-gap:10px;--arrow-normal-color:var( --e-global-color-primary );--swiper-pagination-size:20px;--dots-normal-color:var( --e-global-color-primary );}.elementor-5405 .elementor-element.elementor-element-f9dbe9c .swiper-slide > .elementor-element{height:100%;}.elementor-5405 .elementor-element.elementor-element-f9dbe9c.elementor-element{--align-self:center;}.elementor-5405 .elementor-element.elementor-element-f9dbe9c > .elementor-widget-container{background-color:#FFDA279E;border-radius:20px 20px 20px 20px;}.elementor-5405 .elementor-element.elementor-element-062b3e9{text-align:center;}.elementor-5405 .elementor-element.elementor-element-062b3e9 img{width:100%;max-width:100%;height:50px;object-fit:cover;object-position:top center;border-radius:20px 20px 20px 20px;}.elementor-5405 .elementor-element.elementor-element-062b3e9 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5405 .elementor-element.elementor-element-062b3e9.elementor-element{--align-self:stretch;}.elementor-5405 .elementor-element.elementor-element-bb4692a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--gap:0px 0px;--background-transition:0.3s;}.elementor-5405 .elementor-element.elementor-element-32e915e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-5405 .elementor-element.elementor-element-8593ae1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-5405 .elementor-element.elementor-element-af1fb23{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-5405 .elementor-element.elementor-element-ebf9918{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-5405 .elementor-element.elementor-element-c3b636c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-5405 .elementor-element.elementor-element-d6a7b87{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-5405 .elementor-element.elementor-element-653e63f{text-align:center;}.elementor-5405 .elementor-element.elementor-element-1e775cc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;--border-radius:20px 20px 20px 20px;}.elementor-5405 .elementor-element.elementor-element-bb4d304{text-align:center;}.elementor-5405 .elementor-element.elementor-element-bb4d304 img{width:100%;max-width:100%;height:50px;object-fit:cover;object-position:bottom center;border-radius:20px 20px 20px 20px;}@media(max-width:1024px){.elementor-5405 .elementor-element.elementor-element-f9dbe9c{--swiper-slides-to-display:2;}}@media(min-width:768px){.elementor-5405 .elementor-element.elementor-element-ff9f0c3{--width:100%;}.elementor-5405 .elementor-element.elementor-element-b6eebf0{--width:25%;}.elementor-5405 .elementor-element.elementor-element-ef62954{--width:25%;}.elementor-5405 .elementor-element.elementor-element-0e06e0a{--width:25%;}.elementor-5405 .elementor-element.elementor-element-b177189{--width:100%;}.elementor-5405 .elementor-element.elementor-element-60ca447{--width:100%;}.elementor-5405 .elementor-element.elementor-element-bb4692a{--width:75%;}.elementor-5405 .elementor-element.elementor-element-32e915e{--width:25%;}.elementor-5405 .elementor-element.elementor-element-8593ae1{--width:25%;}.elementor-5405 .elementor-element.elementor-element-af1fb23{--width:25%;}.elementor-5405 .elementor-element.elementor-element-ebf9918{--width:25%;}.elementor-5405 .elementor-element.elementor-element-c3b636c{--width:25%;}.elementor-5405 .elementor-element.elementor-element-1e775cc{--width:100%;}}@media(max-width:767px){.elementor-5405 .elementor-element.elementor-element-6f23a34 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-5405 .elementor-element.elementor-element-6f23a34:after{content:"0.5";}.elementor-5405 .elementor-element.elementor-element-6f23a34 .elementor-post__thumbnail__link{width:100%;}.elementor-5405 .elementor-element.elementor-element-f9dbe9c{--swiper-slides-to-display:1;}}.elementor-5801 .elementor-element.elementor-element-5f78807{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--gap:0px 0px;--flex-wrap:wrap;--background-transition:0.3s;}.elementor-5801 .elementor-element.elementor-element-de5ee95{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-5801 .elementor-element.elementor-element-3d8912d .elementor-menu-toggle{margin:0 auto;}.elementor-5801 .elementor-element.elementor-element-3d8912d .elementor-nav-menu .elementor-item{font-size:15px;font-weight:300;}.elementor-5801 .elementor-element.elementor-element-3d8912d .elementor-nav-menu--dropdown{background-color:var( --e-global-color-accent );}.elementor-5801 .elementor-element.elementor-element-3d8912d > .elementor-widget-container{border-style:none;}.elementor-5801 .elementor-element.elementor-element-17e0335{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-5801 .elementor-element.elementor-element-36c4abb{--grid-template-columns:repeat(0, auto);--icon-size:18px;--grid-column-gap:5px;--grid-row-gap:0px;}.elementor-5801 .elementor-element.elementor-element-36c4abb .elementor-widget-container{text-align:right;}.elementor-5801 .elementor-element.elementor-element-36c4abb .elementor-social-icon{background-color:var( --e-global-color-primary );}.elementor-5801 .elementor-element.elementor-element-36c4abb .elementor-social-icon i{color:var( --e-global-color-accent );}.elementor-5801 .elementor-element.elementor-element-36c4abb .elementor-social-icon svg{fill:var( --e-global-color-accent );}.elementor-5801 .elementor-element.elementor-element-893b63b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-5801 .elementor-element.elementor-element-68f8b7f{text-align:left;}.elementor-5801 .elementor-element.elementor-element-68f8b7f img{max-width:60%;}.elementor-5801 .elementor-element.elementor-element-5043732{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--justify-content:flex-end;--background-transition:0.3s;}.elementor-5801 .elementor-element.elementor-element-7ad3180 .elementor-menu-toggle{margin:0 auto;}.elementor-5801 .elementor-element.elementor-element-7ad3180 .elementor-nav-menu .elementor-item{font-family:"Coda", Sans-serif;font-size:20px;font-weight:400;}.elementor-5801 .elementor-element.elementor-element-7ad3180 .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-5801 .elementor-element.elementor-element-7ad3180 .elementor-nav-menu--main .elementor-item:hover,
					.elementor-5801 .elementor-element.elementor-element-7ad3180 .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-5801 .elementor-element.elementor-element-7ad3180 .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-5801 .elementor-element.elementor-element-7ad3180 .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-accent );fill:var( --e-global-color-accent );}.elementor-5801 .elementor-element.elementor-element-7ad3180 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-5801 .elementor-element.elementor-element-7ad3180 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var( --e-global-color-primary );}.elementor-5801 .elementor-element.elementor-element-7ad3180 .e--pointer-framed .elementor-item:before,
					.elementor-5801 .elementor-element.elementor-element-7ad3180 .e--pointer-framed .elementor-item:after{border-color:var( --e-global-color-primary );}.elementor-5801 .elementor-element.elementor-element-7ad3180 .elementor-nav-menu--main .elementor-item.elementor-item-active{color:var( --e-global-color-accent );}.elementor-5801 .elementor-element.elementor-element-7ad3180 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:before,
					.elementor-5801 .elementor-element.elementor-element-7ad3180 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:after{background-color:var( --e-global-color-accent );}.elementor-5801 .elementor-element.elementor-element-7ad3180 .e--pointer-framed .elementor-item.elementor-item-active:before,
					.elementor-5801 .elementor-element.elementor-element-7ad3180 .e--pointer-framed .elementor-item.elementor-item-active:after{border-color:var( --e-global-color-accent );}.elementor-5801 .elementor-element.elementor-element-7ad3180 .e--pointer-framed .elementor-item:before{border-width:3px;}.elementor-5801 .elementor-element.elementor-element-7ad3180 .e--pointer-framed.e--animation-draw .elementor-item:before{border-width:0 0 3px 3px;}.elementor-5801 .elementor-element.elementor-element-7ad3180 .e--pointer-framed.e--animation-draw .elementor-item:after{border-width:3px 3px 0 0;}.elementor-5801 .elementor-element.elementor-element-7ad3180 .e--pointer-framed.e--animation-corners .elementor-item:before{border-width:3px 0 0 3px;}.elementor-5801 .elementor-element.elementor-element-7ad3180 .e--pointer-framed.e--animation-corners .elementor-item:after{border-width:0 3px 3px 0;}.elementor-5801 .elementor-element.elementor-element-7ad3180 .e--pointer-underline .elementor-item:after,
					 .elementor-5801 .elementor-element.elementor-element-7ad3180 .e--pointer-overline .elementor-item:before,
					 .elementor-5801 .elementor-element.elementor-element-7ad3180 .e--pointer-double-line .elementor-item:before,
					 .elementor-5801 .elementor-element.elementor-element-7ad3180 .e--pointer-double-line .elementor-item:after{height:3px;}.elementor-5801 .elementor-element.elementor-element-7ad3180 .elementor-nav-menu--dropdown{background-color:var( --e-global-color-accent );}.elementor-5801 .elementor-element.elementor-element-7ad3180{width:100%;max-width:100%;}@media(max-width:767px){.elementor-5801 .elementor-element.elementor-element-de5ee95{--border-radius:0px 0px 0px 0px;}.elementor-5801 .elementor-element.elementor-element-3d8912d .elementor-nav-menu--dropdown a{padding-left:0px;padding-right:0px;}.elementor-5801 .elementor-element.elementor-element-3d8912d > .elementor-widget-container{border-radius:0px 0px 0px 0px;}.elementor-5801 .elementor-element.elementor-element-36c4abb.elementor-element{--align-self:center;}.elementor-5801 .elementor-element.elementor-element-68f8b7f{text-align:center;}.elementor-5801 .elementor-element.elementor-element-5043732{--align-items:flex-end;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}}@media(min-width:768px){.elementor-5801 .elementor-element.elementor-element-5f78807{--width:100%;}.elementor-5801 .elementor-element.elementor-element-de5ee95{--width:50%;}.elementor-5801 .elementor-element.elementor-element-17e0335{--width:50%;}.elementor-5801 .elementor-element.elementor-element-893b63b{--width:50%;}.elementor-5801 .elementor-element.elementor-element-5043732{--width:50%;}}.elementor-6341 .elementor-element.elementor-element-d90aa76{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--justify-content:center;--align-items:center;--gap:10px 10px;--background-transition:0.3s;}.elementor-6341 .elementor-element.elementor-element-072c761{text-align:left;}.elementor-6341 .elementor-element.elementor-element-072c761 .elementor-heading-title{color:#FFFFFF;font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-6341 .elementor-element.elementor-element-072c761.elementor-element{--align-self:center;}.elementor-6341 .elementor-element.elementor-element-331084f{--display:flex;--background-transition:0.3s;}.elementor-6341 .elementor-element.elementor-element-ca709b7 img{max-width:39%;}.elementor-6341 .elementor-element.elementor-element-ec580b5{text-align:right;color:#FFFFFF;}.elementor-6341 .elementor-element.elementor-element-ec580b5 > .elementor-widget-container{padding:0px 25px 0px 0px;}.elementor-6341 .elementor-element.elementor-element-ec580b5.elementor-element{--align-self:center;}.elementor-6341 .elementor-element.elementor-element-c17fc06 .elementor-button{background-color:var( --e-global-color-accent );border-radius:20px 20px 20px 20px;padding:4px 4px 4px 4px;}.elementor-6341 .elementor-element.elementor-element-c17fc06.elementor-element{--align-self:center;}.elementor-6341:not(.elementor-motion-effects-element-type-background), .elementor-6341 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B0B0B;}@media(max-width:767px){.elementor-6341 .elementor-element.elementor-element-ca709b7 img{max-width:11%;}}@media(min-width:768px){.elementor-6341 .elementor-element.elementor-element-331084f{--width:5%;}}.um-popup-overlay{background:rgba(0,0,0,.7);width:100%;height:100%;position:fixed;top:0;left:0;z-index:1999992}.um-popup *{-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}.um-popup{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;position:fixed;left:50%;top:10%;margin-left:-250px;width:500px;background:#fff;box-shadow:0 1px 3px #111;z-index:1999993;box-sizing:border-box;overflow:auto;color:#888;padding:0!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}.um-popup.loading{background:#fff url(/wp-content/plugins/ultimate-member/assets/css/../img/loading.gif) no-repeat center;min-height:100px}.um-popup a{outline:0!important}.um-modal-overlay{background:rgba(0,0,0,.85);width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999}.um-modal *{-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}.um-modal-hidden-content{display:none}.um-modal-close{display:block;position:fixed;right:0;top:0;font-size:24px;text-decoration:none!important;color:#fff!important;padding:0 10px}.um-modal{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;position:fixed;left:50%;display:none;z-index:1999993;box-sizing:border-box;bottom:-50px}.um-modal.normal{width:500px;margin-left:-250px}.um-modal.large{width:730px;margin-left:-365px}.um-modal.small{width:400px;margin-left:-200px}.um-modal-body{min-height:3px;padding:20px;box-sizing:border-box!important;width:100%;background:#fff;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}.um-modal-body.photo{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;box-shadow:0 0 0 1px rgba(0,0,0,.1),0 0 0 1px rgba(255,255,255,.12) inset;background:#888;padding:0}.um-modal-body.photo img{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;display:block;overflow:hidden;opacity:0}.um-modal.loading .um-modal-body{background:#fff url(/wp-content/plugins/ultimate-member/assets/css/../img/loading.gif) no-repeat center;min-height:150px}.um-modal div.um{margin-bottom:20px!important}.um-modal-header{-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;height:44px;line-height:44px;color:#fff;padding:0 20px;box-sizing:border-box;font-size:17px}.um-modal-footer{margin-top:20px}.um-modal-left{float:left}.um-modal-right{float:right}.um-modal-btn.disabled,.um-modal-btn.disabled:hover{opacity:.5;cursor:default!important}.um-modal-btn{cursor:pointer!important;line-height:34px!important;height:34px;display:inline-block;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;padding:0 20px;text-align:center;color:#fff;vertical-align:middle;font-size:14px;box-sizing:border-box;transition:.2s;text-decoration:none!important}a.um-modal-btn:visited{color:#fff}.um-modal-btn:hover{background:#44b0ec;color:#fff}.um-modal-btn.alt{color:#666;background:#eee}.um-modal-btn.alt:hover{background:#e5e5e5}.um-modal .um-single-image-preview.crop img{float:left}/*! jQuery UI - v1.13.2 - 2023-10-18
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=.um&folderName=um-&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.um .ui-draggable-handle{-ms-touch-action:none;touch-action:none}.um .ui-helper-hidden{display:none}.um .ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.um .ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.um .ui-helper-clearfix:before,.um .ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.um .ui-helper-clearfix:after{clear:both}.um .ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;-ms-filter:"alpha(opacity=0)"}.um .ui-front{z-index:100}.um .ui-state-disabled{cursor:default!important;pointer-events:none}.um .ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.um .ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.um .ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.um .ui-resizable{position:relative}.um .ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.um .ui-resizable-disabled .ui-resizable-handle,.um .ui-resizable-autohide .ui-resizable-handle{display:none}.um .ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.um .ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.um .ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.um .ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.um .ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.um .ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.um .ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.um .ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.um .ui-selectable{-ms-touch-action:none;touch-action:none}.um .ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.um .ui-sortable-handle{-ms-touch-action:none;touch-action:none}.um .ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.um .ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.um .ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.um .ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.um .ui-menu .ui-menu{position:absolute}.um .ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.um .ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.um .ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.um .ui-menu .ui-state-focus,.um .ui-menu .ui-state-active{margin:-1px}.um .ui-menu-icons{position:relative}.um .ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.um .ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.um .ui-menu .ui-menu-icon{left:auto;right:0}.um .ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.um .ui-button,.um .ui-button:link,.um .ui-button:visited,.um .ui-button:hover,.um .ui-button:active{text-decoration:none}.um .ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.um .ui-button.ui-button-icon-only{text-indent:0}.um .ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.um .ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.um .ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.um .ui-button::-moz-focus-inner,button.um .ui-button::-moz-focus-inner{border:0;padding:0}.um .ui-controlgroup{vertical-align:middle;display:inline-block}.um .ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.um .ui-controlgroup > .ui-controlgroup-item:focus,.um .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.um .ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.um .ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.um .ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.um .ui-controlgroup .ui-controlgroup-label span{font-size:80%}.um .ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.um .ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.um .ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.um .ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.um .ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.um .ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.um .ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.um .ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.um .ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.um .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.um .ui-checkboxradio-disabled{pointer-events:none}.um .ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.um .ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.um .ui-datepicker .ui-datepicker-prev,.um .ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.um .ui-datepicker .ui-datepicker-prev-hover,.um .ui-datepicker .ui-datepicker-next-hover{top:1px}.um .ui-datepicker .ui-datepicker-prev{left:2px}.um .ui-datepicker .ui-datepicker-next{right:2px}.um .ui-datepicker .ui-datepicker-prev-hover{left:1px}.um .ui-datepicker .ui-datepicker-next-hover{right:1px}.um .ui-datepicker .ui-datepicker-prev span,.um .ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.um .ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.um .ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.um .ui-datepicker select.ui-datepicker-month,.um .ui-datepicker select.ui-datepicker-year{width:45%}.um .ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.um .ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.um .ui-datepicker td{border:0;padding:1px}.um .ui-datepicker td span,.um .ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.um .ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.um .ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.um .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.um .ui-datepicker.ui-datepicker-multi{width:auto}.um .ui-datepicker-multi .ui-datepicker-group{float:left}.um .ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.um .ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.um .ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.um .ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.um .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.um .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.um .ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.um .ui-datepicker-row-break{clear:both;width:100%;font-size:0}.um .ui-datepicker-rtl{direction:rtl}.um .ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.um .ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.um .ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.um .ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.um .ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.um .ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.um .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.um .ui-datepicker-rtl .ui-datepicker-group{float:right}.um .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.um .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.um .ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.um .ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.um .ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.um .ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.um .ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.um .ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.um .ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.um .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.um .ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.um .ui-dialog .ui-resizable-n{height:2px;top:0}.um .ui-dialog .ui-resizable-e{width:2px;right:0}.um .ui-dialog .ui-resizable-s{height:2px;bottom:0}.um .ui-dialog .ui-resizable-w{width:2px;left:0}.um .ui-dialog .ui-resizable-se,.um .ui-dialog .ui-resizable-sw,.um .ui-dialog .ui-resizable-ne,.um .ui-dialog .ui-resizable-nw{width:7px;height:7px}.um .ui-dialog .ui-resizable-se{right:0;bottom:0}.um .ui-dialog .ui-resizable-sw{left:0;bottom:0}.um .ui-dialog .ui-resizable-ne{right:0;top:0}.um .ui-dialog .ui-resizable-nw{left:0;top:0}.um .ui-draggable .ui-dialog-titlebar{cursor:move}.um .ui-progressbar{height:2em;text-align:left;overflow:hidden}.um .ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.um .ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;-ms-filter:"alpha(opacity=25)";opacity:0.25}.um .ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.um .ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.um .ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.um .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.um .ui-selectmenu-open{display:block}.um .ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.um .ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.um .ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.um .ui-slider{position:relative;text-align:left}.um .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:pointer;-ms-touch-action:none;touch-action:none}.um .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.um .ui-slider.ui-state-disabled .ui-slider-handle,.um .ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.um .ui-slider-horizontal{height:.8em}.um .ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.um .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.um .ui-slider-horizontal .ui-slider-range-min{left:0}.um .ui-slider-horizontal .ui-slider-range-max{right:0}.um .ui-slider-vertical{width:.8em;height:100px}.um .ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.um .ui-slider-vertical .ui-slider-range{left:0;width:100%}.um .ui-slider-vertical .ui-slider-range-min{bottom:0}.um .ui-slider-vertical .ui-slider-range-max{top:0}.um .ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.um .ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.um .ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.um .ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.um .ui-spinner-up{top:0}.um .ui-spinner-down{bottom:0}.um .ui-tabs{position:relative;padding:.2em}.um .ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.um .ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.um .ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.um .ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.um .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.um .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.um .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.um .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.um .ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.um .ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .um .ui-tooltip{border-width:2px}.um .ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.um .ui-widget .ui-widget{font-size:1em}.um .ui-widget input,.um .ui-widget select,.um .ui-widget textarea,.um .ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.um .ui-widget.ui-widget-content{border:1px solid #c5c5c5}.um .ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.um .ui-widget-content a{color:#333}.um .ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.um .ui-widget-header a{color:#333}.um .ui-state-default,.um .ui-widget-content .ui-state-default,.um .ui-widget-header .ui-state-default,.um .ui-button,html .um .ui-button.ui-state-disabled:hover,html .um .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.um .ui-state-default a,.um .ui-state-default a:link,.um .ui-state-default a:visited,a.um .ui-button,a:link.um .ui-button,a:visited.um .ui-button,.um .ui-button{color:#454545;text-decoration:none}.um .ui-state-hover,.um .ui-widget-content .ui-state-hover,.um .ui-widget-header .ui-state-hover,.um .ui-state-focus,.um .ui-widget-content .ui-state-focus,.um .ui-widget-header .ui-state-focus,.um .ui-button:hover,.um .ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.um .ui-state-hover a,.um .ui-state-hover a:hover,.um .ui-state-hover a:link,.um .ui-state-hover a:visited,.um .ui-state-focus a,.um .ui-state-focus a:hover,.um .ui-state-focus a:link,.um .ui-state-focus a:visited,a.um .ui-button:hover,a.um .ui-button:focus{color:#2b2b2b;text-decoration:none}.um .ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.um .ui-state-active,.um .ui-widget-content .ui-state-active,.um .ui-widget-header .ui-state-active,a.um .ui-button:active,.um .ui-button:active,.um .ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.um .ui-icon-background,.um .ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.um .ui-state-active a,.um .ui-state-active a:link,.um .ui-state-active a:visited{color:#fff;text-decoration:none}.um .ui-state-highlight,.um .ui-widget-content .ui-state-highlight,.um .ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.um .ui-state-checked{border:1px solid #dad55e;background:#fffa90}.um .ui-state-highlight a,.um .ui-widget-content .ui-state-highlight a,.um .ui-widget-header .ui-state-highlight a{color:#777620}.um .ui-state-error,.um .ui-widget-content .ui-state-error,.um .ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.um .ui-state-error a,.um .ui-widget-content .ui-state-error a,.um .ui-widget-header .ui-state-error a{color:#5f3f3f}.um .ui-state-error-text,.um .ui-widget-content .ui-state-error-text,.um .ui-widget-header .ui-state-error-text{color:#5f3f3f}.um .ui-priority-primary,.um .ui-widget-content .ui-priority-primary,.um .ui-widget-header .ui-priority-primary{font-weight:bold}.um .ui-priority-secondary,.um .ui-widget-content .ui-priority-secondary,.um .ui-widget-header .ui-priority-secondary{opacity:.7;-ms-filter:"alpha(opacity=70)";font-weight:normal}.um .ui-state-disabled,.um .ui-widget-content .ui-state-disabled,.um .ui-widget-header .ui-state-disabled{opacity:.35;-ms-filter:"alpha(opacity=35)";background-image:none}.um .ui-state-disabled .ui-icon{-ms-filter:"alpha(opacity=35)"}.um .ui-icon{width:16px;height:16px}.um .ui-icon,.um .ui-widget-content .ui-icon{background-image:url(/wp-content/plugins/ultimate-member/assets/libs/jquery-ui/images/ui-icons_444444_256x240.png)}.um .ui-widget-header .ui-icon{background-image:url(/wp-content/plugins/ultimate-member/assets/libs/jquery-ui/images/ui-icons_444444_256x240.png)}.um .ui-state-hover .ui-icon,.um .ui-state-focus .ui-icon,.um .ui-button:hover .ui-icon,.um .ui-button:focus .ui-icon{background-image:url(/wp-content/plugins/ultimate-member/assets/libs/jquery-ui/images/ui-icons_555555_256x240.png)}.um .ui-state-active .ui-icon,.um .ui-button:active .ui-icon{background-image:url(/wp-content/plugins/ultimate-member/assets/libs/jquery-ui/images/ui-icons_ffffff_256x240.png)}.um .ui-state-highlight .ui-icon,.um .ui-button .ui-state-highlight.ui-icon{background-image:url(/wp-content/plugins/ultimate-member/assets/libs/jquery-ui/images/ui-icons_777620_256x240.png)}.um .ui-state-error .ui-icon,.um .ui-state-error-text .ui-icon{background-image:url(/wp-content/plugins/ultimate-member/assets/libs/jquery-ui/images/ui-icons_cc0000_256x240.png)}.um .ui-button .ui-icon{background-image:url(/wp-content/plugins/ultimate-member/assets/libs/jquery-ui/images/ui-icons_777777_256x240.png)}.um .ui-icon-blank.ui-icon-blank.ui-icon-blank{background-image:none}.um .ui-icon-caret-1-n{background-position:0 0}.um .ui-icon-caret-1-ne{background-position:-16px 0}.um .ui-icon-caret-1-e{background-position:-32px 0}.um .ui-icon-caret-1-se{background-position:-48px 0}.um .ui-icon-caret-1-s{background-position:-65px 0}.um .ui-icon-caret-1-sw{background-position:-80px 0}.um .ui-icon-caret-1-w{background-position:-96px 0}.um .ui-icon-caret-1-nw{background-position:-112px 0}.um .ui-icon-caret-2-n-s{background-position:-128px 0}.um .ui-icon-caret-2-e-w{background-position:-144px 0}.um .ui-icon-triangle-1-n{background-position:0 -16px}.um .ui-icon-triangle-1-ne{background-position:-16px -16px}.um .ui-icon-triangle-1-e{background-position:-32px -16px}.um .ui-icon-triangle-1-se{background-position:-48px -16px}.um .ui-icon-triangle-1-s{background-position:-65px -16px}.um .ui-icon-triangle-1-sw{background-position:-80px -16px}.um .ui-icon-triangle-1-w{background-position:-96px -16px}.um .ui-icon-triangle-1-nw{background-position:-112px -16px}.um .ui-icon-triangle-2-n-s{background-position:-128px -16px}.um .ui-icon-triangle-2-e-w{background-position:-144px -16px}.um .ui-icon-arrow-1-n{background-position:0 -32px}.um .ui-icon-arrow-1-ne{background-position:-16px -32px}.um .ui-icon-arrow-1-e{background-position:-32px -32px}.um .ui-icon-arrow-1-se{background-position:-48px -32px}.um .ui-icon-arrow-1-s{background-position:-65px -32px}.um .ui-icon-arrow-1-sw{background-position:-80px -32px}.um .ui-icon-arrow-1-w{background-position:-96px -32px}.um .ui-icon-arrow-1-nw{background-position:-112px -32px}.um .ui-icon-arrow-2-n-s{background-position:-128px -32px}.um .ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.um .ui-icon-arrow-2-e-w{background-position:-160px -32px}.um .ui-icon-arrow-2-se-nw{background-position:-176px -32px}.um .ui-icon-arrowstop-1-n{background-position:-192px -32px}.um .ui-icon-arrowstop-1-e{background-position:-208px -32px}.um .ui-icon-arrowstop-1-s{background-position:-224px -32px}.um .ui-icon-arrowstop-1-w{background-position:-240px -32px}.um .ui-icon-arrowthick-1-n{background-position:1px -48px}.um .ui-icon-arrowthick-1-ne{background-position:-16px -48px}.um .ui-icon-arrowthick-1-e{background-position:-32px -48px}.um .ui-icon-arrowthick-1-se{background-position:-48px -48px}.um .ui-icon-arrowthick-1-s{background-position:-64px -48px}.um .ui-icon-arrowthick-1-sw{background-position:-80px -48px}.um .ui-icon-arrowthick-1-w{background-position:-96px -48px}.um .ui-icon-arrowthick-1-nw{background-position:-112px -48px}.um .ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.um .ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.um .ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.um .ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.um .ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.um .ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.um .ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.um .ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.um .ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.um .ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.um .ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.um .ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.um .ui-icon-arrowreturn-1-w{background-position:-64px -64px}.um .ui-icon-arrowreturn-1-n{background-position:-80px -64px}.um .ui-icon-arrowreturn-1-e{background-position:-96px -64px}.um .ui-icon-arrowreturn-1-s{background-position:-112px -64px}.um .ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.um .ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.um .ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.um .ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.um .ui-icon-arrow-4{background-position:0 -80px}.um .ui-icon-arrow-4-diag{background-position:-16px -80px}.um .ui-icon-extlink{background-position:-32px -80px}.um .ui-icon-newwin{background-position:-48px -80px}.um .ui-icon-refresh{background-position:-64px -80px}.um .ui-icon-shuffle{background-position:-80px -80px}.um .ui-icon-transfer-e-w{background-position:-96px -80px}.um .ui-icon-transferthick-e-w{background-position:-112px -80px}.um .ui-icon-folder-collapsed{background-position:0 -96px}.um .ui-icon-folder-open{background-position:-16px -96px}.um .ui-icon-document{background-position:-32px -96px}.um .ui-icon-document-b{background-position:-48px -96px}.um .ui-icon-note{background-position:-64px -96px}.um .ui-icon-mail-closed{background-position:-80px -96px}.um .ui-icon-mail-open{background-position:-96px -96px}.um .ui-icon-suitcase{background-position:-112px -96px}.um .ui-icon-comment{background-position:-128px -96px}.um .ui-icon-person{background-position:-144px -96px}.um .ui-icon-print{background-position:-160px -96px}.um .ui-icon-trash{background-position:-176px -96px}.um .ui-icon-locked{background-position:-192px -96px}.um .ui-icon-unlocked{background-position:-208px -96px}.um .ui-icon-bookmark{background-position:-224px -96px}.um .ui-icon-tag{background-position:-240px -96px}.um .ui-icon-home{background-position:0 -112px}.um .ui-icon-flag{background-position:-16px -112px}.um .ui-icon-calendar{background-position:-32px -112px}.um .ui-icon-cart{background-position:-48px -112px}.um .ui-icon-pencil{background-position:-64px -112px}.um .ui-icon-clock{background-position:-80px -112px}.um .ui-icon-disk{background-position:-96px -112px}.um .ui-icon-calculator{background-position:-112px -112px}.um .ui-icon-zoomin{background-position:-128px -112px}.um .ui-icon-zoomout{background-position:-144px -112px}.um .ui-icon-search{background-position:-160px -112px}.um .ui-icon-wrench{background-position:-176px -112px}.um .ui-icon-gear{background-position:-192px -112px}.um .ui-icon-heart{background-position:-208px -112px}.um .ui-icon-star{background-position:-224px -112px}.um .ui-icon-link{background-position:-240px -112px}.um .ui-icon-cancel{background-position:0 -128px}.um .ui-icon-plus{background-position:-16px -128px}.um .ui-icon-plusthick{background-position:-32px -128px}.um .ui-icon-minus{background-position:-48px -128px}.um .ui-icon-minusthick{background-position:-64px -128px}.um .ui-icon-close{background-position:-80px -128px}.um .ui-icon-closethick{background-position:-96px -128px}.um .ui-icon-key{background-position:-112px -128px}.um .ui-icon-lightbulb{background-position:-128px -128px}.um .ui-icon-scissors{background-position:-144px -128px}.um .ui-icon-clipboard{background-position:-160px -128px}.um .ui-icon-copy{background-position:-176px -128px}.um .ui-icon-contact{background-position:-192px -128px}.um .ui-icon-image{background-position:-208px -128px}.um .ui-icon-video{background-position:-224px -128px}.um .ui-icon-script{background-position:-240px -128px}.um .ui-icon-alert{background-position:0 -144px}.um .ui-icon-info{background-position:-16px -144px}.um .ui-icon-notice{background-position:-32px -144px}.um .ui-icon-help{background-position:-48px -144px}.um .ui-icon-check{background-position:-64px -144px}.um .ui-icon-bullet{background-position:-80px -144px}.um .ui-icon-radio-on{background-position:-96px -144px}.um .ui-icon-radio-off{background-position:-112px -144px}.um .ui-icon-pin-w{background-position:-128px -144px}.um .ui-icon-pin-s{background-position:-144px -144px}.um .ui-icon-play{background-position:0 -160px}.um .ui-icon-pause{background-position:-16px -160px}.um .ui-icon-seek-next{background-position:-32px -160px}.um .ui-icon-seek-prev{background-position:-48px -160px}.um .ui-icon-seek-end{background-position:-64px -160px}.um .ui-icon-seek-start{background-position:-80px -160px}.um .ui-icon-seek-first{background-position:-80px -160px}.um .ui-icon-stop{background-position:-96px -160px}.um .ui-icon-eject{background-position:-112px -160px}.um .ui-icon-volume-off{background-position:-128px -160px}.um .ui-icon-volume-on{background-position:-144px -160px}.um .ui-icon-power{background-position:0 -176px}.um .ui-icon-signal-diag{background-position:-16px -176px}.um .ui-icon-signal{background-position:-32px -176px}.um .ui-icon-battery-0{background-position:-48px -176px}.um .ui-icon-battery-1{background-position:-64px -176px}.um .ui-icon-battery-2{background-position:-80px -176px}.um .ui-icon-battery-3{background-position:-96px -176px}.um .ui-icon-circle-plus{background-position:0 -192px}.um .ui-icon-circle-minus{background-position:-16px -192px}.um .ui-icon-circle-close{background-position:-32px -192px}.um .ui-icon-circle-triangle-e{background-position:-48px -192px}.um .ui-icon-circle-triangle-s{background-position:-64px -192px}.um .ui-icon-circle-triangle-w{background-position:-80px -192px}.um .ui-icon-circle-triangle-n{background-position:-96px -192px}.um .ui-icon-circle-arrow-e{background-position:-112px -192px}.um .ui-icon-circle-arrow-s{background-position:-128px -192px}.um .ui-icon-circle-arrow-w{background-position:-144px -192px}.um .ui-icon-circle-arrow-n{background-position:-160px -192px}.um .ui-icon-circle-zoomin{background-position:-176px -192px}.um .ui-icon-circle-zoomout{background-position:-192px -192px}.um .ui-icon-circle-check{background-position:-208px -192px}.um .ui-icon-circlesmall-plus{background-position:0 -208px}.um .ui-icon-circlesmall-minus{background-position:-16px -208px}.um .ui-icon-circlesmall-close{background-position:-32px -208px}.um .ui-icon-squaresmall-plus{background-position:-48px -208px}.um .ui-icon-squaresmall-minus{background-position:-64px -208px}.um .ui-icon-squaresmall-close{background-position:-80px -208px}.um .ui-icon-grip-dotted-vertical{background-position:0 -224px}.um .ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.um .ui-icon-grip-solid-vertical{background-position:-32px -224px}.um .ui-icon-grip-solid-horizontal{background-position:-48px -224px}.um .ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.um .ui-icon-grip-diagonal-se{background-position:-80px -224px}.um .ui-corner-all,.um .ui-corner-top,.um .ui-corner-left,.um .ui-corner-tl{border-top-left-radius:3px}.um .ui-corner-all,.um .ui-corner-top,.um .ui-corner-right,.um .ui-corner-tr{border-top-right-radius:3px}.um .ui-corner-all,.um .ui-corner-bottom,.um .ui-corner-left,.um .ui-corner-bl{border-bottom-left-radius:3px}.um .ui-corner-all,.um .ui-corner-bottom,.um .ui-corner-right,.um .ui-corner-br{border-bottom-right-radius:3px}.um .ui-widget-overlay{background:#aaa;opacity:.3;-ms-filter:Alpha(Opacity=30)}.um .ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}.tipsy{font-size:10px;position:absolute;padding:5px;z-index:100000}.tipsy-inner{background-color:#000;color:#fff;max-width:200px;padding:5px 8px 4px 8px;text-align:center}.tipsy-inner{border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}.tipsy-arrow{position:absolute;width:0;height:0;line-height:0;border:5px dashed #000}.tipsy-arrow-n{border-bottom-color:#000}.tipsy-arrow-s{border-top-color:#000}.tipsy-arrow-e{border-left-color:#000}.tipsy-arrow-w{border-right-color:#000}.tipsy-n .tipsy-arrow{top:0;left:50%;margin-left:-5px;border-bottom-style:solid;border-top:none;border-left-color:transparent;border-right-color:transparent}.tipsy-nw .tipsy-arrow{top:0;left:10px;border-bottom-style:solid;border-top:none;border-left-color:transparent;border-right-color:transparent}.tipsy-ne .tipsy-arrow{top:0;right:10px;border-bottom-style:solid;border-top:none;border-left-color:transparent;border-right-color:transparent}.tipsy-s .tipsy-arrow{bottom:0;left:50%;margin-left:-5px;border-top-style:solid;border-bottom:none;border-left-color:transparent;border-right-color:transparent}.tipsy-sw .tipsy-arrow{bottom:0;left:10px;border-top-style:solid;border-bottom:none;border-left-color:transparent;border-right-color:transparent}.tipsy-se .tipsy-arrow{bottom:0;right:10px;border-top-style:solid;border-bottom:none;border-left-color:transparent;border-right-color:transparent}.tipsy-e .tipsy-arrow{right:0;top:50%;margin-top:-5px;border-left-style:solid;border-right:none;border-top-color:transparent;border-bottom-color:transparent}.tipsy-w .tipsy-arrow{left:0;top:50%;margin-top:-5px;border-right-style:solid;border-left:none;border-top-color:transparent;border-bottom-color:transparent}@font-face{font-family:raty;font-style:normal;font-weight:400;src:url(/wp-content/plugins/ultimate-member/assets/libs/raty/font/raty.eot);src:url(/wp-content/plugins/ultimate-member/assets/libs/raty/font/raty.eot?#iefix) format("embedded-opentype");src:url(/wp-content/plugins/ultimate-member/assets/libs/raty/font/raty.svg#raty) format("svg");src:url(/wp-content/plugins/ultimate-member/assets/libs/raty/font/raty.ttf) format("truetype");src:url(/wp-content/plugins/ultimate-member/assets/libs/raty/font/raty.woff) format("woff");font-display:swap}.cancel-off-png,.cancel-on-png,.star-half-png,.star-off-png,.star-on-png{font-family:raty;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin-right:.2em;color:#ccc}.star-half-png,.star-on-png{color:#ffbe32}.cancel-on-png:before{content:"\e600"}.cancel-off-png:before{content:"\e601"}.star-on-png:before{content:"\f005"}.star-off-png:before{content:"\f006"}.star-half-png:before{content:"\f123"}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
.um .um-single-file-preview,.um .um-single-image-preview{margin-bottom:20px}.um .um-single-image-preview>img{max-height:300px;display:inline-block;overflow:hidden;margin:auto;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.um-single-file-preview,.um-single-image-preview{display:none;text-align:center;position:relative}.um-single-file-preview.show,.um-single-image-preview.show{display:block}.um-single-image-preview>img{max-width:100%;max-height:inherit}.um-single-file-preview a.cancel,.um-single-image-preview a.cancel{position:absolute;top:-15px;right:-15px;width:30px;height:30px;-moz-border-radius:999px;-webkit-border-radius:999px;border-radius:999px;background:#ddd;cursor:pointer;text-decoration:none!important;z-index:666;opacity:.75}.um-single-file-preview a.cancel i,.um-single-image-preview a.cancel i{font-size:16px;color:#888;position:relative;display:block;width:100%;height:100%;line-height:30px;overflow:hidden}.um-single-file-preview a.cancel i:before,.um-single-image-preview a.cancel i:before{line-height:inherit}.um-single-fileinfo{padding:26px 0 20px 0;display:inline-block;max-width:100%}.um-single-fileinfo span.icon{font-size:40px;display:inline-block;width:100px;height:70px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#666;color:#fff!important}.um-single-fileinfo span.icon i{display:block;height:70px;line-height:70px;overflow:hidden}.um-single-fileinfo span.icon i:before{line-height:inherit}.um-single-fileinfo span.filename{display:block;font-size:16px;color:#888;padding-top:5px}.um-single-fileinfo a{text-decoration:none!important;opacity:.9}.um-single-fileinfo a:hover{opacity:1}div.um-modal .upload-statusbar{margin:20px 0 0 0}div.um-modal .upload-filename{display:none!important}div.um-modal .upload-progress{position:relative;width:100%;box-sizing:border-box}div.um-modal .upload-bar{width:0;height:10px;color:#666;background:#7acf58;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}div.um-modal .ajax-upload-dragdrop{width:100%;text-align:center;vertical-align:middle;padding:20px;box-sizing:border-box;border:2px dashed #ddd;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;font-size:18px;line-height:1em}div.um-modal .ajax-upload-dragdrop span.str{display:block;margin:0 0 15px 0}div.um-modal .ajax-upload-dragdrop span.icon{display:block;font-size:80px;line-height:80px;vertical-align:middle;margin-bottom:10px}div.um-modal .ajax-upload-dragdrop span.help{display:block;font-size:14px;color:#aaa;margin:0 0 12px 0}div.um-modal .upload{cursor:pointer!important;line-height:34px!important;height:34px;display:inline-block;text-decoration:none;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;padding:0 20px;color:#fff;vertical-align:middle;font-size:14px;box-sizing:border-box;transition:.2s}div.um-modal .upload:hover{background:#44b0ec}.um-modal input[type=file]::-webkit-file-upload-button{cursor:pointer}#um_confirm_block{display:none}#um_confirm_block_back{background-color:rgba(0,0,0,.2);width:100%;height:100%;position:fixed;left:0;top:0;z-index:2147483646}.um_confirm{position:fixed;color:#fff;width:400px;background-color:#000;left:50%;top:50%;z-index:2147483647}.um_confirm #um_confirm_title{background-color:rgba(0,0,0,.4);border-bottom:1px solid #5c5c5c;color:#ccc;font-weight:700;height:15px;padding:10px;text-align:center;width:calc(100% - 20px)}.um_confirm #um_confirm_message{width:calc(100% - 40px);text-align:center;padding:20px}.um_confirm #um_confirm_buttons{height:40px;width:100%}.um_confirm .um_confirm_button{border-top:1px solid #5c5c5c;color:#aaa;font-size:15px;font-weight:700;float:left;line-height:40px;text-align:center;width:50%;cursor:pointer}.um_confirm .um_confirm_button:hover{background-color:rgba(0,0,0,.6);border-top:1px solid #fff;color:#fff}.um .picker{font-size:16px;text-align:left;line-height:1.2;color:#fff;position:absolute;z-index:10000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.um .picker__box ul li[role=presentation]{margin:10px 0 0 0}.um .picker__input{cursor:default}.um .picker__input.picker__input--active{border-color:#0089ec}.um .picker__holder{width:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */.um .picker__frame,.um .picker__holder{bottom:0;left:0;right:0;top:100%}.um .picker__holder{position:fixed;-webkit-transition:background .15s ease-out,top 0s .15s;-moz-transition:background .15s ease-out,top 0s .15s;transition:background .15s ease-out,top 0s .15s}.um .picker__frame{position:absolute;margin:0 auto;min-width:256px;max-width:400px;width:100%;-moz-opacity:0;opacity:0;-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;transition:all .15s ease-out}@media (min-height:33.875em){.um .picker__frame{overflow:visible;top:auto;bottom:-100%;max-height:80%}}@media (min-height:40.125em){.um .picker__frame{margin-bottom:15%!important}}.um .picker__wrap{display:table;width:100%;height:100%}@media (min-height:33.875em){.um .picker__wrap{display:block}}.um .picker__box{display:table-cell;vertical-align:middle}@media (min-height:33.875em){.um .picker__box{display:block;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}}@media (min-height:40.125em){.um .picker__box{border-bottom-width:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}}.um .picker--opened .picker__holder{top:0;background:0 0;zoom:1;background:rgba(0,0,0,.7);-webkit-transition:background .15s ease-out;-moz-transition:background .15s ease-out;transition:background .15s ease-out}.um .picker--opened .picker__frame{top:0;-moz-opacity:1;opacity:1}@media (min-height:33.875em){.um .picker--opened .picker__frame{top:auto;bottom:0}}.um .picker__header{text-align:center;position:relative;margin-top:.75em;border-radius:2px 2px 0 0;padding:15px 0;font-size:18px}.um .picker__month,.um .picker__year{display:inline-block;margin-left:10px;margin-right:10px}.um .picker__select--month,.um .picker__select--year{margin-left:.25em;margin-right:.25em;font-size:16px;color:#999;background:#fff!important;outline:0!important;border:0!important}@media (min-width:24.5em){.um .picker__select--month,.um .picker__select--year{margin-top:-.5em}}.um .picker__select--month{width:35%}.um .picker__select--year{width:22.5%}.um .picker__nav--next,.um .picker__nav--prev{position:absolute;padding:.5em 1.25em;width:1em;height:1em;box-sizing:content-box!important;top:8px;color:#fff}.um-popup .picker__nav--next,.um-popup .picker__nav--prev{position:absolute;padding:.5em 1.25em;width:1em;height:1em;box-sizing:content-box!important;top:8px;color:#fff}.um .picker__nav--prev{left:0;padding-right:1.25em}.um-popup .picker__nav--prev{left:0;padding-right:1.25em}@media (min-width:24.5em){.um .picker__nav--prev{padding-right:1.5em}.um-popup .picker__nav--prev{padding-right:1.5em}}.um .picker__nav--next{right:0;padding-left:1.25em}.um-popup .picker__nav--next{right:0;padding-left:1.25em}@media (min-width:24.5em){.um .picker__nav--next{padding-left:1.5em}.um-popup .picker__nav--next{padding-left:1.5em}}.um .picker__nav--next:before,.um .picker__nav--prev:before{content:" ";border-top:.5em solid transparent;border-bottom:.5em solid transparent;border-right:.5em solid #fff;width:0;height:0;display:block;margin:0 auto}.um-popup .picker__nav--next:before,.um-popup .picker__nav--prev:before{content:" ";border-top:.5em solid transparent;border-bottom:.5em solid transparent;border-right:.5em solid #fff;width:0;height:0;display:block;margin:0 auto}.um .picker__nav--next:before{border-right:0;border-left:.5em solid #fff}.um-popup .picker__nav--next:before{border-right:0;border-left:.5em solid #fff}.um .picker__nav--next:hover,.um .picker__nav--prev:hover{cursor:pointer;color:#fff}.um-popup .picker__nav--next:hover,.um-popup .picker__nav--prev:hover{cursor:pointer;color:#fff}.um .picker__nav--disabled,.um .picker__nav--disabled:before,.um .picker__nav--disabled:before:hover,.um .picker__nav--disabled:hover{cursor:default;background:0 0}.um-popup .picker__nav--disabled,.um-popup .picker__nav--disabled:before,.um-popup .picker__nav--disabled:before:hover,.um-popup .picker__nav--disabled:hover{cursor:default;background:0 0}.um .picker__table{text-align:center;border-collapse:collapse;border-spacing:0;table-layout:fixed;font-size:inherit;width:100%;margin-top:5px;border:none;margin-bottom:0}.um .picker__table td{margin:0;padding:0 10px;text-align:center;border:0}.um .picker__weekday{width:14.285714286%;color:#fff;text-align:center;padding:5px 0!important}.um .picker__day{padding:10px 0;line-height:1em!important}.um .picker__day--today{position:relative}.um .picker__day--outfocus{opacity:.75}.um .picker__day--infocus:hover,.um .picker__day--outfocus:hover{border-radius:2px;cursor:pointer}.um .picker--focused .picker__day--highlighted,.um .picker__day--highlighted:hover{border-radius:2px}.um .picker__day--disabled,.um .picker__day--disabled:hover{cursor:default;background:0 0!important;opacity:.3}.um .picker__footer{text-align:center;height:50px!important;line-height:50px!important;margin-top:5px;border-radius:0 0 2px 2px}.um .picker__button--clear,.um .picker__button--today{margin:0!important;width:50%;display:inline-block;background:0 0!important;box-shadow:none!important;border:0!important;outline:0!important;box-sizing:border-box!important}.um .picker__button--clear:focus,.um .picker__button--clear:hover,.um .picker__button--today:focus,.um .picker__button--today:hover{cursor:pointer}.um .picker__list{list-style:none;list-style:none!important;padding:5px!important;margin:0!important}.um .picker__list-item{position:relative;border-radius:2px;display:inline-block;width:25%;text-align:center;box-sizing:border-box;padding:6px 0!important;margin:5px 0!important}.um .picker__list-item:hover{cursor:pointer;z-index:10}.um .picker__list-item--highlighted{z-index:10}.um .picker--focused .picker__list-item--highlighted,.um .picker__list-item--highlighted:hover{cursor:pointer;font-weight:700}.um .picker--focused .picker__list-item--selected,.um .picker__list-item--selected,.um .picker__list-item--selected:hover{z-index:10}.um .picker--focused .picker__list-item--disabled,.um .picker__list-item--disabled,.um .picker__list-item--disabled:hover{color:#a9e792;cursor:default;background:0 0;z-index:auto}.um .picker--time .picker__button--clear{width:100%;display:inline-block;background:0 0;box-shadow:none!important;border:0!important;outline:0!important;background:0 0!important;border-radius:0 0 2px 2px;color:#fff!important}.um .picker--time .picker__button--clear:focus,.um .picker--time .picker__button--clear:hover{cursor:pointer}.um .picker--time .picker__frame{min-width:256px;max-width:400px}.um .picker--time .picker__box{font-size:15px;padding:0;border-radius:2px!important}.um .picker__box ul li[role=presentation]{margin:10px 0 0 0}@media (min-height:40.125em){.um .picker--time .picker__frame{margin-bottom:10%!important}}@charset "UTF-8";@font-face{font-family:Ionicons;src:url(/wp-content/plugins/ultimate-member/assets/libs/legacy/fonticons/font/ionicons.eot?v=2.0.0);src:url(/wp-content/plugins/ultimate-member/assets/libs/legacy/fonticons/font/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"),url(/wp-content/plugins/ultimate-member/assets/libs/legacy/fonticons/font/ionicons.woff?v=2.0.0) format("woff"),url(/wp-content/plugins/ultimate-member/assets/libs/legacy/fonticons/font/ionicons.ttf?v=2.0.0) format("truetype"),url(/wp-content/plugins/ultimate-member/assets/libs/legacy/fonticons/font/ionicons.svg?v=2.0.0#Ionicons) format("svg");font-display:swap;font-weight:400;font-style:normal}[class*=" um-icon-"]:before,[class^=um-icon-]:before{font-family:Ionicons!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.um-icon-alert:before{content:"\f101"}.um-icon-alert-circled:before{content:"\f100"}.um-icon-android-add:before{content:"\f2c7"}.um-icon-android-add-circle:before{content:"\f359"}.um-icon-android-alarm-clock:before{content:"\f35a"}.um-icon-android-alert:before{content:"\f35b"}.um-icon-android-apps:before{content:"\f35c"}.um-icon-android-archive:before{content:"\f2c9"}.um-icon-android-arrow-back:before{content:"\f2ca"}.um-icon-android-arrow-down:before{content:"\f35d"}.um-icon-android-arrow-dropdown:before{content:"\f35f"}.um-icon-android-arrow-dropdown-circle:before{content:"\f35e"}.um-icon-android-arrow-dropleft:before{content:"\f361"}.um-icon-android-arrow-dropleft-circle:before{content:"\f360"}.um-icon-android-arrow-dropright:before{content:"\f363"}.um-icon-android-arrow-dropright-circle:before{content:"\f362"}.um-icon-android-arrow-dropup:before{content:"\f365"}.um-icon-android-arrow-dropup-circle:before{content:"\f364"}.um-icon-android-arrow-forward:before{content:"\f30f"}.um-icon-android-arrow-up:before{content:"\f366"}.um-icon-android-attach:before{content:"\f367"}.um-icon-android-bar:before{content:"\f368"}.um-icon-android-bicycle:before{content:"\f369"}.um-icon-android-boat:before{content:"\f36a"}.um-icon-android-bookmark:before{content:"\f36b"}.um-icon-android-bulb:before{content:"\f36c"}.um-icon-android-bus:before{content:"\f36d"}.um-icon-android-calendar:before{content:"\f2d1"}.um-icon-android-call:before{content:"\f2d2"}.um-icon-android-camera:before{content:"\f2d3"}.um-icon-android-cancel:before{content:"\f36e"}.um-icon-android-car:before{content:"\f36f"}.um-icon-android-cart:before{content:"\f370"}.um-icon-android-chat:before{content:"\f2d4"}.um-icon-android-checkbox:before{content:"\f374"}.um-icon-android-checkbox-blank:before{content:"\f371"}.um-icon-android-checkbox-outline:before{content:"\f373"}.um-icon-android-checkbox-outline-blank:before{content:"\f372"}.um-icon-android-checkmark-circle:before{content:"\f375"}.um-icon-android-clipboard:before{content:"\f376"}.um-icon-android-close:before{content:"\f2d7"}.um-icon-android-cloud:before{content:"\f37a"}.um-icon-android-cloud-circle:before{content:"\f377"}.um-icon-android-cloud-done:before{content:"\f378"}.um-icon-android-cloud-outline:before{content:"\f379"}.um-icon-android-color-palette:before{content:"\f37b"}.um-icon-android-compass:before{content:"\f37c"}.um-icon-android-contact:before{content:"\f2d8"}.um-icon-android-contacts:before{content:"\f2d9"}.um-icon-android-contract:before{content:"\f37d"}.um-icon-android-create:before{content:"\f37e"}.um-icon-android-delete:before{content:"\f37f"}.um-icon-android-desktop:before{content:"\f380"}.um-icon-android-document:before{content:"\f381"}.um-icon-android-done:before{content:"\f383"}.um-icon-android-done-all:before{content:"\f382"}.um-icon-android-download:before{content:"\f2dd"}.um-icon-android-drafts:before{content:"\f384"}.um-icon-android-exit:before{content:"\f385"}.um-icon-android-expand:before{content:"\f386"}.um-icon-android-favorite:before{content:"\f388"}.um-icon-android-favorite-outline:before{content:"\f387"}.um-icon-android-film:before{content:"\f389"}.um-icon-android-folder:before{content:"\f2e0"}.um-icon-android-folder-open:before{content:"\f38a"}.um-icon-android-funnel:before{content:"\f38b"}.um-icon-android-globe:before{content:"\f38c"}.um-icon-android-hand:before{content:"\f2e3"}.um-icon-android-hangout:before{content:"\f38d"}.um-icon-android-happy:before{content:"\f38e"}.um-icon-android-home:before{content:"\f38f"}.um-icon-android-image:before{content:"\f2e4"}.um-icon-android-laptop:before{content:"\f390"}.um-icon-android-list:before{content:"\f391"}.um-icon-android-locate:before{content:"\f2e9"}.um-icon-android-lock:before{content:"\f392"}.um-icon-android-mail:before{content:"\f2eb"}.um-icon-android-map:before{content:"\f393"}.um-icon-android-menu:before{content:"\f394"}.um-icon-android-microphone:before{content:"\f2ec"}.um-icon-android-microphone-off:before{content:"\f395"}.um-icon-android-more-horizontal:before{content:"\f396"}.um-icon-android-more-vertical:before{content:"\f397"}.um-icon-android-navigate:before{content:"\f398"}.um-icon-android-notifications:before{content:"\f39b"}.um-icon-android-notifications-none:before{content:"\f399"}.um-icon-android-notifications-off:before{content:"\f39a"}.um-icon-android-open:before{content:"\f39c"}.um-icon-android-options:before{content:"\f39d"}.um-icon-android-people:before{content:"\f39e"}.um-icon-android-person:before{content:"\f3a0"}.um-icon-android-person-add:before{content:"\f39f"}.um-icon-android-phone-landscape:before{content:"\f3a1"}.um-icon-android-phone-portrait:before{content:"\f3a2"}.um-icon-android-pin:before{content:"\f3a3"}.um-icon-android-plane:before{content:"\f3a4"}.um-icon-android-playstore:before{content:"\f2f0"}.um-icon-android-print:before{content:"\f3a5"}.um-icon-android-radio-button-off:before{content:"\f3a6"}.um-icon-android-radio-button-on:before{content:"\f3a7"}.um-icon-android-refresh:before{content:"\f3a8"}.um-icon-android-remove:before{content:"\f2f4"}.um-icon-android-remove-circle:before{content:"\f3a9"}.um-icon-android-restaurant:before{content:"\f3aa"}.um-icon-android-sad:before{content:"\f3ab"}.um-icon-android-search:before{content:"\f2f5"}.um-icon-android-send:before{content:"\f2f6"}.um-icon-android-settings:before{content:"\f2f7"}.um-icon-android-share:before{content:"\f2f8"}.um-icon-android-share-alt:before{content:"\f3ac"}.um-icon-android-star:before{content:"\f2fc"}.um-icon-android-star-half:before{content:"\f3ad"}.um-icon-android-star-outline:before{content:"\f3ae"}.um-icon-android-stopwatch:before{content:"\f2fd"}.um-icon-android-subway:before{content:"\f3af"}.um-icon-android-sunny:before{content:"\f3b0"}.um-icon-android-sync:before{content:"\f3b1"}.um-icon-android-textsms:before{content:"\f3b2"}.um-icon-android-time:before{content:"\f3b3"}.um-icon-android-train:before{content:"\f3b4"}.um-icon-android-unlock:before{content:"\f3b5"}.um-icon-android-upload:before{content:"\f3b6"}.um-icon-android-volume-down:before{content:"\f3b7"}.um-icon-android-volume-mute:before{content:"\f3b8"}.um-icon-android-volume-off:before{content:"\f3b9"}.um-icon-android-volume-up:before{content:"\f3ba"}.um-icon-android-walk:before{content:"\f3bb"}.um-icon-android-warning:before{content:"\f3bc"}.um-icon-android-watch:before{content:"\f3bd"}.um-icon-android-wifi:before{content:"\f305"}.um-icon-aperture:before{content:"\f313"}.um-icon-archive:before{content:"\f102"}.um-icon-arrow-down-a:before{content:"\f103"}.um-icon-arrow-down-b:before{content:"\f104"}.um-icon-arrow-down-c:before{content:"\f105"}.um-icon-arrow-expand:before{content:"\f25e"}.um-icon-arrow-graph-down-left:before{content:"\f25f"}.um-icon-arrow-graph-down-right:before{content:"\f260"}.um-icon-arrow-graph-up-left:before{content:"\f261"}.um-icon-arrow-graph-up-right:before{content:"\f262"}.um-icon-arrow-left-a:before{content:"\f106"}.um-icon-arrow-left-b:before{content:"\f107"}.um-icon-arrow-left-c:before{content:"\f108"}.um-icon-arrow-move:before{content:"\f263"}.um-icon-arrow-resize:before{content:"\f264"}.um-icon-arrow-return-left:before{content:"\f265"}.um-icon-arrow-return-right:before{content:"\f266"}.um-icon-arrow-right-a:before{content:"\f109"}.um-icon-arrow-right-b:before{content:"\f10a"}.um-icon-arrow-right-c:before{content:"\f10b"}.um-icon-arrow-shrink:before{content:"\f267"}.um-icon-arrow-swap:before{content:"\f268"}.um-icon-arrow-up-a:before{content:"\f10c"}.um-icon-arrow-up-b:before{content:"\f10d"}.um-icon-arrow-up-c:before{content:"\f10e"}.um-icon-asterisk:before{content:"\f314"}.um-icon-at:before{content:"\f10f"}.um-icon-backspace:before{content:"\f3bf"}.um-icon-backspace-outline:before{content:"\f3be"}.um-icon-bag:before{content:"\f110"}.um-icon-battery-charging:before{content:"\f111"}.um-icon-battery-empty:before{content:"\f112"}.um-icon-battery-full:before{content:"\f113"}.um-icon-battery-half:before{content:"\f114"}.um-icon-battery-low:before{content:"\f115"}.um-icon-beaker:before{content:"\f269"}.um-icon-beer:before{content:"\f26a"}.um-icon-bluetooth:before{content:"\f116"}.um-icon-bonfire:before{content:"\f315"}.um-icon-bookmark:before{content:"\f26b"}.um-icon-bowtie:before{content:"\f3c0"}.um-icon-briefcase:before{content:"\f26c"}.um-icon-bug:before{content:"\f2be"}.um-icon-calculator:before{content:"\f26d"}.um-icon-calendar:before{content:"\f117"}.um-icon-camera:before{content:"\f118"}.um-icon-card:before{content:"\f119"}.um-icon-cash:before{content:"\f316"}.um-icon-chatbox:before{content:"\f11b"}.um-icon-chatbox-working:before{content:"\f11a"}.um-icon-chatboxes:before{content:"\f11c"}.um-icon-chatbubble:before{content:"\f11e"}.um-icon-chatbubble-working:before{content:"\f11d"}.um-icon-chatbubbles:before{content:"\f11f"}.um-icon-checkmark:before{content:"\f122"}.um-icon-checkmark-circled:before{content:"\f120"}.um-icon-checkmark-round:before{content:"\f121"}.um-icon-chevron-down:before{content:"\f123"}.um-icon-chevron-left:before{content:"\f124"}.um-icon-chevron-right:before{content:"\f125"}.um-icon-chevron-up:before{content:"\f126"}.um-icon-clipboard:before{content:"\f127"}.um-icon-clock:before{content:"\f26e"}.um-icon-close:before{content:"\f12a"}.um-icon-close-circled:before{content:"\f128"}.um-icon-close-round:before{content:"\f129"}.um-icon-closed-captioning:before{content:"\f317"}.um-icon-cloud:before{content:"\f12b"}.um-icon-code:before{content:"\f271"}.um-icon-code-download:before{content:"\f26f"}.um-icon-code-working:before{content:"\f270"}.um-icon-coffee:before{content:"\f272"}.um-icon-compass:before{content:"\f273"}.um-icon-compose:before{content:"\f12c"}.um-icon-connection-bars:before{content:"\f274"}.um-icon-contrast:before{content:"\f275"}.um-icon-crop:before{content:"\f3c1"}.um-icon-cube:before{content:"\f318"}.um-icon-disc:before{content:"\f12d"}.um-icon-document:before{content:"\f12f"}.um-icon-document-text:before{content:"\f12e"}.um-icon-drag:before{content:"\f130"}.um-icon-earth:before{content:"\f276"}.um-icon-easel:before{content:"\f3c2"}.um-icon-edit:before{content:"\f2bf"}.um-icon-egg:before{content:"\f277"}.um-icon-eject:before{content:"\f131"}.um-icon-email:before{content:"\f132"}.um-icon-email-unread:before{content:"\f3c3"}.um-icon-erlenmeyer-flask:before{content:"\f3c5"}.um-icon-erlenmeyer-flask-bubbles:before{content:"\f3c4"}.um-icon-eye:before{content:"\f133"}.um-icon-eye-disabled:before{content:"\f306"}.um-icon-female:before{content:"\f278"}.um-icon-filing:before{content:"\f134"}.um-icon-film-marker:before{content:"\f135"}.um-icon-fireball:before{content:"\f319"}.um-icon-flag:before{content:"\f279"}.um-icon-flame:before{content:"\f31a"}.um-icon-flash:before{content:"\f137"}.um-icon-flash-off:before{content:"\f136"}.um-icon-folder:before{content:"\f139"}.um-icon-fork:before{content:"\f27a"}.um-icon-fork-repo:before{content:"\f2c0"}.um-icon-forward:before{content:"\f13a"}.um-icon-funnel:before{content:"\f31b"}.um-icon-gear-a:before{content:"\f13d"}.um-icon-gear-b:before{content:"\f13e"}.um-icon-grid:before{content:"\f13f"}.um-icon-hammer:before{content:"\f27b"}.um-icon-happy:before{content:"\f31c"}.um-icon-happy-outline:before{content:"\f3c6"}.um-icon-headphone:before{content:"\f140"}.um-icon-heart:before{content:"\f141"}.um-icon-heart-broken:before{content:"\f31d"}.um-icon-help:before{content:"\f143"}.um-icon-help-buoy:before{content:"\f27c"}.um-icon-help-circled:before{content:"\f142"}.um-icon-home:before{content:"\f144"}.um-icon-icecream:before{content:"\f27d"}.um-icon-image:before{content:"\f147"}.um-icon-images:before{content:"\f148"}.um-icon-information:before{content:"\f14a"}.um-icon-information-circled:before{content:"\f149"}.um-icon-ionic:before{content:"\f14b"}.um-icon-ios-alarm:before{content:"\f3c8"}.um-icon-ios-alarm-outline:before{content:"\f3c7"}.um-icon-ios-albums:before{content:"\f3ca"}.um-icon-ios-albums-outline:before{content:"\f3c9"}.um-icon-ios-americanfootball:before{content:"\f3cc"}.um-icon-ios-americanfootball-outline:before{content:"\f3cb"}.um-icon-ios-analytics:before{content:"\f3ce"}.um-icon-ios-analytics-outline:before{content:"\f3cd"}.um-icon-ios-arrow-back:before{content:"\f3cf"}.um-icon-ios-arrow-down:before{content:"\f3d0"}.um-icon-ios-arrow-forward:before{content:"\f3d1"}.um-icon-ios-arrow-left:before{content:"\f3d2"}.um-icon-ios-arrow-right:before{content:"\f3d3"}.um-icon-ios-arrow-thin-down:before{content:"\f3d4"}.um-icon-ios-arrow-thin-left:before{content:"\f3d5"}.um-icon-ios-arrow-thin-right:before{content:"\f3d6"}.um-icon-ios-arrow-thin-up:before{content:"\f3d7"}.um-icon-ios-arrow-up:before{content:"\f3d8"}.um-icon-ios-at:before{content:"\f3da"}.um-icon-ios-at-outline:before{content:"\f3d9"}.um-icon-ios-barcode:before{content:"\f3dc"}.um-icon-ios-barcode-outline:before{content:"\f3db"}.um-icon-ios-baseball:before{content:"\f3de"}.um-icon-ios-baseball-outline:before{content:"\f3dd"}.um-icon-ios-basketball:before{content:"\f3e0"}.um-icon-ios-basketball-outline:before{content:"\f3df"}.um-icon-ios-bell:before{content:"\f3e2"}.um-icon-ios-bell-outline:before{content:"\f3e1"}.um-icon-ios-body:before{content:"\f3e4"}.um-icon-ios-body-outline:before{content:"\f3e3"}.um-icon-ios-bolt:before{content:"\f3e6"}.um-icon-ios-bolt-outline:before{content:"\f3e5"}.um-icon-ios-book:before{content:"\f3e8"}.um-icon-ios-book-outline:before{content:"\f3e7"}.um-icon-ios-bookmarks:before{content:"\f3ea"}.um-icon-ios-bookmarks-outline:before{content:"\f3e9"}.um-icon-ios-box:before{content:"\f3ec"}.um-icon-ios-box-outline:before{content:"\f3eb"}.um-icon-ios-briefcase:before{content:"\f3ee"}.um-icon-ios-briefcase-outline:before{content:"\f3ed"}.um-icon-ios-browsers:before{content:"\f3f0"}.um-icon-ios-browsers-outline:before{content:"\f3ef"}.um-icon-ios-calculator:before{content:"\f3f2"}.um-icon-ios-calculator-outline:before{content:"\f3f1"}.um-icon-ios-calendar:before{content:"\f3f4"}.um-icon-ios-calendar-outline:before{content:"\f3f3"}.um-icon-ios-camera:before{content:"\f3f6"}.um-icon-ios-camera-outline:before{content:"\f3f5"}.um-icon-ios-cart:before{content:"\f3f8"}.um-icon-ios-cart-outline:before{content:"\f3f7"}.um-icon-ios-chatboxes:before{content:"\f3fa"}.um-icon-ios-chatboxes-outline:before{content:"\f3f9"}.um-icon-ios-chatbubble:before{content:"\f3fc"}.um-icon-ios-chatbubble-outline:before{content:"\f3fb"}.um-icon-ios-checkmark:before{content:"\f3ff"}.um-icon-ios-checkmark-empty:before{content:"\f3fd"}.um-icon-ios-checkmark-outline:before{content:"\f3fe"}.um-icon-ios-circle-filled:before{content:"\f400"}.um-icon-ios-circle-outline:before{content:"\f401"}.um-icon-ios-clock:before{content:"\f403"}.um-icon-ios-clock-outline:before{content:"\f402"}.um-icon-ios-close:before{content:"\f406"}.um-icon-ios-close-empty:before{content:"\f404"}.um-icon-ios-close-outline:before{content:"\f405"}.um-icon-ios-cloud:before{content:"\f40c"}.um-icon-ios-cloud-download:before{content:"\f408"}.um-icon-ios-cloud-download-outline:before{content:"\f407"}.um-icon-ios-cloud-outline:before{content:"\f409"}.um-icon-ios-cloud-upload:before{content:"\f40b"}.um-icon-ios-cloud-upload-outline:before{content:"\f40a"}.um-icon-ios-cloudy:before{content:"\f410"}.um-icon-ios-cloudy-night:before{content:"\f40e"}.um-icon-ios-cloudy-night-outline:before{content:"\f40d"}.um-icon-ios-cloudy-outline:before{content:"\f40f"}.um-icon-ios-cog:before{content:"\f412"}.um-icon-ios-cog-outline:before{content:"\f411"}.um-icon-ios-color-filter:before{content:"\f414"}.um-icon-ios-color-filter-outline:before{content:"\f413"}.um-icon-ios-color-wand:before{content:"\f416"}.um-icon-ios-color-wand-outline:before{content:"\f415"}.um-icon-ios-compose:before{content:"\f418"}.um-icon-ios-compose-outline:before{content:"\f417"}.um-icon-ios-contact:before{content:"\f41a"}.um-icon-ios-contact-outline:before{content:"\f419"}.um-icon-ios-copy:before{content:"\f41c"}.um-icon-ios-copy-outline:before{content:"\f41b"}.um-icon-ios-crop:before{content:"\f41e"}.um-icon-ios-crop-strong:before{content:"\f41d"}.um-icon-ios-download:before{content:"\f420"}.um-icon-ios-download-outline:before{content:"\f41f"}.um-icon-ios-drag:before{content:"\f421"}.um-icon-ios-email:before{content:"\f423"}.um-icon-ios-email-outline:before{content:"\f422"}.um-icon-ios-eye:before{content:"\f425"}.um-icon-ios-eye-outline:before{content:"\f424"}.um-icon-ios-fastforward:before{content:"\f427"}.um-icon-ios-fastforward-outline:before{content:"\f426"}.um-icon-ios-filing:before{content:"\f429"}.um-icon-ios-filing-outline:before{content:"\f428"}.um-icon-ios-film:before{content:"\f42b"}.um-icon-ios-film-outline:before{content:"\f42a"}.um-icon-ios-flag:before{content:"\f42d"}.um-icon-ios-flag-outline:before{content:"\f42c"}.um-icon-ios-flame:before{content:"\f42f"}.um-icon-ios-flame-outline:before{content:"\f42e"}.um-icon-ios-flask:before{content:"\f431"}.um-icon-ios-flask-outline:before{content:"\f430"}.um-icon-ios-flower:before{content:"\f433"}.um-icon-ios-flower-outline:before{content:"\f432"}.um-icon-ios-folder:before{content:"\f435"}.um-icon-ios-folder-outline:before{content:"\f434"}.um-icon-ios-football:before{content:"\f437"}.um-icon-ios-football-outline:before{content:"\f436"}.um-icon-ios-game-controller-a:before{content:"\f439"}.um-icon-ios-game-controller-a-outline:before{content:"\f438"}.um-icon-ios-game-controller-b:before{content:"\f43b"}.um-icon-ios-game-controller-b-outline:before{content:"\f43a"}.um-icon-ios-gear:before{content:"\f43d"}.um-icon-ios-gear-outline:before{content:"\f43c"}.um-icon-ios-glasses:before{content:"\f43f"}.um-icon-ios-glasses-outline:before{content:"\f43e"}.um-icon-ios-grid-view:before{content:"\f441"}.um-icon-ios-grid-view-outline:before{content:"\f440"}.um-icon-ios-heart:before{content:"\f443"}.um-icon-ios-heart-outline:before{content:"\f442"}.um-icon-ios-help:before{content:"\f446"}.um-icon-ios-help-empty:before{content:"\f444"}.um-icon-ios-help-outline:before{content:"\f445"}.um-icon-ios-home:before{content:"\f448"}.um-icon-ios-home-outline:before{content:"\f447"}.um-icon-ios-infinite:before{content:"\f44a"}.um-icon-ios-infinite-outline:before{content:"\f449"}.um-icon-ios-information:before{content:"\f44d"}.um-icon-ios-information-empty:before{content:"\f44b"}.um-icon-ios-information-outline:before{content:"\f44c"}.um-icon-ios-ionic-outline:before{content:"\f44e"}.um-icon-ios-keypad:before{content:"\f450"}.um-icon-ios-keypad-outline:before{content:"\f44f"}.um-icon-ios-lightbulb:before{content:"\f452"}.um-icon-ios-lightbulb-outline:before{content:"\f451"}.um-icon-ios-list:before{content:"\f454"}.um-icon-ios-list-outline:before{content:"\f453"}.um-icon-ios-location:before{content:"\f456"}.um-icon-ios-location-outline:before{content:"\f455"}.um-icon-ios-locked:before{content:"\f458"}.um-icon-ios-locked-outline:before{content:"\f457"}.um-icon-ios-loop:before{content:"\f45a"}.um-icon-ios-loop-strong:before{content:"\f459"}.um-icon-ios-medical:before{content:"\f45c"}.um-icon-ios-medical-outline:before{content:"\f45b"}.um-icon-ios-medkit:before{content:"\f45e"}.um-icon-ios-medkit-outline:before{content:"\f45d"}.um-icon-ios-mic:before{content:"\f461"}.um-icon-ios-mic-off:before{content:"\f45f"}.um-icon-ios-mic-outline:before{content:"\f460"}.um-icon-ios-minus:before{content:"\f464"}.um-icon-ios-minus-empty:before{content:"\f462"}.um-icon-ios-minus-outline:before{content:"\f463"}.um-icon-ios-monitor:before{content:"\f466"}.um-icon-ios-monitor-outline:before{content:"\f465"}.um-icon-ios-moon:before{content:"\f468"}.um-icon-ios-moon-outline:before{content:"\f467"}.um-icon-ios-more:before{content:"\f46a"}.um-icon-ios-more-outline:before{content:"\f469"}.um-icon-ios-musical-note:before{content:"\f46b"}.um-icon-ios-musical-notes:before{content:"\f46c"}.um-icon-ios-navigate:before{content:"\f46e"}.um-icon-ios-navigate-outline:before{content:"\f46d"}.um-icon-ios-nutrition:before{content:"\f470"}.um-icon-ios-nutrition-outline:before{content:"\f46f"}.um-icon-ios-paper:before{content:"\f472"}.um-icon-ios-paper-outline:before{content:"\f471"}.um-icon-ios-paperplane:before{content:"\f474"}.um-icon-ios-paperplane-outline:before{content:"\f473"}.um-icon-ios-partlysunny:before{content:"\f476"}.um-icon-ios-partlysunny-outline:before{content:"\f475"}.um-icon-ios-pause:before{content:"\f478"}.um-icon-ios-pause-outline:before{content:"\f477"}.um-icon-ios-paw:before{content:"\f47a"}.um-icon-ios-paw-outline:before{content:"\f479"}.um-icon-ios-people:before{content:"\f47c"}.um-icon-ios-people-outline:before{content:"\f47b"}.um-icon-ios-person:before{content:"\f47e"}.um-icon-ios-person-outline:before{content:"\f47d"}.um-icon-ios-personadd:before{content:"\f480"}.um-icon-ios-personadd-outline:before{content:"\f47f"}.um-icon-ios-photos:before{content:"\f482"}.um-icon-ios-photos-outline:before{content:"\f481"}.um-icon-ios-pie:before{content:"\f484"}.um-icon-ios-pie-outline:before{content:"\f483"}.um-icon-ios-pint:before{content:"\f486"}.um-icon-ios-pint-outline:before{content:"\f485"}.um-icon-ios-play:before{content:"\f488"}.um-icon-ios-play-outline:before{content:"\f487"}.um-icon-ios-plus:before{content:"\f48b"}.um-icon-ios-plus-empty:before{content:"\f489"}.um-icon-ios-plus-outline:before{content:"\f48a"}.um-icon-ios-pricetag:before{content:"\f48d"}.um-icon-ios-pricetag-outline:before{content:"\f48c"}.um-icon-ios-pricetags:before{content:"\f48f"}.um-icon-ios-pricetags-outline:before{content:"\f48e"}.um-icon-ios-printer:before{content:"\f491"}.um-icon-ios-printer-outline:before{content:"\f490"}.um-icon-ios-pulse:before{content:"\f493"}.um-icon-ios-pulse-strong:before{content:"\f492"}.um-icon-ios-rainy:before{content:"\f495"}.um-icon-ios-rainy-outline:before{content:"\f494"}.um-icon-ios-recording:before{content:"\f497"}.um-icon-ios-recording-outline:before{content:"\f496"}.um-icon-ios-redo:before{content:"\f499"}.um-icon-ios-redo-outline:before{content:"\f498"}.um-icon-ios-refresh:before{content:"\f49c"}.um-icon-ios-refresh-empty:before{content:"\f49a"}.um-icon-ios-refresh-outline:before{content:"\f49b"}.um-icon-ios-reload:before{content:"\f49d"}.um-icon-ios-reverse-camera:before{content:"\f49f"}.um-icon-ios-reverse-camera-outline:before{content:"\f49e"}.um-icon-ios-rewind:before{content:"\f4a1"}.um-icon-ios-rewind-outline:before{content:"\f4a0"}.um-icon-ios-rose:before{content:"\f4a3"}.um-icon-ios-rose-outline:before{content:"\f4a2"}.um-icon-ios-search:before{content:"\f4a5"}.um-icon-ios-search-strong:before{content:"\f4a4"}.um-icon-ios-settings:before{content:"\f4a7"}.um-icon-ios-settings-strong:before{content:"\f4a6"}.um-icon-ios-shuffle:before{content:"\f4a9"}.um-icon-ios-shuffle-strong:before{content:"\f4a8"}.um-icon-ios-skipbackward:before{content:"\f4ab"}.um-icon-ios-skipbackward-outline:before{content:"\f4aa"}.um-icon-ios-skipforward:before{content:"\f4ad"}.um-icon-ios-skipforward-outline:before{content:"\f4ac"}.um-icon-ios-snowy:before{content:"\f4ae"}.um-icon-ios-speedometer:before{content:"\f4b0"}.um-icon-ios-speedometer-outline:before{content:"\f4af"}.um-icon-ios-star:before{content:"\f4b3"}.um-icon-ios-star-half:before{content:"\f4b1"}.um-icon-ios-star-outline:before{content:"\f4b2"}.um-icon-ios-stopwatch:before{content:"\f4b5"}.um-icon-ios-stopwatch-outline:before{content:"\f4b4"}.um-icon-ios-sunny:before{content:"\f4b7"}.um-icon-ios-sunny-outline:before{content:"\f4b6"}.um-icon-ios-telephone:before{content:"\f4b9"}.um-icon-ios-telephone-outline:before{content:"\f4b8"}.um-icon-ios-tennisball:before{content:"\f4bb"}.um-icon-ios-tennisball-outline:before{content:"\f4ba"}.um-icon-ios-thunderstorm:before{content:"\f4bd"}.um-icon-ios-thunderstorm-outline:before{content:"\f4bc"}.um-icon-ios-time:before{content:"\f4bf"}.um-icon-ios-time-outline:before{content:"\f4be"}.um-icon-ios-timer:before{content:"\f4c1"}.um-icon-ios-timer-outline:before{content:"\f4c0"}.um-icon-ios-toggle:before{content:"\f4c3"}.um-icon-ios-toggle-outline:before{content:"\f4c2"}.um-icon-ios-trash:before{content:"\f4c5"}.um-icon-ios-trash-outline:before{content:"\f4c4"}.um-icon-ios-undo:before{content:"\f4c7"}.um-icon-ios-undo-outline:before{content:"\f4c6"}.um-icon-ios-unlocked:before{content:"\f4c9"}.um-icon-ios-unlocked-outline:before{content:"\f4c8"}.um-icon-ios-upload:before{content:"\f4cb"}.um-icon-ios-upload-outline:before{content:"\f4ca"}.um-icon-ios-videocam:before{content:"\f4cd"}.um-icon-ios-videocam-outline:before{content:"\f4cc"}.um-icon-ios-volume-high:before{content:"\f4ce"}.um-icon-ios-volume-low:before{content:"\f4cf"}.um-icon-ios-wineglass:before{content:"\f4d1"}.um-icon-ios-wineglass-outline:before{content:"\f4d0"}.um-icon-ios-world:before{content:"\f4d3"}.um-icon-ios-world-outline:before{content:"\f4d2"}.um-icon-ipad:before{content:"\f1f9"}.um-icon-iphone:before{content:"\f1fa"}.um-icon-ipod:before{content:"\f1fb"}.um-icon-jet:before{content:"\f295"}.um-icon-key:before{content:"\f296"}.um-icon-knife:before{content:"\f297"}.um-icon-laptop:before{content:"\f1fc"}.um-icon-leaf:before{content:"\f1fd"}.um-icon-levels:before{content:"\f298"}.um-icon-lightbulb:before{content:"\f299"}.um-icon-link:before{content:"\f1fe"}.um-icon-load-a:before{content:"\f29a"}.um-icon-load-b:before{content:"\f29b"}.um-icon-load-c:before{content:"\f29c"}.um-icon-load-d:before{content:"\f29d"}.um-icon-location:before{content:"\f1ff"}.um-icon-lock-combination:before{content:"\f4d4"}.um-icon-locked:before{content:"\f200"}.um-icon-log-in:before{content:"\f29e"}.um-icon-log-out:before{content:"\f29f"}.um-icon-loop:before{content:"\f201"}.um-icon-magnet:before{content:"\f2a0"}.um-icon-male:before{content:"\f2a1"}.um-icon-man:before{content:"\f202"}.um-icon-map:before{content:"\f203"}.um-icon-medkit:before{content:"\f2a2"}.um-icon-merge:before{content:"\f33f"}.um-icon-mic-a:before{content:"\f204"}.um-icon-mic-b:before{content:"\f205"}.um-icon-mic-c:before{content:"\f206"}.um-icon-minus:before{content:"\f209"}.um-icon-minus-circled:before{content:"\f207"}.um-icon-minus-round:before{content:"\f208"}.um-icon-model-s:before{content:"\f2c1"}.um-icon-monitor:before{content:"\f20a"}.um-icon-more:before{content:"\f20b"}.um-icon-mouse:before{content:"\f340"}.um-icon-music-note:before{content:"\f20c"}.um-icon-navicon:before{content:"\f20e"}.um-icon-navicon-round:before{content:"\f20d"}.um-icon-navigate:before{content:"\f2a3"}.um-icon-network:before{content:"\f341"}.um-icon-no-smoking:before{content:"\f2c2"}.um-icon-nuclear:before{content:"\f2a4"}.um-icon-outlet:before{content:"\f342"}.um-icon-paintbrush:before{content:"\f4d5"}.um-icon-paintbucket:before{content:"\f4d6"}.um-icon-paper-airplane:before{content:"\f2c3"}.um-icon-paperclip:before{content:"\f20f"}.um-icon-pause:before{content:"\f210"}.um-icon-person:before{content:"\f213"}.um-icon-person-add:before{content:"\f211"}.um-icon-person-stalker:before{content:"\f212"}.um-icon-pie-graph:before{content:"\f2a5"}.um-icon-pin:before{content:"\f2a6"}.um-icon-pinpoint:before{content:"\f2a7"}.um-icon-pizza:before{content:"\f2a8"}.um-icon-plane:before{content:"\f214"}.um-icon-planet:before{content:"\f343"}.um-icon-play:before{content:"\f215"}.um-icon-playstation:before{content:"\f30a"}.um-icon-plus:before{content:"\f218"}.um-icon-plus-circled:before{content:"\f216"}.um-icon-plus-round:before{content:"\f217"}.um-icon-podium:before{content:"\f344"}.um-icon-pound:before{content:"\f219"}.um-icon-power:before{content:"\f2a9"}.um-icon-pricetag:before{content:"\f2aa"}.um-icon-pricetags:before{content:"\f2ab"}.um-icon-printer:before{content:"\f21a"}.um-icon-pull-request:before{content:"\f345"}.um-icon-qr-scanner:before{content:"\f346"}.um-icon-quote:before{content:"\f347"}.um-icon-radio-waves:before{content:"\f2ac"}.um-icon-record:before{content:"\f21b"}.um-icon-refresh:before{content:"\f21c"}.um-icon-reply:before{content:"\f21e"}.um-icon-reply-all:before{content:"\f21d"}.um-icon-ribbon-a:before{content:"\f348"}.um-icon-ribbon-b:before{content:"\f349"}.um-icon-sad:before{content:"\f34a"}.um-icon-sad-outline:before{content:"\f4d7"}.um-icon-scissors:before{content:"\f34b"}.um-icon-search:before{content:"\f21f"}.um-icon-settings:before{content:"\f2ad"}.um-icon-share:before{content:"\f220"}.um-icon-shuffle:before{content:"\f221"}.um-icon-skip-backward:before{content:"\f222"}.um-icon-skip-forward:before{content:"\f223"}.um-icon-social-android:before{content:"\f225"}.um-icon-social-android-outline:before{content:"\f224"}.um-icon-social-angular:before{content:"\f4d9"}.um-icon-social-angular-outline:before{content:"\f4d8"}.um-icon-social-apple:before{content:"\f227"}.um-icon-social-apple-outline:before{content:"\f226"}.um-icon-social-bitcoin:before{content:"\f2af"}.um-icon-social-bitcoin-outline:before{content:"\f2ae"}.um-icon-social-buffer:before{content:"\f229"}.um-icon-social-buffer-outline:before{content:"\f228"}.um-icon-social-chrome:before{content:"\f4db"}.um-icon-social-chrome-outline:before{content:"\f4da"}.um-icon-social-codepen:before{content:"\f4dd"}.um-icon-social-codepen-outline:before{content:"\f4dc"}.um-icon-social-css3:before{content:"\f4df"}.um-icon-social-css3-outline:before{content:"\f4de"}.um-icon-social-designernews:before{content:"\f22b"}.um-icon-social-designernews-outline:before{content:"\f22a"}.um-icon-social-dribbble:before{content:"\f22d"}.um-icon-social-dribbble-outline:before{content:"\f22c"}.um-icon-social-dropbox:before{content:"\f22f"}.um-icon-social-dropbox-outline:before{content:"\f22e"}.um-icon-social-euro:before{content:"\f4e1"}.um-icon-social-euro-outline:before{content:"\f4e0"}.um-icon-social-facebook:before{content:"\f231"}.um-icon-social-facebook-outline:before{content:"\f230"}.um-icon-social-foursquare:before{content:"\f34d"}.um-icon-social-foursquare-outline:before{content:"\f34c"}.um-icon-social-freebsd-devil:before{content:"\f2c4"}.um-icon-social-github:before{content:"\f233"}.um-icon-social-github-outline:before{content:"\f232"}.um-icon-social-google:before{content:"\f34f"}.um-icon-social-google-outline:before{content:"\f34e"}.um-icon-social-googleplus:before{content:"\f235"}.um-icon-social-googleplus-outline:before{content:"\f234"}.um-icon-social-hackernews:before{content:"\f237"}.um-icon-social-hackernews-outline:before{content:"\f236"}.um-icon-social-html5:before{content:"\f4e3"}.um-icon-social-html5-outline:before{content:"\f4e2"}.um-icon-social-instagram:before{content:"\f351"}.um-icon-social-instagram-outline:before{content:"\f350"}.um-icon-social-javascript:before{content:"\f4e5"}.um-icon-social-javascript-outline:before{content:"\f4e4"}.um-icon-social-linkedin:before{content:"\f239"}.um-icon-social-linkedin-outline:before{content:"\f238"}.um-icon-social-markdown:before{content:"\f4e6"}.um-icon-social-nodejs:before{content:"\f4e7"}.um-icon-social-octocat:before{content:"\f4e8"}.um-icon-social-pinterest:before{content:"\f2b1"}.um-icon-social-pinterest-outline:before{content:"\f2b0"}.um-icon-social-python:before{content:"\f4e9"}.um-icon-social-reddit:before{content:"\f23b"}.um-icon-social-reddit-outline:before{content:"\f23a"}.um-icon-social-rss:before{content:"\f23d"}.um-icon-social-rss-outline:before{content:"\f23c"}.um-icon-social-sass:before{content:"\f4ea"}.um-icon-social-skype:before{content:"\f23f"}.um-icon-social-skype-outline:before{content:"\f23e"}.um-icon-social-snapchat:before{content:"\f4ec"}.um-icon-social-snapchat-outline:before{content:"\f4eb"}.um-icon-social-tumblr:before{content:"\f241"}.um-icon-social-tumblr-outline:before{content:"\f240"}.um-icon-social-tux:before{content:"\f2c5"}.um-icon-social-twitch:before{content:"\f4ee"}.um-icon-social-twitch-outline:before{content:"\f4ed"}.um-icon-social-twitter:before{content:"\f243"}.um-icon-social-twitter-outline:before{content:"\f242"}.um-icon-social-usd:before{content:"\f353"}.um-icon-social-usd-outline:before{content:"\f352"}.um-icon-social-vimeo:before{content:"\f245"}.um-icon-social-vimeo-outline:before{content:"\f244"}.um-icon-social-whatsapp:before{content:"\f4f0"}.um-icon-social-whatsapp-outline:before{content:"\f4ef"}.um-icon-social-windows:before{content:"\f247"}.um-icon-social-windows-outline:before{content:"\f246"}.um-icon-social-wordpress:before{content:"\f249"}.um-icon-social-wordpress-outline:before{content:"\f248"}.um-icon-social-yahoo:before{content:"\f24b"}.um-icon-social-yahoo-outline:before{content:"\f24a"}.um-icon-social-yen:before{content:"\f4f2"}.um-icon-social-yen-outline:before{content:"\f4f1"}.um-icon-social-youtube:before{content:"\f24d"}.um-icon-social-youtube-outline:before{content:"\f24c"}.um-icon-soup-can:before{content:"\f4f4"}.um-icon-soup-can-outline:before{content:"\f4f3"}.um-icon-speakerphone:before{content:"\f2b2"}.um-icon-speedometer:before{content:"\f2b3"}.um-icon-spoon:before{content:"\f2b4"}.um-icon-star:before{content:"\f24e"}.um-icon-stats-bars:before{content:"\f2b5"}.um-icon-steam:before{content:"\f30b"}.um-icon-stop:before{content:"\f24f"}.um-icon-thermometer:before{content:"\f2b6"}.um-icon-thumbsdown:before{content:"\f250"}.um-icon-thumbsup:before{content:"\f251"}.um-icon-toggle:before{content:"\f355"}.um-icon-toggle-filled:before{content:"\f354"}.um-icon-transgender:before{content:"\f4f5"}.um-icon-trash-a:before{content:"\f252"}.um-icon-trash-b:before{content:"\f253"}.um-icon-trophy:before{content:"\f356"}.um-icon-tshirt:before{content:"\f4f7"}.um-icon-tshirt-outline:before{content:"\f4f6"}.um-icon-umbrella:before{content:"\f2b7"}.um-icon-university:before{content:"\f357"}.um-icon-unlocked:before{content:"\f254"}.um-icon-upload:before{content:"\f255"}.um-icon-usb:before{content:"\f2b8"}.um-icon-videocamera:before{content:"\f256"}.um-icon-volume-high:before{content:"\f257"}.um-icon-volume-low:before{content:"\f258"}.um-icon-volume-medium:before{content:"\f259"}.um-icon-volume-mute:before{content:"\f25a"}.um-icon-wand:before{content:"\f358"}.um-icon-waterdrop:before{content:"\f25b"}.um-icon-wifi:before{content:"\f25c"}.um-icon-wineglass:before{content:"\f2b9"}.um-icon-woman:before{content:"\f25d"}.um-icon-wrench:before{content:"\f2ba"}.um-icon-xbox:before{content:"\f30c"}@charset "UTF-8";@font-face{font-family:FontAwesome;src:url(/wp-content/plugins/ultimate-member/assets/libs/legacy/fonticons/font/fontawesome-webfont.eot?v=4.2.0);src:url(/wp-content/plugins/ultimate-member/assets/libs/legacy/fonticons/font/fontawesome-webfont.eot?v=4.2.0#iefix) format("embedded-opentype"),url(/wp-content/plugins/ultimate-member/assets/libs/legacy/fonticons/font/fontawesome-webfont.woff?v=4.2.0) format("woff"),url(/wp-content/plugins/ultimate-member/assets/libs/legacy/fonticons/font/fontawesome-webfont.ttf?v=4.2.0) format("truetype"),url(/wp-content/plugins/ultimate-member/assets/libs/legacy/fonticons/font/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format("svg");font-display:swap;font-weight:400;font-style:normal}[class*=" um-faicon-"]:before,[class^=um-faicon-]:before{font-family:FontAwesome!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.um-faicon-sticky-note:before{content:"\f249"}.um-faicon-glass:before{content:"\f000"}.um-faicon-music:before{content:"\f001"}.um-faicon-search:before{content:"\f002"}.um-faicon-envelope-o:before{content:"\f003"}.um-faicon-heart:before{content:"\f004"}.um-faicon-star:before{content:"\f005"}.um-faicon-star-o:before{content:"\f006"}.um-faicon-user:before{content:"\f007"}.um-faicon-film:before{content:"\f008"}.um-faicon-th-large:before{content:"\f009"}.um-faicon-th:before{content:"\f00a"}.um-faicon-th-list:before{content:"\f00b"}.um-faicon-check:before{content:"\f00c"}.um-faicon-close:before,.um-faicon-remove:before,.um-faicon-times:before{content:"\f00d"}.um-faicon-search-plus:before{content:"\f00e"}.um-faicon-search-minus:before{content:"\f010"}.um-faicon-power-off:before{content:"\f011"}.um-faicon-signal:before{content:"\f012"}.um-faicon-cog:before,.um-faicon-gear:before{content:"\f013"}.um-faicon-trash-o:before{content:"\f014"}.um-faicon-home:before{content:"\f015"}.um-faicon-file-o:before{content:"\f016"}.um-faicon-clock-o:before{content:"\f017"}.um-faicon-road:before{content:"\f018"}.um-faicon-download:before{content:"\f019"}.um-faicon-arrow-circle-o-down:before{content:"\f01a"}.um-faicon-arrow-circle-o-up:before{content:"\f01b"}.um-faicon-inbox:before{content:"\f01c"}.um-faicon-play-circle-o:before{content:"\f01d"}.um-faicon-repeat:before,.um-faicon-rotate-right:before{content:"\f01e"}.um-faicon-refresh:before{content:"\f021"}.um-faicon-list-alt:before{content:"\f022"}.um-faicon-lock:before{content:"\f023"}.um-faicon-flag:before{content:"\f024"}.um-faicon-headphones:before{content:"\f025"}.um-faicon-volume-off:before{content:"\f026"}.um-faicon-volume-down:before{content:"\f027"}.um-faicon-volume-up:before{content:"\f028"}.um-faicon-qrcode:before{content:"\f029"}.um-faicon-barcode:before{content:"\f02a"}.um-faicon-tag:before{content:"\f02b"}.um-faicon-tags:before{content:"\f02c"}.um-faicon-book:before{content:"\f02d"}.um-faicon-bookmark:before{content:"\f02e"}.um-faicon-print:before{content:"\f02f"}.um-faicon-camera:before{content:"\f030"}.um-faicon-font:before{content:"\f031"}.um-faicon-bold:before{content:"\f032"}.um-faicon-italic:before{content:"\f033"}.um-faicon-text-height:before{content:"\f034"}.um-faicon-text-width:before{content:"\f035"}.um-faicon-align-left:before{content:"\f036"}.um-faicon-align-center:before{content:"\f037"}.um-faicon-align-right:before{content:"\f038"}.um-faicon-align-justify:before{content:"\f039"}.um-faicon-list:before{content:"\f03a"}.um-faicon-dedent:before,.um-faicon-outdent:before{content:"\f03b"}.um-faicon-indent:before{content:"\f03c"}.um-faicon-video-camera:before{content:"\f03d"}.um-faicon-image:before,.um-faicon-photo:before,.um-faicon-picture-o:before{content:"\f03e"}.um-faicon-pencil:before{content:"\f040"}.um-faicon-map-marker:before{content:"\f041"}.um-faicon-adjust:before{content:"\f042"}.um-faicon-tint:before{content:"\f043"}.um-faicon-edit:before,.um-faicon-pencil-square-o:before{content:"\f044"}.um-faicon-share-square-o:before{content:"\f045"}.um-faicon-check-square-o:before{content:"\f046"}.um-faicon-arrows:before{content:"\f047"}.um-faicon-step-backward:before{content:"\f048"}.um-faicon-fast-backward:before{content:"\f049"}.um-faicon-backward:before{content:"\f04a"}.um-faicon-play:before{content:"\f04b"}.um-faicon-pause:before{content:"\f04c"}.um-faicon-stop:before{content:"\f04d"}.um-faicon-forward:before{content:"\f04e"}.um-faicon-fast-forward:before{content:"\f050"}.um-faicon-step-forward:before{content:"\f051"}.um-faicon-eject:before{content:"\f052"}.um-faicon-chevron-left:before{content:"\f053"}.um-faicon-chevron-right:before{content:"\f054"}.um-faicon-plus-circle:before{content:"\f055"}.um-faicon-minus-circle:before{content:"\f056"}.um-faicon-times-circle:before{content:"\f057"}.um-faicon-check-circle:before{content:"\f058"}.um-faicon-question-circle:before{content:"\f059"}.um-faicon-info-circle:before{content:"\f05a"}.um-faicon-crosshairs:before{content:"\f05b"}.um-faicon-times-circle-o:before{content:"\f05c"}.um-faicon-check-circle-o:before{content:"\f05d"}.um-faicon-ban:before{content:"\f05e"}.um-faicon-arrow-left:before{content:"\f060"}.um-faicon-arrow-right:before{content:"\f061"}.um-faicon-arrow-up:before{content:"\f062"}.um-faicon-arrow-down:before{content:"\f063"}.um-faicon-mail-forward:before,.um-faicon-share:before{content:"\f064"}.um-faicon-expand:before{content:"\f065"}.um-faicon-compress:before{content:"\f066"}.um-faicon-plus:before{content:"\f067"}.um-faicon-minus:before{content:"\f068"}.um-faicon-asterisk:before{content:"\f069"}.um-faicon-exclamation-circle:before{content:"\f06a"}.um-faicon-gift:before{content:"\f06b"}.um-faicon-leaf:before{content:"\f06c"}.um-faicon-fire:before{content:"\f06d"}.um-faicon-eye:before{content:"\f06e"}.um-faicon-eye-slash:before{content:"\f070"}.um-faicon-exclamation-triangle:before,.um-faicon-warning:before{content:"\f071"}.um-faicon-plane:before{content:"\f072"}.um-faicon-calendar:before{content:"\f073"}.um-faicon-random:before{content:"\f074"}.um-faicon-comment:before{content:"\f075"}.um-faicon-magnet:before{content:"\f076"}.um-faicon-chevron-up:before{content:"\f077"}.um-faicon-chevron-down:before{content:"\f078"}.um-faicon-retweet:before{content:"\f079"}.um-faicon-shopping-cart:before{content:"\f07a"}.um-faicon-folder:before{content:"\f07b"}.um-faicon-folder-open:before{content:"\f07c"}.um-faicon-arrows-v:before{content:"\f07d"}.um-faicon-arrows-h:before{content:"\f07e"}.um-faicon-bar-chart-o:before,.um-faicon-bar-chart:before{content:"\f080"}.um-faicon-twitter-square:before{content:"\f081"}.um-faicon-facebook-square:before{content:"\f082"}.um-faicon-camera-retro:before{content:"\f083"}.um-faicon-key:before{content:"\f084"}.um-faicon-cogs:before,.um-faicon-gears:before{content:"\f085"}.um-faicon-comments:before{content:"\f086"}.um-faicon-thumbs-o-up:before{content:"\f087"}.um-faicon-thumbs-o-down:before{content:"\f088"}.um-faicon-star-half:before{content:"\f089"}.um-faicon-heart-o:before{content:"\f08a"}.um-faicon-sign-out:before{content:"\f08b"}.um-faicon-linkedin-square:before{content:"\f08c"}.um-faicon-thumb-tack:before{content:"\f08d"}.um-faicon-external-link:before{content:"\f08e"}.um-faicon-sign-in:before{content:"\f090"}.um-faicon-trophy:before{content:"\f091"}.um-faicon-github-square:before{content:"\f092"}.um-faicon-upload:before{content:"\f093"}.um-faicon-lemon-o:before{content:"\f094"}.um-faicon-phone:before{content:"\f095"}.um-faicon-square-o:before{content:"\f096"}.um-faicon-bookmark-o:before{content:"\f097"}.um-faicon-phone-square:before{content:"\f098"}.um-faicon-twitter:before{content:"\f099"}.um-faicon-facebook:before{content:"\f09a"}.um-faicon-github:before{content:"\f09b"}.um-faicon-unlock:before{content:"\f09c"}.um-faicon-credit-card:before{content:"\f09d"}.um-faicon-rss:before{content:"\f09e"}.um-faicon-hdd-o:before{content:"\f0a0"}.um-faicon-bullhorn:before{content:"\f0a1"}.um-faicon-bell:before{content:"\f0f3"}.um-faicon-certificate:before{content:"\f0a3"}.um-faicon-hand-o-right:before{content:"\f0a4"}.um-faicon-hand-o-left:before{content:"\f0a5"}.um-faicon-hand-o-up:before{content:"\f0a6"}.um-faicon-hand-o-down:before{content:"\f0a7"}.um-faicon-arrow-circle-left:before{content:"\f0a8"}.um-faicon-arrow-circle-right:before{content:"\f0a9"}.um-faicon-arrow-circle-up:before{content:"\f0aa"}.um-faicon-arrow-circle-down:before{content:"\f0ab"}.um-faicon-globe:before{content:"\f0ac"}.um-faicon-wrench:before{content:"\f0ad"}.um-faicon-tasks:before{content:"\f0ae"}.um-faicon-filter:before{content:"\f0b0"}.um-faicon-briefcase:before{content:"\f0b1"}.um-faicon-arrows-alt:before{content:"\f0b2"}.um-faicon-group:before,.um-faicon-users:before{content:"\f0c0"}.um-faicon-chain:before,.um-faicon-link:before{content:"\f0c1"}.um-faicon-cloud:before{content:"\f0c2"}.um-faicon-flask:before{content:"\f0c3"}.um-faicon-cut:before,.um-faicon-scissors:before{content:"\f0c4"}.um-faicon-copy:before,.um-faicon-files-o:before{content:"\f0c5"}.um-faicon-paperclip:before{content:"\f0c6"}.um-faicon-floppy-o:before,.um-faicon-save:before{content:"\f0c7"}.um-faicon-square:before{content:"\f0c8"}.um-faicon-bars:before,.um-faicon-navicon:before,.um-faicon-reorder:before{content:"\f0c9"}.um-faicon-list-ul:before{content:"\f0ca"}.um-faicon-list-ol:before{content:"\f0cb"}.um-faicon-strikethrough:before{content:"\f0cc"}.um-faicon-underline:before{content:"\f0cd"}.um-faicon-table:before{content:"\f0ce"}.um-faicon-magic:before{content:"\f0d0"}.um-faicon-truck:before{content:"\f0d1"}.um-faicon-pinterest:before{content:"\f0d2"}.um-faicon-pinterest-square:before{content:"\f0d3"}.um-faicon-google-plus-square:before{content:"\f0d4"}.um-faicon-google-plus:before{content:"\f0d5"}.um-faicon-money:before{content:"\f0d6"}.um-faicon-caret-down:before{content:"\f0d7"}.um-faicon-caret-up:before{content:"\f0d8"}.um-faicon-caret-left:before{content:"\f0d9"}.um-faicon-caret-right:before{content:"\f0da"}.um-faicon-columns:before{content:"\f0db"}.um-faicon-sort:before,.um-faicon-unsorted:before{content:"\f0dc"}.um-faicon-sort-desc:before,.um-faicon-sort-down:before{content:"\f0dd"}.um-faicon-sort-asc:before,.um-faicon-sort-up:before{content:"\f0de"}.um-faicon-envelope:before{content:"\f0e0"}.um-faicon-linkedin:before{content:"\f0e1"}.um-faicon-rotate-left:before,.um-faicon-undo:before{content:"\f0e2"}.um-faicon-gavel:before,.um-faicon-legal:before{content:"\f0e3"}.um-faicon-dashboard:before,.um-faicon-tachometer:before{content:"\f0e4"}.um-faicon-comment-o:before{content:"\f0e5"}.um-faicon-comments-o:before{content:"\f0e6"}.um-faicon-bolt:before,.um-faicon-flash:before{content:"\f0e7"}.um-faicon-sitemap:before{content:"\f0e8"}.um-faicon-umbrella:before{content:"\f0e9"}.um-faicon-clipboard:before,.um-faicon-paste:before{content:"\f0ea"}.um-faicon-lightbulb-o:before{content:"\f0eb"}.um-faicon-exchange:before{content:"\f0ec"}.um-faicon-cloud-download:before{content:"\f0ed"}.um-faicon-cloud-upload:before{content:"\f0ee"}.um-faicon-user-md:before{content:"\f0f0"}.um-faicon-stethoscope:before{content:"\f0f1"}.um-faicon-suitcase:before{content:"\f0f2"}.um-faicon-bell-o:before{content:"\f0a2"}.um-faicon-coffee:before{content:"\f0f4"}.um-faicon-cutlery:before{content:"\f0f5"}.um-faicon-file-text-o:before{content:"\f0f6"}.um-faicon-building-o:before{content:"\f0f7"}.um-faicon-hospital-o:before{content:"\f0f8"}.um-faicon-ambulance:before{content:"\f0f9"}.um-faicon-medkit:before{content:"\f0fa"}.um-faicon-fighter-jet:before{content:"\f0fb"}.um-faicon-beer:before{content:"\f0fc"}.um-faicon-h-square:before{content:"\f0fd"}.um-faicon-plus-square:before{content:"\f0fe"}.um-faicon-angle-double-left:before{content:"\f100"}.um-faicon-angle-double-right:before{content:"\f101"}.um-faicon-angle-double-up:before{content:"\f102"}.um-faicon-angle-double-down:before{content:"\f103"}.um-faicon-angle-left:before{content:"\f104"}.um-faicon-angle-right:before{content:"\f105"}.um-faicon-angle-up:before{content:"\f106"}.um-faicon-angle-down:before{content:"\f107"}.um-faicon-desktop:before{content:"\f108"}.um-faicon-laptop:before{content:"\f109"}.um-faicon-tablet:before{content:"\f10a"}.um-faicon-mobile-phone:before,.um-faicon-mobile:before{content:"\f10b"}.um-faicon-circle-o:before{content:"\f10c"}.um-faicon-quote-left:before{content:"\f10d"}.um-faicon-quote-right:before{content:"\f10e"}.um-faicon-spinner:before{content:"\f110"}.um-faicon-spin{-webkit-animation:um-faicon-spin 2s infinite linear;animation:um-faicon-spin 2s infinite linear}.um-faicon-circle:before{content:"\f111"}.um-faicon-mail-reply:before,.um-faicon-reply:before{content:"\f112"}.um-faicon-github-alt:before{content:"\f113"}.um-faicon-folder-o:before{content:"\f114"}.um-faicon-folder-open-o:before{content:"\f115"}.um-faicon-smile-o:before{content:"\f118"}.um-faicon-frown-o:before{content:"\f119"}.um-faicon-meh-o:before{content:"\f11a"}.um-faicon-gamepad:before{content:"\f11b"}.um-faicon-keyboard-o:before{content:"\f11c"}.um-faicon-flag-o:before{content:"\f11d"}.um-faicon-flag-checkered:before{content:"\f11e"}.um-faicon-terminal:before{content:"\f120"}.um-faicon-code:before{content:"\f121"}.um-faicon-mail-reply-all:before,.um-faicon-reply-all:before{content:"\f122"}.um-faicon-star-half-empty:before,.um-faicon-star-half-full:before,.um-faicon-star-half-o:before{content:"\f123"}.um-faicon-location-arrow:before{content:"\f124"}.um-faicon-crop:before{content:"\f125"}.um-faicon-code-fork:before{content:"\f126"}.um-faicon-chain-broken:before,.um-faicon-unlink:before{content:"\f127"}.um-faicon-question:before{content:"\f128"}.um-faicon-info:before{content:"\f129"}.um-faicon-exclamation:before{content:"\f12a"}.um-faicon-superscript:before{content:"\f12b"}.um-faicon-subscript:before{content:"\f12c"}.um-faicon-eraser:before{content:"\f12d"}.um-faicon-puzzle-piece:before{content:"\f12e"}.um-faicon-microphone:before{content:"\f130"}.um-faicon-microphone-slash:before{content:"\f131"}.um-faicon-shield:before{content:"\f132"}.um-faicon-calendar-o:before{content:"\f133"}.um-faicon-fire-extinguisher:before{content:"\f134"}.um-faicon-rocket:before{content:"\f135"}.um-faicon-maxcdn:before{content:"\f136"}.um-faicon-chevron-circle-left:before{content:"\f137"}.um-faicon-chevron-circle-right:before{content:"\f138"}.um-faicon-chevron-circle-up:before{content:"\f139"}.um-faicon-chevron-circle-down:before{content:"\f13a"}.um-faicon-html5:before{content:"\f13b"}.um-faicon-css3:before{content:"\f13c"}.um-faicon-anchor:before{content:"\f13d"}.um-faicon-unlock-alt:before{content:"\f13e"}.um-faicon-bullseye:before{content:"\f140"}.um-faicon-ellipsis-h:before{content:"\f141"}.um-faicon-ellipsis-v:before{content:"\f142"}.um-faicon-rss-square:before{content:"\f143"}.um-faicon-play-circle:before{content:"\f144"}.um-faicon-ticket:before{content:"\f145"}.um-faicon-minus-square:before{content:"\f146"}.um-faicon-minus-square-o:before{content:"\f147"}.um-faicon-level-up:before{content:"\f148"}.um-faicon-level-down:before{content:"\f149"}.um-faicon-check-square:before{content:"\f14a"}.um-faicon-pencil-square:before{content:"\f14b"}.um-faicon-external-link-square:before{content:"\f14c"}.um-faicon-share-square:before{content:"\f14d"}.um-faicon-compass:before{content:"\f14e"}.um-faicon-caret-square-o-down:before,.um-faicon-toggle-down:before{content:"\f150"}.um-faicon-caret-square-o-up:before,.um-faicon-toggle-up:before{content:"\f151"}.um-faicon-caret-square-o-right:before,.um-faicon-toggle-right:before{content:"\f152"}.um-faicon-eur:before,.um-faicon-euro:before{content:"\f153"}.um-faicon-gbp:before{content:"\f154"}.um-faicon-dollar:before,.um-faicon-usd:before{content:"\f155"}.um-faicon-inr:before,.um-faicon-rupee:before{content:"\f156"}.um-faicon-cny:before,.um-faicon-jpy:before,.um-faicon-rmb:before,.um-faicon-yen:before{content:"\f157"}.um-faicon-rouble:before,.um-faicon-rub:before,.um-faicon-ruble:before{content:"\f158"}.um-faicon-krw:before,.um-faicon-won:before{content:"\f159"}.um-faicon-bitcoin:before,.um-faicon-btc:before{content:"\f15a"}.um-faicon-file:before{content:"\f15b"}.um-faicon-file-text:before{content:"\f15c"}.um-faicon-sort-alpha-asc:before{content:"\f15d"}.um-faicon-sort-alpha-desc:before{content:"\f15e"}.um-faicon-sort-amount-asc:before{content:"\f160"}.um-faicon-sort-amount-desc:before{content:"\f161"}.um-faicon-sort-numeric-asc:before{content:"\f162"}.um-faicon-sort-numeric-desc:before{content:"\f163"}.um-faicon-thumbs-up:before{content:"\f164"}.um-faicon-thumbs-down:before{content:"\f165"}.um-faicon-youtube-square:before{content:"\f166"}.um-faicon-youtube:before{content:"\f167"}.um-faicon-xing:before{content:"\f168"}.um-faicon-xing-square:before{content:"\f169"}.um-faicon-youtube-play:before{content:"\f16a"}.um-faicon-dropbox:before{content:"\f16b"}.um-faicon-stack-overflow:before{content:"\f16c"}.um-faicon-instagram:before{content:"\f16d"}.um-faicon-flickr:before{content:"\f16e"}.um-faicon-adn:before{content:"\f170"}.um-faicon-bitbucket:before{content:"\f171"}.um-faicon-bitbucket-square:before{content:"\f172"}.um-faicon-tumblr:before{content:"\f173"}.um-faicon-tumblr-square:before{content:"\f174"}.um-faicon-long-arrow-down:before{content:"\f175"}.um-faicon-long-arrow-up:before{content:"\f176"}.um-faicon-long-arrow-left:before{content:"\f177"}.um-faicon-long-arrow-right:before{content:"\f178"}.um-faicon-apple:before{content:"\f179"}.um-faicon-windows:before{content:"\f17a"}.um-faicon-android:before{content:"\f17b"}.um-faicon-linux:before{content:"\f17c"}.um-faicon-dribbble:before{content:"\f17d"}.um-faicon-skype:before{content:"\f17e"}.um-faicon-foursquare:before{content:"\f180"}.um-faicon-trello:before{content:"\f181"}.um-faicon-female:before{content:"\f182"}.um-faicon-male:before{content:"\f183"}.um-faicon-gittip:before{content:"\f184"}.um-faicon-sun-o:before{content:"\f185"}.um-faicon-moon-o:before{content:"\f186"}.um-faicon-archive:before{content:"\f187"}.um-faicon-bug:before{content:"\f188"}.um-faicon-vk:before{content:"\f189"}.um-faicon-weibo:before{content:"\f18a"}.um-faicon-renren:before{content:"\f18b"}.um-faicon-pagelines:before{content:"\f18c"}.um-faicon-stack-exchange:before{content:"\f18d"}.um-faicon-arrow-circle-o-right:before{content:"\f18e"}.um-faicon-arrow-circle-o-left:before{content:"\f190"}.um-faicon-caret-square-o-left:before,.um-faicon-toggle-left:before{content:"\f191"}.um-faicon-dot-circle-o:before{content:"\f192"}.um-faicon-wheelchair:before{content:"\f193"}.um-faicon-vimeo-square:before{content:"\f194"}.um-faicon-try:before,.um-faicon-turkish-lira:before{content:"\f195"}.um-faicon-plus-square-o:before{content:"\f196"}.um-faicon-space-shuttle:before{content:"\f197"}.um-faicon-slack:before{content:"\f198"}.um-faicon-envelope-square:before{content:"\f199"}.um-faicon-wordpress:before{content:"\f19a"}.um-faicon-openid:before{content:"\f19b"}.um-faicon-bank:before,.um-faicon-institution:before,.um-faicon-university:before{content:"\f19c"}.um-faicon-graduation-cap:before,.um-faicon-mortar-board:before{content:"\f19d"}.um-faicon-yahoo:before{content:"\f19e"}.um-faicon-google:before{content:"\f1a0"}.um-faicon-reddit:before{content:"\f1a1"}.um-faicon-reddit-square:before{content:"\f1a2"}.um-faicon-stumbleupon-circle:before{content:"\f1a3"}.um-faicon-stumbleupon:before{content:"\f1a4"}.um-faicon-delicious:before{content:"\f1a5"}.um-faicon-digg:before{content:"\f1a6"}.um-faicon-pied-piper:before{content:"\f1a7"}.um-faicon-pied-piper-alt:before{content:"\f1a8"}.um-faicon-drupal:before{content:"\f1a9"}.um-faicon-joomla:before{content:"\f1aa"}.um-faicon-language:before{content:"\f1ab"}.um-faicon-fax:before{content:"\f1ac"}.um-faicon-building:before{content:"\f1ad"}.um-faicon-child:before{content:"\f1ae"}.um-faicon-paw:before{content:"\f1b0"}.um-faicon-spoon:before{content:"\f1b1"}.um-faicon-cube:before{content:"\f1b2"}.um-faicon-cubes:before{content:"\f1b3"}.um-faicon-behance:before{content:"\f1b4"}.um-faicon-behance-square:before{content:"\f1b5"}.um-faicon-steam:before{content:"\f1b6"}.um-faicon-steam-square:before{content:"\f1b7"}.um-faicon-recycle:before{content:"\f1b8"}.um-faicon-automobile:before,.um-faicon-car:before{content:"\f1b9"}.um-faicon-cab:before,.um-faicon-taxi:before{content:"\f1ba"}.um-faicon-tree:before{content:"\f1bb"}.um-faicon-spotify:before{content:"\f1bc"}.um-faicon-deviantart:before{content:"\f1bd"}.um-faicon-soundcloud:before{content:"\f1be"}.um-faicon-database:before{content:"\f1c0"}.um-faicon-file-pdf-o:before{content:"\f1c1"}.um-faicon-file-word-o:before{content:"\f1c2"}.um-faicon-file-excel-o:before{content:"\f1c3"}.um-faicon-file-powerpoint-o:before{content:"\f1c4"}.um-faicon-file-image-o:before,.um-faicon-file-photo-o:before,.um-faicon-file-picture-o:before{content:"\f1c5"}.um-faicon-file-archive-o:before,.um-faicon-file-zip-o:before{content:"\f1c6"}.um-faicon-file-audio-o:before,.um-faicon-file-sound-o:before{content:"\f1c7"}.um-faicon-file-movie-o:before,.um-faicon-file-video-o:before{content:"\f1c8"}.um-faicon-file-code-o:before{content:"\f1c9"}.um-faicon-vine:before{content:"\f1ca"}.um-faicon-codepen:before{content:"\f1cb"}.um-faicon-jsfiddle:before{content:"\f1cc"}.um-faicon-life-bouy:before,.um-faicon-life-buoy:before,.um-faicon-life-ring:before,.um-faicon-life-saver:before,.um-faicon-support:before{content:"\f1cd"}.um-faicon-circle-o-notch:before{content:"\f1ce"}.um-faicon-ra:before,.um-faicon-rebel:before{content:"\f1d0"}.um-faicon-empire:before,.um-faicon-ge:before{content:"\f1d1"}.um-faicon-git-square:before{content:"\f1d2"}.um-faicon-git:before{content:"\f1d3"}.um-faicon-hacker-news:before{content:"\f1d4"}.um-faicon-tencent-weibo:before{content:"\f1d5"}.um-faicon-qq:before{content:"\f1d6"}.um-faicon-wechat:before,.um-faicon-weixin:before{content:"\f1d7"}.um-faicon-paper-plane:before,.um-faicon-send:before{content:"\f1d8"}.um-faicon-paper-plane-o:before,.um-faicon-send-o:before{content:"\f1d9"}.um-faicon-history:before{content:"\f1da"}.um-faicon-circle-thin:before{content:"\f1db"}.um-faicon-header:before{content:"\f1dc"}.um-faicon-paragraph:before{content:"\f1dd"}.um-faicon-sliders:before{content:"\f1de"}.um-faicon-share-alt:before{content:"\f1e0"}.um-faicon-share-alt-square:before{content:"\f1e1"}.um-faicon-bomb:before{content:"\f1e2"}.um-faicon-futbol-o:before,.um-faicon-soccer-ball-o:before{content:"\f1e3"}.um-faicon-tty:before{content:"\f1e4"}.um-faicon-binoculars:before{content:"\f1e5"}.um-faicon-plug:before{content:"\f1e6"}.um-faicon-slideshare:before{content:"\f1e7"}.um-faicon-twitch:before{content:"\f1e8"}.um-faicon-yelp:before{content:"\f1e9"}.um-faicon-newspaper-o:before{content:"\f1ea"}.um-faicon-wifi:before{content:"\f1eb"}.um-faicon-calculator:before{content:"\f1ec"}.um-faicon-paypal:before{content:"\f1ed"}.um-faicon-google-wallet:before{content:"\f1ee"}.um-faicon-cc-visa:before{content:"\f1f0"}.um-faicon-cc-mastercard:before{content:"\f1f1"}.um-faicon-cc-discover:before{content:"\f1f2"}.um-faicon-cc-amex:before{content:"\f1f3"}.um-faicon-cc-paypal:before{content:"\f1f4"}.um-faicon-cc-stripe:before{content:"\f1f5"}.um-faicon-bell-slash:before{content:"\f1f6"}.um-faicon-bell-slash-o:before{content:"\f1f7"}.um-faicon-trash:before{content:"\f1f8"}.um-faicon-copyright:before{content:"\f1f9"}.um-faicon-at:before{content:"\f1fa"}.um-faicon-eyedropper:before{content:"\f1fb"}.um-faicon-paint-brush:before{content:"\f1fc"}.um-faicon-birthday-cake:before{content:"\f1fd"}.um-faicon-area-chart:before{content:"\f1fe"}.um-faicon-pie-chart:before{content:"\f200"}.um-faicon-line-chart:before{content:"\f201"}.um-faicon-lastfm:before{content:"\f202"}.um-faicon-lastfm-square:before{content:"\f203"}.um-faicon-toggle-off:before{content:"\f204"}.um-faicon-toggle-on:before{content:"\f205"}.um-faicon-bicycle:before{content:"\f206"}.um-faicon-bus:before{content:"\f207"}.um-faicon-ioxhost:before{content:"\f208"}.um-faicon-angellist:before{content:"\f209"}.um-faicon-cc:before{content:"\f20a"}.um-faicon-ils:before,.um-faicon-shekel:before,.um-faicon-sheqel:before{content:"\f20b"}.um-faicon-meanpath:before{content:"\f20c"}@-moz-keyframes um-faicon-spin{0%{-moz-transform:rotate(0)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes um-faicon-spin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes um-faicon-spin{0%{-o-transform:rotate(0)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes um-faicon-spin{0%{-ms-transform:rotate(0)}100%{-ms-transform:rotate(359deg)}}@keyframes um-faicon-spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}.um,.um-icon-within{/*!
   * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
   * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
   * Copyright 2024 Fonticons, Inc.
   *//*!
   * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
   * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
   * Copyright 2024 Fonticons, Inc.
   *//*!
   * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
   * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
   * Copyright 2024 Fonticons, Inc.
   *//*!
   * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
   * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
   * Copyright 2024 Fonticons, Inc.
   *//*!
   * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
   * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
   * Copyright 2024 Fonticons, Inc.
   */}.um .fa,.um-icon-within .fa{font-family:var(--fa-style-family, "Font Awesome 6 Free");font-weight:var(--fa-style,900)}.um .fa,.um .fa-brands,.um .fa-classic,.um .fa-regular,.um .fa-sharp,.um .fa-solid,.um .fab,.um .far,.um .fas,.um-icon-within .fa,.um-icon-within .fa-brands,.um-icon-within .fa-classic,.um-icon-within .fa-regular,.um-icon-within .fa-sharp,.um-icon-within .fa-solid,.um-icon-within .fab,.um-icon-within .far,.um-icon-within .fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.um .fa-classic,.um .fa-regular,.um .fa-solid,.um .far,.um .fas,.um-icon-within .fa-classic,.um-icon-within .fa-regular,.um-icon-within .fa-solid,.um-icon-within .far,.um-icon-within .fas{font-family:"Font Awesome 6 Free"}.um .fa-brands,.um .fab,.um-icon-within .fa-brands,.um-icon-within .fab{font-family:"Font Awesome 6 Brands"}.um .fa-1x,.um-icon-within .fa-1x{font-size:1em}.um .fa-2x,.um-icon-within .fa-2x{font-size:2em}.um .fa-3x,.um-icon-within .fa-3x{font-size:3em}.um .fa-4x,.um-icon-within .fa-4x{font-size:4em}.um .fa-5x,.um-icon-within .fa-5x{font-size:5em}.um .fa-6x,.um-icon-within .fa-6x{font-size:6em}.um .fa-7x,.um-icon-within .fa-7x{font-size:7em}.um .fa-8x,.um-icon-within .fa-8x{font-size:8em}.um .fa-9x,.um-icon-within .fa-9x{font-size:9em}.um .fa-10x,.um-icon-within .fa-10x{font-size:10em}.um .fa-2xs,.um-icon-within .fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.um .fa-xs,.um-icon-within .fa-xs{font-size:.75em;line-height:.0833333337em;vertical-align:.125em}.um .fa-sm,.um-icon-within .fa-sm{font-size:.875em;line-height:.0714285718em;vertical-align:.0535714295em}.um .fa-lg,.um-icon-within .fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.um .fa-xl,.um-icon-within .fa-xl{font-size:1.5em;line-height:.0416666682em;vertical-align:-.125em}.um .fa-2xl,.um-icon-within .fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.um .fa-fw,.um-icon-within .fa-fw{text-align:center;width:1.25em}.um .fa-ul,.um-icon-within .fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.um .fa-ul>li,.um-icon-within .fa-ul>li{position:relative}.um .fa-li,.um-icon-within .fa-li{left:calc(var(--fa-li-width,2em) * -1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.um .fa-border,.um-icon-within .fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.08em);padding:var(--fa-border-padding,.2em .25em .15em)}.um .fa-pull-left,.um-icon-within .fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.um .fa-pull-right,.um-icon-within .fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.um .fa-beat,.um-icon-within .fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.um .fa-bounce,.um-icon-within .fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.um .fa-fade,.um-icon-within .fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.um .fa-beat-fade,.um-icon-within .fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.um .fa-flip,.um-icon-within .fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.um .fa-shake,.um-icon-within .fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.um .fa-spin,.um-icon-within .fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.um .fa-spin-reverse,.um-icon-within .fa-spin-reverse{--fa-animation-direction:reverse}.um .fa-pulse,.um .fa-spin-pulse,.um-icon-within .fa-pulse,.um-icon-within .fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.um .fa-beat,.um .fa-beat-fade,.um .fa-bounce,.um .fa-fade,.um .fa-flip,.um .fa-pulse,.um .fa-shake,.um .fa-spin,.um .fa-spin-pulse,.um-icon-within .fa-beat,.um-icon-within .fa-beat-fade,.um-icon-within .fa-bounce,.um-icon-within .fa-fade,.um-icon-within .fa-flip,.um-icon-within .fa-pulse,.um-icon-within .fa-shake,.um-icon-within .fa-spin,.um-icon-within .fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1,1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1,1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1,1) translateY(0)}100%{transform:scale(1,1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}24%,8%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}100%,40%{transform:rotate(0)}}@keyframes fa-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.um .fa-rotate-90,.um-icon-within .fa-rotate-90{transform:rotate(90deg)}.um .fa-rotate-180,.um-icon-within .fa-rotate-180{transform:rotate(180deg)}.um .fa-rotate-270,.um-icon-within .fa-rotate-270{transform:rotate(270deg)}.um .fa-flip-horizontal,.um-icon-within .fa-flip-horizontal{transform:scale(-1,1)}.um .fa-flip-vertical,.um-icon-within .fa-flip-vertical{transform:scale(1,-1)}.um .fa-flip-both,.um .fa-flip-horizontal.fa-flip-vertical,.um-icon-within .fa-flip-both,.um-icon-within .fa-flip-horizontal.fa-flip-vertical{transform:scale(-1,-1)}.um .fa-rotate-by,.um-icon-within .fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.um .fa-stack,.um-icon-within .fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.um .fa-stack-1x,.um .fa-stack-2x,.um-icon-within .fa-stack-1x,.um-icon-within .fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.um .fa-stack-1x,.um-icon-within .fa-stack-1x{line-height:inherit}.um .fa-stack-2x,.um-icon-within .fa-stack-2x{font-size:2em}.um .fa-inverse,.um-icon-within .fa-inverse{color:var(--fa-inverse,#fff)}.um .fa-0::before,.um-icon-within .fa-0::before{content:"\30 "}.um .fa-1::before,.um-icon-within .fa-1::before{content:"\31 "}.um .fa-2::before,.um-icon-within .fa-2::before{content:"\32 "}.um .fa-3::before,.um-icon-within .fa-3::before{content:"\33 "}.um .fa-4::before,.um-icon-within .fa-4::before{content:"\34 "}.um .fa-5::before,.um-icon-within .fa-5::before{content:"\35 "}.um .fa-6::before,.um-icon-within .fa-6::before{content:"\36 "}.um .fa-7::before,.um-icon-within .fa-7::before{content:"\37 "}.um .fa-8::before,.um-icon-within .fa-8::before{content:"\38 "}.um .fa-9::before,.um-icon-within .fa-9::before{content:"\39 "}.um .fa-fill-drip::before,.um-icon-within .fa-fill-drip::before{content:"\f576"}.um .fa-arrows-to-circle::before,.um-icon-within .fa-arrows-to-circle::before{content:"\e4bd"}.um .fa-circle-chevron-right::before,.um-icon-within .fa-circle-chevron-right::before{content:"\f138"}.um .fa-chevron-circle-right::before,.um-icon-within .fa-chevron-circle-right::before{content:"\f138"}.um .fa-at::before,.um-icon-within .fa-at::before{content:"\@"}.um .fa-trash-can::before,.um-icon-within .fa-trash-can::before{content:"\f2ed"}.um .fa-trash-alt::before,.um-icon-within .fa-trash-alt::before{content:"\f2ed"}.um .fa-text-height::before,.um-icon-within .fa-text-height::before{content:"\f034"}.um .fa-user-xmark::before,.um-icon-within .fa-user-xmark::before{content:"\f235"}.um .fa-user-times::before,.um-icon-within .fa-user-times::before{content:"\f235"}.um .fa-stethoscope::before,.um-icon-within .fa-stethoscope::before{content:"\f0f1"}.um .fa-message::before,.um-icon-within .fa-message::before{content:"\f27a"}.um .fa-comment-alt::before,.um-icon-within .fa-comment-alt::before{content:"\f27a"}.um .fa-info::before,.um-icon-within .fa-info::before{content:"\f129"}.um .fa-down-left-and-up-right-to-center::before,.um-icon-within .fa-down-left-and-up-right-to-center::before{content:"\f422"}.um .fa-compress-alt::before,.um-icon-within .fa-compress-alt::before{content:"\f422"}.um .fa-explosion::before,.um-icon-within .fa-explosion::before{content:"\e4e9"}.um .fa-file-lines::before,.um-icon-within .fa-file-lines::before{content:"\f15c"}.um .fa-file-alt::before,.um-icon-within .fa-file-alt::before{content:"\f15c"}.um .fa-file-text::before,.um-icon-within .fa-file-text::before{content:"\f15c"}.um .fa-wave-square::before,.um-icon-within .fa-wave-square::before{content:"\f83e"}.um .fa-ring::before,.um-icon-within .fa-ring::before{content:"\f70b"}.um .fa-building-un::before,.um-icon-within .fa-building-un::before{content:"\e4d9"}.um .fa-dice-three::before,.um-icon-within .fa-dice-three::before{content:"\f527"}.um .fa-calendar-days::before,.um-icon-within .fa-calendar-days::before{content:"\f073"}.um .fa-calendar-alt::before,.um-icon-within .fa-calendar-alt::before{content:"\f073"}.um .fa-anchor-circle-check::before,.um-icon-within .fa-anchor-circle-check::before{content:"\e4aa"}.um .fa-building-circle-arrow-right::before,.um-icon-within .fa-building-circle-arrow-right::before{content:"\e4d1"}.um .fa-volleyball::before,.um-icon-within .fa-volleyball::before{content:"\f45f"}.um .fa-volleyball-ball::before,.um-icon-within .fa-volleyball-ball::before{content:"\f45f"}.um .fa-arrows-up-to-line::before,.um-icon-within .fa-arrows-up-to-line::before{content:"\e4c2"}.um .fa-sort-down::before,.um-icon-within .fa-sort-down::before{content:"\f0dd"}.um .fa-sort-desc::before,.um-icon-within .fa-sort-desc::before{content:"\f0dd"}.um .fa-circle-minus::before,.um-icon-within .fa-circle-minus::before{content:"\f056"}.um .fa-minus-circle::before,.um-icon-within .fa-minus-circle::before{content:"\f056"}.um .fa-door-open::before,.um-icon-within .fa-door-open::before{content:"\f52b"}.um .fa-right-from-bracket::before,.um-icon-within .fa-right-from-bracket::before{content:"\f2f5"}.um .fa-sign-out-alt::before,.um-icon-within .fa-sign-out-alt::before{content:"\f2f5"}.um .fa-atom::before,.um-icon-within .fa-atom::before{content:"\f5d2"}.um .fa-soap::before,.um-icon-within .fa-soap::before{content:"\e06e"}.um .fa-icons::before,.um-icon-within .fa-icons::before{content:"\f86d"}.um .fa-heart-music-camera-bolt::before,.um-icon-within .fa-heart-music-camera-bolt::before{content:"\f86d"}.um .fa-microphone-lines-slash::before,.um-icon-within .fa-microphone-lines-slash::before{content:"\f539"}.um .fa-microphone-alt-slash::before,.um-icon-within .fa-microphone-alt-slash::before{content:"\f539"}.um .fa-bridge-circle-check::before,.um-icon-within .fa-bridge-circle-check::before{content:"\e4c9"}.um .fa-pump-medical::before,.um-icon-within .fa-pump-medical::before{content:"\e06a"}.um .fa-fingerprint::before,.um-icon-within .fa-fingerprint::before{content:"\f577"}.um .fa-hand-point-right::before,.um-icon-within .fa-hand-point-right::before{content:"\f0a4"}.um .fa-magnifying-glass-location::before,.um-icon-within .fa-magnifying-glass-location::before{content:"\f689"}.um .fa-search-location::before,.um-icon-within .fa-search-location::before{content:"\f689"}.um .fa-forward-step::before,.um-icon-within .fa-forward-step::before{content:"\f051"}.um .fa-step-forward::before,.um-icon-within .fa-step-forward::before{content:"\f051"}.um .fa-face-smile-beam::before,.um-icon-within .fa-face-smile-beam::before{content:"\f5b8"}.um .fa-smile-beam::before,.um-icon-within .fa-smile-beam::before{content:"\f5b8"}.um .fa-flag-checkered::before,.um-icon-within .fa-flag-checkered::before{content:"\f11e"}.um .fa-football::before,.um-icon-within .fa-football::before{content:"\f44e"}.um .fa-football-ball::before,.um-icon-within .fa-football-ball::before{content:"\f44e"}.um .fa-school-circle-exclamation::before,.um-icon-within .fa-school-circle-exclamation::before{content:"\e56c"}.um .fa-crop::before,.um-icon-within .fa-crop::before{content:"\f125"}.um .fa-angles-down::before,.um-icon-within .fa-angles-down::before{content:"\f103"}.um .fa-angle-double-down::before,.um-icon-within .fa-angle-double-down::before{content:"\f103"}.um .fa-users-rectangle::before,.um-icon-within .fa-users-rectangle::before{content:"\e594"}.um .fa-people-roof::before,.um-icon-within .fa-people-roof::before{content:"\e537"}.um .fa-people-line::before,.um-icon-within .fa-people-line::before{content:"\e534"}.um .fa-beer-mug-empty::before,.um-icon-within .fa-beer-mug-empty::before{content:"\f0fc"}.um .fa-beer::before,.um-icon-within .fa-beer::before{content:"\f0fc"}.um .fa-diagram-predecessor::before,.um-icon-within .fa-diagram-predecessor::before{content:"\e477"}.um .fa-arrow-up-long::before,.um-icon-within .fa-arrow-up-long::before{content:"\f176"}.um .fa-long-arrow-up::before,.um-icon-within .fa-long-arrow-up::before{content:"\f176"}.um .fa-fire-flame-simple::before,.um-icon-within .fa-fire-flame-simple::before{content:"\f46a"}.um .fa-burn::before,.um-icon-within .fa-burn::before{content:"\f46a"}.um .fa-person::before,.um-icon-within .fa-person::before{content:"\f183"}.um .fa-male::before,.um-icon-within .fa-male::before{content:"\f183"}.um .fa-laptop::before,.um-icon-within .fa-laptop::before{content:"\f109"}.um .fa-file-csv::before,.um-icon-within .fa-file-csv::before{content:"\f6dd"}.um .fa-menorah::before,.um-icon-within .fa-menorah::before{content:"\f676"}.um .fa-truck-plane::before,.um-icon-within .fa-truck-plane::before{content:"\e58f"}.um .fa-record-vinyl::before,.um-icon-within .fa-record-vinyl::before{content:"\f8d9"}.um .fa-face-grin-stars::before,.um-icon-within .fa-face-grin-stars::before{content:"\f587"}.um .fa-grin-stars::before,.um-icon-within .fa-grin-stars::before{content:"\f587"}.um .fa-bong::before,.um-icon-within .fa-bong::before{content:"\f55c"}.um .fa-spaghetti-monster-flying::before,.um-icon-within .fa-spaghetti-monster-flying::before{content:"\f67b"}.um .fa-pastafarianism::before,.um-icon-within .fa-pastafarianism::before{content:"\f67b"}.um .fa-arrow-down-up-across-line::before,.um-icon-within .fa-arrow-down-up-across-line::before{content:"\e4af"}.um .fa-spoon::before,.um-icon-within .fa-spoon::before{content:"\f2e5"}.um .fa-utensil-spoon::before,.um-icon-within .fa-utensil-spoon::before{content:"\f2e5"}.um .fa-jar-wheat::before,.um-icon-within .fa-jar-wheat::before{content:"\e517"}.um .fa-envelopes-bulk::before,.um-icon-within .fa-envelopes-bulk::before{content:"\f674"}.um .fa-mail-bulk::before,.um-icon-within .fa-mail-bulk::before{content:"\f674"}.um .fa-file-circle-exclamation::before,.um-icon-within .fa-file-circle-exclamation::before{content:"\e4eb"}.um .fa-circle-h::before,.um-icon-within .fa-circle-h::before{content:"\f47e"}.um .fa-hospital-symbol::before,.um-icon-within .fa-hospital-symbol::before{content:"\f47e"}.um .fa-pager::before,.um-icon-within .fa-pager::before{content:"\f815"}.um .fa-address-book::before,.um-icon-within .fa-address-book::before{content:"\f2b9"}.um .fa-contact-book::before,.um-icon-within .fa-contact-book::before{content:"\f2b9"}.um .fa-strikethrough::before,.um-icon-within .fa-strikethrough::before{content:"\f0cc"}.um .fa-k::before,.um-icon-within .fa-k::before{content:"K"}.um .fa-landmark-flag::before,.um-icon-within .fa-landmark-flag::before{content:"\e51c"}.um .fa-pencil::before,.um-icon-within .fa-pencil::before{content:"\f303"}.um .fa-pencil-alt::before,.um-icon-within .fa-pencil-alt::before{content:"\f303"}.um .fa-backward::before,.um-icon-within .fa-backward::before{content:"\f04a"}.um .fa-caret-right::before,.um-icon-within .fa-caret-right::before{content:"\f0da"}.um .fa-comments::before,.um-icon-within .fa-comments::before{content:"\f086"}.um .fa-paste::before,.um-icon-within .fa-paste::before{content:"\f0ea"}.um .fa-file-clipboard::before,.um-icon-within .fa-file-clipboard::before{content:"\f0ea"}.um .fa-code-pull-request::before,.um-icon-within .fa-code-pull-request::before{content:"\e13c"}.um .fa-clipboard-list::before,.um-icon-within .fa-clipboard-list::before{content:"\f46d"}.um .fa-truck-ramp-box::before,.um-icon-within .fa-truck-ramp-box::before{content:"\f4de"}.um .fa-truck-loading::before,.um-icon-within .fa-truck-loading::before{content:"\f4de"}.um .fa-user-check::before,.um-icon-within .fa-user-check::before{content:"\f4fc"}.um .fa-vial-virus::before,.um-icon-within .fa-vial-virus::before{content:"\e597"}.um .fa-sheet-plastic::before,.um-icon-within .fa-sheet-plastic::before{content:"\e571"}.um .fa-blog::before,.um-icon-within .fa-blog::before{content:"\f781"}.um .fa-user-ninja::before,.um-icon-within .fa-user-ninja::before{content:"\f504"}.um .fa-person-arrow-up-from-line::before,.um-icon-within .fa-person-arrow-up-from-line::before{content:"\e539"}.um .fa-scroll-torah::before,.um-icon-within .fa-scroll-torah::before{content:"\f6a0"}.um .fa-torah::before,.um-icon-within .fa-torah::before{content:"\f6a0"}.um .fa-broom-ball::before,.um-icon-within .fa-broom-ball::before{content:"\f458"}.um .fa-quidditch::before,.um-icon-within .fa-quidditch::before{content:"\f458"}.um .fa-quidditch-broom-ball::before,.um-icon-within .fa-quidditch-broom-ball::before{content:"\f458"}.um .fa-toggle-off::before,.um-icon-within .fa-toggle-off::before{content:"\f204"}.um .fa-box-archive::before,.um-icon-within .fa-box-archive::before{content:"\f187"}.um .fa-archive::before,.um-icon-within .fa-archive::before{content:"\f187"}.um .fa-person-drowning::before,.um-icon-within .fa-person-drowning::before{content:"\e545"}.um .fa-arrow-down-9-1::before,.um-icon-within .fa-arrow-down-9-1::before{content:"\f886"}.um .fa-sort-numeric-desc::before,.um-icon-within .fa-sort-numeric-desc::before{content:"\f886"}.um .fa-sort-numeric-down-alt::before,.um-icon-within .fa-sort-numeric-down-alt::before{content:"\f886"}.um .fa-face-grin-tongue-squint::before,.um-icon-within .fa-face-grin-tongue-squint::before{content:"\f58a"}.um .fa-grin-tongue-squint::before,.um-icon-within .fa-grin-tongue-squint::before{content:"\f58a"}.um .fa-spray-can::before,.um-icon-within .fa-spray-can::before{content:"\f5bd"}.um .fa-truck-monster::before,.um-icon-within .fa-truck-monster::before{content:"\f63b"}.um .fa-w::before,.um-icon-within .fa-w::before{content:"W"}.um .fa-earth-africa::before,.um-icon-within .fa-earth-africa::before{content:"\f57c"}.um .fa-globe-africa::before,.um-icon-within .fa-globe-africa::before{content:"\f57c"}.um .fa-rainbow::before,.um-icon-within .fa-rainbow::before{content:"\f75b"}.um .fa-circle-notch::before,.um-icon-within .fa-circle-notch::before{content:"\f1ce"}.um .fa-tablet-screen-button::before,.um-icon-within .fa-tablet-screen-button::before{content:"\f3fa"}.um .fa-tablet-alt::before,.um-icon-within .fa-tablet-alt::before{content:"\f3fa"}.um .fa-paw::before,.um-icon-within .fa-paw::before{content:"\f1b0"}.um .fa-cloud::before,.um-icon-within .fa-cloud::before{content:"\f0c2"}.um .fa-trowel-bricks::before,.um-icon-within .fa-trowel-bricks::before{content:"\e58a"}.um .fa-face-flushed::before,.um-icon-within .fa-face-flushed::before{content:"\f579"}.um .fa-flushed::before,.um-icon-within .fa-flushed::before{content:"\f579"}.um .fa-hospital-user::before,.um-icon-within .fa-hospital-user::before{content:"\f80d"}.um .fa-tent-arrow-left-right::before,.um-icon-within .fa-tent-arrow-left-right::before{content:"\e57f"}.um .fa-gavel::before,.um-icon-within .fa-gavel::before{content:"\f0e3"}.um .fa-legal::before,.um-icon-within .fa-legal::before{content:"\f0e3"}.um .fa-binoculars::before,.um-icon-within .fa-binoculars::before{content:"\f1e5"}.um .fa-microphone-slash::before,.um-icon-within .fa-microphone-slash::before{content:"\f131"}.um .fa-box-tissue::before,.um-icon-within .fa-box-tissue::before{content:"\e05b"}.um .fa-motorcycle::before,.um-icon-within .fa-motorcycle::before{content:"\f21c"}.um .fa-bell-concierge::before,.um-icon-within .fa-bell-concierge::before{content:"\f562"}.um .fa-concierge-bell::before,.um-icon-within .fa-concierge-bell::before{content:"\f562"}.um .fa-pen-ruler::before,.um-icon-within .fa-pen-ruler::before{content:"\f5ae"}.um .fa-pencil-ruler::before,.um-icon-within .fa-pencil-ruler::before{content:"\f5ae"}.um .fa-people-arrows::before,.um-icon-within .fa-people-arrows::before{content:"\e068"}.um .fa-people-arrows-left-right::before,.um-icon-within .fa-people-arrows-left-right::before{content:"\e068"}.um .fa-mars-and-venus-burst::before,.um-icon-within .fa-mars-and-venus-burst::before{content:"\e523"}.um .fa-square-caret-right::before,.um-icon-within .fa-square-caret-right::before{content:"\f152"}.um .fa-caret-square-right::before,.um-icon-within .fa-caret-square-right::before{content:"\f152"}.um .fa-scissors::before,.um-icon-within .fa-scissors::before{content:"\f0c4"}.um .fa-cut::before,.um-icon-within .fa-cut::before{content:"\f0c4"}.um .fa-sun-plant-wilt::before,.um-icon-within .fa-sun-plant-wilt::before{content:"\e57a"}.um .fa-toilets-portable::before,.um-icon-within .fa-toilets-portable::before{content:"\e584"}.um .fa-hockey-puck::before,.um-icon-within .fa-hockey-puck::before{content:"\f453"}.um .fa-table::before,.um-icon-within .fa-table::before{content:"\f0ce"}.um .fa-magnifying-glass-arrow-right::before,.um-icon-within .fa-magnifying-glass-arrow-right::before{content:"\e521"}.um .fa-tachograph-digital::before,.um-icon-within .fa-tachograph-digital::before{content:"\f566"}.um .fa-digital-tachograph::before,.um-icon-within .fa-digital-tachograph::before{content:"\f566"}.um .fa-users-slash::before,.um-icon-within .fa-users-slash::before{content:"\e073"}.um .fa-clover::before,.um-icon-within .fa-clover::before{content:"\e139"}.um .fa-reply::before,.um-icon-within .fa-reply::before{content:"\f3e5"}.um .fa-mail-reply::before,.um-icon-within .fa-mail-reply::before{content:"\f3e5"}.um .fa-star-and-crescent::before,.um-icon-within .fa-star-and-crescent::before{content:"\f699"}.um .fa-house-fire::before,.um-icon-within .fa-house-fire::before{content:"\e50c"}.um .fa-square-minus::before,.um-icon-within .fa-square-minus::before{content:"\f146"}.um .fa-minus-square::before,.um-icon-within .fa-minus-square::before{content:"\f146"}.um .fa-helicopter::before,.um-icon-within .fa-helicopter::before{content:"\f533"}.um .fa-compass::before,.um-icon-within .fa-compass::before{content:"\f14e"}.um .fa-square-caret-down::before,.um-icon-within .fa-square-caret-down::before{content:"\f150"}.um .fa-caret-square-down::before,.um-icon-within .fa-caret-square-down::before{content:"\f150"}.um .fa-file-circle-question::before,.um-icon-within .fa-file-circle-question::before{content:"\e4ef"}.um .fa-laptop-code::before,.um-icon-within .fa-laptop-code::before{content:"\f5fc"}.um .fa-swatchbook::before,.um-icon-within .fa-swatchbook::before{content:"\f5c3"}.um .fa-prescription-bottle::before,.um-icon-within .fa-prescription-bottle::before{content:"\f485"}.um .fa-bars::before,.um-icon-within .fa-bars::before{content:"\f0c9"}.um .fa-navicon::before,.um-icon-within .fa-navicon::before{content:"\f0c9"}.um .fa-people-group::before,.um-icon-within .fa-people-group::before{content:"\e533"}.um .fa-hourglass-end::before,.um-icon-within .fa-hourglass-end::before{content:"\f253"}.um .fa-hourglass-3::before,.um-icon-within .fa-hourglass-3::before{content:"\f253"}.um .fa-heart-crack::before,.um-icon-within .fa-heart-crack::before{content:"\f7a9"}.um .fa-heart-broken::before,.um-icon-within .fa-heart-broken::before{content:"\f7a9"}.um .fa-square-up-right::before,.um-icon-within .fa-square-up-right::before{content:"\f360"}.um .fa-external-link-square-alt::before,.um-icon-within .fa-external-link-square-alt::before{content:"\f360"}.um .fa-face-kiss-beam::before,.um-icon-within .fa-face-kiss-beam::before{content:"\f597"}.um .fa-kiss-beam::before,.um-icon-within .fa-kiss-beam::before{content:"\f597"}.um .fa-film::before,.um-icon-within .fa-film::before{content:"\f008"}.um .fa-ruler-horizontal::before,.um-icon-within .fa-ruler-horizontal::before{content:"\f547"}.um .fa-people-robbery::before,.um-icon-within .fa-people-robbery::before{content:"\e536"}.um .fa-lightbulb::before,.um-icon-within .fa-lightbulb::before{content:"\f0eb"}.um .fa-caret-left::before,.um-icon-within .fa-caret-left::before{content:"\f0d9"}.um .fa-circle-exclamation::before,.um-icon-within .fa-circle-exclamation::before{content:"\f06a"}.um .fa-exclamation-circle::before,.um-icon-within .fa-exclamation-circle::before{content:"\f06a"}.um .fa-school-circle-xmark::before,.um-icon-within .fa-school-circle-xmark::before{content:"\e56d"}.um .fa-arrow-right-from-bracket::before,.um-icon-within .fa-arrow-right-from-bracket::before{content:"\f08b"}.um .fa-sign-out::before,.um-icon-within .fa-sign-out::before{content:"\f08b"}.um .fa-circle-chevron-down::before,.um-icon-within .fa-circle-chevron-down::before{content:"\f13a"}.um .fa-chevron-circle-down::before,.um-icon-within .fa-chevron-circle-down::before{content:"\f13a"}.um .fa-unlock-keyhole::before,.um-icon-within .fa-unlock-keyhole::before{content:"\f13e"}.um .fa-unlock-alt::before,.um-icon-within .fa-unlock-alt::before{content:"\f13e"}.um .fa-cloud-showers-heavy::before,.um-icon-within .fa-cloud-showers-heavy::before{content:"\f740"}.um .fa-headphones-simple::before,.um-icon-within .fa-headphones-simple::before{content:"\f58f"}.um .fa-headphones-alt::before,.um-icon-within .fa-headphones-alt::before{content:"\f58f"}.um .fa-sitemap::before,.um-icon-within .fa-sitemap::before{content:"\f0e8"}.um .fa-circle-dollar-to-slot::before,.um-icon-within .fa-circle-dollar-to-slot::before{content:"\f4b9"}.um .fa-donate::before,.um-icon-within .fa-donate::before{content:"\f4b9"}.um .fa-memory::before,.um-icon-within .fa-memory::before{content:"\f538"}.um .fa-road-spikes::before,.um-icon-within .fa-road-spikes::before{content:"\e568"}.um .fa-fire-burner::before,.um-icon-within .fa-fire-burner::before{content:"\e4f1"}.um .fa-flag::before,.um-icon-within .fa-flag::before{content:"\f024"}.um .fa-hanukiah::before,.um-icon-within .fa-hanukiah::before{content:"\f6e6"}.um .fa-feather::before,.um-icon-within .fa-feather::before{content:"\f52d"}.um .fa-volume-low::before,.um-icon-within .fa-volume-low::before{content:"\f027"}.um .fa-volume-down::before,.um-icon-within .fa-volume-down::before{content:"\f027"}.um .fa-comment-slash::before,.um-icon-within .fa-comment-slash::before{content:"\f4b3"}.um .fa-cloud-sun-rain::before,.um-icon-within .fa-cloud-sun-rain::before{content:"\f743"}.um .fa-compress::before,.um-icon-within .fa-compress::before{content:"\f066"}.um .fa-wheat-awn::before,.um-icon-within .fa-wheat-awn::before{content:"\e2cd"}.um .fa-wheat-alt::before,.um-icon-within .fa-wheat-alt::before{content:"\e2cd"}.um .fa-ankh::before,.um-icon-within .fa-ankh::before{content:"\f644"}.um .fa-hands-holding-child::before,.um-icon-within .fa-hands-holding-child::before{content:"\e4fa"}.um .fa-asterisk::before,.um-icon-within .fa-asterisk::before{content:"\*"}.um .fa-square-check::before,.um-icon-within .fa-square-check::before{content:"\f14a"}.um .fa-check-square::before,.um-icon-within .fa-check-square::before{content:"\f14a"}.um .fa-peseta-sign::before,.um-icon-within .fa-peseta-sign::before{content:"\e221"}.um .fa-heading::before,.um-icon-within .fa-heading::before{content:"\f1dc"}.um .fa-header::before,.um-icon-within .fa-header::before{content:"\f1dc"}.um .fa-ghost::before,.um-icon-within .fa-ghost::before{content:"\f6e2"}.um .fa-list::before,.um-icon-within .fa-list::before{content:"\f03a"}.um .fa-list-squares::before,.um-icon-within .fa-list-squares::before{content:"\f03a"}.um .fa-square-phone-flip::before,.um-icon-within .fa-square-phone-flip::before{content:"\f87b"}.um .fa-phone-square-alt::before,.um-icon-within .fa-phone-square-alt::before{content:"\f87b"}.um .fa-cart-plus::before,.um-icon-within .fa-cart-plus::before{content:"\f217"}.um .fa-gamepad::before,.um-icon-within .fa-gamepad::before{content:"\f11b"}.um .fa-circle-dot::before,.um-icon-within .fa-circle-dot::before{content:"\f192"}.um .fa-dot-circle::before,.um-icon-within .fa-dot-circle::before{content:"\f192"}.um .fa-face-dizzy::before,.um-icon-within .fa-face-dizzy::before{content:"\f567"}.um .fa-dizzy::before,.um-icon-within .fa-dizzy::before{content:"\f567"}.um .fa-egg::before,.um-icon-within .fa-egg::before{content:"\f7fb"}.um .fa-house-medical-circle-xmark::before,.um-icon-within .fa-house-medical-circle-xmark::before{content:"\e513"}.um .fa-campground::before,.um-icon-within .fa-campground::before{content:"\f6bb"}.um .fa-folder-plus::before,.um-icon-within .fa-folder-plus::before{content:"\f65e"}.um .fa-futbol::before,.um-icon-within .fa-futbol::before{content:"\f1e3"}.um .fa-futbol-ball::before,.um-icon-within .fa-futbol-ball::before{content:"\f1e3"}.um .fa-soccer-ball::before,.um-icon-within .fa-soccer-ball::before{content:"\f1e3"}.um .fa-paintbrush::before,.um-icon-within .fa-paintbrush::before{content:"\f1fc"}.um .fa-paint-brush::before,.um-icon-within .fa-paint-brush::before{content:"\f1fc"}.um .fa-lock::before,.um-icon-within .fa-lock::before{content:"\f023"}.um .fa-gas-pump::before,.um-icon-within .fa-gas-pump::before{content:"\f52f"}.um .fa-hot-tub-person::before,.um-icon-within .fa-hot-tub-person::before{content:"\f593"}.um .fa-hot-tub::before,.um-icon-within .fa-hot-tub::before{content:"\f593"}.um .fa-map-location::before,.um-icon-within .fa-map-location::before{content:"\f59f"}.um .fa-map-marked::before,.um-icon-within .fa-map-marked::before{content:"\f59f"}.um .fa-house-flood-water::before,.um-icon-within .fa-house-flood-water::before{content:"\e50e"}.um .fa-tree::before,.um-icon-within .fa-tree::before{content:"\f1bb"}.um .fa-bridge-lock::before,.um-icon-within .fa-bridge-lock::before{content:"\e4cc"}.um .fa-sack-dollar::before,.um-icon-within .fa-sack-dollar::before{content:"\f81d"}.um .fa-pen-to-square::before,.um-icon-within .fa-pen-to-square::before{content:"\f044"}.um .fa-edit::before,.um-icon-within .fa-edit::before{content:"\f044"}.um .fa-car-side::before,.um-icon-within .fa-car-side::before{content:"\f5e4"}.um .fa-share-nodes::before,.um-icon-within .fa-share-nodes::before{content:"\f1e0"}.um .fa-share-alt::before,.um-icon-within .fa-share-alt::before{content:"\f1e0"}.um .fa-heart-circle-minus::before,.um-icon-within .fa-heart-circle-minus::before{content:"\e4ff"}.um .fa-hourglass-half::before,.um-icon-within .fa-hourglass-half::before{content:"\f252"}.um .fa-hourglass-2::before,.um-icon-within .fa-hourglass-2::before{content:"\f252"}.um .fa-microscope::before,.um-icon-within .fa-microscope::before{content:"\f610"}.um .fa-sink::before,.um-icon-within .fa-sink::before{content:"\e06d"}.um .fa-bag-shopping::before,.um-icon-within .fa-bag-shopping::before{content:"\f290"}.um .fa-shopping-bag::before,.um-icon-within .fa-shopping-bag::before{content:"\f290"}.um .fa-arrow-down-z-a::before,.um-icon-within .fa-arrow-down-z-a::before{content:"\f881"}.um .fa-sort-alpha-desc::before,.um-icon-within .fa-sort-alpha-desc::before{content:"\f881"}.um .fa-sort-alpha-down-alt::before,.um-icon-within .fa-sort-alpha-down-alt::before{content:"\f881"}.um .fa-mitten::before,.um-icon-within .fa-mitten::before{content:"\f7b5"}.um .fa-person-rays::before,.um-icon-within .fa-person-rays::before{content:"\e54d"}.um .fa-users::before,.um-icon-within .fa-users::before{content:"\f0c0"}.um .fa-eye-slash::before,.um-icon-within .fa-eye-slash::before{content:"\f070"}.um .fa-flask-vial::before,.um-icon-within .fa-flask-vial::before{content:"\e4f3"}.um .fa-hand::before,.um-icon-within .fa-hand::before{content:"\f256"}.um .fa-hand-paper::before,.um-icon-within .fa-hand-paper::before{content:"\f256"}.um .fa-om::before,.um-icon-within .fa-om::before{content:"\f679"}.um .fa-worm::before,.um-icon-within .fa-worm::before{content:"\e599"}.um .fa-house-circle-xmark::before,.um-icon-within .fa-house-circle-xmark::before{content:"\e50b"}.um .fa-plug::before,.um-icon-within .fa-plug::before{content:"\f1e6"}.um .fa-chevron-up::before,.um-icon-within .fa-chevron-up::before{content:"\f077"}.um .fa-hand-spock::before,.um-icon-within .fa-hand-spock::before{content:"\f259"}.um .fa-stopwatch::before,.um-icon-within .fa-stopwatch::before{content:"\f2f2"}.um .fa-face-kiss::before,.um-icon-within .fa-face-kiss::before{content:"\f596"}.um .fa-kiss::before,.um-icon-within .fa-kiss::before{content:"\f596"}.um .fa-bridge-circle-xmark::before,.um-icon-within .fa-bridge-circle-xmark::before{content:"\e4cb"}.um .fa-face-grin-tongue::before,.um-icon-within .fa-face-grin-tongue::before{content:"\f589"}.um .fa-grin-tongue::before,.um-icon-within .fa-grin-tongue::before{content:"\f589"}.um .fa-chess-bishop::before,.um-icon-within .fa-chess-bishop::before{content:"\f43a"}.um .fa-face-grin-wink::before,.um-icon-within .fa-face-grin-wink::before{content:"\f58c"}.um .fa-grin-wink::before,.um-icon-within .fa-grin-wink::before{content:"\f58c"}.um .fa-ear-deaf::before,.um-icon-within .fa-ear-deaf::before{content:"\f2a4"}.um .fa-deaf::before,.um-icon-within .fa-deaf::before{content:"\f2a4"}.um .fa-deafness::before,.um-icon-within .fa-deafness::before{content:"\f2a4"}.um .fa-hard-of-hearing::before,.um-icon-within .fa-hard-of-hearing::before{content:"\f2a4"}.um .fa-road-circle-check::before,.um-icon-within .fa-road-circle-check::before{content:"\e564"}.um .fa-dice-five::before,.um-icon-within .fa-dice-five::before{content:"\f523"}.um .fa-square-rss::before,.um-icon-within .fa-square-rss::before{content:"\f143"}.um .fa-rss-square::before,.um-icon-within .fa-rss-square::before{content:"\f143"}.um .fa-land-mine-on::before,.um-icon-within .fa-land-mine-on::before{content:"\e51b"}.um .fa-i-cursor::before,.um-icon-within .fa-i-cursor::before{content:"\f246"}.um .fa-stamp::before,.um-icon-within .fa-stamp::before{content:"\f5bf"}.um .fa-stairs::before,.um-icon-within .fa-stairs::before{content:"\e289"}.um .fa-i::before,.um-icon-within .fa-i::before{content:"I"}.um .fa-hryvnia-sign::before,.um-icon-within .fa-hryvnia-sign::before{content:"\f6f2"}.um .fa-hryvnia::before,.um-icon-within .fa-hryvnia::before{content:"\f6f2"}.um .fa-pills::before,.um-icon-within .fa-pills::before{content:"\f484"}.um .fa-face-grin-wide::before,.um-icon-within .fa-face-grin-wide::before{content:"\f581"}.um .fa-grin-alt::before,.um-icon-within .fa-grin-alt::before{content:"\f581"}.um .fa-tooth::before,.um-icon-within .fa-tooth::before{content:"\f5c9"}.um .fa-v::before,.um-icon-within .fa-v::before{content:"V"}.um .fa-bangladeshi-taka-sign::before,.um-icon-within .fa-bangladeshi-taka-sign::before{content:"\e2e6"}.um .fa-bicycle::before,.um-icon-within .fa-bicycle::before{content:"\f206"}.um .fa-staff-snake::before,.um-icon-within .fa-staff-snake::before{content:"\e579"}.um .fa-rod-asclepius::before,.um-icon-within .fa-rod-asclepius::before{content:"\e579"}.um .fa-rod-snake::before,.um-icon-within .fa-rod-snake::before{content:"\e579"}.um .fa-staff-aesculapius::before,.um-icon-within .fa-staff-aesculapius::before{content:"\e579"}.um .fa-head-side-cough-slash::before,.um-icon-within .fa-head-side-cough-slash::before{content:"\e062"}.um .fa-truck-medical::before,.um-icon-within .fa-truck-medical::before{content:"\f0f9"}.um .fa-ambulance::before,.um-icon-within .fa-ambulance::before{content:"\f0f9"}.um .fa-wheat-awn-circle-exclamation::before,.um-icon-within .fa-wheat-awn-circle-exclamation::before{content:"\e598"}.um .fa-snowman::before,.um-icon-within .fa-snowman::before{content:"\f7d0"}.um .fa-mortar-pestle::before,.um-icon-within .fa-mortar-pestle::before{content:"\f5a7"}.um .fa-road-barrier::before,.um-icon-within .fa-road-barrier::before{content:"\e562"}.um .fa-school::before,.um-icon-within .fa-school::before{content:"\f549"}.um .fa-igloo::before,.um-icon-within .fa-igloo::before{content:"\f7ae"}.um .fa-joint::before,.um-icon-within .fa-joint::before{content:"\f595"}.um .fa-angle-right::before,.um-icon-within .fa-angle-right::before{content:"\f105"}.um .fa-horse::before,.um-icon-within .fa-horse::before{content:"\f6f0"}.um .fa-q::before,.um-icon-within .fa-q::before{content:"Q"}.um .fa-g::before,.um-icon-within .fa-g::before{content:"G"}.um .fa-notes-medical::before,.um-icon-within .fa-notes-medical::before{content:"\f481"}.um .fa-temperature-half::before,.um-icon-within .fa-temperature-half::before{content:"\f2c9"}.um .fa-temperature-2::before,.um-icon-within .fa-temperature-2::before{content:"\f2c9"}.um .fa-thermometer-2::before,.um-icon-within .fa-thermometer-2::before{content:"\f2c9"}.um .fa-thermometer-half::before,.um-icon-within .fa-thermometer-half::before{content:"\f2c9"}.um .fa-dong-sign::before,.um-icon-within .fa-dong-sign::before{content:"\e169"}.um .fa-capsules::before,.um-icon-within .fa-capsules::before{content:"\f46b"}.um .fa-poo-storm::before,.um-icon-within .fa-poo-storm::before{content:"\f75a"}.um .fa-poo-bolt::before,.um-icon-within .fa-poo-bolt::before{content:"\f75a"}.um .fa-face-frown-open::before,.um-icon-within .fa-face-frown-open::before{content:"\f57a"}.um .fa-frown-open::before,.um-icon-within .fa-frown-open::before{content:"\f57a"}.um .fa-hand-point-up::before,.um-icon-within .fa-hand-point-up::before{content:"\f0a6"}.um .fa-money-bill::before,.um-icon-within .fa-money-bill::before{content:"\f0d6"}.um .fa-bookmark::before,.um-icon-within .fa-bookmark::before{content:"\f02e"}.um .fa-align-justify::before,.um-icon-within .fa-align-justify::before{content:"\f039"}.um .fa-umbrella-beach::before,.um-icon-within .fa-umbrella-beach::before{content:"\f5ca"}.um .fa-helmet-un::before,.um-icon-within .fa-helmet-un::before{content:"\e503"}.um .fa-bullseye::before,.um-icon-within .fa-bullseye::before{content:"\f140"}.um .fa-bacon::before,.um-icon-within .fa-bacon::before{content:"\f7e5"}.um .fa-hand-point-down::before,.um-icon-within .fa-hand-point-down::before{content:"\f0a7"}.um .fa-arrow-up-from-bracket::before,.um-icon-within .fa-arrow-up-from-bracket::before{content:"\e09a"}.um .fa-folder::before,.um-icon-within .fa-folder::before{content:"\f07b"}.um .fa-folder-blank::before,.um-icon-within .fa-folder-blank::before{content:"\f07b"}.um .fa-file-waveform::before,.um-icon-within .fa-file-waveform::before{content:"\f478"}.um .fa-file-medical-alt::before,.um-icon-within .fa-file-medical-alt::before{content:"\f478"}.um .fa-radiation::before,.um-icon-within .fa-radiation::before{content:"\f7b9"}.um .fa-chart-simple::before,.um-icon-within .fa-chart-simple::before{content:"\e473"}.um .fa-mars-stroke::before,.um-icon-within .fa-mars-stroke::before{content:"\f229"}.um .fa-vial::before,.um-icon-within .fa-vial::before{content:"\f492"}.um .fa-gauge::before,.um-icon-within .fa-gauge::before{content:"\f624"}.um .fa-dashboard::before,.um-icon-within .fa-dashboard::before{content:"\f624"}.um .fa-gauge-med::before,.um-icon-within .fa-gauge-med::before{content:"\f624"}.um .fa-tachometer-alt-average::before,.um-icon-within .fa-tachometer-alt-average::before{content:"\f624"}.um .fa-wand-magic-sparkles::before,.um-icon-within .fa-wand-magic-sparkles::before{content:"\e2ca"}.um .fa-magic-wand-sparkles::before,.um-icon-within .fa-magic-wand-sparkles::before{content:"\e2ca"}.um .fa-e::before,.um-icon-within .fa-e::before{content:"E"}.um .fa-pen-clip::before,.um-icon-within .fa-pen-clip::before{content:"\f305"}.um .fa-pen-alt::before,.um-icon-within .fa-pen-alt::before{content:"\f305"}.um .fa-bridge-circle-exclamation::before,.um-icon-within .fa-bridge-circle-exclamation::before{content:"\e4ca"}.um .fa-user::before,.um-icon-within .fa-user::before{content:"\f007"}.um .fa-school-circle-check::before,.um-icon-within .fa-school-circle-check::before{content:"\e56b"}.um .fa-dumpster::before,.um-icon-within .fa-dumpster::before{content:"\f793"}.um .fa-van-shuttle::before,.um-icon-within .fa-van-shuttle::before{content:"\f5b6"}.um .fa-shuttle-van::before,.um-icon-within .fa-shuttle-van::before{content:"\f5b6"}.um .fa-building-user::before,.um-icon-within .fa-building-user::before{content:"\e4da"}.um .fa-square-caret-left::before,.um-icon-within .fa-square-caret-left::before{content:"\f191"}.um .fa-caret-square-left::before,.um-icon-within .fa-caret-square-left::before{content:"\f191"}.um .fa-highlighter::before,.um-icon-within .fa-highlighter::before{content:"\f591"}.um .fa-key::before,.um-icon-within .fa-key::before{content:"\f084"}.um .fa-bullhorn::before,.um-icon-within .fa-bullhorn::before{content:"\f0a1"}.um .fa-globe::before,.um-icon-within .fa-globe::before{content:"\f0ac"}.um .fa-synagogue::before,.um-icon-within .fa-synagogue::before{content:"\f69b"}.um .fa-person-half-dress::before,.um-icon-within .fa-person-half-dress::before{content:"\e548"}.um .fa-road-bridge::before,.um-icon-within .fa-road-bridge::before{content:"\e563"}.um .fa-location-arrow::before,.um-icon-within .fa-location-arrow::before{content:"\f124"}.um .fa-c::before,.um-icon-within .fa-c::before{content:"C"}.um .fa-tablet-button::before,.um-icon-within .fa-tablet-button::before{content:"\f10a"}.um .fa-building-lock::before,.um-icon-within .fa-building-lock::before{content:"\e4d6"}.um .fa-pizza-slice::before,.um-icon-within .fa-pizza-slice::before{content:"\f818"}.um .fa-money-bill-wave::before,.um-icon-within .fa-money-bill-wave::before{content:"\f53a"}.um .fa-chart-area::before,.um-icon-within .fa-chart-area::before{content:"\f1fe"}.um .fa-area-chart::before,.um-icon-within .fa-area-chart::before{content:"\f1fe"}.um .fa-house-flag::before,.um-icon-within .fa-house-flag::before{content:"\e50d"}.um .fa-person-circle-minus::before,.um-icon-within .fa-person-circle-minus::before{content:"\e540"}.um .fa-ban::before,.um-icon-within .fa-ban::before{content:"\f05e"}.um .fa-cancel::before,.um-icon-within .fa-cancel::before{content:"\f05e"}.um .fa-camera-rotate::before,.um-icon-within .fa-camera-rotate::before{content:"\e0d8"}.um .fa-spray-can-sparkles::before,.um-icon-within .fa-spray-can-sparkles::before{content:"\f5d0"}.um .fa-air-freshener::before,.um-icon-within .fa-air-freshener::before{content:"\f5d0"}.um .fa-star::before,.um-icon-within .fa-star::before{content:"\f005"}.um .fa-repeat::before,.um-icon-within .fa-repeat::before{content:"\f363"}.um .fa-cross::before,.um-icon-within .fa-cross::before{content:"\f654"}.um .fa-box::before,.um-icon-within .fa-box::before{content:"\f466"}.um .fa-venus-mars::before,.um-icon-within .fa-venus-mars::before{content:"\f228"}.um .fa-arrow-pointer::before,.um-icon-within .fa-arrow-pointer::before{content:"\f245"}.um .fa-mouse-pointer::before,.um-icon-within .fa-mouse-pointer::before{content:"\f245"}.um .fa-maximize::before,.um-icon-within .fa-maximize::before{content:"\f31e"}.um .fa-expand-arrows-alt::before,.um-icon-within .fa-expand-arrows-alt::before{content:"\f31e"}.um .fa-charging-station::before,.um-icon-within .fa-charging-station::before{content:"\f5e7"}.um .fa-shapes::before,.um-icon-within .fa-shapes::before{content:"\f61f"}.um .fa-triangle-circle-square::before,.um-icon-within .fa-triangle-circle-square::before{content:"\f61f"}.um .fa-shuffle::before,.um-icon-within .fa-shuffle::before{content:"\f074"}.um .fa-random::before,.um-icon-within .fa-random::before{content:"\f074"}.um .fa-person-running::before,.um-icon-within .fa-person-running::before{content:"\f70c"}.um .fa-running::before,.um-icon-within .fa-running::before{content:"\f70c"}.um .fa-mobile-retro::before,.um-icon-within .fa-mobile-retro::before{content:"\e527"}.um .fa-grip-lines-vertical::before,.um-icon-within .fa-grip-lines-vertical::before{content:"\f7a5"}.um .fa-spider::before,.um-icon-within .fa-spider::before{content:"\f717"}.um .fa-hands-bound::before,.um-icon-within .fa-hands-bound::before{content:"\e4f9"}.um .fa-file-invoice-dollar::before,.um-icon-within .fa-file-invoice-dollar::before{content:"\f571"}.um .fa-plane-circle-exclamation::before,.um-icon-within .fa-plane-circle-exclamation::before{content:"\e556"}.um .fa-x-ray::before,.um-icon-within .fa-x-ray::before{content:"\f497"}.um .fa-spell-check::before,.um-icon-within .fa-spell-check::before{content:"\f891"}.um .fa-slash::before,.um-icon-within .fa-slash::before{content:"\f715"}.um .fa-computer-mouse::before,.um-icon-within .fa-computer-mouse::before{content:"\f8cc"}.um .fa-mouse::before,.um-icon-within .fa-mouse::before{content:"\f8cc"}.um .fa-arrow-right-to-bracket::before,.um-icon-within .fa-arrow-right-to-bracket::before{content:"\f090"}.um .fa-sign-in::before,.um-icon-within .fa-sign-in::before{content:"\f090"}.um .fa-shop-slash::before,.um-icon-within .fa-shop-slash::before{content:"\e070"}.um .fa-store-alt-slash::before,.um-icon-within .fa-store-alt-slash::before{content:"\e070"}.um .fa-server::before,.um-icon-within .fa-server::before{content:"\f233"}.um .fa-virus-covid-slash::before,.um-icon-within .fa-virus-covid-slash::before{content:"\e4a9"}.um .fa-shop-lock::before,.um-icon-within .fa-shop-lock::before{content:"\e4a5"}.um .fa-hourglass-start::before,.um-icon-within .fa-hourglass-start::before{content:"\f251"}.um .fa-hourglass-1::before,.um-icon-within .fa-hourglass-1::before{content:"\f251"}.um .fa-blender-phone::before,.um-icon-within .fa-blender-phone::before{content:"\f6b6"}.um .fa-building-wheat::before,.um-icon-within .fa-building-wheat::before{content:"\e4db"}.um .fa-person-breastfeeding::before,.um-icon-within .fa-person-breastfeeding::before{content:"\e53a"}.um .fa-right-to-bracket::before,.um-icon-within .fa-right-to-bracket::before{content:"\f2f6"}.um .fa-sign-in-alt::before,.um-icon-within .fa-sign-in-alt::before{content:"\f2f6"}.um .fa-venus::before,.um-icon-within .fa-venus::before{content:"\f221"}.um .fa-passport::before,.um-icon-within .fa-passport::before{content:"\f5ab"}.um .fa-heart-pulse::before,.um-icon-within .fa-heart-pulse::before{content:"\f21e"}.um .fa-heartbeat::before,.um-icon-within .fa-heartbeat::before{content:"\f21e"}.um .fa-people-carry-box::before,.um-icon-within .fa-people-carry-box::before{content:"\f4ce"}.um .fa-people-carry::before,.um-icon-within .fa-people-carry::before{content:"\f4ce"}.um .fa-temperature-high::before,.um-icon-within .fa-temperature-high::before{content:"\f769"}.um .fa-microchip::before,.um-icon-within .fa-microchip::before{content:"\f2db"}.um .fa-crown::before,.um-icon-within .fa-crown::before{content:"\f521"}.um .fa-weight-hanging::before,.um-icon-within .fa-weight-hanging::before{content:"\f5cd"}.um .fa-xmarks-lines::before,.um-icon-within .fa-xmarks-lines::before{content:"\e59a"}.um .fa-file-prescription::before,.um-icon-within .fa-file-prescription::before{content:"\f572"}.um .fa-weight-scale::before,.um-icon-within .fa-weight-scale::before{content:"\f496"}.um .fa-weight::before,.um-icon-within .fa-weight::before{content:"\f496"}.um .fa-user-group::before,.um-icon-within .fa-user-group::before{content:"\f500"}.um .fa-user-friends::before,.um-icon-within .fa-user-friends::before{content:"\f500"}.um .fa-arrow-up-a-z::before,.um-icon-within .fa-arrow-up-a-z::before{content:"\f15e"}.um .fa-sort-alpha-up::before,.um-icon-within .fa-sort-alpha-up::before{content:"\f15e"}.um .fa-chess-knight::before,.um-icon-within .fa-chess-knight::before{content:"\f441"}.um .fa-face-laugh-squint::before,.um-icon-within .fa-face-laugh-squint::before{content:"\f59b"}.um .fa-laugh-squint::before,.um-icon-within .fa-laugh-squint::before{content:"\f59b"}.um .fa-wheelchair::before,.um-icon-within .fa-wheelchair::before{content:"\f193"}.um .fa-circle-arrow-up::before,.um-icon-within .fa-circle-arrow-up::before{content:"\f0aa"}.um .fa-arrow-circle-up::before,.um-icon-within .fa-arrow-circle-up::before{content:"\f0aa"}.um .fa-toggle-on::before,.um-icon-within .fa-toggle-on::before{content:"\f205"}.um .fa-person-walking::before,.um-icon-within .fa-person-walking::before{content:"\f554"}.um .fa-walking::before,.um-icon-within .fa-walking::before{content:"\f554"}.um .fa-l::before,.um-icon-within .fa-l::before{content:"L"}.um .fa-fire::before,.um-icon-within .fa-fire::before{content:"\f06d"}.um .fa-bed-pulse::before,.um-icon-within .fa-bed-pulse::before{content:"\f487"}.um .fa-procedures::before,.um-icon-within .fa-procedures::before{content:"\f487"}.um .fa-shuttle-space::before,.um-icon-within .fa-shuttle-space::before{content:"\f197"}.um .fa-space-shuttle::before,.um-icon-within .fa-space-shuttle::before{content:"\f197"}.um .fa-face-laugh::before,.um-icon-within .fa-face-laugh::before{content:"\f599"}.um .fa-laugh::before,.um-icon-within .fa-laugh::before{content:"\f599"}.um .fa-folder-open::before,.um-icon-within .fa-folder-open::before{content:"\f07c"}.um .fa-heart-circle-plus::before,.um-icon-within .fa-heart-circle-plus::before{content:"\e500"}.um .fa-code-fork::before,.um-icon-within .fa-code-fork::before{content:"\e13b"}.um .fa-city::before,.um-icon-within .fa-city::before{content:"\f64f"}.um .fa-microphone-lines::before,.um-icon-within .fa-microphone-lines::before{content:"\f3c9"}.um .fa-microphone-alt::before,.um-icon-within .fa-microphone-alt::before{content:"\f3c9"}.um .fa-pepper-hot::before,.um-icon-within .fa-pepper-hot::before{content:"\f816"}.um .fa-unlock::before,.um-icon-within .fa-unlock::before{content:"\f09c"}.um .fa-colon-sign::before,.um-icon-within .fa-colon-sign::before{content:"\e140"}.um .fa-headset::before,.um-icon-within .fa-headset::before{content:"\f590"}.um .fa-store-slash::before,.um-icon-within .fa-store-slash::before{content:"\e071"}.um .fa-road-circle-xmark::before,.um-icon-within .fa-road-circle-xmark::before{content:"\e566"}.um .fa-user-minus::before,.um-icon-within .fa-user-minus::before{content:"\f503"}.um .fa-mars-stroke-up::before,.um-icon-within .fa-mars-stroke-up::before{content:"\f22a"}.um .fa-mars-stroke-v::before,.um-icon-within .fa-mars-stroke-v::before{content:"\f22a"}.um .fa-champagne-glasses::before,.um-icon-within .fa-champagne-glasses::before{content:"\f79f"}.um .fa-glass-cheers::before,.um-icon-within .fa-glass-cheers::before{content:"\f79f"}.um .fa-clipboard::before,.um-icon-within .fa-clipboard::before{content:"\f328"}.um .fa-house-circle-exclamation::before,.um-icon-within .fa-house-circle-exclamation::before{content:"\e50a"}.um .fa-file-arrow-up::before,.um-icon-within .fa-file-arrow-up::before{content:"\f574"}.um .fa-file-upload::before,.um-icon-within .fa-file-upload::before{content:"\f574"}.um .fa-wifi::before,.um-icon-within .fa-wifi::before{content:"\f1eb"}.um .fa-wifi-3::before,.um-icon-within .fa-wifi-3::before{content:"\f1eb"}.um .fa-wifi-strong::before,.um-icon-within .fa-wifi-strong::before{content:"\f1eb"}.um .fa-bath::before,.um-icon-within .fa-bath::before{content:"\f2cd"}.um .fa-bathtub::before,.um-icon-within .fa-bathtub::before{content:"\f2cd"}.um .fa-underline::before,.um-icon-within .fa-underline::before{content:"\f0cd"}.um .fa-user-pen::before,.um-icon-within .fa-user-pen::before{content:"\f4ff"}.um .fa-user-edit::before,.um-icon-within .fa-user-edit::before{content:"\f4ff"}.um .fa-signature::before,.um-icon-within .fa-signature::before{content:"\f5b7"}.um .fa-stroopwafel::before,.um-icon-within .fa-stroopwafel::before{content:"\f551"}.um .fa-bold::before,.um-icon-within .fa-bold::before{content:"\f032"}.um .fa-anchor-lock::before,.um-icon-within .fa-anchor-lock::before{content:"\e4ad"}.um .fa-building-ngo::before,.um-icon-within .fa-building-ngo::before{content:"\e4d7"}.um .fa-manat-sign::before,.um-icon-within .fa-manat-sign::before{content:"\e1d5"}.um .fa-not-equal::before,.um-icon-within .fa-not-equal::before{content:"\f53e"}.um .fa-border-top-left::before,.um-icon-within .fa-border-top-left::before{content:"\f853"}.um .fa-border-style::before,.um-icon-within .fa-border-style::before{content:"\f853"}.um .fa-map-location-dot::before,.um-icon-within .fa-map-location-dot::before{content:"\f5a0"}.um .fa-map-marked-alt::before,.um-icon-within .fa-map-marked-alt::before{content:"\f5a0"}.um .fa-jedi::before,.um-icon-within .fa-jedi::before{content:"\f669"}.um .fa-square-poll-vertical::before,.um-icon-within .fa-square-poll-vertical::before{content:"\f681"}.um .fa-poll::before,.um-icon-within .fa-poll::before{content:"\f681"}.um .fa-mug-hot::before,.um-icon-within .fa-mug-hot::before{content:"\f7b6"}.um .fa-car-battery::before,.um-icon-within .fa-car-battery::before{content:"\f5df"}.um .fa-battery-car::before,.um-icon-within .fa-battery-car::before{content:"\f5df"}.um .fa-gift::before,.um-icon-within .fa-gift::before{content:"\f06b"}.um .fa-dice-two::before,.um-icon-within .fa-dice-two::before{content:"\f528"}.um .fa-chess-queen::before,.um-icon-within .fa-chess-queen::before{content:"\f445"}.um .fa-glasses::before,.um-icon-within .fa-glasses::before{content:"\f530"}.um .fa-chess-board::before,.um-icon-within .fa-chess-board::before{content:"\f43c"}.um .fa-building-circle-check::before,.um-icon-within .fa-building-circle-check::before{content:"\e4d2"}.um .fa-person-chalkboard::before,.um-icon-within .fa-person-chalkboard::before{content:"\e53d"}.um .fa-mars-stroke-right::before,.um-icon-within .fa-mars-stroke-right::before{content:"\f22b"}.um .fa-mars-stroke-h::before,.um-icon-within .fa-mars-stroke-h::before{content:"\f22b"}.um .fa-hand-back-fist::before,.um-icon-within .fa-hand-back-fist::before{content:"\f255"}.um .fa-hand-rock::before,.um-icon-within .fa-hand-rock::before{content:"\f255"}.um .fa-square-caret-up::before,.um-icon-within .fa-square-caret-up::before{content:"\f151"}.um .fa-caret-square-up::before,.um-icon-within .fa-caret-square-up::before{content:"\f151"}.um .fa-cloud-showers-water::before,.um-icon-within .fa-cloud-showers-water::before{content:"\e4e4"}.um .fa-chart-bar::before,.um-icon-within .fa-chart-bar::before{content:"\f080"}.um .fa-bar-chart::before,.um-icon-within .fa-bar-chart::before{content:"\f080"}.um .fa-hands-bubbles::before,.um-icon-within .fa-hands-bubbles::before{content:"\e05e"}.um .fa-hands-wash::before,.um-icon-within .fa-hands-wash::before{content:"\e05e"}.um .fa-less-than-equal::before,.um-icon-within .fa-less-than-equal::before{content:"\f537"}.um .fa-train::before,.um-icon-within .fa-train::before{content:"\f238"}.um .fa-eye-low-vision::before,.um-icon-within .fa-eye-low-vision::before{content:"\f2a8"}.um .fa-low-vision::before,.um-icon-within .fa-low-vision::before{content:"\f2a8"}.um .fa-crow::before,.um-icon-within .fa-crow::before{content:"\f520"}.um .fa-sailboat::before,.um-icon-within .fa-sailboat::before{content:"\e445"}.um .fa-window-restore::before,.um-icon-within .fa-window-restore::before{content:"\f2d2"}.um .fa-square-plus::before,.um-icon-within .fa-square-plus::before{content:"\f0fe"}.um .fa-plus-square::before,.um-icon-within .fa-plus-square::before{content:"\f0fe"}.um .fa-torii-gate::before,.um-icon-within .fa-torii-gate::before{content:"\f6a1"}.um .fa-frog::before,.um-icon-within .fa-frog::before{content:"\f52e"}.um .fa-bucket::before,.um-icon-within .fa-bucket::before{content:"\e4cf"}.um .fa-image::before,.um-icon-within .fa-image::before{content:"\f03e"}.um .fa-microphone::before,.um-icon-within .fa-microphone::before{content:"\f130"}.um .fa-cow::before,.um-icon-within .fa-cow::before{content:"\f6c8"}.um .fa-caret-up::before,.um-icon-within .fa-caret-up::before{content:"\f0d8"}.um .fa-screwdriver::before,.um-icon-within .fa-screwdriver::before{content:"\f54a"}.um .fa-folder-closed::before,.um-icon-within .fa-folder-closed::before{content:"\e185"}.um .fa-house-tsunami::before,.um-icon-within .fa-house-tsunami::before{content:"\e515"}.um .fa-square-nfi::before,.um-icon-within .fa-square-nfi::before{content:"\e576"}.um .fa-arrow-up-from-ground-water::before,.um-icon-within .fa-arrow-up-from-ground-water::before{content:"\e4b5"}.um .fa-martini-glass::before,.um-icon-within .fa-martini-glass::before{content:"\f57b"}.um .fa-glass-martini-alt::before,.um-icon-within .fa-glass-martini-alt::before{content:"\f57b"}.um .fa-rotate-left::before,.um-icon-within .fa-rotate-left::before{content:"\f2ea"}.um .fa-rotate-back::before,.um-icon-within .fa-rotate-back::before{content:"\f2ea"}.um .fa-rotate-backward::before,.um-icon-within .fa-rotate-backward::before{content:"\f2ea"}.um .fa-undo-alt::before,.um-icon-within .fa-undo-alt::before{content:"\f2ea"}.um .fa-table-columns::before,.um-icon-within .fa-table-columns::before{content:"\f0db"}.um .fa-columns::before,.um-icon-within .fa-columns::before{content:"\f0db"}.um .fa-lemon::before,.um-icon-within .fa-lemon::before{content:"\f094"}.um .fa-head-side-mask::before,.um-icon-within .fa-head-side-mask::before{content:"\e063"}.um .fa-handshake::before,.um-icon-within .fa-handshake::before{content:"\f2b5"}.um .fa-gem::before,.um-icon-within .fa-gem::before{content:"\f3a5"}.um .fa-dolly::before,.um-icon-within .fa-dolly::before{content:"\f472"}.um .fa-dolly-box::before,.um-icon-within .fa-dolly-box::before{content:"\f472"}.um .fa-smoking::before,.um-icon-within .fa-smoking::before{content:"\f48d"}.um .fa-minimize::before,.um-icon-within .fa-minimize::before{content:"\f78c"}.um .fa-compress-arrows-alt::before,.um-icon-within .fa-compress-arrows-alt::before{content:"\f78c"}.um .fa-monument::before,.um-icon-within .fa-monument::before{content:"\f5a6"}.um .fa-snowplow::before,.um-icon-within .fa-snowplow::before{content:"\f7d2"}.um .fa-angles-right::before,.um-icon-within .fa-angles-right::before{content:"\f101"}.um .fa-angle-double-right::before,.um-icon-within .fa-angle-double-right::before{content:"\f101"}.um .fa-cannabis::before,.um-icon-within .fa-cannabis::before{content:"\f55f"}.um .fa-circle-play::before,.um-icon-within .fa-circle-play::before{content:"\f144"}.um .fa-play-circle::before,.um-icon-within .fa-play-circle::before{content:"\f144"}.um .fa-tablets::before,.um-icon-within .fa-tablets::before{content:"\f490"}.um .fa-ethernet::before,.um-icon-within .fa-ethernet::before{content:"\f796"}.um .fa-euro-sign::before,.um-icon-within .fa-euro-sign::before{content:"\f153"}.um .fa-eur::before,.um-icon-within .fa-eur::before{content:"\f153"}.um .fa-euro::before,.um-icon-within .fa-euro::before{content:"\f153"}.um .fa-chair::before,.um-icon-within .fa-chair::before{content:"\f6c0"}.um .fa-circle-check::before,.um-icon-within .fa-circle-check::before{content:"\f058"}.um .fa-check-circle::before,.um-icon-within .fa-check-circle::before{content:"\f058"}.um .fa-circle-stop::before,.um-icon-within .fa-circle-stop::before{content:"\f28d"}.um .fa-stop-circle::before,.um-icon-within .fa-stop-circle::before{content:"\f28d"}.um .fa-compass-drafting::before,.um-icon-within .fa-compass-drafting::before{content:"\f568"}.um .fa-drafting-compass::before,.um-icon-within .fa-drafting-compass::before{content:"\f568"}.um .fa-plate-wheat::before,.um-icon-within .fa-plate-wheat::before{content:"\e55a"}.um .fa-icicles::before,.um-icon-within .fa-icicles::before{content:"\f7ad"}.um .fa-person-shelter::before,.um-icon-within .fa-person-shelter::before{content:"\e54f"}.um .fa-neuter::before,.um-icon-within .fa-neuter::before{content:"\f22c"}.um .fa-id-badge::before,.um-icon-within .fa-id-badge::before{content:"\f2c1"}.um .fa-marker::before,.um-icon-within .fa-marker::before{content:"\f5a1"}.um .fa-face-laugh-beam::before,.um-icon-within .fa-face-laugh-beam::before{content:"\f59a"}.um .fa-laugh-beam::before,.um-icon-within .fa-laugh-beam::before{content:"\f59a"}.um .fa-helicopter-symbol::before,.um-icon-within .fa-helicopter-symbol::before{content:"\e502"}.um .fa-universal-access::before,.um-icon-within .fa-universal-access::before{content:"\f29a"}.um .fa-circle-chevron-up::before,.um-icon-within .fa-circle-chevron-up::before{content:"\f139"}.um .fa-chevron-circle-up::before,.um-icon-within .fa-chevron-circle-up::before{content:"\f139"}.um .fa-lari-sign::before,.um-icon-within .fa-lari-sign::before{content:"\e1c8"}.um .fa-volcano::before,.um-icon-within .fa-volcano::before{content:"\f770"}.um .fa-person-walking-dashed-line-arrow-right::before,.um-icon-within .fa-person-walking-dashed-line-arrow-right::before{content:"\e553"}.um .fa-sterling-sign::before,.um-icon-within .fa-sterling-sign::before{content:"\f154"}.um .fa-gbp::before,.um-icon-within .fa-gbp::before{content:"\f154"}.um .fa-pound-sign::before,.um-icon-within .fa-pound-sign::before{content:"\f154"}.um .fa-viruses::before,.um-icon-within .fa-viruses::before{content:"\e076"}.um .fa-square-person-confined::before,.um-icon-within .fa-square-person-confined::before{content:"\e577"}.um .fa-user-tie::before,.um-icon-within .fa-user-tie::before{content:"\f508"}.um .fa-arrow-down-long::before,.um-icon-within .fa-arrow-down-long::before{content:"\f175"}.um .fa-long-arrow-down::before,.um-icon-within .fa-long-arrow-down::before{content:"\f175"}.um .fa-tent-arrow-down-to-line::before,.um-icon-within .fa-tent-arrow-down-to-line::before{content:"\e57e"}.um .fa-certificate::before,.um-icon-within .fa-certificate::before{content:"\f0a3"}.um .fa-reply-all::before,.um-icon-within .fa-reply-all::before{content:"\f122"}.um .fa-mail-reply-all::before,.um-icon-within .fa-mail-reply-all::before{content:"\f122"}.um .fa-suitcase::before,.um-icon-within .fa-suitcase::before{content:"\f0f2"}.um .fa-person-skating::before,.um-icon-within .fa-person-skating::before{content:"\f7c5"}.um .fa-skating::before,.um-icon-within .fa-skating::before{content:"\f7c5"}.um .fa-filter-circle-dollar::before,.um-icon-within .fa-filter-circle-dollar::before{content:"\f662"}.um .fa-funnel-dollar::before,.um-icon-within .fa-funnel-dollar::before{content:"\f662"}.um .fa-camera-retro::before,.um-icon-within .fa-camera-retro::before{content:"\f083"}.um .fa-circle-arrow-down::before,.um-icon-within .fa-circle-arrow-down::before{content:"\f0ab"}.um .fa-arrow-circle-down::before,.um-icon-within .fa-arrow-circle-down::before{content:"\f0ab"}.um .fa-file-import::before,.um-icon-within .fa-file-import::before{content:"\f56f"}.um .fa-arrow-right-to-file::before,.um-icon-within .fa-arrow-right-to-file::before{content:"\f56f"}.um .fa-square-arrow-up-right::before,.um-icon-within .fa-square-arrow-up-right::before{content:"\f14c"}.um .fa-external-link-square::before,.um-icon-within .fa-external-link-square::before{content:"\f14c"}.um .fa-box-open::before,.um-icon-within .fa-box-open::before{content:"\f49e"}.um .fa-scroll::before,.um-icon-within .fa-scroll::before{content:"\f70e"}.um .fa-spa::before,.um-icon-within .fa-spa::before{content:"\f5bb"}.um .fa-location-pin-lock::before,.um-icon-within .fa-location-pin-lock::before{content:"\e51f"}.um .fa-pause::before,.um-icon-within .fa-pause::before{content:"\f04c"}.um .fa-hill-avalanche::before,.um-icon-within .fa-hill-avalanche::before{content:"\e507"}.um .fa-temperature-empty::before,.um-icon-within .fa-temperature-empty::before{content:"\f2cb"}.um .fa-temperature-0::before,.um-icon-within .fa-temperature-0::before{content:"\f2cb"}.um .fa-thermometer-0::before,.um-icon-within .fa-thermometer-0::before{content:"\f2cb"}.um .fa-thermometer-empty::before,.um-icon-within .fa-thermometer-empty::before{content:"\f2cb"}.um .fa-bomb::before,.um-icon-within .fa-bomb::before{content:"\f1e2"}.um .fa-registered::before,.um-icon-within .fa-registered::before{content:"\f25d"}.um .fa-address-card::before,.um-icon-within .fa-address-card::before{content:"\f2bb"}.um .fa-contact-card::before,.um-icon-within .fa-contact-card::before{content:"\f2bb"}.um .fa-vcard::before,.um-icon-within .fa-vcard::before{content:"\f2bb"}.um .fa-scale-unbalanced-flip::before,.um-icon-within .fa-scale-unbalanced-flip::before{content:"\f516"}.um .fa-balance-scale-right::before,.um-icon-within .fa-balance-scale-right::before{content:"\f516"}.um .fa-subscript::before,.um-icon-within .fa-subscript::before{content:"\f12c"}.um .fa-diamond-turn-right::before,.um-icon-within .fa-diamond-turn-right::before{content:"\f5eb"}.um .fa-directions::before,.um-icon-within .fa-directions::before{content:"\f5eb"}.um .fa-burst::before,.um-icon-within .fa-burst::before{content:"\e4dc"}.um .fa-house-laptop::before,.um-icon-within .fa-house-laptop::before{content:"\e066"}.um .fa-laptop-house::before,.um-icon-within .fa-laptop-house::before{content:"\e066"}.um .fa-face-tired::before,.um-icon-within .fa-face-tired::before{content:"\f5c8"}.um .fa-tired::before,.um-icon-within .fa-tired::before{content:"\f5c8"}.um .fa-money-bills::before,.um-icon-within .fa-money-bills::before{content:"\e1f3"}.um .fa-smog::before,.um-icon-within .fa-smog::before{content:"\f75f"}.um .fa-crutch::before,.um-icon-within .fa-crutch::before{content:"\f7f7"}.um .fa-cloud-arrow-up::before,.um-icon-within .fa-cloud-arrow-up::before{content:"\f0ee"}.um .fa-cloud-upload::before,.um-icon-within .fa-cloud-upload::before{content:"\f0ee"}.um .fa-cloud-upload-alt::before,.um-icon-within .fa-cloud-upload-alt::before{content:"\f0ee"}.um .fa-palette::before,.um-icon-within .fa-palette::before{content:"\f53f"}.um .fa-arrows-turn-right::before,.um-icon-within .fa-arrows-turn-right::before{content:"\e4c0"}.um .fa-vest::before,.um-icon-within .fa-vest::before{content:"\e085"}.um .fa-ferry::before,.um-icon-within .fa-ferry::before{content:"\e4ea"}.um .fa-arrows-down-to-people::before,.um-icon-within .fa-arrows-down-to-people::before{content:"\e4b9"}.um .fa-seedling::before,.um-icon-within .fa-seedling::before{content:"\f4d8"}.um .fa-sprout::before,.um-icon-within .fa-sprout::before{content:"\f4d8"}.um .fa-left-right::before,.um-icon-within .fa-left-right::before{content:"\f337"}.um .fa-arrows-alt-h::before,.um-icon-within .fa-arrows-alt-h::before{content:"\f337"}.um .fa-boxes-packing::before,.um-icon-within .fa-boxes-packing::before{content:"\e4c7"}.um .fa-circle-arrow-left::before,.um-icon-within .fa-circle-arrow-left::before{content:"\f0a8"}.um .fa-arrow-circle-left::before,.um-icon-within .fa-arrow-circle-left::before{content:"\f0a8"}.um .fa-group-arrows-rotate::before,.um-icon-within .fa-group-arrows-rotate::before{content:"\e4f6"}.um .fa-bowl-food::before,.um-icon-within .fa-bowl-food::before{content:"\e4c6"}.um .fa-candy-cane::before,.um-icon-within .fa-candy-cane::before{content:"\f786"}.um .fa-arrow-down-wide-short::before,.um-icon-within .fa-arrow-down-wide-short::before{content:"\f160"}.um .fa-sort-amount-asc::before,.um-icon-within .fa-sort-amount-asc::before{content:"\f160"}.um .fa-sort-amount-down::before,.um-icon-within .fa-sort-amount-down::before{content:"\f160"}.um .fa-cloud-bolt::before,.um-icon-within .fa-cloud-bolt::before{content:"\f76c"}.um .fa-thunderstorm::before,.um-icon-within .fa-thunderstorm::before{content:"\f76c"}.um .fa-text-slash::before,.um-icon-within .fa-text-slash::before{content:"\f87d"}.um .fa-remove-format::before,.um-icon-within .fa-remove-format::before{content:"\f87d"}.um .fa-face-smile-wink::before,.um-icon-within .fa-face-smile-wink::before{content:"\f4da"}.um .fa-smile-wink::before,.um-icon-within .fa-smile-wink::before{content:"\f4da"}.um .fa-file-word::before,.um-icon-within .fa-file-word::before{content:"\f1c2"}.um .fa-file-powerpoint::before,.um-icon-within .fa-file-powerpoint::before{content:"\f1c4"}.um .fa-arrows-left-right::before,.um-icon-within .fa-arrows-left-right::before{content:"\f07e"}.um .fa-arrows-h::before,.um-icon-within .fa-arrows-h::before{content:"\f07e"}.um .fa-house-lock::before,.um-icon-within .fa-house-lock::before{content:"\e510"}.um .fa-cloud-arrow-down::before,.um-icon-within .fa-cloud-arrow-down::before{content:"\f0ed"}.um .fa-cloud-download::before,.um-icon-within .fa-cloud-download::before{content:"\f0ed"}.um .fa-cloud-download-alt::before,.um-icon-within .fa-cloud-download-alt::before{content:"\f0ed"}.um .fa-children::before,.um-icon-within .fa-children::before{content:"\e4e1"}.um .fa-chalkboard::before,.um-icon-within .fa-chalkboard::before{content:"\f51b"}.um .fa-blackboard::before,.um-icon-within .fa-blackboard::before{content:"\f51b"}.um .fa-user-large-slash::before,.um-icon-within .fa-user-large-slash::before{content:"\f4fa"}.um .fa-user-alt-slash::before,.um-icon-within .fa-user-alt-slash::before{content:"\f4fa"}.um .fa-envelope-open::before,.um-icon-within .fa-envelope-open::before{content:"\f2b6"}.um .fa-handshake-simple-slash::before,.um-icon-within .fa-handshake-simple-slash::before{content:"\e05f"}.um .fa-handshake-alt-slash::before,.um-icon-within .fa-handshake-alt-slash::before{content:"\e05f"}.um .fa-mattress-pillow::before,.um-icon-within .fa-mattress-pillow::before{content:"\e525"}.um .fa-guarani-sign::before,.um-icon-within .fa-guarani-sign::before{content:"\e19a"}.um .fa-arrows-rotate::before,.um-icon-within .fa-arrows-rotate::before{content:"\f021"}.um .fa-refresh::before,.um-icon-within .fa-refresh::before{content:"\f021"}.um .fa-sync::before,.um-icon-within .fa-sync::before{content:"\f021"}.um .fa-fire-extinguisher::before,.um-icon-within .fa-fire-extinguisher::before{content:"\f134"}.um .fa-cruzeiro-sign::before,.um-icon-within .fa-cruzeiro-sign::before{content:"\e152"}.um .fa-greater-than-equal::before,.um-icon-within .fa-greater-than-equal::before{content:"\f532"}.um .fa-shield-halved::before,.um-icon-within .fa-shield-halved::before{content:"\f3ed"}.um .fa-shield-alt::before,.um-icon-within .fa-shield-alt::before{content:"\f3ed"}.um .fa-book-atlas::before,.um-icon-within .fa-book-atlas::before{content:"\f558"}.um .fa-atlas::before,.um-icon-within .fa-atlas::before{content:"\f558"}.um .fa-virus::before,.um-icon-within .fa-virus::before{content:"\e074"}.um .fa-envelope-circle-check::before,.um-icon-within .fa-envelope-circle-check::before{content:"\e4e8"}.um .fa-layer-group::before,.um-icon-within .fa-layer-group::before{content:"\f5fd"}.um .fa-arrows-to-dot::before,.um-icon-within .fa-arrows-to-dot::before{content:"\e4be"}.um .fa-archway::before,.um-icon-within .fa-archway::before{content:"\f557"}.um .fa-heart-circle-check::before,.um-icon-within .fa-heart-circle-check::before{content:"\e4fd"}.um .fa-house-chimney-crack::before,.um-icon-within .fa-house-chimney-crack::before{content:"\f6f1"}.um .fa-house-damage::before,.um-icon-within .fa-house-damage::before{content:"\f6f1"}.um .fa-file-zipper::before,.um-icon-within .fa-file-zipper::before{content:"\f1c6"}.um .fa-file-archive::before,.um-icon-within .fa-file-archive::before{content:"\f1c6"}.um .fa-square::before,.um-icon-within .fa-square::before{content:"\f0c8"}.um .fa-martini-glass-empty::before,.um-icon-within .fa-martini-glass-empty::before{content:"\f000"}.um .fa-glass-martini::before,.um-icon-within .fa-glass-martini::before{content:"\f000"}.um .fa-couch::before,.um-icon-within .fa-couch::before{content:"\f4b8"}.um .fa-cedi-sign::before,.um-icon-within .fa-cedi-sign::before{content:"\e0df"}.um .fa-italic::before,.um-icon-within .fa-italic::before{content:"\f033"}.um .fa-table-cells-column-lock::before,.um-icon-within .fa-table-cells-column-lock::before{content:"\e678"}.um .fa-church::before,.um-icon-within .fa-church::before{content:"\f51d"}.um .fa-comments-dollar::before,.um-icon-within .fa-comments-dollar::before{content:"\f653"}.um .fa-democrat::before,.um-icon-within .fa-democrat::before{content:"\f747"}.um .fa-z::before,.um-icon-within .fa-z::before{content:"Z"}.um .fa-person-skiing::before,.um-icon-within .fa-person-skiing::before{content:"\f7c9"}.um .fa-skiing::before,.um-icon-within .fa-skiing::before{content:"\f7c9"}.um .fa-road-lock::before,.um-icon-within .fa-road-lock::before{content:"\e567"}.um .fa-a::before,.um-icon-within .fa-a::before{content:"A"}.um .fa-temperature-arrow-down::before,.um-icon-within .fa-temperature-arrow-down::before{content:"\e03f"}.um .fa-temperature-down::before,.um-icon-within .fa-temperature-down::before{content:"\e03f"}.um .fa-feather-pointed::before,.um-icon-within .fa-feather-pointed::before{content:"\f56b"}.um .fa-feather-alt::before,.um-icon-within .fa-feather-alt::before{content:"\f56b"}.um .fa-p::before,.um-icon-within .fa-p::before{content:"P"}.um .fa-snowflake::before,.um-icon-within .fa-snowflake::before{content:"\f2dc"}.um .fa-newspaper::before,.um-icon-within .fa-newspaper::before{content:"\f1ea"}.um .fa-rectangle-ad::before,.um-icon-within .fa-rectangle-ad::before{content:"\f641"}.um .fa-ad::before,.um-icon-within .fa-ad::before{content:"\f641"}.um .fa-circle-arrow-right::before,.um-icon-within .fa-circle-arrow-right::before{content:"\f0a9"}.um .fa-arrow-circle-right::before,.um-icon-within .fa-arrow-circle-right::before{content:"\f0a9"}.um .fa-filter-circle-xmark::before,.um-icon-within .fa-filter-circle-xmark::before{content:"\e17b"}.um .fa-locust::before,.um-icon-within .fa-locust::before{content:"\e520"}.um .fa-sort::before,.um-icon-within .fa-sort::before{content:"\f0dc"}.um .fa-unsorted::before,.um-icon-within .fa-unsorted::before{content:"\f0dc"}.um .fa-list-ol::before,.um-icon-within .fa-list-ol::before{content:"\f0cb"}.um .fa-list-1-2::before,.um-icon-within .fa-list-1-2::before{content:"\f0cb"}.um .fa-list-numeric::before,.um-icon-within .fa-list-numeric::before{content:"\f0cb"}.um .fa-person-dress-burst::before,.um-icon-within .fa-person-dress-burst::before{content:"\e544"}.um .fa-money-check-dollar::before,.um-icon-within .fa-money-check-dollar::before{content:"\f53d"}.um .fa-money-check-alt::before,.um-icon-within .fa-money-check-alt::before{content:"\f53d"}.um .fa-vector-square::before,.um-icon-within .fa-vector-square::before{content:"\f5cb"}.um .fa-bread-slice::before,.um-icon-within .fa-bread-slice::before{content:"\f7ec"}.um .fa-language::before,.um-icon-within .fa-language::before{content:"\f1ab"}.um .fa-face-kiss-wink-heart::before,.um-icon-within .fa-face-kiss-wink-heart::before{content:"\f598"}.um .fa-kiss-wink-heart::before,.um-icon-within .fa-kiss-wink-heart::before{content:"\f598"}.um .fa-filter::before,.um-icon-within .fa-filter::before{content:"\f0b0"}.um .fa-question::before,.um-icon-within .fa-question::before{content:"\?"}.um .fa-file-signature::before,.um-icon-within .fa-file-signature::before{content:"\f573"}.um .fa-up-down-left-right::before,.um-icon-within .fa-up-down-left-right::before{content:"\f0b2"}.um .fa-arrows-alt::before,.um-icon-within .fa-arrows-alt::before{content:"\f0b2"}.um .fa-house-chimney-user::before,.um-icon-within .fa-house-chimney-user::before{content:"\e065"}.um .fa-hand-holding-heart::before,.um-icon-within .fa-hand-holding-heart::before{content:"\f4be"}.um .fa-puzzle-piece::before,.um-icon-within .fa-puzzle-piece::before{content:"\f12e"}.um .fa-money-check::before,.um-icon-within .fa-money-check::before{content:"\f53c"}.um .fa-star-half-stroke::before,.um-icon-within .fa-star-half-stroke::before{content:"\f5c0"}.um .fa-star-half-alt::before,.um-icon-within .fa-star-half-alt::before{content:"\f5c0"}.um .fa-code::before,.um-icon-within .fa-code::before{content:"\f121"}.um .fa-whiskey-glass::before,.um-icon-within .fa-whiskey-glass::before{content:"\f7a0"}.um .fa-glass-whiskey::before,.um-icon-within .fa-glass-whiskey::before{content:"\f7a0"}.um .fa-building-circle-exclamation::before,.um-icon-within .fa-building-circle-exclamation::before{content:"\e4d3"}.um .fa-magnifying-glass-chart::before,.um-icon-within .fa-magnifying-glass-chart::before{content:"\e522"}.um .fa-arrow-up-right-from-square::before,.um-icon-within .fa-arrow-up-right-from-square::before{content:"\f08e"}.um .fa-external-link::before,.um-icon-within .fa-external-link::before{content:"\f08e"}.um .fa-cubes-stacked::before,.um-icon-within .fa-cubes-stacked::before{content:"\e4e6"}.um .fa-won-sign::before,.um-icon-within .fa-won-sign::before{content:"\f159"}.um .fa-krw::before,.um-icon-within .fa-krw::before{content:"\f159"}.um .fa-won::before,.um-icon-within .fa-won::before{content:"\f159"}.um .fa-virus-covid::before,.um-icon-within .fa-virus-covid::before{content:"\e4a8"}.um .fa-austral-sign::before,.um-icon-within .fa-austral-sign::before{content:"\e0a9"}.um .fa-f::before,.um-icon-within .fa-f::before{content:"F"}.um .fa-leaf::before,.um-icon-within .fa-leaf::before{content:"\f06c"}.um .fa-road::before,.um-icon-within .fa-road::before{content:"\f018"}.um .fa-taxi::before,.um-icon-within .fa-taxi::before{content:"\f1ba"}.um .fa-cab::before,.um-icon-within .fa-cab::before{content:"\f1ba"}.um .fa-person-circle-plus::before,.um-icon-within .fa-person-circle-plus::before{content:"\e541"}.um .fa-chart-pie::before,.um-icon-within .fa-chart-pie::before{content:"\f200"}.um .fa-pie-chart::before,.um-icon-within .fa-pie-chart::before{content:"\f200"}.um .fa-bolt-lightning::before,.um-icon-within .fa-bolt-lightning::before{content:"\e0b7"}.um .fa-sack-xmark::before,.um-icon-within .fa-sack-xmark::before{content:"\e56a"}.um .fa-file-excel::before,.um-icon-within .fa-file-excel::before{content:"\f1c3"}.um .fa-file-contract::before,.um-icon-within .fa-file-contract::before{content:"\f56c"}.um .fa-fish-fins::before,.um-icon-within .fa-fish-fins::before{content:"\e4f2"}.um .fa-building-flag::before,.um-icon-within .fa-building-flag::before{content:"\e4d5"}.um .fa-face-grin-beam::before,.um-icon-within .fa-face-grin-beam::before{content:"\f582"}.um .fa-grin-beam::before,.um-icon-within .fa-grin-beam::before{content:"\f582"}.um .fa-object-ungroup::before,.um-icon-within .fa-object-ungroup::before{content:"\f248"}.um .fa-poop::before,.um-icon-within .fa-poop::before{content:"\f619"}.um .fa-location-pin::before,.um-icon-within .fa-location-pin::before{content:"\f041"}.um .fa-map-marker::before,.um-icon-within .fa-map-marker::before{content:"\f041"}.um .fa-kaaba::before,.um-icon-within .fa-kaaba::before{content:"\f66b"}.um .fa-toilet-paper::before,.um-icon-within .fa-toilet-paper::before{content:"\f71e"}.um .fa-helmet-safety::before,.um-icon-within .fa-helmet-safety::before{content:"\f807"}.um .fa-hard-hat::before,.um-icon-within .fa-hard-hat::before{content:"\f807"}.um .fa-hat-hard::before,.um-icon-within .fa-hat-hard::before{content:"\f807"}.um .fa-eject::before,.um-icon-within .fa-eject::before{content:"\f052"}.um .fa-circle-right::before,.um-icon-within .fa-circle-right::before{content:"\f35a"}.um .fa-arrow-alt-circle-right::before,.um-icon-within .fa-arrow-alt-circle-right::before{content:"\f35a"}.um .fa-plane-circle-check::before,.um-icon-within .fa-plane-circle-check::before{content:"\e555"}.um .fa-face-rolling-eyes::before,.um-icon-within .fa-face-rolling-eyes::before{content:"\f5a5"}.um .fa-meh-rolling-eyes::before,.um-icon-within .fa-meh-rolling-eyes::before{content:"\f5a5"}.um .fa-object-group::before,.um-icon-within .fa-object-group::before{content:"\f247"}.um .fa-chart-line::before,.um-icon-within .fa-chart-line::before{content:"\f201"}.um .fa-line-chart::before,.um-icon-within .fa-line-chart::before{content:"\f201"}.um .fa-mask-ventilator::before,.um-icon-within .fa-mask-ventilator::before{content:"\e524"}.um .fa-arrow-right::before,.um-icon-within .fa-arrow-right::before{content:"\f061"}.um .fa-signs-post::before,.um-icon-within .fa-signs-post::before{content:"\f277"}.um .fa-map-signs::before,.um-icon-within .fa-map-signs::before{content:"\f277"}.um .fa-cash-register::before,.um-icon-within .fa-cash-register::before{content:"\f788"}.um .fa-person-circle-question::before,.um-icon-within .fa-person-circle-question::before{content:"\e542"}.um .fa-h::before,.um-icon-within .fa-h::before{content:"H"}.um .fa-tarp::before,.um-icon-within .fa-tarp::before{content:"\e57b"}.um .fa-screwdriver-wrench::before,.um-icon-within .fa-screwdriver-wrench::before{content:"\f7d9"}.um .fa-tools::before,.um-icon-within .fa-tools::before{content:"\f7d9"}.um .fa-arrows-to-eye::before,.um-icon-within .fa-arrows-to-eye::before{content:"\e4bf"}.um .fa-plug-circle-bolt::before,.um-icon-within .fa-plug-circle-bolt::before{content:"\e55b"}.um .fa-heart::before,.um-icon-within .fa-heart::before{content:"\f004"}.um .fa-mars-and-venus::before,.um-icon-within .fa-mars-and-venus::before{content:"\f224"}.um .fa-house-user::before,.um-icon-within .fa-house-user::before{content:"\e1b0"}.um .fa-home-user::before,.um-icon-within .fa-home-user::before{content:"\e1b0"}.um .fa-dumpster-fire::before,.um-icon-within .fa-dumpster-fire::before{content:"\f794"}.um .fa-house-crack::before,.um-icon-within .fa-house-crack::before{content:"\e3b1"}.um .fa-martini-glass-citrus::before,.um-icon-within .fa-martini-glass-citrus::before{content:"\f561"}.um .fa-cocktail::before,.um-icon-within .fa-cocktail::before{content:"\f561"}.um .fa-face-surprise::before,.um-icon-within .fa-face-surprise::before{content:"\f5c2"}.um .fa-surprise::before,.um-icon-within .fa-surprise::before{content:"\f5c2"}.um .fa-bottle-water::before,.um-icon-within .fa-bottle-water::before{content:"\e4c5"}.um .fa-circle-pause::before,.um-icon-within .fa-circle-pause::before{content:"\f28b"}.um .fa-pause-circle::before,.um-icon-within .fa-pause-circle::before{content:"\f28b"}.um .fa-toilet-paper-slash::before,.um-icon-within .fa-toilet-paper-slash::before{content:"\e072"}.um .fa-apple-whole::before,.um-icon-within .fa-apple-whole::before{content:"\f5d1"}.um .fa-apple-alt::before,.um-icon-within .fa-apple-alt::before{content:"\f5d1"}.um .fa-kitchen-set::before,.um-icon-within .fa-kitchen-set::before{content:"\e51a"}.um .fa-r::before,.um-icon-within .fa-r::before{content:"R"}.um .fa-temperature-quarter::before,.um-icon-within .fa-temperature-quarter::before{content:"\f2ca"}.um .fa-temperature-1::before,.um-icon-within .fa-temperature-1::before{content:"\f2ca"}.um .fa-thermometer-1::before,.um-icon-within .fa-thermometer-1::before{content:"\f2ca"}.um .fa-thermometer-quarter::before,.um-icon-within .fa-thermometer-quarter::before{content:"\f2ca"}.um .fa-cube::before,.um-icon-within .fa-cube::before{content:"\f1b2"}.um .fa-bitcoin-sign::before,.um-icon-within .fa-bitcoin-sign::before{content:"\e0b4"}.um .fa-shield-dog::before,.um-icon-within .fa-shield-dog::before{content:"\e573"}.um .fa-solar-panel::before,.um-icon-within .fa-solar-panel::before{content:"\f5ba"}.um .fa-lock-open::before,.um-icon-within .fa-lock-open::before{content:"\f3c1"}.um .fa-elevator::before,.um-icon-within .fa-elevator::before{content:"\e16d"}.um .fa-money-bill-transfer::before,.um-icon-within .fa-money-bill-transfer::before{content:"\e528"}.um .fa-money-bill-trend-up::before,.um-icon-within .fa-money-bill-trend-up::before{content:"\e529"}.um .fa-house-flood-water-circle-arrow-right::before,.um-icon-within .fa-house-flood-water-circle-arrow-right::before{content:"\e50f"}.um .fa-square-poll-horizontal::before,.um-icon-within .fa-square-poll-horizontal::before{content:"\f682"}.um .fa-poll-h::before,.um-icon-within .fa-poll-h::before{content:"\f682"}.um .fa-circle::before,.um-icon-within .fa-circle::before{content:"\f111"}.um .fa-backward-fast::before,.um-icon-within .fa-backward-fast::before{content:"\f049"}.um .fa-fast-backward::before,.um-icon-within .fa-fast-backward::before{content:"\f049"}.um .fa-recycle::before,.um-icon-within .fa-recycle::before{content:"\f1b8"}.um .fa-user-astronaut::before,.um-icon-within .fa-user-astronaut::before{content:"\f4fb"}.um .fa-plane-slash::before,.um-icon-within .fa-plane-slash::before{content:"\e069"}.um .fa-trademark::before,.um-icon-within .fa-trademark::before{content:"\f25c"}.um .fa-basketball::before,.um-icon-within .fa-basketball::before{content:"\f434"}.um .fa-basketball-ball::before,.um-icon-within .fa-basketball-ball::before{content:"\f434"}.um .fa-satellite-dish::before,.um-icon-within .fa-satellite-dish::before{content:"\f7c0"}.um .fa-circle-up::before,.um-icon-within .fa-circle-up::before{content:"\f35b"}.um .fa-arrow-alt-circle-up::before,.um-icon-within .fa-arrow-alt-circle-up::before{content:"\f35b"}.um .fa-mobile-screen-button::before,.um-icon-within .fa-mobile-screen-button::before{content:"\f3cd"}.um .fa-mobile-alt::before,.um-icon-within .fa-mobile-alt::before{content:"\f3cd"}.um .fa-volume-high::before,.um-icon-within .fa-volume-high::before{content:"\f028"}.um .fa-volume-up::before,.um-icon-within .fa-volume-up::before{content:"\f028"}.um .fa-users-rays::before,.um-icon-within .fa-users-rays::before{content:"\e593"}.um .fa-wallet::before,.um-icon-within .fa-wallet::before{content:"\f555"}.um .fa-clipboard-check::before,.um-icon-within .fa-clipboard-check::before{content:"\f46c"}.um .fa-file-audio::before,.um-icon-within .fa-file-audio::before{content:"\f1c7"}.um .fa-burger::before,.um-icon-within .fa-burger::before{content:"\f805"}.um .fa-hamburger::before,.um-icon-within .fa-hamburger::before{content:"\f805"}.um .fa-wrench::before,.um-icon-within .fa-wrench::before{content:"\f0ad"}.um .fa-bugs::before,.um-icon-within .fa-bugs::before{content:"\e4d0"}.um .fa-rupee-sign::before,.um-icon-within .fa-rupee-sign::before{content:"\f156"}.um .fa-rupee::before,.um-icon-within .fa-rupee::before{content:"\f156"}.um .fa-file-image::before,.um-icon-within .fa-file-image::before{content:"\f1c5"}.um .fa-circle-question::before,.um-icon-within .fa-circle-question::before{content:"\f059"}.um .fa-question-circle::before,.um-icon-within .fa-question-circle::before{content:"\f059"}.um .fa-plane-departure::before,.um-icon-within .fa-plane-departure::before{content:"\f5b0"}.um .fa-handshake-slash::before,.um-icon-within .fa-handshake-slash::before{content:"\e060"}.um .fa-book-bookmark::before,.um-icon-within .fa-book-bookmark::before{content:"\e0bb"}.um .fa-code-branch::before,.um-icon-within .fa-code-branch::before{content:"\f126"}.um .fa-hat-cowboy::before,.um-icon-within .fa-hat-cowboy::before{content:"\f8c0"}.um .fa-bridge::before,.um-icon-within .fa-bridge::before{content:"\e4c8"}.um .fa-phone-flip::before,.um-icon-within .fa-phone-flip::before{content:"\f879"}.um .fa-phone-alt::before,.um-icon-within .fa-phone-alt::before{content:"\f879"}.um .fa-truck-front::before,.um-icon-within .fa-truck-front::before{content:"\e2b7"}.um .fa-cat::before,.um-icon-within .fa-cat::before{content:"\f6be"}.um .fa-anchor-circle-exclamation::before,.um-icon-within .fa-anchor-circle-exclamation::before{content:"\e4ab"}.um .fa-truck-field::before,.um-icon-within .fa-truck-field::before{content:"\e58d"}.um .fa-route::before,.um-icon-within .fa-route::before{content:"\f4d7"}.um .fa-clipboard-question::before,.um-icon-within .fa-clipboard-question::before{content:"\e4e3"}.um .fa-panorama::before,.um-icon-within .fa-panorama::before{content:"\e209"}.um .fa-comment-medical::before,.um-icon-within .fa-comment-medical::before{content:"\f7f5"}.um .fa-teeth-open::before,.um-icon-within .fa-teeth-open::before{content:"\f62f"}.um .fa-file-circle-minus::before,.um-icon-within .fa-file-circle-minus::before{content:"\e4ed"}.um .fa-tags::before,.um-icon-within .fa-tags::before{content:"\f02c"}.um .fa-wine-glass::before,.um-icon-within .fa-wine-glass::before{content:"\f4e3"}.um .fa-forward-fast::before,.um-icon-within .fa-forward-fast::before{content:"\f050"}.um .fa-fast-forward::before,.um-icon-within .fa-fast-forward::before{content:"\f050"}.um .fa-face-meh-blank::before,.um-icon-within .fa-face-meh-blank::before{content:"\f5a4"}.um .fa-meh-blank::before,.um-icon-within .fa-meh-blank::before{content:"\f5a4"}.um .fa-square-parking::before,.um-icon-within .fa-square-parking::before{content:"\f540"}.um .fa-parking::before,.um-icon-within .fa-parking::before{content:"\f540"}.um .fa-house-signal::before,.um-icon-within .fa-house-signal::before{content:"\e012"}.um .fa-bars-progress::before,.um-icon-within .fa-bars-progress::before{content:"\f828"}.um .fa-tasks-alt::before,.um-icon-within .fa-tasks-alt::before{content:"\f828"}.um .fa-faucet-drip::before,.um-icon-within .fa-faucet-drip::before{content:"\e006"}.um .fa-cart-flatbed::before,.um-icon-within .fa-cart-flatbed::before{content:"\f474"}.um .fa-dolly-flatbed::before,.um-icon-within .fa-dolly-flatbed::before{content:"\f474"}.um .fa-ban-smoking::before,.um-icon-within .fa-ban-smoking::before{content:"\f54d"}.um .fa-smoking-ban::before,.um-icon-within .fa-smoking-ban::before{content:"\f54d"}.um .fa-terminal::before,.um-icon-within .fa-terminal::before{content:"\f120"}.um .fa-mobile-button::before,.um-icon-within .fa-mobile-button::before{content:"\f10b"}.um .fa-house-medical-flag::before,.um-icon-within .fa-house-medical-flag::before{content:"\e514"}.um .fa-basket-shopping::before,.um-icon-within .fa-basket-shopping::before{content:"\f291"}.um .fa-shopping-basket::before,.um-icon-within .fa-shopping-basket::before{content:"\f291"}.um .fa-tape::before,.um-icon-within .fa-tape::before{content:"\f4db"}.um .fa-bus-simple::before,.um-icon-within .fa-bus-simple::before{content:"\f55e"}.um .fa-bus-alt::before,.um-icon-within .fa-bus-alt::before{content:"\f55e"}.um .fa-eye::before,.um-icon-within .fa-eye::before{content:"\f06e"}.um .fa-face-sad-cry::before,.um-icon-within .fa-face-sad-cry::before{content:"\f5b3"}.um .fa-sad-cry::before,.um-icon-within .fa-sad-cry::before{content:"\f5b3"}.um .fa-audio-description::before,.um-icon-within .fa-audio-description::before{content:"\f29e"}.um .fa-person-military-to-person::before,.um-icon-within .fa-person-military-to-person::before{content:"\e54c"}.um .fa-file-shield::before,.um-icon-within .fa-file-shield::before{content:"\e4f0"}.um .fa-user-slash::before,.um-icon-within .fa-user-slash::before{content:"\f506"}.um .fa-pen::before,.um-icon-within .fa-pen::before{content:"\f304"}.um .fa-tower-observation::before,.um-icon-within .fa-tower-observation::before{content:"\e586"}.um .fa-file-code::before,.um-icon-within .fa-file-code::before{content:"\f1c9"}.um .fa-signal::before,.um-icon-within .fa-signal::before{content:"\f012"}.um .fa-signal-5::before,.um-icon-within .fa-signal-5::before{content:"\f012"}.um .fa-signal-perfect::before,.um-icon-within .fa-signal-perfect::before{content:"\f012"}.um .fa-bus::before,.um-icon-within .fa-bus::before{content:"\f207"}.um .fa-heart-circle-xmark::before,.um-icon-within .fa-heart-circle-xmark::before{content:"\e501"}.um .fa-house-chimney::before,.um-icon-within .fa-house-chimney::before{content:"\e3af"}.um .fa-home-lg::before,.um-icon-within .fa-home-lg::before{content:"\e3af"}.um .fa-window-maximize::before,.um-icon-within .fa-window-maximize::before{content:"\f2d0"}.um .fa-face-frown::before,.um-icon-within .fa-face-frown::before{content:"\f119"}.um .fa-frown::before,.um-icon-within .fa-frown::before{content:"\f119"}.um .fa-prescription::before,.um-icon-within .fa-prescription::before{content:"\f5b1"}.um .fa-shop::before,.um-icon-within .fa-shop::before{content:"\f54f"}.um .fa-store-alt::before,.um-icon-within .fa-store-alt::before{content:"\f54f"}.um .fa-floppy-disk::before,.um-icon-within .fa-floppy-disk::before{content:"\f0c7"}.um .fa-save::before,.um-icon-within .fa-save::before{content:"\f0c7"}.um .fa-vihara::before,.um-icon-within .fa-vihara::before{content:"\f6a7"}.um .fa-scale-unbalanced::before,.um-icon-within .fa-scale-unbalanced::before{content:"\f515"}.um .fa-balance-scale-left::before,.um-icon-within .fa-balance-scale-left::before{content:"\f515"}.um .fa-sort-up::before,.um-icon-within .fa-sort-up::before{content:"\f0de"}.um .fa-sort-asc::before,.um-icon-within .fa-sort-asc::before{content:"\f0de"}.um .fa-comment-dots::before,.um-icon-within .fa-comment-dots::before{content:"\f4ad"}.um .fa-commenting::before,.um-icon-within .fa-commenting::before{content:"\f4ad"}.um .fa-plant-wilt::before,.um-icon-within .fa-plant-wilt::before{content:"\e5aa"}.um .fa-diamond::before,.um-icon-within .fa-diamond::before{content:"\f219"}.um .fa-face-grin-squint::before,.um-icon-within .fa-face-grin-squint::before{content:"\f585"}.um .fa-grin-squint::before,.um-icon-within .fa-grin-squint::before{content:"\f585"}.um .fa-hand-holding-dollar::before,.um-icon-within .fa-hand-holding-dollar::before{content:"\f4c0"}.um .fa-hand-holding-usd::before,.um-icon-within .fa-hand-holding-usd::before{content:"\f4c0"}.um .fa-bacterium::before,.um-icon-within .fa-bacterium::before{content:"\e05a"}.um .fa-hand-pointer::before,.um-icon-within .fa-hand-pointer::before{content:"\f25a"}.um .fa-drum-steelpan::before,.um-icon-within .fa-drum-steelpan::before{content:"\f56a"}.um .fa-hand-scissors::before,.um-icon-within .fa-hand-scissors::before{content:"\f257"}.um .fa-hands-praying::before,.um-icon-within .fa-hands-praying::before{content:"\f684"}.um .fa-praying-hands::before,.um-icon-within .fa-praying-hands::before{content:"\f684"}.um .fa-arrow-rotate-right::before,.um-icon-within .fa-arrow-rotate-right::before{content:"\f01e"}.um .fa-arrow-right-rotate::before,.um-icon-within .fa-arrow-right-rotate::before{content:"\f01e"}.um .fa-arrow-rotate-forward::before,.um-icon-within .fa-arrow-rotate-forward::before{content:"\f01e"}.um .fa-redo::before,.um-icon-within .fa-redo::before{content:"\f01e"}.um .fa-biohazard::before,.um-icon-within .fa-biohazard::before{content:"\f780"}.um .fa-location-crosshairs::before,.um-icon-within .fa-location-crosshairs::before{content:"\f601"}.um .fa-location::before,.um-icon-within .fa-location::before{content:"\f601"}.um .fa-mars-double::before,.um-icon-within .fa-mars-double::before{content:"\f227"}.um .fa-child-dress::before,.um-icon-within .fa-child-dress::before{content:"\e59c"}.um .fa-users-between-lines::before,.um-icon-within .fa-users-between-lines::before{content:"\e591"}.um .fa-lungs-virus::before,.um-icon-within .fa-lungs-virus::before{content:"\e067"}.um .fa-face-grin-tears::before,.um-icon-within .fa-face-grin-tears::before{content:"\f588"}.um .fa-grin-tears::before,.um-icon-within .fa-grin-tears::before{content:"\f588"}.um .fa-phone::before,.um-icon-within .fa-phone::before{content:"\f095"}.um .fa-calendar-xmark::before,.um-icon-within .fa-calendar-xmark::before{content:"\f273"}.um .fa-calendar-times::before,.um-icon-within .fa-calendar-times::before{content:"\f273"}.um .fa-child-reaching::before,.um-icon-within .fa-child-reaching::before{content:"\e59d"}.um .fa-head-side-virus::before,.um-icon-within .fa-head-side-virus::before{content:"\e064"}.um .fa-user-gear::before,.um-icon-within .fa-user-gear::before{content:"\f4fe"}.um .fa-user-cog::before,.um-icon-within .fa-user-cog::before{content:"\f4fe"}.um .fa-arrow-up-1-9::before,.um-icon-within .fa-arrow-up-1-9::before{content:"\f163"}.um .fa-sort-numeric-up::before,.um-icon-within .fa-sort-numeric-up::before{content:"\f163"}.um .fa-door-closed::before,.um-icon-within .fa-door-closed::before{content:"\f52a"}.um .fa-shield-virus::before,.um-icon-within .fa-shield-virus::before{content:"\e06c"}.um .fa-dice-six::before,.um-icon-within .fa-dice-six::before{content:"\f526"}.um .fa-mosquito-net::before,.um-icon-within .fa-mosquito-net::before{content:"\e52c"}.um .fa-bridge-water::before,.um-icon-within .fa-bridge-water::before{content:"\e4ce"}.um .fa-person-booth::before,.um-icon-within .fa-person-booth::before{content:"\f756"}.um .fa-text-width::before,.um-icon-within .fa-text-width::before{content:"\f035"}.um .fa-hat-wizard::before,.um-icon-within .fa-hat-wizard::before{content:"\f6e8"}.um .fa-pen-fancy::before,.um-icon-within .fa-pen-fancy::before{content:"\f5ac"}.um .fa-person-digging::before,.um-icon-within .fa-person-digging::before{content:"\f85e"}.um .fa-digging::before,.um-icon-within .fa-digging::before{content:"\f85e"}.um .fa-trash::before,.um-icon-within .fa-trash::before{content:"\f1f8"}.um .fa-gauge-simple::before,.um-icon-within .fa-gauge-simple::before{content:"\f629"}.um .fa-gauge-simple-med::before,.um-icon-within .fa-gauge-simple-med::before{content:"\f629"}.um .fa-tachometer-average::before,.um-icon-within .fa-tachometer-average::before{content:"\f629"}.um .fa-book-medical::before,.um-icon-within .fa-book-medical::before{content:"\f7e6"}.um .fa-poo::before,.um-icon-within .fa-poo::before{content:"\f2fe"}.um .fa-quote-right::before,.um-icon-within .fa-quote-right::before{content:"\f10e"}.um .fa-quote-right-alt::before,.um-icon-within .fa-quote-right-alt::before{content:"\f10e"}.um .fa-shirt::before,.um-icon-within .fa-shirt::before{content:"\f553"}.um .fa-t-shirt::before,.um-icon-within .fa-t-shirt::before{content:"\f553"}.um .fa-tshirt::before,.um-icon-within .fa-tshirt::before{content:"\f553"}.um .fa-cubes::before,.um-icon-within .fa-cubes::before{content:"\f1b3"}.um .fa-divide::before,.um-icon-within .fa-divide::before{content:"\f529"}.um .fa-tenge-sign::before,.um-icon-within .fa-tenge-sign::before{content:"\f7d7"}.um .fa-tenge::before,.um-icon-within .fa-tenge::before{content:"\f7d7"}.um .fa-headphones::before,.um-icon-within .fa-headphones::before{content:"\f025"}.um .fa-hands-holding::before,.um-icon-within .fa-hands-holding::before{content:"\f4c2"}.um .fa-hands-clapping::before,.um-icon-within .fa-hands-clapping::before{content:"\e1a8"}.um .fa-republican::before,.um-icon-within .fa-republican::before{content:"\f75e"}.um .fa-arrow-left::before,.um-icon-within .fa-arrow-left::before{content:"\f060"}.um .fa-person-circle-xmark::before,.um-icon-within .fa-person-circle-xmark::before{content:"\e543"}.um .fa-ruler::before,.um-icon-within .fa-ruler::before{content:"\f545"}.um .fa-align-left::before,.um-icon-within .fa-align-left::before{content:"\f036"}.um .fa-dice-d6::before,.um-icon-within .fa-dice-d6::before{content:"\f6d1"}.um .fa-restroom::before,.um-icon-within .fa-restroom::before{content:"\f7bd"}.um .fa-j::before,.um-icon-within .fa-j::before{content:"J"}.um .fa-users-viewfinder::before,.um-icon-within .fa-users-viewfinder::before{content:"\e595"}.um .fa-file-video::before,.um-icon-within .fa-file-video::before{content:"\f1c8"}.um .fa-up-right-from-square::before,.um-icon-within .fa-up-right-from-square::before{content:"\f35d"}.um .fa-external-link-alt::before,.um-icon-within .fa-external-link-alt::before{content:"\f35d"}.um .fa-table-cells::before,.um-icon-within .fa-table-cells::before{content:"\f00a"}.um .fa-th::before,.um-icon-within .fa-th::before{content:"\f00a"}.um .fa-file-pdf::before,.um-icon-within .fa-file-pdf::before{content:"\f1c1"}.um .fa-book-bible::before,.um-icon-within .fa-book-bible::before{content:"\f647"}.um .fa-bible::before,.um-icon-within .fa-bible::before{content:"\f647"}.um .fa-o::before,.um-icon-within .fa-o::before{content:"O"}.um .fa-suitcase-medical::before,.um-icon-within .fa-suitcase-medical::before{content:"\f0fa"}.um .fa-medkit::before,.um-icon-within .fa-medkit::before{content:"\f0fa"}.um .fa-user-secret::before,.um-icon-within .fa-user-secret::before{content:"\f21b"}.um .fa-otter::before,.um-icon-within .fa-otter::before{content:"\f700"}.um .fa-person-dress::before,.um-icon-within .fa-person-dress::before{content:"\f182"}.um .fa-female::before,.um-icon-within .fa-female::before{content:"\f182"}.um .fa-comment-dollar::before,.um-icon-within .fa-comment-dollar::before{content:"\f651"}.um .fa-business-time::before,.um-icon-within .fa-business-time::before{content:"\f64a"}.um .fa-briefcase-clock::before,.um-icon-within .fa-briefcase-clock::before{content:"\f64a"}.um .fa-table-cells-large::before,.um-icon-within .fa-table-cells-large::before{content:"\f009"}.um .fa-th-large::before,.um-icon-within .fa-th-large::before{content:"\f009"}.um .fa-book-tanakh::before,.um-icon-within .fa-book-tanakh::before{content:"\f827"}.um .fa-tanakh::before,.um-icon-within .fa-tanakh::before{content:"\f827"}.um .fa-phone-volume::before,.um-icon-within .fa-phone-volume::before{content:"\f2a0"}.um .fa-volume-control-phone::before,.um-icon-within .fa-volume-control-phone::before{content:"\f2a0"}.um .fa-hat-cowboy-side::before,.um-icon-within .fa-hat-cowboy-side::before{content:"\f8c1"}.um .fa-clipboard-user::before,.um-icon-within .fa-clipboard-user::before{content:"\f7f3"}.um .fa-child::before,.um-icon-within .fa-child::before{content:"\f1ae"}.um .fa-lira-sign::before,.um-icon-within .fa-lira-sign::before{content:"\f195"}.um .fa-satellite::before,.um-icon-within .fa-satellite::before{content:"\f7bf"}.um .fa-plane-lock::before,.um-icon-within .fa-plane-lock::before{content:"\e558"}.um .fa-tag::before,.um-icon-within .fa-tag::before{content:"\f02b"}.um .fa-comment::before,.um-icon-within .fa-comment::before{content:"\f075"}.um .fa-cake-candles::before,.um-icon-within .fa-cake-candles::before{content:"\f1fd"}.um .fa-birthday-cake::before,.um-icon-within .fa-birthday-cake::before{content:"\f1fd"}.um .fa-cake::before,.um-icon-within .fa-cake::before{content:"\f1fd"}.um .fa-envelope::before,.um-icon-within .fa-envelope::before{content:"\f0e0"}.um .fa-angles-up::before,.um-icon-within .fa-angles-up::before{content:"\f102"}.um .fa-angle-double-up::before,.um-icon-within .fa-angle-double-up::before{content:"\f102"}.um .fa-paperclip::before,.um-icon-within .fa-paperclip::before{content:"\f0c6"}.um .fa-arrow-right-to-city::before,.um-icon-within .fa-arrow-right-to-city::before{content:"\e4b3"}.um .fa-ribbon::before,.um-icon-within .fa-ribbon::before{content:"\f4d6"}.um .fa-lungs::before,.um-icon-within .fa-lungs::before{content:"\f604"}.um .fa-arrow-up-9-1::before,.um-icon-within .fa-arrow-up-9-1::before{content:"\f887"}.um .fa-sort-numeric-up-alt::before,.um-icon-within .fa-sort-numeric-up-alt::before{content:"\f887"}.um .fa-litecoin-sign::before,.um-icon-within .fa-litecoin-sign::before{content:"\e1d3"}.um .fa-border-none::before,.um-icon-within .fa-border-none::before{content:"\f850"}.um .fa-circle-nodes::before,.um-icon-within .fa-circle-nodes::before{content:"\e4e2"}.um .fa-parachute-box::before,.um-icon-within .fa-parachute-box::before{content:"\f4cd"}.um .fa-indent::before,.um-icon-within .fa-indent::before{content:"\f03c"}.um .fa-truck-field-un::before,.um-icon-within .fa-truck-field-un::before{content:"\e58e"}.um .fa-hourglass::before,.um-icon-within .fa-hourglass::before{content:"\f254"}.um .fa-hourglass-empty::before,.um-icon-within .fa-hourglass-empty::before{content:"\f254"}.um .fa-mountain::before,.um-icon-within .fa-mountain::before{content:"\f6fc"}.um .fa-user-doctor::before,.um-icon-within .fa-user-doctor::before{content:"\f0f0"}.um .fa-user-md::before,.um-icon-within .fa-user-md::before{content:"\f0f0"}.um .fa-circle-info::before,.um-icon-within .fa-circle-info::before{content:"\f05a"}.um .fa-info-circle::before,.um-icon-within .fa-info-circle::before{content:"\f05a"}.um .fa-cloud-meatball::before,.um-icon-within .fa-cloud-meatball::before{content:"\f73b"}.um .fa-camera::before,.um-icon-within .fa-camera::before{content:"\f030"}.um .fa-camera-alt::before,.um-icon-within .fa-camera-alt::before{content:"\f030"}.um .fa-square-virus::before,.um-icon-within .fa-square-virus::before{content:"\e578"}.um .fa-meteor::before,.um-icon-within .fa-meteor::before{content:"\f753"}.um .fa-car-on::before,.um-icon-within .fa-car-on::before{content:"\e4dd"}.um .fa-sleigh::before,.um-icon-within .fa-sleigh::before{content:"\f7cc"}.um .fa-arrow-down-1-9::before,.um-icon-within .fa-arrow-down-1-9::before{content:"\f162"}.um .fa-sort-numeric-asc::before,.um-icon-within .fa-sort-numeric-asc::before{content:"\f162"}.um .fa-sort-numeric-down::before,.um-icon-within .fa-sort-numeric-down::before{content:"\f162"}.um .fa-hand-holding-droplet::before,.um-icon-within .fa-hand-holding-droplet::before{content:"\f4c1"}.um .fa-hand-holding-water::before,.um-icon-within .fa-hand-holding-water::before{content:"\f4c1"}.um .fa-water::before,.um-icon-within .fa-water::before{content:"\f773"}.um .fa-calendar-check::before,.um-icon-within .fa-calendar-check::before{content:"\f274"}.um .fa-braille::before,.um-icon-within .fa-braille::before{content:"\f2a1"}.um .fa-prescription-bottle-medical::before,.um-icon-within .fa-prescription-bottle-medical::before{content:"\f486"}.um .fa-prescription-bottle-alt::before,.um-icon-within .fa-prescription-bottle-alt::before{content:"\f486"}.um .fa-landmark::before,.um-icon-within .fa-landmark::before{content:"\f66f"}.um .fa-truck::before,.um-icon-within .fa-truck::before{content:"\f0d1"}.um .fa-crosshairs::before,.um-icon-within .fa-crosshairs::before{content:"\f05b"}.um .fa-person-cane::before,.um-icon-within .fa-person-cane::before{content:"\e53c"}.um .fa-tent::before,.um-icon-within .fa-tent::before{content:"\e57d"}.um .fa-vest-patches::before,.um-icon-within .fa-vest-patches::before{content:"\e086"}.um .fa-check-double::before,.um-icon-within .fa-check-double::before{content:"\f560"}.um .fa-arrow-down-a-z::before,.um-icon-within .fa-arrow-down-a-z::before{content:"\f15d"}.um .fa-sort-alpha-asc::before,.um-icon-within .fa-sort-alpha-asc::before{content:"\f15d"}.um .fa-sort-alpha-down::before,.um-icon-within .fa-sort-alpha-down::before{content:"\f15d"}.um .fa-money-bill-wheat::before,.um-icon-within .fa-money-bill-wheat::before{content:"\e52a"}.um .fa-cookie::before,.um-icon-within .fa-cookie::before{content:"\f563"}.um .fa-arrow-rotate-left::before,.um-icon-within .fa-arrow-rotate-left::before{content:"\f0e2"}.um .fa-arrow-left-rotate::before,.um-icon-within .fa-arrow-left-rotate::before{content:"\f0e2"}.um .fa-arrow-rotate-back::before,.um-icon-within .fa-arrow-rotate-back::before{content:"\f0e2"}.um .fa-arrow-rotate-backward::before,.um-icon-within .fa-arrow-rotate-backward::before{content:"\f0e2"}.um .fa-undo::before,.um-icon-within .fa-undo::before{content:"\f0e2"}.um .fa-hard-drive::before,.um-icon-within .fa-hard-drive::before{content:"\f0a0"}.um .fa-hdd::before,.um-icon-within .fa-hdd::before{content:"\f0a0"}.um .fa-face-grin-squint-tears::before,.um-icon-within .fa-face-grin-squint-tears::before{content:"\f586"}.um .fa-grin-squint-tears::before,.um-icon-within .fa-grin-squint-tears::before{content:"\f586"}.um .fa-dumbbell::before,.um-icon-within .fa-dumbbell::before{content:"\f44b"}.um .fa-rectangle-list::before,.um-icon-within .fa-rectangle-list::before{content:"\f022"}.um .fa-list-alt::before,.um-icon-within .fa-list-alt::before{content:"\f022"}.um .fa-tarp-droplet::before,.um-icon-within .fa-tarp-droplet::before{content:"\e57c"}.um .fa-house-medical-circle-check::before,.um-icon-within .fa-house-medical-circle-check::before{content:"\e511"}.um .fa-person-skiing-nordic::before,.um-icon-within .fa-person-skiing-nordic::before{content:"\f7ca"}.um .fa-skiing-nordic::before,.um-icon-within .fa-skiing-nordic::before{content:"\f7ca"}.um .fa-calendar-plus::before,.um-icon-within .fa-calendar-plus::before{content:"\f271"}.um .fa-plane-arrival::before,.um-icon-within .fa-plane-arrival::before{content:"\f5af"}.um .fa-circle-left::before,.um-icon-within .fa-circle-left::before{content:"\f359"}.um .fa-arrow-alt-circle-left::before,.um-icon-within .fa-arrow-alt-circle-left::before{content:"\f359"}.um .fa-train-subway::before,.um-icon-within .fa-train-subway::before{content:"\f239"}.um .fa-subway::before,.um-icon-within .fa-subway::before{content:"\f239"}.um .fa-chart-gantt::before,.um-icon-within .fa-chart-gantt::before{content:"\e0e4"}.um .fa-indian-rupee-sign::before,.um-icon-within .fa-indian-rupee-sign::before{content:"\e1bc"}.um .fa-indian-rupee::before,.um-icon-within .fa-indian-rupee::before{content:"\e1bc"}.um .fa-inr::before,.um-icon-within .fa-inr::before{content:"\e1bc"}.um .fa-crop-simple::before,.um-icon-within .fa-crop-simple::before{content:"\f565"}.um .fa-crop-alt::before,.um-icon-within .fa-crop-alt::before{content:"\f565"}.um .fa-money-bill-1::before,.um-icon-within .fa-money-bill-1::before{content:"\f3d1"}.um .fa-money-bill-alt::before,.um-icon-within .fa-money-bill-alt::before{content:"\f3d1"}.um .fa-left-long::before,.um-icon-within .fa-left-long::before{content:"\f30a"}.um .fa-long-arrow-alt-left::before,.um-icon-within .fa-long-arrow-alt-left::before{content:"\f30a"}.um .fa-dna::before,.um-icon-within .fa-dna::before{content:"\f471"}.um .fa-virus-slash::before,.um-icon-within .fa-virus-slash::before{content:"\e075"}.um .fa-minus::before,.um-icon-within .fa-minus::before{content:"\f068"}.um .fa-subtract::before,.um-icon-within .fa-subtract::before{content:"\f068"}.um .fa-chess::before,.um-icon-within .fa-chess::before{content:"\f439"}.um .fa-arrow-left-long::before,.um-icon-within .fa-arrow-left-long::before{content:"\f177"}.um .fa-long-arrow-left::before,.um-icon-within .fa-long-arrow-left::before{content:"\f177"}.um .fa-plug-circle-check::before,.um-icon-within .fa-plug-circle-check::before{content:"\e55c"}.um .fa-street-view::before,.um-icon-within .fa-street-view::before{content:"\f21d"}.um .fa-franc-sign::before,.um-icon-within .fa-franc-sign::before{content:"\e18f"}.um .fa-volume-off::before,.um-icon-within .fa-volume-off::before{content:"\f026"}.um .fa-hands-asl-interpreting::before,.um-icon-within .fa-hands-asl-interpreting::before{content:"\f2a3"}.um .fa-american-sign-language-interpreting::before,.um-icon-within .fa-american-sign-language-interpreting::before{content:"\f2a3"}.um .fa-asl-interpreting::before,.um-icon-within .fa-asl-interpreting::before{content:"\f2a3"}.um .fa-hands-american-sign-language-interpreting::before,.um-icon-within .fa-hands-american-sign-language-interpreting::before{content:"\f2a3"}.um .fa-gear::before,.um-icon-within .fa-gear::before{content:"\f013"}.um .fa-cog::before,.um-icon-within .fa-cog::before{content:"\f013"}.um .fa-droplet-slash::before,.um-icon-within .fa-droplet-slash::before{content:"\f5c7"}.um .fa-tint-slash::before,.um-icon-within .fa-tint-slash::before{content:"\f5c7"}.um .fa-mosque::before,.um-icon-within .fa-mosque::before{content:"\f678"}.um .fa-mosquito::before,.um-icon-within .fa-mosquito::before{content:"\e52b"}.um .fa-star-of-david::before,.um-icon-within .fa-star-of-david::before{content:"\f69a"}.um .fa-person-military-rifle::before,.um-icon-within .fa-person-military-rifle::before{content:"\e54b"}.um .fa-cart-shopping::before,.um-icon-within .fa-cart-shopping::before{content:"\f07a"}.um .fa-shopping-cart::before,.um-icon-within .fa-shopping-cart::before{content:"\f07a"}.um .fa-vials::before,.um-icon-within .fa-vials::before{content:"\f493"}.um .fa-plug-circle-plus::before,.um-icon-within .fa-plug-circle-plus::before{content:"\e55f"}.um .fa-place-of-worship::before,.um-icon-within .fa-place-of-worship::before{content:"\f67f"}.um .fa-grip-vertical::before,.um-icon-within .fa-grip-vertical::before{content:"\f58e"}.um .fa-arrow-turn-up::before,.um-icon-within .fa-arrow-turn-up::before{content:"\f148"}.um .fa-level-up::before,.um-icon-within .fa-level-up::before{content:"\f148"}.um .fa-u::before,.um-icon-within .fa-u::before{content:"U"}.um .fa-square-root-variable::before,.um-icon-within .fa-square-root-variable::before{content:"\f698"}.um .fa-square-root-alt::before,.um-icon-within .fa-square-root-alt::before{content:"\f698"}.um .fa-clock::before,.um-icon-within .fa-clock::before{content:"\f017"}.um .fa-clock-four::before,.um-icon-within .fa-clock-four::before{content:"\f017"}.um .fa-backward-step::before,.um-icon-within .fa-backward-step::before{content:"\f048"}.um .fa-step-backward::before,.um-icon-within .fa-step-backward::before{content:"\f048"}.um .fa-pallet::before,.um-icon-within .fa-pallet::before{content:"\f482"}.um .fa-faucet::before,.um-icon-within .fa-faucet::before{content:"\e005"}.um .fa-baseball-bat-ball::before,.um-icon-within .fa-baseball-bat-ball::before{content:"\f432"}.um .fa-s::before,.um-icon-within .fa-s::before{content:"S"}.um .fa-timeline::before,.um-icon-within .fa-timeline::before{content:"\e29c"}.um .fa-keyboard::before,.um-icon-within .fa-keyboard::before{content:"\f11c"}.um .fa-caret-down::before,.um-icon-within .fa-caret-down::before{content:"\f0d7"}.um .fa-house-chimney-medical::before,.um-icon-within .fa-house-chimney-medical::before{content:"\f7f2"}.um .fa-clinic-medical::before,.um-icon-within .fa-clinic-medical::before{content:"\f7f2"}.um .fa-temperature-three-quarters::before,.um-icon-within .fa-temperature-three-quarters::before{content:"\f2c8"}.um .fa-temperature-3::before,.um-icon-within .fa-temperature-3::before{content:"\f2c8"}.um .fa-thermometer-3::before,.um-icon-within .fa-thermometer-3::before{content:"\f2c8"}.um .fa-thermometer-three-quarters::before,.um-icon-within .fa-thermometer-three-quarters::before{content:"\f2c8"}.um .fa-mobile-screen::before,.um-icon-within .fa-mobile-screen::before{content:"\f3cf"}.um .fa-mobile-android-alt::before,.um-icon-within .fa-mobile-android-alt::before{content:"\f3cf"}.um .fa-plane-up::before,.um-icon-within .fa-plane-up::before{content:"\e22d"}.um .fa-piggy-bank::before,.um-icon-within .fa-piggy-bank::before{content:"\f4d3"}.um .fa-battery-half::before,.um-icon-within .fa-battery-half::before{content:"\f242"}.um .fa-battery-3::before,.um-icon-within .fa-battery-3::before{content:"\f242"}.um .fa-mountain-city::before,.um-icon-within .fa-mountain-city::before{content:"\e52e"}.um .fa-coins::before,.um-icon-within .fa-coins::before{content:"\f51e"}.um .fa-khanda::before,.um-icon-within .fa-khanda::before{content:"\f66d"}.um .fa-sliders::before,.um-icon-within .fa-sliders::before{content:"\f1de"}.um .fa-sliders-h::before,.um-icon-within .fa-sliders-h::before{content:"\f1de"}.um .fa-folder-tree::before,.um-icon-within .fa-folder-tree::before{content:"\f802"}.um .fa-network-wired::before,.um-icon-within .fa-network-wired::before{content:"\f6ff"}.um .fa-map-pin::before,.um-icon-within .fa-map-pin::before{content:"\f276"}.um .fa-hamsa::before,.um-icon-within .fa-hamsa::before{content:"\f665"}.um .fa-cent-sign::before,.um-icon-within .fa-cent-sign::before{content:"\e3f5"}.um .fa-flask::before,.um-icon-within .fa-flask::before{content:"\f0c3"}.um .fa-person-pregnant::before,.um-icon-within .fa-person-pregnant::before{content:"\e31e"}.um .fa-wand-sparkles::before,.um-icon-within .fa-wand-sparkles::before{content:"\f72b"}.um .fa-ellipsis-vertical::before,.um-icon-within .fa-ellipsis-vertical::before{content:"\f142"}.um .fa-ellipsis-v::before,.um-icon-within .fa-ellipsis-v::before{content:"\f142"}.um .fa-ticket::before,.um-icon-within .fa-ticket::before{content:"\f145"}.um .fa-power-off::before,.um-icon-within .fa-power-off::before{content:"\f011"}.um .fa-right-long::before,.um-icon-within .fa-right-long::before{content:"\f30b"}.um .fa-long-arrow-alt-right::before,.um-icon-within .fa-long-arrow-alt-right::before{content:"\f30b"}.um .fa-flag-usa::before,.um-icon-within .fa-flag-usa::before{content:"\f74d"}.um .fa-laptop-file::before,.um-icon-within .fa-laptop-file::before{content:"\e51d"}.um .fa-tty::before,.um-icon-within .fa-tty::before{content:"\f1e4"}.um .fa-teletype::before,.um-icon-within .fa-teletype::before{content:"\f1e4"}.um .fa-diagram-next::before,.um-icon-within .fa-diagram-next::before{content:"\e476"}.um .fa-person-rifle::before,.um-icon-within .fa-person-rifle::before{content:"\e54e"}.um .fa-house-medical-circle-exclamation::before,.um-icon-within .fa-house-medical-circle-exclamation::before{content:"\e512"}.um .fa-closed-captioning::before,.um-icon-within .fa-closed-captioning::before{content:"\f20a"}.um .fa-person-hiking::before,.um-icon-within .fa-person-hiking::before{content:"\f6ec"}.um .fa-hiking::before,.um-icon-within .fa-hiking::before{content:"\f6ec"}.um .fa-venus-double::before,.um-icon-within .fa-venus-double::before{content:"\f226"}.um .fa-images::before,.um-icon-within .fa-images::before{content:"\f302"}.um .fa-calculator::before,.um-icon-within .fa-calculator::before{content:"\f1ec"}.um .fa-people-pulling::before,.um-icon-within .fa-people-pulling::before{content:"\e535"}.um .fa-n::before,.um-icon-within .fa-n::before{content:"N"}.um .fa-cable-car::before,.um-icon-within .fa-cable-car::before{content:"\f7da"}.um .fa-tram::before,.um-icon-within .fa-tram::before{content:"\f7da"}.um .fa-cloud-rain::before,.um-icon-within .fa-cloud-rain::before{content:"\f73d"}.um .fa-building-circle-xmark::before,.um-icon-within .fa-building-circle-xmark::before{content:"\e4d4"}.um .fa-ship::before,.um-icon-within .fa-ship::before{content:"\f21a"}.um .fa-arrows-down-to-line::before,.um-icon-within .fa-arrows-down-to-line::before{content:"\e4b8"}.um .fa-download::before,.um-icon-within .fa-download::before{content:"\f019"}.um .fa-face-grin::before,.um-icon-within .fa-face-grin::before{content:"\f580"}.um .fa-grin::before,.um-icon-within .fa-grin::before{content:"\f580"}.um .fa-delete-left::before,.um-icon-within .fa-delete-left::before{content:"\f55a"}.um .fa-backspace::before,.um-icon-within .fa-backspace::before{content:"\f55a"}.um .fa-eye-dropper::before,.um-icon-within .fa-eye-dropper::before{content:"\f1fb"}.um .fa-eye-dropper-empty::before,.um-icon-within .fa-eye-dropper-empty::before{content:"\f1fb"}.um .fa-eyedropper::before,.um-icon-within .fa-eyedropper::before{content:"\f1fb"}.um .fa-file-circle-check::before,.um-icon-within .fa-file-circle-check::before{content:"\e5a0"}.um .fa-forward::before,.um-icon-within .fa-forward::before{content:"\f04e"}.um .fa-mobile::before,.um-icon-within .fa-mobile::before{content:"\f3ce"}.um .fa-mobile-android::before,.um-icon-within .fa-mobile-android::before{content:"\f3ce"}.um .fa-mobile-phone::before,.um-icon-within .fa-mobile-phone::before{content:"\f3ce"}.um .fa-face-meh::before,.um-icon-within .fa-face-meh::before{content:"\f11a"}.um .fa-meh::before,.um-icon-within .fa-meh::before{content:"\f11a"}.um .fa-align-center::before,.um-icon-within .fa-align-center::before{content:"\f037"}.um .fa-book-skull::before,.um-icon-within .fa-book-skull::before{content:"\f6b7"}.um .fa-book-dead::before,.um-icon-within .fa-book-dead::before{content:"\f6b7"}.um .fa-id-card::before,.um-icon-within .fa-id-card::before{content:"\f2c2"}.um .fa-drivers-license::before,.um-icon-within .fa-drivers-license::before{content:"\f2c2"}.um .fa-outdent::before,.um-icon-within .fa-outdent::before{content:"\f03b"}.um .fa-dedent::before,.um-icon-within .fa-dedent::before{content:"\f03b"}.um .fa-heart-circle-exclamation::before,.um-icon-within .fa-heart-circle-exclamation::before{content:"\e4fe"}.um .fa-house::before,.um-icon-within .fa-house::before{content:"\f015"}.um .fa-home::before,.um-icon-within .fa-home::before{content:"\f015"}.um .fa-home-alt::before,.um-icon-within .fa-home-alt::before{content:"\f015"}.um .fa-home-lg-alt::before,.um-icon-within .fa-home-lg-alt::before{content:"\f015"}.um .fa-calendar-week::before,.um-icon-within .fa-calendar-week::before{content:"\f784"}.um .fa-laptop-medical::before,.um-icon-within .fa-laptop-medical::before{content:"\f812"}.um .fa-b::before,.um-icon-within .fa-b::before{content:"B"}.um .fa-file-medical::before,.um-icon-within .fa-file-medical::before{content:"\f477"}.um .fa-dice-one::before,.um-icon-within .fa-dice-one::before{content:"\f525"}.um .fa-kiwi-bird::before,.um-icon-within .fa-kiwi-bird::before{content:"\f535"}.um .fa-arrow-right-arrow-left::before,.um-icon-within .fa-arrow-right-arrow-left::before{content:"\f0ec"}.um .fa-exchange::before,.um-icon-within .fa-exchange::before{content:"\f0ec"}.um .fa-rotate-right::before,.um-icon-within .fa-rotate-right::before{content:"\f2f9"}.um .fa-redo-alt::before,.um-icon-within .fa-redo-alt::before{content:"\f2f9"}.um .fa-rotate-forward::before,.um-icon-within .fa-rotate-forward::before{content:"\f2f9"}.um .fa-utensils::before,.um-icon-within .fa-utensils::before{content:"\f2e7"}.um .fa-cutlery::before,.um-icon-within .fa-cutlery::before{content:"\f2e7"}.um .fa-arrow-up-wide-short::before,.um-icon-within .fa-arrow-up-wide-short::before{content:"\f161"}.um .fa-sort-amount-up::before,.um-icon-within .fa-sort-amount-up::before{content:"\f161"}.um .fa-mill-sign::before,.um-icon-within .fa-mill-sign::before{content:"\e1ed"}.um .fa-bowl-rice::before,.um-icon-within .fa-bowl-rice::before{content:"\e2eb"}.um .fa-skull::before,.um-icon-within .fa-skull::before{content:"\f54c"}.um .fa-tower-broadcast::before,.um-icon-within .fa-tower-broadcast::before{content:"\f519"}.um .fa-broadcast-tower::before,.um-icon-within .fa-broadcast-tower::before{content:"\f519"}.um .fa-truck-pickup::before,.um-icon-within .fa-truck-pickup::before{content:"\f63c"}.um .fa-up-long::before,.um-icon-within .fa-up-long::before{content:"\f30c"}.um .fa-long-arrow-alt-up::before,.um-icon-within .fa-long-arrow-alt-up::before{content:"\f30c"}.um .fa-stop::before,.um-icon-within .fa-stop::before{content:"\f04d"}.um .fa-code-merge::before,.um-icon-within .fa-code-merge::before{content:"\f387"}.um .fa-upload::before,.um-icon-within .fa-upload::before{content:"\f093"}.um .fa-hurricane::before,.um-icon-within .fa-hurricane::before{content:"\f751"}.um .fa-mound::before,.um-icon-within .fa-mound::before{content:"\e52d"}.um .fa-toilet-portable::before,.um-icon-within .fa-toilet-portable::before{content:"\e583"}.um .fa-compact-disc::before,.um-icon-within .fa-compact-disc::before{content:"\f51f"}.um .fa-file-arrow-down::before,.um-icon-within .fa-file-arrow-down::before{content:"\f56d"}.um .fa-file-download::before,.um-icon-within .fa-file-download::before{content:"\f56d"}.um .fa-caravan::before,.um-icon-within .fa-caravan::before{content:"\f8ff"}.um .fa-shield-cat::before,.um-icon-within .fa-shield-cat::before{content:"\e572"}.um .fa-bolt::before,.um-icon-within .fa-bolt::before{content:"\f0e7"}.um .fa-zap::before,.um-icon-within .fa-zap::before{content:"\f0e7"}.um .fa-glass-water::before,.um-icon-within .fa-glass-water::before{content:"\e4f4"}.um .fa-oil-well::before,.um-icon-within .fa-oil-well::before{content:"\e532"}.um .fa-vault::before,.um-icon-within .fa-vault::before{content:"\e2c5"}.um .fa-mars::before,.um-icon-within .fa-mars::before{content:"\f222"}.um .fa-toilet::before,.um-icon-within .fa-toilet::before{content:"\f7d8"}.um .fa-plane-circle-xmark::before,.um-icon-within .fa-plane-circle-xmark::before{content:"\e557"}.um .fa-yen-sign::before,.um-icon-within .fa-yen-sign::before{content:"\f157"}.um .fa-cny::before,.um-icon-within .fa-cny::before{content:"\f157"}.um .fa-jpy::before,.um-icon-within .fa-jpy::before{content:"\f157"}.um .fa-rmb::before,.um-icon-within .fa-rmb::before{content:"\f157"}.um .fa-yen::before,.um-icon-within .fa-yen::before{content:"\f157"}.um .fa-ruble-sign::before,.um-icon-within .fa-ruble-sign::before{content:"\f158"}.um .fa-rouble::before,.um-icon-within .fa-rouble::before{content:"\f158"}.um .fa-rub::before,.um-icon-within .fa-rub::before{content:"\f158"}.um .fa-ruble::before,.um-icon-within .fa-ruble::before{content:"\f158"}.um .fa-sun::before,.um-icon-within .fa-sun::before{content:"\f185"}.um .fa-guitar::before,.um-icon-within .fa-guitar::before{content:"\f7a6"}.um .fa-face-laugh-wink::before,.um-icon-within .fa-face-laugh-wink::before{content:"\f59c"}.um .fa-laugh-wink::before,.um-icon-within .fa-laugh-wink::before{content:"\f59c"}.um .fa-horse-head::before,.um-icon-within .fa-horse-head::before{content:"\f7ab"}.um .fa-bore-hole::before,.um-icon-within .fa-bore-hole::before{content:"\e4c3"}.um .fa-industry::before,.um-icon-within .fa-industry::before{content:"\f275"}.um .fa-circle-down::before,.um-icon-within .fa-circle-down::before{content:"\f358"}.um .fa-arrow-alt-circle-down::before,.um-icon-within .fa-arrow-alt-circle-down::before{content:"\f358"}.um .fa-arrows-turn-to-dots::before,.um-icon-within .fa-arrows-turn-to-dots::before{content:"\e4c1"}.um .fa-florin-sign::before,.um-icon-within .fa-florin-sign::before{content:"\e184"}.um .fa-arrow-down-short-wide::before,.um-icon-within .fa-arrow-down-short-wide::before{content:"\f884"}.um .fa-sort-amount-desc::before,.um-icon-within .fa-sort-amount-desc::before{content:"\f884"}.um .fa-sort-amount-down-alt::before,.um-icon-within .fa-sort-amount-down-alt::before{content:"\f884"}.um .fa-less-than::before,.um-icon-within .fa-less-than::before{content:"\<"}.um .fa-angle-down::before,.um-icon-within .fa-angle-down::before{content:"\f107"}.um .fa-car-tunnel::before,.um-icon-within .fa-car-tunnel::before{content:"\e4de"}.um .fa-head-side-cough::before,.um-icon-within .fa-head-side-cough::before{content:"\e061"}.um .fa-grip-lines::before,.um-icon-within .fa-grip-lines::before{content:"\f7a4"}.um .fa-thumbs-down::before,.um-icon-within .fa-thumbs-down::before{content:"\f165"}.um .fa-user-lock::before,.um-icon-within .fa-user-lock::before{content:"\f502"}.um .fa-arrow-right-long::before,.um-icon-within .fa-arrow-right-long::before{content:"\f178"}.um .fa-long-arrow-right::before,.um-icon-within .fa-long-arrow-right::before{content:"\f178"}.um .fa-anchor-circle-xmark::before,.um-icon-within .fa-anchor-circle-xmark::before{content:"\e4ac"}.um .fa-ellipsis::before,.um-icon-within .fa-ellipsis::before{content:"\f141"}.um .fa-ellipsis-h::before,.um-icon-within .fa-ellipsis-h::before{content:"\f141"}.um .fa-chess-pawn::before,.um-icon-within .fa-chess-pawn::before{content:"\f443"}.um .fa-kit-medical::before,.um-icon-within .fa-kit-medical::before{content:"\f479"}.um .fa-first-aid::before,.um-icon-within .fa-first-aid::before{content:"\f479"}.um .fa-person-through-window::before,.um-icon-within .fa-person-through-window::before{content:"\e5a9"}.um .fa-toolbox::before,.um-icon-within .fa-toolbox::before{content:"\f552"}.um .fa-hands-holding-circle::before,.um-icon-within .fa-hands-holding-circle::before{content:"\e4fb"}.um .fa-bug::before,.um-icon-within .fa-bug::before{content:"\f188"}.um .fa-credit-card::before,.um-icon-within .fa-credit-card::before{content:"\f09d"}.um .fa-credit-card-alt::before,.um-icon-within .fa-credit-card-alt::before{content:"\f09d"}.um .fa-car::before,.um-icon-within .fa-car::before{content:"\f1b9"}.um .fa-automobile::before,.um-icon-within .fa-automobile::before{content:"\f1b9"}.um .fa-hand-holding-hand::before,.um-icon-within .fa-hand-holding-hand::before{content:"\e4f7"}.um .fa-book-open-reader::before,.um-icon-within .fa-book-open-reader::before{content:"\f5da"}.um .fa-book-reader::before,.um-icon-within .fa-book-reader::before{content:"\f5da"}.um .fa-mountain-sun::before,.um-icon-within .fa-mountain-sun::before{content:"\e52f"}.um .fa-arrows-left-right-to-line::before,.um-icon-within .fa-arrows-left-right-to-line::before{content:"\e4ba"}.um .fa-dice-d20::before,.um-icon-within .fa-dice-d20::before{content:"\f6cf"}.um .fa-truck-droplet::before,.um-icon-within .fa-truck-droplet::before{content:"\e58c"}.um .fa-file-circle-xmark::before,.um-icon-within .fa-file-circle-xmark::before{content:"\e5a1"}.um .fa-temperature-arrow-up::before,.um-icon-within .fa-temperature-arrow-up::before{content:"\e040"}.um .fa-temperature-up::before,.um-icon-within .fa-temperature-up::before{content:"\e040"}.um .fa-medal::before,.um-icon-within .fa-medal::before{content:"\f5a2"}.um .fa-bed::before,.um-icon-within .fa-bed::before{content:"\f236"}.um .fa-square-h::before,.um-icon-within .fa-square-h::before{content:"\f0fd"}.um .fa-h-square::before,.um-icon-within .fa-h-square::before{content:"\f0fd"}.um .fa-podcast::before,.um-icon-within .fa-podcast::before{content:"\f2ce"}.um .fa-temperature-full::before,.um-icon-within .fa-temperature-full::before{content:"\f2c7"}.um .fa-temperature-4::before,.um-icon-within .fa-temperature-4::before{content:"\f2c7"}.um .fa-thermometer-4::before,.um-icon-within .fa-thermometer-4::before{content:"\f2c7"}.um .fa-thermometer-full::before,.um-icon-within .fa-thermometer-full::before{content:"\f2c7"}.um .fa-bell::before,.um-icon-within .fa-bell::before{content:"\f0f3"}.um .fa-superscript::before,.um-icon-within .fa-superscript::before{content:"\f12b"}.um .fa-plug-circle-xmark::before,.um-icon-within .fa-plug-circle-xmark::before{content:"\e560"}.um .fa-star-of-life::before,.um-icon-within .fa-star-of-life::before{content:"\f621"}.um .fa-phone-slash::before,.um-icon-within .fa-phone-slash::before{content:"\f3dd"}.um .fa-paint-roller::before,.um-icon-within .fa-paint-roller::before{content:"\f5aa"}.um .fa-handshake-angle::before,.um-icon-within .fa-handshake-angle::before{content:"\f4c4"}.um .fa-hands-helping::before,.um-icon-within .fa-hands-helping::before{content:"\f4c4"}.um .fa-location-dot::before,.um-icon-within .fa-location-dot::before{content:"\f3c5"}.um .fa-map-marker-alt::before,.um-icon-within .fa-map-marker-alt::before{content:"\f3c5"}.um .fa-file::before,.um-icon-within .fa-file::before{content:"\f15b"}.um .fa-greater-than::before,.um-icon-within .fa-greater-than::before{content:"\>"}.um .fa-person-swimming::before,.um-icon-within .fa-person-swimming::before{content:"\f5c4"}.um .fa-swimmer::before,.um-icon-within .fa-swimmer::before{content:"\f5c4"}.um .fa-arrow-down::before,.um-icon-within .fa-arrow-down::before{content:"\f063"}.um .fa-droplet::before,.um-icon-within .fa-droplet::before{content:"\f043"}.um .fa-tint::before,.um-icon-within .fa-tint::before{content:"\f043"}.um .fa-eraser::before,.um-icon-within .fa-eraser::before{content:"\f12d"}.um .fa-earth-americas::before,.um-icon-within .fa-earth-americas::before{content:"\f57d"}.um .fa-earth::before,.um-icon-within .fa-earth::before{content:"\f57d"}.um .fa-earth-america::before,.um-icon-within .fa-earth-america::before{content:"\f57d"}.um .fa-globe-americas::before,.um-icon-within .fa-globe-americas::before{content:"\f57d"}.um .fa-person-burst::before,.um-icon-within .fa-person-burst::before{content:"\e53b"}.um .fa-dove::before,.um-icon-within .fa-dove::before{content:"\f4ba"}.um .fa-battery-empty::before,.um-icon-within .fa-battery-empty::before{content:"\f244"}.um .fa-battery-0::before,.um-icon-within .fa-battery-0::before{content:"\f244"}.um .fa-socks::before,.um-icon-within .fa-socks::before{content:"\f696"}.um .fa-inbox::before,.um-icon-within .fa-inbox::before{content:"\f01c"}.um .fa-section::before,.um-icon-within .fa-section::before{content:"\e447"}.um .fa-gauge-high::before,.um-icon-within .fa-gauge-high::before{content:"\f625"}.um .fa-tachometer-alt::before,.um-icon-within .fa-tachometer-alt::before{content:"\f625"}.um .fa-tachometer-alt-fast::before,.um-icon-within .fa-tachometer-alt-fast::before{content:"\f625"}.um .fa-envelope-open-text::before,.um-icon-within .fa-envelope-open-text::before{content:"\f658"}.um .fa-hospital::before,.um-icon-within .fa-hospital::before{content:"\f0f8"}.um .fa-hospital-alt::before,.um-icon-within .fa-hospital-alt::before{content:"\f0f8"}.um .fa-hospital-wide::before,.um-icon-within .fa-hospital-wide::before{content:"\f0f8"}.um .fa-wine-bottle::before,.um-icon-within .fa-wine-bottle::before{content:"\f72f"}.um .fa-chess-rook::before,.um-icon-within .fa-chess-rook::before{content:"\f447"}.um .fa-bars-staggered::before,.um-icon-within .fa-bars-staggered::before{content:"\f550"}.um .fa-reorder::before,.um-icon-within .fa-reorder::before{content:"\f550"}.um .fa-stream::before,.um-icon-within .fa-stream::before{content:"\f550"}.um .fa-dharmachakra::before,.um-icon-within .fa-dharmachakra::before{content:"\f655"}.um .fa-hotdog::before,.um-icon-within .fa-hotdog::before{content:"\f80f"}.um .fa-person-walking-with-cane::before,.um-icon-within .fa-person-walking-with-cane::before{content:"\f29d"}.um .fa-blind::before,.um-icon-within .fa-blind::before{content:"\f29d"}.um .fa-drum::before,.um-icon-within .fa-drum::before{content:"\f569"}.um .fa-ice-cream::before,.um-icon-within .fa-ice-cream::before{content:"\f810"}.um .fa-heart-circle-bolt::before,.um-icon-within .fa-heart-circle-bolt::before{content:"\e4fc"}.um .fa-fax::before,.um-icon-within .fa-fax::before{content:"\f1ac"}.um .fa-paragraph::before,.um-icon-within .fa-paragraph::before{content:"\f1dd"}.um .fa-check-to-slot::before,.um-icon-within .fa-check-to-slot::before{content:"\f772"}.um .fa-vote-yea::before,.um-icon-within .fa-vote-yea::before{content:"\f772"}.um .fa-star-half::before,.um-icon-within .fa-star-half::before{content:"\f089"}.um .fa-boxes-stacked::before,.um-icon-within .fa-boxes-stacked::before{content:"\f468"}.um .fa-boxes::before,.um-icon-within .fa-boxes::before{content:"\f468"}.um .fa-boxes-alt::before,.um-icon-within .fa-boxes-alt::before{content:"\f468"}.um .fa-link::before,.um-icon-within .fa-link::before{content:"\f0c1"}.um .fa-chain::before,.um-icon-within .fa-chain::before{content:"\f0c1"}.um .fa-ear-listen::before,.um-icon-within .fa-ear-listen::before{content:"\f2a2"}.um .fa-assistive-listening-systems::before,.um-icon-within .fa-assistive-listening-systems::before{content:"\f2a2"}.um .fa-tree-city::before,.um-icon-within .fa-tree-city::before{content:"\e587"}.um .fa-play::before,.um-icon-within .fa-play::before{content:"\f04b"}.um .fa-font::before,.um-icon-within .fa-font::before{content:"\f031"}.um .fa-table-cells-row-lock::before,.um-icon-within .fa-table-cells-row-lock::before{content:"\e67a"}.um .fa-rupiah-sign::before,.um-icon-within .fa-rupiah-sign::before{content:"\e23d"}.um .fa-magnifying-glass::before,.um-icon-within .fa-magnifying-glass::before{content:"\f002"}.um .fa-search::before,.um-icon-within .fa-search::before{content:"\f002"}.um .fa-table-tennis-paddle-ball::before,.um-icon-within .fa-table-tennis-paddle-ball::before{content:"\f45d"}.um .fa-ping-pong-paddle-ball::before,.um-icon-within .fa-ping-pong-paddle-ball::before{content:"\f45d"}.um .fa-table-tennis::before,.um-icon-within .fa-table-tennis::before{content:"\f45d"}.um .fa-person-dots-from-line::before,.um-icon-within .fa-person-dots-from-line::before{content:"\f470"}.um .fa-diagnoses::before,.um-icon-within .fa-diagnoses::before{content:"\f470"}.um .fa-trash-can-arrow-up::before,.um-icon-within .fa-trash-can-arrow-up::before{content:"\f82a"}.um .fa-trash-restore-alt::before,.um-icon-within .fa-trash-restore-alt::before{content:"\f82a"}.um .fa-naira-sign::before,.um-icon-within .fa-naira-sign::before{content:"\e1f6"}.um .fa-cart-arrow-down::before,.um-icon-within .fa-cart-arrow-down::before{content:"\f218"}.um .fa-walkie-talkie::before,.um-icon-within .fa-walkie-talkie::before{content:"\f8ef"}.um .fa-file-pen::before,.um-icon-within .fa-file-pen::before{content:"\f31c"}.um .fa-file-edit::before,.um-icon-within .fa-file-edit::before{content:"\f31c"}.um .fa-receipt::before,.um-icon-within .fa-receipt::before{content:"\f543"}.um .fa-square-pen::before,.um-icon-within .fa-square-pen::before{content:"\f14b"}.um .fa-pen-square::before,.um-icon-within .fa-pen-square::before{content:"\f14b"}.um .fa-pencil-square::before,.um-icon-within .fa-pencil-square::before{content:"\f14b"}.um .fa-suitcase-rolling::before,.um-icon-within .fa-suitcase-rolling::before{content:"\f5c1"}.um .fa-person-circle-exclamation::before,.um-icon-within .fa-person-circle-exclamation::before{content:"\e53f"}.um .fa-chevron-down::before,.um-icon-within .fa-chevron-down::before{content:"\f078"}.um .fa-battery-full::before,.um-icon-within .fa-battery-full::before{content:"\f240"}.um .fa-battery::before,.um-icon-within .fa-battery::before{content:"\f240"}.um .fa-battery-5::before,.um-icon-within .fa-battery-5::before{content:"\f240"}.um .fa-skull-crossbones::before,.um-icon-within .fa-skull-crossbones::before{content:"\f714"}.um .fa-code-compare::before,.um-icon-within .fa-code-compare::before{content:"\e13a"}.um .fa-list-ul::before,.um-icon-within .fa-list-ul::before{content:"\f0ca"}.um .fa-list-dots::before,.um-icon-within .fa-list-dots::before{content:"\f0ca"}.um .fa-school-lock::before,.um-icon-within .fa-school-lock::before{content:"\e56f"}.um .fa-tower-cell::before,.um-icon-within .fa-tower-cell::before{content:"\e585"}.um .fa-down-long::before,.um-icon-within .fa-down-long::before{content:"\f309"}.um .fa-long-arrow-alt-down::before,.um-icon-within .fa-long-arrow-alt-down::before{content:"\f309"}.um .fa-ranking-star::before,.um-icon-within .fa-ranking-star::before{content:"\e561"}.um .fa-chess-king::before,.um-icon-within .fa-chess-king::before{content:"\f43f"}.um .fa-person-harassing::before,.um-icon-within .fa-person-harassing::before{content:"\e549"}.um .fa-brazilian-real-sign::before,.um-icon-within .fa-brazilian-real-sign::before{content:"\e46c"}.um .fa-landmark-dome::before,.um-icon-within .fa-landmark-dome::before{content:"\f752"}.um .fa-landmark-alt::before,.um-icon-within .fa-landmark-alt::before{content:"\f752"}.um .fa-arrow-up::before,.um-icon-within .fa-arrow-up::before{content:"\f062"}.um .fa-tv::before,.um-icon-within .fa-tv::before{content:"\f26c"}.um .fa-television::before,.um-icon-within .fa-television::before{content:"\f26c"}.um .fa-tv-alt::before,.um-icon-within .fa-tv-alt::before{content:"\f26c"}.um .fa-shrimp::before,.um-icon-within .fa-shrimp::before{content:"\e448"}.um .fa-list-check::before,.um-icon-within .fa-list-check::before{content:"\f0ae"}.um .fa-tasks::before,.um-icon-within .fa-tasks::before{content:"\f0ae"}.um .fa-jug-detergent::before,.um-icon-within .fa-jug-detergent::before{content:"\e519"}.um .fa-circle-user::before,.um-icon-within .fa-circle-user::before{content:"\f2bd"}.um .fa-user-circle::before,.um-icon-within .fa-user-circle::before{content:"\f2bd"}.um .fa-user-shield::before,.um-icon-within .fa-user-shield::before{content:"\f505"}.um .fa-wind::before,.um-icon-within .fa-wind::before{content:"\f72e"}.um .fa-car-burst::before,.um-icon-within .fa-car-burst::before{content:"\f5e1"}.um .fa-car-crash::before,.um-icon-within .fa-car-crash::before{content:"\f5e1"}.um .fa-y::before,.um-icon-within .fa-y::before{content:"Y"}.um .fa-person-snowboarding::before,.um-icon-within .fa-person-snowboarding::before{content:"\f7ce"}.um .fa-snowboarding::before,.um-icon-within .fa-snowboarding::before{content:"\f7ce"}.um .fa-truck-fast::before,.um-icon-within .fa-truck-fast::before{content:"\f48b"}.um .fa-shipping-fast::before,.um-icon-within .fa-shipping-fast::before{content:"\f48b"}.um .fa-fish::before,.um-icon-within .fa-fish::before{content:"\f578"}.um .fa-user-graduate::before,.um-icon-within .fa-user-graduate::before{content:"\f501"}.um .fa-circle-half-stroke::before,.um-icon-within .fa-circle-half-stroke::before{content:"\f042"}.um .fa-adjust::before,.um-icon-within .fa-adjust::before{content:"\f042"}.um .fa-clapperboard::before,.um-icon-within .fa-clapperboard::before{content:"\e131"}.um .fa-circle-radiation::before,.um-icon-within .fa-circle-radiation::before{content:"\f7ba"}.um .fa-radiation-alt::before,.um-icon-within .fa-radiation-alt::before{content:"\f7ba"}.um .fa-baseball::before,.um-icon-within .fa-baseball::before{content:"\f433"}.um .fa-baseball-ball::before,.um-icon-within .fa-baseball-ball::before{content:"\f433"}.um .fa-jet-fighter-up::before,.um-icon-within .fa-jet-fighter-up::before{content:"\e518"}.um .fa-diagram-project::before,.um-icon-within .fa-diagram-project::before{content:"\f542"}.um .fa-project-diagram::before,.um-icon-within .fa-project-diagram::before{content:"\f542"}.um .fa-copy::before,.um-icon-within .fa-copy::before{content:"\f0c5"}.um .fa-volume-xmark::before,.um-icon-within .fa-volume-xmark::before{content:"\f6a9"}.um .fa-volume-mute::before,.um-icon-within .fa-volume-mute::before{content:"\f6a9"}.um .fa-volume-times::before,.um-icon-within .fa-volume-times::before{content:"\f6a9"}.um .fa-hand-sparkles::before,.um-icon-within .fa-hand-sparkles::before{content:"\e05d"}.um .fa-grip::before,.um-icon-within .fa-grip::before{content:"\f58d"}.um .fa-grip-horizontal::before,.um-icon-within .fa-grip-horizontal::before{content:"\f58d"}.um .fa-share-from-square::before,.um-icon-within .fa-share-from-square::before{content:"\f14d"}.um .fa-share-square::before,.um-icon-within .fa-share-square::before{content:"\f14d"}.um .fa-child-combatant::before,.um-icon-within .fa-child-combatant::before{content:"\e4e0"}.um .fa-child-rifle::before,.um-icon-within .fa-child-rifle::before{content:"\e4e0"}.um .fa-gun::before,.um-icon-within .fa-gun::before{content:"\e19b"}.um .fa-square-phone::before,.um-icon-within .fa-square-phone::before{content:"\f098"}.um .fa-phone-square::before,.um-icon-within .fa-phone-square::before{content:"\f098"}.um .fa-plus::before,.um-icon-within .fa-plus::before{content:"\+"}.um .fa-add::before,.um-icon-within .fa-add::before{content:"\+"}.um .fa-expand::before,.um-icon-within .fa-expand::before{content:"\f065"}.um .fa-computer::before,.um-icon-within .fa-computer::before{content:"\e4e5"}.um .fa-xmark::before,.um-icon-within .fa-xmark::before{content:"\f00d"}.um .fa-close::before,.um-icon-within .fa-close::before{content:"\f00d"}.um .fa-multiply::before,.um-icon-within .fa-multiply::before{content:"\f00d"}.um .fa-remove::before,.um-icon-within .fa-remove::before{content:"\f00d"}.um .fa-times::before,.um-icon-within .fa-times::before{content:"\f00d"}.um .fa-arrows-up-down-left-right::before,.um-icon-within .fa-arrows-up-down-left-right::before{content:"\f047"}.um .fa-arrows::before,.um-icon-within .fa-arrows::before{content:"\f047"}.um .fa-chalkboard-user::before,.um-icon-within .fa-chalkboard-user::before{content:"\f51c"}.um .fa-chalkboard-teacher::before,.um-icon-within .fa-chalkboard-teacher::before{content:"\f51c"}.um .fa-peso-sign::before,.um-icon-within .fa-peso-sign::before{content:"\e222"}.um .fa-building-shield::before,.um-icon-within .fa-building-shield::before{content:"\e4d8"}.um .fa-baby::before,.um-icon-within .fa-baby::before{content:"\f77c"}.um .fa-users-line::before,.um-icon-within .fa-users-line::before{content:"\e592"}.um .fa-quote-left::before,.um-icon-within .fa-quote-left::before{content:"\f10d"}.um .fa-quote-left-alt::before,.um-icon-within .fa-quote-left-alt::before{content:"\f10d"}.um .fa-tractor::before,.um-icon-within .fa-tractor::before{content:"\f722"}.um .fa-trash-arrow-up::before,.um-icon-within .fa-trash-arrow-up::before{content:"\f829"}.um .fa-trash-restore::before,.um-icon-within .fa-trash-restore::before{content:"\f829"}.um .fa-arrow-down-up-lock::before,.um-icon-within .fa-arrow-down-up-lock::before{content:"\e4b0"}.um .fa-lines-leaning::before,.um-icon-within .fa-lines-leaning::before{content:"\e51e"}.um .fa-ruler-combined::before,.um-icon-within .fa-ruler-combined::before{content:"\f546"}.um .fa-copyright::before,.um-icon-within .fa-copyright::before{content:"\f1f9"}.um .fa-equals::before,.um-icon-within .fa-equals::before{content:"\="}.um .fa-blender::before,.um-icon-within .fa-blender::before{content:"\f517"}.um .fa-teeth::before,.um-icon-within .fa-teeth::before{content:"\f62e"}.um .fa-shekel-sign::before,.um-icon-within .fa-shekel-sign::before{content:"\f20b"}.um .fa-ils::before,.um-icon-within .fa-ils::before{content:"\f20b"}.um .fa-shekel::before,.um-icon-within .fa-shekel::before{content:"\f20b"}.um .fa-sheqel::before,.um-icon-within .fa-sheqel::before{content:"\f20b"}.um .fa-sheqel-sign::before,.um-icon-within .fa-sheqel-sign::before{content:"\f20b"}.um .fa-map::before,.um-icon-within .fa-map::before{content:"\f279"}.um .fa-rocket::before,.um-icon-within .fa-rocket::before{content:"\f135"}.um .fa-photo-film::before,.um-icon-within .fa-photo-film::before{content:"\f87c"}.um .fa-photo-video::before,.um-icon-within .fa-photo-video::before{content:"\f87c"}.um .fa-folder-minus::before,.um-icon-within .fa-folder-minus::before{content:"\f65d"}.um .fa-store::before,.um-icon-within .fa-store::before{content:"\f54e"}.um .fa-arrow-trend-up::before,.um-icon-within .fa-arrow-trend-up::before{content:"\e098"}.um .fa-plug-circle-minus::before,.um-icon-within .fa-plug-circle-minus::before{content:"\e55e"}.um .fa-sign-hanging::before,.um-icon-within .fa-sign-hanging::before{content:"\f4d9"}.um .fa-sign::before,.um-icon-within .fa-sign::before{content:"\f4d9"}.um .fa-bezier-curve::before,.um-icon-within .fa-bezier-curve::before{content:"\f55b"}.um .fa-bell-slash::before,.um-icon-within .fa-bell-slash::before{content:"\f1f6"}.um .fa-tablet::before,.um-icon-within .fa-tablet::before{content:"\f3fb"}.um .fa-tablet-android::before,.um-icon-within .fa-tablet-android::before{content:"\f3fb"}.um .fa-school-flag::before,.um-icon-within .fa-school-flag::before{content:"\e56e"}.um .fa-fill::before,.um-icon-within .fa-fill::before{content:"\f575"}.um .fa-angle-up::before,.um-icon-within .fa-angle-up::before{content:"\f106"}.um .fa-drumstick-bite::before,.um-icon-within .fa-drumstick-bite::before{content:"\f6d7"}.um .fa-holly-berry::before,.um-icon-within .fa-holly-berry::before{content:"\f7aa"}.um .fa-chevron-left::before,.um-icon-within .fa-chevron-left::before{content:"\f053"}.um .fa-bacteria::before,.um-icon-within .fa-bacteria::before{content:"\e059"}.um .fa-hand-lizard::before,.um-icon-within .fa-hand-lizard::before{content:"\f258"}.um .fa-notdef::before,.um-icon-within .fa-notdef::before{content:"\e1fe"}.um .fa-disease::before,.um-icon-within .fa-disease::before{content:"\f7fa"}.um .fa-briefcase-medical::before,.um-icon-within .fa-briefcase-medical::before{content:"\f469"}.um .fa-genderless::before,.um-icon-within .fa-genderless::before{content:"\f22d"}.um .fa-chevron-right::before,.um-icon-within .fa-chevron-right::before{content:"\f054"}.um .fa-retweet::before,.um-icon-within .fa-retweet::before{content:"\f079"}.um .fa-car-rear::before,.um-icon-within .fa-car-rear::before{content:"\f5de"}.um .fa-car-alt::before,.um-icon-within .fa-car-alt::before{content:"\f5de"}.um .fa-pump-soap::before,.um-icon-within .fa-pump-soap::before{content:"\e06b"}.um .fa-video-slash::before,.um-icon-within .fa-video-slash::before{content:"\f4e2"}.um .fa-battery-quarter::before,.um-icon-within .fa-battery-quarter::before{content:"\f243"}.um .fa-battery-2::before,.um-icon-within .fa-battery-2::before{content:"\f243"}.um .fa-radio::before,.um-icon-within .fa-radio::before{content:"\f8d7"}.um .fa-baby-carriage::before,.um-icon-within .fa-baby-carriage::before{content:"\f77d"}.um .fa-carriage-baby::before,.um-icon-within .fa-carriage-baby::before{content:"\f77d"}.um .fa-traffic-light::before,.um-icon-within .fa-traffic-light::before{content:"\f637"}.um .fa-thermometer::before,.um-icon-within .fa-thermometer::before{content:"\f491"}.um .fa-vr-cardboard::before,.um-icon-within .fa-vr-cardboard::before{content:"\f729"}.um .fa-hand-middle-finger::before,.um-icon-within .fa-hand-middle-finger::before{content:"\f806"}.um .fa-percent::before,.um-icon-within .fa-percent::before{content:"\%"}.um .fa-percentage::before,.um-icon-within .fa-percentage::before{content:"\%"}.um .fa-truck-moving::before,.um-icon-within .fa-truck-moving::before{content:"\f4df"}.um .fa-glass-water-droplet::before,.um-icon-within .fa-glass-water-droplet::before{content:"\e4f5"}.um .fa-display::before,.um-icon-within .fa-display::before{content:"\e163"}.um .fa-face-smile::before,.um-icon-within .fa-face-smile::before{content:"\f118"}.um .fa-smile::before,.um-icon-within .fa-smile::before{content:"\f118"}.um .fa-thumbtack::before,.um-icon-within .fa-thumbtack::before{content:"\f08d"}.um .fa-thumb-tack::before,.um-icon-within .fa-thumb-tack::before{content:"\f08d"}.um .fa-trophy::before,.um-icon-within .fa-trophy::before{content:"\f091"}.um .fa-person-praying::before,.um-icon-within .fa-person-praying::before{content:"\f683"}.um .fa-pray::before,.um-icon-within .fa-pray::before{content:"\f683"}.um .fa-hammer::before,.um-icon-within .fa-hammer::before{content:"\f6e3"}.um .fa-hand-peace::before,.um-icon-within .fa-hand-peace::before{content:"\f25b"}.um .fa-rotate::before,.um-icon-within .fa-rotate::before{content:"\f2f1"}.um .fa-sync-alt::before,.um-icon-within .fa-sync-alt::before{content:"\f2f1"}.um .fa-spinner::before,.um-icon-within .fa-spinner::before{content:"\f110"}.um .fa-robot::before,.um-icon-within .fa-robot::before{content:"\f544"}.um .fa-peace::before,.um-icon-within .fa-peace::before{content:"\f67c"}.um .fa-gears::before,.um-icon-within .fa-gears::before{content:"\f085"}.um .fa-cogs::before,.um-icon-within .fa-cogs::before{content:"\f085"}.um .fa-warehouse::before,.um-icon-within .fa-warehouse::before{content:"\f494"}.um .fa-arrow-up-right-dots::before,.um-icon-within .fa-arrow-up-right-dots::before{content:"\e4b7"}.um .fa-splotch::before,.um-icon-within .fa-splotch::before{content:"\f5bc"}.um .fa-face-grin-hearts::before,.um-icon-within .fa-face-grin-hearts::before{content:"\f584"}.um .fa-grin-hearts::before,.um-icon-within .fa-grin-hearts::before{content:"\f584"}.um .fa-dice-four::before,.um-icon-within .fa-dice-four::before{content:"\f524"}.um .fa-sim-card::before,.um-icon-within .fa-sim-card::before{content:"\f7c4"}.um .fa-transgender::before,.um-icon-within .fa-transgender::before{content:"\f225"}.um .fa-transgender-alt::before,.um-icon-within .fa-transgender-alt::before{content:"\f225"}.um .fa-mercury::before,.um-icon-within .fa-mercury::before{content:"\f223"}.um .fa-arrow-turn-down::before,.um-icon-within .fa-arrow-turn-down::before{content:"\f149"}.um .fa-level-down::before,.um-icon-within .fa-level-down::before{content:"\f149"}.um .fa-person-falling-burst::before,.um-icon-within .fa-person-falling-burst::before{content:"\e547"}.um .fa-award::before,.um-icon-within .fa-award::before{content:"\f559"}.um .fa-ticket-simple::before,.um-icon-within .fa-ticket-simple::before{content:"\f3ff"}.um .fa-ticket-alt::before,.um-icon-within .fa-ticket-alt::before{content:"\f3ff"}.um .fa-building::before,.um-icon-within .fa-building::before{content:"\f1ad"}.um .fa-angles-left::before,.um-icon-within .fa-angles-left::before{content:"\f100"}.um .fa-angle-double-left::before,.um-icon-within .fa-angle-double-left::before{content:"\f100"}.um .fa-qrcode::before,.um-icon-within .fa-qrcode::before{content:"\f029"}.um .fa-clock-rotate-left::before,.um-icon-within .fa-clock-rotate-left::before{content:"\f1da"}.um .fa-history::before,.um-icon-within .fa-history::before{content:"\f1da"}.um .fa-face-grin-beam-sweat::before,.um-icon-within .fa-face-grin-beam-sweat::before{content:"\f583"}.um .fa-grin-beam-sweat::before,.um-icon-within .fa-grin-beam-sweat::before{content:"\f583"}.um .fa-file-export::before,.um-icon-within .fa-file-export::before{content:"\f56e"}.um .fa-arrow-right-from-file::before,.um-icon-within .fa-arrow-right-from-file::before{content:"\f56e"}.um .fa-shield::before,.um-icon-within .fa-shield::before{content:"\f132"}.um .fa-shield-blank::before,.um-icon-within .fa-shield-blank::before{content:"\f132"}.um .fa-arrow-up-short-wide::before,.um-icon-within .fa-arrow-up-short-wide::before{content:"\f885"}.um .fa-sort-amount-up-alt::before,.um-icon-within .fa-sort-amount-up-alt::before{content:"\f885"}.um .fa-house-medical::before,.um-icon-within .fa-house-medical::before{content:"\e3b2"}.um .fa-golf-ball-tee::before,.um-icon-within .fa-golf-ball-tee::before{content:"\f450"}.um .fa-golf-ball::before,.um-icon-within .fa-golf-ball::before{content:"\f450"}.um .fa-circle-chevron-left::before,.um-icon-within .fa-circle-chevron-left::before{content:"\f137"}.um .fa-chevron-circle-left::before,.um-icon-within .fa-chevron-circle-left::before{content:"\f137"}.um .fa-house-chimney-window::before,.um-icon-within .fa-house-chimney-window::before{content:"\e00d"}.um .fa-pen-nib::before,.um-icon-within .fa-pen-nib::before{content:"\f5ad"}.um .fa-tent-arrow-turn-left::before,.um-icon-within .fa-tent-arrow-turn-left::before{content:"\e580"}.um .fa-tents::before,.um-icon-within .fa-tents::before{content:"\e582"}.um .fa-wand-magic::before,.um-icon-within .fa-wand-magic::before{content:"\f0d0"}.um .fa-magic::before,.um-icon-within .fa-magic::before{content:"\f0d0"}.um .fa-dog::before,.um-icon-within .fa-dog::before{content:"\f6d3"}.um .fa-carrot::before,.um-icon-within .fa-carrot::before{content:"\f787"}.um .fa-moon::before,.um-icon-within .fa-moon::before{content:"\f186"}.um .fa-wine-glass-empty::before,.um-icon-within .fa-wine-glass-empty::before{content:"\f5ce"}.um .fa-wine-glass-alt::before,.um-icon-within .fa-wine-glass-alt::before{content:"\f5ce"}.um .fa-cheese::before,.um-icon-within .fa-cheese::before{content:"\f7ef"}.um .fa-yin-yang::before,.um-icon-within .fa-yin-yang::before{content:"\f6ad"}.um .fa-music::before,.um-icon-within .fa-music::before{content:"\f001"}.um .fa-code-commit::before,.um-icon-within .fa-code-commit::before{content:"\f386"}.um .fa-temperature-low::before,.um-icon-within .fa-temperature-low::before{content:"\f76b"}.um .fa-person-biking::before,.um-icon-within .fa-person-biking::before{content:"\f84a"}.um .fa-biking::before,.um-icon-within .fa-biking::before{content:"\f84a"}.um .fa-broom::before,.um-icon-within .fa-broom::before{content:"\f51a"}.um .fa-shield-heart::before,.um-icon-within .fa-shield-heart::before{content:"\e574"}.um .fa-gopuram::before,.um-icon-within .fa-gopuram::before{content:"\f664"}.um .fa-earth-oceania::before,.um-icon-within .fa-earth-oceania::before{content:"\e47b"}.um .fa-globe-oceania::before,.um-icon-within .fa-globe-oceania::before{content:"\e47b"}.um .fa-square-xmark::before,.um-icon-within .fa-square-xmark::before{content:"\f2d3"}.um .fa-times-square::before,.um-icon-within .fa-times-square::before{content:"\f2d3"}.um .fa-xmark-square::before,.um-icon-within .fa-xmark-square::before{content:"\f2d3"}.um .fa-hashtag::before,.um-icon-within .fa-hashtag::before{content:"\#"}.um .fa-up-right-and-down-left-from-center::before,.um-icon-within .fa-up-right-and-down-left-from-center::before{content:"\f424"}.um .fa-expand-alt::before,.um-icon-within .fa-expand-alt::before{content:"\f424"}.um .fa-oil-can::before,.um-icon-within .fa-oil-can::before{content:"\f613"}.um .fa-t::before,.um-icon-within .fa-t::before{content:"T"}.um .fa-hippo::before,.um-icon-within .fa-hippo::before{content:"\f6ed"}.um .fa-chart-column::before,.um-icon-within .fa-chart-column::before{content:"\e0e3"}.um .fa-infinity::before,.um-icon-within .fa-infinity::before{content:"\f534"}.um .fa-vial-circle-check::before,.um-icon-within .fa-vial-circle-check::before{content:"\e596"}.um .fa-person-arrow-down-to-line::before,.um-icon-within .fa-person-arrow-down-to-line::before{content:"\e538"}.um .fa-voicemail::before,.um-icon-within .fa-voicemail::before{content:"\f897"}.um .fa-fan::before,.um-icon-within .fa-fan::before{content:"\f863"}.um .fa-person-walking-luggage::before,.um-icon-within .fa-person-walking-luggage::before{content:"\e554"}.um .fa-up-down::before,.um-icon-within .fa-up-down::before{content:"\f338"}.um .fa-arrows-alt-v::before,.um-icon-within .fa-arrows-alt-v::before{content:"\f338"}.um .fa-cloud-moon-rain::before,.um-icon-within .fa-cloud-moon-rain::before{content:"\f73c"}.um .fa-calendar::before,.um-icon-within .fa-calendar::before{content:"\f133"}.um .fa-trailer::before,.um-icon-within .fa-trailer::before{content:"\e041"}.um .fa-bahai::before,.um-icon-within .fa-bahai::before{content:"\f666"}.um .fa-haykal::before,.um-icon-within .fa-haykal::before{content:"\f666"}.um .fa-sd-card::before,.um-icon-within .fa-sd-card::before{content:"\f7c2"}.um .fa-dragon::before,.um-icon-within .fa-dragon::before{content:"\f6d5"}.um .fa-shoe-prints::before,.um-icon-within .fa-shoe-prints::before{content:"\f54b"}.um .fa-circle-plus::before,.um-icon-within .fa-circle-plus::before{content:"\f055"}.um .fa-plus-circle::before,.um-icon-within .fa-plus-circle::before{content:"\f055"}.um .fa-face-grin-tongue-wink::before,.um-icon-within .fa-face-grin-tongue-wink::before{content:"\f58b"}.um .fa-grin-tongue-wink::before,.um-icon-within .fa-grin-tongue-wink::before{content:"\f58b"}.um .fa-hand-holding::before,.um-icon-within .fa-hand-holding::before{content:"\f4bd"}.um .fa-plug-circle-exclamation::before,.um-icon-within .fa-plug-circle-exclamation::before{content:"\e55d"}.um .fa-link-slash::before,.um-icon-within .fa-link-slash::before{content:"\f127"}.um .fa-chain-broken::before,.um-icon-within .fa-chain-broken::before{content:"\f127"}.um .fa-chain-slash::before,.um-icon-within .fa-chain-slash::before{content:"\f127"}.um .fa-unlink::before,.um-icon-within .fa-unlink::before{content:"\f127"}.um .fa-clone::before,.um-icon-within .fa-clone::before{content:"\f24d"}.um .fa-person-walking-arrow-loop-left::before,.um-icon-within .fa-person-walking-arrow-loop-left::before{content:"\e551"}.um .fa-arrow-up-z-a::before,.um-icon-within .fa-arrow-up-z-a::before{content:"\f882"}.um .fa-sort-alpha-up-alt::before,.um-icon-within .fa-sort-alpha-up-alt::before{content:"\f882"}.um .fa-fire-flame-curved::before,.um-icon-within .fa-fire-flame-curved::before{content:"\f7e4"}.um .fa-fire-alt::before,.um-icon-within .fa-fire-alt::before{content:"\f7e4"}.um .fa-tornado::before,.um-icon-within .fa-tornado::before{content:"\f76f"}.um .fa-file-circle-plus::before,.um-icon-within .fa-file-circle-plus::before{content:"\e494"}.um .fa-book-quran::before,.um-icon-within .fa-book-quran::before{content:"\f687"}.um .fa-quran::before,.um-icon-within .fa-quran::before{content:"\f687"}.um .fa-anchor::before,.um-icon-within .fa-anchor::before{content:"\f13d"}.um .fa-border-all::before,.um-icon-within .fa-border-all::before{content:"\f84c"}.um .fa-face-angry::before,.um-icon-within .fa-face-angry::before{content:"\f556"}.um .fa-angry::before,.um-icon-within .fa-angry::before{content:"\f556"}.um .fa-cookie-bite::before,.um-icon-within .fa-cookie-bite::before{content:"\f564"}.um .fa-arrow-trend-down::before,.um-icon-within .fa-arrow-trend-down::before{content:"\e097"}.um .fa-rss::before,.um-icon-within .fa-rss::before{content:"\f09e"}.um .fa-feed::before,.um-icon-within .fa-feed::before{content:"\f09e"}.um .fa-draw-polygon::before,.um-icon-within .fa-draw-polygon::before{content:"\f5ee"}.um .fa-scale-balanced::before,.um-icon-within .fa-scale-balanced::before{content:"\f24e"}.um .fa-balance-scale::before,.um-icon-within .fa-balance-scale::before{content:"\f24e"}.um .fa-gauge-simple-high::before,.um-icon-within .fa-gauge-simple-high::before{content:"\f62a"}.um .fa-tachometer::before,.um-icon-within .fa-tachometer::before{content:"\f62a"}.um .fa-tachometer-fast::before,.um-icon-within .fa-tachometer-fast::before{content:"\f62a"}.um .fa-shower::before,.um-icon-within .fa-shower::before{content:"\f2cc"}.um .fa-desktop::before,.um-icon-within .fa-desktop::before{content:"\f390"}.um .fa-desktop-alt::before,.um-icon-within .fa-desktop-alt::before{content:"\f390"}.um .fa-m::before,.um-icon-within .fa-m::before{content:"M"}.um .fa-table-list::before,.um-icon-within .fa-table-list::before{content:"\f00b"}.um .fa-th-list::before,.um-icon-within .fa-th-list::before{content:"\f00b"}.um .fa-comment-sms::before,.um-icon-within .fa-comment-sms::before{content:"\f7cd"}.um .fa-sms::before,.um-icon-within .fa-sms::before{content:"\f7cd"}.um .fa-book::before,.um-icon-within .fa-book::before{content:"\f02d"}.um .fa-user-plus::before,.um-icon-within .fa-user-plus::before{content:"\f234"}.um .fa-check::before,.um-icon-within .fa-check::before{content:"\f00c"}.um .fa-battery-three-quarters::before,.um-icon-within .fa-battery-three-quarters::before{content:"\f241"}.um .fa-battery-4::before,.um-icon-within .fa-battery-4::before{content:"\f241"}.um .fa-house-circle-check::before,.um-icon-within .fa-house-circle-check::before{content:"\e509"}.um .fa-angle-left::before,.um-icon-within .fa-angle-left::before{content:"\f104"}.um .fa-diagram-successor::before,.um-icon-within .fa-diagram-successor::before{content:"\e47a"}.um .fa-truck-arrow-right::before,.um-icon-within .fa-truck-arrow-right::before{content:"\e58b"}.um .fa-arrows-split-up-and-left::before,.um-icon-within .fa-arrows-split-up-and-left::before{content:"\e4bc"}.um .fa-hand-fist::before,.um-icon-within .fa-hand-fist::before{content:"\f6de"}.um .fa-fist-raised::before,.um-icon-within .fa-fist-raised::before{content:"\f6de"}.um .fa-cloud-moon::before,.um-icon-within .fa-cloud-moon::before{content:"\f6c3"}.um .fa-briefcase::before,.um-icon-within .fa-briefcase::before{content:"\f0b1"}.um .fa-person-falling::before,.um-icon-within .fa-person-falling::before{content:"\e546"}.um .fa-image-portrait::before,.um-icon-within .fa-image-portrait::before{content:"\f3e0"}.um .fa-portrait::before,.um-icon-within .fa-portrait::before{content:"\f3e0"}.um .fa-user-tag::before,.um-icon-within .fa-user-tag::before{content:"\f507"}.um .fa-rug::before,.um-icon-within .fa-rug::before{content:"\e569"}.um .fa-earth-europe::before,.um-icon-within .fa-earth-europe::before{content:"\f7a2"}.um .fa-globe-europe::before,.um-icon-within .fa-globe-europe::before{content:"\f7a2"}.um .fa-cart-flatbed-suitcase::before,.um-icon-within .fa-cart-flatbed-suitcase::before{content:"\f59d"}.um .fa-luggage-cart::before,.um-icon-within .fa-luggage-cart::before{content:"\f59d"}.um .fa-rectangle-xmark::before,.um-icon-within .fa-rectangle-xmark::before{content:"\f410"}.um .fa-rectangle-times::before,.um-icon-within .fa-rectangle-times::before{content:"\f410"}.um .fa-times-rectangle::before,.um-icon-within .fa-times-rectangle::before{content:"\f410"}.um .fa-window-close::before,.um-icon-within .fa-window-close::before{content:"\f410"}.um .fa-baht-sign::before,.um-icon-within .fa-baht-sign::before{content:"\e0ac"}.um .fa-book-open::before,.um-icon-within .fa-book-open::before{content:"\f518"}.um .fa-book-journal-whills::before,.um-icon-within .fa-book-journal-whills::before{content:"\f66a"}.um .fa-journal-whills::before,.um-icon-within .fa-journal-whills::before{content:"\f66a"}.um .fa-handcuffs::before,.um-icon-within .fa-handcuffs::before{content:"\e4f8"}.um .fa-triangle-exclamation::before,.um-icon-within .fa-triangle-exclamation::before{content:"\f071"}.um .fa-exclamation-triangle::before,.um-icon-within .fa-exclamation-triangle::before{content:"\f071"}.um .fa-warning::before,.um-icon-within .fa-warning::before{content:"\f071"}.um .fa-database::before,.um-icon-within .fa-database::before{content:"\f1c0"}.um .fa-share::before,.um-icon-within .fa-share::before{content:"\f064"}.um .fa-mail-forward::before,.um-icon-within .fa-mail-forward::before{content:"\f064"}.um .fa-bottle-droplet::before,.um-icon-within .fa-bottle-droplet::before{content:"\e4c4"}.um .fa-mask-face::before,.um-icon-within .fa-mask-face::before{content:"\e1d7"}.um .fa-hill-rockslide::before,.um-icon-within .fa-hill-rockslide::before{content:"\e508"}.um .fa-right-left::before,.um-icon-within .fa-right-left::before{content:"\f362"}.um .fa-exchange-alt::before,.um-icon-within .fa-exchange-alt::before{content:"\f362"}.um .fa-paper-plane::before,.um-icon-within .fa-paper-plane::before{content:"\f1d8"}.um .fa-road-circle-exclamation::before,.um-icon-within .fa-road-circle-exclamation::before{content:"\e565"}.um .fa-dungeon::before,.um-icon-within .fa-dungeon::before{content:"\f6d9"}.um .fa-align-right::before,.um-icon-within .fa-align-right::before{content:"\f038"}.um .fa-money-bill-1-wave::before,.um-icon-within .fa-money-bill-1-wave::before{content:"\f53b"}.um .fa-money-bill-wave-alt::before,.um-icon-within .fa-money-bill-wave-alt::before{content:"\f53b"}.um .fa-life-ring::before,.um-icon-within .fa-life-ring::before{content:"\f1cd"}.um .fa-hands::before,.um-icon-within .fa-hands::before{content:"\f2a7"}.um .fa-sign-language::before,.um-icon-within .fa-sign-language::before{content:"\f2a7"}.um .fa-signing::before,.um-icon-within .fa-signing::before{content:"\f2a7"}.um .fa-calendar-day::before,.um-icon-within .fa-calendar-day::before{content:"\f783"}.um .fa-water-ladder::before,.um-icon-within .fa-water-ladder::before{content:"\f5c5"}.um .fa-ladder-water::before,.um-icon-within .fa-ladder-water::before{content:"\f5c5"}.um .fa-swimming-pool::before,.um-icon-within .fa-swimming-pool::before{content:"\f5c5"}.um .fa-arrows-up-down::before,.um-icon-within .fa-arrows-up-down::before{content:"\f07d"}.um .fa-arrows-v::before,.um-icon-within .fa-arrows-v::before{content:"\f07d"}.um .fa-face-grimace::before,.um-icon-within .fa-face-grimace::before{content:"\f57f"}.um .fa-grimace::before,.um-icon-within .fa-grimace::before{content:"\f57f"}.um .fa-wheelchair-move::before,.um-icon-within .fa-wheelchair-move::before{content:"\e2ce"}.um .fa-wheelchair-alt::before,.um-icon-within .fa-wheelchair-alt::before{content:"\e2ce"}.um .fa-turn-down::before,.um-icon-within .fa-turn-down::before{content:"\f3be"}.um .fa-level-down-alt::before,.um-icon-within .fa-level-down-alt::before{content:"\f3be"}.um .fa-person-walking-arrow-right::before,.um-icon-within .fa-person-walking-arrow-right::before{content:"\e552"}.um .fa-square-envelope::before,.um-icon-within .fa-square-envelope::before{content:"\f199"}.um .fa-envelope-square::before,.um-icon-within .fa-envelope-square::before{content:"\f199"}.um .fa-dice::before,.um-icon-within .fa-dice::before{content:"\f522"}.um .fa-bowling-ball::before,.um-icon-within .fa-bowling-ball::before{content:"\f436"}.um .fa-brain::before,.um-icon-within .fa-brain::before{content:"\f5dc"}.um .fa-bandage::before,.um-icon-within .fa-bandage::before{content:"\f462"}.um .fa-band-aid::before,.um-icon-within .fa-band-aid::before{content:"\f462"}.um .fa-calendar-minus::before,.um-icon-within .fa-calendar-minus::before{content:"\f272"}.um .fa-circle-xmark::before,.um-icon-within .fa-circle-xmark::before{content:"\f057"}.um .fa-times-circle::before,.um-icon-within .fa-times-circle::before{content:"\f057"}.um .fa-xmark-circle::before,.um-icon-within .fa-xmark-circle::before{content:"\f057"}.um .fa-gifts::before,.um-icon-within .fa-gifts::before{content:"\f79c"}.um .fa-hotel::before,.um-icon-within .fa-hotel::before{content:"\f594"}.um .fa-earth-asia::before,.um-icon-within .fa-earth-asia::before{content:"\f57e"}.um .fa-globe-asia::before,.um-icon-within .fa-globe-asia::before{content:"\f57e"}.um .fa-id-card-clip::before,.um-icon-within .fa-id-card-clip::before{content:"\f47f"}.um .fa-id-card-alt::before,.um-icon-within .fa-id-card-alt::before{content:"\f47f"}.um .fa-magnifying-glass-plus::before,.um-icon-within .fa-magnifying-glass-plus::before{content:"\f00e"}.um .fa-search-plus::before,.um-icon-within .fa-search-plus::before{content:"\f00e"}.um .fa-thumbs-up::before,.um-icon-within .fa-thumbs-up::before{content:"\f164"}.um .fa-user-clock::before,.um-icon-within .fa-user-clock::before{content:"\f4fd"}.um .fa-hand-dots::before,.um-icon-within .fa-hand-dots::before{content:"\f461"}.um .fa-allergies::before,.um-icon-within .fa-allergies::before{content:"\f461"}.um .fa-file-invoice::before,.um-icon-within .fa-file-invoice::before{content:"\f570"}.um .fa-window-minimize::before,.um-icon-within .fa-window-minimize::before{content:"\f2d1"}.um .fa-mug-saucer::before,.um-icon-within .fa-mug-saucer::before{content:"\f0f4"}.um .fa-coffee::before,.um-icon-within .fa-coffee::before{content:"\f0f4"}.um .fa-brush::before,.um-icon-within .fa-brush::before{content:"\f55d"}.um .fa-mask::before,.um-icon-within .fa-mask::before{content:"\f6fa"}.um .fa-magnifying-glass-minus::before,.um-icon-within .fa-magnifying-glass-minus::before{content:"\f010"}.um .fa-search-minus::before,.um-icon-within .fa-search-minus::before{content:"\f010"}.um .fa-ruler-vertical::before,.um-icon-within .fa-ruler-vertical::before{content:"\f548"}.um .fa-user-large::before,.um-icon-within .fa-user-large::before{content:"\f406"}.um .fa-user-alt::before,.um-icon-within .fa-user-alt::before{content:"\f406"}.um .fa-train-tram::before,.um-icon-within .fa-train-tram::before{content:"\e5b4"}.um .fa-user-nurse::before,.um-icon-within .fa-user-nurse::before{content:"\f82f"}.um .fa-syringe::before,.um-icon-within .fa-syringe::before{content:"\f48e"}.um .fa-cloud-sun::before,.um-icon-within .fa-cloud-sun::before{content:"\f6c4"}.um .fa-stopwatch-20::before,.um-icon-within .fa-stopwatch-20::before{content:"\e06f"}.um .fa-square-full::before,.um-icon-within .fa-square-full::before{content:"\f45c"}.um .fa-magnet::before,.um-icon-within .fa-magnet::before{content:"\f076"}.um .fa-jar::before,.um-icon-within .fa-jar::before{content:"\e516"}.um .fa-note-sticky::before,.um-icon-within .fa-note-sticky::before{content:"\f249"}.um .fa-sticky-note::before,.um-icon-within .fa-sticky-note::before{content:"\f249"}.um .fa-bug-slash::before,.um-icon-within .fa-bug-slash::before{content:"\e490"}.um .fa-arrow-up-from-water-pump::before,.um-icon-within .fa-arrow-up-from-water-pump::before{content:"\e4b6"}.um .fa-bone::before,.um-icon-within .fa-bone::before{content:"\f5d7"}.um .fa-user-injured::before,.um-icon-within .fa-user-injured::before{content:"\f728"}.um .fa-face-sad-tear::before,.um-icon-within .fa-face-sad-tear::before{content:"\f5b4"}.um .fa-sad-tear::before,.um-icon-within .fa-sad-tear::before{content:"\f5b4"}.um .fa-plane::before,.um-icon-within .fa-plane::before{content:"\f072"}.um .fa-tent-arrows-down::before,.um-icon-within .fa-tent-arrows-down::before{content:"\e581"}.um .fa-exclamation::before,.um-icon-within .fa-exclamation::before{content:"\!"}.um .fa-arrows-spin::before,.um-icon-within .fa-arrows-spin::before{content:"\e4bb"}.um .fa-print::before,.um-icon-within .fa-print::before{content:"\f02f"}.um .fa-turkish-lira-sign::before,.um-icon-within .fa-turkish-lira-sign::before{content:"\e2bb"}.um .fa-try::before,.um-icon-within .fa-try::before{content:"\e2bb"}.um .fa-turkish-lira::before,.um-icon-within .fa-turkish-lira::before{content:"\e2bb"}.um .fa-dollar-sign::before,.um-icon-within .fa-dollar-sign::before{content:"\$"}.um .fa-dollar::before,.um-icon-within .fa-dollar::before{content:"\$"}.um .fa-usd::before,.um-icon-within .fa-usd::before{content:"\$"}.um .fa-x::before,.um-icon-within .fa-x::before{content:"X"}.um .fa-magnifying-glass-dollar::before,.um-icon-within .fa-magnifying-glass-dollar::before{content:"\f688"}.um .fa-search-dollar::before,.um-icon-within .fa-search-dollar::before{content:"\f688"}.um .fa-users-gear::before,.um-icon-within .fa-users-gear::before{content:"\f509"}.um .fa-users-cog::before,.um-icon-within .fa-users-cog::before{content:"\f509"}.um .fa-person-military-pointing::before,.um-icon-within .fa-person-military-pointing::before{content:"\e54a"}.um .fa-building-columns::before,.um-icon-within .fa-building-columns::before{content:"\f19c"}.um .fa-bank::before,.um-icon-within .fa-bank::before{content:"\f19c"}.um .fa-institution::before,.um-icon-within .fa-institution::before{content:"\f19c"}.um .fa-museum::before,.um-icon-within .fa-museum::before{content:"\f19c"}.um .fa-university::before,.um-icon-within .fa-university::before{content:"\f19c"}.um .fa-umbrella::before,.um-icon-within .fa-umbrella::before{content:"\f0e9"}.um .fa-trowel::before,.um-icon-within .fa-trowel::before{content:"\e589"}.um .fa-d::before,.um-icon-within .fa-d::before{content:"D"}.um .fa-stapler::before,.um-icon-within .fa-stapler::before{content:"\e5af"}.um .fa-masks-theater::before,.um-icon-within .fa-masks-theater::before{content:"\f630"}.um .fa-theater-masks::before,.um-icon-within .fa-theater-masks::before{content:"\f630"}.um .fa-kip-sign::before,.um-icon-within .fa-kip-sign::before{content:"\e1c4"}.um .fa-hand-point-left::before,.um-icon-within .fa-hand-point-left::before{content:"\f0a5"}.um .fa-handshake-simple::before,.um-icon-within .fa-handshake-simple::before{content:"\f4c6"}.um .fa-handshake-alt::before,.um-icon-within .fa-handshake-alt::before{content:"\f4c6"}.um .fa-jet-fighter::before,.um-icon-within .fa-jet-fighter::before{content:"\f0fb"}.um .fa-fighter-jet::before,.um-icon-within .fa-fighter-jet::before{content:"\f0fb"}.um .fa-square-share-nodes::before,.um-icon-within .fa-square-share-nodes::before{content:"\f1e1"}.um .fa-share-alt-square::before,.um-icon-within .fa-share-alt-square::before{content:"\f1e1"}.um .fa-barcode::before,.um-icon-within .fa-barcode::before{content:"\f02a"}.um .fa-plus-minus::before,.um-icon-within .fa-plus-minus::before{content:"\e43c"}.um .fa-video::before,.um-icon-within .fa-video::before{content:"\f03d"}.um .fa-video-camera::before,.um-icon-within .fa-video-camera::before{content:"\f03d"}.um .fa-graduation-cap::before,.um-icon-within .fa-graduation-cap::before{content:"\f19d"}.um .fa-mortar-board::before,.um-icon-within .fa-mortar-board::before{content:"\f19d"}.um .fa-hand-holding-medical::before,.um-icon-within .fa-hand-holding-medical::before{content:"\e05c"}.um .fa-person-circle-check::before,.um-icon-within .fa-person-circle-check::before{content:"\e53e"}.um .fa-turn-up::before,.um-icon-within .fa-turn-up::before{content:"\f3bf"}.um .fa-level-up-alt::before,.um-icon-within .fa-level-up-alt::before{content:"\f3bf"}.um .fa-sr-only,.um .sr-only,.um-icon-within .fa-sr-only,.um-icon-within .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.um .fa-sr-only-focusable:not(:focus),.um .sr-only-focusable:not(:focus),.um-icon-within .fa-sr-only-focusable:not(:focus),.um-icon-within .sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.um :host,.um :root,.um-icon-within :host,.um-icon-within :root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/wp-content/plugins/ultimate-member/assets/css/../libs/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/plugins/ultimate-member/assets/css/../libs/fontawesome/webfonts/fa-brands-400.ttf) format("truetype")}.um .fa-brands,.um .fab,.um-icon-within .fa-brands,.um-icon-within .fab{font-weight:400}.um .fa-monero:before,.um-icon-within .fa-monero:before{content:"\f3d0"}.um .fa-hooli:before,.um-icon-within .fa-hooli:before{content:"\f427"}.um .fa-yelp:before,.um-icon-within .fa-yelp:before{content:"\f1e9"}.um .fa-cc-visa:before,.um-icon-within .fa-cc-visa:before{content:"\f1f0"}.um .fa-lastfm:before,.um-icon-within .fa-lastfm:before{content:"\f202"}.um .fa-shopware:before,.um-icon-within .fa-shopware:before{content:"\f5b5"}.um .fa-creative-commons-nc:before,.um-icon-within .fa-creative-commons-nc:before{content:"\f4e8"}.um .fa-aws:before,.um-icon-within .fa-aws:before{content:"\f375"}.um .fa-redhat:before,.um-icon-within .fa-redhat:before{content:"\f7bc"}.um .fa-yoast:before,.um-icon-within .fa-yoast:before{content:"\f2b1"}.um .fa-cloudflare:before,.um-icon-within .fa-cloudflare:before{content:"\e07d"}.um .fa-ups:before,.um-icon-within .fa-ups:before{content:"\f7e0"}.um .fa-pixiv:before,.um-icon-within .fa-pixiv:before{content:"\e640"}.um .fa-wpexplorer:before,.um-icon-within .fa-wpexplorer:before{content:"\f2de"}.um .fa-dyalog:before,.um-icon-within .fa-dyalog:before{content:"\f399"}.um .fa-bity:before,.um-icon-within .fa-bity:before{content:"\f37a"}.um .fa-stackpath:before,.um-icon-within .fa-stackpath:before{content:"\f842"}.um .fa-buysellads:before,.um-icon-within .fa-buysellads:before{content:"\f20d"}.um .fa-first-order:before,.um-icon-within .fa-first-order:before{content:"\f2b0"}.um .fa-modx:before,.um-icon-within .fa-modx:before{content:"\f285"}.um .fa-guilded:before,.um-icon-within .fa-guilded:before{content:"\e07e"}.um .fa-vnv:before,.um-icon-within .fa-vnv:before{content:"\f40b"}.um .fa-square-js:before,.um-icon-within .fa-square-js:before{content:"\f3b9"}.um .fa-js-square:before,.um-icon-within .fa-js-square:before{content:"\f3b9"}.um .fa-microsoft:before,.um-icon-within .fa-microsoft:before{content:"\f3ca"}.um .fa-qq:before,.um-icon-within .fa-qq:before{content:"\f1d6"}.um .fa-orcid:before,.um-icon-within .fa-orcid:before{content:"\f8d2"}.um .fa-java:before,.um-icon-within .fa-java:before{content:"\f4e4"}.um .fa-invision:before,.um-icon-within .fa-invision:before{content:"\f7b0"}.um .fa-creative-commons-pd-alt:before,.um-icon-within .fa-creative-commons-pd-alt:before{content:"\f4ed"}.um .fa-centercode:before,.um-icon-within .fa-centercode:before{content:"\f380"}.um .fa-glide-g:before,.um-icon-within .fa-glide-g:before{content:"\f2a6"}.um .fa-drupal:before,.um-icon-within .fa-drupal:before{content:"\f1a9"}.um .fa-jxl:before,.um-icon-within .fa-jxl:before{content:"\e67b"}.um .fa-hire-a-helper:before,.um-icon-within .fa-hire-a-helper:before{content:"\f3b0"}.um .fa-creative-commons-by:before,.um-icon-within .fa-creative-commons-by:before{content:"\f4e7"}.um .fa-unity:before,.um-icon-within .fa-unity:before{content:"\e049"}.um .fa-whmcs:before,.um-icon-within .fa-whmcs:before{content:"\f40d"}.um .fa-rocketchat:before,.um-icon-within .fa-rocketchat:before{content:"\f3e8"}.um .fa-vk:before,.um-icon-within .fa-vk:before{content:"\f189"}.um .fa-untappd:before,.um-icon-within .fa-untappd:before{content:"\f405"}.um .fa-mailchimp:before,.um-icon-within .fa-mailchimp:before{content:"\f59e"}.um .fa-css3-alt:before,.um-icon-within .fa-css3-alt:before{content:"\f38b"}.um .fa-square-reddit:before,.um-icon-within .fa-square-reddit:before{content:"\f1a2"}.um .fa-reddit-square:before,.um-icon-within .fa-reddit-square:before{content:"\f1a2"}.um .fa-vimeo-v:before,.um-icon-within .fa-vimeo-v:before{content:"\f27d"}.um .fa-contao:before,.um-icon-within .fa-contao:before{content:"\f26d"}.um .fa-square-font-awesome:before,.um-icon-within .fa-square-font-awesome:before{content:"\e5ad"}.um .fa-deskpro:before,.um-icon-within .fa-deskpro:before{content:"\f38f"}.um .fa-brave:before,.um-icon-within .fa-brave:before{content:"\e63c"}.um .fa-sistrix:before,.um-icon-within .fa-sistrix:before{content:"\f3ee"}.um .fa-square-instagram:before,.um-icon-within .fa-square-instagram:before{content:"\e055"}.um .fa-instagram-square:before,.um-icon-within .fa-instagram-square:before{content:"\e055"}.um .fa-battle-net:before,.um-icon-within .fa-battle-net:before{content:"\f835"}.um .fa-the-red-yeti:before,.um-icon-within .fa-the-red-yeti:before{content:"\f69d"}.um .fa-square-hacker-news:before,.um-icon-within .fa-square-hacker-news:before{content:"\f3af"}.um .fa-hacker-news-square:before,.um-icon-within .fa-hacker-news-square:before{content:"\f3af"}.um .fa-edge:before,.um-icon-within .fa-edge:before{content:"\f282"}.um .fa-threads:before,.um-icon-within .fa-threads:before{content:"\e618"}.um .fa-napster:before,.um-icon-within .fa-napster:before{content:"\f3d2"}.um .fa-square-snapchat:before,.um-icon-within .fa-square-snapchat:before{content:"\f2ad"}.um .fa-snapchat-square:before,.um-icon-within .fa-snapchat-square:before{content:"\f2ad"}.um .fa-google-plus-g:before,.um-icon-within .fa-google-plus-g:before{content:"\f0d5"}.um .fa-artstation:before,.um-icon-within .fa-artstation:before{content:"\f77a"}.um .fa-markdown:before,.um-icon-within .fa-markdown:before{content:"\f60f"}.um .fa-sourcetree:before,.um-icon-within .fa-sourcetree:before{content:"\f7d3"}.um .fa-google-plus:before,.um-icon-within .fa-google-plus:before{content:"\f2b3"}.um .fa-diaspora:before,.um-icon-within .fa-diaspora:before{content:"\f791"}.um .fa-foursquare:before,.um-icon-within .fa-foursquare:before{content:"\f180"}.um .fa-stack-overflow:before,.um-icon-within .fa-stack-overflow:before{content:"\f16c"}.um .fa-github-alt:before,.um-icon-within .fa-github-alt:before{content:"\f113"}.um .fa-phoenix-squadron:before,.um-icon-within .fa-phoenix-squadron:before{content:"\f511"}.um .fa-pagelines:before,.um-icon-within .fa-pagelines:before{content:"\f18c"}.um .fa-algolia:before,.um-icon-within .fa-algolia:before{content:"\f36c"}.um .fa-red-river:before,.um-icon-within .fa-red-river:before{content:"\f3e3"}.um .fa-creative-commons-sa:before,.um-icon-within .fa-creative-commons-sa:before{content:"\f4ef"}.um .fa-safari:before,.um-icon-within .fa-safari:before{content:"\f267"}.um .fa-google:before,.um-icon-within .fa-google:before{content:"\f1a0"}.um .fa-square-font-awesome-stroke:before,.um-icon-within .fa-square-font-awesome-stroke:before{content:"\f35c"}.um .fa-font-awesome-alt:before,.um-icon-within .fa-font-awesome-alt:before{content:"\f35c"}.um .fa-atlassian:before,.um-icon-within .fa-atlassian:before{content:"\f77b"}.um .fa-linkedin-in:before,.um-icon-within .fa-linkedin-in:before{content:"\f0e1"}.um .fa-digital-ocean:before,.um-icon-within .fa-digital-ocean:before{content:"\f391"}.um .fa-nimblr:before,.um-icon-within .fa-nimblr:before{content:"\f5a8"}.um .fa-chromecast:before,.um-icon-within .fa-chromecast:before{content:"\f838"}.um .fa-evernote:before,.um-icon-within .fa-evernote:before{content:"\f839"}.um .fa-hacker-news:before,.um-icon-within .fa-hacker-news:before{content:"\f1d4"}.um .fa-creative-commons-sampling:before,.um-icon-within .fa-creative-commons-sampling:before{content:"\f4f0"}.um .fa-adversal:before,.um-icon-within .fa-adversal:before{content:"\f36a"}.um .fa-creative-commons:before,.um-icon-within .fa-creative-commons:before{content:"\f25e"}.um .fa-watchman-monitoring:before,.um-icon-within .fa-watchman-monitoring:before{content:"\e087"}.um .fa-fonticons:before,.um-icon-within .fa-fonticons:before{content:"\f280"}.um .fa-weixin:before,.um-icon-within .fa-weixin:before{content:"\f1d7"}.um .fa-shirtsinbulk:before,.um-icon-within .fa-shirtsinbulk:before{content:"\f214"}.um .fa-codepen:before,.um-icon-within .fa-codepen:before{content:"\f1cb"}.um .fa-git-alt:before,.um-icon-within .fa-git-alt:before{content:"\f841"}.um .fa-lyft:before,.um-icon-within .fa-lyft:before{content:"\f3c3"}.um .fa-rev:before,.um-icon-within .fa-rev:before{content:"\f5b2"}.um .fa-windows:before,.um-icon-within .fa-windows:before{content:"\f17a"}.um .fa-wizards-of-the-coast:before,.um-icon-within .fa-wizards-of-the-coast:before{content:"\f730"}.um .fa-square-viadeo:before,.um-icon-within .fa-square-viadeo:before{content:"\f2aa"}.um .fa-viadeo-square:before,.um-icon-within .fa-viadeo-square:before{content:"\f2aa"}.um .fa-meetup:before,.um-icon-within .fa-meetup:before{content:"\f2e0"}.um .fa-centos:before,.um-icon-within .fa-centos:before{content:"\f789"}.um .fa-adn:before,.um-icon-within .fa-adn:before{content:"\f170"}.um .fa-cloudsmith:before,.um-icon-within .fa-cloudsmith:before{content:"\f384"}.um .fa-opensuse:before,.um-icon-within .fa-opensuse:before{content:"\e62b"}.um .fa-pied-piper-alt:before,.um-icon-within .fa-pied-piper-alt:before{content:"\f1a8"}.um .fa-square-dribbble:before,.um-icon-within .fa-square-dribbble:before{content:"\f397"}.um .fa-dribbble-square:before,.um-icon-within .fa-dribbble-square:before{content:"\f397"}.um .fa-codiepie:before,.um-icon-within .fa-codiepie:before{content:"\f284"}.um .fa-node:before,.um-icon-within .fa-node:before{content:"\f419"}.um .fa-mix:before,.um-icon-within .fa-mix:before{content:"\f3cb"}.um .fa-steam:before,.um-icon-within .fa-steam:before{content:"\f1b6"}.um .fa-cc-apple-pay:before,.um-icon-within .fa-cc-apple-pay:before{content:"\f416"}.um .fa-scribd:before,.um-icon-within .fa-scribd:before{content:"\f28a"}.um .fa-debian:before,.um-icon-within .fa-debian:before{content:"\e60b"}.um .fa-openid:before,.um-icon-within .fa-openid:before{content:"\f19b"}.um .fa-instalod:before,.um-icon-within .fa-instalod:before{content:"\e081"}.um .fa-expeditedssl:before,.um-icon-within .fa-expeditedssl:before{content:"\f23e"}.um .fa-sellcast:before,.um-icon-within .fa-sellcast:before{content:"\f2da"}.um .fa-square-twitter:before,.um-icon-within .fa-square-twitter:before{content:"\f081"}.um .fa-twitter-square:before,.um-icon-within .fa-twitter-square:before{content:"\f081"}.um .fa-r-project:before,.um-icon-within .fa-r-project:before{content:"\f4f7"}.um .fa-delicious:before,.um-icon-within .fa-delicious:before{content:"\f1a5"}.um .fa-freebsd:before,.um-icon-within .fa-freebsd:before{content:"\f3a4"}.um .fa-vuejs:before,.um-icon-within .fa-vuejs:before{content:"\f41f"}.um .fa-accusoft:before,.um-icon-within .fa-accusoft:before{content:"\f369"}.um .fa-ioxhost:before,.um-icon-within .fa-ioxhost:before{content:"\f208"}.um .fa-fonticons-fi:before,.um-icon-within .fa-fonticons-fi:before{content:"\f3a2"}.um .fa-app-store:before,.um-icon-within .fa-app-store:before{content:"\f36f"}.um .fa-cc-mastercard:before,.um-icon-within .fa-cc-mastercard:before{content:"\f1f1"}.um .fa-itunes-note:before,.um-icon-within .fa-itunes-note:before{content:"\f3b5"}.um .fa-golang:before,.um-icon-within .fa-golang:before{content:"\e40f"}.um .fa-kickstarter:before,.um-icon-within .fa-kickstarter:before{content:"\f3bb"}.um .fa-square-kickstarter:before,.um-icon-within .fa-square-kickstarter:before{content:"\f3bb"}.um .fa-grav:before,.um-icon-within .fa-grav:before{content:"\f2d6"}.um .fa-weibo:before,.um-icon-within .fa-weibo:before{content:"\f18a"}.um .fa-uncharted:before,.um-icon-within .fa-uncharted:before{content:"\e084"}.um .fa-firstdraft:before,.um-icon-within .fa-firstdraft:before{content:"\f3a1"}.um .fa-square-youtube:before,.um-icon-within .fa-square-youtube:before{content:"\f431"}.um .fa-youtube-square:before,.um-icon-within .fa-youtube-square:before{content:"\f431"}.um .fa-wikipedia-w:before,.um-icon-within .fa-wikipedia-w:before{content:"\f266"}.um .fa-wpressr:before,.um-icon-within .fa-wpressr:before{content:"\f3e4"}.um .fa-rendact:before,.um-icon-within .fa-rendact:before{content:"\f3e4"}.um .fa-angellist:before,.um-icon-within .fa-angellist:before{content:"\f209"}.um .fa-galactic-republic:before,.um-icon-within .fa-galactic-republic:before{content:"\f50c"}.um .fa-nfc-directional:before,.um-icon-within .fa-nfc-directional:before{content:"\e530"}.um .fa-skype:before,.um-icon-within .fa-skype:before{content:"\f17e"}.um .fa-joget:before,.um-icon-within .fa-joget:before{content:"\f3b7"}.um .fa-fedora:before,.um-icon-within .fa-fedora:before{content:"\f798"}.um .fa-stripe-s:before,.um-icon-within .fa-stripe-s:before{content:"\f42a"}.um .fa-meta:before,.um-icon-within .fa-meta:before{content:"\e49b"}.um .fa-laravel:before,.um-icon-within .fa-laravel:before{content:"\f3bd"}.um .fa-hotjar:before,.um-icon-within .fa-hotjar:before{content:"\f3b1"}.um .fa-bluetooth-b:before,.um-icon-within .fa-bluetooth-b:before{content:"\f294"}.um .fa-square-letterboxd:before,.um-icon-within .fa-square-letterboxd:before{content:"\e62e"}.um .fa-sticker-mule:before,.um-icon-within .fa-sticker-mule:before{content:"\f3f7"}.um .fa-creative-commons-zero:before,.um-icon-within .fa-creative-commons-zero:before{content:"\f4f3"}.um .fa-hips:before,.um-icon-within .fa-hips:before{content:"\f452"}.um .fa-behance:before,.um-icon-within .fa-behance:before{content:"\f1b4"}.um .fa-reddit:before,.um-icon-within .fa-reddit:before{content:"\f1a1"}.um .fa-discord:before,.um-icon-within .fa-discord:before{content:"\f392"}.um .fa-chrome:before,.um-icon-within .fa-chrome:before{content:"\f268"}.um .fa-app-store-ios:before,.um-icon-within .fa-app-store-ios:before{content:"\f370"}.um .fa-cc-discover:before,.um-icon-within .fa-cc-discover:before{content:"\f1f2"}.um .fa-wpbeginner:before,.um-icon-within .fa-wpbeginner:before{content:"\f297"}.um .fa-confluence:before,.um-icon-within .fa-confluence:before{content:"\f78d"}.um .fa-shoelace:before,.um-icon-within .fa-shoelace:before{content:"\e60c"}.um .fa-mdb:before,.um-icon-within .fa-mdb:before{content:"\f8ca"}.um .fa-dochub:before,.um-icon-within .fa-dochub:before{content:"\f394"}.um .fa-accessible-icon:before,.um-icon-within .fa-accessible-icon:before{content:"\f368"}.um .fa-ebay:before,.um-icon-within .fa-ebay:before{content:"\f4f4"}.um .fa-amazon:before,.um-icon-within .fa-amazon:before{content:"\f270"}.um .fa-unsplash:before,.um-icon-within .fa-unsplash:before{content:"\e07c"}.um .fa-yarn:before,.um-icon-within .fa-yarn:before{content:"\f7e3"}.um .fa-square-steam:before,.um-icon-within .fa-square-steam:before{content:"\f1b7"}.um .fa-steam-square:before,.um-icon-within .fa-steam-square:before{content:"\f1b7"}.um .fa-500px:before,.um-icon-within .fa-500px:before{content:"\f26e"}.um .fa-square-vimeo:before,.um-icon-within .fa-square-vimeo:before{content:"\f194"}.um .fa-vimeo-square:before,.um-icon-within .fa-vimeo-square:before{content:"\f194"}.um .fa-asymmetrik:before,.um-icon-within .fa-asymmetrik:before{content:"\f372"}.um .fa-font-awesome:before,.um-icon-within .fa-font-awesome:before{content:"\f2b4"}.um .fa-font-awesome-flag:before,.um-icon-within .fa-font-awesome-flag:before{content:"\f2b4"}.um .fa-font-awesome-logo-full:before,.um-icon-within .fa-font-awesome-logo-full:before{content:"\f2b4"}.um .fa-gratipay:before,.um-icon-within .fa-gratipay:before{content:"\f184"}.um .fa-apple:before,.um-icon-within .fa-apple:before{content:"\f179"}.um .fa-hive:before,.um-icon-within .fa-hive:before{content:"\e07f"}.um .fa-gitkraken:before,.um-icon-within .fa-gitkraken:before{content:"\f3a6"}.um .fa-keybase:before,.um-icon-within .fa-keybase:before{content:"\f4f5"}.um .fa-apple-pay:before,.um-icon-within .fa-apple-pay:before{content:"\f415"}.um .fa-padlet:before,.um-icon-within .fa-padlet:before{content:"\e4a0"}.um .fa-amazon-pay:before,.um-icon-within .fa-amazon-pay:before{content:"\f42c"}.um .fa-square-github:before,.um-icon-within .fa-square-github:before{content:"\f092"}.um .fa-github-square:before,.um-icon-within .fa-github-square:before{content:"\f092"}.um .fa-stumbleupon:before,.um-icon-within .fa-stumbleupon:before{content:"\f1a4"}.um .fa-fedex:before,.um-icon-within .fa-fedex:before{content:"\f797"}.um .fa-phoenix-framework:before,.um-icon-within .fa-phoenix-framework:before{content:"\f3dc"}.um .fa-shopify:before,.um-icon-within .fa-shopify:before{content:"\e057"}.um .fa-neos:before,.um-icon-within .fa-neos:before{content:"\f612"}.um .fa-square-threads:before,.um-icon-within .fa-square-threads:before{content:"\e619"}.um .fa-hackerrank:before,.um-icon-within .fa-hackerrank:before{content:"\f5f7"}.um .fa-researchgate:before,.um-icon-within .fa-researchgate:before{content:"\f4f8"}.um .fa-swift:before,.um-icon-within .fa-swift:before{content:"\f8e1"}.um .fa-angular:before,.um-icon-within .fa-angular:before{content:"\f420"}.um .fa-speakap:before,.um-icon-within .fa-speakap:before{content:"\f3f3"}.um .fa-angrycreative:before,.um-icon-within .fa-angrycreative:before{content:"\f36e"}.um .fa-y-combinator:before,.um-icon-within .fa-y-combinator:before{content:"\f23b"}.um .fa-empire:before,.um-icon-within .fa-empire:before{content:"\f1d1"}.um .fa-envira:before,.um-icon-within .fa-envira:before{content:"\f299"}.um .fa-google-scholar:before,.um-icon-within .fa-google-scholar:before{content:"\e63b"}.um .fa-square-gitlab:before,.um-icon-within .fa-square-gitlab:before{content:"\e5ae"}.um .fa-gitlab-square:before,.um-icon-within .fa-gitlab-square:before{content:"\e5ae"}.um .fa-studiovinari:before,.um-icon-within .fa-studiovinari:before{content:"\f3f8"}.um .fa-pied-piper:before,.um-icon-within .fa-pied-piper:before{content:"\f2ae"}.um .fa-wordpress:before,.um-icon-within .fa-wordpress:before{content:"\f19a"}.um .fa-product-hunt:before,.um-icon-within .fa-product-hunt:before{content:"\f288"}.um .fa-firefox:before,.um-icon-within .fa-firefox:before{content:"\f269"}.um .fa-linode:before,.um-icon-within .fa-linode:before{content:"\f2b8"}.um .fa-goodreads:before,.um-icon-within .fa-goodreads:before{content:"\f3a8"}.um .fa-square-odnoklassniki:before,.um-icon-within .fa-square-odnoklassniki:before{content:"\f264"}.um .fa-odnoklassniki-square:before,.um-icon-within .fa-odnoklassniki-square:before{content:"\f264"}.um .fa-jsfiddle:before,.um-icon-within .fa-jsfiddle:before{content:"\f1cc"}.um .fa-sith:before,.um-icon-within .fa-sith:before{content:"\f512"}.um .fa-themeisle:before,.um-icon-within .fa-themeisle:before{content:"\f2b2"}.um .fa-page4:before,.um-icon-within .fa-page4:before{content:"\f3d7"}.um .fa-hashnode:before,.um-icon-within .fa-hashnode:before{content:"\e499"}.um .fa-react:before,.um-icon-within .fa-react:before{content:"\f41b"}.um .fa-cc-paypal:before,.um-icon-within .fa-cc-paypal:before{content:"\f1f4"}.um .fa-squarespace:before,.um-icon-within .fa-squarespace:before{content:"\f5be"}.um .fa-cc-stripe:before,.um-icon-within .fa-cc-stripe:before{content:"\f1f5"}.um .fa-creative-commons-share:before,.um-icon-within .fa-creative-commons-share:before{content:"\f4f2"}.um .fa-bitcoin:before,.um-icon-within .fa-bitcoin:before{content:"\f379"}.um .fa-keycdn:before,.um-icon-within .fa-keycdn:before{content:"\f3ba"}.um .fa-opera:before,.um-icon-within .fa-opera:before{content:"\f26a"}.um .fa-itch-io:before,.um-icon-within .fa-itch-io:before{content:"\f83a"}.um .fa-umbraco:before,.um-icon-within .fa-umbraco:before{content:"\f8e8"}.um .fa-galactic-senate:before,.um-icon-within .fa-galactic-senate:before{content:"\f50d"}.um .fa-ubuntu:before,.um-icon-within .fa-ubuntu:before{content:"\f7df"}.um .fa-draft2digital:before,.um-icon-within .fa-draft2digital:before{content:"\f396"}.um .fa-stripe:before,.um-icon-within .fa-stripe:before{content:"\f429"}.um .fa-houzz:before,.um-icon-within .fa-houzz:before{content:"\f27c"}.um .fa-gg:before,.um-icon-within .fa-gg:before{content:"\f260"}.um .fa-dhl:before,.um-icon-within .fa-dhl:before{content:"\f790"}.um .fa-square-pinterest:before,.um-icon-within .fa-square-pinterest:before{content:"\f0d3"}.um .fa-pinterest-square:before,.um-icon-within .fa-pinterest-square:before{content:"\f0d3"}.um .fa-xing:before,.um-icon-within .fa-xing:before{content:"\f168"}.um .fa-blackberry:before,.um-icon-within .fa-blackberry:before{content:"\f37b"}.um .fa-creative-commons-pd:before,.um-icon-within .fa-creative-commons-pd:before{content:"\f4ec"}.um .fa-playstation:before,.um-icon-within .fa-playstation:before{content:"\f3df"}.um .fa-quinscape:before,.um-icon-within .fa-quinscape:before{content:"\f459"}.um .fa-less:before,.um-icon-within .fa-less:before{content:"\f41d"}.um .fa-blogger-b:before,.um-icon-within .fa-blogger-b:before{content:"\f37d"}.um .fa-opencart:before,.um-icon-within .fa-opencart:before{content:"\f23d"}.um .fa-vine:before,.um-icon-within .fa-vine:before{content:"\f1ca"}.um .fa-signal-messenger:before,.um-icon-within .fa-signal-messenger:before{content:"\e663"}.um .fa-paypal:before,.um-icon-within .fa-paypal:before{content:"\f1ed"}.um .fa-gitlab:before,.um-icon-within .fa-gitlab:before{content:"\f296"}.um .fa-typo3:before,.um-icon-within .fa-typo3:before{content:"\f42b"}.um .fa-reddit-alien:before,.um-icon-within .fa-reddit-alien:before{content:"\f281"}.um .fa-yahoo:before,.um-icon-within .fa-yahoo:before{content:"\f19e"}.um .fa-dailymotion:before,.um-icon-within .fa-dailymotion:before{content:"\e052"}.um .fa-affiliatetheme:before,.um-icon-within .fa-affiliatetheme:before{content:"\f36b"}.um .fa-pied-piper-pp:before,.um-icon-within .fa-pied-piper-pp:before{content:"\f1a7"}.um .fa-bootstrap:before,.um-icon-within .fa-bootstrap:before{content:"\f836"}.um .fa-odnoklassniki:before,.um-icon-within .fa-odnoklassniki:before{content:"\f263"}.um .fa-nfc-symbol:before,.um-icon-within .fa-nfc-symbol:before{content:"\e531"}.um .fa-mintbit:before,.um-icon-within .fa-mintbit:before{content:"\e62f"}.um .fa-ethereum:before,.um-icon-within .fa-ethereum:before{content:"\f42e"}.um .fa-speaker-deck:before,.um-icon-within .fa-speaker-deck:before{content:"\f83c"}.um .fa-creative-commons-nc-eu:before,.um-icon-within .fa-creative-commons-nc-eu:before{content:"\f4e9"}.um .fa-patreon:before,.um-icon-within .fa-patreon:before{content:"\f3d9"}.um .fa-avianex:before,.um-icon-within .fa-avianex:before{content:"\f374"}.um .fa-ello:before,.um-icon-within .fa-ello:before{content:"\f5f1"}.um .fa-gofore:before,.um-icon-within .fa-gofore:before{content:"\f3a7"}.um .fa-bimobject:before,.um-icon-within .fa-bimobject:before{content:"\f378"}.um .fa-brave-reverse:before,.um-icon-within .fa-brave-reverse:before{content:"\e63d"}.um .fa-facebook-f:before,.um-icon-within .fa-facebook-f:before{content:"\f39e"}.um .fa-square-google-plus:before,.um-icon-within .fa-square-google-plus:before{content:"\f0d4"}.um .fa-google-plus-square:before,.um-icon-within .fa-google-plus-square:before{content:"\f0d4"}.um .fa-web-awesome:before,.um-icon-within .fa-web-awesome:before{content:"\e682"}.um .fa-mandalorian:before,.um-icon-within .fa-mandalorian:before{content:"\f50f"}.um .fa-first-order-alt:before,.um-icon-within .fa-first-order-alt:before{content:"\f50a"}.um .fa-osi:before,.um-icon-within .fa-osi:before{content:"\f41a"}.um .fa-google-wallet:before,.um-icon-within .fa-google-wallet:before{content:"\f1ee"}.um .fa-d-and-d-beyond:before,.um-icon-within .fa-d-and-d-beyond:before{content:"\f6ca"}.um .fa-periscope:before,.um-icon-within .fa-periscope:before{content:"\f3da"}.um .fa-fulcrum:before,.um-icon-within .fa-fulcrum:before{content:"\f50b"}.um .fa-cloudscale:before,.um-icon-within .fa-cloudscale:before{content:"\f383"}.um .fa-forumbee:before,.um-icon-within .fa-forumbee:before{content:"\f211"}.um .fa-mizuni:before,.um-icon-within .fa-mizuni:before{content:"\f3cc"}.um .fa-schlix:before,.um-icon-within .fa-schlix:before{content:"\f3ea"}.um .fa-square-xing:before,.um-icon-within .fa-square-xing:before{content:"\f169"}.um .fa-xing-square:before,.um-icon-within .fa-xing-square:before{content:"\f169"}.um .fa-bandcamp:before,.um-icon-within .fa-bandcamp:before{content:"\f2d5"}.um .fa-wpforms:before,.um-icon-within .fa-wpforms:before{content:"\f298"}.um .fa-cloudversify:before,.um-icon-within .fa-cloudversify:before{content:"\f385"}.um .fa-usps:before,.um-icon-within .fa-usps:before{content:"\f7e1"}.um .fa-megaport:before,.um-icon-within .fa-megaport:before{content:"\f5a3"}.um .fa-magento:before,.um-icon-within .fa-magento:before{content:"\f3c4"}.um .fa-spotify:before,.um-icon-within .fa-spotify:before{content:"\f1bc"}.um .fa-optin-monster:before,.um-icon-within .fa-optin-monster:before{content:"\f23c"}.um .fa-fly:before,.um-icon-within .fa-fly:before{content:"\f417"}.um .fa-aviato:before,.um-icon-within .fa-aviato:before{content:"\f421"}.um .fa-itunes:before,.um-icon-within .fa-itunes:before{content:"\f3b4"}.um .fa-cuttlefish:before,.um-icon-within .fa-cuttlefish:before{content:"\f38c"}.um .fa-blogger:before,.um-icon-within .fa-blogger:before{content:"\f37c"}.um .fa-flickr:before,.um-icon-within .fa-flickr:before{content:"\f16e"}.um .fa-viber:before,.um-icon-within .fa-viber:before{content:"\f409"}.um .fa-soundcloud:before,.um-icon-within .fa-soundcloud:before{content:"\f1be"}.um .fa-digg:before,.um-icon-within .fa-digg:before{content:"\f1a6"}.um .fa-tencent-weibo:before,.um-icon-within .fa-tencent-weibo:before{content:"\f1d5"}.um .fa-letterboxd:before,.um-icon-within .fa-letterboxd:before{content:"\e62d"}.um .fa-symfony:before,.um-icon-within .fa-symfony:before{content:"\f83d"}.um .fa-maxcdn:before,.um-icon-within .fa-maxcdn:before{content:"\f136"}.um .fa-etsy:before,.um-icon-within .fa-etsy:before{content:"\f2d7"}.um .fa-facebook-messenger:before,.um-icon-within .fa-facebook-messenger:before{content:"\f39f"}.um .fa-audible:before,.um-icon-within .fa-audible:before{content:"\f373"}.um .fa-think-peaks:before,.um-icon-within .fa-think-peaks:before{content:"\f731"}.um .fa-bilibili:before,.um-icon-within .fa-bilibili:before{content:"\e3d9"}.um .fa-erlang:before,.um-icon-within .fa-erlang:before{content:"\f39d"}.um .fa-x-twitter:before,.um-icon-within .fa-x-twitter:before{content:"\e61b"}.um .fa-cotton-bureau:before,.um-icon-within .fa-cotton-bureau:before{content:"\f89e"}.um .fa-dashcube:before,.um-icon-within .fa-dashcube:before{content:"\f210"}.um .fa-42-group:before,.um-icon-within .fa-42-group:before{content:"\e080"}.um .fa-innosoft:before,.um-icon-within .fa-innosoft:before{content:"\e080"}.um .fa-stack-exchange:before,.um-icon-within .fa-stack-exchange:before{content:"\f18d"}.um .fa-elementor:before,.um-icon-within .fa-elementor:before{content:"\f430"}.um .fa-square-pied-piper:before,.um-icon-within .fa-square-pied-piper:before{content:"\e01e"}.um .fa-pied-piper-square:before,.um-icon-within .fa-pied-piper-square:before{content:"\e01e"}.um .fa-creative-commons-nd:before,.um-icon-within .fa-creative-commons-nd:before{content:"\f4eb"}.um .fa-palfed:before,.um-icon-within .fa-palfed:before{content:"\f3d8"}.um .fa-superpowers:before,.um-icon-within .fa-superpowers:before{content:"\f2dd"}.um .fa-resolving:before,.um-icon-within .fa-resolving:before{content:"\f3e7"}.um .fa-xbox:before,.um-icon-within .fa-xbox:before{content:"\f412"}.um .fa-square-web-awesome-stroke:before,.um-icon-within .fa-square-web-awesome-stroke:before{content:"\e684"}.um .fa-searchengin:before,.um-icon-within .fa-searchengin:before{content:"\f3eb"}.um .fa-tiktok:before,.um-icon-within .fa-tiktok:before{content:"\e07b"}.um .fa-square-facebook:before,.um-icon-within .fa-square-facebook:before{content:"\f082"}.um .fa-facebook-square:before,.um-icon-within .fa-facebook-square:before{content:"\f082"}.um .fa-renren:before,.um-icon-within .fa-renren:before{content:"\f18b"}.um .fa-linux:before,.um-icon-within .fa-linux:before{content:"\f17c"}.um .fa-glide:before,.um-icon-within .fa-glide:before{content:"\f2a5"}.um .fa-linkedin:before,.um-icon-within .fa-linkedin:before{content:"\f08c"}.um .fa-hubspot:before,.um-icon-within .fa-hubspot:before{content:"\f3b2"}.um .fa-deploydog:before,.um-icon-within .fa-deploydog:before{content:"\f38e"}.um .fa-twitch:before,.um-icon-within .fa-twitch:before{content:"\f1e8"}.um .fa-ravelry:before,.um-icon-within .fa-ravelry:before{content:"\f2d9"}.um .fa-mixer:before,.um-icon-within .fa-mixer:before{content:"\e056"}.um .fa-square-lastfm:before,.um-icon-within .fa-square-lastfm:before{content:"\f203"}.um .fa-lastfm-square:before,.um-icon-within .fa-lastfm-square:before{content:"\f203"}.um .fa-vimeo:before,.um-icon-within .fa-vimeo:before{content:"\f40a"}.um .fa-mendeley:before,.um-icon-within .fa-mendeley:before{content:"\f7b3"}.um .fa-uniregistry:before,.um-icon-within .fa-uniregistry:before{content:"\f404"}.um .fa-figma:before,.um-icon-within .fa-figma:before{content:"\f799"}.um .fa-creative-commons-remix:before,.um-icon-within .fa-creative-commons-remix:before{content:"\f4ee"}.um .fa-cc-amazon-pay:before,.um-icon-within .fa-cc-amazon-pay:before{content:"\f42d"}.um .fa-dropbox:before,.um-icon-within .fa-dropbox:before{content:"\f16b"}.um .fa-instagram:before,.um-icon-within .fa-instagram:before{content:"\f16d"}.um .fa-cmplid:before,.um-icon-within .fa-cmplid:before{content:"\e360"}.um .fa-upwork:before,.um-icon-within .fa-upwork:before{content:"\e641"}.um .fa-facebook:before,.um-icon-within .fa-facebook:before{content:"\f09a"}.um .fa-gripfire:before,.um-icon-within .fa-gripfire:before{content:"\f3ac"}.um .fa-jedi-order:before,.um-icon-within .fa-jedi-order:before{content:"\f50e"}.um .fa-uikit:before,.um-icon-within .fa-uikit:before{content:"\f403"}.um .fa-fort-awesome-alt:before,.um-icon-within .fa-fort-awesome-alt:before{content:"\f3a3"}.um .fa-phabricator:before,.um-icon-within .fa-phabricator:before{content:"\f3db"}.um .fa-ussunnah:before,.um-icon-within .fa-ussunnah:before{content:"\f407"}.um .fa-earlybirds:before,.um-icon-within .fa-earlybirds:before{content:"\f39a"}.um .fa-trade-federation:before,.um-icon-within .fa-trade-federation:before{content:"\f513"}.um .fa-autoprefixer:before,.um-icon-within .fa-autoprefixer:before{content:"\f41c"}.um .fa-whatsapp:before,.um-icon-within .fa-whatsapp:before{content:"\f232"}.um .fa-square-upwork:before,.um-icon-within .fa-square-upwork:before{content:"\e67c"}.um .fa-slideshare:before,.um-icon-within .fa-slideshare:before{content:"\f1e7"}.um .fa-google-play:before,.um-icon-within .fa-google-play:before{content:"\f3ab"}.um .fa-viadeo:before,.um-icon-within .fa-viadeo:before{content:"\f2a9"}.um .fa-line:before,.um-icon-within .fa-line:before{content:"\f3c0"}.um .fa-google-drive:before,.um-icon-within .fa-google-drive:before{content:"\f3aa"}.um .fa-servicestack:before,.um-icon-within .fa-servicestack:before{content:"\f3ec"}.um .fa-simplybuilt:before,.um-icon-within .fa-simplybuilt:before{content:"\f215"}.um .fa-bitbucket:before,.um-icon-within .fa-bitbucket:before{content:"\f171"}.um .fa-imdb:before,.um-icon-within .fa-imdb:before{content:"\f2d8"}.um .fa-deezer:before,.um-icon-within .fa-deezer:before{content:"\e077"}.um .fa-raspberry-pi:before,.um-icon-within .fa-raspberry-pi:before{content:"\f7bb"}.um .fa-jira:before,.um-icon-within .fa-jira:before{content:"\f7b1"}.um .fa-docker:before,.um-icon-within .fa-docker:before{content:"\f395"}.um .fa-screenpal:before,.um-icon-within .fa-screenpal:before{content:"\e570"}.um .fa-bluetooth:before,.um-icon-within .fa-bluetooth:before{content:"\f293"}.um .fa-gitter:before,.um-icon-within .fa-gitter:before{content:"\f426"}.um .fa-d-and-d:before,.um-icon-within .fa-d-and-d:before{content:"\f38d"}.um .fa-microblog:before,.um-icon-within .fa-microblog:before{content:"\e01a"}.um .fa-cc-diners-club:before,.um-icon-within .fa-cc-diners-club:before{content:"\f24c"}.um .fa-gg-circle:before,.um-icon-within .fa-gg-circle:before{content:"\f261"}.um .fa-pied-piper-hat:before,.um-icon-within .fa-pied-piper-hat:before{content:"\f4e5"}.um .fa-kickstarter-k:before,.um-icon-within .fa-kickstarter-k:before{content:"\f3bc"}.um .fa-yandex:before,.um-icon-within .fa-yandex:before{content:"\f413"}.um .fa-readme:before,.um-icon-within .fa-readme:before{content:"\f4d5"}.um .fa-html5:before,.um-icon-within .fa-html5:before{content:"\f13b"}.um .fa-sellsy:before,.um-icon-within .fa-sellsy:before{content:"\f213"}.um .fa-square-web-awesome:before,.um-icon-within .fa-square-web-awesome:before{content:"\e683"}.um .fa-sass:before,.um-icon-within .fa-sass:before{content:"\f41e"}.um .fa-wirsindhandwerk:before,.um-icon-within .fa-wirsindhandwerk:before{content:"\e2d0"}.um .fa-wsh:before,.um-icon-within .fa-wsh:before{content:"\e2d0"}.um .fa-buromobelexperte:before,.um-icon-within .fa-buromobelexperte:before{content:"\f37f"}.um .fa-salesforce:before,.um-icon-within .fa-salesforce:before{content:"\f83b"}.um .fa-octopus-deploy:before,.um-icon-within .fa-octopus-deploy:before{content:"\e082"}.um .fa-medapps:before,.um-icon-within .fa-medapps:before{content:"\f3c6"}.um .fa-ns8:before,.um-icon-within .fa-ns8:before{content:"\f3d5"}.um .fa-pinterest-p:before,.um-icon-within .fa-pinterest-p:before{content:"\f231"}.um .fa-apper:before,.um-icon-within .fa-apper:before{content:"\f371"}.um .fa-fort-awesome:before,.um-icon-within .fa-fort-awesome:before{content:"\f286"}.um .fa-waze:before,.um-icon-within .fa-waze:before{content:"\f83f"}.um .fa-bluesky:before,.um-icon-within .fa-bluesky:before{content:"\e671"}.um .fa-cc-jcb:before,.um-icon-within .fa-cc-jcb:before{content:"\f24b"}.um .fa-snapchat:before,.um-icon-within .fa-snapchat:before{content:"\f2ab"}.um .fa-snapchat-ghost:before,.um-icon-within .fa-snapchat-ghost:before{content:"\f2ab"}.um .fa-fantasy-flight-games:before,.um-icon-within .fa-fantasy-flight-games:before{content:"\f6dc"}.um .fa-rust:before,.um-icon-within .fa-rust:before{content:"\e07a"}.um .fa-wix:before,.um-icon-within .fa-wix:before{content:"\f5cf"}.um .fa-square-behance:before,.um-icon-within .fa-square-behance:before{content:"\f1b5"}.um .fa-behance-square:before,.um-icon-within .fa-behance-square:before{content:"\f1b5"}.um .fa-supple:before,.um-icon-within .fa-supple:before{content:"\f3f9"}.um .fa-webflow:before,.um-icon-within .fa-webflow:before{content:"\e65c"}.um .fa-rebel:before,.um-icon-within .fa-rebel:before{content:"\f1d0"}.um .fa-css3:before,.um-icon-within .fa-css3:before{content:"\f13c"}.um .fa-staylinked:before,.um-icon-within .fa-staylinked:before{content:"\f3f5"}.um .fa-kaggle:before,.um-icon-within .fa-kaggle:before{content:"\f5fa"}.um .fa-space-awesome:before,.um-icon-within .fa-space-awesome:before{content:"\e5ac"}.um .fa-deviantart:before,.um-icon-within .fa-deviantart:before{content:"\f1bd"}.um .fa-cpanel:before,.um-icon-within .fa-cpanel:before{content:"\f388"}.um .fa-goodreads-g:before,.um-icon-within .fa-goodreads-g:before{content:"\f3a9"}.um .fa-square-git:before,.um-icon-within .fa-square-git:before{content:"\f1d2"}.um .fa-git-square:before,.um-icon-within .fa-git-square:before{content:"\f1d2"}.um .fa-square-tumblr:before,.um-icon-within .fa-square-tumblr:before{content:"\f174"}.um .fa-tumblr-square:before,.um-icon-within .fa-tumblr-square:before{content:"\f174"}.um .fa-trello:before,.um-icon-within .fa-trello:before{content:"\f181"}.um .fa-creative-commons-nc-jp:before,.um-icon-within .fa-creative-commons-nc-jp:before{content:"\f4ea"}.um .fa-get-pocket:before,.um-icon-within .fa-get-pocket:before{content:"\f265"}.um .fa-perbyte:before,.um-icon-within .fa-perbyte:before{content:"\e083"}.um .fa-grunt:before,.um-icon-within .fa-grunt:before{content:"\f3ad"}.um .fa-weebly:before,.um-icon-within .fa-weebly:before{content:"\f5cc"}.um .fa-connectdevelop:before,.um-icon-within .fa-connectdevelop:before{content:"\f20e"}.um .fa-leanpub:before,.um-icon-within .fa-leanpub:before{content:"\f212"}.um .fa-black-tie:before,.um-icon-within .fa-black-tie:before{content:"\f27e"}.um .fa-themeco:before,.um-icon-within .fa-themeco:before{content:"\f5c6"}.um .fa-python:before,.um-icon-within .fa-python:before{content:"\f3e2"}.um .fa-android:before,.um-icon-within .fa-android:before{content:"\f17b"}.um .fa-bots:before,.um-icon-within .fa-bots:before{content:"\e340"}.um .fa-free-code-camp:before,.um-icon-within .fa-free-code-camp:before{content:"\f2c5"}.um .fa-hornbill:before,.um-icon-within .fa-hornbill:before{content:"\f592"}.um .fa-js:before,.um-icon-within .fa-js:before{content:"\f3b8"}.um .fa-ideal:before,.um-icon-within .fa-ideal:before{content:"\e013"}.um .fa-git:before,.um-icon-within .fa-git:before{content:"\f1d3"}.um .fa-dev:before,.um-icon-within .fa-dev:before{content:"\f6cc"}.um .fa-sketch:before,.um-icon-within .fa-sketch:before{content:"\f7c6"}.um .fa-yandex-international:before,.um-icon-within .fa-yandex-international:before{content:"\f414"}.um .fa-cc-amex:before,.um-icon-within .fa-cc-amex:before{content:"\f1f3"}.um .fa-uber:before,.um-icon-within .fa-uber:before{content:"\f402"}.um .fa-github:before,.um-icon-within .fa-github:before{content:"\f09b"}.um .fa-php:before,.um-icon-within .fa-php:before{content:"\f457"}.um .fa-alipay:before,.um-icon-within .fa-alipay:before{content:"\f642"}.um .fa-youtube:before,.um-icon-within .fa-youtube:before{content:"\f167"}.um .fa-skyatlas:before,.um-icon-within .fa-skyatlas:before{content:"\f216"}.um .fa-firefox-browser:before,.um-icon-within .fa-firefox-browser:before{content:"\e007"}.um .fa-replyd:before,.um-icon-within .fa-replyd:before{content:"\f3e6"}.um .fa-suse:before,.um-icon-within .fa-suse:before{content:"\f7d6"}.um .fa-jenkins:before,.um-icon-within .fa-jenkins:before{content:"\f3b6"}.um .fa-twitter:before,.um-icon-within .fa-twitter:before{content:"\f099"}.um .fa-rockrms:before,.um-icon-within .fa-rockrms:before{content:"\f3e9"}.um .fa-pinterest:before,.um-icon-within .fa-pinterest:before{content:"\f0d2"}.um .fa-buffer:before,.um-icon-within .fa-buffer:before{content:"\f837"}.um .fa-npm:before,.um-icon-within .fa-npm:before{content:"\f3d4"}.um .fa-yammer:before,.um-icon-within .fa-yammer:before{content:"\f840"}.um .fa-btc:before,.um-icon-within .fa-btc:before{content:"\f15a"}.um .fa-dribbble:before,.um-icon-within .fa-dribbble:before{content:"\f17d"}.um .fa-stumbleupon-circle:before,.um-icon-within .fa-stumbleupon-circle:before{content:"\f1a3"}.um .fa-internet-explorer:before,.um-icon-within .fa-internet-explorer:before{content:"\f26b"}.um .fa-stubber:before,.um-icon-within .fa-stubber:before{content:"\e5c7"}.um .fa-telegram:before,.um-icon-within .fa-telegram:before{content:"\f2c6"}.um .fa-telegram-plane:before,.um-icon-within .fa-telegram-plane:before{content:"\f2c6"}.um .fa-old-republic:before,.um-icon-within .fa-old-republic:before{content:"\f510"}.um .fa-odysee:before,.um-icon-within .fa-odysee:before{content:"\e5c6"}.um .fa-square-whatsapp:before,.um-icon-within .fa-square-whatsapp:before{content:"\f40c"}.um .fa-whatsapp-square:before,.um-icon-within .fa-whatsapp-square:before{content:"\f40c"}.um .fa-node-js:before,.um-icon-within .fa-node-js:before{content:"\f3d3"}.um .fa-edge-legacy:before,.um-icon-within .fa-edge-legacy:before{content:"\e078"}.um .fa-slack:before,.um-icon-within .fa-slack:before{content:"\f198"}.um .fa-slack-hash:before,.um-icon-within .fa-slack-hash:before{content:"\f198"}.um .fa-medrt:before,.um-icon-within .fa-medrt:before{content:"\f3c8"}.um .fa-usb:before,.um-icon-within .fa-usb:before{content:"\f287"}.um .fa-tumblr:before,.um-icon-within .fa-tumblr:before{content:"\f173"}.um .fa-vaadin:before,.um-icon-within .fa-vaadin:before{content:"\f408"}.um .fa-quora:before,.um-icon-within .fa-quora:before{content:"\f2c4"}.um .fa-square-x-twitter:before,.um-icon-within .fa-square-x-twitter:before{content:"\e61a"}.um .fa-reacteurope:before,.um-icon-within .fa-reacteurope:before{content:"\f75d"}.um .fa-medium:before,.um-icon-within .fa-medium:before{content:"\f23a"}.um .fa-medium-m:before,.um-icon-within .fa-medium-m:before{content:"\f23a"}.um .fa-amilia:before,.um-icon-within .fa-amilia:before{content:"\f36d"}.um .fa-mixcloud:before,.um-icon-within .fa-mixcloud:before{content:"\f289"}.um .fa-flipboard:before,.um-icon-within .fa-flipboard:before{content:"\f44d"}.um .fa-viacoin:before,.um-icon-within .fa-viacoin:before{content:"\f237"}.um .fa-critical-role:before,.um-icon-within .fa-critical-role:before{content:"\f6c9"}.um .fa-sitrox:before,.um-icon-within .fa-sitrox:before{content:"\e44a"}.um .fa-discourse:before,.um-icon-within .fa-discourse:before{content:"\f393"}.um .fa-joomla:before,.um-icon-within .fa-joomla:before{content:"\f1aa"}.um .fa-mastodon:before,.um-icon-within .fa-mastodon:before{content:"\f4f6"}.um .fa-airbnb:before,.um-icon-within .fa-airbnb:before{content:"\f834"}.um .fa-wolf-pack-battalion:before,.um-icon-within .fa-wolf-pack-battalion:before{content:"\f514"}.um .fa-buy-n-large:before,.um-icon-within .fa-buy-n-large:before{content:"\f8a6"}.um .fa-gulp:before,.um-icon-within .fa-gulp:before{content:"\f3ae"}.um .fa-creative-commons-sampling-plus:before,.um-icon-within .fa-creative-commons-sampling-plus:before{content:"\f4f1"}.um .fa-strava:before,.um-icon-within .fa-strava:before{content:"\f428"}.um .fa-ember:before,.um-icon-within .fa-ember:before{content:"\f423"}.um .fa-canadian-maple-leaf:before,.um-icon-within .fa-canadian-maple-leaf:before{content:"\f785"}.um .fa-teamspeak:before,.um-icon-within .fa-teamspeak:before{content:"\f4f9"}.um .fa-pushed:before,.um-icon-within .fa-pushed:before{content:"\f3e1"}.um .fa-wordpress-simple:before,.um-icon-within .fa-wordpress-simple:before{content:"\f411"}.um .fa-nutritionix:before,.um-icon-within .fa-nutritionix:before{content:"\f3d6"}.um .fa-wodu:before,.um-icon-within .fa-wodu:before{content:"\e088"}.um .fa-google-pay:before,.um-icon-within .fa-google-pay:before{content:"\e079"}.um .fa-intercom:before,.um-icon-within .fa-intercom:before{content:"\f7af"}.um .fa-zhihu:before,.um-icon-within .fa-zhihu:before{content:"\f63f"}.um .fa-korvue:before,.um-icon-within .fa-korvue:before{content:"\f42f"}.um .fa-pix:before,.um-icon-within .fa-pix:before{content:"\e43a"}.um .fa-steam-symbol:before,.um-icon-within .fa-steam-symbol:before{content:"\f3f6"}.um :host,.um :root,.um-icon-within :host,.um-icon-within :root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(/wp-content/plugins/ultimate-member/assets/css/../libs/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/plugins/ultimate-member/assets/css/../libs/fontawesome/webfonts/fa-regular-400.ttf) format("truetype")}.um .fa-regular,.um .far,.um-icon-within .fa-regular,.um-icon-within .far{font-weight:400}.um :host,.um :root,.um-icon-within :host,.um-icon-within :root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(/wp-content/plugins/ultimate-member/assets/css/../libs/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/plugins/ultimate-member/assets/css/../libs/fontawesome/webfonts/fa-solid-900.ttf) format("truetype")}.um .fa-solid,.um .fas,.um-icon-within .fa-solid,.um-icon-within .fas{font-weight:900}.um .fa.fa-glass:before,.um-icon-within .fa.fa-glass:before{content:"\f000"}.um .fa.fa-envelope-o,.um-icon-within .fa.fa-envelope-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-envelope-o:before,.um-icon-within .fa.fa-envelope-o:before{content:"\f0e0"}.um .fa.fa-star-o,.um-icon-within .fa.fa-star-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-star-o:before,.um-icon-within .fa.fa-star-o:before{content:"\f005"}.um .fa.fa-remove:before,.um-icon-within .fa.fa-remove:before{content:"\f00d"}.um .fa.fa-close:before,.um-icon-within .fa.fa-close:before{content:"\f00d"}.um .fa.fa-gear:before,.um-icon-within .fa.fa-gear:before{content:"\f013"}.um .fa.fa-trash-o,.um-icon-within .fa.fa-trash-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-trash-o:before,.um-icon-within .fa.fa-trash-o:before{content:"\f2ed"}.um .fa.fa-home:before,.um-icon-within .fa.fa-home:before{content:"\f015"}.um .fa.fa-file-o,.um-icon-within .fa.fa-file-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-file-o:before,.um-icon-within .fa.fa-file-o:before{content:"\f15b"}.um .fa.fa-clock-o,.um-icon-within .fa.fa-clock-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-clock-o:before,.um-icon-within .fa.fa-clock-o:before{content:"\f017"}.um .fa.fa-arrow-circle-o-down,.um-icon-within .fa.fa-arrow-circle-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-arrow-circle-o-down:before,.um-icon-within .fa.fa-arrow-circle-o-down:before{content:"\f358"}.um .fa.fa-arrow-circle-o-up,.um-icon-within .fa.fa-arrow-circle-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-arrow-circle-o-up:before,.um-icon-within .fa.fa-arrow-circle-o-up:before{content:"\f35b"}.um .fa.fa-play-circle-o,.um-icon-within .fa.fa-play-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-play-circle-o:before,.um-icon-within .fa.fa-play-circle-o:before{content:"\f144"}.um .fa.fa-repeat:before,.um-icon-within .fa.fa-repeat:before{content:"\f01e"}.um .fa.fa-rotate-right:before,.um-icon-within .fa.fa-rotate-right:before{content:"\f01e"}.um .fa.fa-refresh:before,.um-icon-within .fa.fa-refresh:before{content:"\f021"}.um .fa.fa-list-alt,.um-icon-within .fa.fa-list-alt{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-list-alt:before,.um-icon-within .fa.fa-list-alt:before{content:"\f022"}.um .fa.fa-dedent:before,.um-icon-within .fa.fa-dedent:before{content:"\f03b"}.um .fa.fa-video-camera:before,.um-icon-within .fa.fa-video-camera:before{content:"\f03d"}.um .fa.fa-picture-o,.um-icon-within .fa.fa-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-picture-o:before,.um-icon-within .fa.fa-picture-o:before{content:"\f03e"}.um .fa.fa-photo,.um-icon-within .fa.fa-photo{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-photo:before,.um-icon-within .fa.fa-photo:before{content:"\f03e"}.um .fa.fa-image,.um-icon-within .fa.fa-image{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-image:before,.um-icon-within .fa.fa-image:before{content:"\f03e"}.um .fa.fa-map-marker:before,.um-icon-within .fa.fa-map-marker:before{content:"\f3c5"}.um .fa.fa-pencil-square-o,.um-icon-within .fa.fa-pencil-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-pencil-square-o:before,.um-icon-within .fa.fa-pencil-square-o:before{content:"\f044"}.um .fa.fa-edit,.um-icon-within .fa.fa-edit{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-edit:before,.um-icon-within .fa.fa-edit:before{content:"\f044"}.um .fa.fa-share-square-o:before,.um-icon-within .fa.fa-share-square-o:before{content:"\f14d"}.um .fa.fa-check-square-o,.um-icon-within .fa.fa-check-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-check-square-o:before,.um-icon-within .fa.fa-check-square-o:before{content:"\f14a"}.um .fa.fa-arrows:before,.um-icon-within .fa.fa-arrows:before{content:"\f0b2"}.um .fa.fa-times-circle-o,.um-icon-within .fa.fa-times-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-times-circle-o:before,.um-icon-within .fa.fa-times-circle-o:before{content:"\f057"}.um .fa.fa-check-circle-o,.um-icon-within .fa.fa-check-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-check-circle-o:before,.um-icon-within .fa.fa-check-circle-o:before{content:"\f058"}.um .fa.fa-mail-forward:before,.um-icon-within .fa.fa-mail-forward:before{content:"\f064"}.um .fa.fa-expand:before,.um-icon-within .fa.fa-expand:before{content:"\f424"}.um .fa.fa-compress:before,.um-icon-within .fa.fa-compress:before{content:"\f422"}.um .fa.fa-eye,.um-icon-within .fa.fa-eye{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-eye-slash,.um-icon-within .fa.fa-eye-slash{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-warning:before,.um-icon-within .fa.fa-warning:before{content:"\f071"}.um .fa.fa-calendar:before,.um-icon-within .fa.fa-calendar:before{content:"\f073"}.um .fa.fa-arrows-v:before,.um-icon-within .fa.fa-arrows-v:before{content:"\f338"}.um .fa.fa-arrows-h:before,.um-icon-within .fa.fa-arrows-h:before{content:"\f337"}.um .fa.fa-bar-chart:before,.um-icon-within .fa.fa-bar-chart:before{content:"\e0e3"}.um .fa.fa-bar-chart-o:before,.um-icon-within .fa.fa-bar-chart-o:before{content:"\e0e3"}.um .fa.fa-twitter-square,.um-icon-within .fa.fa-twitter-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-twitter-square:before,.um-icon-within .fa.fa-twitter-square:before{content:"\f081"}.um .fa.fa-facebook-square,.um-icon-within .fa.fa-facebook-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-facebook-square:before,.um-icon-within .fa.fa-facebook-square:before{content:"\f082"}.um .fa.fa-gears:before,.um-icon-within .fa.fa-gears:before{content:"\f085"}.um .fa.fa-thumbs-o-up,.um-icon-within .fa.fa-thumbs-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-thumbs-o-up:before,.um-icon-within .fa.fa-thumbs-o-up:before{content:"\f164"}.um .fa.fa-thumbs-o-down,.um-icon-within .fa.fa-thumbs-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-thumbs-o-down:before,.um-icon-within .fa.fa-thumbs-o-down:before{content:"\f165"}.um .fa.fa-heart-o,.um-icon-within .fa.fa-heart-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-heart-o:before,.um-icon-within .fa.fa-heart-o:before{content:"\f004"}.um .fa.fa-sign-out:before,.um-icon-within .fa.fa-sign-out:before{content:"\f2f5"}.um .fa.fa-linkedin-square,.um-icon-within .fa.fa-linkedin-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-linkedin-square:before,.um-icon-within .fa.fa-linkedin-square:before{content:"\f08c"}.um .fa.fa-thumb-tack:before,.um-icon-within .fa.fa-thumb-tack:before{content:"\f08d"}.um .fa.fa-external-link:before,.um-icon-within .fa.fa-external-link:before{content:"\f35d"}.um .fa.fa-sign-in:before,.um-icon-within .fa.fa-sign-in:before{content:"\f2f6"}.um .fa.fa-github-square,.um-icon-within .fa.fa-github-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-github-square:before,.um-icon-within .fa.fa-github-square:before{content:"\f092"}.um .fa.fa-lemon-o,.um-icon-within .fa.fa-lemon-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-lemon-o:before,.um-icon-within .fa.fa-lemon-o:before{content:"\f094"}.um .fa.fa-square-o,.um-icon-within .fa.fa-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-square-o:before,.um-icon-within .fa.fa-square-o:before{content:"\f0c8"}.um .fa.fa-bookmark-o,.um-icon-within .fa.fa-bookmark-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-bookmark-o:before,.um-icon-within .fa.fa-bookmark-o:before{content:"\f02e"}.um .fa.fa-twitter,.um-icon-within .fa.fa-twitter{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-facebook,.um-icon-within .fa.fa-facebook{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-facebook:before,.um-icon-within .fa.fa-facebook:before{content:"\f39e"}.um .fa.fa-facebook-f,.um-icon-within .fa.fa-facebook-f{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-facebook-f:before,.um-icon-within .fa.fa-facebook-f:before{content:"\f39e"}.um .fa.fa-github,.um-icon-within .fa.fa-github{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-credit-card,.um-icon-within .fa.fa-credit-card{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-feed:before,.um-icon-within .fa.fa-feed:before{content:"\f09e"}.um .fa.fa-hdd-o,.um-icon-within .fa.fa-hdd-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-hdd-o:before,.um-icon-within .fa.fa-hdd-o:before{content:"\f0a0"}.um .fa.fa-hand-o-right,.um-icon-within .fa.fa-hand-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-hand-o-right:before,.um-icon-within .fa.fa-hand-o-right:before{content:"\f0a4"}.um .fa.fa-hand-o-left,.um-icon-within .fa.fa-hand-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-hand-o-left:before,.um-icon-within .fa.fa-hand-o-left:before{content:"\f0a5"}.um .fa.fa-hand-o-up,.um-icon-within .fa.fa-hand-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-hand-o-up:before,.um-icon-within .fa.fa-hand-o-up:before{content:"\f0a6"}.um .fa.fa-hand-o-down,.um-icon-within .fa.fa-hand-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-hand-o-down:before,.um-icon-within .fa.fa-hand-o-down:before{content:"\f0a7"}.um .fa.fa-globe:before,.um-icon-within .fa.fa-globe:before{content:"\f57d"}.um .fa.fa-tasks:before,.um-icon-within .fa.fa-tasks:before{content:"\f828"}.um .fa.fa-arrows-alt:before,.um-icon-within .fa.fa-arrows-alt:before{content:"\f31e"}.um .fa.fa-group:before,.um-icon-within .fa.fa-group:before{content:"\f0c0"}.um .fa.fa-chain:before,.um-icon-within .fa.fa-chain:before{content:"\f0c1"}.um .fa.fa-cut:before,.um-icon-within .fa.fa-cut:before{content:"\f0c4"}.um .fa.fa-files-o,.um-icon-within .fa.fa-files-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-files-o:before,.um-icon-within .fa.fa-files-o:before{content:"\f0c5"}.um .fa.fa-floppy-o,.um-icon-within .fa.fa-floppy-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-floppy-o:before,.um-icon-within .fa.fa-floppy-o:before{content:"\f0c7"}.um .fa.fa-save,.um-icon-within .fa.fa-save{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-save:before,.um-icon-within .fa.fa-save:before{content:"\f0c7"}.um .fa.fa-navicon:before,.um-icon-within .fa.fa-navicon:before{content:"\f0c9"}.um .fa.fa-reorder:before,.um-icon-within .fa.fa-reorder:before{content:"\f0c9"}.um .fa.fa-magic:before,.um-icon-within .fa.fa-magic:before{content:"\e2ca"}.um .fa.fa-pinterest,.um-icon-within .fa.fa-pinterest{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-pinterest-square,.um-icon-within .fa.fa-pinterest-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-pinterest-square:before,.um-icon-within .fa.fa-pinterest-square:before{content:"\f0d3"}.um .fa.fa-google-plus-square,.um-icon-within .fa.fa-google-plus-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-google-plus-square:before,.um-icon-within .fa.fa-google-plus-square:before{content:"\f0d4"}.um .fa.fa-google-plus,.um-icon-within .fa.fa-google-plus{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-google-plus:before,.um-icon-within .fa.fa-google-plus:before{content:"\f0d5"}.um .fa.fa-money:before,.um-icon-within .fa.fa-money:before{content:"\f3d1"}.um .fa.fa-unsorted:before,.um-icon-within .fa.fa-unsorted:before{content:"\f0dc"}.um .fa.fa-sort-desc:before,.um-icon-within .fa.fa-sort-desc:before{content:"\f0dd"}.um .fa.fa-sort-asc:before,.um-icon-within .fa.fa-sort-asc:before{content:"\f0de"}.um .fa.fa-linkedin,.um-icon-within .fa.fa-linkedin{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-linkedin:before,.um-icon-within .fa.fa-linkedin:before{content:"\f0e1"}.um .fa.fa-rotate-left:before,.um-icon-within .fa.fa-rotate-left:before{content:"\f0e2"}.um .fa.fa-legal:before,.um-icon-within .fa.fa-legal:before{content:"\f0e3"}.um .fa.fa-tachometer:before,.um-icon-within .fa.fa-tachometer:before{content:"\f625"}.um .fa.fa-dashboard:before,.um-icon-within .fa.fa-dashboard:before{content:"\f625"}.um .fa.fa-comment-o,.um-icon-within .fa.fa-comment-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-comment-o:before,.um-icon-within .fa.fa-comment-o:before{content:"\f075"}.um .fa.fa-comments-o,.um-icon-within .fa.fa-comments-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-comments-o:before,.um-icon-within .fa.fa-comments-o:before{content:"\f086"}.um .fa.fa-flash:before,.um-icon-within .fa.fa-flash:before{content:"\f0e7"}.um .fa.fa-clipboard:before,.um-icon-within .fa.fa-clipboard:before{content:"\f0ea"}.um .fa.fa-lightbulb-o,.um-icon-within .fa.fa-lightbulb-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-lightbulb-o:before,.um-icon-within .fa.fa-lightbulb-o:before{content:"\f0eb"}.um .fa.fa-exchange:before,.um-icon-within .fa.fa-exchange:before{content:"\f362"}.um .fa.fa-cloud-download:before,.um-icon-within .fa.fa-cloud-download:before{content:"\f0ed"}.um .fa.fa-cloud-upload:before,.um-icon-within .fa.fa-cloud-upload:before{content:"\f0ee"}.um .fa.fa-bell-o,.um-icon-within .fa.fa-bell-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-bell-o:before,.um-icon-within .fa.fa-bell-o:before{content:"\f0f3"}.um .fa.fa-cutlery:before,.um-icon-within .fa.fa-cutlery:before{content:"\f2e7"}.um .fa.fa-file-text-o,.um-icon-within .fa.fa-file-text-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-file-text-o:before,.um-icon-within .fa.fa-file-text-o:before{content:"\f15c"}.um .fa.fa-building-o,.um-icon-within .fa.fa-building-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-building-o:before,.um-icon-within .fa.fa-building-o:before{content:"\f1ad"}.um .fa.fa-hospital-o,.um-icon-within .fa.fa-hospital-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-hospital-o:before,.um-icon-within .fa.fa-hospital-o:before{content:"\f0f8"}.um .fa.fa-tablet:before,.um-icon-within .fa.fa-tablet:before{content:"\f3fa"}.um .fa.fa-mobile:before,.um-icon-within .fa.fa-mobile:before{content:"\f3cd"}.um .fa.fa-mobile-phone:before,.um-icon-within .fa.fa-mobile-phone:before{content:"\f3cd"}.um .fa.fa-circle-o,.um-icon-within .fa.fa-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-circle-o:before,.um-icon-within .fa.fa-circle-o:before{content:"\f111"}.um .fa.fa-mail-reply:before,.um-icon-within .fa.fa-mail-reply:before{content:"\f3e5"}.um .fa.fa-github-alt,.um-icon-within .fa.fa-github-alt{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-folder-o,.um-icon-within .fa.fa-folder-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-folder-o:before,.um-icon-within .fa.fa-folder-o:before{content:"\f07b"}.um .fa.fa-folder-open-o,.um-icon-within .fa.fa-folder-open-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-folder-open-o:before,.um-icon-within .fa.fa-folder-open-o:before{content:"\f07c"}.um .fa.fa-smile-o,.um-icon-within .fa.fa-smile-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-smile-o:before,.um-icon-within .fa.fa-smile-o:before{content:"\f118"}.um .fa.fa-frown-o,.um-icon-within .fa.fa-frown-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-frown-o:before,.um-icon-within .fa.fa-frown-o:before{content:"\f119"}.um .fa.fa-meh-o,.um-icon-within .fa.fa-meh-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-meh-o:before,.um-icon-within .fa.fa-meh-o:before{content:"\f11a"}.um .fa.fa-keyboard-o,.um-icon-within .fa.fa-keyboard-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-keyboard-o:before,.um-icon-within .fa.fa-keyboard-o:before{content:"\f11c"}.um .fa.fa-flag-o,.um-icon-within .fa.fa-flag-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-flag-o:before,.um-icon-within .fa.fa-flag-o:before{content:"\f024"}.um .fa.fa-mail-reply-all:before,.um-icon-within .fa.fa-mail-reply-all:before{content:"\f122"}.um .fa.fa-star-half-o,.um-icon-within .fa.fa-star-half-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-star-half-o:before,.um-icon-within .fa.fa-star-half-o:before{content:"\f5c0"}.um .fa.fa-star-half-empty,.um-icon-within .fa.fa-star-half-empty{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-star-half-empty:before,.um-icon-within .fa.fa-star-half-empty:before{content:"\f5c0"}.um .fa.fa-star-half-full,.um-icon-within .fa.fa-star-half-full{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-star-half-full:before,.um-icon-within .fa.fa-star-half-full:before{content:"\f5c0"}.um .fa.fa-code-fork:before,.um-icon-within .fa.fa-code-fork:before{content:"\f126"}.um .fa.fa-chain-broken:before,.um-icon-within .fa.fa-chain-broken:before{content:"\f127"}.um .fa.fa-unlink:before,.um-icon-within .fa.fa-unlink:before{content:"\f127"}.um .fa.fa-calendar-o,.um-icon-within .fa.fa-calendar-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-calendar-o:before,.um-icon-within .fa.fa-calendar-o:before{content:"\f133"}.um .fa.fa-maxcdn,.um-icon-within .fa.fa-maxcdn{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-html5,.um-icon-within .fa.fa-html5{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-css3,.um-icon-within .fa.fa-css3{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-unlock-alt:before,.um-icon-within .fa.fa-unlock-alt:before{content:"\f09c"}.um .fa.fa-minus-square-o,.um-icon-within .fa.fa-minus-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-minus-square-o:before,.um-icon-within .fa.fa-minus-square-o:before{content:"\f146"}.um .fa.fa-level-up:before,.um-icon-within .fa.fa-level-up:before{content:"\f3bf"}.um .fa.fa-level-down:before,.um-icon-within .fa.fa-level-down:before{content:"\f3be"}.um .fa.fa-pencil-square:before,.um-icon-within .fa.fa-pencil-square:before{content:"\f14b"}.um .fa.fa-external-link-square:before,.um-icon-within .fa.fa-external-link-square:before{content:"\f360"}.um .fa.fa-compass,.um-icon-within .fa.fa-compass{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-caret-square-o-down,.um-icon-within .fa.fa-caret-square-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-caret-square-o-down:before,.um-icon-within .fa.fa-caret-square-o-down:before{content:"\f150"}.um .fa.fa-toggle-down,.um-icon-within .fa.fa-toggle-down{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-toggle-down:before,.um-icon-within .fa.fa-toggle-down:before{content:"\f150"}.um .fa.fa-caret-square-o-up,.um-icon-within .fa.fa-caret-square-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-caret-square-o-up:before,.um-icon-within .fa.fa-caret-square-o-up:before{content:"\f151"}.um .fa.fa-toggle-up,.um-icon-within .fa.fa-toggle-up{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-toggle-up:before,.um-icon-within .fa.fa-toggle-up:before{content:"\f151"}.um .fa.fa-caret-square-o-right,.um-icon-within .fa.fa-caret-square-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-caret-square-o-right:before,.um-icon-within .fa.fa-caret-square-o-right:before{content:"\f152"}.um .fa.fa-toggle-right,.um-icon-within .fa.fa-toggle-right{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-toggle-right:before,.um-icon-within .fa.fa-toggle-right:before{content:"\f152"}.um .fa.fa-eur:before,.um-icon-within .fa.fa-eur:before{content:"\f153"}.um .fa.fa-euro:before,.um-icon-within .fa.fa-euro:before{content:"\f153"}.um .fa.fa-gbp:before,.um-icon-within .fa.fa-gbp:before{content:"\f154"}.um .fa.fa-usd:before,.um-icon-within .fa.fa-usd:before{content:"\$"}.um .fa.fa-dollar:before,.um-icon-within .fa.fa-dollar:before{content:"\$"}.um .fa.fa-inr:before,.um-icon-within .fa.fa-inr:before{content:"\e1bc"}.um .fa.fa-rupee:before,.um-icon-within .fa.fa-rupee:before{content:"\e1bc"}.um .fa.fa-jpy:before,.um-icon-within .fa.fa-jpy:before{content:"\f157"}.um .fa.fa-cny:before,.um-icon-within .fa.fa-cny:before{content:"\f157"}.um .fa.fa-rmb:before,.um-icon-within .fa.fa-rmb:before{content:"\f157"}.um .fa.fa-yen:before,.um-icon-within .fa.fa-yen:before{content:"\f157"}.um .fa.fa-rub:before,.um-icon-within .fa.fa-rub:before{content:"\f158"}.um .fa.fa-ruble:before,.um-icon-within .fa.fa-ruble:before{content:"\f158"}.um .fa.fa-rouble:before,.um-icon-within .fa.fa-rouble:before{content:"\f158"}.um .fa.fa-krw:before,.um-icon-within .fa.fa-krw:before{content:"\f159"}.um .fa.fa-won:before,.um-icon-within .fa.fa-won:before{content:"\f159"}.um .fa.fa-btc,.um-icon-within .fa.fa-btc{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-bitcoin,.um-icon-within .fa.fa-bitcoin{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-bitcoin:before,.um-icon-within .fa.fa-bitcoin:before{content:"\f15a"}.um .fa.fa-file-text:before,.um-icon-within .fa.fa-file-text:before{content:"\f15c"}.um .fa.fa-sort-alpha-asc:before,.um-icon-within .fa.fa-sort-alpha-asc:before{content:"\f15d"}.um .fa.fa-sort-alpha-desc:before,.um-icon-within .fa.fa-sort-alpha-desc:before{content:"\f881"}.um .fa.fa-sort-amount-asc:before,.um-icon-within .fa.fa-sort-amount-asc:before{content:"\f884"}.um .fa.fa-sort-amount-desc:before,.um-icon-within .fa.fa-sort-amount-desc:before{content:"\f160"}.um .fa.fa-sort-numeric-asc:before,.um-icon-within .fa.fa-sort-numeric-asc:before{content:"\f162"}.um .fa.fa-sort-numeric-desc:before,.um-icon-within .fa.fa-sort-numeric-desc:before{content:"\f886"}.um .fa.fa-youtube-square,.um-icon-within .fa.fa-youtube-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-youtube-square:before,.um-icon-within .fa.fa-youtube-square:before{content:"\f431"}.um .fa.fa-youtube,.um-icon-within .fa.fa-youtube{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-xing,.um-icon-within .fa.fa-xing{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-xing-square,.um-icon-within .fa.fa-xing-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-xing-square:before,.um-icon-within .fa.fa-xing-square:before{content:"\f169"}.um .fa.fa-youtube-play,.um-icon-within .fa.fa-youtube-play{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-youtube-play:before,.um-icon-within .fa.fa-youtube-play:before{content:"\f167"}.um .fa.fa-dropbox,.um-icon-within .fa.fa-dropbox{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-stack-overflow,.um-icon-within .fa.fa-stack-overflow{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-instagram,.um-icon-within .fa.fa-instagram{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-flickr,.um-icon-within .fa.fa-flickr{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-adn,.um-icon-within .fa.fa-adn{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-bitbucket,.um-icon-within .fa.fa-bitbucket{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-bitbucket-square,.um-icon-within .fa.fa-bitbucket-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-bitbucket-square:before,.um-icon-within .fa.fa-bitbucket-square:before{content:"\f171"}.um .fa.fa-tumblr,.um-icon-within .fa.fa-tumblr{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-tumblr-square,.um-icon-within .fa.fa-tumblr-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-tumblr-square:before,.um-icon-within .fa.fa-tumblr-square:before{content:"\f174"}.um .fa.fa-long-arrow-down:before,.um-icon-within .fa.fa-long-arrow-down:before{content:"\f309"}.um .fa.fa-long-arrow-up:before,.um-icon-within .fa.fa-long-arrow-up:before{content:"\f30c"}.um .fa.fa-long-arrow-left:before,.um-icon-within .fa.fa-long-arrow-left:before{content:"\f30a"}.um .fa.fa-long-arrow-right:before,.um-icon-within .fa.fa-long-arrow-right:before{content:"\f30b"}.um .fa.fa-apple,.um-icon-within .fa.fa-apple{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-windows,.um-icon-within .fa.fa-windows{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-android,.um-icon-within .fa.fa-android{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-linux,.um-icon-within .fa.fa-linux{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-dribbble,.um-icon-within .fa.fa-dribbble{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-skype,.um-icon-within .fa.fa-skype{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-foursquare,.um-icon-within .fa.fa-foursquare{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-trello,.um-icon-within .fa.fa-trello{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-gratipay,.um-icon-within .fa.fa-gratipay{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-gittip,.um-icon-within .fa.fa-gittip{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-gittip:before,.um-icon-within .fa.fa-gittip:before{content:"\f184"}.um .fa.fa-sun-o,.um-icon-within .fa.fa-sun-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-sun-o:before,.um-icon-within .fa.fa-sun-o:before{content:"\f185"}.um .fa.fa-moon-o,.um-icon-within .fa.fa-moon-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-moon-o:before,.um-icon-within .fa.fa-moon-o:before{content:"\f186"}.um .fa.fa-vk,.um-icon-within .fa.fa-vk{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-weibo,.um-icon-within .fa.fa-weibo{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-renren,.um-icon-within .fa.fa-renren{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-pagelines,.um-icon-within .fa.fa-pagelines{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-stack-exchange,.um-icon-within .fa.fa-stack-exchange{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-arrow-circle-o-right,.um-icon-within .fa.fa-arrow-circle-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-arrow-circle-o-right:before,.um-icon-within .fa.fa-arrow-circle-o-right:before{content:"\f35a"}.um .fa.fa-arrow-circle-o-left,.um-icon-within .fa.fa-arrow-circle-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-arrow-circle-o-left:before,.um-icon-within .fa.fa-arrow-circle-o-left:before{content:"\f359"}.um .fa.fa-caret-square-o-left,.um-icon-within .fa.fa-caret-square-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-caret-square-o-left:before,.um-icon-within .fa.fa-caret-square-o-left:before{content:"\f191"}.um .fa.fa-toggle-left,.um-icon-within .fa.fa-toggle-left{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-toggle-left:before,.um-icon-within .fa.fa-toggle-left:before{content:"\f191"}.um .fa.fa-dot-circle-o,.um-icon-within .fa.fa-dot-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-dot-circle-o:before,.um-icon-within .fa.fa-dot-circle-o:before{content:"\f192"}.um .fa.fa-vimeo-square,.um-icon-within .fa.fa-vimeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-vimeo-square:before,.um-icon-within .fa.fa-vimeo-square:before{content:"\f194"}.um .fa.fa-try:before,.um-icon-within .fa.fa-try:before{content:"\e2bb"}.um .fa.fa-turkish-lira:before,.um-icon-within .fa.fa-turkish-lira:before{content:"\e2bb"}.um .fa.fa-plus-square-o,.um-icon-within .fa.fa-plus-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-plus-square-o:before,.um-icon-within .fa.fa-plus-square-o:before{content:"\f0fe"}.um .fa.fa-slack,.um-icon-within .fa.fa-slack{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-wordpress,.um-icon-within .fa.fa-wordpress{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-openid,.um-icon-within .fa.fa-openid{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-institution:before,.um-icon-within .fa.fa-institution:before{content:"\f19c"}.um .fa.fa-bank:before,.um-icon-within .fa.fa-bank:before{content:"\f19c"}.um .fa.fa-mortar-board:before,.um-icon-within .fa.fa-mortar-board:before{content:"\f19d"}.um .fa.fa-yahoo,.um-icon-within .fa.fa-yahoo{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-google,.um-icon-within .fa.fa-google{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-reddit,.um-icon-within .fa.fa-reddit{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-reddit-square,.um-icon-within .fa.fa-reddit-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-reddit-square:before,.um-icon-within .fa.fa-reddit-square:before{content:"\f1a2"}.um .fa.fa-stumbleupon-circle,.um-icon-within .fa.fa-stumbleupon-circle{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-stumbleupon,.um-icon-within .fa.fa-stumbleupon{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-delicious,.um-icon-within .fa.fa-delicious{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-digg,.um-icon-within .fa.fa-digg{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-pied-piper-pp,.um-icon-within .fa.fa-pied-piper-pp{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-pied-piper-alt,.um-icon-within .fa.fa-pied-piper-alt{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-drupal,.um-icon-within .fa.fa-drupal{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-joomla,.um-icon-within .fa.fa-joomla{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-behance,.um-icon-within .fa.fa-behance{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-behance-square,.um-icon-within .fa.fa-behance-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-behance-square:before,.um-icon-within .fa.fa-behance-square:before{content:"\f1b5"}.um .fa.fa-steam,.um-icon-within .fa.fa-steam{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-steam-square,.um-icon-within .fa.fa-steam-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-steam-square:before,.um-icon-within .fa.fa-steam-square:before{content:"\f1b7"}.um .fa.fa-automobile:before,.um-icon-within .fa.fa-automobile:before{content:"\f1b9"}.um .fa.fa-cab:before,.um-icon-within .fa.fa-cab:before{content:"\f1ba"}.um .fa.fa-spotify,.um-icon-within .fa.fa-spotify{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-deviantart,.um-icon-within .fa.fa-deviantart{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-soundcloud,.um-icon-within .fa.fa-soundcloud{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-file-pdf-o,.um-icon-within .fa.fa-file-pdf-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-file-pdf-o:before,.um-icon-within .fa.fa-file-pdf-o:before{content:"\f1c1"}.um .fa.fa-file-word-o,.um-icon-within .fa.fa-file-word-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-file-word-o:before,.um-icon-within .fa.fa-file-word-o:before{content:"\f1c2"}.um .fa.fa-file-excel-o,.um-icon-within .fa.fa-file-excel-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-file-excel-o:before,.um-icon-within .fa.fa-file-excel-o:before{content:"\f1c3"}.um .fa.fa-file-powerpoint-o,.um-icon-within .fa.fa-file-powerpoint-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-file-powerpoint-o:before,.um-icon-within .fa.fa-file-powerpoint-o:before{content:"\f1c4"}.um .fa.fa-file-image-o,.um-icon-within .fa.fa-file-image-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-file-image-o:before,.um-icon-within .fa.fa-file-image-o:before{content:"\f1c5"}.um .fa.fa-file-photo-o,.um-icon-within .fa.fa-file-photo-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-file-photo-o:before,.um-icon-within .fa.fa-file-photo-o:before{content:"\f1c5"}.um .fa.fa-file-picture-o,.um-icon-within .fa.fa-file-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-file-picture-o:before,.um-icon-within .fa.fa-file-picture-o:before{content:"\f1c5"}.um .fa.fa-file-archive-o,.um-icon-within .fa.fa-file-archive-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-file-archive-o:before,.um-icon-within .fa.fa-file-archive-o:before{content:"\f1c6"}.um .fa.fa-file-zip-o,.um-icon-within .fa.fa-file-zip-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-file-zip-o:before,.um-icon-within .fa.fa-file-zip-o:before{content:"\f1c6"}.um .fa.fa-file-audio-o,.um-icon-within .fa.fa-file-audio-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-file-audio-o:before,.um-icon-within .fa.fa-file-audio-o:before{content:"\f1c7"}.um .fa.fa-file-sound-o,.um-icon-within .fa.fa-file-sound-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-file-sound-o:before,.um-icon-within .fa.fa-file-sound-o:before{content:"\f1c7"}.um .fa.fa-file-video-o,.um-icon-within .fa.fa-file-video-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-file-video-o:before,.um-icon-within .fa.fa-file-video-o:before{content:"\f1c8"}.um .fa.fa-file-movie-o,.um-icon-within .fa.fa-file-movie-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-file-movie-o:before,.um-icon-within .fa.fa-file-movie-o:before{content:"\f1c8"}.um .fa.fa-file-code-o,.um-icon-within .fa.fa-file-code-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-file-code-o:before,.um-icon-within .fa.fa-file-code-o:before{content:"\f1c9"}.um .fa.fa-vine,.um-icon-within .fa.fa-vine{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-codepen,.um-icon-within .fa.fa-codepen{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-jsfiddle,.um-icon-within .fa.fa-jsfiddle{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-life-bouy:before,.um-icon-within .fa.fa-life-bouy:before{content:"\f1cd"}.um .fa.fa-life-buoy:before,.um-icon-within .fa.fa-life-buoy:before{content:"\f1cd"}.um .fa.fa-life-saver:before,.um-icon-within .fa.fa-life-saver:before{content:"\f1cd"}.um .fa.fa-support:before,.um-icon-within .fa.fa-support:before{content:"\f1cd"}.um .fa.fa-circle-o-notch:before,.um-icon-within .fa.fa-circle-o-notch:before{content:"\f1ce"}.um .fa.fa-rebel,.um-icon-within .fa.fa-rebel{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-ra,.um-icon-within .fa.fa-ra{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-ra:before,.um-icon-within .fa.fa-ra:before{content:"\f1d0"}.um .fa.fa-resistance,.um-icon-within .fa.fa-resistance{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-resistance:before,.um-icon-within .fa.fa-resistance:before{content:"\f1d0"}.um .fa.fa-empire,.um-icon-within .fa.fa-empire{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-ge,.um-icon-within .fa.fa-ge{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-ge:before,.um-icon-within .fa.fa-ge:before{content:"\f1d1"}.um .fa.fa-git-square,.um-icon-within .fa.fa-git-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-git-square:before,.um-icon-within .fa.fa-git-square:before{content:"\f1d2"}.um .fa.fa-git,.um-icon-within .fa.fa-git{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-hacker-news,.um-icon-within .fa.fa-hacker-news{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-y-combinator-square,.um-icon-within .fa.fa-y-combinator-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-y-combinator-square:before,.um-icon-within .fa.fa-y-combinator-square:before{content:"\f1d4"}.um .fa.fa-yc-square,.um-icon-within .fa.fa-yc-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-yc-square:before,.um-icon-within .fa.fa-yc-square:before{content:"\f1d4"}.um .fa.fa-tencent-weibo,.um-icon-within .fa.fa-tencent-weibo{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-qq,.um-icon-within .fa.fa-qq{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-weixin,.um-icon-within .fa.fa-weixin{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-wechat,.um-icon-within .fa.fa-wechat{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-wechat:before,.um-icon-within .fa.fa-wechat:before{content:"\f1d7"}.um .fa.fa-send:before,.um-icon-within .fa.fa-send:before{content:"\f1d8"}.um .fa.fa-paper-plane-o,.um-icon-within .fa.fa-paper-plane-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-paper-plane-o:before,.um-icon-within .fa.fa-paper-plane-o:before{content:"\f1d8"}.um .fa.fa-send-o,.um-icon-within .fa.fa-send-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-send-o:before,.um-icon-within .fa.fa-send-o:before{content:"\f1d8"}.um .fa.fa-circle-thin,.um-icon-within .fa.fa-circle-thin{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-circle-thin:before,.um-icon-within .fa.fa-circle-thin:before{content:"\f111"}.um .fa.fa-header:before,.um-icon-within .fa.fa-header:before{content:"\f1dc"}.um .fa.fa-futbol-o,.um-icon-within .fa.fa-futbol-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-futbol-o:before,.um-icon-within .fa.fa-futbol-o:before{content:"\f1e3"}.um .fa.fa-soccer-ball-o,.um-icon-within .fa.fa-soccer-ball-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-soccer-ball-o:before,.um-icon-within .fa.fa-soccer-ball-o:before{content:"\f1e3"}.um .fa.fa-slideshare,.um-icon-within .fa.fa-slideshare{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-twitch,.um-icon-within .fa.fa-twitch{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-yelp,.um-icon-within .fa.fa-yelp{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-newspaper-o,.um-icon-within .fa.fa-newspaper-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-newspaper-o:before,.um-icon-within .fa.fa-newspaper-o:before{content:"\f1ea"}.um .fa.fa-paypal,.um-icon-within .fa.fa-paypal{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-google-wallet,.um-icon-within .fa.fa-google-wallet{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-cc-visa,.um-icon-within .fa.fa-cc-visa{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-cc-mastercard,.um-icon-within .fa.fa-cc-mastercard{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-cc-discover,.um-icon-within .fa.fa-cc-discover{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-cc-amex,.um-icon-within .fa.fa-cc-amex{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-cc-paypal,.um-icon-within .fa.fa-cc-paypal{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-cc-stripe,.um-icon-within .fa.fa-cc-stripe{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-bell-slash-o,.um-icon-within .fa.fa-bell-slash-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-bell-slash-o:before,.um-icon-within .fa.fa-bell-slash-o:before{content:"\f1f6"}.um .fa.fa-trash:before,.um-icon-within .fa.fa-trash:before{content:"\f2ed"}.um .fa.fa-copyright,.um-icon-within .fa.fa-copyright{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-eyedropper:before,.um-icon-within .fa.fa-eyedropper:before{content:"\f1fb"}.um .fa.fa-area-chart:before,.um-icon-within .fa.fa-area-chart:before{content:"\f1fe"}.um .fa.fa-pie-chart:before,.um-icon-within .fa.fa-pie-chart:before{content:"\f200"}.um .fa.fa-line-chart:before,.um-icon-within .fa.fa-line-chart:before{content:"\f201"}.um .fa.fa-lastfm,.um-icon-within .fa.fa-lastfm{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-lastfm-square,.um-icon-within .fa.fa-lastfm-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-lastfm-square:before,.um-icon-within .fa.fa-lastfm-square:before{content:"\f203"}.um .fa.fa-ioxhost,.um-icon-within .fa.fa-ioxhost{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-angellist,.um-icon-within .fa.fa-angellist{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-cc,.um-icon-within .fa.fa-cc{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-cc:before,.um-icon-within .fa.fa-cc:before{content:"\f20a"}.um .fa.fa-ils:before,.um-icon-within .fa.fa-ils:before{content:"\f20b"}.um .fa.fa-shekel:before,.um-icon-within .fa.fa-shekel:before{content:"\f20b"}.um .fa.fa-sheqel:before,.um-icon-within .fa.fa-sheqel:before{content:"\f20b"}.um .fa.fa-buysellads,.um-icon-within .fa.fa-buysellads{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-connectdevelop,.um-icon-within .fa.fa-connectdevelop{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-dashcube,.um-icon-within .fa.fa-dashcube{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-forumbee,.um-icon-within .fa.fa-forumbee{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-leanpub,.um-icon-within .fa.fa-leanpub{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-sellsy,.um-icon-within .fa.fa-sellsy{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-shirtsinbulk,.um-icon-within .fa.fa-shirtsinbulk{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-simplybuilt,.um-icon-within .fa.fa-simplybuilt{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-skyatlas,.um-icon-within .fa.fa-skyatlas{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-diamond,.um-icon-within .fa.fa-diamond{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-diamond:before,.um-icon-within .fa.fa-diamond:before{content:"\f3a5"}.um .fa.fa-transgender:before,.um-icon-within .fa.fa-transgender:before{content:"\f224"}.um .fa.fa-intersex:before,.um-icon-within .fa.fa-intersex:before{content:"\f224"}.um .fa.fa-transgender-alt:before,.um-icon-within .fa.fa-transgender-alt:before{content:"\f225"}.um .fa.fa-facebook-official,.um-icon-within .fa.fa-facebook-official{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-facebook-official:before,.um-icon-within .fa.fa-facebook-official:before{content:"\f09a"}.um .fa.fa-pinterest-p,.um-icon-within .fa.fa-pinterest-p{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-whatsapp,.um-icon-within .fa.fa-whatsapp{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-hotel:before,.um-icon-within .fa.fa-hotel:before{content:"\f236"}.um .fa.fa-viacoin,.um-icon-within .fa.fa-viacoin{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-medium,.um-icon-within .fa.fa-medium{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-y-combinator,.um-icon-within .fa.fa-y-combinator{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-yc,.um-icon-within .fa.fa-yc{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-yc:before,.um-icon-within .fa.fa-yc:before{content:"\f23b"}.um .fa.fa-optin-monster,.um-icon-within .fa.fa-optin-monster{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-opencart,.um-icon-within .fa.fa-opencart{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-expeditedssl,.um-icon-within .fa.fa-expeditedssl{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-battery-4:before,.um-icon-within .fa.fa-battery-4:before{content:"\f240"}.um .fa.fa-battery:before,.um-icon-within .fa.fa-battery:before{content:"\f240"}.um .fa.fa-battery-3:before,.um-icon-within .fa.fa-battery-3:before{content:"\f241"}.um .fa.fa-battery-2:before,.um-icon-within .fa.fa-battery-2:before{content:"\f242"}.um .fa.fa-battery-1:before,.um-icon-within .fa.fa-battery-1:before{content:"\f243"}.um .fa.fa-battery-0:before,.um-icon-within .fa.fa-battery-0:before{content:"\f244"}.um .fa.fa-object-group,.um-icon-within .fa.fa-object-group{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-object-ungroup,.um-icon-within .fa.fa-object-ungroup{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-sticky-note-o,.um-icon-within .fa.fa-sticky-note-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-sticky-note-o:before,.um-icon-within .fa.fa-sticky-note-o:before{content:"\f249"}.um .fa.fa-cc-jcb,.um-icon-within .fa.fa-cc-jcb{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-cc-diners-club,.um-icon-within .fa.fa-cc-diners-club{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-clone,.um-icon-within .fa.fa-clone{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-hourglass-o:before,.um-icon-within .fa.fa-hourglass-o:before{content:"\f254"}.um .fa.fa-hourglass-1:before,.um-icon-within .fa.fa-hourglass-1:before{content:"\f251"}.um .fa.fa-hourglass-2:before,.um-icon-within .fa.fa-hourglass-2:before{content:"\f252"}.um .fa.fa-hourglass-3:before,.um-icon-within .fa.fa-hourglass-3:before{content:"\f253"}.um .fa.fa-hand-rock-o,.um-icon-within .fa.fa-hand-rock-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-hand-rock-o:before,.um-icon-within .fa.fa-hand-rock-o:before{content:"\f255"}.um .fa.fa-hand-grab-o,.um-icon-within .fa.fa-hand-grab-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-hand-grab-o:before,.um-icon-within .fa.fa-hand-grab-o:before{content:"\f255"}.um .fa.fa-hand-paper-o,.um-icon-within .fa.fa-hand-paper-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-hand-paper-o:before,.um-icon-within .fa.fa-hand-paper-o:before{content:"\f256"}.um .fa.fa-hand-stop-o,.um-icon-within .fa.fa-hand-stop-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-hand-stop-o:before,.um-icon-within .fa.fa-hand-stop-o:before{content:"\f256"}.um .fa.fa-hand-scissors-o,.um-icon-within .fa.fa-hand-scissors-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-hand-scissors-o:before,.um-icon-within .fa.fa-hand-scissors-o:before{content:"\f257"}.um .fa.fa-hand-lizard-o,.um-icon-within .fa.fa-hand-lizard-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-hand-lizard-o:before,.um-icon-within .fa.fa-hand-lizard-o:before{content:"\f258"}.um .fa.fa-hand-spock-o,.um-icon-within .fa.fa-hand-spock-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-hand-spock-o:before,.um-icon-within .fa.fa-hand-spock-o:before{content:"\f259"}.um .fa.fa-hand-pointer-o,.um-icon-within .fa.fa-hand-pointer-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-hand-pointer-o:before,.um-icon-within .fa.fa-hand-pointer-o:before{content:"\f25a"}.um .fa.fa-hand-peace-o,.um-icon-within .fa.fa-hand-peace-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-hand-peace-o:before,.um-icon-within .fa.fa-hand-peace-o:before{content:"\f25b"}.um .fa.fa-registered,.um-icon-within .fa.fa-registered{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-creative-commons,.um-icon-within .fa.fa-creative-commons{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-gg,.um-icon-within .fa.fa-gg{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-gg-circle,.um-icon-within .fa.fa-gg-circle{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-odnoklassniki,.um-icon-within .fa.fa-odnoklassniki{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-odnoklassniki-square,.um-icon-within .fa.fa-odnoklassniki-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-odnoklassniki-square:before,.um-icon-within .fa.fa-odnoklassniki-square:before{content:"\f264"}.um .fa.fa-get-pocket,.um-icon-within .fa.fa-get-pocket{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-wikipedia-w,.um-icon-within .fa.fa-wikipedia-w{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-safari,.um-icon-within .fa.fa-safari{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-chrome,.um-icon-within .fa.fa-chrome{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-firefox,.um-icon-within .fa.fa-firefox{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-opera,.um-icon-within .fa.fa-opera{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-internet-explorer,.um-icon-within .fa.fa-internet-explorer{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-television:before,.um-icon-within .fa.fa-television:before{content:"\f26c"}.um .fa.fa-contao,.um-icon-within .fa.fa-contao{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-500px,.um-icon-within .fa.fa-500px{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-amazon,.um-icon-within .fa.fa-amazon{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-calendar-plus-o,.um-icon-within .fa.fa-calendar-plus-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-calendar-plus-o:before,.um-icon-within .fa.fa-calendar-plus-o:before{content:"\f271"}.um .fa.fa-calendar-minus-o,.um-icon-within .fa.fa-calendar-minus-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-calendar-minus-o:before,.um-icon-within .fa.fa-calendar-minus-o:before{content:"\f272"}.um .fa.fa-calendar-times-o,.um-icon-within .fa.fa-calendar-times-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-calendar-times-o:before,.um-icon-within .fa.fa-calendar-times-o:before{content:"\f273"}.um .fa.fa-calendar-check-o,.um-icon-within .fa.fa-calendar-check-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-calendar-check-o:before,.um-icon-within .fa.fa-calendar-check-o:before{content:"\f274"}.um .fa.fa-map-o,.um-icon-within .fa.fa-map-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-map-o:before,.um-icon-within .fa.fa-map-o:before{content:"\f279"}.um .fa.fa-commenting:before,.um-icon-within .fa.fa-commenting:before{content:"\f4ad"}.um .fa.fa-commenting-o,.um-icon-within .fa.fa-commenting-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-commenting-o:before,.um-icon-within .fa.fa-commenting-o:before{content:"\f4ad"}.um .fa.fa-houzz,.um-icon-within .fa.fa-houzz{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-vimeo,.um-icon-within .fa.fa-vimeo{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-vimeo:before,.um-icon-within .fa.fa-vimeo:before{content:"\f27d"}.um .fa.fa-black-tie,.um-icon-within .fa.fa-black-tie{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-fonticons,.um-icon-within .fa.fa-fonticons{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-reddit-alien,.um-icon-within .fa.fa-reddit-alien{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-edge,.um-icon-within .fa.fa-edge{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-credit-card-alt:before,.um-icon-within .fa.fa-credit-card-alt:before{content:"\f09d"}.um .fa.fa-codiepie,.um-icon-within .fa.fa-codiepie{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-modx,.um-icon-within .fa.fa-modx{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-fort-awesome,.um-icon-within .fa.fa-fort-awesome{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-usb,.um-icon-within .fa.fa-usb{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-product-hunt,.um-icon-within .fa.fa-product-hunt{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-mixcloud,.um-icon-within .fa.fa-mixcloud{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-scribd,.um-icon-within .fa.fa-scribd{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-pause-circle-o,.um-icon-within .fa.fa-pause-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-pause-circle-o:before,.um-icon-within .fa.fa-pause-circle-o:before{content:"\f28b"}.um .fa.fa-stop-circle-o,.um-icon-within .fa.fa-stop-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-stop-circle-o:before,.um-icon-within .fa.fa-stop-circle-o:before{content:"\f28d"}.um .fa.fa-bluetooth,.um-icon-within .fa.fa-bluetooth{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-bluetooth-b,.um-icon-within .fa.fa-bluetooth-b{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-gitlab,.um-icon-within .fa.fa-gitlab{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-wpbeginner,.um-icon-within .fa.fa-wpbeginner{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-wpforms,.um-icon-within .fa.fa-wpforms{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-envira,.um-icon-within .fa.fa-envira{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-wheelchair-alt,.um-icon-within .fa.fa-wheelchair-alt{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-wheelchair-alt:before,.um-icon-within .fa.fa-wheelchair-alt:before{content:"\f368"}.um .fa.fa-question-circle-o,.um-icon-within .fa.fa-question-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-question-circle-o:before,.um-icon-within .fa.fa-question-circle-o:before{content:"\f059"}.um .fa.fa-volume-control-phone:before,.um-icon-within .fa.fa-volume-control-phone:before{content:"\f2a0"}.um .fa.fa-asl-interpreting:before,.um-icon-within .fa.fa-asl-interpreting:before{content:"\f2a3"}.um .fa.fa-deafness:before,.um-icon-within .fa.fa-deafness:before{content:"\f2a4"}.um .fa.fa-hard-of-hearing:before,.um-icon-within .fa.fa-hard-of-hearing:before{content:"\f2a4"}.um .fa.fa-glide,.um-icon-within .fa.fa-glide{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-glide-g,.um-icon-within .fa.fa-glide-g{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-signing:before,.um-icon-within .fa.fa-signing:before{content:"\f2a7"}.um .fa.fa-viadeo,.um-icon-within .fa.fa-viadeo{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-viadeo-square,.um-icon-within .fa.fa-viadeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-viadeo-square:before,.um-icon-within .fa.fa-viadeo-square:before{content:"\f2aa"}.um .fa.fa-snapchat,.um-icon-within .fa.fa-snapchat{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-snapchat-ghost,.um-icon-within .fa.fa-snapchat-ghost{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-snapchat-ghost:before,.um-icon-within .fa.fa-snapchat-ghost:before{content:"\f2ab"}.um .fa.fa-snapchat-square,.um-icon-within .fa.fa-snapchat-square{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-snapchat-square:before,.um-icon-within .fa.fa-snapchat-square:before{content:"\f2ad"}.um .fa.fa-pied-piper,.um-icon-within .fa.fa-pied-piper{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-first-order,.um-icon-within .fa.fa-first-order{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-yoast,.um-icon-within .fa.fa-yoast{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-themeisle,.um-icon-within .fa.fa-themeisle{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-google-plus-official,.um-icon-within .fa.fa-google-plus-official{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-google-plus-official:before,.um-icon-within .fa.fa-google-plus-official:before{content:"\f2b3"}.um .fa.fa-google-plus-circle,.um-icon-within .fa.fa-google-plus-circle{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-google-plus-circle:before,.um-icon-within .fa.fa-google-plus-circle:before{content:"\f2b3"}.um .fa.fa-font-awesome,.um-icon-within .fa.fa-font-awesome{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-fa,.um-icon-within .fa.fa-fa{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-fa:before,.um-icon-within .fa.fa-fa:before{content:"\f2b4"}.um .fa.fa-handshake-o,.um-icon-within .fa.fa-handshake-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-handshake-o:before,.um-icon-within .fa.fa-handshake-o:before{content:"\f2b5"}.um .fa.fa-envelope-open-o,.um-icon-within .fa.fa-envelope-open-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-envelope-open-o:before,.um-icon-within .fa.fa-envelope-open-o:before{content:"\f2b6"}.um .fa.fa-linode,.um-icon-within .fa.fa-linode{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-address-book-o,.um-icon-within .fa.fa-address-book-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-address-book-o:before,.um-icon-within .fa.fa-address-book-o:before{content:"\f2b9"}.um .fa.fa-vcard:before,.um-icon-within .fa.fa-vcard:before{content:"\f2bb"}.um .fa.fa-address-card-o,.um-icon-within .fa.fa-address-card-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-address-card-o:before,.um-icon-within .fa.fa-address-card-o:before{content:"\f2bb"}.um .fa.fa-vcard-o,.um-icon-within .fa.fa-vcard-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-vcard-o:before,.um-icon-within .fa.fa-vcard-o:before{content:"\f2bb"}.um .fa.fa-user-circle-o,.um-icon-within .fa.fa-user-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-user-circle-o:before,.um-icon-within .fa.fa-user-circle-o:before{content:"\f2bd"}.um .fa.fa-user-o,.um-icon-within .fa.fa-user-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-user-o:before,.um-icon-within .fa.fa-user-o:before{content:"\f007"}.um .fa.fa-id-badge,.um-icon-within .fa.fa-id-badge{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-drivers-license:before,.um-icon-within .fa.fa-drivers-license:before{content:"\f2c2"}.um .fa.fa-id-card-o,.um-icon-within .fa.fa-id-card-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-id-card-o:before,.um-icon-within .fa.fa-id-card-o:before{content:"\f2c2"}.um .fa.fa-drivers-license-o,.um-icon-within .fa.fa-drivers-license-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-drivers-license-o:before,.um-icon-within .fa.fa-drivers-license-o:before{content:"\f2c2"}.um .fa.fa-quora,.um-icon-within .fa.fa-quora{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-free-code-camp,.um-icon-within .fa.fa-free-code-camp{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-telegram,.um-icon-within .fa.fa-telegram{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-thermometer-4:before,.um-icon-within .fa.fa-thermometer-4:before{content:"\f2c7"}.um .fa.fa-thermometer:before,.um-icon-within .fa.fa-thermometer:before{content:"\f2c7"}.um .fa.fa-thermometer-3:before,.um-icon-within .fa.fa-thermometer-3:before{content:"\f2c8"}.um .fa.fa-thermometer-2:before,.um-icon-within .fa.fa-thermometer-2:before{content:"\f2c9"}.um .fa.fa-thermometer-1:before,.um-icon-within .fa.fa-thermometer-1:before{content:"\f2ca"}.um .fa.fa-thermometer-0:before,.um-icon-within .fa.fa-thermometer-0:before{content:"\f2cb"}.um .fa.fa-bathtub:before,.um-icon-within .fa.fa-bathtub:before{content:"\f2cd"}.um .fa.fa-s15:before,.um-icon-within .fa.fa-s15:before{content:"\f2cd"}.um .fa.fa-window-maximize,.um-icon-within .fa.fa-window-maximize{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-window-restore,.um-icon-within .fa.fa-window-restore{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-times-rectangle:before,.um-icon-within .fa.fa-times-rectangle:before{content:"\f410"}.um .fa.fa-window-close-o,.um-icon-within .fa.fa-window-close-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-window-close-o:before,.um-icon-within .fa.fa-window-close-o:before{content:"\f410"}.um .fa.fa-times-rectangle-o,.um-icon-within .fa.fa-times-rectangle-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-times-rectangle-o:before,.um-icon-within .fa.fa-times-rectangle-o:before{content:"\f410"}.um .fa.fa-bandcamp,.um-icon-within .fa.fa-bandcamp{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-grav,.um-icon-within .fa.fa-grav{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-etsy,.um-icon-within .fa.fa-etsy{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-imdb,.um-icon-within .fa.fa-imdb{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-ravelry,.um-icon-within .fa.fa-ravelry{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-eercast,.um-icon-within .fa.fa-eercast{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-eercast:before,.um-icon-within .fa.fa-eercast:before{content:"\f2da"}.um .fa.fa-snowflake-o,.um-icon-within .fa.fa-snowflake-o{font-family:"Font Awesome 6 Free";font-weight:400}.um .fa.fa-snowflake-o:before,.um-icon-within .fa.fa-snowflake-o:before{content:"\f2dc"}.um .fa.fa-superpowers,.um-icon-within .fa.fa-superpowers{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-wpexplorer,.um-icon-within .fa.fa-wpexplorer{font-family:"Font Awesome 6 Brands";font-weight:400}.um .fa.fa-meetup,.um-icon-within .fa.fa-meetup{font-family:"Font Awesome 6 Brands";font-weight:400}.um .tipsy,.um-page .tipsy{z-index:9999999999;font-size:inherit}.um .tipsy-inner,.um-page .tipsy-inner{background-color:#333;color:#fff;max-width:250px;padding:6px 10px;text-align:left;font-size:13px;line-height:17px;word-wrap:break-word;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.um .tipsy-arrow-n,.um-page .tipsy-arrow-n{border-bottom-color:#333}.um .tipsy-arrow-s,.um-page .tipsy-arrow-s{border-top-color:#333}.um .tipsy-arrow-e,.um-page .tipsy-arrow-e{border-left-color:#333}.um .tipsy-arrow-w,.um-page .tipsy-arrow-w{border-right-color:#333}.uimob340-show,.uimob500-show,.uimob800-show,.uimob960-show{display:none}.um-profile-nav-item a.uimob340-show,.um-profile-nav-item a.uimob500-show,.um-profile-nav-item a.uimob800-show,.um-profile-nav-item a.uimob960-show{display:none}div.uimob340 .uimob340-show,div.uimob500 .uimob500-show,div.uimob800 .uimob800-show,div.uimob960 .uimob960-show{display:block}div.uimob340 .uimob340-hide,div.uimob500 .uimob500-hide,div.uimob800 .uimob800-hide,div.uimob960 .uimob960-hide{display:none}div.uimob340 .um-item-link a{font-size:14px}div.uimob340 .um-item-meta span{font-size:13px}div.uimob340 .um-load-items a{width:100%!important;max-width:100%!important}div.uimob340 .um-profile-nav{padding:0}div.uimob340 .um-profile-nav-item a{padding:10px 16px;margin-left:0;border-radius:0}div.uimob340 .um-profile-nav-item i{display:block;position:static;top:auto;left:auto}div.uimob340 .um-profile-subnav{padding:8px 15px}div.uimob340 .um-profile-subnav a{display:block;text-align:left;font-size:13px;margin:0;padding:6px 0}div.uimob340 .um-profile-subnav span{font-size:12px;padding:1px 6px}div.uimob340 .um-cover-overlay span.um-cover-overlay-t{display:none!important}div.uimob340 .um-cover-overlay{padding:0}div.uimob340 .um-cover-overlay i,div.uimob340 .um-profile-photo-overlay i{margin-bottom:0;font-size:30px}.um-modal.uimob340{width:100%!important;margin:0!important;left:0!important;height:100%;background:#fff}.um-modal.uimob340,.um-modal.uimob340 .um-modal-body,.um-modal.uimob340 .um-modal-header{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.um-modal.uimob340 .um-modal-header{text-align:center}.um-modal.uimob340 .um-modal-footer{position:absolute;bottom:0;left:0;width:100%;box-sizing:border-box;padding:10px;border-top:1px solid #ddd}.um-modal.uimob340 .um-modal-right{width:100%;float:none}.um-modal.uimob340 .um-modal-footer a.um-modal-btn{width:48%;margin:0 1%;float:left;display:block;line-height:44px!important;height:44px}.um-modal.uimob340 .ajax-upload-dragdrop span.icon{font-size:40px;line-height:40px}div.uimob340 .um-profile-body{padding-left:0;padding-right:0}div.uimob340 .um-profile-photo{width:100%!important;text-align:center!important;position:absolute;top:-40px;left:0;margin:0}div.uimob340 .um-header.no-cover .um-profile-photo{position:static;top:auto;left:auto}div.uimob340 .um-profile-photo a.um-profile-photo-img{width:100px!important;height:100px!important;margin:0 auto!important;float:none!important;display:inline-block!important;position:relative!important;top:auto!important;left:auto!important}div.uimob340 .um-header.no-cover .um-profile-photo a.um-profile-photo-img{width:120px!important;height:120px!important}div.uimob340 .um-header .um-profile-meta{padding-left:0!important;padding-right:0!important;text-align:center!important;padding-top:60px!important}div.uimob340 .um-header.no-cover .um-profile-meta{padding-top:0!important}div.uimob340 .um-header .um-name{float:none!important;margin-right:0!important;font-size:18px}div.uimob340 .um-header .um-meta-text{padding:0 20px}div.uimob340 .um-header .um-meta{padding:0 10px;display:inline-block}div.uimob340 .um-col-121,div.uimob340 .um-col-122,div.uimob340 .um-col-131,div.uimob340 .um-col-132,div.uimob340 .um-col-133{float:none;width:100%;margin:0}div.uimob340 .um-field-half{float:none;width:100%}div.uimob340 .um-account-main{float:none;width:100%;padding:0;box-sizing:border-box}div.uimob340 .um-account-tab{padding-bottom:20px;border-bottom:1px solid #eee}div.uimob340 .um-account-meta{margin-bottom:0}.uimob340 .um-half{float:none;width:100%;margin:0 0 10px 0}.uimob340 .um-button.um-btn-auto-width{min-width:auto;max-width:auto;width:100%}.uimob340 .um-col-alt-s{padding-top:0}div.uimob500 .um-profile-nav{padding:0}div.uimob500 .um-profile-nav-item a{padding:10px 16px;margin-left:0;border-radius:0}div.uimob500 .um-profile-nav-item i{display:block;position:static;top:auto;left:auto;font-size:22px;height:22px;line-height:22px}div.uimob500 .um-profile-subnav{padding:8px 15px}div.uimob500 .um-profile-subnav a{display:block;text-align:left;font-size:13px;margin:0;padding:6px 0}div.uimob500 .um-profile-subnav span{font-size:12px;padding:1px 6px}div.uimob500 .um-cover-overlay span.um-cover-overlay-t{display:none!important}div.uimob500 .um-cover-overlay{padding:0}div.uimob500 .um-cover-overlay i,div.uimob500 .um-profile-photo-overlay i{margin-bottom:0;font-size:30px}.um-modal.uimob500{width:100%!important;margin:0!important;left:0!important;height:100%;background:#fff}.um-modal.uimob500,.um-modal.uimob500 .um-modal-body,.um-modal.uimob500 .um-modal-header{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.um-modal.uimob500 .um-modal-header{text-align:center}.um-modal.uimob500 .um-modal-footer{position:absolute;bottom:0;left:0;width:100%;box-sizing:border-box;padding:10px;border-top:1px solid #ddd}.um-modal.uimob500 .um-modal-right{width:100%;float:none}.um-modal.uimob500 .um-modal-footer a.um-modal-btn{width:48%;margin:0 1%;float:left;display:block;line-height:44px!important;height:44px}.um-modal.uimob500 .ajax-upload-dragdrop span.icon{font-size:40px;line-height:40px}div.uimob500 .um-profile-body{padding-left:0;padding-right:0}div.uimob500 .um-profile-photo{width:100%!important;text-align:center!important;position:absolute;top:-40px;left:0;margin:0}div.uimob500 .um-header.no-cover .um-profile-photo{position:static;top:auto;left:auto}div.uimob500 .um-profile-photo a.um-profile-photo-img{width:100px!important;height:100px!important;margin:0 auto!important;float:none!important;display:inline-block!important;position:relative!important;top:auto!important;left:auto!important}div.uimob500 .um-header.no-cover .um-profile-photo a.um-profile-photo-img{width:120px!important;height:120px!important}div.uimob500 .um-header .um-profile-meta{padding-left:0!important;padding-right:0!important;text-align:center!important;padding-top:60px!important}div.uimob500 .um-header.no-cover .um-profile-meta{padding-top:0!important}div.uimob500 .um-header .um-name{float:none!important;margin-right:0!important;font-size:21px}div.uimob500 .um-header .um-meta-text{padding:0 20px}div.uimob500 .um-header .um-meta{padding:0 20px;display:block}div.uimob500 .um-col-121,div.uimob500 .um-col-122,div.uimob500 .um-col-131,div.uimob500 .um-col-132,div.uimob500 .um-col-133{float:none;width:100%;margin:0}div.uimob500 .um-field-half{float:none;width:100%}div.uimob500 .um-account-main{float:none;width:100%;padding:0;box-sizing:border-box}div.uimob500 .um-account-tab{padding-bottom:20px;border-bottom:1px solid #eee}div.uimob500 .um-account-meta{margin-bottom:0}div.uimob800 .um-profile-nav{padding:0}div.uimob800 .um-profile-nav-item a{padding:10px 20px;margin-left:0;border-radius:0}div.uimob800 .um-profile-nav-item i{display:block;position:static;top:auto;left:auto;font-size:26px;height:26px;line-height:26px}div.uimob800 .um-profile-subnav{padding:8px 15px}div.uimob800 .um-profile-subnav a{display:block;text-align:left;font-size:14px;margin:0;padding:6px 0}div.uimob800 .um-profile-subnav span{font-size:12px;padding:2px 8px}div.uimob800 .um-account-main{width:90%;max-width:450px}div.uimob800 .um-account-side{padding:0;width:10%}div.uimob800 .um-account-side ul{border:1px solid #ddd;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}div.uimob800 .um-account-side li{margin-bottom:0!important;background:0 0}div.uimob800 .um-account-side li a{display:block;padding:0!important;height:44px;line-height:44px;color:#666!important;text-align:center;text-decoration:none!important;background:0 0;transition:all .2s linear}div.uimob800 .um-account-side li:first-child a{-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0}div.uimob800 .um-account-side li:last-child a{-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}div.uimob800 .um-account-side li a span.um-account-icontip{display:block;float:left;text-align:center;width:100%;height:100%;font-size:22px;line-height:44px}div.uimob800 .um-account-side li a span.um-account-icontip i{position:relative;text-align:center;width:100%}div.uimob800 .um-account-side li a.current,div.uimob800 .um-account-side li a.current:hover{color:#fff!important}div.uimob800 .um-account-meta a{border:1px solid #ddd}div.uimob800 .um-account-meta a,div.uimob800 .um-account-meta img{display:block;overflow:hidden;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;max-width:100%;height:auto}div.uimob800 .um-account-meta img{width:100%}div.uimob800 .um-profile-photo{width:150px!important}div.uimob800 .um-profile-photo a.um-profile-photo-img{width:140px!important;height:140px!important;top:-70px!important}div.uimob800 .um-header.no-cover .um-profile-photo a.um-profile-photo-img{top:auto!important}div.uimob800 .um-header .um-profile-meta{padding-left:200px}div.uimob800 .um-cover-overlay{padding:0}div.uimob960 .um-profile-photo{width:200px!important}div.uimob960 .um-profile-photo a.um-profile-photo-img{width:140px!important;height:140px!important;top:-70px!important}@media screen and (max-height:400px){.ajax-upload-dragdrop span.icon{display:none}.um-modal.no-photo{width:100%!important;margin:0!important;left:0!important;height:100%;background:#fff}.um-modal.no-photo,.um-modal.no-photo .um-modal-body,.um-modal.no-photo .um-modal-header{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.um-modal.no-photo .um-modal-header{text-align:center;font-size:14px}.um-modal.no-photo .um-modal-footer{position:absolute;bottom:0;left:0;width:100%;box-sizing:border-box;padding:10px;border-top:1px solid #ddd}.um-modal.no-photo .um-modal-right{width:100%;float:none}.um-modal.no-photo .um-modal-footer a.um-modal-btn{width:48%;margin:0 1%;float:left;display:block;line-height:44px!important;height:44px}}@media screen and (max-height:300px){.um-modal.no-photo .um-modal-header{display:none}.ajax-upload-dragdrop span.icon,.ajax-upload-dragdrop span.str{display:none}}@media screen and (max-width:600px){.um-popup{width:96%;margin-left:2%;left:0;top:15px}}.um:not(.um-admin){width:100%;text-align:left;box-sizing:border-box;color:#666;font-size:15px;margin-bottom:30px!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important;opacity:0}.um-s1,.um-s2{display:none}.um:not(.um-admin) :after,.um:not(.um-admin) :before{box-sizing:content-box}.um-account-side li a,.um-cover a,.um-field-value a,.um-header a,.um-member-less a,.um-member-more a,.um-member-name a,.um-member-photo a,.um-members a,.um-members-pagi a,.um-members-pagi span{border-bottom:0!important}.um-modal a:focus,.um:not(.um-admin) a:focus{outline:0!important}.um:not(.um-admin) a .image-overlay,.um:not(.um-admin) a:hover .image-overlay,.um:not(.um-admin) a:hover .image-overlay *{display:none!important;width:0!important;height:0!important;position:static!important}.um.um-in-admin{padding-top:0}.um.um-in-admin .um-tip{display:none!important}.um:not(.um-admin):not(.um-directory) input,.um:not(.um-admin):not(.um-directory) select,.um:not(.um-admin):not(.um-directory) textarea{font-size:15px}.um:not(.um-admin) *{-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}.um-left{float:left}.um-right{float:right}.um-clear{clear:both}.um-center{text-align:center}.um-center .um-button{display:inline-block!important;width:auto!important;min-width:250px!important}.um-half{width:48%}.um-field-half{width:48%;float:left}.um-field-half.right{float:right}.um-field-tri{width:30%;float:left;margin-right:3%}.um img{box-shadow:none!important}.um-col{padding-bottom:20px}.um-col-alt{margin:15px 0 5px 0}.um-col-alt-s{padding-top:10px}.um-col-alt-b{padding-top:20px}.um-col-121{float:left;width:48%}.um-col-122{float:right;width:48%}.um-col-131{float:left;width:30%}.um-col-132{float:left;width:30%;margin:0 5%}.um-col-133{float:left;width:30%}.um-raty i{font-size:26px}.um-field-half .um-raty i{font-size:21px}.um-field-tri .um-raty i{font-size:21px}.um-button i{font-size:22px;width:22px;height:12px!important;display:inline-block;line-height:12px!important;vertical-align:middle!important;position:relative;top:-6px;margin-right:8px}.um-row-heading{padding:5px 0;font-size:16px}.um-row-heading i{font-size:24px;height:24px;line-height:24px;margin:0 12px 0 0;display:inline-block;width:30px;text-align:center}.um-row-heading i:before{vertical-align:middle!important}p.um-notice{width:auto;color:#fff;box-sizing:border-box;font-size:15px;padding:12px!important;margin:12px 0 0 0!important;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;position:relative}p.um-notice a{color:#fff;text-decoration:underline}p.um-notice i{position:absolute;right:14px;font-size:36px;cursor:pointer;top:7px;display:block;height:30px;line-height:30px}p.um-notice.success{background:#7acf58}p.um-notice.err{background:#c74a4a}p.um-notice.warning{background:#f9f9d1;color:#666;border:1px solid #efe4a2;padding:8px 15px!important}p.um-notice.warning a{color:#666;text-decoration:underline}.um-field-error{width:auto;max-width:100%;background:#c74a4a;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;color:#fff;box-sizing:border-box;position:relative;padding:12px;font-size:14px;line-height:20px!important;margin:12px 0 0 0}.um-field-error a{color:#fff!important;text-decoration:underline!important}.um-field-arrow{top:-17px;left:10px;position:absolute;z-index:1;color:#c74a4a;font-size:28px;line-height:1em!important}.um-error-block{width:auto;max-width:100%;background:#c74a4a;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;color:#fff;box-sizing:border-box;position:relative;padding:12px;font-size:14px;line-height:1em!important;margin:12px 0 0 0}.um-field-notice{width:auto;max-width:100%;background:#497bc7;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;color:#fff;box-sizing:border-box;position:relative;padding:12px;font-size:14px;line-height:20px!important;margin:5px 0 0 0}.um-field-notice a{color:#fff!important;text-decoration:underline!important}.um-field-notice .um-field-arrow{top:-17px;left:10px;position:absolute;z-index:1;color:#497bc7!important;font-size:28px;line-height:1em!important}.um-notice-block{width:auto;max-width:100%;background:#497bc7;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;color:#fff;box-sizing:border-box;position:relative;padding:12px;font-size:14px;line-height:1em!important;margin:12px 0 0 0}.um-tip{margin:0 0 0 8px;cursor:pointer;display:inline-block;position:relative;top:3px}.um-tip i{font-size:22px;height:22px;line-height:22px;display:block;position:relative}.um-tip-text{display:block;font-size:13px;line-height:15px;color:#999}.um-form button::-moz-focus-inner,.um-form input::-moz-focus-inner{border:0!important;padding:0!important}.um-field{position:relative;padding:15px 0 0 0}.um-field-b,.um-field-c{padding-top:0!important}.um-field-label{display:block;margin:0 0 8px 0}.um-field-label .um-field-label-icon{float:left;margin:0 8px 0 0;height:22px;line-height:18px;display:inline-block;width:24px;text-align:center}.um-field-label .um-field-label-icon i{font-size:22px;position:relative;top:1px}.um-field-label label{font-size:15px!important;line-height:22px!important;font-weight:700;font-weight:600}.um-field-area{position:relative;word-wrap:break-word}.um-field-area-password{position:relative}.um-toggle-password{cursor:pointer;display:block;position:absolute;right:0;top:0;height:100%;width:40px;text-align:center;box-sizing:border-box;font-size:20px;line-height:2}.um-toggle-password i{transition:all .2s linear}.um-toggle-password:hover i{color:#44b0ec}.um-field-value p{margin:0 0 6px 0!important;padding:0}.um-field-block{color:#777;font-size:17px}.um-field-spacing{width:100%}.um-field-divider{width:100%;margin:0 0 12px 0;height:24px;position:relative}.um-field-divider-text{position:absolute;width:100%;text-align:center;bottom:-24px;left:0;font-size:16px;padding:10px 0}.um-field-divider-text span{background:#fff;color:#555;display:inline-block;padding:0 15px}.um-field-icon{position:absolute;cursor:default;text-align:center!important;top:2px;left:0;width:44px;font-size:22px;line-height:1.7em;z-index:1}.um-form input[type=number],.um-form input[type=password],.um-form input[type=search],.um-form input[type=tel],.um-form input[type=text]{padding:0 12px!important;width:100%;display:block!important;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;outline:0!important;cursor:text!important;font-size:15px!important;height:40px!important;box-sizing:border-box!important;box-shadow:none!important;margin:0!important;position:static}.um-form .um-field-area-password input[type=password]{padding-right:40px!important}.um-form input[type=number]{width:auto;padding:0 0 0 5px!important;height:30px!important}.um-form input[type=number]:focus,.um-form input[type=password]:focus,.um-form input[type=search]:focus,.um-form input[type=tel]:focus,.um-form input[type=text]:focus,.um-form textarea:focus{box-shadow:none!important;outline:0!important}.um-form input[type=password].um-iconed,.um-form input[type=tel].um-iconed,.um-form input[type=text].um-iconed{padding-left:44px!important}.um-form input[type=password].um-error,.um-form input[type=tel].um-error,.um-form input[type=text].um-error{border-color:#c74a4a!important}.um-form textarea{width:100%;padding:8px 12px!important;display:block;font-size:15px!important;line-height:22px!important;background:#fff;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;box-sizing:border-box;min-height:80px!important;box-shadow:none;outline:0!important}.um-form .um-meta-text textarea{max-width:100%}.um-form .wp-editor-container{border:1px solid #ddd}.um-form .wp-editor-container textarea{background:#ddd!important;color:#222!important;border-radius:0}.um-field-c .um-field-checkbox{margin-bottom:14px;margin-top:0!important;position:relative}.um-field-checkbox:not(.um-field),.um-field-radio:not(.um-field){display:block;margin:8px 0;position:relative}.um-profile.um-editing .um-field-checkbox,.um-profile.um-editing .um-field-radio{cursor:pointer!important}.um-field-checkbox:hover i,.um-field-radio:hover i{color:#666}.um-field-checkbox input,.um-field-radio input{opacity:0!important;display:inline!important;width:0!important;float:left}.um-field-checkbox-state,.um-field-radio-state{position:absolute;top:0;left:1px;width:24px;height:24px}.um-field-checkbox-state i,.um-field-radio-state i{font-size:24px;line-height:24px;height:24px;color:#aaa;transition:all .2s linear}.um-field-checkbox-option,.um-field-radio-option{margin:0 0 0 36px;line-height:24px;color:#888!important;display:block}.um-field-group{margin-top:20px}.um-field-group-head{cursor:pointer;color:#fff;font-size:16px;line-height:22px;padding:10px 20px;transition:.25s;box-sizing:border-box;-moz-border-radius:4px!important;-webkit-border-radius:4px!important;border-radius:4px!important;border-top:1px solid transparent!important;border-bottom:2px solid rgba(0,0,0,.1)!important}.um-field-group-head i{font-size:20px;margin:0 8px 0 0}.um-field-group-head i:before{vertical-align:middle!important}.um-field-group-body{display:none;margin:15px 0 0 0;padding:15px 20px 5px 20px;background:#f9f9f9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;position:relative;box-sizing:border-box;width:100%}.um-field-group-body div.um-field{padding:0 0 15px 0}.um-field-group-cancel{font-size:18px;position:absolute;z-index:800;right:8px;top:8px;color:#ccc!important;text-decoration:none!important}.um-field-group-cancel:hover{color:#777!important}.um div.disabled,.um input[type=number]:disabled,.um input[type=submit]:disabled,.um input[type=text]:disabled,.um-disabled{opacity:.6!important;cursor:no-drop!important}input[type=submit].um-button,input[type=submit].um-button:focus{vertical-align:middle!important;height:auto!important;font-size:15px;cursor:pointer!important;width:100%;box-shadow:none;text-shadow:none;font-family:inherit;outline:0!important;margin:0;opacity:1;-webkit-appearance:none}input[type=submit].um-button:hover{opacity:1}.um-button{font-size:15px;border:none!important;display:block;width:100%;line-height:1em!important;padding:16px 20px!important;text-decoration:none!important;text-align:center;text-transform:none!important;font-weight:400!important;overflow:hidden;position:relative;transition:.25s;box-sizing:border-box;-moz-border-radius:4px!important;-webkit-border-radius:4px!important;border-radius:4px!important;-webkit-box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);opacity:1}a.um-button{font-size:15px;border:none!important;display:block;width:100%;line-height:1em!important;padding:16px 20px!important;text-decoration:none!important;text-align:center;text-transform:none!important;font-weight:400!important;overflow:hidden;position:relative;transition:.25s;box-sizing:border-box;-moz-border-radius:4px!important;-webkit-border-radius:4px!important;border-radius:4px!important;-webkit-box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);opacity:1}a.um-button:hover{-webkit-box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)}.um-button.um-btn-auto-width{width:auto;display:inline-block;padding:14px 20px!important;min-width:200px;max-width:450px}a.um-link-alt{line-height:22px;color:#888!important;display:block!important;text-decoration:none!important;font-weight:400;text-align:center;border-bottom:none!important}a.um-link-alt:hover{text-decoration:underline!important}.um-dropdown{position:absolute;height:auto;background:#fff;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;z-index:55;display:none;border:1px solid #e5e5e5;box-sizing:border-box;-webkit-box-shadow:0 0 2px rgba(0,0,0,.1);box-shadow:0 0 1px rgba(0,0,0,.1)}.um-dropdown li,.um-dropdown ul{list-style-type:none!important;padding:0!important;margin:0!important}.um-dropdown ul{background:#fff;position:relative;z-index:16}.um-dropdown li a{display:block;padding:8px 12px;color:#666;font-size:14px;line-height:18px}.um-dropdown li:last-child a{border-top:1px solid #e5e5e5;padding:12px}.um-dropdown-b{position:relative}.um-dropdown-arr{position:absolute;font-size:24px;width:24px;height:24px;overflow:hidden;z-index:15;color:#eee}.um-dropdown-arr *{display:block!important;width:24px!important;height:24px!important;vertical-align:bottom!important;overflow:hidden!important;line-height:24px!important}div.um-photo{margin:20px auto 0 auto;text-align:center;box-sizing:border-box;max-width:100%}div.um-photo,div.um-photo a,div.um-photo img{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}div.um-photo a{border:1px solid #e5e5e5;padding:5px;box-sizing:border-box;display:inline-block;box-shadow:0 1px 1px #eee;margin:0 auto;max-width:100%}div.um-photo img{max-height:300px;max-width:100%}span.um-req{margin:0 0 0 8px;font-size:14px;display:inline-block}small.um-max-filesize{display:block;color:#999;padding-top:5px}small.um-max-filesize span{font-size:12px}.um-form .um-field .um-field-area input.um-form-field.um-validate-not-matched,.um-form .um-field .um-field-area input.um-form-field.um-validate-not-matched:focus,.um-form .um-field .um-field-area input.um-form-field.um-validate-username-exists,.um-form .um-field .um-field-area input.um-form-field.um-validate-username-exists:focus{border-color:#db2929!important}.um-form .um-field .um-field-area input.um-searching-username{background-image:url(/wp-content/plugins/ultimate-member/assets/css/../img/loading.gif);background-position:right center;background-repeat:no-repeat;background-size:24px 24px}.um-search-area{position:relative;max-width:300px}.um-search-area .um-search-field{width:100%;margin:0;padding-left:25px}.rtl .um-search-area .um-search-field{padding-right:25px;padding-left:initial}.um-search-area .um-search-icon{position:absolute;height:100%;left:6px;top:0}.rtl .um-search-area .um-search-icon{right:6px;left:initial}.um-faicon-search:before{display:flex;align-items:center;justify-content:center;height:100%}.um-field .select2-container.select2-container--open,.um-search-filter .select2-container.select2-container--open{z-index:9999999}.um-field .select2.select2-container .select2-selection,.um-search-filter .select2.select2-container .select2-selection{display:block!important;height:40px;padding:0 0 0 12px!important;overflow:hidden!important;position:relative!important;white-space:nowrap!important;line-height:35px!important;color:#666!important;font-size:15px!important;-moz-border-radius:2px!important;-webkit-border-radius:2px!important;border-radius:2px!important;background-clip:padding-box!important;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#fff!important;border:1px solid #ddd!important}.rtl .um-field .select2.select2-container .select2-selection,.rtl .um-search-filter .select2.select2-container .select2-selection{padding:0 12px 0 0!important}.um-field .select2.select2-container .select2-selection .select2-selection__arrow,.um-search-filter .select2.select2-container .select2-selection .select2-selection__arrow{display:inline-block!important;width:34px!important;height:100%!important;position:absolute;right:0;top:0;text-align:center;background:0 0!important;border:none!important}.rtl .um-field .select2.select2-container .select2-selection .select2-selection__arrow,.rtl .um-search-filter .select2.select2-container .select2-selection .select2-selection__arrow{right:initial;left:0}.um-field .select2.select2-container .select2-selection .select2-selection__arrow:before,.um-search-filter .select2.select2-container .select2-selection .select2-selection__arrow:before{content:"\f3d0"!important;font-size:28px!important;font-family:Ionicons!important;display:block;height:100%;line-height:40px;min-width:1em;text-align:center;color:#aaa}.um-field .select2.select2-container .select2-selection .select2-selection__arrow b[role=presentation],.um-search-filter .select2.select2-container .select2-selection .select2-selection__arrow b[role=presentation]{display:none}.um-field .select2-container.select2-container--open .select2-dropdown,.um-search-filter .select2-container.select2-container--open .select2-dropdown{border:1px solid #ddd!important;border-radius:0}.um-field .select2-container.select2-container--open .select2-dropdown .select2-results li,.um-search-filter .select2-container.select2-container--open .select2-dropdown .select2-results li{list-style:none;display:list-item;background:0 0;font-size:15px;margin:5px!important;color:#666!important;padding:3px 7px 4px!important;cursor:pointer;min-height:1em}.um-field .select2.select2-container .select2-selection.select2-selection--multiple,.um-search-filter .select2.select2-container .select2-selection.select2-selection--multiple{height:auto!important;line-height:.8!important;min-height:40px;padding-bottom:4px!important}.um-field .select2-container--default .select2-selection--single .select2-selection__rendered,.um-search-filter .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:37px;padding-left:0;padding-right:24px}.rtl .um-field .select2-container--default .select2-selection--single .select2-selection__rendered,.rtl .um-search-filter .select2-container--default .select2-selection--single .select2-selection__rendered{padding-left:24px;padding-right:0}.um-field .select2-container--default .select2-selection--multiple .select2-selection__rendered,.um-search-filter .select2-container--default .select2-selection--multiple .select2-selection__rendered{line-height:37px;box-sizing:border-box;list-style:none;margin:0;padding-left:0;padding-right:30px;width:100%;font-size:13px}.rtl .um-field .select2-container--default .select2-selection--multiple .select2-selection__rendered,.rtl .um-search-filter .select2-container--default .select2-selection--multiple .select2-selection__rendered{padding-left:30px;padding-right:0}.um-field .select2-dropdown .select2-results li.select2-results__option.select2-results__option--highlighted,.um-search-filter .select2-dropdown .select2-results li.select2-results__option.select2-results__option--highlighted{background:#f4f4f4;color:#666}.um-field .select2-dropdown .select2-results li.select2-results__option[aria-selected=true],.um-search-filter .select2-dropdown .select2-results li.select2-results__option[aria-selected=true]{background-color:#ddd}.um-field .select2-container--default .select2-selection--multiple .select2-selection__clear,.um-field .select2-container--default .select2-selection--single .select2-selection__clear,.um-search-filter .select2-container--default .select2-selection--multiple .select2-selection__clear,.um-search-filter .select2-container--default .select2-selection--single .select2-selection__clear{color:#aaa;font-size:28px;font-weight:400;line-height:34px;margin:0!important;right:0;text-align:center;width:1em}.rtl .um-field .select2-container--default .select2-selection--multiple .select2-selection__clear,.rtl .um-field .select2-container--default .select2-selection--single .select2-selection__clear,.rtl .um-search-filter .select2-container--default .select2-selection--multiple .select2-selection__clear,.rtl .um-search-filter .select2-container--default .select2-selection--single .select2-selection__clear{left:0;right:initial}.um-field .select2-container--default .select2-selection--multiple .select2-selection__clear,.um-search-filter .select2-container--default .select2-selection--multiple .select2-selection__clear{position:absolute}.um-field .select2-container--default .select2-selection--multiple .select2-selection__choice,.um-search-filter .select2-container--default .select2-selection--multiple .select2-selection__choice{margin:5px 5px 0 0;max-height:28px;padding:3px 3px 3px 5px}.rtl .um-field .select2-container--default .select2-selection--multiple .select2-selection__choice,.rtl .um-search-filter .select2-container--default .select2-selection--multiple .select2-selection__choice{margin:5px 0 0 5px;padding:3px 5px 3px 3px}.um-field .select2-container--default .select2-selection--multiple .select2-search.select2-search--inline,.um-search-filter .select2-container--default .select2-selection--multiple .select2-search.select2-search--inline{margin:5px 5px 0 0;padding:0}.rtl .um-field .select2-container--default .select2-selection--multiple .select2-search.select2-search--inline,.rtl .um-search-filter .select2-container--default .select2-selection--multiple .select2-search.select2-search--inline{margin:5px 0 0 5px}.um-field .select2-container--default .select2-selection--multiple .select2-search.select2-search--inline>input,.um-search-filter .select2-container--default .select2-selection--multiple .select2-search.select2-search--inline>input{border:none!important;padding:0!important;max-height:28px}.um-field .select2-container--default .select2-selection--multiple .select2-selection__rendered li,.um-search-filter .select2-container--default .select2-selection--multiple .select2-selection__rendered li{overflow-x:hidden;text-overflow:ellipsis;max-width:100%;box-sizing:border-box;line-height:20px}.um-field-multiselect .um-field-area .um-field-icon,.um-field-select .um-field-area .um-field-icon{z-index:99999999}.um-field-select .um-field-area.um-field-area-has-icon .select2-selection__rendered{text-indent:20px}.um-field-multiselect .um-field-area.um-field-area-has-icon ul:first-child{margin-left:30px!important}.um-field-area .wp-switch-editor{float:none;height:auto}/*!
 * Cropper.js v1.6.1
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2023-09-17T03:44:17.565Z
 */.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{backface-visibility:hidden;display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:rgba(51,153,255,.75);overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.33333%;left:0;top:33.33333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.33333%;top:0;width:33.33333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}.um-profile{box-sizing:border-box}.um-profile .um-cover-overlay{display:none}.um-profile.um-editing .um-cover.has-cover .um-cover-overlay{display:block}.um-profile.um-viewing .um-profile-photo-overlay{display:none}.um-profile img{display:block;overflow:hidden;border-radius:0;margin:0!important}.um-profile a,.um-profile a:hover{text-decoration:none!important}.um-profile .um-profile-body{padding-top:15px;padding-bottom:15px;max-width:600px;margin:auto}.um-profile.um-editing{padding-bottom:15px}.um-profile.um-viewing{padding-bottom:1px}.um-profile.um-viewing .um-field-label{display:block;margin:0 0 8px 0;border-bottom:solid 2px #eee;padding-bottom:4px}.um-cover{background-color:#eee;box-sizing:border-box;position:relative}.um-cover-add{color:#aaa;font-size:36px;width:100%;display:table}.um-cover-add i{font-size:36px}.um-cover-add span{display:table-cell;vertical-align:middle}.um-cover-e{text-align:center;box-sizing:border-box;overflow:hidden}.um-cover-e img{width:100%!important}.um-cover-overlay{position:absolute;top:0;left:0;background:rgba(0,0,0,.5);text-align:center;box-sizing:border-box;padding:0 40px;color:#fff;text-shadow:0 1px #666;cursor:pointer!important;line-height:21px;font-size:16px;height:100%;width:100%}.um-cover-overlay:hover{background:rgba(0,0,0,.55)}.um-cover-overlay span.um-cover-overlay-s{display:table;height:100%;width:100%}.um-cover-overlay ins{display:table-cell;vertical-align:middle;height:100%;text-decoration:none!important;background:0 0!important;color:#fff!important;border-bottom:none!important}.um-cover-overlay i{font-size:46px;display:block;margin-bottom:6px}.um-header{position:relative;padding:0 0 25px 0;border-bottom:solid 2px #eee;min-height:85px;box-sizing:content-box!important}.um-profile-edit{position:absolute;top:15px;right:0;vertical-align:middle;font-size:30px;height:30px;line-height:30px;z-index:66;margin-right:10px}.um-profile-edit i{font-size:30px}.um-header.no-cover .um-profile-meta{padding-left:0!important;padding-right:0!important;text-align:center!important}.um-header.no-cover .um-name{float:none!important;margin-right:0!important}.um-header.no-cover .um-profile-photo{float:none!important;margin:0 auto!important;text-align:center!important}.um-header.no-cover a.um-profile-photo-img{position:relative!important;top:auto!important;left:auto!important;float:none!important;display:inline-block!important;text-align:center!important}.um-header.no-cover .um-main-meta{padding:0}.um-profile .gravatar{position:static}.um-profile-photo{float:left;position:relative;width:200px;margin:0 0 0 30px;box-sizing:border-box}.um-profile-photo a.um-profile-photo-img{float:left;position:absolute;background:#fff;border-radius:100%;border:5px solid #fff;border-bottom:5px solid #fff!important;overflow:hidden;left:0}.um-profile-photo a.um-profile-photo-img img{width:100%;height:auto}.um-profile-photo-overlay{position:absolute;top:0;left:0;background:rgba(0,0,0,.5);text-align:center;box-sizing:border-box;padding:0;color:#fff;text-shadow:0 1px #666;cursor:pointer!important;line-height:21px;font-size:16px;height:100%;width:100%}.um-profile-photo-overlay:hover{background:rgba(0,0,0,.55)}.um-profile-photo-overlay span.um-profile-photo-overlay-s{display:table;height:100%;width:100%}.um-profile-photo-overlay ins{display:table-cell;vertical-align:middle;height:100%;text-decoration:none!important;background:0 0!important;color:#fff!important;border-bottom:none!important}.um-profile-photo-overlay i{font-size:46px;display:block}.um-profile-meta{padding-right:30px;-ms-word-break:break-all;word-break:break-word;word-wrap:break-word}.um-main-meta{padding:10px 0 0 0}.um-name{float:left;font-size:24px;font-weight:700;margin-right:30px;line-height:1.7em}.um-name a{font-size:24px}.um-meta{font-size:15px}.um-meta span a{font-weight:400}.um-meta span:first-child{margin:0 5px 0 0}.um-meta span{margin:0 5px;font-size:14px;display:inline-block}.um-meta span i{font-size:16px;margin:0 5px 0 0}.um-meta-text{margin:6px 0 0 0;color:#666;line-height:1.4em;font-size:13px}.um-meta-text p{margin:0 0 6px 0!important;padding:0!important}.um-profile-status{display:none}.um-profile-status.awaiting_admin_review,.um-profile-status.inactive,.um-profile-status.rejected{display:inline-block;margin:6px 0 0 0;border-left:3px solid #c74a4a;padding-left:10px;font-size:14px;color:#777}.um-profile-note{display:none;text-align:center!important;padding-top:20px;color:#666}.um-profile-note i{display:inline-block;font-size:70px;height:70px;line-height:70px}.um-profile-note i.um-faicon-lock{position:relative;top:2px;display:inline-block;font-size:24px;height:auto;line-height:24px;margin-right:10px}.um-profile-note span{margin-top:10px;display:block;font-size:16px;color:#888}.um-profile-note a{border:none!important}.um-profile-note a:hover{text-decoration:underline!important}.um-profile-nav{padding:10px;background:#444;text-align:center}.um-profile-nav-item.active a,.um-profile-nav-item.active a:hover{color:#fff!important}.um-profile-nav-item.active a span.count{background:0 0;padding:4px 0;color:#fff}.um-profile-nav-item a{color:#fff!important;font-size:14px;font-weight:600;padding:6px 10px 6px 28px;display:block;float:left;border-radius:4px;margin-left:5px;position:relative;border-bottom:0!important}.um-profile-nav-item.without-icon a{padding-left:10px}.um-profile-nav-item.without-icon span.title{padding-left:0}.um-profile-nav-item.without-icon i{display:none}.um-profile-nav-item a:hover{background:#555}.um-profile-nav-item i{font-size:18px;height:18px;line-height:18px;position:absolute;display:block;top:8px;left:10px}.um-profile-nav-item span.title{padding-left:5px}.um-profile-nav-item span.count{font-size:12px;font-weight:300;background:#ddd;color:#666;border-radius:3px;padding:4px 8px;margin-left:3px}.um-profile-subnav{background:#eee;padding:15px;text-align:center}.um-profile-subnav a{display:inline-block;color:#555;font-size:15px;font-weight:600;margin:0 20px;border-bottom:none!important}.um-profile-subnav a:hover{color:#333}.um-profile-subnav span{display:inline-block;margin:0 0 0 8px;background:#ddd;padding:1px 8px;color:#aaa!important;border-radius:2px}.um-item{padding:20px 0;border-bottom:1px solid #eee;position:relative}.um-item-action{position:absolute;right:0;top:16px;width:20px;height:20px;font-size:20px;text-align:center}.um-item-action a{color:#ccc}.um-item-action a:hover{color:#999}.um-item-link{padding-right:40px}.um-item-link a{color:#333;font-size:16px;line-height:20px}.um-item-link a:hover{text-decoration:underline!important}.um-item-link i{font-size:24px;color:#666;margin-right:10px;position:relative;top:3px}.um-item-img{padding:10px 0 0 0}.um-item-img a{display:inline-block;padding:8px;border-radius:3px;border:1px solid #ddd}.um-item-img a:hover{border-color:#bbb}.um-item-img img{max-width:100%;border-radius:3px}.um-item-meta{color:#888}.um-item-meta span{font-size:13px;font-weight:400;font-style:italic}.um-item-meta span:not(:last-child):after{position:relative;padding:0 4px 0 7px;content:"•"}.um-item-meta a{font-weight:700;border-bottom:1px solid #e0e0e0}.um-item-meta a:hover{border-bottom-color:#bbb}.um-load-items{text-align:center;margin-top:12px;padding-top:30px}.um-load-items.loading{background:url(/wp-content/plugins/ultimate-member/assets/css/../img/loading-dots.gif) no-repeat top center}.um-load-items a{max-width:250px;display:inline-block;margin:0 auto}.um-tab-notifier{position:absolute;background:none repeat scroll 0 0 #c65151;width:18px;height:18px;border-radius:999px;line-height:18px;top:-3px;right:-7px;font-size:11px;font-weight:400}.um-tab-notifier.uimob800-show.uimob500-show.uimob340-show{top:2px;right:8px}.um-profile.um-viewing .um-field-checkbox,.um-profile.um-viewing .um-field-radio{cursor:default!important}.um-account i{vertical-align:baseline!important}.um-account p.um-notice{margin:0 0 20px 0!important;padding:12px 15px!important}.um-account a:focus{outline:0!important}.um-account-side{float:left;width:30%;padding:0;box-sizing:border-box}.um-account-main{float:left;width:70%;padding:0 0 0 1.5em;box-sizing:border-box}.um-account-main a{border-bottom:none!important}.um-account-tab{display:none}.um-account-tab .um-field .um-field-label{display:flex;flex-direction:row;align-items:baseline;flex-wrap:nowrap;justify-content:flex-start}.um-account-main div.um-account-heading{display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:flex-start;align-items:baseline;margin:0!important;font-size:18px;line-height:18px;font-weight:700;color:#555}div.uimob340 .um-account-main div.um-account-heading.uimob340-hide,div.uimob500 .um-account-main div.um-account-heading.uimob500-hide{display:none}.um-account-side .um-account-link{box-sizing:content-box}.um-account-main div.um-account-heading i{margin-right:10px;font-size:26px;position:relative;top:2px}.um-account-main p{margin:20px 0 0 0!important;padding:0!important}.um-account-main label{font-size:15px}.um-account-meta{text-align:center;margin-bottom:20px}.um-account-meta img{margin:0!important;position:static!important;float:none!important;display:inline-block}.um-account-meta.radius-1 img{-moz-border-radius:999px;-webkit-border-radius:999px;border-radius:999px}.um-account-meta.radius-2 img{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.um-account-meta.radius-3 img{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.um-account-name{padding-top:12px}.um-account-name a{font-weight:700;color:#555;text-decoration:none!important;font-size:18px;line-height:1.4em}.um-account-profile-link a{font-size:13px;font-weight:400}.um-account-nav a{display:block;height:44px;line-height:44px;color:#666!important;text-decoration:none!important;position:relative;padding-left:40px;border-bottom:1px solid #eee!important;transition:all .2s linear;font-size:14px}.um-account-nav a.current{font-weight:700}.um-account-nav span.arr{position:absolute;right:0;top:1px;font-size:28px}.um-account-nav span.ico{position:absolute;left:0;top:0;font-size:21px;width:21px;text-align:center}.um-account-side li,.um-account-side ul{margin:0!important;padding:0!important;list-style-type:none!important}.um-account-side li{margin-bottom:1px!important;background:#eee}.um-account-side li a{display:block;padding:4px 0;font-size:14px;height:30px;line-height:20px;color:#999;position:relative}.um-account-side li a span.um-account-arrow{position:absolute;right:10px;top:6px;font-size:26px;opacity:.6}.um-account-side li a span.um-account-icon,.um-account-side li a.current span.um-account-icon,.um-account-side li a.current:hover span.um-account-icon{text-align:center;font-size:20px;width:20px;height:30px;border-right:1px solid #ccc;color:#444;float:left;padding:0 15px;font-weight:400!important;box-sizing:content-box}.um-account-side li a span.um-account-icon i{display:block;height:30px;line-height:30px}.um-account-side li a span.um-account-title{padding-left:20px;float:left;height:30px;line-height:30px;color:#555}.um-account-side li a:hover{color:#444;background:#ddd}.um-account-side li a.current,.um-account-side li a.current:hover{color:#444;font-weight:700;text-decoration:none!important}.um-field-export_data .um-field-error{display:none}.um-field-export_data .um-field-area-response{display:none;line-height:1.5;padding:10px 0}.um-request-button{display:inline-block;background-color:#3ba1da;border-radius:5px;color:#fff;margin:10px 0 0;padding:5px 10px;text-decoration:none}.um-request-button:hover{background-color:#44b0ec;color:#fff;text-decoration:none}.um-login.um-logout{max-width:300px!important}.um-misc-with-img{position:relative;font-size:15px;border-bottom:3px solid #eee;text-align:center;margin-bottom:14px;padding-top:4px;padding-bottom:14px}.um-misc-img{text-align:center}.um-misc-img img{border-radius:999px;height:auto!important;display:inline-block!important}.um-misc-ul,.um-misc-ul li{font-size:14px}.um-googlemap,.um-vimeo,.um-youtube{position:relative;height:0;overflow:hidden}.um-youtube{padding-bottom:56.25%}.um-vimeo{padding-bottom:56.25%}.um-googlemap{padding-bottom:75%}.um-googlemap iframe,.um-vimeo iframe,.um-youtube iframe{position:absolute;top:0;left:0;width:100%!important;height:100%!important}.um-profile-connect.um-member-connect{padding:5px 0 10px 0}.um-profile-connect.um-member-connect a{text-align:center;width:36px;line-height:36px;height:36px;font-size:20px;border-radius:999px;color:#fff!important;opacity:.85;margin:0 1px;transition:.25s;display:inline-block}.um-profile-connect.um-member-connect a:hover{opacity:1}@-webkit-keyframes um-effect-pop{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}@keyframes um-effect-pop{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}.um-effect-pop{-webkit-animation-name:um-effect-pop;animation-name:um-effect-pop;-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}.um-locked-content{width:100%;box-sizing:border-box;border:2px dotted #cc3000;color:#333;background:#fff;font-size:14px;padding:20px;border-radius:4px;margin-bottom:20px}.um-locked-content a{border:none!important}.um .um-cover-add:hover,.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,.um .um-field-radio.active:not(.um-field-radio-state-disabled) i,.um .um-item-meta a,.um .um-member-less a:hover,.um .um-member-more a:hover,.um .um-member-name a:hover,.um .um-members-pagi a:hover,.um .um-profile-subnav a.active,.um .um-tip:hover,.um-account-name a:hover,.um-account-nav a.current,.um-account-side li a.current span.um-account-icon,.um-account-side li a.current:hover span.um-account-icon,.um-dropdown li a:hover,i.um-active-color,span.um-active-color{color:#3ba1da}.picker__box,.picker__nav--next:hover,.picker__nav--prev:hover,.um .um-field-group-head,.um .um-members-pagi span.current,.um .um-members-pagi span.current:hover,.um .um-profile-nav-item.active a,.um .um-profile-nav-item.active a:hover,.um-modal-btn,.um-modal-btn.disabled,.um-modal-btn.disabled:hover,.um-modal-header,.upload,div.uimob800 .um-account-side li a.current,div.uimob800 .um-account-side li a.current:hover{background:#3ba1da}.picker--focused .picker__day--highlighted,.picker--focused .picker__list-item--highlighted,.picker--focused .picker__list-item--selected,.picker__day--highlighted:hover,.picker__day--infocus:hover,.picker__day--outfocus:hover,.picker__footer,.picker__header,.picker__list-item--highlighted:hover,.picker__list-item--selected,.picker__list-item--selected:hover,.picker__list-item:hover,.um .um-field-group-head:hover{background:#44b0ec}.um{margin-left:auto!important;margin-right:auto!important}.um input[type=submit]:disabled:hover{background:#3ba1da}.um a.um-button,.um a.um-button.um-disabled:active,.um a.um-button.um-disabled:focus,.um a.um-button.um-disabled:hover,.um input[type=submit].um-button,.um input[type=submit].um-button:focus{background:#3ba1da}.um a.um-link{color:#3ba1da}.um a.um-button:hover,.um input[type=submit].um-button:hover{background-color:#44b0ec}.um a.um-link-hvr:hover,.um a.um-link:hover{color:#44b0ec}.um .um-button{color:#fff}.um .um-button:before{color:#fff}.um .um-button.um-alt,.um input[type=submit].um-button.um-alt{background:#eee}.um .um-button.um-alt:hover,.um input[type=submit].um-button.um-alt:hover{background:#e5e5e5}.um .um-button.um-alt,.um input[type=submit].um-button.um-alt{color:#666}.um .um-button.um-alt:before,.um input[type=submit].um-button.um-alt:before{color:#666}.um .um-tip{color:#ccc}.um .um-field-label{color:#555}.um .um-row.um-customized-row .um-field-label{color:inherit}.select2-container .select2-choice,.select2-container-multi .select2-choices,.select2-drop,.select2-drop-active,.select2-drop.select2-drop-above,.um .um-form input[type=number],.um .um-form input[type=password],.um .um-form input[type=search],.um .um-form input[type=tel],.um .um-form input[type=text],.um .um-form textarea,.um .upload-progress{border:1px solid #ddd!important}.um .um-form .select2-container-multi .select2-choices .select2-search-field input[type=text]{border:none!important}.um .um-form .um-datepicker.picker__input.picker__input--active,.um .um-form .um-datepicker.picker__input.picker__input--target,.um .um-form input[type=number]:focus,.um .um-form input[type=password]:focus,.um .um-form input[type=search]:focus,.um .um-form input[type=tel]:focus,.um .um-form input[type=text]:focus,.um .um-form textarea:focus{border:1px solid #bbb!important}.select2-container .select2-choice,.select2-container-multi .select2-choices,.um .um-form input[type=number],.um .um-form input[type=password],.um .um-form input[type=search],.um .um-form input[type=tel],.um .um-form input[type=text],.um .um-form textarea{background-color:#fff}.um .um-form input[type=number]:focus,.um .um-form input[type=password]:focus,.um .um-form input[type=search]:focus,.um .um-form input[type=tel]:focus,.um .um-form input[type=text]:focus,.um .um-form textarea:focus{background-color:#fff}.um .um-form input[type=password],.um .um-form input[type=search],.um .um-form input[type=tel],.um .um-form input[type=text],.um .um-form textarea{color:#666}.um .um-form input:-webkit-autofill{-webkit-box-shadow:0 0 0 50px #fff inset;-webkit-text-fill-color:#666}.um .um-form input:-webkit-autofill:focus{-webkit-box-shadow:none,0 0 0 50px #fff inset;-webkit-text-fill-color:#666}.um .um-form ::-webkit-input-placeholder{color:#aaa;opacity:1!important}.um .um-form ::-moz-placeholder{color:#aaa;opacity:1!important}.um .um-form ::-moz-placeholder{color:#aaa;opacity:1!important}.um .um-form ::-ms-input-placeholder{color:#aaa;opacity:1!important}.select2-container-multi .select2-choices .select2-search-field input,.select2-default,.select2-default *{color:#aaa}.select2-container .select2-choice .select2-arrow:before,.select2-search-choice-close:before,.select2-search:before,.um .um-field-icon i{color:#aaa}.um span.um-req{color:#aaa}.um .um-profile-photo a.um-profile-photo-img,.um .um-profile-photo img,.um .um-profile-photo span.um-profile-photo-overlay{-moz-border-radius:999px!important;-webkit-border-radius:999px!important;border-radius:999px!important}.um-profile.um .um-profile-meta{color:#999}.um-profile.um .um-name a{color:#555}.um-profile.um .um-name a:hover{color:#444}.um-profile.um .um-profile-headericon a{color:#aaa}.um-profile.um .um-profile-edit-a.active,.um-profile.um .um-profile-headericon a:hover{color:#3ba1da}/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.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(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.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{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,: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{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-threads:before{content:"\e9cb"}.fa-threads-square:before{content:"\e9cc"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-x-twitter:before{content:"\e9ca"}.fa-x-twitter-square:before{content:"\e9c9"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.eot);src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.woff) format("woff"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.ttf) format("truetype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900}/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.eot);src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.woff) format("woff"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.ttf) format("truetype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands";font-weight:400}@charset "UTF-8";@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")}:root{--swiper-theme-color:#007aff}.jp-carousel-overlay .swiper-container{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.jp-carousel-overlay .swiper-container-vertical>.swiper-wrapper{flex-direction:column}.jp-carousel-overlay .swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.jp-carousel-overlay .swiper-container-android .swiper-slide,.jp-carousel-overlay .swiper-wrapper{transform:translateZ(0)}.jp-carousel-overlay .swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.jp-carousel-overlay .swiper-container-multirow-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.jp-carousel-overlay .swiper-container-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.jp-carousel-overlay .swiper-container-pointer-events{touch-action:pan-y}.jp-carousel-overlay .swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.jp-carousel-overlay .swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.jp-carousel-overlay .swiper-slide-invisible-blank{visibility:hidden}.jp-carousel-overlay .swiper-container-autoheight,.jp-carousel-overlay .swiper-container-autoheight .swiper-slide{height:auto}.jp-carousel-overlay .swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.jp-carousel-overlay .swiper-container-3d{perspective:1200px}.jp-carousel-overlay .swiper-container-3d .swiper-cube-shadow,.jp-carousel-overlay .swiper-container-3d .swiper-slide,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-bottom,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-left,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-right,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-top,.jp-carousel-overlay .swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-bottom,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-left,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-right,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.jp-carousel-overlay .swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.jp-carousel-overlay .swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.jp-carousel-overlay .swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.jp-carousel-overlay .swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.jp-carousel-overlay .swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.jp-carousel-overlay .swiper-button-next,.jp-carousel-overlay .swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.jp-carousel-overlay .swiper-button-next.swiper-button-disabled,.jp-carousel-overlay .swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.jp-carousel-overlay .swiper-button-next:after,.jp-carousel-overlay .swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important;text-transform:none}.jp-carousel-overlay .swiper-button-prev,.jp-carousel-overlay .swiper-container-rtl .swiper-button-next{left:10px;right:auto}.jp-carousel-overlay .swiper-button-prev:after,.jp-carousel-overlay .swiper-container-rtl .swiper-button-next:after{content:"prev"}.jp-carousel-overlay .swiper-button-next,.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev{left:auto;right:10px}.jp-carousel-overlay .swiper-button-next:after,.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev:after{content:"next"}.jp-carousel-overlay .swiper-button-next.swiper-button-white,.jp-carousel-overlay .swiper-button-prev.swiper-button-white{--swiper-navigation-color:#fff}.jp-carousel-overlay .swiper-button-next.swiper-button-black,.jp-carousel-overlay .swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000}.jp-carousel-overlay .swiper-button-lock{display:none}.jp-carousel-overlay .swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.jp-carousel-overlay .swiper-pagination.swiper-pagination-hidden{opacity:0}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-bullets,.jp-carousel-overlay .swiper-pagination-custom,.jp-carousel-overlay .swiper-pagination-fraction{bottom:10px;left:0;width:100%}.jp-carousel-overlay .swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.jp-carousel-overlay .swiper-pagination-bullet{background:#000;border-radius:50%;display:inline-block;height:8px;opacity:.2;width:8px}.jp-carousel-overlay button.swiper-pagination-bullet{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.jp-carousel-overlay .swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.jp-carousel-overlay .swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1}.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0}.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.jp-carousel-overlay .swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.jp-carousel-overlay .swiper-pagination-progressbar{background:#00000040;position:absolute}.jp-carousel-overlay .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.jp-carousel-overlay .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-progressbar,.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;left:0;top:0;width:100%}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px}.jp-carousel-overlay .swiper-pagination-white{--swiper-pagination-color:#fff}.jp-carousel-overlay .swiper-pagination-black{--swiper-pagination-color:#000}.jp-carousel-overlay .swiper-pagination-lock{display:none}.jp-carousel-overlay .swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.jp-carousel-overlay .swiper-zoom-container>canvas,.jp-carousel-overlay .swiper-zoom-container>img,.jp-carousel-overlay .swiper-zoom-container>svg{max-height:100%;max-width:100%;object-fit:contain}.jp-carousel-overlay .swiper-slide-zoomed{cursor:move}.jp-carousel-overlay .swiper-container .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}:root{--jp-carousel-primary-color:#fff;--jp-carousel-primary-subtle-color:#999;--jp-carousel-bg-color:#000;--jp-carousel-bg-faded-color:#222;--jp-carousel-border-color:#3a3a3a}:root .jp-carousel-light{--jp-carousel-primary-color:#000;--jp-carousel-primary-subtle-color:#646970;--jp-carousel-bg-color:#fff;--jp-carousel-bg-faded-color:#fbfbfb;--jp-carousel-border-color:#dcdcde}.jp-carousel-overlay .swiper-button-next,.jp-carousel-overlay .swiper-button-prev,.jp-carousel-overlay .swiper-container-rtl .swiper-button-next,.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev{background-image:none}[data-carousel-extra]:not(.jp-carousel-wrap) img,[data-carousel-extra]:not(.jp-carousel-wrap) img+figcaption{cursor:pointer}.jp-carousel-wrap *{line-height:inherit}.jp-carousel-wrap.swiper-container{height:auto;width:100vw}.jp-carousel-overlay .swiper-zoom-container{background-position:50%;background-repeat:no-repeat;background-size:200%}.jp-carousel-overlay .swiper-slide.swiper-slide-next .swiper-zoom-container img,.jp-carousel-overlay .swiper-slide.swiper-slide-prev .swiper-zoom-container img{transition:none!important}.jp-carousel-overlay .swiper-button-next,.jp-carousel-overlay .swiper-button-prev{background-image:none;height:auto;opacity:.5;padding:20px 40px;transition:opacity .5s ease-out;width:auto}.jp-carousel-overlay .swiper-button-next:hover,.jp-carousel-overlay .swiper-button-prev:hover{opacity:1}.jp-carousel-overlay .swiper-button-next:after,.jp-carousel-overlay .swiper-button-prev:after,.jp-carousel-overlay .swiper-container-rtl .swiper-button-next:after,.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev:after{content:none}.jp-carousel-overlay .swiper-button-next svg,.jp-carousel-overlay .swiper-button-prev svg{background:var(--jp-carousel-bg-color);border-radius:4px;height:30px;width:28px}.jp-carousel-overlay .swiper-button-next svg:hover,.jp-carousel-overlay .swiper-button-prev svg:hover{background:var(--jp-carousel-primary-subtle-color)}.jp-carousel-overlay{background:var(--jp-carousel-bg-color);bottom:0;direction:ltr;font-family:Helvetica Neue,sans-serif!important;left:0;overflow-x:hidden;overflow-y:auto;position:fixed;right:0;top:0;z-index:2147483647}.jp-carousel-overlay *{box-sizing:border-box}.jp-carousel-overlay h1:before,.jp-carousel-overlay h2:before,.jp-carousel-overlay h3:before{content:none;display:none}.jp-carousel-overlay .swiper-container .swiper-button-prev{left:0;right:auto}.jp-carousel-overlay .swiper-container .swiper-button-next{left:auto;right:0}.jp-carousel-overlay .swiper-container.swiper-container-rtl .swiper-button-next,.jp-carousel-overlay .swiper-container.swiper-container-rtl .swiper-button-prev{transform:scaleX(-1)}.jp-carousel-container{display:grid;grid-template-rows:1fr 64px;height:100%}.jp-carousel-hide-controls .jp-carousel-container{grid-template-rows:1fr}.jp-carousel-hide-controls .swiper-wrapper{margin-top:-32px}.jp-carousel-hide-controls .jp-swiper-button-next,.jp-carousel-hide-controls .jp-swiper-button-prev{margin-top:-54px}.jp-carousel-msg{background-color:var(--jp-carousel-primary-color);border-left:4px solid #ffba00;box-shadow:0 1px 1px 0 #0000001a;display:inline-block;font-family:Open Sans,sans-serif;font-size:14px;font-style:normal;line-height:19px;margin:25px 20px 0 2px;padding:11px 15px;text-align:center}.jp-carousel-info{display:flex;flex-direction:column;text-align:left!important;-webkit-font-smoothing:subpixel-antialiased!important;background-color:var(--jp-carousel-bg-color);opacity:1;transition:opacity .2s ease-out;z-index:100}.jp-carousel-hide-controls .jp-carousel-info{height:0;overflow:hidden;visibility:hidden}.jp-carousel-info-footer{align-items:center;display:flex;height:64px;justify-content:space-between;position:relative}.jp-carousel-info-extra,.jp-carousel-info-footer{background-color:var(--jp-carousel-bg-color);width:100vw}.jp-carousel-info-extra{border-top:1px solid var(--jp-carousel-bg-faded-color);display:none;padding:35px}.jp-carousel-title-and-caption{margin-bottom:15px}.jp-carousel-info-extra.jp-carousel-show{display:block}.jp-carousel-info ::selection{background:var(--jp-carousel-primary-color);color:var(--jp-carousel-primary-color)}.jp-carousel-info ::-moz-selection{background:var(--jp-carousel-primary-color);color:var(--jp-carousel-primary-color)}.jp-carousel-photo-info{left:0!important;width:100%!important}.jp-carousel-comments-wrapper{display:none;padding:0;width:100%!important}.jp-carousel-comments-wrapper.jp-carousel-show{display:block}.jp-carousel-comments-wrapper>.jp-carousel-photo-info{display:none}.jp-carousel-transitions .jp-carousel-photo-info{transition:.4s ease-out}.jp-carousel-buttons{background:#222;border-bottom:1px solid #222;margin:-18px -20px 15px;padding:8px 10px;text-align:center}div.jp-carousel-buttons a{border:none!important;color:var(--jp-carousel-primary-subtle-color);font:normal 11px/1.2em Helvetica Neue,sans-serif!important;letter-spacing:0!important;padding:5px 2px 5px 0;text-decoration:none!important;text-shadow:none!important;vertical-align:middle;-webkit-font-smoothing:subpixel-antialiased}div.jp-carousel-buttons a:hover{border:none!important;color:var(--jp-carousel-primary-color)}.jp-carousel-transitions div.jp-carousel-buttons a:hover{transition:none!important}.jp-carousel-slide,.jp-carousel-slide img{transform:translateZ(0)}.jp-carousel-close-hint{color:var(--jp-carousel-primary-color);cursor:default;cursor:pointer;height:45px;letter-spacing:0!important;padding:10px;position:fixed;right:30px;text-align:right;top:20px;transition:opacity .2s ease-out;width:45px;z-index:15}.jp-carousel-transitions .jp-carousel-close-hint{transition:color .2s linear}.jp-carousel-close-hint svg{background:var(--jp-carousel-bg-color);border-radius:4px;padding:3px 2px}.jp-carousel-close-hint svg:hover{background:var(--jp-carousel-primary-subtle-color)}.jp-carousel-close-hint:hover{color:var(--jp-carousel-primary-color)}.jp-carousel-close-hint:hover span{border-color:var(--jp-carousel-primary-color)}.jp-carousel-pagination-container{flex:1;margin:0 15px 0 35px}.jp-carousel-pagination,.jp-swiper-pagination{color:var(--jp-carousel-primary-color);display:none;font-size:15px;font-weight:400;position:static!important;white-space:nowrap}.jp-carousel-pagination-container .swiper-pagination{line-height:8px;text-align:left}.jp-carousel-pagination{padding-left:5px}.jp-swiper-pagination .swiper-pagination-bullet{background:var(--jp-carousel-primary-subtle-color);margin:0 4px}.jp-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--jp-carousel-primary-color)}.jp-swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){background:var(--jp-carousel-primary-color);opacity:.5}.jp-carousel-info-footer .jp-carousel-photo-title-container{flex-basis:50vw;flex:4;justify-content:center;margin:0;overflow:hidden}.jp-carousel-photo-caption,.jp-carousel-photo-title{background:none!important;border:none!important;color:var(--jp-carousel-primary-color);display:inline-block;font:normal 20px/1.3em Helvetica Neue,sans-serif;letter-spacing:0!important;line-height:normal;margin:0 0 10px;overflow:hidden;padding:0;text-shadow:none!important;text-transform:none!important}.jp-carousel-info-footer .jp-carousel-photo-caption{color:var(--jp-carousel-primary-subtle-color);cursor:pointer;font-size:15px;margin:0;text-align:center;text-overflow:ellipsis;white-space:nowrap}.jp-carousel-info-footer .jp-carousel-photo-caption p{margin:0}.jp-carousel-photo-title{font-size:32px;margin-bottom:2px}.jp-carousel-photo-description{color:var(--jp-carousel-primary-subtle-color);font-size:16px;margin:25px 0;overflow:hidden;overflow-wrap:break-word;width:100%}.jp-carousel-photo-description p{color:var(--jp-carousel-primary-subtle-color);line-height:1.4;margin-bottom:0}.jp-carousel-comments p a,.jp-carousel-info h2 a,.jp-carousel-photo-description p a{border:none!important;color:var(--jp-carousel-primary-color)!important;font-style:normal!important;font-weight:400!important;text-decoration:underline!important}.jp-carousel-photo-description p b,.jp-carousel-photo-description p strong{color:var(--jp-carousel-primary-subtle-color);font-weight:700}.jp-carousel-photo-description p em,.jp-carousel-photo-description p i{color:var(--jp-carousel-primary-subtle-color);font-style:italic}.jp-carousel-comments p a:hover,.jp-carousel-info h2 a:hover,.jp-carousel-photo-description p a:hover{color:var(--jp-carousel-primary-subtle-color)!important}.jp-carousel-photo-description p:empty{display:none}.jp-carousel-comments-wrapper h1:after,.jp-carousel-comments-wrapper h1:before,.jp-carousel-photo-info h1:after,.jp-carousel-photo-info h1:before{content:none!important}.jp-carousel-caption{font-size:14px;font-weight:400;margin:0}.jp-carousel-image-meta{color:var(--jp-carousel-primary-color);display:none;font-size:13px;font:12px/1.4 Helvetica Neue,sans-serif!important;width:100%}.jp-carousel-image-meta.jp-carousel-show{display:block}.jp-carousel-image-meta h5,.jp-carousel-image-meta li{background:none!important;border:none!important;bottom:auto!important;font-family:Helvetica Neue,sans-serif!important;font-weight:400!important;left:auto!important;line-height:1.3em!important;position:inherit!important;right:auto!important;top:auto!important}.jp-carousel-image-meta ul{list-style:none!important;margin:0!important;padding:0!important}.jp-carousel-image-meta li{color:var(--jp-carousel-primary-color)!important;display:inline-block!important;font-size:13px!important;margin:0 2% 15px 0!important;vertical-align:top!important;width:48%!important}.jp-carousel-image-meta h5{color:var(--jp-carousel-primary-subtle-color)!important;font-size:10px!important;letter-spacing:.1em!important;margin:0 0 2px!important;text-transform:uppercase!important}a.jp-carousel-image-download{clear:both;color:var(--jp-carousel-primary-subtle-color);display:inline-block;font-size:14px;font-weight:400;line-height:1;text-decoration:none}a.jp-carousel-image-download svg{display:inline-block;margin:0 3px;padding-bottom:2px;vertical-align:middle}a.jp-carousel-image-download span.photo-size{border-radius:1em;display:inline-block;font-size:11px;margin-left:2px}a.jp-carousel-image-download span.photo-size-times{padding:0 1px 0 2px}.jp-carousel-comments{background:none #0000;bottom:10px;font:15px/1.7 Helvetica Neue,sans-serif!important;font-weight:400;margin-top:20px;width:100%}.jp-carousel-comments p a:active,.jp-carousel-comments p a:focus,.jp-carousel-comments p a:hover{color:var(--jp-carousel-primary-color)!important}.jp-carousel-comment{background:none #0000;color:var(--jp-carousel-primary-subtle-color);display:flex;overflow:auto;width:100%}.jp-carousel-comment+.jp-carousel-comment{margin-top:20px}.jp-carousel-comment:last-of-type{margin-bottom:20px}.jp-carousel-comment p{color:var(--jp-carousel-primary-subtle-color)!important}.jp-carousel-comment .comment-author{border:none;display:inline;float:none;font-size:15px;font-weight:500;margin:0;padding:0;width:auto}.jp-carousel-comment .comment-author a{color:var(--jp-carousel-primary-color)}.jp-carousel-comment .comment-gravatar{float:none;margin-right:10px}.jp-carousel-comment .comment-content{border:none;padding:0}.jp-carousel-comment .avatar{background-color:initial!important;border:none!important;border-radius:4px;height:64px;margin:0;min-height:64px;min-width:64px;padding:0!important;width:64px}.jp-carousel-comment .comment-date{border-bottom:1px solid var(--jp-carousel-bg-faded-color);color:var(--jp-carousel-primary-subtle-color);font-size:11px;margin-bottom:6px}#jp-carousel-comment-form{margin:0 0 10px!important;width:100%}#jp-carousel-comment-form.jp-carousel-is-disabled{opacity:.5;pointer-events:none}textarea#jp-carousel-comment-form-comment-field{background:var(--jp-carousel-bg-faded-color);border:1px solid var(--jp-carousel-border-color);border-radius:3px;box-shadow:inset 2px 2px 2px #0000001a;box-sizing:border-box;color:var(--jp-carousel-primary-subtle-color);float:none;font:16px/1.4 Helvetica Neue,sans-serif!important;height:147px;margin:0;overflow:hidden;padding:10px 10px 5px;width:100%}textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#555}textarea#jp-carousel-comment-form-comment-field:focus{background:var(--jp-carousel-bg-faded-color);color:var(--jp-carousel-primary-subtle-color)}textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:var(--jp-carousel-primary-subtle-color)}#jp-carousel-loading-overlay{bottom:0;display:none;left:0;position:fixed;right:0;top:0}#jp-carousel-loading-wrapper{align-items:center;display:flex;height:100vh;justify-content:center;width:100vw}#jp-carousel-library-loading,#jp-carousel-library-loading:after{border-radius:50%;height:40px;width:40px}#jp-carousel-library-loading{animation:load8 1.1s linear infinite;border:8px solid #fff3;border-left:8px solid var(--jp-carousel-primary-color);float:left;font-size:10px;margin:22px 0 0 10px;position:relative;text-indent:-9999em;transform:translateZ(0)}#jp-carousel-comment-form-spinner,#jp-carousel-comment-form-spinner:after{border-radius:50%;height:20px;width:20px}#jp-carousel-comment-form-spinner{animation:load8 1.1s linear infinite;border:4px solid #fff3;border-left:4px solid var(--jp-carousel-primary-color);bottom:0;display:none;float:left;font-size:10px;left:0;margin:0 auto;position:absolute;right:0;text-indent:-9999em;top:calc(50% - 15px);transform:translateZ(0)}@keyframes load8{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.jp-carousel-info-content-wrapper{margin:auto;max-width:800px}#jp-carousel-comment-form-submit-and-info-wrapper{display:none;overflow:hidden;width:100%}#jp-carousel-comment-form-commenting-as input{background:var(--jp-carousel-bg-color);border:1px solid var(--jp-carousel-border-color);border-radius:2px;box-shadow:inset 2px 2px 2px #0003;color:var(--jp-carousel-primary-subtle-color);float:left;font:16px/1.4 Helvetica Neue,sans-serif!important;padding:10px;width:285px}#jp-carousel-comment-form-commenting-as input:focus{background:var(--jp-carousel-bg-faded-color);color:var(--jp-carousel-primary-subtle-color)}#jp-carousel-comment-form-commenting-as p{float:left;font:400 13px/1.7 Helvetica Neue,sans-serif!important;margin:22px 0 0}#jp-carousel-comment-form-commenting-as fieldset{border:none;clear:both;float:left;margin:20px 0 0;padding:0}#jp-carousel-comment-form-commenting-as label{float:left;font:400 13px/1.7 Helvetica Neue,sans-serif!important;margin:0 20px 3px 0;width:100px}#jp-carousel-comment-form-button-submit{background:var(--jp-carousel-bg-color);border:1px solid var(--jp-carousel-primary-color);border-radius:3px;color:var(--jp-carousel-primary-color);display:block;font-size:14px;margin-left:auto;margin-top:20px;padding:8px 16px}#jp-carousel-comment-form-button-submit:active,#jp-carousel-comment-form-button-submit:focus{background:var(--jp-carousel-primary-color);color:var(--jp-carousel-bg-color)}#jp-carousel-comment-form-container{color:var(--jp-carousel-primary-subtle-color);margin-bottom:15px;margin-top:20px;overflow:hidden;position:relative;width:100%}#jp-carousel-comment-post-results{display:none;overflow:auto;width:100%}#jp-carousel-comment-post-results span{border:1px solid var(--jp-carousel-border-color);border-radius:2px;box-shadow:inset 0 0 5px 0 #0003;box-sizing:border-box;display:block;font:13px/1.4 Helvetica Neue,sans-serif!important;margin-top:20px;overflow:auto;padding:1em 0;text-align:center;width:100%}.jp-carousel-comment-post-error{color:#df4926}#jp-carousel-comments-closed,#jp-carousel-comments-loading{color:var(--jp-carousel-primary-subtle-color);display:none}#jp-carousel-comments-loading{bottom:10px;font:400 15px/1.7 Helvetica Neue,sans-serif!important;margin-bottom:20px;margin-top:20px;text-align:left;width:100%}.jp-carousel-photo-icons-container{display:block;flex:1;margin:0 20px 0 30px;text-align:right;white-space:nowrap}.jp-carousel-icon-btn{background:none;border:none;display:inline-block;height:64px;padding:16px;text-decoration:none}.jp-carousel-icon{border:none;border-radius:4px;display:inline-block;font-style:normal;font-weight:400;line-height:0;padding:4px 3px 3px;width:31px}.jp-carousel-icon:hover{background:var(--jp-carousel-primary-subtle-color)}.jp-carousel-icon svg{display:inline-block}.jp-carousel-overlay rect{fill:var(--jp-carousel-primary-color)}.jp-carousel-selected .jp-carousel-icon{background:var(--jp-carousel-primary-color)}.jp-carousel-selected rect{fill:var(--jp-carousel-bg-color)}.jp-carousel-icon-comments.jp-carousel-show{display:inline-block}.jp-carousel-icon .jp-carousel-has-comments-indicator{background:var(--jp-carousel-primary-color);border-radius:4px;color:var(--jp-carousel-bg-color);display:none;font-family:Helvetica Neue,sans-serif!important;font-size:12px;font-weight:400;line-height:1;margin-left:-16px;padding:2px 4px;position:relative;vertical-align:top}.jp-carousel-selected .jp-carousel-icon .jp-carousel-has-comments-indicator{background:var(--jp-carousel-bg-color);color:var(--jp-carousel-primary-color)}.jp-carousel-has-comments-indicator.jp-carousel-show{display:inline-block}@media only screen and (max-width:760px){.jp-carousel-buttons,.jp-carousel-overlay .swiper-container .swiper-button-next,.jp-carousel-overlay .swiper-container .swiper-button-prev{display:none!important}.jp-carousel-image-meta{box-sizing:border-box;float:none!important;margin-left:0;width:100%!important}.jp-carousel-close-hint{font-size:26px!important;position:fixed!important;right:10px;top:10px}.admin-bar .jp-carousel-close-hint{top:40px}.jp-carousel-slide img{opacity:1}.jp-carousel-wrap{background-color:var(--jp-carousel-bg-color)}.jp-carousel-fadeaway,.jp-carousel-info>.jp-carousel-photo-info{display:none}.jp-carousel-comments-wrapper>.jp-carousel-photo-info{display:block}.jp-carousel-caption{overflow:visible!important}.jp-carousel-info-footer .jp-carousel-photo-title-container{display:none}.jp-carousel-photo-icons-container{margin:0 10px 0 0;white-space:nowrap}.jp-carousel-icon-btn{padding-left:20px}.jp-carousel-pagination{padding-left:5px}.jp-carousel-pagination-container{margin-left:25px}.jp-carousel-comment .avatar{min-width:48px}#jp-carousel-comment-form-commenting-as fieldset,#jp-carousel-comment-form-commenting-as input{float:none;width:100%}}:root{--jetpack--contact-form--border:1px solid #8c8f94;--jetpack--contact-form--border-color:#8c8f94;--jetpack--contact-form--border-size:1px;--jetpack--contact-form--border-style:solid;--jetpack--contact-form--border-radius:0px;--jetpack--contact-form--input-padding:16px;--jetpack--contact-form--font-size:16px;--jetpack--contact-form--error-color:#b32d2e;--jetpack--contact-form--inverted-text-color:#fff}.contact-form .clear-form{clear:both}.contact-form input::placeholder{transition:opacity .3s ease-out}.contact-form input:hover::placeholder{opacity:.5}.contact-form input:focus::placeholder{opacity:.3}:where(.contact-form input[type=text],.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=url],.contact-form textarea){border:1px solid #8c8f94;border-radius:0;box-sizing:border-box;font:inherit;padding:16px;width:100%}:where(.contact-form textarea){height:200px}.contact-form .grunion-field{padding-left:max(var(--jetpack--contact-form--input-padding-left,16px),var(--jetpack--contact-form--border-radius));padding-right:max(var(--jetpack--contact-form--input-padding-left,16px),var(--jetpack--contact-form--border-radius))}.contact-form .grunion-field-wrap input,.contact-form .grunion-field-wrap textarea{margin:0}.contact-form select{min-width:150px;padding:14px 7px}.contact-form input[type=checkbox],.contact-form input[type=radio]{height:1rem;margin:0 .75rem 0 0;width:1rem}.contact-form input[type=checkbox]{margin-left:0;top:0}.contact-form label{display:block;float:none;font-weight:700;margin-bottom:.25em}.contact-form label.consent{align-items:center;display:flex;font-size:13px;font-weight:400;text-transform:uppercase}.contact-form label.consent-implicit input{display:none}.contact-form label.checkbox{font-weight:400}.contact-form label.checkbox-multiple,.contact-form label.radio{flex:1;font-weight:400;margin-bottom:0}.contact-form .grunion-checkbox-multiple-options,.contact-form .grunion-radio-options{align-items:flex-start;border:none;display:flex;flex-direction:column;gap:12px;margin:0;padding:0}.contact-form .is-style-outlined .grunion-checkbox-multiple-options,.contact-form .is-style-outlined .grunion-radio-options{border:1px solid var(--jetpack--contact-form--border-color)}.contact-form .grunion-checkbox-multiple-options legend,.contact-form .grunion-radio-options legend{font-weight:700;margin-bottom:.25em;padding:0}.contact-form .is-style-outlined .grunion-checkbox-multiple-options legend,.contact-form .is-style-outlined .grunion-radio-options legend{font-size:.8em;font-weight:300;margin:0 0 -.75em;padding:0 .25em}.contact-form .grunion-checkbox-multiple-options .contact-form-field,.contact-form .grunion-radio-options .contact-form-field{align-items:baseline;display:flex;margin:0}.contact-form label span.required,.grunion-label-required{font-size:85%;font-weight:400;margin-left:.25em;opacity:.6}.contact-form-submission{border-bottom:1px solid #000;border-top:1px solid #000;margin-bottom:4em;padding:1.5em 1em;width:100%}.contact-form-submission p{margin:0 auto;word-wrap:break-word}.contact-form-submission h4{font-weight:200;margin-bottom:32px;margin-top:32px}.contact-form-submission .go-back-message{margin-bottom:32px;margin-top:20px;text-align:left}.contact-form-submission .go-back-message .link{color:#000;font-weight:200}.contact-form-submission .field-name{font-weight:200}.contact-form-submission .field-value{font-weight:600;margin-bottom:20px}.form-errors .form-error-message{color:var(--jetpack--contact-form--error-color)}.textwidget .contact-form input[type=email],.textwidget .contact-form input[type=tel],.textwidget .contact-form input[type=text],.textwidget .contact-form input[type=url],.textwidget .contact-form textarea,.wp-block-column .contact-form input[type=email],.wp-block-column .contact-form input[type=tel],.wp-block-column .contact-form input[type=text],.wp-block-column .contact-form input[type=url],.wp-block-column .contact-form textarea{width:100%}#jetpack-check-feedback-spam{margin:1px 8px 0 0}.jetpack-check-feedback-spam-spinner{display:inline-block;margin-top:7px}.wp-block-jetpack-contact-form{display:flex;flex-direction:row;flex-grow:1;flex-wrap:wrap;gap:var(--wp--style--block-gap,1.5rem);justify-content:flex-start}.wp-block-jetpack-contact-form>*{box-sizing:border-box;flex:0 0 100%}.wp-block-jetpack-contact-form-container.alignfull .wp-block-jetpack-contact-form{padding-left:0;padding-right:0}.wp-block-jetpack-button.alignright button{float:right}.wp-block-jetpack-contact-form .grunion-field-wrap{box-sizing:border-box;position:relative}.wp-block-jetpack-contact-form .grunion-field-width-25-wrap{flex:1 1 calc(25% - var(--wp--style--block-gap, 1.5rem)*1);max-width:25%}.wp-block-jetpack-contact-form .grunion-field-width-50-wrap{flex:1 1 calc(50% - var(--wp--style--block-gap, 1.5rem)*1);max-width:50%}.wp-block-jetpack-contact-form .grunion-field-width-75-wrap{flex:1 1 calc(75% - var(--wp--style--block-gap, 1.5rem)*1);max-width:75%}@media only screen and (max-width:480px){.wp-block-jetpack-contact-form .grunion-field-wrap{flex-basis:100%;max-width:none}}.grunion-field-consent-wrap{align-self:center}@media only screen and (min-width:600px){.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=text],.contact-form input[type=url]{width:50%}.wp-block-jetpack-contact-form input[type=email],.wp-block-jetpack-contact-form input[type=tel],.wp-block-jetpack-contact-form input[type=text],.wp-block-jetpack-contact-form input[type=url]{width:100%}}.jetpack-empty-spam,.jetpack-empty-spam-container{display:inline-block}.jetpack-empty-spam-spinner{display:inline-block;margin-top:7px}.wp-block-jetpack-contact-form .wp-block-spacer{width:100%}.contact-form .contact-form__select-wrapper{position:relative}.contact-form .contact-form__select-wrapper:after{border-bottom:2px solid;border-right:2px solid;content:"";display:block;height:8px;inset-inline-end:calc(var(--jetpack--contact-form--input-padding) + 4px);pointer-events:none;position:absolute;top:calc(var(--jetpack--contact-form--input-padding) + var(--jetpack--contact-form--line-height)/2);transform:translateY(-50%) rotate(45deg);transform-origin:center center;width:8px}.contact-form .contact-form__select-wrapper select{appearance:none;background-color:var(--jetpack--contact-form--input-background);border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);box-sizing:border-box;color:var(--jetpack--contact-form--text-color);font-family:var(--jetpack--contact-form--font-family);font-size:var(--jetpack--contact-form--font-size);line-height:var(--jetpack--contact-form--line-height);padding:var(--jetpack--contact-form--input-padding);padding-inline-end:calc(var(--jetpack--contact-form--input-padding)*3);text-overflow:ellipsis;white-space:nowrap;width:100%}.contact-form .is-style-animated,.contact-form .is-style-outlined{--notch-width:max(var(--jetpack--contact-form--input-padding-left,16px),var(--jetpack--contact-form--border-radius))}.contact-form .is-style-animated .grunion-field-wrap:not(.grunion-field-checkbox-wrap):not(.grunion-field-consent-wrap):not(.grunion-field-checkbox-multiple-wrap):not(.grunion-field-radio-wrap):not(.grunion-field-select-wrap),.contact-form .is-style-outlined .grunion-field-wrap:not(.grunion-field-checkbox-wrap):not(.grunion-field-consent-wrap):not(.grunion-field-checkbox-multiple-wrap):not(.grunion-field-radio-wrap):not(.grunion-field-select-wrap){display:flex;flex-direction:row-reverse;position:relative}.contact-form .is-style-outlined .grunion-field-checkbox-multiple-wrap,.contact-form .is-style-outlined .grunion-field-radio-wrap{background-color:var(--jetpack--contact-form--input-background)}.contact-form .is-style-outlined .grunion-field-wrap .grunion-checkbox-multiple-options,.contact-form .is-style-outlined .grunion-field-wrap .grunion-radio-options{flex-grow:1;padding:var(--jetpack--contact-form--input-padding,16px);padding-top:calc(var(--jetpack--contact-form--input-padding-top, 16px) + 4px)}.contact-form .is-style-outlined .grunion-field-wrap .notched-label{box-sizing:border-box;display:flex;height:100%;left:0;max-width:100%;pointer-events:none;position:absolute;right:0;text-align:left;width:100%}.contact-form .contact-form__select-wrapper+.notched-label{top:0}.contact-form .is-style-outlined .grunion-field-wrap .notched-label .notched-label__leading{border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-bottom-right-radius:unset;border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);border-right:none;border-top-right-radius:unset;width:var(--notch-width)}.contact-form .is-style-outlined .grunion-field-wrap .notched-label .notched-label__notch{border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:unset;border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);border-left:none;border-right:none;padding:0 4px;transition:border .15s linear}.contact-form .is-style-outlined .grunion-field-wrap.no-label .notched-label__notch{padding:0}.contact-form .is-style-outlined .grunion-field-wrap .notched-label .notched-label__label{font-weight:300;margin:0;pointer-events:none;position:relative;top:50%;transform:translateY(-50%);transition:all .15s cubic-bezier(.4,0,.2,1);will-change:transform}.contact-form .is-style-outlined .grunion-field-textarea-wrap .notched-label .notched-label__label{top:var(--jetpack--contact-form--input-padding-top,16px);transform:unset}.contact-form .is-style-outlined .grunion-field-wrap .notched-label .notched-label__trailing{border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-bottom-left-radius:unset;border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);border-left:none;border-top-left-radius:unset;flex-grow:1}.contact-form .is-style-outlined .grunion-field-wrap .grunion-checkbox-multiple-options~.notched-label .notched-label__notch,.contact-form .is-style-outlined .grunion-field-wrap .grunion-field.has-placeholder~.notched-label .notched-label__notch,.contact-form .is-style-outlined .grunion-field-wrap .grunion-field:focus~.notched-label .notched-label__notch,.contact-form .is-style-outlined .grunion-field-wrap .grunion-field:not(:placeholder-shown)~.notched-label .notched-label__notch,.contact-form .is-style-outlined .grunion-field-wrap .grunion-radio-options~.notched-label .notched-label__notch,.contact-form .is-style-outlined .grunion-field-wrap.grunion-field-select-wrap .notched-label .notched-label__notch{border-top-color:#0000}.contact-form .is-style-outlined .grunion-field-wrap .grunion-checkbox-multiple-options~.notched-label .notched-label__label,.contact-form .is-style-outlined .grunion-field-wrap .grunion-field.has-placeholder~.notched-label .notched-label__label,.contact-form .is-style-outlined .grunion-field-wrap .grunion-field:focus~.notched-label .notched-label__label,.contact-form .is-style-outlined .grunion-field-wrap .grunion-field:not(:placeholder-shown)~.notched-label .notched-label__label,.contact-form .is-style-outlined .grunion-field-wrap .grunion-radio-options~.notched-label .notched-label__label,.contact-form .is-style-outlined .grunion-field-wrap.grunion-field-select-wrap .notched-label .notched-label__label{font-size:.8em;top:calc(var(--jetpack--contact-form--border-size)*-1);transform:translateY(-50%)}.contact-form .is-style-outlined .grunion-field-wrap select,.contact-form .is-style-outlined .grunion-field-wrap>input,.contact-form .is-style-outlined .grunion-field-wrap>textarea{border-color:#0000!important;outline:none;padding-left:calc(var(--notch-width) + 4px);padding-right:calc(var(--notch-width) + 4px)}.contact-form .is-style-outlined .grunion-field-wrap textarea{padding:var(--jetpack--contact-form--input-padding,16px);padding-left:calc(var(--notch-width) + 4px);padding-right:calc(var(--notch-width) + 4px)}.contact-form .is-style-animated .grunion-field-wrap{--left-offset:calc(var(--jetpack--contact-form--input-padding-left, 16px) + var(--jetpack--contact-form--border-size));--label-left:max(var(--left-offset),var(--jetpack--contact-form--border-radius));--field-padding:calc(var(--label-left) - var(--jetpack--contact-form--border-size))}.contact-form .is-style-animated .grunion-field-wrap input:not([type=checkbox]):not([type=radio]){outline:none}.contact-form .is-style-animated .grunion-field-wrap textarea{outline:none;padding:var(--jetpack--contact-form--input-padding,16px)}.contact-form .is-style-animated .grunion-field-wrap:not(.no-label) select,.contact-form .is-style-animated .grunion-field-wrap:not(.no-label)>input,.contact-form .is-style-animated .grunion-field-wrap:not(.no-label)>textarea{padding-left:var(--field-padding);padding-right:var(--field-padding);padding-top:1.4em}.contact-form .is-style-animated .grunion-field-wrap .animated-label__label{box-sizing:border-box;left:var(--label-left);margin:0;max-width:100%;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:all .15s cubic-bezier(.4,0,.2,1);width:100%}.contact-form .is-style-animated .grunion-field-textarea-wrap .animated-label__label{top:var(--jetpack--contact-form--input-padding-top,16px);transform:unset}.contact-form .is-style-animated .grunion-field-wrap .grunion-field.has-placeholder~.animated-label__label,.contact-form .is-style-animated .grunion-field-wrap .grunion-field:focus~.animated-label__label,.contact-form .is-style-animated .grunion-field-wrap .grunion-field:not(:placeholder-shown)~.animated-label__label,.contact-form .is-style-animated .grunion-field-wrap.grunion-field-select-wrap .animated-label__label{font-size:.75em;top:calc(2px + var(--jetpack--contact-form--border-size));transform:translateY(0)}.contact-form .is-style-animated .grunion-field-wrap .grunion-checkbox-multiple-options~.animated-label__label,.contact-form .is-style-animated .grunion-field-wrap .grunion-radio-options~.animated-label__label{left:0;top:0;transform:translateY(0)}.contact-form .is-style-below .grunion-field-wrap .below-label__label{margin-left:var(--jetpack--contact-form--border-size)}.contact-form :where(.grunion-field-wrap:not(.is-style-button-wrap)) .grunion-checkbox-multiple-options,.contact-form :where(.grunion-field-wrap:not(.is-style-button-wrap)) .grunion-radio-options{padding-top:8px}.contact-form .grunion-field-wrap input.checkbox-multiple,.contact-form .grunion-field-wrap input.radio{appearance:none;border:1px solid var(--jetpack--contact-form--text-color);box-sizing:border-box;height:var(--jetpack--contact-form--font-size);margin-inline-end:calc(var(--jetpack--contact-form--font-size)/2);outline-offset:4px;padding:0;position:relative;width:var(--jetpack--contact-form--font-size)}.contact-form .grunion-field-wrap input.radio{border-radius:50%;transform:translateY(15%)}.contact-form .grunion-field-wrap input.checkbox-multiple:checked:before{content:"✓";display:block;font-size:var(--jetpack--contact-form--font-size);left:calc(var(--jetpack--contact-form--font-size)/2);line-height:1;position:absolute;top:calc(var(--jetpack--contact-form--font-size)/2);transform:translate(-50%,-50%)}.contact-form .grunion-field-wrap input.radio:checked:before{background:currentColor;border-radius:50%;content:"";height:calc(var(--jetpack--contact-form--font-size)/2);margin-left:50%;margin-top:50%;position:absolute;transform:translate(-50%,-50%);width:calc(var(--jetpack--contact-form--font-size)/2)}.contact-form .grunion-field-wrap.grunion-field-checkbox-multiple-wrap.is-style-button-wrap .contact-form-field,.contact-form .grunion-field-wrap.is-style-button-wrap .grunion-radio-label{align-items:center;background:var(--jetpack--contact-form--button-outline--background-color);border:var(--jetpack--contact-form--button-outline--border);border-radius:var(--jetpack--contact-form--button-outline--border-radius);color:var(--jetpack--contact-form--button-outline--text-color);display:inline-flex;line-height:var(--jetpack--contact-form--button-outline--line-height);padding:var(--jetpack--contact-form--button-outline--padding)}.contact-form .grunion-field-wrap.is-style-button-wrap .grunion-field.radio.is-style-button{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.contact-form .grunion-field-wrap.is-style-button-wrap .grunion-field.radio.is-style-button:checked+.grunion-radio-label{display:inline-flex;gap:.5em}.contact-form .grunion-field-wrap.is-style-button-wrap .grunion-field.radio.is-style-button:checked+.grunion-radio-label:before{content:"✓"}.contact-form .grunion-field-wrap.grunion-field-checkbox-multiple-wrap.is-style-button-wrap .contact-form-field:focus-within,.contact-form .grunion-field-wrap.is-style-button-wrap .grunion-field.radio.is-style-button:focus+.grunion-radio-label{outline:var(--jetpack--contact-form--button-outline--border);outline-offset:2px}.contact-form .grunion-field-wrap.is-style-button-wrap .grunion-field.checkbox-multiple.is-style-button{border-radius:var(--jetpack--contact-form--button-outline--border-radius);color:var(--jetpack--contact-form--button-outline--text-color);font-family:var(--wp--preset--font-family--body)}.contact-form .grunion-field-wrap.is-style-button-wrap .grunion-field.checkbox-multiple.is-style-button:focus{outline-width:0}.contact-form input.grunion-field.is-style-button+.grunion-field-text:before{background:var(--jetpack--contact-form--button-outline--background-color);border:var(--jetpack--contact-form--button-outline--border);border-color:currentColor;border-radius:var(--jetpack--contact-form--button-outline--border-radius);box-sizing:initial;content:"";display:block;height:100%;left:calc(var(--jetpack--contact-form--button-outline--border-size)*-1);position:absolute;top:calc(var(--jetpack--contact-form--button-outline--border-size)*-1);width:100%;z-index:-1}.contact-form input.grunion-field.is-style-button{color:var(--jetpack--contact-form--button-outline--color)}.contact-form input.grunion-field.is-style-button:checked,.contact-form input.grunion-field.is-style-button:checked+.grunion-field-text{color:var(--jetpack--contact-form--button-outline--background-color-fallback)}.contact-form input.grunion-field.is-style-button:checked+.grunion-field-text:before{background:var(--jetpack--contact-form--button-outline--text-color);border-color:var(--jetpack--contact-form--button-outline--text-color)}.contact-form__error,.contact-form__input-error{--warning-icon-size:1.25em;--warning-icon-margin:0.75em;align-items:center;display:flex;flex-wrap:wrap;font-size:1rem}.contact-form__error{background-color:var(--jetpack--contact-form--error-color);color:var(--jetpack--contact-form--inverted-text-color);gap:var(--warning-icon-margin);margin-bottom:var(--wp--style--block-gap,1.5rem);padding:1em}.contact-form__error ul{flex-basis:100%;list-style-position:inside;margin:0;padding-inline-start:calc(var(--warning-icon-size) + var(--warning-icon-margin))}.contact-form__error ul:empty{display:none}.contact-form__error ul li{padding:.25em 0}.contact-form__error a{color:inherit}.contact-form__input-error{color:var(--jetpack--contact-form--error-color);gap:.33em;margin:.25rem 0}.contact-form__error:empty,.contact-form__input-error:empty{display:none}.contact-form .wp-block-jetpack-contact-form.is-style-outlined fieldset[aria-invalid=true],.contact-form [aria-invalid=true]:not(fieldset){border:1px solid var(--jetpack--contact-form--error-color)}.contact-form .wp-block-jetpack-contact-form:not(.is-style-outlined) fieldset[aria-invalid=true]{outline:solid 1px var(--jetpack--contact-form--error-color);outline-offset:.5em}.contact-form__warning-icon{background-color:var(--jetpack--contact-form--error-color);border:1px solid var(--jetpack--contact-form--inverted-text-color);border-radius:50%;color:var(--jetpack--contact-form--inverted-text-color);height:var(--warning-icon-size);width:var(--warning-icon-size)}.contact-form__warning-icon i:after{align-items:center;content:"!";display:flex;font-size:.8em;font-style:normal;font-weight:700;justify-content:center}.contact-form__checkbox-wrap{align-items:baseline;display:inline-flex}.contact-form :is([type=submit],button:not([type=reset])){align-items:center;display:inline-flex;gap:.5em;justify-content:center}.contact-form .contact-form__spinner{fill:currentColor}.contact-form .contact-form__spinner svg{display:block}.visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.infinite-loader{color:#000;display:block;height:28px;text-align:center}#infinite-handle span{background:#333;border-radius:1px;color:#f0f0f1;cursor:pointer;font-size:13px;padding:6px 16px}@keyframes spinner-inner{0%{opacity:1}to{opacity:0}}.infinite-loader .spinner-inner div{animation:spinner-inner 1s linear infinite;background:#000;border-radius:3px/6px;height:12px;left:47px;outline:1px solid #fff;position:absolute;top:24px;transform-origin:3px 26px;width:6px}.infinite-loader .spinner-inner div:first-child{animation-delay:-.9166666667s;background:#000;transform:rotate(0deg)}.infinite-loader .spinner-inner div:nth-child(2){animation-delay:-.8333333333s;background:#000;transform:rotate(30deg)}.infinite-loader .spinner-inner div:nth-child(3){animation-delay:-.75s;background:#000;transform:rotate(60deg)}.infinite-loader .spinner-inner div:nth-child(4){animation-delay:-.6666666667s;background:#000;transform:rotate(90deg)}.infinite-loader .spinner-inner div:nth-child(5){animation-delay:-.5833333333s;background:#000;transform:rotate(120deg)}.infinite-loader .spinner-inner div:nth-child(6){animation-delay:-.5s;background:#000;transform:rotate(150deg)}.infinite-loader .spinner-inner div:nth-child(7){animation-delay:-.4166666667s;background:#000;transform:rotate(180deg)}.infinite-loader .spinner-inner div:nth-child(8){animation-delay:-.3333333333s;background:#000;transform:rotate(210deg)}.infinite-loader .spinner-inner div:nth-child(9){animation-delay:-.25s;background:#000;transform:rotate(240deg)}.infinite-loader .spinner-inner div:nth-child(10){animation-delay:-.1666666667s;background:#000;transform:rotate(270deg)}.infinite-loader .spinner-inner div:nth-child(11){animation-delay:-.0833333333s;background:#000;transform:rotate(300deg)}.infinite-loader .spinner-inner div:nth-child(12){animation-delay:0s;background:#000;transform:rotate(330deg)}.infinite-loader .spinner{background:none;display:inline-block;height:28px;overflow:hidden;width:28px}.infinite-loader .spinner-inner{backface-visibility:hidden;height:100%;position:relative;transform:translateZ(0) scale(.28);transform-origin:0 0;width:100%}.infinite-loader .spinner-inner div{box-sizing:initial}#infinite-handle span button,#infinite-handle span button:focus,#infinite-handle span button:hover{background:#0000;border:none;color:inherit;cursor:inherit;display:inline;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0;position:static}#infinite-handle span button::-moz-focus-inner{border:none;margin:0;padding:0}@media (max-width:800px){#infinite-handle span:before{display:none}#infinite-handle span{display:block}}#infinite-footer{bottom:-50px;left:0;position:fixed;width:100%}#infinite-footer a{text-decoration:none}#infinite-footer .blog-credits a:hover,#infinite-footer .blog-info a:hover{color:#444;text-decoration:underline}#infinite-footer .container{background:#fffc;border:solid #0000001a;border-width:1px 0 0;box-sizing:border-box;margin:0 auto;overflow:hidden;padding:1px 20px;width:780px}#infinite-footer .blog-credits,#infinite-footer .blog-info{box-sizing:border-box;line-height:25px}#infinite-footer .blog-info{float:left;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:40%}#infinite-footer .blog-credits{float:right;font-weight:400;width:60%}#infinite-footer .blog-info a{color:#111;font-size:14px;font-weight:700}#infinite-footer .blog-credits{color:#888;font-size:12px;text-align:right}#infinite-footer .blog-credits a{color:#646970}.infinity-end.neverending #infinite-footer{display:none}@media (max-width:640px){#infinite-footer .container{box-sizing:border-box;width:100%}#infinite-footer .blog-info{width:30%}#infinite-footer .blog-credits{width:70%}#infinite-footer .blog-credits,#infinite-footer .blog-info a{font-size:10px}#infinite-footer{position:static}}#infinite-aria{overflow:hidden;position:absolute;clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;padding:0;width:1px}.infinite-wrap:focus{outline:0!important}div.sharedaddy h3.sd-title:before{border-top:1px solid #dcdcde;content:"";display:block;margin-bottom:1em;min-width:30px;width:100%}div.jetpack-likes-widget-wrapper{min-height:50px;position:relative;width:100%}div.jetpack-likes-widget-wrapper .sd-link-color{font-size:12px}div.jetpack-comment-likes-widget-wrapper{min-height:31px;position:relative;width:100%}div.jetpack-comment-likes-widget-wrapper iframe{margin-bottom:0}#likes-other-gravatars{background-color:#2e4453;border-width:0;box-shadow:0 0 10px #2e4453;box-shadow:0 0 10px #2e445399;display:none;min-width:130px;padding:10px 10px 12px;position:absolute;z-index:1000}#likes-other-gravatars.wpl-new-layout{background-color:#fff;border:1px solid #dcdcde;border-radius:4px;box-shadow:none;display:none;height:auto;max-height:240px;min-width:220px;overflow:auto;padding:9px 12px 10px;position:absolute;z-index:1000}#likes-other-gravatars *{line-height:normal}#likes-other-gravatars .likes-text{color:#fff;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 li,#likes-other-gravatars ul{list-style-type:none;margin:0;padding:0;text-indent:0}#likes-other-gravatars li:before{content:""}#likes-other-gravatars ul.wpl-avatars{display:block;max-height:190px;overflow:auto}#likes-other-gravatars ul.wpl-avatars li{float:left;height:32px;margin:0 5px 5px 0;width:32px}#likes-other-gravatars.wpl-new-layout ul.wpl-avatars li{float:none;height:28px;margin:0 0 4px;width:196px}#likes-other-gravatars ul.wpl-avatars li a{border-bottom:none!important;display:block;margin:0 2px 0 0}#likes-other-gravatars.wpl-new-layout ul.wpl-avatars li a{align-items:center;border-bottom:none!important;display:flex;gap:8px;margin:0 2px 0 0;text-decoration:none}#likes-other-gravatars.wpl-new-layout ul.wpl-avatars li a span{color:#2c3338;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#likes-other-gravatars ul.wpl-avatars li a img{background:none;border:none;box-sizing:border-box;margin:0!important;padding:0!important;position:static}#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 #00000021}.comment-likes-widget,.entry-content .post-likes-widget,.post-likes-widget{border-width:0;display:block;margin:0}.comment-likes-widget-placeholder,.post-likes-widget-placeholder{border-width:0;margin:0;position:relative}.comment-likes-widget-placeholder{display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;height:18px;position:absolute}.comment-likes-widget-placeholder:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%232EA2CC' d='m12 2 2.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/svg%3E");background-repeat:no-repeat;background-size:16px 16px;color:#2ea2cc;content:"";display:inline-block;height:16px;padding-right:5px;position:relative;top:3px;width:16px}.post-likes-widget-placeholder .button{display:none}.comment-likes-widget-placeholder .loading,.post-likes-widget-placeholder .loading{color:#999;font-size:12px}.comment-likes-widget-placeholder .loading{align-self:center;color:#4e4e4e;margin-top:4px;padding-left:5px}div.sharedaddy.sd-like-enabled .sd-like h3{display:none}div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget{float:none;position:absolute;top:0;width:100%}.comment-likes-widget{width:100%}.cs-rating,.pd-rating{display:block!important}.sd-gplus .sd-title{display:none}@media print{.jetpack-likes-widget-wrapper{display:none}}.jp-related-posts-i2{margin-top:1.5rem}.jp-related-posts-i2__list{--hgap:1rem;column-gap:var(--hgap);display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0;row-gap:2rem}.jp-related-posts-i2__post{display:flex;flex-basis:calc((100% - var(--hgap))/2);flex-direction:column}.jp-related-posts-i2__post:nth-last-child(n+3):first-child,.jp-related-posts-i2__post:nth-last-child(n+3):first-child~*{flex-basis:calc(33.33333% - var(--hgap)*2/3)}.jp-related-posts-i2__post:nth-last-child(4):first-child,.jp-related-posts-i2__post:nth-last-child(4):first-child~*{flex-basis:calc((100% - var(--hgap))/2)}.jp-related-posts-i2__post-link{display:flex;flex-direction:column;line-height:1.2;margin-bottom:1rem;row-gap:.5rem;width:100%}.jp-related-posts-i2__post-link:focus-visible{outline-offset:2px}.jp-related-posts-i2__post-img{max-width:100%;order:-1}.jp-related-posts-i2__post-defs{list-style-type:unset;margin:0}.jp-related-posts-i2__post-defs dt{height:1px;overflow:hidden;position:absolute;width:1px;clip:rect(1px,1px,1px,1px);white-space:nowrap}.jp-related-posts-i2__post-defs dd{margin:0}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__list{display:block}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post{margin-bottom:2rem}@media only screen and (max-width:640px){.jp-related-posts-i2__list{display:block}.jp-related-posts-i2__post{margin-bottom:2rem}}#jp-relatedposts{clear:both;display:none;margin:1em 0;padding-top:1em;position:relative}.jp-relatedposts:after{clear:both;content:"";display:block}#jp-relatedposts h3.jp-relatedposts-headline{display:inline-block;float:left;font-family:inherit;font-size:9pt;font-weight:700;margin:0 0 1em}#jp-relatedposts h3.jp-relatedposts-headline em:before{border-top:1px solid #0003;content:"";display:block;margin-bottom:1em;min-width:30px;width:100%}#jp-relatedposts h3.jp-relatedposts-headline em{font-style:normal;font-weight:700}#jp-relatedposts .jp-relatedposts-items{clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:-20px}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;float:left;margin:0 0 1em;width:33%}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post{filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8;padding-right:20px}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4){clear:both}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover{filter:alpha(opacity=100);-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items p,#jp-relatedposts .jp-relatedposts-items time,#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{font-size:14px;line-height:20px;margin:0}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs{position:relative}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay{border-bottom:0;bottom:0;display:block;left:0;position:absolute;right:0;top:0}#jp-relatedposts .jp-relatedposts-items p,#jp-relatedposts .jp-relatedposts-items time{margin-bottom:0}#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{display:block;font-family:inherit;margin:0;max-width:100%;text-transform:none}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{filter:alpha(opacity=100);font-size:inherit;font-weight:400;-moz-opacity:1;opacity:1;text-decoration:none}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span{display:block;max-width:90%;overflow:hidden;text-overflow:ellipsis}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span{height:auto;max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{opacity:.6}#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt,.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{display:none}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt{overflow:hidden}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span{margin-bottom:1em}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post{clear:both;width:100%}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img{float:left;margin-right:3%;max-width:33%;overflow:hidden}#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{display:inline-block;max-width:63%}@media only screen and (max-width:640px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:50%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n){clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:20px}}@media only screen and (max-width:320px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{clear:both;margin:0 0 1em;width:100%}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{float:none;margin-right:0;max-width:100%}}@media print{.jp-relatedposts{display:none!important}}#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{display:inline-block;font-size:9pt;font-weight:700;line-height:1.2;margin:0 0 1em}body.highlander-light h3.sd-title:before{border-top:1px solid #0003}body.highlander-dark h3.sd-title:before{border-top:1px solid #fff6}.sd-sharing{margin-bottom:1em}.sd-content ul{list-style:none!important;margin:0!important;padding:0!important}.sd-content ul li{display:inline-block}.sd-content ul li.share-deprecated{opacity:.5}.sd-content ul li.share-deprecated a span{text-decoration:line-through}.sd-block.sd-gplus{margin:0 0 .5em}.sd-gplus .sd-content{font-size:12px}.sd-content .share-email-error .share-email-error-title{margin:.5em 0}.sd-content .share-email-error .share-email-error-text{font-family:Open Sans,sans-serif;font-size:12px;margin:.5em 0}#sharing_email .sharing_send,.sd-content ul li .option a.share-ustom,.sd-content ul li a.sd-button,.sd-content ul li.advanced a.share-more,.sd-content ul li.preview-item div.option.option-smart-off a,.sd-social-icon .sd-content ul li a.sd-button,.sd-social-icon-text .sd-content ul li a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button,.sd-social-text .sd-content ul li a.sd-button{background:#fff;border-radius:4px;box-shadow:0 1px 2px #0000001f,0 0 0 1px #0000001f;color:#2c3338!important;display:inline-block;font-family:Open Sans,sans-serif;font-size:13px;font-weight:500;line-height:23px;padding:4px 11px 3px 9px;text-decoration:none!important;text-shadow:none}.sd-social-official .sd-content ul li a.sd-button,.sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a{align-items:center;display:flex;font-size:12px;line-height:12px;min-height:20px;padding:1px 6px 0 5px}.sd-social-official .sd-content ul.preview li a.sd-button,.sd-social-official .sd-content ul.preview li.preview-item div.option.option-smart-off a{position:relative;top:2px}.sd-content ul li .option a.share-ustom span,.sd-content ul li a.sd-button>span,.sd-content ul li.advanced a.share-more span,.sd-content ul li.preview-item div.option.option-smart-off a span,.sd-social-icon-text .sd-content ul li a.sd-button>span,.sd-social-official .sd-content>ul>li .digg_button>a span,.sd-social-official .sd-content>ul>li>a.sd-button span{line-height:23px;margin-left:6px}.sd-social-icon .sd-content ul li a.sd-button>span{margin-left:0}.sd-social-text .sd-content ul li a.sd-button span{margin-left:3px}.sd-social-official .sd-content ul li a.sd-button>span,.sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a span{line-height:12px;margin-left:3px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,.sd-social-official .sd-content>ul>li .digg_button>a:before,.sd-social-official .sd-content>ul>li>a.sd-button:before{margin-bottom:-1px}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon .sd-content ul li a.sd-button:hover,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:hover,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li .digg_button>a:hover,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-official .sd-content>ul>li>a.sd-button:hover,.sd-social-text .sd-content ul li a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:hover{box-shadow:0 1px 2px #00000038,0 0 0 1px #00000038}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:active{box-shadow:inset 0 1px 0 #00000029}.sd-content ul li a.sd-button:before{display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:normal 18px/1 social-logos;text-align:center;vertical-align:top}.sd-social-icon-text ul li a.sd-button:before{position:relative;top:2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-content ul li a.sd-button:before{position:relative;top:2px}}.sd-social-official ul li a.sd-button:before{position:relative;top:-2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-official ul li a.sd-button:before{top:0}}.sd-content ul li{margin:0 8px 12px 0;padding:0}.jp-sharing-input-touch .sd-content ul li{padding-left:10px}.sd-content ul li.preview-item.no-icon a.sd-button span{margin-left:0}.sd-content ul li.no-icon a:before,.sd-social-text .sd-content ul li a:before{display:none}body .sd-content ul li.share-custom.no-icon a span,body .sd-social-text .sd-content ul li.share-custom a span{background-image:none;background-position:-500px -500px!important;background-repeat:no-repeat!important;height:0;line-height:inherit;padding-left:0}.sd-social-icon .sd-content ul li a.share-more{position:relative;top:-4px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-icon .sd-content ul li a.share-more{top:2px}}@-moz-document url-prefix(){.sd-social-icon .sd-content ul li a.share-more{top:2px}}.sd-social-icon .sd-content ul li a.share-more span{margin-left:3px}.sd-content ul li.share-print div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-print a:before,.sd-social-icon-text .sd-content li.share-print a:before,.sd-social-official .sd-content li.share-print a:before,.sd-social-text .sd-content ul li.share-print a:before{content:"\f469"}.sd-content ul li.share-email div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-email a:before,.sd-social-icon-text .sd-content li.share-email a:before,.sd-social-official .sd-content li.share-email a:before,.sd-social-text .sd-content ul li.share-email a:before{content:"\f410"}.sd-content ul li.share-linkedin div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-linkedin a:before,.sd-social-icon-text .sd-content li.share-linkedin a:before,.sd-social-text .sd-content ul li.share-linkedin a:before{content:"\f207"}.sd-content ul li.share-twitter div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-twitter a:before,.sd-social-icon-text .sd-content li.share-twitter a:before,.sd-social-text .sd-content ul li.share-twitter a:before{content:"\f202"}.sd-content ul li.share-x div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-x a:before,.sd-social-icon-text .sd-content li.share-x a:before,.sd-social-text .sd-content ul li.share-x a:before{content:"\f10e"}.sd-content ul li.share-reddit div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-reddit a:before,.sd-social-icon-text .sd-content li.share-reddit a:before,.sd-social-official .sd-content li.share-reddit a:before,.sd-social-text .sd-content ul li.share-reddit a:before{content:"\f222"}.sd-content ul li.share-tumblr div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-tumblr a:before,.sd-social-icon-text .sd-content li.share-tumblr a:before,.sd-social-text .sd-content ul li.share-tumblr a:before{content:"\f607"}.sd-content ul li.share-pocket div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pocket a:before,.sd-social-icon-text .sd-content li.share-pocket a:before,.sd-social-text .sd-content ul li.share-pocket a:before{content:"\f224"}.sd-content ul li.share-pinterest div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pinterest a:before,.sd-social-icon-text .sd-content li.share-pinterest a:before,.sd-social-text .sd-content ul li.share-pinterest a:before{content:"\f210"}.sd-content ul li.share-facebook div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-facebook a:before,.sd-social-icon-text .sd-content li.share-facebook a:before,.sd-social-text .sd-content ul li.share-facebook a:before{content:"\f203"}.sd-content ul li.share-press-this div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-press-this a:before,.sd-social-icon-text .sd-content li.share-press-this a:before,.sd-social-official .sd-content li.share-press-this a:before,.sd-social-text .sd-content ul li.share-press-this a:before{content:"\f205"}.sd-social-official .sd-content li.share-press-this a:before{color:#2ba1cb}.sd-content ul li.share-telegram div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-telegram a:before,.sd-social-icon-text .sd-content li.share-telegram a:before,.sd-social-official .sd-content li.share-telegram a:before,.sd-social-text .sd-content ul li.share-telegram a:before{content:"\f606"}.sd-social-official .sd-content li.share-telegram a:before{color:#08c}.sd-content ul li.share-threads div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-threads a:before,.sd-social-icon-text .sd-content li.share-threads a:before,.sd-social-official .sd-content li.share-threads a:before,.sd-social-text .sd-content ul li.share-threads a:before{content:"\f10d"}.sd-social-official .sd-content li.share-threads a:before{color:#000}.sd-social-icon .sd-content ul li[class*=share-].share-threads a.sd-button{background:#000;color:#fff!important}.sd-content ul li.share-mastodon div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-mastodon a:before,.sd-social-icon-text .sd-content li.share-mastodon a:before,.sd-social-official .sd-content li.share-mastodon a:before,.sd-social-text .sd-content ul li.share-mastodon a:before{content:"\f10a"}.sd-social-official .sd-content li.share-mastodon a:before{color:#563acc}.sd-content ul li.advanced a.share-more:before,.sd-social-icon .sd-content ul a.share-more:before,.sd-social-icon-text .sd-content a.share-more:before,.sd-social-official .sd-content a.share-more:before,.sd-social-text .sd-content ul a.share-more:before{content:"\f415"}.sd-social-official .sd-content a.share-more:before{color:#2ba1cb}.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,.sd-social-official .sd-content li.share-jetpack-whatsapp a:before,.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before{content:"\f608"}.sd-social-official .sd-content li.share-jetpack-whatsapp a:before{color:#43d854}.sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp a.sd-button{background:#43d854;color:#fff!important}.sd-content ul li.share-nextdoor div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-nextdoor a:before,.sd-social-icon-text .sd-content li.share-nextdoor a:before,.sd-social-official .sd-content li.share-nextdoor a:before,.sd-social-text .sd-content ul li.share-nextdoor a:before{content:"\f10c"}.sd-social-official .sd-content li.share-nextdoor a:before{color:#8ed500}.sd-social-icon .sd-content ul li[class*=share-].share-nextdoor a.sd-button{background:#8ed500;color:#fff!important}.sd-content ul li.share-bluesky div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-bluesky a:before,.sd-social-icon-text .sd-content li.share-bluesky a:before,.sd-social-official .sd-content li.share-bluesky a:before,.sd-social-text .sd-content ul li.share-bluesky a:before{content:"\f10f"}.sd-social-official .sd-content li.share-bluesky a:before{color:#0085ff}.sd-social-icon .sd-content ul li[class*=share-].share-bluesky a.sd-button{background:#0085ff;color:#fff!important}.sd-content ul li.share-deprecated div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-deprecated a:before,.sd-social-icon-text .sd-content li.share-deprecated a:before,.sd-social-official .sd-content li.share-deprecated a:before{content:"🚫";height:1em;width:1em}.sd-social .sd-button .share-count{background:#2ea2cc;border-radius:10px;color:#fff;display:inline-block;font-size:10px;line-height:1;padding:1px 3px;text-align:center}.sd-social-official .sd-content>ul>li>a.sd-button span{line-height:1}.sd-social-official .sd-content ul{display:flex;flex-wrap:wrap}.sd-social-official .sd-content ul:after{clear:both;content:".";display:block;height:0;visibility:hidden}.sd-social-official .sd-content li.share-press-this a{margin:0 0 5px}.sd-social-official .sd-content ul>li{display:flex;max-height:18px}.sd-social-official .sd-content ul>li .option-smart-off{margin-right:8px}.sd-social-official .fb-share-button>span{vertical-align:top!important}.sd-social-official .sd-content .pocket_button iframe{width:98px}.linkedin_button>span,.pinterest_button,.pocket_button iframe,.twitter_button{margin:0!important}.linkedin_button>span,.pinterest_button a{display:block!important}.sd-social-official .sd-content .share-tumblr iframe{max-width:53px;width:unset}body .sd-social-official li a.share-more,body .sd-social-official li.share-custom a,body .sd-social-official li.share-digg a,body .sd-social-official li.share-email a,body .sd-social-official li.share-press-this a,body .sd-social-official li.share-print{position:relative;top:0}body .sd-social-icon .sd-content li.share-custom>a{padding:2px 3px 0;position:relative;top:4px}body .sd-content ul li.share-custom a.share-icon span,body .sd-social-icon .sd-content li.share-custom a span,body .sd-social-icon-text .sd-content li.share-custom a span,body .sd-social-official .sd-content li.share-custom a span,body .sd-social-text .sd-content li.share-custom a span{background-repeat:no-repeat;background-size:16px 16px;display:inline-block;height:21px;line-height:16px;margin-left:0;padding:0 0 0 19px}body .sd-social-icon .sd-content li.share-custom a span{padding-left:16px!important;width:0}.sharing-hidden .inner{background:#fff;border:1px solid #ccc;border-radius:2px;box-shadow:0 5px 20px #0003;margin-top:5px;max-width:400px;padding:10px;position:absolute;z-index:2}.sharing-hidden .inner ul{margin:0!important}.sd-social-official .sd-content .sharing-hidden ul>li.share-end{clear:both;height:0!important;margin:0!important}.sharing-hidden .inner:after,.sharing-hidden .inner:before{border-bottom:8px solid #ccc;border-left:6px solid #0000;border-right:6px solid #0000;content:"";display:block;height:0;left:20px;position:absolute;top:-8px;width:0;z-index:1}.sharing-hidden .inner:after{border-bottom:8px solid #fff;border-left:6px solid #0000;border-right:6px solid #0000;top:-7px;z-index:2}.sharing-hidden ul{margin:0}.sd-social-icon .sd-content ul li[class*=share-] a,.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a{border:0;border-radius:50%;-webkit-border-radius:50%;box-shadow:none;height:auto;line-height:1;margin-bottom:0;max-width:32px;padding:7px;position:relative;top:-2px;width:auto}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button>span,.sd-social-icon .sd-content ul li[class*=share-] div.option a span{line-height:1}.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a:hover{border:none;opacity:.6}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before{top:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom{padding:8px 8px 6px;top:5px}.sd-social-icon .sd-content ul li a.sd-button.share-more{margin-left:10px}.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more{margin-left:0}.sd-social-icon .sd-button span.share-count{background:#555;border-radius:0;bottom:0;font-size:9px;position:absolute;right:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button{background:#e9e9e9;margin-top:2px;text-indent:0}.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button{background:#2c4762;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button{background:#0866ff;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button{background:#00acee;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-x a.sd-button{background:#000;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button{background:#ca1f27;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button{color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button{background:#4f94d4;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-telegram a.sd-button{background:#08c;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button{background:#0077b5;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button{background:#ee4056;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button{background:#cee3f8;color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-mastodon a.sd-button{background:linear-gradient(0deg,#563acc 0,#6364ff);color:#fff!important}.sharing-screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.sharing-screen-reader-text:active,.sharing-screen-reader-text:focus,.sharing-screen-reader-text:hover{background-color:#f0f0f1;border-radius:3px;box-shadow:0 0 2px 2px #0009;clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#jetpack-source_f_name{display:none!important;left:-9000px;position:absolute!important}.sd-content .share-customize-link{line-height:11px;margin-top:8px}.sd-content .share-customize-link a{font-family:Open Sans,sans-serif;font-size:11px}@media print{.sharedaddy.sd-sharing-enabled{display:none}}.jetpack-slideshow-window{background-color:#222;border:20px solid #222;border-radius:10px;height:0;margin-bottom:20px;overflow:hidden;padding-bottom:56.25%!important;padding-top:30px!important;position:relative;z-index:1}.jetpack-slideshow-window.jetpack-slideshow-white{background-color:#fff;border-color:#fff}.jetpack-slideshow-window,.jetpack-slideshow-window *{box-sizing:initial}.jetpack-slideshow-loading{height:100%;margin:auto;text-align:center}body div.jetpack-slideshow-window * img{background-color:initial!important;background-image:none!important;border-width:0!important;display:block;margin:0 auto;max-height:100%;max-width:100%;padding:0!important;position:relative;top:50%;transform:translateY(-50%)}.jetpack-slideshow-loading img{vertical-align:middle}.jetpack-slideshow-slide{display:none;height:100%!important;left:0;margin:auto;position:absolute;text-align:center;top:0;width:100%!important}.jetpack-slideshow-slide img{vertical-align:middle}.jetpack-slideshow-line-height-hack{font-size:0;overflow:hidden;width:0}.jetpack-slideshow-slide-caption{bottom:5px;color:#f6f7f7;font-family:Helvetica Neue,sans-serif;font-size:13px;height:25px;left:0;line-height:25px;position:absolute;text-align:center;text-shadow:#222 1px 1px 2px;width:100%;z-index:100}.jetpack-slideshow-controls{bottom:30px;direction:ltr;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";margin:auto;opacity:.5;position:absolute;text-align:center;transition:opacity .3s ease-out;width:100%;z-index:1000}.jetpack-slideshow-window:hover .jetpack-slideshow-controls{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1}body div div.jetpack-slideshow-controls a,body div div.jetpack-slideshow-controls a:hover{background-color:#000!important;background-color:#0009!important;background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/img/slideshow-controls.png)!important;background-position:-34px 8px!important;background-repeat:no-repeat;background-size:142px 16px!important;border:2px solid #ffffff1a!important;color:#222!important;display:inline-block!important;*display:inline;margin:0 5px!important;padding:0!important;zoom:1;border-radius:10em!important;height:32px!important;line-height:32px!important;text-align:center!important;transition:border-color .3s ease-out;width:32px!important}@media only screen and (-webkit-min-device-pixel-ratio:1.5){body div div.jetpack-slideshow-controls a,body div div.jetpack-slideshow-controls a:hover{background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/img/slideshow-controls-2x.png)!important}}body div div.jetpack-slideshow-controls a:hover{border-color:#fff!important}body div div.jetpack-slideshow-controls a:first-child{background-position:-76px 8px!important}body div div.jetpack-slideshow-controls a:last-child{background-position:-117px 8px!important}body div div.jetpack-slideshow-controls a.running,body div div.jetpack-slideshow-controls a:nth-child(2){background-position:-34px 8px!important}body div div.jetpack-slideshow-controls a.paused{background-position:9px 8px!important}.jetpack-slideshow-controls a img{border:50px dotted #f0f}body.presentation-wrapper-fullscreen-parent,html.presentation-wrapper-fullscreen-parent{overflow:hidden!important}.presentation-wrapper-fullscreen-parent #wpadminbar{display:none}.presentation-wrapper-fullscreen,.presentation-wrapper-fullscreen-parent{bottom:0!important;left:0!important;margin:0!important;min-height:100%!important;min-width:100%!important;padding:0!important;position:absolute!important;right:0!important;top:0!important;z-index:10000!important}.presentation-wrapper-fullscreen{background-color:grey;border:none!important}.presentation-wrapper-fullscreen .nav-arrow-left,.presentation-wrapper-fullscreen .nav-arrow-right{z-index:20001}.presentation-wrapper-fullscreen .nav-fullscreen-button{z-index:20002}.presentation-wrapper{border:1px solid #dcdcde;line-height:normal;margin:20px auto;overflow:hidden}.presentation{margin:0;outline:none;overflow:hidden;position:relative}.presentation,.presentation .step{background-position:50%;background-repeat:no-repeat;background-size:100% 100%}.presentation .step.fade:not(.active){opacity:0}.presentation .slide-content{padding:30px}.presentation .nav-arrow-left,.presentation .nav-arrow-right,.presentation .nav-fullscreen-button{background-repeat:no-repeat;opacity:0;position:absolute;transition:opacity .25s;width:34px;z-index:2}.presentation .nav-arrow-left,.presentation .nav-arrow-right{background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/images/slide-nav.png);background-size:450% 61px;height:100%}.presentation .nav-arrow-left{background-position:4px 50%;left:0}.presentation .nav-arrow-right{background-position:-120px 50%;right:0}.presentation .nav-fullscreen-button{background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/images/expand.png);background-size:100% 100%;bottom:0;height:32px;margin:4px;right:0;width:32px;z-index:3}.presentation:hover .nav-arrow-left,.presentation:hover .nav-arrow-right{opacity:1}.presentation:hover .nav-fullscreen-button{opacity:.8}.presentation-wrapper-fullscreen .nav-fullscreen-button{background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/images/collapse.png)}.presentation .autoplay-overlay{background-color:#dcdcde;background-color:#000000bf;border-radius:50px;display:table;height:15%;margin:30% 10%;position:relative;transition:opacity .5s;width:80%;z-index:100}.presentation .autoplay-overlay .overlay-msg{color:#fff;display:table-cell;position:relative;text-align:center;vertical-align:middle}.presentation .will-fade{opacity:0}.presentation .do-fade{opacity:1;transition:opacity .5s}div.jetpack-quiz{background-color:#f3f3f3;border:1px solid #deede3;border-radius:.2em;line-height:1.3em;margin-bottom:2em;padding:1em}div.jetpack-quiz div.jetpack-quiz-question{font-weight:700;margin-bottom:.5em}div.jetpack-quiz div.jetpack-quiz-answer{border-bottom:1px dotted #999;cursor:pointer;margin-bottom:.5em;padding:1em 0 1em 1em}div.jetpack-quiz div.jetpack-quiz-answer.last{border-bottom:0;margin-bottom:0;padding-bottom:0}div.jetpack-quiz div.jetpack-quiz-answer.correct{color:green}div.jetpack-quiz div.jetpack-quiz-answer.wrong{color:red}div.jetpack-quiz div.jetpack-quiz-answer div.jetpack-quiz-explanation{display:none}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation{color:#000;display:block;font-size:90%;margin-top:1em}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation tt,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation tt{font-size:85%}div.jetpack-quiz pre{background:#0000;font:15px Monaco,Consolas,Andale Mono,DejaVu Sans Mono,monospace;margin:0;padding:0}.jetpack-quiz-options{margin-top:12px;text-align:right}.jetpack-quiz-count{color:#646970;float:left;font-size:12px}.jetpack-quiz-option-button{cursor:pointer;margin-left:12px}.jetpack-quiz-option-button:hover svg{background:#3c434a}.jetpack-quiz-option-button svg{background:#000;border-radius:50%;display:inline-block;fill:#fff;height:24px;width:24px}.jetpack-quiz-wrapper .jetpack-quiz:first-of-type .jetpack-quiz-option-button:first-of-type,.jetpack-quiz-wrapper .jetpack-quiz:last-of-type .jetpack-quiz-option-button:last-of-type{display:none}#subscribe-email input{width:95%}.comment-subscription-form{margin-bottom:1em}.comment-subscription-form .subscribe-label{display:inline!important}.jetpack-video-wrapper{margin-bottom:1.6em}.jetpack-video-wrapper>.wp-video,.jetpack-video-wrapper>embed,.jetpack-video-wrapper>iframe,.jetpack-video-wrapper>object{margin-bottom:0}.jetpack-social-navigation ul{display:block;margin:0 0 1.5em;padding:0}.jetpack-social-navigation li{display:inline-block;line-height:1;margin:0}.jetpack-social-navigation a{border:0;height:1em;text-decoration:none;width:1em}.jetpack-social-navigation-svg .icon{color:inherit;fill:currentColor;height:1em;vertical-align:middle;width:1em}.jetpack-social-navigation-genericons a:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:Genericons;font-size:1em;font-style:normal;font-weight:400;height:1em;line-height:1;speak:none;content:"\f415";text-decoration:inherit;vertical-align:top;width:1em}.jetpack-social-navigation-genericons a[href*="bsky.app"]:before{content:"\f10f"}.jetpack-social-navigation-genericons a[href*="codepen.io"]:before{content:"\f216"}.jetpack-social-navigation-genericons a[href*="digg.com"]:before{content:"\f221"}.jetpack-social-navigation-genericons a[href*="dribbble.com"]:before{content:"\f201"}.jetpack-social-navigation-genericons a[href*="dropbox.com"]:before{content:"\f225"}.jetpack-social-navigation-genericons a[href*="mailto:"]:before{content:"\f410"}.jetpack-social-navigation-genericons a[href*="facebook.com"]:before{content:"\f203"}.jetpack-social-navigation-genericons a[href*="flickr.com"]:before{content:"\f211"}.jetpack-social-navigation-genericons a[href*="foursquare.com"]:before{content:"\f226"}.jetpack-social-navigation-genericons a[href*="github.com"]:before{content:"\f200"}.jetpack-social-navigation-genericons a[href*="plus.google.com"]:before{content:"\f206"}.jetpack-social-navigation-genericons a[href*="instagram.com"]:before{content:"\f215"}.jetpack-social-navigation-genericons a[href*="linkedin.com"]:before{content:"\f208"}.jetpack-social-navigation-genericons a[href*="nextdoor.com"]:before{content:"\f10c"}.jetpack-social-navigation-genericons a[href*="path.com"]:before{content:"\f219"}.jetpack-social-navigation-genericons a[href*="pinterest."]:before{content:"\f210"}.jetpack-social-navigation-genericons a[href*="getpocket.com"]:before{content:"\f224"}.jetpack-social-navigation-genericons a[href*="polldaddy.com"]:before{content:"\f217"}.jetpack-social-navigation-genericons a[href*="reddit.com"]:before{content:"\f222"}.jetpack-social-navigation-genericons a[href$="/feed/"]:before{content:"\f413"}.jetpack-social-navigation-genericons a[href*="skype:"]:before{content:"\f220"}.jetpack-social-navigation-genericons a[href*="sms:"]:before{content:"\f110"}.jetpack-social-navigation-genericons a[href*="spotify.com"]:before{content:"\f515"}.jetpack-social-navigation-genericons a[href*="stumbleupon.com"]:before{content:"\f223"}.jetpack-social-navigation-genericons a[href*="threads.net"]:before{content:"\f10d"}.jetpack-social-navigation-genericons a[href*="tumblr.com"]:before{content:"\f214"}.jetpack-social-navigation-genericons a[href*="twitch.tv"]:before{content:"\f516"}.jetpack-social-navigation-genericons a[href*="twitter.com"]:before{content:"\f202"}.jetpack-social-navigation-genericons a[href*="vimeo.com"]:before{content:"\f212"}.jetpack-social-navigation-genericons a[href*="vine.co"]:before{content:"\f517"}.jetpack-social-navigation-genericons a[href*="wordpress.com"]:before,.jetpack-social-navigation-genericons a[href*="wordpress.org"]:before{content:"\f205"}.jetpack-social-navigation-genericons a[href*="x.com"]:before{content:"\f10e"}.jetpack-social-navigation-genericons a[href*="youtube.com"]:before{content:"\f213"}.tiled-gallery{clear:both;margin:0 0 20px;overflow:hidden}.tiled-gallery img{margin:2px!important}.tiled-gallery .gallery-group{float:left;position:relative}.tiled-gallery .tiled-gallery-item{float:left;margin:0;position:relative;width:inherit}.tiled-gallery .gallery-row{overflow:hidden}.tiled-gallery .tiled-gallery-item a{background:#0000;border:none;color:inherit;margin:0;padding:0;text-decoration:none;width:auto}.tiled-gallery .tiled-gallery-item img,.tiled-gallery .tiled-gallery-item img:hover{background:none;border:none;box-shadow:none;max-width:100%;padding:0;vertical-align:middle}.tiled-gallery-caption{background:#f0f0f1;background:#fffc;bottom:0;color:#333;font-size:13px;font-weight:400;overflow:hidden;padding:10px 0;position:absolute;text-indent:10px;text-overflow:ellipsis;white-space:nowrap;width:100%}.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption{font-size:11px}.widget-gallery .tiled-gallery-unresized{height:0;overflow:hidden;visibility:hidden}.tiled-gallery .tiled-gallery-item img.grayscale{-ms-filter:grayscale(1);-o-filter:grayscale(1);filter:grayscale(1)}.tiled-gallery .tiled-gallery-item:hover img.grayscale{-ms-filter:none;-o-filter:none;filter:none}.tiled-gallery.type-circle .tiled-gallery-item img{border-radius:50%!important;object-fit:cover}.tiled-gallery.type-circle .tiled-gallery-caption{display:none}.tiled-gallery.type-square .tiled-gallery-item img{object-fit:cover}.jetpack-display-remote-posts{margin:5px 0 20px}.jetpack-display-remote-posts h4{margin:5px 0;padding:0}.jetpack-display-remote-posts p{margin:0;padding:0}.jetpack-display-remote-posts img{max-width:100%}.widget-grofile h4{margin:1em 0 .5em}.widget-grofile ul.grofile-urls{margin-left:0;overflow:hidden}.widget-grofile ul.grofile-accounts li{display:inline;list-style:none}.widget-grofile ul.grofile-accounts li:before{content:""!important}.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite.png);background-repeat:no-repeat;float:left;height:16px;margin-bottom:8px;margin-right:8px;width:16px}.rtl .widget-grofile .grofile-accounts-logo{margin-left:8px;margin-right:0}.grofile-thumbnail{max-width:100%;width:500px}@media only screen and (-o-min-device-pixel-ratio:3/2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite-2x.png);background-size:16px 784px}}.jetpack-goodreads-legacy-widget div[class^=gr_custom_container]{background-color:#fff;border:1px solid gray;border-radius:10px;color:#000;padding:10px 5px}.jetpack-goodreads-legacy-widget div[class^=gr_custom_container] a{color:#000}.jetpack-goodreads-legacy-widget h2[class^=gr_custom_header]{display:none}.jetpack-goodreads-legacy-widget div[class^=gr_custom_each_container]{border-bottom:1px solid #a7aaad;clear:both;margin-bottom:10px;overflow:auto;padding-bottom:4px;width:100%}.jetpack-goodreads-legacy-widget div[class^=gr_custom_book_container]{float:right;height:60px;margin-left:4px;overflow:hidden;width:39px}.jetpack-goodreads-legacy-widget div[class^=gr_custom_author]{font-size:10px}.jetpack-goodreads-legacy-widget div[class^=gr_custom_tags]{color:gray;font-size:10px}.jetpack-goodreads-legacy-widget div[class^=gr_custom_rating]{display:none}.widget_wpcom_social_media_icons_widget ul{list-style-type:none;margin-left:0}.widget_wpcom_social_media_icons_widget ul li{border:0;display:inline;margin-right:.5em}.widget_wpcom_social_media_icons_widget li a{border:0;text-decoration:none}.widget_wpcom_social_media_icons_widget .genericon{font-family:Genericons}.widget_wpcom_social_media_icons_widget .screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.widget_wpcom_social_media_icons_widget .screen-reader-text:active,.widget_wpcom_social_media_icons_widget .screen-reader-text:focus,.widget_wpcom_social_media_icons_widget .screen-reader-text:hover{background-color:#f0f0f1;border-radius:3px;box-shadow:0 0 2px 2px #0009;clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.widgets-grid-layout{width:100%}.widgets-grid-layout:after,.widgets-grid-layout:before{content:" ";display:table}.widgets-grid-layout:after{clear:both}.widget-grid-view-image{float:left;max-width:50%}.widget-grid-view-image a{display:block;margin:0 2px 4px 0}.widget-grid-view-image:nth-child(2n){float:right}.widget-grid-view-image:nth-child(2n) a{margin:0 0 4px 2px}.widgets-grid-layout .widget-grid-view-image img{height:auto;max-width:100%}.widgets-list-layout{list-style-type:none;margin:0;padding:0}.widgets-list-layout li:after,.widgets-list-layout li:before{content:"";display:table}.widgets-list-layout li:after{clear:both}.widgets-list-layout li{zoom:1;list-style-type:none!important;margin-bottom:1em}.widgets-list-layout .widgets-list-layout-blavatar{float:left;height:auto;max-width:40px;width:21.276596%}.widgets-list-layout-links{float:right;width:73.404255%}.widgets-list-layout span{opacity:.5}.widgets-list-layout span:hover{opacity:.8}.jetpack-image-container:after{clear:both}.jetpack-image-container:after,.jetpack-image-container:before{content:"";display:table}.widgets-multi-column-grid ul{list-style-type:none;margin:0;overflow:hidden;padding:0}.widgets-multi-column-grid ul li{background:none;border:none;clear:none;float:left;list-style-type:none!important;margin:0 -5px -3px 0;padding:0 8px 6px 0}.widgets-multi-column-grid ul li a{background:none;border:0;margin:0;padding:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widget_jetpack_my_community .avatar-240,.widget_jetpack_my_community .avatar-48{max-height:48px;max-width:48px}.widget.widget_authors li>ul,.widget_authors>ul{margin-left:inherit;padding-left:0}.widget_authors ul li li{padding-left:0}.widget_authors>ul>li{list-style:none;margin-bottom:1em}.widget_authors>ul>li+li{border-top:0}.widget.widget_authors img{box-shadow:none;margin-bottom:5px;margin-right:5px;vertical-align:middle}.wpcnt{line-height:2;text-align:center}.wpa{display:inline-block;max-width:100%;overflow:hidden;position:relative}.wpa-about{border-bottom:none!important;box-shadow:none!important;color:#888;display:block;font:10px/1 Open Sans,Arial,sans-serif!important;left:0;margin-top:0;opacity:.85;position:absolute;right:0;text-align:left!important;text-decoration:none!important;top:5px}.wpa .u>div{display:block;margin-bottom:1em;margin-top:5px}div.wpa>div{margin-top:20px}.wpa .u .adsbygoogle{background-color:initial;display:block;margin-bottom:1em;margin-top:17px}.widget_eu_cookie_law_widget{animation:fadeIn .8s;border:none;bottom:1em;left:1em;margin:0;padding:0;position:fixed;right:1em;width:auto;z-index:50001}@keyframes fadeIn{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}.widget_eu_cookie_law_widget.widget.top{bottom:auto;top:1em}.admin-bar .widget_eu_cookie_law_widget.widget.top{top:3em}amp-consent.widget_eu_cookie_law_widget.widget.top{margin:0;top:1em}.admin-bar amp-consent.widget_eu_cookie_law_widget.widget.top{margin-top:3em;top:0}#eu-cookie-law{background-color:#fff;border:1px solid #dedede;color:#2e4467;font-size:12px;line-height:1.5;overflow:hidden;padding:6px 6px 6px 15px;position:relative}#eu-cookie-law a,#eu-cookie-law a:active,#eu-cookie-law a:visited{color:inherit;cursor:inherit;text-decoration:underline}#eu-cookie-law a:hover{cursor:pointer;text-decoration:none}#eu-cookie-law.negative{background-color:#000;border:none;color:#fff}#eu-cookie-law.hide{opacity:0;transition:opacity .4s,visibility .4s;visibility:hidden}#eu-cookie-law form{margin-bottom:0;position:static}#eu-cookie-law input,#eu-cookie-law input:focus,#eu-cookie-law input:hover{background:#f3f3f3;border:1px solid #dedede;border-radius:4px;-moz-border-radius:3px;-webkit-border-radius:3px;color:#2e4453;cursor:pointer;display:inline;float:right;font-family:inherit;font-size:14px;font-weight:inherit;line-height:inherit;margin:0 0 0 5%;padding:8px 12px;position:static;text-transform:none}#eu-cookie-law.negative input,#eu-cookie-law.negative input:focus,#eu-cookie-law.negative input:hover{background:#282828;border-color:#535353;color:#fff}@media (max-width:600px){#eu-cookie-law{padding-bottom:55px}#eu-cookie-law input.accept{bottom:8px;position:absolute;right:8px}}.widget_eu_cookie_law_widget .customize-partial-edit-shortcut>button{left:0}.flickr-images{text-align:center}.flickr-size-thumbnail .flickr-images{align-content:space-between;align-items:center;display:flex;flex-flow:row wrap;justify-content:center}.flickr-images img{margin:5px;max-width:100%}.wpcom-instagram-images{display:grid;grid-gap:.5rem;grid-auto-columns:1fr}.wpcom-instagram-images:after,.wpcom-instagram-images:before{content:none}.wpcom-instagram-images a{display:block;margin:4px 2px}.wpcom-instagram-columns-2 a,.wpcom-instagram-columns-3 a{display:inline-block;vertical-align:top}.wpcom-instagram-columns-2 a{width:calc(50% - 8px)}.wpcom-instagram-columns-3 a{width:calc(33.3333% - 8px)}.wpcom-instagram-images .sq-bg-image{background-position:50%;background-repeat:no-repeat;background-size:cover;height:0;overflow:hidden;padding-bottom:100%}.wpcom-instagram-columns-2{grid-template-columns:repeat(2,1fr)}.wpcom-instagram-columns-3{grid-template-columns:repeat(3,1fr)}@supports (display:grid){.wpcom-instagram-images a{display:block;margin:0}.wpcom-instagram-columns-2 a,.wpcom-instagram-columns-3 a{width:auto}}.jetpack-search-filters-widget__sub-heading{font-size:inherit;font-weight:700;margin:0 0 .5em;padding:0}.jetpack-search-form+.jetpack-search-filters-widget__sub-heading{margin-bottom:.5em!important;margin-top:1.5em}.jetpack-search-filters-widget__clear{margin-bottom:.5em;margin-top:.5em}.jetpack-search-sort-wrapper{margin-bottom:1.5em;margin-top:1em}.jetpack-search-sort-wrapper label{display:inherit}.widget_search .jetpack-search-filters-widget__filter-list input[type=checkbox]{height:auto;width:auto}ul.jetpack-search-filters-widget__filter-list li{border:none;list-style:none;padding:0}ul.jetpack-search-filters-widget__filter-list li a{text-decoration:none}ul.jetpack-search-filters-widget__filter-list li a:hover{box-shadow:none}ul.jetpack-search-filters-widget__filter-list li label{display:inherit;font-weight:inherit}.jetpack-search-filters-widget__filter-list{list-style:none}ul.jetpack-search-filters-widget__filter-list{margin-bottom:1.5em}body.search .jetpack-search-form input[name=s]::placeholder{color:#0000}body.search .jetpack-search-form input[name=s].show-placeholder::placeholder{color:inherit}@media screen and (min-width:400px){.widget.jetpack-simple-payments .jetpack-simple-payments-product{flex-direction:column}.widget.jetpack-simple-payments .jetpack-simple-payments-details{padding-left:0}}.jetpack_widget_social_icons li,.jetpack_widget_social_icons ul{list-style:none}.jetpack_widget_social_icons ul{display:block;margin:0 0 1.5em;padding:0}.jetpack_widget_social_icons ul li{border:0;display:inline-block;line-height:1;margin:0;padding:0}.jetpack_widget_social_icons ul li:after,.jetpack_widget_social_icons ul li:before{display:none}.jetpack_widget_social_icons a{border:0;box-shadow:none;display:block;height:24px;text-decoration:none;width:24px}.jetpack_widget_social_icons svg{color:inherit;fill:currentColor;height:inherit;vertical-align:middle;width:inherit}.jetpack_widget_social_icons ul.size-small a{height:24px;width:24px}.jetpack_widget_social_icons ul.size-medium a{height:32px;width:32px}.jetpack_widget_social_icons ul.size-large a{height:48px;width:48px}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.milestone-widget{margin-bottom:1em}.milestone-content{line-height:2;margin-top:5px;max-width:100%;padding:0;text-align:center}.milestone-header{background-color:var(--milestone-text-color,#111);color:var(--milestone-bg-color,#fff);line-height:1.3;margin:0;padding:.8em}.milestone-header .date,.milestone-header .event{display:block}.milestone-header .event{font-size:120%}.milestone-countdown .difference{display:block;font-size:500%;font-weight:700;line-height:1.2}.milestone-countdown,.milestone-message{background-color:var(--milestone-bg-color,#fff);border:1px solid var(--milestone-border-color,#767676);border-top:0;color:var(--milestone-text-color,#111);padding-bottom:1em}.milestone-message{padding-top:1em}body.jetpack-subscribe-modal-open{overflow:hidden}.jetpack-subscribe-modal{background-color:initial;height:100%;left:0;overflow:auto;position:fixed;top:0;transition:all .4s;visibility:hidden;width:100%;z-index:50000}.jetpack-subscribe-modal.open{background-color:#0000004d;visibility:visible}.jetpack-subscribe-modal__modal-content{background-color:#fefefe;border-radius:10px;box-sizing:border-box;margin:15% auto;max-width:600px;overflow:hidden;position:relative;text-wrap:balance;top:100%;transition:all .4s;visibility:hidden;width:100%}.jetpack-subscribe-modal.open .jetpack-subscribe-modal__modal-content{top:0;visibility:visible}.jetpack-subscribe-modal__modal-content p{text-wrap:balance;text-wrap:pretty}@media screen and (max-width:640px){.jetpack-subscribe-modal__modal-content{width:94%}}body.jetpack-subscribe-overlay-open{overflow:hidden}.jetpack-subscribe-overlay{--jetpack-subscribe-overlay--background-color:var(--wp--preset--color--background,var(--wp--preset--color--base,var(--wp--preset--color--contrast,#f9f9f9)));background-color:initial;height:100%;left:0;overflow:hidden;position:fixed;top:0;transition:background-color .4s,visibility .4s;visibility:hidden;width:100%;z-index:50000}.jetpack-subscribe-overlay__content{margin:15% auto;max-width:400px;overflow:hidden;position:relative;text-wrap:pretty;top:100%;transition:top .4s,visibility .4s;visibility:hidden;width:100%}.jetpack-subscribe-overlay__close{cursor:pointer;display:none;height:24px;position:absolute;right:32px;top:32px;width:24px}body.admin-bar .jetpack-subscribe-overlay__close{top:64px}.jetpack-subscribe-overlay__to-content{bottom:64px;display:none;left:0;margin:0 auto;position:fixed;right:0}.jetpack-subscribe-overlay.open{background-color:var(--jetpack-subscribe-overlay--background-color);visibility:visible}.jetpack-subscribe-overlay.open .jetpack-subscribe-overlay__content{top:0;visibility:visible}.jetpack-subscribe-overlay.open .jetpack-subscribe-overlay__close,.jetpack-subscribe-overlay.open .jetpack-subscribe-overlay__to-content{display:block}@media screen and (max-width:640px){.jetpack-subscribe-overlay__content{width:94%}}