
    .wp-block-audio figcaption {
      margin-top: .5em;
      margin-bottom: 1em
    }

    .wp-block-audio audio {
      width: 100%;
      min-width: 300px
    }

    .wp-block-button {
      color: #fff
    }

    .wp-block-button.aligncenter {
      text-align: center
    }

    .wp-block-button.alignright {
      text-align: right
    }

    .wp-block-button__link {
      background-color: #32373c;
      border: none;
      border-radius: 28px;
      box-shadow: none;
      color: inherit;
      cursor: pointer;
      display: inline-block;
      font-size: 18px;
      margin: 0;
      padding: 12px 24px;
      text-align: center;
      text-decoration: none;
      overflow-wrap: break-word
    }

    .wp-block-button__link:active,
    .wp-block-button__link:focus,
    .wp-block-button__link:hover,
    .wp-block-button__link:visited {
      color: inherit
    }

    .wp-gs .wp-block-button__link:not(.has-background) {
      background-color: var(--wp-block-core-button--color--background, var(--wp-color--primary, #32373c))
    }

    .is-style-squared .wp-block-button__link {
      border-radius: 0
    }

    .no-border-radius.wp-block-button__link {
      border-radius: 0 !important
    }

    .is-style-outline {
      color: #32373c
    }

    .is-style-outline .wp-block-button__link {
      background-color: transparent;
      border: 2px solid
    }

    .wp-block-buttons .wp-block-button {
      display: inline-block;
      margin-right: 8px;
      margin-bottom: 8px
    }

    .wp-block-buttons.alignright .wp-block-button {
      margin-right: none;
      margin-left: 8px
    }

    .wp-block-buttons.aligncenter,
    .wp-block-calendar {
      text-align: center
    }

    .wp-block-calendar tbody td,
    .wp-block-calendar th {
      padding: 4px;
      border: 1px solid #e2e4e7
    }

    .wp-block-calendar tfoot td {
      border: none
    }

    .wp-block-calendar table {
      width: 100%;
      border-collapse: collapse;
      font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
    }

    .wp-block-calendar table th {
      font-weight: 400;
      background: #edeff0
    }

    .wp-block-calendar a {
      text-decoration: underline
    }

    .wp-block-calendar tfoot a {
      color: #00739c
    }

    .wp-block-calendar table caption,
    .wp-block-calendar table tbody {
      color: #40464d
    }

    .wp-block-categories.alignleft {
      margin-right: 2em
    }

    .wp-block-categories.alignright {
      margin-left: 2em
    }

    .wp-block-columns {
      display: flex;
      margin-bottom: 28px;
      flex-wrap: wrap
    }

    @media (min-width:782px) {
      .wp-block-columns {
        flex-wrap: nowrap
      }
    }

    .wp-block-columns.has-background {
      padding: 20px 30px
    }

    .wp-block-column {
      flex-grow: 1;
      min-width: 0;
      word-break: break-word;
      overflow-wrap: break-word
    }

    @media (max-width:599px) {
      .wp-block-column {
        flex-basis: 100% !important
      }
    }

    @media (min-width:600px) and (max-width:781px) {
      .wp-block-column {
        flex-basis: calc(50% - 16px) !important;
        flex-grow: 0
      }

      .wp-block-column:nth-child(2n) {
        margin-left: 32px
      }
    }

    @media (min-width:782px) {
      .wp-block-column {
        flex-basis: 0;
        flex-grow: 1
      }

      .wp-block-column[style] {
        flex-grow: 0
      }

      .wp-block-column:not(:first-child) {
        margin-left: 32px
      }
    }

    .wp-block-columns.are-vertically-aligned-top {
      align-items: flex-start
    }

    .wp-block-columns.are-vertically-aligned-center {
      align-items: center
    }

    .wp-block-columns.are-vertically-aligned-bottom {
      align-items: flex-end
    }

    .wp-block-column.is-vertically-aligned-top {
      align-self: flex-start
    }

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

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

    .wp-block-column.is-vertically-aligned-bottom,
    .wp-block-column.is-vertically-aligned-center,
    .wp-block-column.is-vertically-aligned-top {
      width: 100%
    }

    .wp-block-cover,
    .wp-block-cover-image {
      position: relative;
      background-color: #000;
      background-size: cover;
      background-position: 50%;
      min-height: 430px;
      height: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden
    }

    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
      background-attachment: fixed
    }

    @supports (-webkit-overflow-scrolling:touch) {

      .wp-block-cover-image.has-parallax,
      .wp-block-cover.has-parallax {
        background-attachment: scroll
      }
    }

    @media (prefers-reduced-motion:reduce) {

      .wp-block-cover-image.has-parallax,
      .wp-block-cover.has-parallax {
        background-attachment: scroll
      }
    }

    .wp-block-cover-image.has-background-dim:before,
    .wp-block-cover.has-background-dim:before {
      content: "";
      background-color: inherit
    }

    .wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
    .wp-block-cover-image .wp-block-cover__gradient-background,
    .wp-block-cover.has-background-dim:not(.has-background-gradient):before,
    .wp-block-cover .wp-block-cover__gradient-background {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 1
    }

    .wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
    .wp-block-cover-image .wp-block-cover__gradient-background,
    .wp-block-cover.has-background-dim:not(.has-background-gradient):before,
    .wp-block-cover .wp-block-cover__gradient-background {
      opacity: .5
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
    .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
      opacity: .1
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
    .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background {
      opacity: .1
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
    .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
      opacity: .2
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
    .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background {
      opacity: .2
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
    .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
      opacity: .3
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
    .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background {
      opacity: .3
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
    .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
      opacity: .4
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
    .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background {
      opacity: .4
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
    .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
      opacity: .5
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
    .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background {
      opacity: .5
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
    .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
      opacity: .6
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
    .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background {
      opacity: .6
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
    .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
      opacity: .7
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
    .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background {
      opacity: .7
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
    .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
      opacity: .8
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
    .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background {
      opacity: .8
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
    .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
      opacity: .9
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
    .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background {
      opacity: .9
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
    .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
      opacity: 1
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
    .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background {
      opacity: 1
    }

    .wp-block-cover-image.alignleft,
    .wp-block-cover-image.alignright,
    .wp-block-cover.alignleft,
    .wp-block-cover.alignright {
      max-width: 290px;
      width: 100%
    }

    .wp-block-cover-image:after,
    .wp-block-cover:after {
      display: block;
      content: "";
      font-size: 0;
      min-height: inherit
    }

    @supports ((position:-webkit-sticky) or (position:sticky)) {

      .wp-block-cover-image:after,
      .wp-block-cover:after {
        content: none
      }
    }

    .wp-block-cover-image.aligncenter,
    .wp-block-cover-image.alignleft,
    .wp-block-cover-image.alignright,
    .wp-block-cover.aligncenter,
    .wp-block-cover.alignleft,
    .wp-block-cover.alignright {
      display: flex
    }

    .wp-block-cover-image .wp-block-cover__inner-container,
    .wp-block-cover .wp-block-cover__inner-container {
      width: calc(100% - 70px);
      z-index: 1;
      color: #f8f9f9
    }

    .wp-block-cover-image .wp-block-subhead:not(.has-text-color),
    .wp-block-cover-image h1:not(.has-text-color),
    .wp-block-cover-image h2:not(.has-text-color),
    .wp-block-cover-image h3:not(.has-text-color),
    .wp-block-cover-image h4:not(.has-text-color),
    .wp-block-cover-image h5:not(.has-text-color),
    .wp-block-cover-image h6:not(.has-text-color),
    .wp-block-cover-image p:not(.has-text-color),
    .wp-block-cover .wp-block-subhead:not(.has-text-color),
    .wp-block-cover h1:not(.has-text-color),
    .wp-block-cover h2:not(.has-text-color),
    .wp-block-cover h3:not(.has-text-color),
    .wp-block-cover h4:not(.has-text-color),
    .wp-block-cover h5:not(.has-text-color),
    .wp-block-cover h6:not(.has-text-color),
    .wp-block-cover p:not(.has-text-color) {
      color: inherit
    }

    .wp-block-cover__video-background {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 100%;
      height: 100%;
      z-index: 0;
      object-fit: cover
    }

    .wp-block-cover-image-text,
    .wp-block-cover-text,
    section.wp-block-cover-image h2 {
      color: #fff
    }

    .wp-block-cover-image-text a,
    .wp-block-cover-image-text a:active,
    .wp-block-cover-image-text a:focus,
    .wp-block-cover-image-text a:hover,
    .wp-block-cover-text a,
    .wp-block-cover-text a:active,
    .wp-block-cover-text a:focus,
    .wp-block-cover-text a:hover,
    section.wp-block-cover-image h2 a,
    section.wp-block-cover-image h2 a:active,
    section.wp-block-cover-image h2 a:focus,
    section.wp-block-cover-image h2 a:hover {
      color: #fff
    }

    .wp-block-cover-image .wp-block-cover.has-left-content {
      justify-content: flex-start
    }

    .wp-block-cover-image .wp-block-cover.has-right-content {
      justify-content: flex-end
    }

    .wp-block-cover-image.has-left-content .wp-block-cover-image-text,
    .wp-block-cover.has-left-content .wp-block-cover-text,
    section.wp-block-cover-image.has-left-content>h2 {
      margin-left: 0;
      text-align: left
    }

    .wp-block-cover-image.has-right-content .wp-block-cover-image-text,
    .wp-block-cover.has-right-content .wp-block-cover-text,
    section.wp-block-cover-image.has-right-content>h2 {
      margin-right: 0;
      text-align: right
    }

    .wp-block-cover-image .wp-block-cover-image-text,
    .wp-block-cover .wp-block-cover-text,
    section.wp-block-cover-image>h2 {
      font-size: 2em;
      line-height: 1.25;
      z-index: 1;
      margin-bottom: 0;
      max-width: 580px;
      padding: 14px;
      text-align: center
    }

    .block-editor-block-list__block[data-type="core/embed"][data-align=left],
    .block-editor-block-list__block[data-type="core/embed"][data-align=right],
    .wp-block-embed.alignleft,
    .wp-block-embed.alignright {
      max-width: 360px;
      width: 100%
    }

    .wp-block-embed {
      margin-bottom: 1em
    }

    .wp-block-embed figcaption {
      margin-top: .5em;
      margin-bottom: 1em
    }

    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
      position: relative
    }

    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
      content: "";
      display: block;
      padding-top: 50%
    }

    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%
    }

    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
      padding-top: 42.85%
    }

    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
      padding-top: 50%
    }

    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
      padding-top: 56.25%
    }

    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
      padding-top: 75%
    }

    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
      padding-top: 100%
    }

    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
      padding-top: 177.78%
    }

    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
      padding-top: 200%
    }

    .wp-block-file {
      margin-bottom: 1.5em
    }

    .wp-block-file.aligncenter {
      text-align: center
    }

    .wp-block-file.alignright {
      text-align: right
    }

    .wp-block-file .wp-block-file__button {
      background: #32373c;
      border-radius: 2em;
      color: #fff;
      font-size: 13px;
      padding: .5em 1em
    }

    .wp-block-file a.wp-block-file__button {
      text-decoration: none
    }

    .wp-block-file a.wp-block-file__button:active,
    .wp-block-file a.wp-block-file__button:focus,
    .wp-block-file a.wp-block-file__button:hover,
    .wp-block-file a.wp-block-file__button:visited {
      box-shadow: none;
      color: #fff;
      opacity: .85;
      text-decoration: none
    }

    .wp-block-file *+.wp-block-file__button {
      margin-left: .75em
    }

    .blocks-gallery-grid,
    .wp-block-gallery {
      display: flex;
      flex-wrap: wrap;
      list-style-type: none;
      padding: 0;
      margin: 0
    }

    .blocks-gallery-grid .blocks-gallery-image,
    .blocks-gallery-grid .blocks-gallery-item,
    .wp-block-gallery .blocks-gallery-image,
    .wp-block-gallery .blocks-gallery-item {
      margin: 0 16px 16px 0;
      display: flex;
      flex-grow: 1;
      flex-direction: column;
      justify-content: center;
      position: relative
    }

    .blocks-gallery-grid .blocks-gallery-image figure,
    .blocks-gallery-grid .blocks-gallery-item figure,
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
      margin: 0;
      height: 100%
    }

    @supports ((position:-webkit-sticky) or (position:sticky)) {

      .blocks-gallery-grid .blocks-gallery-image figure,
      .blocks-gallery-grid .blocks-gallery-item figure,
      .wp-block-gallery .blocks-gallery-image figure,
      .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
      }
    }

    .blocks-gallery-grid .blocks-gallery-image img,
    .blocks-gallery-grid .blocks-gallery-item img,
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
      display: block;
      max-width: 100%;
      height: auto;
      width: 100%
    }

    @supports ((position:-webkit-sticky) or (position:sticky)) {

      .blocks-gallery-grid .blocks-gallery-image img,
      .blocks-gallery-grid .blocks-gallery-item img,
      .wp-block-gallery .blocks-gallery-image img,
      .wp-block-gallery .blocks-gallery-item img {
        width: auto
      }
    }

    .blocks-gallery-grid .blocks-gallery-image figcaption,
    .blocks-gallery-grid .blocks-gallery-item figcaption,
    .wp-block-gallery .blocks-gallery-image figcaption,
    .wp-block-gallery .blocks-gallery-item figcaption {
      position: absolute;
      bottom: 0;
      width: 100%;
      max-height: 100%;
      overflow: auto;
      padding: 40px 10px 9px;
      color: #fff;
      text-align: center;
      font-size: 13px;
      background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent)
    }

    .blocks-gallery-grid .blocks-gallery-image figcaption img,
    .blocks-gallery-grid .blocks-gallery-item figcaption img,
    .wp-block-gallery .blocks-gallery-image figcaption img,
    .wp-block-gallery .blocks-gallery-item figcaption img {
      display: inline
    }

    .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
      width: 100%
    }

    @supports ((position:-webkit-sticky) or (position:sticky)) {

      .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
      .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
      .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
      .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
      .wp-block-gallery.is-cropped .blocks-gallery-image a,
      .wp-block-gallery.is-cropped .blocks-gallery-image img,
      .wp-block-gallery.is-cropped .blocks-gallery-item a,
      .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        object-fit: cover
      }
    }

    .blocks-gallery-grid .blocks-gallery-image,
    .blocks-gallery-grid .blocks-gallery-item,
    .wp-block-gallery .blocks-gallery-image,
    .wp-block-gallery .blocks-gallery-item {
      width: calc((100% - 16px)/2)
    }

    .blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
    .blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
      margin-right: 0
    }

    .blocks-gallery-grid.columns-1 .blocks-gallery-image,
    .blocks-gallery-grid.columns-1 .blocks-gallery-item,
    .wp-block-gallery.columns-1 .blocks-gallery-image,
    .wp-block-gallery.columns-1 .blocks-gallery-item {
      width: 100%;
      margin-right: 0
    }

    @media (min-width:600px) {

      .blocks-gallery-grid.columns-3 .blocks-gallery-image,
      .blocks-gallery-grid.columns-3 .blocks-gallery-item,
      .wp-block-gallery.columns-3 .blocks-gallery-image,
      .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc((100% - 32px)/3);
        margin-right: 16px
      }

      @supports (-ms-ime-align:auto) {

        .blocks-gallery-grid.columns-3 .blocks-gallery-image,
        .blocks-gallery-grid.columns-3 .blocks-gallery-item,
        .wp-block-gallery.columns-3 .blocks-gallery-image,
        .wp-block-gallery.columns-3 .blocks-gallery-item {
          width: calc((100% - 32px)/3 - 1px)
        }
      }

      .blocks-gallery-grid.columns-4 .blocks-gallery-image,
      .blocks-gallery-grid.columns-4 .blocks-gallery-item,
      .wp-block-gallery.columns-4 .blocks-gallery-image,
      .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc((100% - 48px)/4);
        margin-right: 16px
      }

      @supports (-ms-ime-align:auto) {

        .blocks-gallery-grid.columns-4 .blocks-gallery-image,
        .blocks-gallery-grid.columns-4 .blocks-gallery-item,
        .wp-block-gallery.columns-4 .blocks-gallery-image,
        .wp-block-gallery.columns-4 .blocks-gallery-item {
          width: calc((100% - 48px)/4 - 1px)
        }
      }

      .blocks-gallery-grid.columns-5 .blocks-gallery-image,
      .blocks-gallery-grid.columns-5 .blocks-gallery-item,
      .wp-block-gallery.columns-5 .blocks-gallery-image,
      .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc((100% - 64px)/5);
        margin-right: 16px
      }

      @supports (-ms-ime-align:auto) {

        .blocks-gallery-grid.columns-5 .blocks-gallery-image,
        .blocks-gallery-grid.columns-5 .blocks-gallery-item,
        .wp-block-gallery.columns-5 .blocks-gallery-image,
        .wp-block-gallery.columns-5 .blocks-gallery-item {
          width: calc((100% - 64px)/5 - 1px)
        }
      }

      .blocks-gallery-grid.columns-6 .blocks-gallery-image,
      .blocks-gallery-grid.columns-6 .blocks-gallery-item,
      .wp-block-gallery.columns-6 .blocks-gallery-image,
      .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc((100% - 80px)/6);
        margin-right: 16px
      }

      @supports (-ms-ime-align:auto) {

        .blocks-gallery-grid.columns-6 .blocks-gallery-image,
        .blocks-gallery-grid.columns-6 .blocks-gallery-item,
        .wp-block-gallery.columns-6 .blocks-gallery-image,
        .wp-block-gallery.columns-6 .blocks-gallery-item {
          width: calc((100% - 80px)/6 - 1px)
        }
      }

      .blocks-gallery-grid.columns-7 .blocks-gallery-image,
      .blocks-gallery-grid.columns-7 .blocks-gallery-item,
      .wp-block-gallery.columns-7 .blocks-gallery-image,
      .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc((100% - 96px)/7);
        margin-right: 16px
      }

      @supports (-ms-ime-align:auto) {

        .blocks-gallery-grid.columns-7 .blocks-gallery-image,
        .blocks-gallery-grid.columns-7 .blocks-gallery-item,
        .wp-block-gallery.columns-7 .blocks-gallery-image,
        .wp-block-gallery.columns-7 .blocks-gallery-item {
          width: calc((100% - 96px)/7 - 1px)
        }
      }

      .blocks-gallery-grid.columns-8 .blocks-gallery-image,
      .blocks-gallery-grid.columns-8 .blocks-gallery-item,
      .wp-block-gallery.columns-8 .blocks-gallery-image,
      .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc((100% - 112px)/8);
        margin-right: 16px
      }

      @supports (-ms-ime-align:auto) {

        .blocks-gallery-grid.columns-8 .blocks-gallery-image,
        .blocks-gallery-grid.columns-8 .blocks-gallery-item,
        .wp-block-gallery.columns-8 .blocks-gallery-image,
        .wp-block-gallery.columns-8 .blocks-gallery-item {
          width: calc((100% - 112px)/8 - 1px)
        }
      }

      .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
      .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
      .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
      .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
        margin-right: 0
      }

      .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
      .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
      .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
      .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
        margin-right: 0
      }

      .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
      .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
      .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
      .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
        margin-right: 0
      }

      .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
      .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
      .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
      .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
        margin-right: 0
      }

      .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
      .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
      .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
      .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
        margin-right: 0
      }

      .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
      .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
      .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
      .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
        margin-right: 0
      }

      .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
      .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
      .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
      .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
        margin-right: 0
      }

      .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
      .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
      .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
      .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
      }
    }

    .blocks-gallery-grid .blocks-gallery-image:last-child,
    .blocks-gallery-grid .blocks-gallery-item:last-child,
    .wp-block-gallery .blocks-gallery-image:last-child,
    .wp-block-gallery .blocks-gallery-item:last-child {
      margin-right: 0
    }

    .blocks-gallery-grid.alignleft,
    .blocks-gallery-grid.alignright,
    .wp-block-gallery.alignleft,
    .wp-block-gallery.alignright {
      max-width: 290px;
      width: 100%
    }

    .blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
    .wp-block-gallery.aligncenter .blocks-gallery-item figure {
      justify-content: center
    }

    .wp-block-image {
      margin-bottom: 1em
    }

    .wp-block-image img {
      max-width: 100%
    }

    .wp-block-image.aligncenter {
      text-align: center
    }

    .wp-block-image.alignfull img,
    .wp-block-image.alignwide img {
      width: 100%
    }

    .wp-block-image .aligncenter,
    .wp-block-image .alignleft,
    .wp-block-image .alignright,
    .wp-block-image.is-resized {
      display: table;
      margin-left: 0;
      margin-right: 0
    }

    .wp-block-image .aligncenter>figcaption,
    .wp-block-image .alignleft>figcaption,
    .wp-block-image .alignright>figcaption,
    .wp-block-image.is-resized>figcaption {
      display: table-caption;
      caption-side: bottom
    }

    .wp-block-image .alignleft {
      float: left;
      margin-right: 1em
    }

    .wp-block-image .alignright {
      float: right;
      margin-left: 1em
    }

    .wp-block-image .aligncenter {
      margin-left: auto;
      margin-right: auto
    }

    .wp-block-image figcaption {
      margin-top: .5em;
      margin-bottom: 1em
    }

    .is-style-circle-mask img,
    .is-style-rounded img {
      border-radius: 9999px
    }

    @supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
      .is-style-circle-mask img {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: 0
      }
    }

    .wp-block-latest-comments__comment {
      font-size: 15px;
      line-height: 1.1;
      list-style: none;
      margin-bottom: 1em
    }

    .has-avatars .wp-block-latest-comments__comment {
      min-height: 36px;
      list-style: none
    }

    .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
    .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
      margin-left: 52px
    }

    .has-dates .wp-block-latest-comments__comment,
    .has-excerpts .wp-block-latest-comments__comment {
      line-height: 1.5
    }

    .wp-block-latest-comments__comment-excerpt p {
      font-size: 14px;
      line-height: 1.8;
      margin: 5px 0 20px
    }

    .wp-block-latest-comments__comment-date {
      color: #8f98a1;
      display: block;
      font-size: 12px
    }

    .wp-block-latest-comments .avatar,
    .wp-block-latest-comments__comment-avatar {
      border-radius: 24px;
      display: block;
      float: left;
      height: 40px;
      margin-right: 12px;
      width: 40px
    }

    .wp-block-latest-posts.alignleft {
      margin-right: 2em
    }

    .wp-block-latest-posts.alignright {
      margin-left: 2em
    }

    .wp-block-latest-posts.wp-block-latest-posts__list {
      list-style: none
    }

    .wp-block-latest-posts.wp-block-latest-posts__list li {
      clear: both
    }

    .wp-block-latest-posts.is-grid {
      display: flex;
      flex-wrap: wrap;
      padding: 0
    }

    .wp-block-latest-posts.is-grid li {
      margin: 0 16px 16px 0;
      width: 100%
    }

    @media (min-width:600px) {
      .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 16px)
      }

      .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 16px)
      }

      .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 16px)
      }

      .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 16px)
      }

      .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 16px)
      }
    }

    .wp-block-latest-posts__post-date {
      display: block;
      color: #6c7781;
      font-size: 13px
    }

    .wp-block-latest-posts__post-excerpt {
      margin-top: 8px;
      margin-bottom: 16px
    }

    .wp-block-latest-posts__featured-image img {
      height: auto;
      width: auto
    }

    .wp-block-latest-posts__featured-image.alignleft {
      margin-right: 1em
    }

    .wp-block-latest-posts__featured-image.alignright {
      margin-left: 1em
    }

    .wp-block-latest-posts__featured-image.aligncenter {
      margin-bottom: 1em;
      text-align: center
    }

    .wp-block-media-text {
      /*!rtl:begin:ignore*/
      direction: ltr;
      /*!rtl:end:ignore*/
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 50% 1fr;
      grid-template-columns: 50% 1fr;
      -ms-grid-rows: auto;
      grid-template-rows: auto
    }

    .wp-block-media-text.has-media-on-the-right {
      -ms-grid-columns: 1fr 50%;
      grid-template-columns: 1fr 50%
    }

    .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
    .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
      -ms-grid-row-align: start;
      align-self: start
    }

    .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
    .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
    .wp-block-media-text .wp-block-media-text__content,
    .wp-block-media-text .wp-block-media-text__media {
      -ms-grid-row-align: center;
      align-self: center
    }

    .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
    .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
      -ms-grid-row-align: end;
      align-self: end
    }

    .wp-block-media-text .wp-block-media-text__media {
      /*!rtl:begin:ignore*/
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 1;
      grid-row: 1;
      /*!rtl:end:ignore*/
      margin: 0
    }

    .wp-block-media-text .wp-block-media-text__content {
      direction: ltr;
      /*!rtl:begin:ignore*/
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 1;
      grid-row: 1;
      /*!rtl:end:ignore*/
      padding: 0 8%;
      word-break: break-word
    }

    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
      /*!rtl:begin:ignore*/
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 1;
      grid-row: 1
        /*!rtl:end:ignore*/
    }

    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
      /*!rtl:begin:ignore*/
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 1;
      grid-row: 1
        /*!rtl:end:ignore*/
    }

    .wp-block-media-text>figure>img,
    .wp-block-media-text>figure>video {
      max-width: unset;
      width: 100%;
      vertical-align: middle
    }

    .wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
      height: 100%;
      min-height: 250px;
      background-size: cover
    }

    .wp-block-media-text.is-image-fill figure.wp-block-media-text__media>img {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0
    }

    @media (max-width:600px) {
      .wp-block-media-text.is-stacked-on-mobile {
        -ms-grid-columns: 100% !important;
        grid-template-columns: 100% !important
      }

      .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
      }

      .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media,
      .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2
      }

      .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
      }
    }

    .wp-block-navigation>ul {
      display: block;
      list-style: none;
      margin: 0;
      padding-left: 0
    }

    @media (min-width:600px) {
      .wp-block-navigation>ul {
        display: flex;
        flex-wrap: wrap
      }
    }

    .wp-block-navigation>ul ul {
      list-style: none;
      padding-left: 0;
      margin-top: 0;
      margin-left: 0
    }

    .wp-block-navigation>ul ul li {
      margin: 0
    }

    .wp-block-navigation>ul li {
      z-index: 1
    }

    .wp-block-navigation>ul li:focus-within,
    .wp-block-navigation>ul li:hover {
      cursor: pointer;
      z-index: 99999
    }

    .wp-block-navigation>ul li:focus-within>ul,
    .wp-block-navigation>ul li:hover>ul,
    .wp-block-navigation>ul li ul:focus,
    .wp-block-navigation>ul li ul:hover {
      visibility: visible;
      opacity: 1;
      display: flex;
      flex-direction: column
    }

    .wp-block-navigation>ul>li ul {
      position: absolute;
      left: 0;
      top: 100%;
      min-width: 200px;
      max-width: 200px;
      opacity: 0;
      transition: opacity .1s linear;
      visibility: hidden
    }

    .wp-block-navigation,
    .wp-block-navigation .block-editor-block-list__layout {
      display: flex;
      flex-wrap: wrap
    }

    .wp-block-navigation .block-editor-block-list__layout .block-editor-block-list__layout {
      width: 200px
    }

    .wp-block-navigation .block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block {
      margin: 0;
      width: auto
    }

    .wp-block-navigation,
    .wp-block-navigation>.wp-block-navigation__container {
      align-items: center;
      width: 100%
    }

    .wp-block-navigation>.wp-block-navigation-link,
    .wp-block-navigation>.wp-block-navigation__container>.wp-block-navigation-link {
      display: flex;
      margin-top: 0;
      margin-bottom: 0
    }

    .wp-block-navigation .wp-block-navigation-link {
      position: relative;
      margin: 0;
      min-height: 56px;
      display: flex;
      line-height: 1.4
    }

    .wp-block-navigation .wp-block-navigation-link .wp-block,
    .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link {
      min-height: auto;
      padding: 0
    }

    .wp-block-navigation .wp-block-navigation-link .wp-block .wp-block-navigation-link {
      margin: 0
    }

    .wp-block-navigation .wp-block-navigation-link>.block-editor-inner-blocks {
      display: none
    }

    .wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container,
    .wp-block-navigation .wp-block-navigation-link.is-editing.has-child>.block-editor-inner-blocks {
      display: flex;
      border: 1px solid rgba(0, 0, 0, .15);
      position: absolute;
      z-index: 1;
      top: 100%;
      left: 0
    }

    .wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container .block-editor-inner-blocks,
    .wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container .wp-block-navigation__container,
    .wp-block-navigation .wp-block-navigation-link.is-editing.has-child>.block-editor-inner-blocks .block-editor-inner-blocks,
    .wp-block-navigation .wp-block-navigation-link.is-editing.has-child>.block-editor-inner-blocks .wp-block-navigation__container {
      left: 100%;
      top: -1px
    }

    .wp-block-navigation .wp-block-navigation-link .block-editor-inner-blocks,
    .wp-block-navigation .wp-block-navigation-link .wp-block-navigation__container {
      background-color: inherit;
      color: inherit
    }

    .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content {
      display: flex;
      align-items: center;
      width: max-content;
      padding: 6px 16px
    }

    .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:first-child:not(:only-child) .wp-block-navigation-link__content {
      padding-top: 8px
    }

    .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:last-child .wp-block-navigation-link__content {
      padding-bottom: 8px
    }

    .wp-block-navigation .wp-block-navigation-link.has-child .wp-block-navigation-link__content {
      min-width: 100%;
      padding-right: 32px;
      position: relative
    }

    .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon {
      position: absolute;
      right: 16px
    }

    .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon svg {
      fill: currentColor
    }

    .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link svg {
      transform: rotate(0)
    }

    .wp-block-navigation .wp-block-navigation-link.has-text-color .wp-block-navigation-link__content {
      color: inherit
    }

    .wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color)>.block-editor-inner-blocks,
    .wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color)>.wp-block-navigation__container,
    .wp-block-navigation .wp-block-navigation-link:not(.has-text-color)>.block-editor-inner-blocks,
    .wp-block-navigation .wp-block-navigation-link:not(.has-text-color)>.wp-block-navigation__container {
      color: #111
    }

    .wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background)>.block-editor-inner-blocks,
    .wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background)>.wp-block-navigation__container,
    .wp-block-navigation .wp-block-navigation-link:not(.has-background)>.block-editor-inner-blocks,
    .wp-block-navigation .wp-block-navigation-link:not(.has-background)>.wp-block-navigation__container {
      background-color: #fff
    }

    .wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color)>.block-editor-inner-blocks,
    .wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color)>.wp-block-navigation__container {
      color: #fff
    }

    .wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background)>.block-editor-inner-blocks,
    .wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background)>.wp-block-navigation__container {
      background-color: #333
    }

    .wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container {
      display: flex;
      flex-direction: column;
      padding: 0
    }

    .wp-block-navigation>ul>li>a {
      display: flex;
      align-items: center
    }

    .wp-block-navigation>ul>li:first-of-type>a {
      padding-left: 0
    }

    .wp-block-navigation>ul>li:last-of-type>a {
      padding-right: 0
    }

    .wp-block-navigation.items-justified-left>ul {
      justify-content: flex-start
    }

    .wp-block-navigation.items-justified-center>ul {
      justify-content: center
    }

    .wp-block-navigation.items-justified-right>ul {
      justify-content: flex-end
    }

    .is-small-text {
      font-size: 14px
    }

    .is-regular-text {
      font-size: 16px
    }

    .is-large-text {
      font-size: 36px
    }

    .is-larger-text {
      font-size: 48px
    }

    .has-drop-cap:not(:focus):first-letter {
      float: left;
      font-size: 8.4em;
      line-height: .68;
      font-weight: 100;
      margin: .05em .1em 0 0;
      text-transform: uppercase;
      font-style: normal
    }

    p.has-background {
      padding: 20px 30px
    }

    p.has-text-color a {
      color: inherit
    }

    .wp-block-pullquote {
      padding: 3em 0;
      margin-left: 0;
      margin-right: 0;
      text-align: center
    }

    .wp-block-pullquote.alignleft,
    .wp-block-pullquote.alignright {
      max-width: 290px
    }

    .wp-block-pullquote.alignleft p,
    .wp-block-pullquote.alignright p {
      font-size: 20px
    }

    .wp-block-pullquote p {
      font-size: 28px;
      line-height: 1.6
    }

    .wp-block-pullquote cite,
    .wp-block-pullquote footer {
      position: relative
    }

    .wp-block-pullquote .has-text-color a {
      color: inherit
    }

    .wp-block-pullquote:not(.is-style-solid-color) {
      background: none
    }

    .wp-block-pullquote.is-style-solid-color {
      border: none
    }

    .wp-block-pullquote.is-style-solid-color blockquote {
      margin-left: auto;
      margin-right: auto;
      text-align: left;
      max-width: 60%
    }

    .wp-block-pullquote.is-style-solid-color blockquote p {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 32px
    }

    .wp-block-pullquote.is-style-solid-color blockquote cite {
      text-transform: none;
      font-style: normal
    }

    .wp-block-pullquote cite {
      color: inherit
    }

    .wp-block-quote.is-large,
    .wp-block-quote.is-style-large {
      margin: 0 0 16px;
      padding: 0 1em
    }

    .wp-block-quote.is-large p,
    .wp-block-quote.is-style-large p {
      font-size: 24px;
      font-style: italic;
      line-height: 1.6
    }

    .wp-block-quote.is-large cite,
    .wp-block-quote.is-large footer,
    .wp-block-quote.is-style-large cite,
    .wp-block-quote.is-style-large footer {
      font-size: 18px;
      text-align: right
    }

    .wp-block-rss.alignleft {
      margin-right: 2em
    }

    .wp-block-rss.alignright {
      margin-left: 2em
    }

    .wp-block-rss.is-grid {
      display: flex;
      flex-wrap: wrap;
      padding: 0;
      list-style: none
    }

    .wp-block-rss.is-grid li {
      margin: 0 16px 16px 0;
      width: 100%
    }

    @media (min-width:600px) {
      .wp-block-rss.columns-2 li {
        width: calc(50% - 16px)
      }

      .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 16px)
      }

      .wp-block-rss.columns-4 li {
        width: calc(25% - 16px)
      }

      .wp-block-rss.columns-5 li {
        width: calc(20% - 16px)
      }

      .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 16px)
      }
    }

    .wp-block-rss__item-author,
    .wp-block-rss__item-publish-date {
      display: block;
      color: #6c7781;
      font-size: 13px
    }

    .wp-block-search {
      display: flex;
      flex-wrap: wrap
    }

    .wp-block-search .wp-block-search__label {
      width: 100%
    }

    .wp-block-search .wp-block-search__input {
      flex-grow: 1;
      max-width: 360px
    }

    .wp-block-search .wp-block-search__button {
      margin-left: 10px
    }

    .wp-block-separator.is-style-wide {
      border-bottom-width: 1px
    }

    .wp-block-separator.is-style-dots {
      background: none !important;
      border: none;
      text-align: center;
      max-width: none;
      line-height: 1;
      height: auto
    }

    .wp-block-separator.is-style-dots:before {
      content: "\00b7 \00b7 \00b7";
      color: currentColor;
      font-size: 20px;
      letter-spacing: 2em;
      padding-left: 2em;
      font-family: serif
    }

    .wp-block-social-links {
      display: flex;
      justify-content: flex-start;
      padding-left: 0;
      padding-right: 0;
      margin-left: 0
    }

    .wp-block-social-links .wp-social-link a,
    .wp-block-social-links .wp-social-link a:hover {
      text-decoration: none;
      border-bottom: 0;
      box-shadow: none
    }

    .wp-social-link {
      display: block;
      width: 36px;
      height: 36px;
      border-radius: 36px;
      margin-right: 8px;
      transition: transform .1s ease
    }

    @media (prefers-reduced-motion:reduce) {
      .wp-social-link {
        transition-duration: 0s
      }
    }

    .wp-social-link a {
      padding: 6px;
      display: block;
      line-height: 0;
      transition: transform .1s ease
    }

    .wp-social-link a,
    .wp-social-link a:active,
    .wp-social-link a:hover,
    .wp-social-link a:visited,
    .wp-social-link svg {
      color: currentColor;
      fill: currentColor
    }

    .wp-social-link:hover {
      transform: scale(1.1)
    }

    .wp-block-social-links.aligncenter {
      justify-content: center;
      display: flex
    }

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
      background-color: #f0f0f0;
      color: #444
    }

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
      background-color: #f90;
      color: #fff
    }

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
      background-color: #1ea0c3;
      color: #fff
    }

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
      background-color: #0757fe;
      color: #fff
    }

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
      background-color: #1e1f26;
      color: #fff
    }

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
      background-color: #02e49b;
      color: #fff
    }

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
      background-color: #e94c89;
      color: #fff
    }

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
      background-color: #4280ff;
      color: #fff
    }

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
      background-color: #f45800;
      color: #fff
    }

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
      background-color: #1977f2;
      color: #fff
    }

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
      background-color: #000;
      color: #fff
    }

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
      background-color: #0461dd;
      color: #fff
    }

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
      background-color: #e65678;
      color: #fff
    }

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
      background-color: #24292d;
      color: #fff
    }

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
      background-color: #eceadd;
      color: #382110
    }

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
      background-color: #ea4434;
      color: #fff
    }

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
      background-color: #f00075;
      color: #fff
    }

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
      background-color: #e21b24;
      color: #fff
    }

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
      background-color: #0577b5;
      color: #fff
    }

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
      background-color: #3288d4;
      color: #fff
    }

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
      background-color: #02ab6c;
      color: #fff
    }

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
      background-color: #f6405f;
      color: #fff
    }

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
      background-color: #e60122;
      color: #fff
    }

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
      background-color: #ef4155;
      color: #fff
    }

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
      background-color: #fe4500;
      color: #fff
    }

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
      background-color: #0478d7;
      color: #fff
    }

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
      background-color: #fefc00;
      color: #fff;
      stroke: #000
    }

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
      background-color: #ff5600;
      color: #fff
    }

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
      background-color: #1bd760;
      color: #fff
    }

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
      background-color: #011835;
      color: #fff
    }

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
      background-color: #6440a4;
      color: #fff
    }

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
      background-color: #21a1f3;
      color: #fff
    }

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
      background-color: #1eb7ea;
      color: #fff
    }

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
      background-color: #4680c2;
      color: #fff
    }

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
      background-color: #3499cd;
      color: #fff
    }

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
      background-color: #d32422;
      color: #fff
    }

    .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
      background-color: #ff0100;
      color: #fff
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link {
      background: none;
      padding: 4px
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link svg {
      width: 28px;
      height: 28px
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
      color: #f90
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
      color: #1ea0c3
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link-behance {
      color: #0757fe
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
      color: #1e1f26
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
      color: #02e49b
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
      color: #e94c89
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
      color: #4280ff
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
      color: #f45800
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
      color: #1977f2
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
      color: #000
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
      color: #0461dd
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
      color: #e65678
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link-github {
      color: #24292d
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
      color: #382110
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link-google {
      color: #ea4434
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
      color: #f00075
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
      color: #e21b24
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
      color: #0577b5
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
      color: #3288d4
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link-medium {
      color: #02ab6c
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
      color: #f6405f
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
      color: #e60122
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
      color: #ef4155
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
      color: #fe4500
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link-skype {
      color: #0478d7
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
      color: #fff;
      stroke: #000
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
      color: #ff5600
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
      color: #1bd760
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
      color: #011835
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
      color: #6440a4
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
      color: #21a1f3
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
      color: #1eb7ea
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link-vk {
      color: #4680c2
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
      color: #3499cd
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
      background-color: #d32422;
      color: #fff
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
      color: #ff0100
    }

    .wp-block-social-links.is-style-pill-shape .wp-social-link {
      width: auto
    }

    .wp-block-social-links.is-style-pill-shape .wp-social-link a {
      padding-left: 16px;
      padding-right: 16px
    }

    .wp-block-spacer {
      clear: both
    }

    p.wp-block-subhead {
      font-size: 1.1em;
      font-style: italic;
      opacity: .75
    }

    .wp-block-table {
      overflow-x: auto
    }

    .wp-block-table table {
      width: 100%
    }

    .wp-block-table .has-fixed-layout {
      table-layout: fixed;
      width: 100%
    }

    .wp-block-table .has-fixed-layout td,
    .wp-block-table .has-fixed-layout th {
      word-break: break-word
    }

    .wp-block-table.aligncenter,
    .wp-block-table.alignleft,
    .wp-block-table.alignright {
      display: table;
      width: auto
    }

    .wp-block-table.aligncenter td,
    .wp-block-table.aligncenter th,
    .wp-block-table.alignleft td,
    .wp-block-table.alignleft th,
    .wp-block-table.alignright td,
    .wp-block-table.alignright th {
      word-break: break-word
    }

    .wp-block-table .has-subtle-light-gray-background-color {
      background-color: #f3f4f5
    }

    .wp-block-table .has-subtle-pale-green-background-color {
      background-color: #e9fbe5
    }

    .wp-block-table .has-subtle-pale-blue-background-color {
      background-color: #e7f5fe
    }

    .wp-block-table .has-subtle-pale-pink-background-color {
      background-color: #fcf0ef
    }

    .wp-block-table.is-style-stripes {
      border-spacing: 0;
      border-collapse: inherit;
      background-color: transparent;
      border-bottom: 1px solid #f3f4f5
    }

    .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
      background-color: #f3f4f5
    }

    .wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
      background-color: #f3f4f5
    }

    .wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
      background-color: #e9fbe5
    }

    .wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
      background-color: #e7f5fe
    }

    .wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
      background-color: #fcf0ef
    }

    .wp-block-table.is-style-stripes td,
    .wp-block-table.is-style-stripes th {
      border-color: transparent
    }

    .wp-block-text-columns,
    .wp-block-text-columns.aligncenter {
      display: flex
    }

    .wp-block-text-columns .wp-block-column {
      margin: 0 16px;
      padding: 0
    }

    .wp-block-text-columns .wp-block-column:first-child {
      margin-left: 0
    }

    .wp-block-text-columns .wp-block-column:last-child {
      margin-right: 0
    }

    .wp-block-text-columns.columns-2 .wp-block-column {
      width: 50%
    }

    .wp-block-text-columns.columns-3 .wp-block-column {
      width: 33.33333%
    }

    .wp-block-text-columns.columns-4 .wp-block-column {
      width: 25%
    }

    .wp-block-video {
      margin-left: 0;
      margin-right: 0
    }

    .wp-block-video video {
      max-width: 100%
    }

    @supports ((position:-webkit-sticky) or (position:sticky)) {
      .wp-block-video [poster] {
        object-fit: cover
      }
    }

    .wp-block-video.aligncenter {
      text-align: center
    }

    .wp-block-video figcaption {
      margin-top: .5em;
      margin-bottom: 1em
    }

    :root .has-pale-pink-background-color {
      background-color: #f78da7
    }

    :root .has-vivid-red-background-color {
      background-color: #cf2e2e
    }

    :root .has-luminous-vivid-orange-background-color {
      background-color: #ff6900
    }

    :root .has-luminous-vivid-amber-background-color {
      background-color: #fcb900
    }

    :root .has-light-green-cyan-background-color {
      background-color: #7bdcb5
    }

    :root .has-vivid-green-cyan-background-color {
      background-color: #00d084
    }

    :root .has-pale-cyan-blue-background-color {
      background-color: #8ed1fc
    }

    :root .has-vivid-cyan-blue-background-color {
      background-color: #0693e3
    }

    :root .has-vivid-purple-background-color {
      background-color: #9b51e0
    }

    :root .has-very-light-gray-background-color {
      background-color: #eee
    }

    :root .has-cyan-bluish-gray-background-color {
      background-color: #abb8c3
    }

    :root .has-very-dark-gray-background-color {
      background-color: #313131
    }

    :root .has-pale-pink-color {
      color: #f78da7
    }

    :root .has-vivid-red-color {
      color: #cf2e2e
    }

    :root .has-luminous-vivid-orange-color {
      color: #ff6900
    }

    :root .has-luminous-vivid-amber-color {
      color: #fcb900
    }

    :root .has-light-green-cyan-color {
      color: #7bdcb5
    }

    :root .has-vivid-green-cyan-color {
      color: #00d084
    }

    :root .has-pale-cyan-blue-color {
      color: #8ed1fc
    }

    :root .has-vivid-cyan-blue-color {
      color: #0693e3
    }

    :root .has-vivid-purple-color {
      color: #9b51e0
    }

    :root .has-very-light-gray-color {
      color: #eee
    }

    :root .has-cyan-bluish-gray-color {
      color: #abb8c3
    }

    :root .has-very-dark-gray-color {
      color: #313131
    }

    :root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
      background: linear-gradient(135deg, #0693e3, #9b51e0)
    }

    :root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
      background: linear-gradient(135deg, #00d084, #0693e3)
    }

    :root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
      background: linear-gradient(135deg, #7adcb4, #00d082)
    }

    :root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
      background: linear-gradient(135deg, #fcb900, #ff6900)
    }

    :root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
      background: linear-gradient(135deg, #ff6900, #cf2e2e)
    }

    :root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
      background: linear-gradient(135deg, #eee, #a9b8c3)
    }

    :root .has-cool-to-warm-spectrum-gradient-background {
      background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c)
    }

    :root .has-blush-light-purple-gradient-background {
      background: linear-gradient(135deg, #ffceec, #9896f0)
    }

    :root .has-blush-bordeaux-gradient-background {
      background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e)
    }

    :root .has-purple-crush-gradient-background {
      background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
    }

    :root .has-luminous-dusk-gradient-background {
      background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0)
    }

    :root .has-hazy-dawn-gradient-background {
      background: linear-gradient(135deg, #faaca8, #dad0ec)
    }

    :root .has-pale-ocean-gradient-background {
      background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5)
    }

    :root .has-electric-grass-gradient-background {
      background: linear-gradient(135deg, #caf880, #71ce7e)
    }

    :root .has-subdued-olive-gradient-background {
      background: linear-gradient(135deg, #fafae1, #67a671)
    }

    :root .has-atomic-cream-gradient-background {
      background: linear-gradient(135deg, #fdd79a, #004a59)
    }

    :root .has-nightshade-gradient-background {
      background: linear-gradient(135deg, #330968, #31cdcf)
    }

    :root .has-midnight-gradient-background {
      background: linear-gradient(135deg, #020381, #2874fc)
    }

    .has-small-font-size {
      font-size: 13px
    }

    .has-normal-font-size,
    .has-regular-font-size {
      font-size: 16px
    }

    .has-medium-font-size {
      font-size: 20px
    }

    .has-large-font-size {
      font-size: 36px
    }

    .has-huge-font-size,
    .has-larger-font-size {
      font-size: 42px
    }

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

    .has-text-align-left {
      text-align: left
    }

    .has-text-align-right {
      text-align: right
    }

    .elementor-widget-wts-textseparator .elementor-widget-container {
      overflow: hidden
    }

    .wts-eae-textseparator {
      align-items: center;
      display: flex;
      flex-flow: row nowrap;
      margin: auto
    }

    .eae-separator-icon-inner i {
      height: 1em;
      width: 1em;
      text-align: center;
      position: relative;
      display: block
    }

    .eae-separator-icon-inner i:before {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%)
    }

    .wts-eae-textseparator .eae-sep-holder {
      flex: 1 1 auto;
      height: 1px;
      min-width: 10%;
      position: relative
    }

    .wts-eae-textseparator .eae-sep-holder .eae-sep-lines {
      border-top-width: 1px;
      display: block;
      height: 1px;
      position: relative;
      top: 1px;
      width: 100%
    }

    .eae-separator-title {
      margin: 0;
      -moz-box-flex: 0;
      flex: 0 1 auto;
      line-height: 1em;
      margin: 0;
      overflow-wrap: break-word
    }

    .sep-align-right .sep-right {
      display: none
    }

    .sep-align-left .sep-left {
      display: none
    }

    .eae-icon-view-stacked i {
      color: #fff
    }

    .eae-icon-view-framed .eae-separator-icon-inner {
      border: 1px solid
    }

    .eae-icon-shape-circle .eae-separator-icon-inner {
      border-radius: 50%
    }

    .eae-separator-icon-wrapper,
    .eae-separator-title {
      margin: 0 5px !important
    }

    .eae-separator-icon-inner {
      line-height: 1
    }

    .wts-price-box-wrapper .eae-pt-heading,
    .wts-price-box-wrapper .eae-pt-sub-heading {
      margin: 5px 0;
      text-align: center
    }

    .plan-price-shape {
      display: table;
      height: 6em;
      margin: auto;
      width: 6em
    }

    .eae-pt-price-box-shape-circle .plan-price-shape,
    .eae-pt-price-box-shape-square .plan-price-shape {
      border: 1px solid
    }

    .eae-pt-price-box-shape-circle .plan-price-shape {
      border-radius: 50%
    }

    .plan-price-block {
      padding: 10px 0
    }

    .plan-price-shape-inner {
      display: table-cell;
      vertical-align: middle;
      padding: 10px
    }

    .plan-price-shape-inner>span {
      display: block;
      font-size: 1em;
      text-align: center
    }

    .eae-pt-feature-list {
      list-style: outside none none;
      text-align: center;
      margin: 10px 0
    }

    .eae-pt-button-wrapper>a {
      text-align: center;
      display: inline-block;
      line-height: 1
    }

    .eae-pt-button-wrapper {
      text-align: center
    }

    .wts-price-box-wrapper .heading-wrapper,
    .wts-price-box-wrapper .plan-features-wrapper {
      padding: 10px 5px
    }

    .eae-pt-button-wrapper {
      padding: 15px 0
    }

    .eae-pt-button-wrapper a {
      padding: 5px 15px;
      border-radius: 3px
    }

    .eae-pt-align-icon-right {
      float: right
    }

    .strike-feature {
      text-decoration: line-through
    }

    .eae-flip-box {
      width: 100%;
      text-align: center
    }

    .eae-flip-box-wrapper {
      display: inline-block;
      width: 100%
    }

    .eae-flip-box-inner {
      width: 100%;
      height: 200px;
      position: relative;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      transform-style: preserve-3d
    }

    .eae-flip-box-inner .eae-flip-box-back,
    .eae-flip-box-inner .eae-flip-box-front {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      text-align: center;
      padding: 10px;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition: all .6s ease 0s;
      -moz-transition: all .6s ease 0s;
      -ms-transition: all .6s ease 0s;
      -o-transition: all .6s ease 0s;
      transition: all .6s ease 0s
    }

    .eae-flip-box-front {
      z-index: 2
    }

    .eae-flip-box-back {
      z-index: 1
    }

    .eae-fb-animate-vertical .eae-flip-box-inner .eae-flip-box-front {
      -webkit-transform: perspective(1000px) rotateX(0);
      -ms-transform: perspective(1000px) rotateX(0);
      transform: perspective(1000px) rotateX(0)
    }

    .eae-fb-animate-vertical .eae-flip-box-inner .eae-flip-box-back {
      -webkit-transform: perspective(1000px) rotateX(180deg);
      transform: perspective(1000px) rotateX(180deg);
      -ms-transform: perspective(1000px) rotateX(180deg)
    }

    .eae-fb-animate-vertical .eae-flip-box-inner:hover .eae-flip-box-front {
      -webkit-transform: perspective(1000px) rotateX(180deg);
      transform: perspective(1000px) rotateX(180deg);
      -ms-transform: perspective(1000px) rotateX(180deg)
    }

    .eae-fb-animate-vertical .eae-flip-box-inner:hover .eae-flip-box-back {
      -webkit-transform: perspective(1000px) rotateX(0);
      transform: perspective(1000px) rotateX(0);
      -ms-transform: perspective(1000px) rotateX(0)
    }

    .eae-fb-animate-horizontal .eae-flip-box-inner .eae-flip-box-front {
      -webkit-transform: perspective(1000px) rotateY(0);
      transform: perspective(1000px) rotateY(0);
      -ms-transform: perspective(1000px) rotateY(0)
    }

    .eae-fb-animate-horizontal .eae-flip-box-inner .eae-flip-box-back {
      -webkit-transform: perspective(1000px) rotateY(180deg);
      transform: perspective(1000px) rotateY(180deg);
      -ms-transform: perspective(1000px) rotateY(180deg)
    }

    .eae-fb-animate-horizontal .eae-flip-box-inner:hover .eae-flip-box-front {
      -webkit-transform: perspective(1000px) rotateY(180deg);
      transform: perspective(1000px) rotateY(180deg);
      -ms-transform: perspective(1000px) rotateY(180deg)
    }

    .eae-fb-animate-horizontal .eae-flip-box-inner:hover .eae-flip-box-back {
      -webkit-transform: perspective(1000px) rotateY(0);
      transform: perspective(1000px) rotateY(0);
      -ms-transform: perspective(1000px) rotateY(0)
    }

    .eae-fb-animate-fade .eae-flip-box-inner .eae-flip-box-front {
      opacity: 1
    }

    .eae-fb-animate-fade .eae-flip-box-inner .eae-flip-box-back {
      opacity: 0
    }

    .eae-fb-animate-fade .eae-flip-box-inner:hover .eae-flip-box-front {
      opacity: 0
    }

    .eae-fb-animate-fade .eae-flip-box-inner:hover .eae-flip-box-back {
      opacity: 1
    }

    .eae-flip-box-wrapper:focus .eae-flip-box-back,
    .eae-flip-box-wrapper:hover .eae-flip-box-back {
      z-index: 2
    }

    .eae-flip-box-wrapper:focus .eae-flip-box-front,
    .eae-flip-box-wrapper:hover .eae-flip-box-front {
      z-index: 1
    }

    .fade .eae-flip-box-wrapper .eae-flip-box-front {
      opacity: 1;
      transition: 1s
    }

    .fade .eae-flip-box-wrapper .eae-flip-box-back {
      opacity: 0;
      transition: 1s
    }

    .fade .eae-flip-box-wrapper:focus .eae-flip-box-front,
    .fade .eae-flip-box-wrapper:hover .eae-flip-box-front {
      opacity: 0
    }

    .fade .eae-flip-box-wrapper:focus .eae-flip-box-back,
    .fade .eae-flip-box-wrapper:hover .eae-flip-box-back {
      opacity: 1
    }

    .eae-fb-animate-flip .eae-flip-box-wrapper {
      perspective: 800px
    }

    .eae-fb-animate-flip .eae-flip-box-inner {
      transform-style: preserve-3d;
      transform: rotateX(0) rotateY(0) rotateZ(0);
      transition: 1s
    }

    .eae-fb-animate-flip .eae-flip-box-front {
      transform: translate3d(0, 0, 1px)
    }

    .eae-fb-animate-flip .eae-flip-box-back {
      transform: rotateY(180deg) translate3d(0, 0, 0)
    }

    .eae-fb-animate-flip .eae-flip-box-wrapper:focus .eae-flip-box-inner,
    .eae-fb-animate-flip .eae-flip-box-wrapper:hover .eae-flip-box-inner {
      transform: rotateY(180deg)
    }

    .up .eae-flip-box-front {
      transform: translate3d(0, 0, 1px)
    }

    .up .eae-flip-box-back {
      transform: rotateX(180deg) translate3d(0, 0, 0)
    }

    .up .eae-flip-box-wrapper:focus .eae-flip-box-inner,
    .up .eae-flip-box-wrapper:hover .eae-flip-box-inner {
      transform: rotateX(180deg)
    }

    .box .eae-flip-box-front {
      transform: translate3d(0, 0, 100px) scale(.85, .85)
    }

    .box .eae-flip-box-back {
      transform: rotateY(180deg) translate3d(0, 0, 100px) scale(.85, .85)
    }

    .box.up .eae-flip-box-back {
      transform: rotateX(180deg) translate3d(0, 0, 100px) scale(.85, .85)
    }

    .hideback .eae-flip-box-back,
    .hideback .eae-flip-box-front {
      backface-visibility: hidden
    }

    .eae-fb-animate-nananana .eae-flip-box-wrapper:focus .eae-flip-box-front,
    .eae-fb-animate-nananana .eae-flip-box-wrapper:hover .eae-flip-box-front {
      z-index: 10;
      animation: batman 1s 2 alternate linear
    }

    .eae-fb-animate-flipcard .eae-flip-box-back,
    .eae-fb-animate-flipcard .eae-flip-box-front {
      transition: transform .4s ease;
      transform-origin: center center -150px;
      -webkit-transform-origin: center center -150px
    }

    .flipcard-rotate-top-down .eae-flip-box-front {
      transform: perspective(0) rotateX(0) rotateY(0) rotateZ(0)
    }

    .flipcard-rotate-top-down .eae-flip-box-back {
      transform: perspective(0) rotateX(90deg) rotateY(0) rotateZ(0)
    }

    .eae-fb-animate-flipcard.flipcard-rotate-top-down .eae-flip-box-wrapper:hover .eae-flip-box-front {
      transform: perspective(0) rotateX(-90deg) rotateY(0) rotateZ(0)
    }

    .eae-fb-animate-flipcard.flipcard-rotate-top-down .eae-flip-box-wrapper:hover .eae-flip-box-back {
      z-index: 99999;
      transform: perspective(0) rotateX(0) rotateY(0) rotateZ(0)
    }

    .flipcard-rotate-down-top .eae-flip-box-front {
      transform: perspective(0) rotateX(0) rotateY(0) rotateZ(0)
    }

    .flipcard-rotate-down-top .eae-flip-box-back {
      transform: perspective(0) rotateX(-90deg) rotateY(0) rotateZ(0)
    }

    .eae-fb-animate-flipcard.flipcard-rotate-down-top .eae-flip-box-wrapper:hover .eae-flip-box-front {
      transform: perspective(0) rotateX(90deg) rotateY(0) rotateZ(0)
    }

    .eae-fb-animate-flipcard.flipcard-rotate-down-top .eae-flip-box-wrapper:hover .eae-flip-box-back {
      z-index: 99999;
      transform: perspective(0) rotateX(0) rotateY(0) rotateZ(0)
    }

    .flipcard-rotate-left-right .eae-flip-box-front {
      transform: perspective(0) rotateX(0) rotateY(0) rotateZ(0)
    }

    .flipcard-rotate-left-right .eae-flip-box-back {
      transform: perspective(0) rotateX(0) rotateY(-90deg) rotateZ(0)
    }

    .eae-fb-animate-flipcard.flipcard-rotate-left-right .eae-flip-box-wrapper:hover .eae-flip-box-front {
      transform: perspective(0) rotateX(0) rotateY(90deg) rotateZ(0)
    }

    .eae-fb-animate-flipcard.flipcard-rotate-left-right .eae-flip-box-wrapper:hover .eae-flip-box-back {
      z-index: 99999;
      transform: perspective(0) rotateX(0) rotateY(0) rotateZ(0)
    }

    .flipcard-rotate-right-left .eae-flip-box-front {
      transform: perspective(0) rotateX(0) rotateY(0) rotateZ(0)
    }

    .flipcard-rotate-right-left .eae-flip-box-back {
      transform: perspective(0) rotateX(0) rotateY(90deg) rotateZ(0)
    }

    .eae-fb-animate-flipcard.flipcard-rotate-right-left .eae-flip-box-wrapper:hover .eae-flip-box-front {
      transform: perspective(0) rotateX(0) rotateY(-90deg) rotateZ(0)
    }

    .eae-fb-animate-flipcard.flipcard-rotate-right-left .eae-flip-box-wrapper:hover .eae-flip-box-back {
      z-index: 99999;
      transform: perspective(0) rotateX(0) rotateY(0) rotateZ(0)
    }

    @keyframes batman {
      0% {
        transform: scale(1, 1) rotateZ(0)
      }

      100% {
        transform: scale(0, 0) rotateZ(720deg);
        opacity: 0
      }
    }

    .eae-flip-box-back i,
    .eae-flip-box-front i {
      font-size: 32px;
      height: 1em;
      width: 1em;
      position: relative;
      display: block
    }

    .eae-flip-box-back i:before,
    .eae-flip-box-front i:before {
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%);
      -moz-transform: translate(-50%);
      -ms-transform: translate(-50%);
      -o-transform: translate(-50%);
      transform: translate(-50%)
    }

    .eae-fb-icon-view-framed {
      border: 1px solid #92be43
    }

    .eae-fb-icon-shape-circle {
      border-radius: 50%
    }

    .eae-flip-box-wrapper .icon-wrapper {
      display: inline-block;
      padding: 10px;
      line-height: 1
    }

    .eae-flip-box-wrapper .back-icon-title,
    .eae-flip-box-wrapper .front-icon-title {
      margin: 10px auto;
      color: #fff
    }

    .eae-flip-box-wrapper .flipbox-content {
      display: block;
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      -ms-transform: translateY(-50%)
    }

    .flipbox-content p {
      margin-bottom: 10px
    }

    .eae-fb-button {
      display: inline-block;
      padding: 5px 10px
    }

    .eae-flip-box-front {
      background: #a0ce4e
    }

    .eae-flip-box-back {
      background: #73b9dc
    }

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

      .eae-flip-box-back,
      .eae-flip-box-front,
      .flipbox-content {
        cursor: pointer;
        overflow: visible !important;
        transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d
      }
    }

    .elementor-widget-wts-shape-separator svg {
      display: block
    }

    .wts-eae-pl-wrapper ul {
      margin: 0
    }

    .wts-eae-pl-wrapper ul li {
      list-style: none;
      overflow: hidden;
      margin-bottom: 10px
    }

    .eae-pl-img-align-none .eae-pl-image-wrapper a {
      text-align: center
    }

    .eae-pl-title {
      margin: 0
    }

    .eae-pl-title a {
      display: block
    }

    .eae-pl-readmore a {
      display: inline-block;
      border-radius: 2px;
      color: #fff;
      padding: 4px 8px
    }

    .eae-at-animation-text-wrapper {
      display: inline-block;
      position: relative;
      text-align: left
    }

    .eae-at-animation-text-wrapper .eae-at-animation-text {
      display: inline-block;
      position: absolute;
      white-space: nowrap;
      left: 0;
      top: 0
    }

    .eae-at-animation-text-wrapper .eae-at-animation-text.is-visible {
      position: relative
    }

    .no-js .eae-at-animation-text-wrapper .eae-at-animation-text {
      opacity: 0
    }

    .no-js .eae-at-animation-text-wrapper .eae-at-animation-text.is-visible {
      opacity: 1
    }

    .eae-animtext-wrapper {
      font-size: 40px
    }

    .eae-st-rest-text {
      display: inline-block
    }

    .eae-st-split-text {
      display: inline-block
    }

    .eae-at-animation.type .eae-at-animation-text-wrapper {
      vertical-align: bottom;
      overflow: hidden
    }

    .eae-at-animation.type .eae-at-animation-text-wrapper::after {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      bottom: auto;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 90%;
      width: 1px
    }

    .eae-at-animation.type .eae-at-animation-text-wrapper.waiting::after {
      -webkit-animation: cd-pulse 1s infinite;
      -moz-animation: cd-pulse 1s infinite;
      animation: cd-pulse 1s infinite
    }

    .eae-at-animation.type .eae-at-animation-text-wrapper.selected::after {
      visibility: hidden
    }

    .eae-at-animation.type .eae-at-animation-text {
      visibility: hidden
    }

    .eae-at-animation.type .eae-at-animation-text.is-visible {
      visibility: visible
    }

    .eae-at-animation.type i {
      position: absolute;
      visibility: hidden
    }

    .eae-at-animation.type i.in {
      position: relative;
      visibility: visible
    }

    @-webkit-keyframes cd-pulse {
      0% {
        -webkit-transform: translateY(-50%) scale(1);
        opacity: 1
      }

      40% {
        -webkit-transform: translateY(-50%) scale(.9);
        opacity: 0
      }

      100% {
        -webkit-transform: translateY(-50%) scale(0);
        opacity: 0
      }
    }

    @-moz-keyframes cd-pulse {
      0% {
        -moz-transform: translateY(-50%) scale(1);
        opacity: 1
      }

      40% {
        -moz-transform: translateY(-50%) scale(.9);
        opacity: 0
      }

      100% {
        -moz-transform: translateY(-50%) scale(0);
        opacity: 0
      }
    }

    @keyframes cd-pulse {
      0% {
        -webkit-transform: translateY(-50%) scale(1);
        -moz-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        -o-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        opacity: 1
      }

      40% {
        -webkit-transform: translateY(-50%) scale(.9);
        -moz-transform: translateY(-50%) scale(.9);
        -ms-transform: translateY(-50%) scale(.9);
        -o-transform: translateY(-50%) scale(.9);
        transform: translateY(-50%) scale(.9);
        opacity: 0
      }

      100% {
        -webkit-transform: translateY(-50%) scale(0);
        -moz-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
        -o-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        opacity: 0
      }
    }

    .eae-img-comp-container {
      width: 100%;
      position: relative;
      text-align: center
    }

    .eae-img-comp-container img {
      vertical-align: middle
    }

    .eae-img-comp-img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      overflow: hidden;
      transform: translateZ(0);
      backface-visibility: hidden
    }

    .eae-img-comp-img img {
      display: block;
      max-width: 100%;
      width: 100%
    }

    .eae-img-comp-slider {
      position: absolute;
      z-index: 9;
      width: 40px;
      height: 40px;
      background-color: #2196f3;
      opacity: 1;
      border-radius: 50%
    }

    .icon-horizontal {
      cursor: ew-resize
    }

    .icon-vertical {
      cursor: n-resize
    }

    .mode-horizontal .eae-img-comp-overlay img {
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: auto;
      height: 100% !important;
      max-width: none !important
    }

    .mode-vertical .eae-img-comp-overlay img {
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 100%;
      height: auto !important;
      max-width: none !important
    }

    .eae-img-comp-slider svg,
    .eae-slider-icon {
      top: 50%;
      transform: translateY(-50%) translateX(-50%);
      position: absolute;
      left: 50%;
      color: #fff
    }

    .elementor-widget-wts-ab-image {
      text-align: center
    }

    .elementor-widget-wts-ab-image .elementor-widget-container {
      display: inline-block;
      margin: 0 auto !important;
      overflow: hidden
    }

    .eae-text-before {
      position: absolute !important;
      padding: 10px;
      transition: transform .3s .7s, opacity .3s .7s;
      color: #d36118;
      z-index: 0;
      background: rgba(255, 255, 255, .5);
      margin: 20px
    }

    .eae-text-after {
      position: absolute !important;
      padding: 10px;
      transition: transform .3s .7s, opacity .3s .7s;
      color: #d36118;
      z-index: 0;
      background: rgba(255, 255, 255, .5);
      margin: 20px
    }

    .divTest {
      display: inline-block;
      background-color: #00a0d2;
      padding: 20px
    }

    .eae-particle-wrapper {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0
    }

    .particles-js-canvas-el {
      height: 100%;
      position: absolute
    }

    .eae-section-bs {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0
    }

    .eae-section-bs-inner {
      width: 100%;
      height: 100% !important
    }

    .eae-popup.mfp-bg {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1042;
      overflow: hidden;
      position: fixed;
      background: #0b0b0b;
      opacity: .8
    }

    .eae-popup-link {
      padding: 12px 24px;
      color: #fff;
      display: inline-flex;
      line-height: 1
    }

    .eae-popup-link svg {
      fill: #fff
    }

    .eae-popup-link:hover {
      color: #fff
    }

    .eae-popup.mfp-wrap {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1043;
      position: fixed;
      outline: 0 !important;
      -webkit-backface-visibility: hidden
    }

    .eae-popup .mfp-container {
      text-align: center;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      padding: 0 8px;
      box-sizing: border-box
    }

    .eae-popup .mfp-container:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle
    }

    .eae-popup .mfp-align-top .mfp-container:before {
      display: none
    }

    .eae-popup .mfp-content {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      margin: 0 auto;
      text-align: left;
      z-index: 1045
    }

    .eae-modal-content {
      padding: 20px
    }

    .eae-pop-btn-align-left .eae-popup-wrapper {
      text-align: left
    }

    .eae-pop-btn-align-right .eae-popup-wrapper {
      text-align: right
    }

    .eae-pop-btn-align-center .eae-popup-wrapper {
      text-align: center
    }

    .eae-pop-btn-align-justify .eae-popup-wrapper {
      text-align: center
    }

    .eae-pop-btn-align-justify .eae-popup-wrapper a {
      display: block
    }

    .eae-popup .mfp-ajax-holder .mfp-content,
    .eae-popup .mfp-inline-holder .mfp-content {
      width: 50%;
      background-color: #fff;
      cursor: auto;
      overflow: hidden
    }

    .eae-popup .mfp-ajax-cur {
      cursor: progress
    }

    .eae-popup .mfp-zoom-out-cur,
    .eae-popup .mfp-zoom-out-cur .mfp-image-holder .eae-close {
      cursor: -moz-zoom-out;
      cursor: -webkit-zoom-out;
      cursor: zoom-out
    }

    .eae-popup .mfp-zoom {
      cursor: pointer;
      cursor: -webkit-zoom-in;
      cursor: -moz-zoom-in;
      cursor: zoom-in
    }

    .eae-popup.mfp-auto-cursor .mfp-content {
      cursor: auto
    }

    .eae-popup .eae-close,
    .eae-popup .mfp-arrow,
    .eae-popup .mfp-counter,
    .eae-popup .mfp-preloader {
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none
    }

    .mfp-loading.mfp-figure {
      display: none
    }

    .mfp-hide {
      display: none !important
    }

    .eae-popup .mfp-preloader {
      color: #ccc;
      position: absolute;
      top: 50%;
      width: auto;
      text-align: center;
      margin-top: -.8em;
      left: 8px;
      right: 8px;
      z-index: 1044
    }

    .eae-popup .mfp-preloader a {
      color: #ccc
    }

    .eae-popup .mfp-preloader a:hover {
      color: #fff
    }

    .mfp-s-ready .mfp-preloader {
      display: none
    }

    .mfp-s-error .mfp-content {
      display: none
    }

    button.eae-close,
    button.mfp-arrow {
      overflow: visible;
      cursor: pointer;
      background: 0 0;
      border: 0;
      -webkit-appearance: none;
      display: block;
      outline: 0;
      padding: 0;
      z-index: 1046;
      box-shadow: none;
      touch-action: manipulation
    }

    button::-moz-focus-inner {
      padding: 0;
      border: 0
    }

    .eae-popup .eae-close {
      width: 28px;
      height: 28px;
      line-height: 1em;
      position: absolute;
      right: 10px;
      top: 10px;
      text-decoration: none;
      text-align: center;
      opacity: 1;
      color: #fff;
      font-size: 28px;
      z-index: 1500
    }

    .eae-close:focus,
    .eae-close:hover {
      opacity: 1;
      cursor: pointer
    }

    .eae-close:active {
      top: 1px
    }

    .eae-close:before {
      top: 50%;
      left: 50%;
      position: absolute;
      transform: translate(-50%, -50%)
    }

    .eae-popup.eae-close-btn-in .eae-close {
      color: #fff
    }

    .mfp-iframe-holder .eae-close,
    .mfp-image-holder .eae-close {
      color: #fff;
      right: -6px;
      text-align: right;
      padding-right: 6px;
      width: 100%
    }

    .mfp-counter {
      position: absolute;
      top: 0;
      right: 0;
      color: #ccc;
      font-size: 12px;
      line-height: 18px;
      white-space: nowrap
    }

    .mfp-arrow {
      position: absolute;
      opacity: .65;
      margin: 0;
      top: 50%;
      margin-top: -55px;
      padding: 0;
      width: 90px;
      height: 110px;
      -webkit-tap-highlight-color: transparent
    }

    .mfp-arrow:active {
      margin-top: -54px
    }

    .mfp-arrow:focus,
    .mfp-arrow:hover {
      opacity: 1
    }

    .mfp-arrow:after,
    .mfp-arrow:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      top: 0;
      margin-top: 35px;
      margin-left: 35px;
      border: medium inset transparent
    }

    .mfp-arrow:after {
      border-top-width: 13px;
      border-bottom-width: 13px;
      top: 8px
    }

    .mfp-arrow:before {
      border-top-width: 21px;
      border-bottom-width: 21px;
      opacity: .7
    }

    .mfp-arrow-left {
      left: 0
    }

    .mfp-arrow-left:after {
      border-right: 17px solid #fff;
      margin-left: 31px
    }

    .mfp-arrow-left:before {
      margin-left: 25px;
      border-right: 27px solid #3f3f3f
    }

    .mfp-arrow-right {
      right: 0
    }

    .mfp-arrow-right:after {
      border-left: 17px solid #fff;
      margin-left: 39px
    }

    .mfp-arrow-right:before {
      border-left: 27px solid #3f3f3f
    }

    .mfp-iframe-holder {
      padding-top: 40px;
      padding-bottom: 40px
    }

    .mfp-iframe-holder .mfp-content {
      line-height: 0;
      width: 100%;
      max-width: 900px
    }

    .mfp-iframe-holder .eae-close {
      top: -40px
    }

    .mfp-iframe-scaler {
      width: 100%;
      height: 0;
      overflow: hidden;
      padding-top: 56.25%
    }

    .mfp-iframe-scaler iframe {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-shadow: 0 0 8px rgba(0, 0, 0, .6);
      background: #000
    }

    img.mfp-img {
      width: auto;
      max-width: 100%;
      height: auto;
      display: block;
      line-height: 0;
      box-sizing: border-box;
      padding: 40px 0 40px;
      margin: 0 auto
    }

    .eae-popup .mfp-figure {
      line-height: 0
    }

    .eae-popup .mfp-figure:after {
      content: '';
      position: absolute;
      left: 0;
      top: 40px;
      bottom: 40px;
      display: block;
      right: 0;
      width: auto;
      height: auto;
      z-index: -1;
      box-shadow: 0 0 8px rgba(0, 0, 0, .6);
      background: #444
    }

    .eae-popup .mfp-figure small {
      color: #bdbdbd;
      display: block;
      font-size: 12px;
      line-height: 14px
    }

    .eae-popup .mfp-figure figure {
      margin: 0
    }

    .eae-popup .mfp-bottom-bar {
      margin-top: -36px;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      cursor: auto
    }

    .eae-popup .mfp-title {
      text-align: left;
      line-height: 1;
      word-wrap: break-word;
      color: #fff;
      background-color: #4054b2;
      padding: 20px 20px 20px 20px
    }

    .eae-popup .mfp-image-holder .mfp-content {
      max-width: 100%
    }

    .eae-popup .mfp-gallery .mfp-image-holder .mfp-figure {
      cursor: pointer
    }

    @media screen and (max-width:800px) and (orientation:landscape),
    screen and (max-height:300px) {
      .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
      }

      .mfp-img-mobile img.mfp-img {
        padding: 0
      }

      .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
      }

      .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
      }

      .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
      }

      .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
      }

      .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
      }

      .mfp-img-mobile .eae-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
      }
    }

    .elementor-element.eae-animated-gradient-yes,
    .elementor-element.eae-animated-gradient-yes .animated-gradient {
      background-size: 400% 400% !important;
      -webkit-animation: AnimateGradient 15s ease-in-out infinite;
      -moz-animation: AnimateGradient 15s ease-in-out infinite;
      animation: AnimateGradient 15s ease-in-out infinite
    }

    .animated-gradient {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%
    }

    @-webkit-keyframes AnimateGradient {
      0% {
        background-position: 0 50%
      }

      50% {
        background-position: 100% 50%
      }

      100% {
        background-position: 0 50%
      }
    }

    @-moz-keyframes AnimateGradient {
      0% {
        background-position: 0 50%
      }

      50% {
        background-position: 100% 50%
      }

      100% {
        background-position: 0 50%
      }
    }

    @keyframes AnimateGradient {
      0% {
        background-position: 0 50%
      }

      50% {
        background-position: 100% 50%
      }

      100% {
        background-position: 0 50%
      }
    }

    .eae-swiper-outer-wrapper .swiper-slide {
      height: auto;
      overflow: inherit
    }

    .eae-swiper-outer-wrapper .swiper-slide-wrapper,
    .eae-swiper-outer-wrapper .testimonial-wrapper {
      height: 100%
    }

    .eae-grid {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row
    }

    .eae-masonry- .eae-grid-item {
      position: relative;
      height: 100%
    }

    .eae-masonry- .eae-grid-item .testimonial-wrapper {
      height: 100%
    }

    .eae-grid-container {
      transition: .1s all ease
    }

    .eae-grid-container {
      display: inline-block
    }

    .wrapper .content {
      margin: 10px 0
    }

    .skin-2.testimonial-wrapper {
      display: flex;
      flex-direction: column;
      background-color: #9c989821;
      min-height: 300px;
      padding: 10px 20px;
      box-shadow: 0 0 5px rgba(0, 0, 0, .15);
      color: #696969
    }

    .skin-2 .content-wrapper {
      padding: 10px;
      position: relative;
      background-color: #fff;
      border-radius: 10px;
      color: #77778e
    }

    .skin-2 i.after-content,
    .skin-2 i.before-content {
      position: absolute
    }

    .skin-2 i.before-content {
      top: 10px;
      left: 20px
    }

    .skin-2 i.after-content {
      bottom: 10px;
      right: 20px
    }

    .skin-2 blockquote {
      position: relative;
      font-size: 14px;
      padding: 10px;
      font-weight: 500;
      text-align: left;
      margin: 0;
      line-height: 1.6em;
      font-style: italic
    }

    .skin-2 blockquote::after,
    .skin-2 blockquote::before {
      font-family: FontAwesome;
      content: "\201C";
      position: absolute;
      font-size: 50px;
      opacity: .3;
      font-style: normal
    }

    .skin-2 blockquote::before {
      top: 10px;
      left: 20px
    }

    .skin-2 blockquote::after {
      content: "\201D";
      right: 20px
    }

    .skin-2 .image-wrapper {
      position: relative;
      max-width: 100%;
      text-align: center
    }

    .skin-2 img {
      width: 100px;
      border-radius: 25%
    }

    .skin-2 .detail-wrapper {
      text-align: center
    }

    .skin-2 .company,
    .skin-2 .designation,
    .skin-2 .rating-wrapper,
    .skin-2 .title {
      padding: 5px 0
    }

    .skin-2 .rating-wrapper {
      color: navy
    }

    .skin-2 .title {
      font-weight: 800;
      color: #000
    }

    .skin-2 blockquote p {
      margin: 10px 0 !important
    }

    .skin-1.testimonial-wrapper {
      display: flex;
      flex-direction: column;
      background-color: #fff;
      box-shadow: 0 0 5px rgba(0, 0, 0, .15);
      color: #000
    }

    .skin-1 .content-wrapper {
      order: 0
    }

    .skin-1 .image-wrapper {
      order: 1;
      text-align: center;
      margin: 15px 0
    }

    .skin-1 .detail-wrapper {
      order: 2
    }

    .skin-1 .content-wrapper {
      padding: 10px;
      position: relative
    }

    .skin-1 i.after-content,
    .skin-1 i.before-content {
      position: absolute
    }

    .skin-1 i.before-content {
      top: 10px;
      left: 20px
    }

    .skin-1 i.after-content {
      bottom: 10px;
      right: 20px
    }

    .skin-1 blockquote {
      position: relative;
      background-color: #fff;
      font-size: 14px;
      padding: 10px;
      font-weight: 500;
      text-align: left;
      margin: 0;
      line-height: 1.6em;
      font-style: italic
    }

    .skin-1 blockquote::after,
    .skin-1 blockquote::before {
      font-family: FontAwesome;
      content: "\201C";
      position: absolute;
      font-size: 50px;
      opacity: .3;
      font-style: normal
    }

    .skin-1 blockquote::before {
      top: 10px;
      left: 20px
    }

    .skin-1 blockquote::after {
      content: "\201D";
      right: 20px
    }

    .skin-1 .image-wrapper {
      position: relative;
      max-width: 100%
    }

    .skin-1 img {
      width: 100px;
      height: auto;
      border-radius: 50%
    }

    .skin-1 .detail-wrapper {
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between;
      padding: 10px;
      background-color: rgba(157, 163, 156, .18)
    }

    .skin-1 .designation,
    .skin-1 .rating-wrapper,
    .skin-1 .title {
      margin: 0 5px
    }

    .skin-1 .title-wrapper {
      display: flex;
      flex-direction: row
    }

    .skin-1 .rating-wrapper {
      color: #fecc1f
    }

    .skin-4.testimonial-wrapper {
      flex-direction: column;
      display: flex;
      background-color: #bfbfb6bd;
      min-height: 300px;
      padding: 10px 0;
      box-shadow: 0 0 5px rgba(0, 0, 0, .15);
      color: #77778e
    }

    .skin-4 .content-wrapper {
      padding: 10px;
      position: relative
    }

    .skin-4 .content-wrapper {
      order: 2;
      color: #3c3c3c
    }

    .skin-4 i.after-content,
    .skin-4 i.before-content {
      position: absolute
    }

    .skin-4 i.before-content {
      top: 10px;
      left: 20px
    }

    .skin-4 i.after-content {
      bottom: 10px;
      right: 20px
    }

    .skin-4 blockquote {
      position: relative;
      font-size: 14px;
      padding: 10px;
      font-weight: 500;
      text-align: left;
      margin: 0;
      line-height: 1.6em;
      font-style: italic
    }

    .skin-4 blockquote::after,
    .skin-4 blockquote::before {
      font-family: FontAwesome;
      content: "\201C";
      position: absolute;
      font-size: 50px;
      opacity: .3;
      font-style: normal
    }

    .skin-4 blockquote::before {
      top: 10px;
      left: 20px
    }

    .skin-4 blockquote::after {
      content: "\201D";
      right: 20px
    }

    .skin-4 .image-wrapper {
      position: relative;
      max-width: 100%;
      text-align: center
    }

    .skin-4 img {
      width: 100px;
      border-radius: 50%
    }

    .skin-4 .detail-wrapper {
      text-align: center
    }

    .skin-2 .designation,
    .skin-2 .title,
    .skin-4 .rating-wrapper {
      padding: 5px 0
    }

    .skin-4 .rating-wrapper {
      color: #690a69
    }

    .skin-4 .title {
      font-weight: 800;
      color: #000
    }

    .skin-3.testimonial-wrapper {
      display: flex;
      flex-direction: row;
      background-color: #9c989821;
      box-shadow: 0 0 5px rgba(0, 0, 0, .15);
      color: #000;
      overflow: hidden
    }

    .skin-3 .content-section {
      display: flex;
      flex-direction: column;
      align-self: center
    }

    .skin-3 .content-wrapper {
      padding: 10px;
      position: relative
    }

    .skin-2 i.after-content,
    .skin-3 i.before-content {
      position: absolute
    }

    .skin-3 i.before-content {
      top: 10px;
      left: 20px
    }

    .skin-3 i.after-content {
      bottom: 10px;
      right: 20px
    }

    .skin-3 blockquote {
      position: relative;
      font-size: 18px;
      padding: 10px;
      font-weight: 500;
      text-align: left;
      margin: 0;
      line-height: 1.6em;
      font-style: italic
    }

    .skin-3 blockquote::after,
    .skin-3 blockquote::before {
      font-family: FontAwesome;
      content: "\201C";
      position: absolute;
      font-size: 50px;
      opacity: .3;
      font-style: normal
    }

    .skin-3 blockquote::before {
      top: 10px;
      left: 20px
    }

    .skin-3 blockquote::after {
      content: "\201D";
      right: 20px
    }

    .skin-3 .image-wrapper {
      position: relative;
      max-width: 30%;
      max-height: 250px;
      text-align: center;
      align-self: center
    }

    .skin-3 img {
      width: 100%
    }

    .testimonial-wrapper .skin-3 .eae-person-avatar {
      border-radius: 50%
    }

    .skin-3 .detail-wrapper {
      text-align: left;
      padding-left: 20px
    }

    .skin-3 .designation,
    .skin-3 .rating-wrapper,
    .skin-3 .title {
      padding: 3px 0
    }

    .skin-3 .rating-wrapper {
      color: #800040
    }

    .skin-3 .title {
      font-weight: 800
    }

    .eae-swiper-outer-wrapper .swiper-button-prev {
      -webkit-mask: url(/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/css/arrow-left.svg) no-repeat 100% 100%;
      mask: url(/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/css/arrow-left.svg) no-repeat 100% 100%;
      -webkit-mask-size: cover;
      mask-size: cover;
      background-image: none;
      background-color: #007aff;
      transform: translateY(-50%);
      margin-top: 0
    }

    .eae-swiper-outer-wrapper .swiper-container-rtl .swiper-button-prev {
      -webkit-mask: url(/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/css/arrow-right.svg) no-repeat 100% 100%;
      mask: url(/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/css/arrow-right.svg) no-repeat 100% 100%
    }

    .eae-swiper-outer-wrapper .swiper-button-next {
      -webkit-mask: url(/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/css/arrow-right.svg) no-repeat 100% 100%;
      mask: url(/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/css/arrow-right.svg) no-repeat 100% 100%;
      -webkit-mask-size: cover;
      mask-size: cover;
      background-image: none;
      background-color: #007aff;
      transform: translateY(-50%);
      margin-top: 0
    }

    .eae-swiper-outer-wrapper .swiper-container-rtl .swiper-button-next {
      -webkit-mask: url(/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/css/arrow-left.svg) no-repeat 100% 100%;
      mask: url(/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/css/arrow-left.svg) no-repeat 100% 100%
    }

    .elementor-widget-wts-testimonial-slider .eae-swiper-outer-wrapper .swiper-button-next,
    .elementor-widget-wts-testimonial-slider .eae-swiper-outer-wrapper .swiper-button-prev {
      -webkit-mask: none;
      mask: none;
      -webkit-mask-size: unset;
      mask-size: unset;
      background-image: none;
      background-color: unset;
      width: auto;
      height: auto;
      transform: translateY(-50%);
      margin-top: 0
    }

    .swiper-container .swiper-button-next i,
    .swiper-container .swiper-button-prev i {
      width: 1em;
      height: 1em;
      text-align: center;
      position: relative
    }

    .elementor-widget-wts-testimonial-slider .eae-swiper-outer-wrapper .eae-swiper-button-wrapper {
      position: absolute;
      height: auto;
      line-height: 0
    }

    .eae-hpos-right.eae-vpos-top .eae-swiper-button-wrapper {
      bottom: auto;
      top: 0;
      width: auto;
      right: 0
    }

    .eae-vpos-top.eae-hpos-left .eae-swiper-button-wrapper {
      bottom: auto;
      top: 0;
      width: auto;
      left: 0
    }

    .eeae-hpos-right.eae-vpos-bottom .eae-swiper-button-wrapper {
      bottom: 0;
      top: auto;
      width: auto;
      right: 0
    }

    .eae-vpos-bottom.eae-hpos-left .eae-swiper-button-wrapper {
      bottom: 0;
      top: auto;
      width: auto;
      left: 0
    }

    .eae-hpos-right.eae-vpos-middle .eae-swiper-button-wrapper {
      bottom: auto;
      top: 50%;
      width: auto;
      right: 0
    }

    .eae-hpos-left.eae-vpos-middle .eae-swiper-button-wrapper {
      bottom: auto;
      top: 50%;
      width: auto;
      left: 0
    }

    .eae-hpos-left .swiper-button-next,
    .eae-hpos-left .swiper-button-prev,
    .eae-hpos-right .swiper-button-next,
    .eae-hpos-right .swiper-button-prev {
      position: relative;
      display: inline-block;
      right: auto;
      left: auto
    }

    .eae-hpos-right.eae-vpos-bottom .swiper-button-next,
    .eae-hpos-right.eae-vpos-bottom .swiper-button-prev {
      top: auto;
      bottom: 0;
      transform: unset
    }

    .eae-hpos-right.eae-vpos-top .swiper-button-next,
    .eae-hpos-right.eae-vpos-top .swiper-button-prev {
      top: 0;
      bottom: auto;
      transform: unset
    }

    .eae-hpos-left.eae-vpos-top .swiper-button-next,
    .eae-hpos-left.eae-vpos-top .swiper-button-prev {
      top: 0;
      bottom: auto;
      transform: unset
    }

    .eae-hpos-left.eae-vpos-bottom .swiper-button-next,
    .eae-hpos-left.eae-vpos-bottom .swiper-button-prev {
      top: auto;
      bottom: 0;
      transform: unset
    }

    .eae-hpos-center.eae-vpos-bottom .swiper-button-next,
    .eae-hpos-center.eae-vpos-bottom .swiper-button-prev {
      top: auto;
      bottom: 0;
      transform: unset
    }

    .eae-hpos-center.eae-vpos-top .swiper-button-next,
    .eae-hpos-center.eae-vpos-top .swiper-button-prev {
      top: 0;
      bottom: auto;
      transform: unset
    }

    @media all and (max-width:900px) {
      .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
      }

      .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
      }

      .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
      }

      .mfp-container {
        padding-left: 6px;
        padding-right: 6px
      }
    }

    .eae-info-circle {
      position: relative;
      width: 90%;
      margin: 0 auto;
      border-radius: 50%;
      display: block
    }

    .eae-info-circle:before {
      content: '';
      display: block;
      position: absolute;
      top: 4%;
      left: 4%;
      width: 92%;
      height: 92%;
      border-radius: 50%;
      z-index: 1;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      pointer-events: none
    }

    .eae-info-circle:after {
      content: '';
      display: block;
      padding-top: 100%
    }

    .eae-info-circle .eae-ic-icon-wrap {
      position: absolute;
      display: inline-block;
      top: 50%;
      left: 50%;
      z-index: 2;
      line-height: 1em;
      vertical-align: middle;
      overflow: hidden;
      max-width: 100%
    }

    .eae-info-circle .eae-info-circle-item {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block
    }

    .eae-info-circle .eae-info-circle-item.eae-active .eae-info-circle-item__content-wrap {
      visibility: visible;
      opacity: 1;
      display: flex
    }

    .eae-info-circle .eae-info-circle-item__content-wrap {
      visibility: visible;
      display: none;
      height: 91%;
      width: 91%;
      opacity: 0;
      top: 50%;
      transform: translateY(-50%) translateX(-50%);
      position: absolute;
      left: 50%;
      border-radius: 50%;
      overflow: hidden;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box
    }

    .eae-info-circle .eae-info-circle-item__content-wrap:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle
    }

    .eae-info-circle .eae-info-circle-item__content {
      display: inline-block;
      top: 50%;
      transform: translateY(-50%) translateX(-50%);
      position: absolute;
      left: 50%;
      vertical-align: middle;
      z-index: 1;
      max-height: 100%;
      overflow: auto;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
      width: 75%
    }

    @media screen and (max-width:767px) {
      .eae-info-circle.eae-info-circle .eae-info-circle-item__content-wrap:before {
        display: none
      }

      .eae-info-circle:after,
      .eae-info-circle:before {
        display: none
      }

      .eae-info-circle {
        width: 100% !important
      }

      .eae-info-circle-wrapper:after,
      .eae-info-circle-wrapper:before {
        display: none
      }

      .eae-info-circle .eae-ic-icon-wrap {
        display: block;
        text-align: center;
        position: relative !important;
        left: unset !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 10px
      }

      .eae-info-circle-item {
        position: relative !important;
        border-radius: 0 !important;
        padding: 0;
        margin: 10px 0
      }

      .eae-info-circle .eae-info-circle-item__content-wrap {
        visibility: visible;
        opacity: 1 !important;
        display: flex !important;
        border-radius: 0 !important;
        border: none !important;
        margin: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        padding-bottom: 0 !important;
        width: 100%;
        height: auto;
        line-height: 1.5em;
        position: relative;
        top: unset;
        left: unset;
        transform: unset
      }

      .eae-info-circle .eae-info-circle-item__content {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        width: 100%;
        padding: 10px
      }
    }

    .eae-icon-wrap i {
      height: 1.25em;
      width: 1.25em;
      line-height: 1.25em;
      display: block
    }

    .eae-icon-wrap i img {
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      position: absolute
    }

    .eae-icon {
      display: inline-block;
      text-align: center;
      vertical-align: middle;
      max-width: 100%;
      overflow: hidden;
      padding: 10px
    }

    .eae-icon-shape-circle:not(.elementor-element) {
      border-radius: 50%
    }

    .eae-icon-view-framed:not(.elementor-element) {
      border-width: 1px;
      border-style: solid
    }

    .eae-icon-wrapper {
      display: flex
    }

    .eae-icon-wrapper .eae-icon {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      line-height: 1
    }

    .eae-timeline {
      position: relative;
      display: inline-block;
      width: 100%
    }

    .eae-timline-progress-bar {
      width: 4px;
      background-color: #f45b69;
      top: 0;
      bottom: 50px;
      position: absolute;
      transform: translateX(-50%)
    }

    .eae-timeline-item {
      position: relative;
      display: flex;
      flex-direction: row;
      padding-bottom: 50px
    }

    .eae-timeline-item:last-child {
      padding-bottom: 0 !important
    }

    .eae-tl-top .eae-timeline-item {
      align-items: flex-start
    }

    .eae-tl-top .eae-tl-item-content::before {
      top: 10px
    }

    .eae-timeline-item.image-position-row .eae-tl-item-image,
    .eae-timeline-item.image-position-row-reverse .eae-tl-item-image {
      margin-top: 0;
      margin-bottom: 0
    }

    .eae-tl-item-meta-wrapper-inner {
      display: none
    }

    .eae-tl-bottom .eae-timeline-item {
      align-items: flex-end
    }

    .eae-tl-bottom .eae-tl-item-content::before {
      bottom: 10px
    }

    .eae-tl-center .eae-timeline-item {
      align-items: center
    }

    .eae-tl-center .eae-tl-item-content::before {
      bottom: calc(50% - 5px)
    }

    .eae-layout-center .eae-timline-progress-bar {
      left: 50%
    }

    .eae-layout-center .eae-timeline-item:nth-child(odd) {
      flex-direction: row-reverse
    }

    .eae-layout-center .eae-timeline-item:nth-child(odd) .eae-tl-item-meta-wrapper {
      margin-right: 0;
      margin-left: 0;
      justify-content: flex-start
    }

    .eae-layout-center .eae-timeline-item:nth-child(odd) .eae-tl-content-wrapper {
      padding-right: 20px;
      padding-left: 0
    }

    .eae-layout-center .eae-timeline-item:nth-child(even) .eae-tl-content-wrapper {
      padding-right: 0;
      padding-left: 20px
    }

    .eae-layout-left .eae-tl-content-wrapper {
      padding-right: 10px;
      padding-left: 20px
    }

    .eae-layout-left .eae-timline-progress-bar {
      left: 20px
    }

    .eae-layout-left .eae-tl-item-meta-wrapper {
      display: none
    }

    .eae-layout-left .eae-tl-item-meta-wrapper-inner {
      display: block
    }

    .eae-layout-right .eae-timline-progress-bar {
      left: calc(100% - 20px)
    }

    .eae-layout-right .eae-tl-content-wrapper {
      padding-right: 20px;
      padding-left: 10px
    }

    .eae-layout-right .eae-tl-icon-wrapper {
      order: 3
    }

    .eae-layout-right .eae-tl-item-meta-wrapper {
      display: none
    }

    .eae-layout-right .eae-tl-item-meta-wrapper-inner {
      display: block
    }

    .eae-tl-item-meta-wrapper {
      flex-grow: 1;
      order: 0;
      flex-basis: 50%;
      flex-direction: initial;
      justify-content: flex-end;
      display: flex;
      align-items: center;
      margin-right: 0
    }

    .eae-tl-item-meta {
      padding: 0 20px
    }

    .eae-tl-icon-wrapper {
      height: auto;
      width: auto;
      flex-grow: 0;
      flex-shrink: 0;
      order: 1;
      margin-left: 0;
      margin-right: 0;
      min-width: 10px;
      min-height: 10px;
      border-radius: 999px;
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center
    }

    .eae-tl-content-wrapper {
      flex-grow: 1;
      order: 2;
      flex-basis: 50%;
      position: relative;
      padding-right: 0;
      padding-left: 20px
    }

    .eae-tl-item-content {
      background: #f4f4f4;
      padding: 25px;
      overflow: hidden;
      text-align: center;
      display: flex;
      flex-direction: row
    }

    .eae-tl-content {
      display: inline-block;
      position: relative;
      padding: 10px;
      width: 100%;
      color: #000
    }

    .eae-timeline-item.custom-image-style-yes.image-position-row .eae-content-inner,
    .eae-timeline-item.custom-image-style-yes.image-position-row-reverse .eae-content-inner,
    .image-position-row .eae-timeline .eae-timeline-item:not(.custom-image-style-yes) .eae-content-inner,
    .image-position-row-reverse .eae-timeline .eae-timeline-item:not(.custom-image-style-yes) .eae-content-inner {
      position: relative;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      line-height: 1;
      width: 100%
    }

    .custom-image-style-.image-position-row .eae-content-inner,
    .custom-image-style-.image-position-row-reverse .eae-content-inner,
    .custom-image-style-no.image-position-row .eae-content-inner,
    .custom-image-style-no.image-position-row-reverse .eae-content-inner {
      left: unset;
      top: unset;
      transform: unset
    }

    .eae-tl-item-image {
      display: inline-block
    }

    .image-position-row .eae-tl-item-image img,
    .image-position-row-reverse .eae-tl-item-image img {
      object-fit: cover;
      height: 100% !important
    }

    .image-position-row .eae-tl-item-image,
    .image-position-row-reverse .eae-tl-item-image {
      margin: 0
    }

    .image-position-column .eae-tl-item-image {
      margin: auto
    }

    .custom-image-style-.image-position-column .eae-tl-item-image,
    .custom-image-style-no.image-position-column .eae-tl-item-image {
      margin: 0 auto
    }

    .eae-pb-inner-line {
      width: 100%;
      background-color: #3d5ac3
    }

    .eae-tl-item-content::before {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 16px 8px 0;
      border-color: transparent #f4f4f4 transparent transparent
    }

    .eae-icon-wrapper {
      display: flex
    }

    .elementor-widget-bpel-timeline .eae-icon-wrapper {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      line-height: 1
    }

    .eae-tl-read-more {
      display: inline-block;
      padding: 5px;
      border: 2px solid #000
    }

    .image-position-row .eae-timeline.eae-timeline-alternate-yes .eae-timeline-item:nth-child(odd):not(.custom-image-style-yes) .eae-tl-item-content {
      flex-direction: row-reverse !important
    }

    .image-position-row-reverse .eae-timeline.eae-timeline-alternate-yes .eae-timeline-item:nth-child(odd):not(.custom-image-style-yes) .eae-tl-item-content {
      flex-direction: row !important
    }

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

      .eae-layout-center .eae-timeline-item:nth-child(odd) .eae-tl-item-content::before,
      .eae-layout-right .eae-tl-item-content::before {
        right: 4px;
        border-width: 8px 0 8px 16px;
        border-color: transparent transparent transparent #f4f4f4
      }

      .eae-layout-center .eae-timeline-item:nth-child(even) .eae-tl-item-content::before,
      .eae-layout-left .eae-tl-item-content::before {
        left: 4px;
        border-width: 8px 16px 8px 0;
        border-color: transparent #f4f4f4 transparent transparent
      }
    }

    @media screen and (max-width:1023px) and (min-width:768px) {
      .image-position-row .eae-timeline.eae-timeline-alternate-yes .eae-timeline-item:nth-child(odd):not(.custom-image-style-yes) .eae-tl-item-content {
        flex-direction: row-reverse !important
      }

      .image-position-row-reverse .eae-timeline.eae-timeline-alternate-yes .eae-timeline-item:nth-child(odd):not(.custom-image-style-yes) .eae-tl-item-content {
        flex-direction: row !important
      }

      .eae-tl-res-style-mobile-tablet .eae-tl-item-meta-wrapper {
        display: none
      }

      .eae-tl-res-style-mobile-tablet .eae-tl-item-meta-wrapper-inner {
        display: block
      }

      .eae-tl-res-style-mobile-tablet.eae-tl-res-layout-left .eae-timeline-item {
        flex-direction: row !important
      }

      .eae-tl-res-style-mobile-tablet.eae-tl-res-layout-right .eae-timeline-item {
        flex-direction: row-reverse !important
      }

      .eae-layout-center.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-left .eae-timeline-item .eae-tl-item-content::before,
      .eae-layout-left .eae-timeline-item .eae-tl-item-content::before,
      .eae-layout-left .eae-tl-item-content::before,
      .eae-timeline.eae-layout-center.eae-tl-res-style-mobile .eae-timeline-item:nth-child(even) .eae-tl-item-content::before {
        left: 4px !important;
        border-width: 8px 16px 8px 0 !important;
        border-color: transparent #f4f4f4 transparent transparent !important
      }

      .eae-layout-center.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-right .eae-timeline-item .eae-tl-item-content::before,
      .eae-layout-right .eae-timeline-item .eae-tl-item-content::before,
      .eae-layout-right .eae-tl-item-content::before,
      .eae-timeline.eae-layout-center.eae-tl-res-style-mobile .eae-timeline-item:nth-child(odd) .eae-tl-item-content::before,
      .eae-tl-res-style-mobile-tablet.eae-tl-res-layout-right .eae-timeline-item .eae-tl-item-content::before {
        right: 4px !important;
        border-width: 8px 0 8px 16px !important;
        border-color: transparent transparent transparent #f4f4f4 !important
      }

      .eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-left .eae-timeline-item .eae-tl-content-wrapper {
        padding-right: 0 !important;
        padding-left: 20px !important
      }

      .eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-right .eae-timeline-item .eae-tl-content-wrapper {
        padding-right: 20px !important;
        padding-left: 0 !important
      }

      .eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-left .eae-timline-progress-bar {
        left: 13px
      }

      .eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-right .eae-timline-progress-bar {
        left: calc(100% - 13px)
      }
    }

    @media screen and (max-width:767px) {
      .eae-tl-item-meta-wrapper {
        display: none
      }

      .eae-tl-item-meta-wrapper-inner {
        display: block
      }

      .elementor-widget-bpel-timeline:not(.image-position-column) .eae-timeline .eae-tl-item-content {
        flex-direction: column-reverse !important
      }

      .eae-tl-item-image,
      .elementor-widget-bpel-timeline:not(.image-position-column) .eae-tl-content {
        width: 100% !important
      }

      .eae-tl-res-style-mobile-tablet.eae-tl-res-layout-left .eae-timeline-item,
      .eae-tl-res-style-mobile.eae-tl-res-layout-left .eae-timeline-item {
        flex-direction: row !important
      }

      .eae-tl-res-style-mobile-tablet.eae-tl-res-layout-right .eae-timeline-item,
      .eae-tl-res-style-mobile.eae-tl-res-layout-right .eae-timeline-item {
        flex-direction: row-reverse !important
      }

      .eae-layout-left .eae-timeline-item .eae-tl-item-content::before,
      .eae-timeline.eae-layout-center.eae-tl-center.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-left .eae-timeline-item:nth-child(odd) .eae-tl-item-content::before,
      .eae-timeline.eae-layout-center.eae-tl-center.eae-tl-res-style-mobile.eae-tl-res-layout-left .eae-timeline-item:nth-child(odd) .eae-tl-item-content::before,
      .eae-tl-res-style-mobile-tablet.eae-tl-res-layout-left .eae-timeline-item .eae-tl-item-content::before,
      .eae-tl-res-style-mobile.eae-tl-res-layout-left .eae-timeline-item .eae-tl-item-content::before {
        left: 4px !important;
        border-width: 8px 16px 8px 0 !important;
        border-color: transparent #f4f4f4 transparent transparent !important
      }

      .eae-layout-right .eae-timeline-item .eae-tl-item-content::before,
      .eae-tl-res-style-mobile-tablet.eae-tl-res-layout-right .eae-timeline-item .eae-tl-item-content::before,
      .eae-tl-res-style-mobile.eae-tl-res-layout-right .eae-timeline-item .eae-tl-item-content::before {
        right: 4px !important;
        border-width: 8px 0 8px 16px !important;
        border-color: transparent transparent transparent #f4f4f4 !important
      }

      .eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-left .eae-timeline-item .eae-tl-content-wrapper,
      .eae-tl-res-style-mobile.eae-layout-center.eae-tl-res-layout-left .eae-timeline-item .eae-tl-content-wrapper {
        padding-right: 0 !important;
        padding-left: 20px !important
      }

      .eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-right .eae-timeline-item .eae-tl-content-wrapper,
      .eae-tl-res-style-mobile.eae-layout-center.eae-tl-res-layout-right .eae-timeline-item .eae-tl-content-wrapper {
        padding-right: 20px !important;
        padding-left: 0 !important
      }

      .eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-left .eae-timline-progress-bar,
      .eae-tl-res-style-mobile.eae-layout-center.eae-tl-res-layout-left .eae-timline-progress-bar {
        left: 13px
      }

      .eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-right .eae-timline-progress-bar,
      .eae-tl-res-style-mobile.eae-layout-center.eae-tl-res-layout-right .eae-timline-progress-bar {
        left: calc(100% - 13px)
      }
    }

    [data-element_type="eae-evergreen-timer.skin1"] .eae-evergreen-wrapper {
      display: block;
      text-align: center
    }

    [data-element_type="eae-evergreen-timer.skin1"] #eaeclockdiv {
      font-family: sans-serif;
      color: #fff;
      display: inline-block;
      font-weight: 100;
      text-align: center;
      font-size: 30px
    }

    [data-element_type="eae-evergreen-timer.skin1"] .eae-time-wrapper {
      padding: 10px;
      border-radius: 3px;
      background: #00bf96;
      display: inline-block;
      overflow: hidden
    }

    [data-element_type="eae-evergreen-timer.skin1"] #eaeclockdiv div>span {
      padding: 15px;
      width: 100%;
      background: #00816a;
      display: inline-block
    }

    [data-element_type="eae-evergreen-timer.skin1"] .smalltext {
      padding: 7px;
      font-size: 16px
    }

    [data-element_type="eae-evergreen-timer.skin1"] .eae-egt-hide {
      display: none
    }

    .eae-egt-message {
      display: none
    }

    @media screen and (max-width:767px) {
      [data-element_type="eae-evergreen-timer.skin1"] #eaeclockdiv div>span {
        padding: 5px
      }

      [data-element_type="eae-evergreen-timer.skin1"] .eae-time-wrapper {
        padding: 5px
      }
    }

    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden
    }

    [data-element_type="eae-evergreen-timer.skin2"] .eae-evergreen-wrapper {
      display: inline-block;
      width: 100%;
      text-align: center;
      margin: auto
    }

    [data-element_type="eae-evergreen-timer.skin2"] .timer-container {
      display: inline-block
    }

    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper a {
      cursor: pointer;
      text-decoration: none;
      color: #ccc
    }

    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper a:hover {
      color: #fff
    }

    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul {
      list-style: none
    }

    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper.clearfix:after,
    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper.clearfix:before {
      content: " ";
      display: table
    }

    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper.clearfix:after {
      clear: both
    }

    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper {
      font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
      -webkit-user-select: none
    }

    [data-element_type="eae-evergreen-timer.skin2"] .flip-clock-meridium {
      background: 0 0 !important;
      box-shadow: 0 0 0 !important;
      font-size: 36px !important
    }

    [data-element_type="eae-evergreen-timer.skin2"] .flip-clock-meridium a {
      color: #313333
    }

    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper {
      text-align: center;
      position: relative;
      width: 100%;
      margin: 1em
    }

    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper:after,
    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper:before {
      content: " ";
      display: table
    }

    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper:after {
      clear: both
    }

    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul {
      position: relative;
      float: left;
      margin: 5px;
      width: 60px;
      height: 90px;
      font-size: 80px;
      font-weight: 700;
      line-height: 87px;
      border-radius: 6px;
      background: #000
    }

    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul li {
      z-index: 1;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      line-height: 87px;
      text-decoration: none !important
    }

    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul li:first-child {
      z-index: 2
    }

    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul li a {
      display: block;
      height: 100%;
      -webkit-perspective: 200px;
      -moz-perspective: 200px;
      perspective: 200px;
      margin: 0 !important;
      overflow: visible !important;
      cursor: default !important
    }

    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul li a div {
      z-index: 1;
      position: absolute;
      left: 0;
      width: 100%;
      height: 50%;
      font-size: 80px;
      overflow: hidden;
      outline: 1px solid transparent
    }

    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul li a div .shadow {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 2
    }

    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul li a div.up {
      -webkit-transform-origin: 50% 100%;
      -moz-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
      -o-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
      top: 0
    }

    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul li a div.up:after {
      content: "";
      position: absolute;
      top: 44px;
      left: 0;
      z-index: 5;
      width: 100%;
      height: 3px;
      background-color: #000;
      background-color: rgba(0, 0, 0, .4)
    }

    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul li a div.down {
      -webkit-transform-origin: 50% 0;
      -moz-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
      -o-transform-origin: 50% 0;
      transform-origin: 50% 0;
      bottom: 0;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px
    }

    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul li a div div.inn {
      position: absolute;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 200%;
      color: #ccc;
      text-shadow: 0 1px 2px #000;
      text-align: center;
      background-color: #333;
      border-radius: 6px;
      font-size: 70px
    }

    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul li a div.up div.inn {
      top: 0
    }

    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul li a div.down div.inn {
      bottom: 0
    }

    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul.play li.flip-clock-before {
      z-index: 3
    }

    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper .flip {
      box-shadow: 0 2px 5px rgba(0, 0, 0, .7)
    }

    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul.play li.flip-clock-active {
      -webkit-animation: asd 10ms .49s linear both;
      -moz-animation: asd 10ms .49s linear both;
      animation: asd 10ms .49s linear both;
      z-index: 5
    }

    [data-element_type="eae-evergreen-timer.skin2"] .flip-clock-divider {
      float: left;
      display: inline-block;
      position: relative;
      width: 20px;
      height: 100px
    }

    [data-element_type="eae-evergreen-timer.skin2"] .flip-clock-divider:first-child {
      width: 0
    }

    [data-element_type="eae-evergreen-timer.skin2"] .flip-clock-dot {
      display: block;
      background: #323434;
      width: 10px;
      height: 10px;
      position: absolute;
      border-radius: 50%;
      box-shadow: 0 0 5px rgba(0, 0, 0, .5);
      left: 5px
    }

    [data-element_type="eae-evergreen-timer.skin2"] .flip-clock-divider .flip-clock-label {
      position: absolute;
      top: -1.5em;
      right: -86px;
      color: #000;
      text-shadow: none
    }

    [data-element_type="eae-evergreen-timer.skin2"] .flip-clock-divider.minutes .flip-clock-label {
      right: -88px
    }

    [data-element_type="eae-evergreen-timer.skin2"] .flip-clock-divider.seconds .flip-clock-label {
      right: -91px
    }

    [data-element_type="eae-evergreen-timer.skin2"] .flip-clock-dot.top {
      top: 30%
    }

    [data-element_type="eae-evergreen-timer.skin2"] .flip-clock-dot.bottom {
      bottom: 30%
    }

    @-webkit-keyframes asd {
      0% {
        z-index: 2
      }

      100% {
        z-index: 4
      }
    }

    @-moz-keyframes asd {
      0% {
        z-index: 2
      }

      100% {
        z-index: 4
      }
    }

    @-o-keyframes asd {
      0% {
        z-index: 2
      }

      100% {
        z-index: 4
      }
    }

    @keyframes asd {
      0% {
        z-index: 2
      }

      100% {
        z-index: 4
      }
    }

    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul.play li.flip-clock-active .down {
      z-index: 2;
      -webkit-animation: turn .5s .5s linear both;
      -moz-animation: turn .5s .5s linear both;
      animation: turn .5s .5s linear both
    }

    @-webkit-keyframes turn {
      0% {
        -webkit-transform: rotateX(90deg)
      }

      100% {
        -webkit-transform: rotateX(0)
      }
    }

    @-moz-keyframes turn {
      0% {
        -moz-transform: rotateX(90deg)
      }

      100% {
        -moz-transform: rotateX(0)
      }
    }

    @-o-keyframes turn {
      0% {
        -o-transform: rotateX(90deg)
      }

      100% {
        -o-transform: rotateX(0)
      }
    }

    @keyframes turn {
      0% {
        transform: rotateX(90deg)
      }

      100% {
        transform: rotateX(0)
      }
    }

    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul.play li.flip-clock-before .up {
      z-index: 2;
      -webkit-animation: turn2 .5s linear both;
      -moz-animation: turn2 .5s linear both;
      animation: turn2 .5s linear both
    }

    @-webkit-keyframes turn2 {
      0% {
        -webkit-transform: rotateX(0)
      }

      100% {
        -webkit-transform: rotateX(-90deg)
      }
    }

    @-moz-keyframes turn2 {
      0% {
        -moz-transform: rotateX(0)
      }

      100% {
        -moz-transform: rotateX(-90deg)
      }
    }

    @-o-keyframes turn2 {
      0% {
        -o-transform: rotateX(0)
      }

      100% {
        -o-transform: rotateX(-90deg)
      }
    }

    @keyframes turn2 {
      0% {
        transform: rotateX(0)
      }

      100% {
        transform: rotateX(-90deg)
      }
    }

    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul li.flip-clock-active {
      z-index: 3
    }

    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
      background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0, #000 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .1)), color-stop(100%, #000));
      background: linear, top, rgba(0, 0, 0, .1) 0, #000 100%;
      background: -o-linear-gradient(top, rgba(0, 0, 0, .1) 0, #000 100%);
      background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0, #000 100%);
      background: linear, to bottom, rgba(0, 0, 0, .1) 0, #000 100%;
      -webkit-animation: show .5s linear both;
      -moz-animation: show .5s linear both;
      animation: show .5s linear both
    }

    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
      background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0, #000 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .1)), color-stop(100%, #000));
      background: linear, top, rgba(0, 0, 0, .1) 0, #000 100%;
      background: -o-linear-gradient(top, rgba(0, 0, 0, .1) 0, #000 100%);
      background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0, #000 100%);
      background: linear, to bottom, rgba(0, 0, 0, .1) 0, #000 100%;
      -webkit-animation: hide .5s .3s linear both;
      -moz-animation: hide .5s .3s linear both;
      animation: hide .5s .3s linear both
    }

    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
      background: -moz-linear-gradient(top, #000 0, rgba(0, 0, 0, .1) 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(100%, rgba(0, 0, 0, .1)));
      background: linear, top, #000 0, rgba(0, 0, 0, .1) 100%;
      background: -o-linear-gradient(top, #000 0, rgba(0, 0, 0, .1) 100%);
      background: -ms-linear-gradient(top, #000 0, rgba(0, 0, 0, .1) 100%);
      background: linear, to bottom, #000 0, rgba(0, 0, 0, .1) 100%;
      -webkit-animation: show .5s linear both;
      -moz-animation: show .5s linear both;
      animation: show .5s linear both
    }

    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
      background: -moz-linear-gradient(top, #000 0, rgba(0, 0, 0, .1) 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(100%, rgba(0, 0, 0, .1)));
      background: linear, top, #000 0, rgba(0, 0, 0, .1) 100%;
      background: -o-linear-gradient(top, #000 0, rgba(0, 0, 0, .1) 100%);
      background: -ms-linear-gradient(top, #000 0, rgba(0, 0, 0, .1) 100%);
      background: linear, to bottom, #000 0, rgba(0, 0, 0, .1) 100%;
      -webkit-animation: hide .5s .3s linear both;
      -moz-animation: hide .5s .3s linear both;
      animation: hide .5s .2s linear both
    }

    @-webkit-keyframes show {
      0% {
        opacity: 0
      }

      100% {
        opacity: 1
      }
    }

    @-moz-keyframes show {
      0% {
        opacity: 0
      }

      100% {
        opacity: 1
      }
    }

    @-o-keyframes show {
      0% {
        opacity: 0
      }

      100% {
        opacity: 1
      }
    }

    @keyframes show {
      0% {
        opacity: 0
      }

      100% {
        opacity: 1
      }
    }

    @-webkit-keyframes hide {
      0% {
        opacity: 1
      }

      100% {
        opacity: 0
      }
    }

    @-moz-keyframes hide {
      0% {
        opacity: 1
      }

      100% {
        opacity: 0
      }
    }

    @-o-keyframes hide {
      0% {
        opacity: 1
      }

      100% {
        opacity: 0
      }
    }

    @keyframes hide {
      0% {
        opacity: 1
      }

      100% {
        opacity: 0
      }
    }

    @media screen and (max-width:767px) {
      [data-element_type="eae-evergreen-timer.skin2"] .flip-clock-divider {
        width: 15px
      }

      [data-element_type="eae-evergreen-timer.skin2"] .flip-clock-dot {
        height: 5px;
        width: 5px
      }

      [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul {
        height: 40px
      }

      [data-element_type="eae-evergreen-timer.skin2"] .flip-clock-divider {
        height: 50px
      }

      [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul li {
        line-height: 37px
      }

      [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul li a div div.inn {
        font-size: 24px
      }

      [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul {
        margin: 2px
      }
    }

    [data-element_type="eae-evergreen-timer.skin3"] #timer {
      font-family: sans-serif;
      color: #fff;
      display: inline-block;
      font-weight: 100;
      text-align: center;
      font-size: 30px
    }

    [data-element_type="eae-evergreen-timer.skin3"] .desc {
      display: flex;
      justify-content: center
    }

    [data-element_type="eae-evergreen-timer.skin3"].eae-egt-content-align-right .desc {
      justify-content: flex-end
    }

    [data-element_type="eae-evergreen-timer.skin3"].eae-egt-content-align-left .desc {
      justify-content: flex-start
    }

    [data-element_type="eae-evergreen-timer.skin3"] .desc .egt-time-text {
      display: inline-block;
      padding: 0 50px 0 50px
    }

    [data-element_type="eae-evergreen-timer.skin3"] .eae-time-wrapper {
      padding: 50px;
      border-radius: 3px;
      background: #00bf96;
      display: inline-block;
      overflow: hidden;
      margin: 5px;
      line-height: 1em
    }

    [data-element_type="eae-evergreen-timer.skin3"] #timer span:nth-child(1) {
      background: khaki
    }

    [data-element_type="eae-evergreen-timer.skin3"] #timer span:nth-child(2) {
      background: #cd5c5c
    }

    [data-element_type="eae-evergreen-timer.skin3"] #timer span:nth-child(3) {
      background: #5f9ea0
    }

    [data-element_type="eae-evergreen-timer.skin3"] #timer span:nth-child(4) {
      background: #6495ed
    }

    [data-element_type="eae-evergreen-timer.skin3"] .fade {
      animation: flip .7s ease forwards
    }

    @keyframes flip {
      0% {
        transform: rotateY(0) scaleY(1.1);
        opacity: .5
      }

      50% {
        transform: rotateY(180deg) scaleY(1.3);
        opacity: 0
      }

      100% {
        transform: rotateY(0);
        opacity: 1
      }
    }

    @media screen and (max-width:767px) {
      [data-element_type="eae-evergreen-timer.skin3"] #timer span {
        font-size: 22px
      }

      [data-element_type="eae-evergreen-timer.skin2"] .flip-clock-divider .flip-clock-label {
        top: -1.5em;
        right: -42px
      }

      [data-element_type="eae-evergreen-timer.skin2"] .flip-clock-divider.minutes .flip-clock-label {
        right: -48px
      }

      [data-element_type="eae-evergreen-timer.skin2"] .flip-clock-divider.seconds .flip-clock-label {
        right: -51px
      }
    }

    [data-element_type="eae-evergreen-timer.skin4"] .eae-evergreen-wrapper {
      width: 100%
    }

    [data-element_type="eae-evergreen-timer.skin4"] .container {
      margin: 0 auto
    }

    [data-element_type="eae-evergreen-timer.skin4"] .special {
      position: relative;
      width: 840px;
      height: 47px
    }

    [data-element_type="eae-evergreen-timer.skin4"] #counter {
      position: absolute;
      z-index: 4000
    }

    [data-element_type="eae-evergreen-timer.skin4"] .digit-separator {
      position: relative;
      float: left;
      width: 17px;
      height: 44px;
      overflow: hidden;
      background-image: url(/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/digit-sep-svg.svg);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-color: #4054b2
    }

    [data-element_type="eae-evergreen-timer.skin4"] .digit {
      background-image: url(//https://www.adiaphora.it/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/digits-svg-alpha.svg);
      background-color: #4054b2
    }

    .eae-ct-wrapper * {
      box-sizing: border-box;
      margin: 0;
      outline: 0
    }

    article.eae-ct-wrapper {
      width: 100%;
      max-width: 1000px;
      margin: 0 auto;
      position: relative
    }

    .eae-ct-wrapper tbody tr.eae-ct-header td,
    .eae-ct-wrapper th {
      position: relative
    }

    .eae-ct-wrapper ul {
      display: none;
      top: 0;
      z-index: 10;
      padding-bottom: 14px
    }

    .eae-ct-wrapper li {
      list-style: none;
      flex: 1;
      position: relative
    }

    .eae-ct-wrapper li:hover {
      cursor: pointer
    }

    .eae-ct-wrapper .eae-ct-heading {
      width: 100%;
      padding: 10px;
      background: #fff;
      font-size: 20px;
      font-weight: 700;
      height: 60px;
      color: #999;
      text-align: center
    }

    .eae-ct-wrapper li.eae-ct-heading .eae-ct-heading-inner {
      position: absolute;
      align-self: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%
    }

    .eae-ct-wrapper li.eae-ct-heading.active {
      background: #f5f5f5
    }

    .eae-ct-wrapper table {
      border-collapse: collapse;
      table-layout: fixed;
      width: 100%
    }

    .eae-ct-wrapper th {
      background: #f5f5f5;
      display: none
    }

    .eae-ct-wrapper td,
    .eae-ct-wrapper th {
      height: 53px;
      vertical-align: middle
    }

    .eae-ct-wrapper table {
      border: none
    }

    .eae-ct-wrapper table td,
    .eae-ct-wrapper table th {
      border: none
    }

    .eae-ct-wrapper table tr td:first-child,
    .eae-ct-wrapper table tr td:last-child,
    .eae-ct-wrapper td,
    .eae-ct-wrapper th {
      padding: 10px;
      empty-cells: show
    }

    .eae-ct-wrapper td,
    .eae-ct-wrapper th {
      text-align: center
    }

    .eae-ct-wrapper td+td,
    .eae-ct-wrapper th+th {
      text-align: center
    }

    .eae-ct-wrapper tr:first-child {
      background: 0 0 !important
    }

    .eae-ct-wrapper ul li:nth-child(1) {
      display: table-cell
    }

    .eae-ct-wrapper tr td:nth-child(2) {
      display: table-cell
    }

    .eae-ct-wrapper td:nth-child(1) {
      display: table-cell
    }

    .eae-ct-wrapper td {
      display: none
    }

    .eae-ct-wrapper .sep {
      background: #f5f5f5;
      font-weight: 700
    }

    .eae-ct-price-wrapper {
      display: flex;
      justify-content: center
    }

    .eae-ct-tt-type-icon .eae-ct-feature .tooltip {
      float: right
    }

    .eae-ct-wrapper .tooltiptext::before {
      content: '';
      border-width: 5px 5px 0 5px;
      border-color: #fff;
      border-left-color: transparent;
      border-right-color: transparent;
      border-bottom-color: transparent;
      bottom: -10px;
      width: 0;
      height: 0;
      border-style: solid;
      position: absolute;
      margin: 5px;
      left: 42%
    }

    .eae-ct-wrapper .eae-ct-price {
      font-size: 28px;
      font-weight: 700;
      line-height: 1em
    }

    .eae-ct-wrapper .eae-ct-currency {
      align-self: flex-start;
      margin-right: 3px
    }

    .eae-ct-wrapper .eae-ct-fractional-price {
      align-self: flex-start;
      margin-left: 3px
    }

    .eae-ct-wrapper .eae-ct-duration {
      align-self: flex-start
    }

    .eae-ct-wrapper .eae-ct-original-price {
      margin-right: 5px;
      text-decoration: line-through;
      align-self: flex-end
    }

    .eae-ct-wrapper .tick {
      font-size: 18px;
      color: #2ca01c
    }

    .feature-heading-blank.eae-ct-wrapper .hide {
      border: unset !important;
      background: unset !important
    }

    .eae-ct-wrapper .hide.eae-ct-hide.eae-fbox-heading {
      border: 0 solid #000
    }

    .eae-ct-ribbons-yes .eae-ct-ribbons-wrapper {
      position: absolute;
      top: 0;
      width: 100px;
      overflow: hidden;
      height: 100px;
      z-index: 998;
      padding: 8px 12px
    }

    .eae-ct-ribbons-h-top.eae-ct-ribbons-yes .eae-ct-ribbons-wrapper {
      position: absolute;
      top: 0;
      width: 100%;
      overflow: hidden;
      height: 50px;
      z-index: 999;
      padding: 8px 12px
    }

    .eae-ct-ribbons-h-top.eae-ct-ribbons-yes .eae-ct-ribbons-wrapper-top {
      background-color: rgba(63, 195, 135, .8);
      color: #fff;
      transform: translateY(-100%);
      position: absolute;
      width: 100%;
      top: 0;
      left: 0
    }

    .eae-ct-ribbons-h-left.eae-ct-ribbons-yes .eae-ct-ribbons-wrapper {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
      left: 0;
      right: auto
    }

    .eae-ct-ribbons-h-right.eae-ct-ribbons-yes .eae-ct-ribbons-wrapper {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(90deg);
      left: auto;
      right: 0
    }

    .eae-ct-ribbons-yes .eae-ct-ribbons-wrapper span.eae-ct-ribbons-inner {
      position: absolute;
      text-align: center;
      left: 0;
      top: 0;
      width: 200%;
      -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
      -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
      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: rgba(63, 195, 135, .8);
      padding: 8px 12px;
      color: #fff
    }

    .eae-ct-wrapper .tooltip {
      position: relative;
      display: inline-block
    }

    .eae-ct-wrapper .tooltip .tooltiptext {
      visibility: hidden;
      min-width: 120px;
      background-color: #000;
      color: #fff;
      text-align: center;
      border-radius: 6px;
      padding: 5px 0;
      position: absolute;
      z-index: 1;
      bottom: 120%;
      left: 50%;
      margin-left: -60px
    }

    .eae-ct-wrapper .tooltip:hover .tooltiptext {
      visibility: visible
    }

    .eae-ct-heading-tooltip {
      text-decoration-line: underline;
      text-decoration-style: dotted
    }

    .eae-ct-btn {
      padding: 10px 15px 10px 15px;
      color: #fff;
      display: inline-block;
      line-height: 1em
    }

    .eae-ct-btn:hover {
      color: #fff
    }

    .eae-ct-wrapper i.fa.fa-check,
    .eae-ct-wrapper i.fas.fa-check {
      color: #38f146
    }

    .eae-ct-wrapper i.fa.fa-close,
    .eae-ct-wrapper i.fas.fa-times {
      color: red
    }

    .button-heading-blank.eae-ct-wrapper tr:last-child td:first-child {
      background: 0 0 !important;
      border: none !important
    }

    .eae-ct-wrapper tr:last-child {
      background: 0 0 !important
    }

    tbody tr:nth-child(2) {
      background: 0 0 !important
    }

    @media (min-width:767px) {

      .eae-ct-wrapper .eae-ct-header,
      .eae-ct-wrapper td {
        width: 330px
      }

      .eae-ct-wrapper td+td,
      .eae-ct-wrapper th+th {
        width: auto
      }
    }

    .eae-tab-format-all .eae-ct-wrapper ul {
      display: flex
    }

    .hide.eae-ct-hide {
      display: table-cell
    }

    @media (min-width:1023px) {
      .eae-tab-format-all tbody tr.eae-ct-header {
        display: none
      }

      .eae-tab-format-mobile .eae-ct-wrapper td,
      .eae-tab-format-mobile .eae-ct-wrapper th,
      .eae-tab-format-tab-mob .eae-ct-wrapper td,
      .eae-tab-format-tab-mob .eae-ct-wrapper th {
        display: table-cell !important
      }

      .eae-tab-format-all .hide.eae-ct-hide {
        display: table-cell
      }

      .eae-tab-format-mobile .hide.eae-ct-hide,
      .eae-tab-format-tab-mob .hide.eae-ct-hide {
        display: none !important
      }
    }

    @media (max-width:1023px) {
      .eae-tab-format-tab-mob .eae-ct-wrapper ul {
        display: flex
      }

      .eae-tab-format-all tbody tr.eae-ct-header,
      .eae-tab-format-tab-mob tbody tr.eae-ct-header {
        display: none
      }

      .eae-tab-format-all .hide.eae-ct-hide {
        display: table-cell
      }

      .eae-tab-format-tab-mob .hide.eae-ct-hide {
        display: table-cell
      }
    }

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

      .eae-tab-format-mobile .eae-ct-wrapper td,
      .eae-tab-format-mobile .eae-ct-wrapper th {
        display: table-cell !important
      }

      .eae-tab-format-all tbody tr.eae-ct-header,
      .eae-tab-format-tab-mob tbody tr.eae-ct-header {
        display: none
      }

      .eae-tab-format-tab-mob .hide.eae-ct-hide {
        display: table-cell
      }
    }

    @media (max-width:767px) {
      .eae-tab-format-mobile .eae-ct-wrapper ul {
        display: flex
      }

      .eae-tab-format-mobile tbody tr.eae-ct-header {
        display: none
      }

      .eae-tab-format-all tbody tr.eae-ct-header,
      .eae-tab-format-mobile tbody tr.eae-ct-header {
        display: none
      }

      .eae-tab-format-mobile .hide.eae-ct-hide {
        display: table-cell
      }
    }

    .eae-progress-bar-wrapper {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin: 15px 0
    }

    .eae-progress-bar-wrapper.eae-progress-bar {
      width: 100%;
      position: relative;
      box-sizing: border-box
    }

    .eae-pb-bar,
    .eae-pb-bar-inner,
    .eae-pb-bar-skill,
    .eae-pb-bar-value {
      box-sizing: border-box
    }

    .eae-pb-bar {
      position: relative;
      height: 100%;
      width: 100%;
      overflow: hidden
    }

    .eae-pb-bar--no-overflow {
      overflow: visible
    }

    .eae-pb-bar-inner {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: left center;
      transform-origin: left center
    }

    .eae-pb-bar-inner.js-animated {
      transition-property: all;
      transition-duration: 1.5s;
      transition-timing-function: cubic-bezier(.1, 1.14, .31, 1.06);
      transition-delay: 1.5s;
      -webkit-transform: scaleX(1);
      transform: scaleX(1)
    }

    .eae-pb-bar-skill,
    .eae-pb-bar-value {
      font-size: 14px;
      letter-spacing: 1px
    }

    .eae-pb-bar-value--aligned-value {
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%)
    }

    .eae-progress-bar-skin1 {
      height: 20px;
      padding: 4px;
      border: 1px solid #ddd;
      border-radius: 20px
    }

    .eae-pb-bar-skin1 {
      border-radius: 20px
    }

    .eae-pb-bar-inner-skin1 {
      background-color: #00bfb3;
      background-size: 200%;
      background-position: 0 0;
      border-radius: 20px
    }

    .eae-pb-bar-skill-skin1 {
      position: absolute;
      bottom: 20px;
      left: 0;
      opacity: 0
    }

    .eae-pb-bar-skill-skin1.js-animated {
      transition-property: all;
      transition-duration: .5s;
      transition-timing-function: linear;
      transition-delay: .5s;
      left: 0;
      opacity: 1
    }

    .eae-pb-bar-value-skin1 {
      position: absolute;
      bottom: 20px;
      opacity: 1;
      right: 0
    }

    .eae-pb-bar-value-skin1.js-animated {
      transition-property: all;
      transition-duration: .5s;
      transition-timing-function: linear;
      transition-delay: .5s;
      right: 0;
      opacity: 1
    }

    .eae-progress-bar-skin2 {
      height: 15px;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
      border-radius: 3px
    }

    @-webkit-keyframes progress-2-bg-animation {
      0% {
        background-position: 0 0, 0 0
      }

      100% {
        background-position: 0 0, 42px 0
      }
    }

    @keyframes progress-2-bg-animation {
      0% {
        background-position: 0 0, 0 0
      }

      100% {
        background-position: 0 0, 42px 0
      }
    }

    .eae-pb-bar-inner-skin2 {
      background-image: linear-gradient(to top, rgba(255, 255, 255, .15), rgba(0, 0, 0, .2)), linear-gradient(135deg, #5eeb5b, #5eeb5b 33%, #358600 33%, #358600 66%, #5eeb5b 66%);
      background-size: 100% 100%, 42px 100%;
      background-position: 0 0, 0 0;
      border-radius: 3px
    }

    .eae-pb-bar-inner-skin2.js-animated {
      -webkit-animation: progress-2-bg-animation 1.5s linear 0s infinite;
      animation: progress-2-bg-animation 1.5s linear 0s infinite
    }

    .eae-pb-bar-skill-skin2 {
      position: absolute;
      left: 0;
      opacity: 0
    }

    .eae-pb-bar-skill-skin2.js-animated {
      transition-property: all;
      transition-duration: .5s;
      transition-timing-function: linear;
      transition-delay: .5s;
      bottom: 20px;
      opacity: 1
    }

    .eae-pb-bar-value-skin2 {
      position: absolute;
      right: 0;
      opacity: 0
    }

    .eae-pb-bar-value-skin2.js-animated {
      transition-property: all;
      transition-duration: .5s;
      transition-timing-function: linear;
      transition-delay: .5s;
      bottom: 20px;
      opacity: 1
    }

    .eae-progress-bar-skin3 {
      height: 5px;
      background-color: #efefef
    }

    .eae-pb-bar-inner-skin3,
    .eae-pb-bar-value-skin3 {
      background-color: #f40076
    }

    .eae-pb-bar-inner:after,
    .eae-pb-bar-value-skin3:after {
      border-top-color: #f40076
    }

    .eae-pb-bar-skill-skin3 {
      position: absolute;
      bottom: 10px;
      left: -10px;
      opacity: 0
    }

    .eae-pb-bar-skill-skin3.js-animated {
      transition-property: all;
      transition-duration: .5s;
      transition-timing-function: linear;
      transition-delay: .5s;
      left: 0;
      opacity: 1
    }

    .eae-pb-bar-value-skin3 {
      position: absolute;
      display: inline-block;
      padding: 0 8px;
      font-size: 14px;
      color: #fff;
      opacity: 0
    }

    .eae-pb-bar-value-skin3:after {
      position: absolute;
      left: 50%;
      bottom: -10px;
      display: block;
      width: 0;
      height: 0;
      content: '';
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      border-width: 5px;
      border-style: solid;
      border-color: #f40076 transparent transparent transparent
    }

    .eae-pb-bar-inner-skin3.js-animated {
      transition-property: all;
      transition-duration: 1.5s;
      transition-timing-function: cubic-bezier(.1, 1.14, .31, 1.06);
      transition-delay: 1.5s;
      -webkit-transform: scaleX(1);
      transform: scaleX(1)
    }

    .eae-pb-bar-value-skin3.js-animated {
      transition-property: all;
      transition-duration: 1.5s;
      transition-timing-function: cubic-bezier(.1, 1.14, .31, 1.06);
      transition-delay: 2s;
      bottom: 14px;
      opacity: 1
    }

    .eae-progress-bar-skin4 {
      height: 3px;
      background-color: #efefef
    }

    .eae-pb-bar-inner-skin4 {
      background-color: #000
    }

    .eae-pb-bar-inner-skin4:after {
      position: absolute;
      top: 50%;
      right: 0;
      display: block;
      width: 8px;
      height: 8px;
      content: '';
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: #000;
      border-radius: 50%
    }

    .eae-pb-bar-value-skin4 {
      position: absolute;
      bottom: 2px;
      font-size: 14px;
      opacity: 0
    }

    .eae-pb-bar-value-skin4.js-animated {
      transition-property: all;
      transition-duration: 1.5s;
      transition-timing-function: linear;
      transition-delay: 1.5s;
      opacity: 1
    }

    .eae-pb-bar-skill-skin4 {
      position: absolute;
      bottom: 2px;
      left: -20px;
      opacity: 0
    }

    .eae-pb-bar-skill-skin4.js-animated {
      transition-property: all;
      transition-duration: .5s;
      transition-timing-function: linear;
      transition-delay: .5s;
      left: 0;
      opacity: 1
    }

    .eae-progress-bar-skin5 {
      height: 30px;
      background-color: #f7f7f7
    }

    .eae-pb-bar-inner-skin5 {
      background-color: #57b8ff
    }

    .eae-pb-bar-skill-skin5 {
      position: absolute;
      top: 50%;
      left: 10px;
      color: #fff;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      opacity: 0
    }

    .eae-pb-bar-skill-skin5.js-animated {
      transition-property: all;
      transition-duration: .5s;
      transition-timing-function: linear;
      transition-delay: .5s;
      opacity: 1
    }

    .eae-pb-bar-value-skin5 {
      position: absolute;
      top: 50%;
      color: #fff;
      -webkit-transform: translateX(-100%) translateX(-10px) translateY(-50%);
      transform: translateX(-100%) translateX(-10px) translateY(-50%);
      opacity: 0;
      z-index: 10
    }

    .eae-pb-bar-value-skin5.js-animated {
      transition-property: all;
      transition-duration: 1.5s;
      transition-timing-function: linear;
      transition-delay: 1.5s;
      opacity: 1
    }

    .eae-dual-button-wrapper .eae-button-1-wrapper,
    .eae-dual-button-wrapper .eae-button-2-wrapper {
      overflow: hidden
    }

    .eae-dual-button-wrapper.button-style-horizontal {
      display: flex;
      flex-direction: row;
      position: relative
    }

    .eae-dual-button-main-wrapper {
      display: flex;
      flex-direction: row;
      justify-content: center
    }

    .eae-dual-button-wrapper a {
      min-width: 0
    }

    .eae-dual-button-wrapper.button-style-vertical {
      display: inline-flex;
      flex-direction: column;
      position: relative
    }

    .eae-button-1.icon-before,
    .eae-button-2.icon-before {
      display: flex;
      flex-direction: row
    }

    .eae-button-1.icon-after,
    .eae-button-2.icon-after {
      display: flex;
      flex-direction: row-reverse
    }

    .eae-button-1-wrapper .eae-button-1,
    .eae-button-2-wrapper .eae-button-2 {
      color: #000;
      align-items: center
    }

    .eae-button-1-wrapper:hover .eae-button-1,
    .eae-button-2-wrapper:hover .eae-button-2 {
      color: #000
    }

    .eae-dual-button-wrapper.button-style-vertical .eae-button-1.icon-after,
    .eae-dual-button-wrapper.button-style-vertical .eae-button-1.icon-before,
    .eae-dual-button-wrapper.button-style-vertical .eae-button-2.icon-after,
    .eae-dual-button-wrapper.button-style-vertical .eae-button-2.icon-before {
      justify-content: center
    }

    .eae-button-1.icon-up,
    .eae-button-2.icon-up {
      display: flex;
      flex-direction: column;
      text-align: center
    }

    .eae-button-1.icon-down,
    .eae-button-2.icon-down {
      display: flex;
      flex-direction: column-reverse;
      text-align: center
    }

    .eae-button-1-wrapper {
      background: #ffb6c1;
      display: flex;
      justify-content: center;
      width: 100%;
      line-height: 1
    }

    .eae-button-2-wrapper {
      background: orange;
      display: flex;
      justify-content: center;
      width: 100%;
      line-height: 1
    }

    .eae-button-1.icon-up .icon-wrapper,
    .eae-button-2.icon-down .icon-wrapper,
    .eae-button-2.icon-up .icon-wrapper {
      text-align: center
    }

    .eae-button-1.icon-up .eae-button-text,
    .eae-button-2.icon-down .eae-button-text,
    .eae-button-2.icon-up .eae-button-text {
      text-align: center
    }

    .eae-button-1.icon-before i,
    .eae-button-2.icon-after i,
    .eae-button-2.icon-before i {
      align-self: center;
      margin: 0 10px 0 0
    }

    .eae-button-1.icon-after i,
    .eae-button-2.icon-after i {
      align-self: center;
      margin: 0 0 0 10px
    }

    .eae-button-1.icon-down i,
    .eae-button-1.icon-up i,
    .eae-button-2.icon-down i,
    .eae-button-2.icon-up i {
      align-self: center;
      margin: 5px 0
    }

    .eae-dual-button-wrapper.button-style-horizontal .eae-button-1-wrapper,
    .eae-dual-button-wrapper.button-style-horizontal .eae-button-2-wrapper {
      padding: 12px 30px
    }

    .eae-dual-button-wrapper.button-style-vertical .eae-button-1-wrapper,
    .eae-dual-button-wrapper.button-style-vertical .eae-button-2-wrapper {
      padding: 20px 30px
    }

    .eae-button1,
    .eae-button2 {
      position: relative;
      display: flex
    }

    .eae-dual-button-wrapper.button-style-horizontal .eae-button1,
    .eae-dual-button-wrapper.button-style-horizontal .eae-button2 {
      min-width: 150px
    }

    .eae-dual-button-wrapper.button-style-vertical .eae-button1 {
      display: flex;
      flex-direction: column
    }

    .eae-button-separator-wrapper .eae-button-separator {
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 50%;
      z-index: 1;
      box-shadow: 0 0 0 6px rgba(255, 255, 255, .2);
      background: #fafaf8;
      color: #444;
      text-transform: uppercase;
      text-align: center;
      vertical-align: middle;
      font-weight: 400;
      font-size: 14px;
      position: absolute;
      transform: translateY(-50%)
    }

    .eae-button-separator span {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%)
    }

    .eae-sweep-right {
      vertical-align: middle;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      -webkit-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: .3s;
      transition-duration: .3s
    }

    .eae-sweep-right:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #2098d1;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
      transform-origin: 0 50%;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: .3s;
      transition-duration: .3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out
    }

    .eae-sweep-right:active,
    .eae-sweep-right:focus,
    .eae-sweep-right:hover {
      color: #fff
    }

    .eae-sweep-right:active:before,
    .eae-sweep-right:focus:before,
    .eae-sweep-right:hover:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1)
    }

    .eae-sweep-left {
      vertical-align: middle;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      -webkit-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: .3s;
      transition-duration: .3s
    }

    .eae-sweep-left:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #2098d1;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: .3s;
      transition-duration: .3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out
    }

    .eae-sweep-left:active,
    .eae-sweep-left:focus,
    .eae-sweep-left:hover {
      color: #fff
    }

    .eae-sweep-left:active:before,
    .eae-sweep-left:focus:before,
    .eae-sweep-left:hover:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1)
    }

    .eae-sweep-bottom {
      vertical-align: middle;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      -webkit-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: .3s;
      transition-duration: .3s
    }

    .eae-sweep-bottom:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #2098d1;
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: 50% 0;
      transform-origin: 50% 0;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: .3s;
      transition-duration: .3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out
    }

    .eae-sweep-bottom:active,
    .eae-sweep-bottom:focus,
    .eae-sweep-bottom:hover {
      color: #fff
    }

    .eae-sweep-bottom:active:before,
    .eae-sweep-bottom:focus:before,
    .eae-sweep-bottom:hover:before {
      -webkit-transform: scaleY(1);
      transform: scaleY(1)
    }

    .eae-sweep-top {
      vertical-align: middle;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      -webkit-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: .3s;
      transition-duration: .3s
    }

    .eae-sweep-top:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #2098d1;
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: .3s;
      transition-duration: .3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out
    }

    .eae-sweep-top:active,
    .eae-sweep-top:focus,
    .eae-sweep-top:hover {
      color: #fff
    }

    .eae-sweep-top:active:before,
    .eae-sweep-top:focus:before,
    .eae-sweep-top:hover:before {
      -webkit-transform: scaleY(1);
      transform: scaleY(1)
    }

    .eae-bounce-right {
      vertical-align: middle;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      -webkit-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: .5s;
      transition-duration: .5s
    }

    .eae-bounce-right:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #2098d1;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
      transform-origin: 0 50%;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: .5s;
      transition-duration: .5s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out
    }

    .eae-bounce-right:active,
    .eae-bounce-right:focus,
    .eae-bounce-right:hover {
      color: #fff
    }

    .eae-bounce-right:active:before,
    .eae-bounce-right:focus:before,
    .eae-bounce-right:hover:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
      transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
    }

    .eae-bounce-left {
      vertical-align: middle;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      -webkit-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: .5s;
      transition-duration: .5s
    }

    .eae-bounce-left:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #2098d1;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: .5s;
      transition-duration: .5s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out
    }

    .eae-bounce-left:active,
    .eae-bounce-left:focus,
    .eae-bounce-left:hover {
      color: #fff
    }

    .eae-bounce-left:active:before,
    .eae-bounce-left:focus:before,
    .eae-bounce-left:hover:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
      transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
    }

    .eae-bounce-bottom {
      vertical-align: middle;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      -webkit-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: .5s;
      transition-duration: .5s
    }

    .eae-bounce-bottom:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #2098d1;
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: 50% 0;
      transform-origin: 50% 0;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: .5s;
      transition-duration: .5s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out
    }

    .eae-bounce-bottom:active,
    .eae-bounce-bottom:focus,
    .eae-bounce-bottom:hover {
      color: #fff
    }

    .eae-bounce-bottom:active:before,
    .eae-bounce-bottom:focus:before,
    .eae-bounce-bottom:hover:before {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
      transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
    }

    .eae-bounce-top {
      vertical-align: middle;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      -webkit-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: .5s;
      transition-duration: .5s
    }

    .eae-bounce-top:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #2098d1;
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: .5s;
      transition-duration: .5s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out
    }

    .eae-bounce-top:active,
    .eae-bounce-top:focus,
    .eae-bounce-top:hover {
      color: #fff
    }

    .eae-bounce-top:active:before,
    .eae-bounce-top:focus:before,
    .eae-bounce-top:hover:before {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
      transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
    }

    .eae-markers .marker {
      display: none
    }

    .eae-markers p {
      margin-bottom: 0
    }

    .eae-fg-wrapper {
      display: flex;
      flex-direction: column;
      overflow: hidden
    }

    .eae-gallery-filter {
      display: flex;
      flex-direction: row;
      justify-content: center;
      flex-wrap: wrap
    }

    .eae-filter-label {
      padding: 5px 10px;
      background-color: #a0ce4e;
      color: #fff;
      margin: 0 3px 0 3px
    }

    .eae-filter-label.current {
      background-color: #73b9dc
    }

    .eae-fg-image {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row
    }

    .eae-fg-wrapper .eae-gallery-item-inner img {
      width: 100%;
      height: auto;
      display: block !important;
      transition: all .5s ease;
      -webkit-transition: all .5s ease
    }

    .eae-gallery-item {
      height: auto
    }

    .eae-gallery-filter a {
      color: #fff;
      text-decoration: none
    }

    .eae-gallery-filter a.current {
      font-weight: 700
    }

    .eae-gallery-item-inner {
      position: relative;
      overflow: hidden
    }

    .eae-overlay-always .eae-gallery-item .eae-grid-overlay {
      display: block
    }

    .eae-overlay-hover .eae-gallery-item-inner:hover .eae-grid-overlay {
      display: block
    }

    .eae-overlay-hide-on-hover .eae-gallery-item-inner:hover .eae-grid-overlay {
      display: none
    }

    .eae-overlay-hide-on-hover .eae-grid-overlay {
      display: block
    }

    .eae-grid-overlay {
      position: absolute;
      top: 0;
      left: 0;
      display: none;
      z-index: 99;
      background: rgba(0, 0, 0, .5);
      height: 100%;
      width: 100%
    }

    .eae-grid-overlay-inner {
      display: block;
      position: relative;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center
    }

    .eae-fg-wrapper .eae-icon-wrapper {
      display: flex;
      justify-content: center
    }

    .eae-overlay-caption {
      display: block;
      line-height: 1em;
      margin-top: 15px;
      color: #73b9dc
    }

    .eae-overlay-icon {
      line-height: 1em;
      padding: .5em;
      display: inline-block
    }

    .eae-overlay-icon svg {
      height: auto
    }

    .eae-icon-view-framed .eae-overlay-icon {
      padding: .5em;
      color: #73b9dc;
      border: 3px solid #73b9dc;
      background-color: transparent
    }

    .eae-icon-view-stacked .eae-overlay-icon {
      padding: .5em;
      color: #fff;
      background-color: #818a91
    }

    .eae-hover-direction-effect .eae-grid-overlay {
      position: absolute;
      z-index: 99;
      background: rgba(0, 0, 0, .5);
      height: 100%;
      width: 100%
    }

    .eae-fg-wrapper.eae-image-ratio-yes .eae-gallery-item-inner .eae-fg-img-wrapper {
      position: relative;
      top: 0;
      overflow: hidden;
      left: 0;
      right: 0;
      border: 0
    }

    .eae-fg-wrapper.eae-image-ratio-yes .eae-gallery-item-inner .eae-fg-img-wrapper img {
      height: 100%;
      width: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover
    }

    .wts-eae-ribbons-badges-wrapper {
      display: none
    }

    .wts-eae-enable-ribbons-badges-yes .elementor-column-wrap>.wts-eae-ribbons-badges-wrapper {
      display: block
    }

    .wts-eae-enable-ribbons-badges-yes.wts-eae-badge-type-ribbon>.wts-eae-ribbons-badges-wrapper {
      position: absolute;
      top: 0;
      left: auto;
      right: 0;
      -ms-transform: rotate(90deg);
      width: 150px;
      overflow: hidden;
      height: 150px;
      z-index: 999;
      padding: 8px 12px
    }

    .wts-eae-badge-h-left.wts-eae-enable-ribbons-badges-yes.wts-eae-badge-type-ribbon>.wts-eae-ribbons-badges-wrapper {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
      left: 0;
      right: auto
    }

    .wts-eae-badge-h-right.wts-eae-enable-ribbons-badges-yes.wts-eae-badge-type-ribbon>.wts-eae-ribbons-badges-wrapper {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(90deg);
      left: auto;
      right: 0
    }

    .wts-eae-enable-ribbons-badges-yes.wts-eae-badge-type-ribbon>.wts-eae-ribbons-badges-wrapper span.wts-eae-ribbons-badges-inner {
      position: absolute;
      text-align: center;
      left: 0;
      top: 0;
      width: 200%;
      -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
      -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
      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: rgba(63, 195, 135, .8);
      padding: 8px 12px
    }

    .wts-eae-enable-ribbons-badges-yes.wts-eae-badge-type-badge>.wts-eae-ribbons-badges-wrapper span.wts-eae-ribbons-badges-inner {
      min-height: 3.236em;
      min-width: 3.236em;
      padding: 0;
      font-size: 1em;
      font-weight: 700;
      position: absolute;
      text-align: center;
      line-height: 3.236;
      top: -.5em;
      left: -.5em;
      margin: 0;
      border-radius: 100%;
      background-color: #77a464;
      color: #fff;
      font-size: .857em;
      z-index: 9
    }

    .wts-eae-badge-h-left.wts-eae-badge-v-bottom.wts-eae-enable-ribbons-badges-yes>.wts-eae-ribbons-badges-wrapper span.wts-eae-ribbons-badges-inner {
      left: 20px;
      right: auto;
      top: auto;
      bottom: 20px
    }

    .wts-eae-badge-h-left.wts-eae-badge-v-top.wts-eae-enable-ribbons-badges-yes>.wts-eae-ribbons-badges-wrapper span.wts-eae-ribbons-badges-inner {
      left: 20px;
      right: auto;
      top: 20px;
      bottom: auto
    }

    .wts-eae-badge-h-right.wts-eae-badge-v-bottom.wts-eae-enable-ribbons-badges-yes>.wts-eae-ribbons-badges-wrapper span.wts-eae-ribbons-badges-inner {
      left: auto;
      right: 20px;
      top: auto;
      bottom: 20px
    }

    .wts-eae-badge-h-right.wts-eae-badge-v-top.wts-eae-enable-ribbons-badges-yes>.wts-eae-ribbons-badges-wrapper span.wts-eae-ribbons-badges-inner {
      left: auto;
      right: 20px;
      top: 20px;
      bottom: auto
    }

    .eae-flip-box-back svg,
    .eae-flip-box-front svg {
      width: 25px;
      height: auto
    }

    .wts-eae-textseparator svg {
      width: 25px;
      height: auto
    }

    .eae-img-comp-slider svg {
      width: 22px;
      height: auto
    }

    .eae-popup-link svg {
      display: inline-block;
      width: 1em
    }

    .eae-popup svg:focus,
    .eae-popup svg:hover {
      opacity: 1;
      cursor: pointer
    }

    .eae-popup svg:active {
      top: 1px
    }

    .eae-popup svg.eae-close {
      width: 28px;
      height: 28px;
      line-height: 1em;
      text-decoration: none;
      text-align: center;
      opacity: 1;
      background-color: #fff
    }

    .eae-dual-button-wrapper svg {
      width: 1em;
      height: auto;
      display: block
    }

    eae-button-separator i {
      position: relative;
      display: block
    }

    .eae-button-1.icon-before svg,
    .eae-button-2.icon-after svg,
    .eae-button-2.icon-before svg {
      align-self: center;
      margin: 0 10px 0 0
    }

    .eae-button-1.icon-after svg,
    .eae-button-2.icon-after svg {
      align-self: center;
      margin: 0 0 0 10px
    }

    .eae-button-1.icon-down svg,
    .eae-button-1.icon-up svg,
    .eae-button-2.icon-down svg,
    .eae-button-2.icon-up svg {
      align-self: center;
      margin: 5px 0
    }

    .eae-pt-button-wrapper a svg {
      width: 1em
    }

    .eae-pt-action-button .eae-pt-align-icon-left {
      float: left
    }

    .eae-pt-action-button .eae-pt-align-icon-right {
      float: right
    }

    .eae-icon-wrap svg {
      width: 20px;
      height: auto;
      font-size: 20px;
      display: block
    }

    .eae-info-circle .eae-icon-wrap svg {
      width: 20px;
      height: auto;
      font-size: 20px
    }

    .eae-icon-view-stacked svg {
      fill: #fff
    }

    .ae-link-yes {
      cursor: pointer
    }

    /*!
 * Font Awesome Free 5.12.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)
 */
    .fa.fa-glass:before {
      content: "\f000"
    }

    .fa.fa-meetup {
      font-family: "Font Awesome 5 Brands";
      font-weight: 400
    }

    .fa.fa-star-o {
      font-family: "Font Awesome 5 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 5 Free";
      font-weight: 400
    }

    .fa.fa-trash-o:before {
      content: "\f2ed"
    }

    .fa.fa-file-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-file-o:before {
      content: "\f15b"
    }

    .fa.fa-clock-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-clock-o:before {
      content: "\f017"
    }

    .fa.fa-arrow-circle-o-down {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

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

    .fa.fa-arrow-circle-o-up {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

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

    .fa.fa-play-circle-o {
      font-family: "Font Awesome 5 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 5 Free";
      font-weight: 400
    }

    .fa.fa-dedent:before {
      content: "\f03b"
    }

    .fa.fa-video-camera:before {
      content: "\f03d"
    }

    .fa.fa-picture-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-picture-o:before {
      content: "\f03e"
    }

    .fa.fa-photo {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-photo:before {
      content: "\f03e"
    }

    .fa.fa-image {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-image:before {
      content: "\f03e"
    }

    .fa.fa-pencil:before {
      content: "\f303"
    }

    .fa.fa-map-marker:before {
      content: "\f3c5"
    }

    .fa.fa-pencil-square-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-pencil-square-o:before {
      content: "\f044"
    }

    .fa.fa-share-square-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-share-square-o:before {
      content: "\f14d"
    }

    .fa.fa-check-square-o {
      font-family: "Font Awesome 5 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 5 Free";
      font-weight: 400
    }

    .fa.fa-times-circle-o:before {
      content: "\f057"
    }

    .fa.fa-check-circle-o {
      font-family: "Font Awesome 5 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 5 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 {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

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

    .fa.fa-bar-chart-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

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

    .fa.fa-facebook-square,
    .fa.fa-twitter-square {
      font-family: "Font Awesome 5 Brands";
      font-weight: 400
    }

    .fa.fa-gears:before {
      content: "\f085"
    }

    .fa.fa-thumbs-o-up {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-thumbs-o-up:before {
      content: "\f164"
    }

    .fa.fa-thumbs-o-down {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-thumbs-o-down:before {
      content: "\f165"
    }

    .fa.fa-heart-o {
      font-family: "Font Awesome 5 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 5 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 5 Brands";
      font-weight: 400
    }

    .fa.fa-lemon-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-lemon-o:before {
      content: "\f094"
    }

    .fa.fa-square-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-square-o:before {
      content: "\f0c8"
    }

    .fa.fa-bookmark-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

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

    .fa.fa-facebook,
    .fa.fa-twitter {
      font-family: "Font Awesome 5 Brands";
      font-weight: 400
    }

    .fa.fa-facebook:before {
      content: "\f39e"
    }

    .fa.fa-facebook-f {
      font-family: "Font Awesome 5 Brands";
      font-weight: 400
    }

    .fa.fa-facebook-f:before {
      content: "\f39e"
    }

    .fa.fa-github {
      font-family: "Font Awesome 5 Brands";
      font-weight: 400
    }

    .fa.fa-credit-card {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-feed:before {
      content: "\f09e"
    }

    .fa.fa-hdd-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-hdd-o:before {
      content: "\f0a0"
    }

    .fa.fa-hand-o-right {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-hand-o-right:before {
      content: "\f0a4"
    }

    .fa.fa-hand-o-left {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-hand-o-left:before {
      content: "\f0a5"
    }

    .fa.fa-hand-o-up {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-hand-o-up:before {
      content: "\f0a6"
    }

    .fa.fa-hand-o-down {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-hand-o-down:before {
      content: "\f0a7"
    }

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

    .fa.fa-group:before {
      content: "\f0c0"
    }

    .fa.fa-chain:before {
      content: "\f0c1"
    }

    .fa.fa-scissors:before {
      content: "\f0c4"
    }

    .fa.fa-files-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-files-o:before {
      content: "\f0c5"
    }

    .fa.fa-floppy-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-floppy-o:before {
      content: "\f0c7"
    }

    .fa.fa-navicon:before,
    .fa.fa-reorder:before {
      content: "\f0c9"
    }

    .fa.fa-google-plus,
    .fa.fa-google-plus-square,
    .fa.fa-pinterest,
    .fa.fa-pinterest-square {
      font-family: "Font Awesome 5 Brands";
      font-weight: 400
    }

    .fa.fa-google-plus:before {
      content: "\f0d5"
    }

    .fa.fa-money {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .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 5 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: "\f3fd"
    }

    .fa.fa-comment-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-comment-o:before {
      content: "\f075"
    }

    .fa.fa-comments-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-comments-o:before {
      content: "\f086"
    }

    .fa.fa-flash:before {
      content: "\f0e7"
    }

    .fa.fa-clipboard,
    .fa.fa-paste {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-paste:before {
      content: "\f328"
    }

    .fa.fa-lightbulb-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-lightbulb-o:before {
      content: "\f0eb"
    }

    .fa.fa-exchange:before {
      content: "\f362"
    }

    .fa.fa-cloud-download:before {
      content: "\f381"
    }

    .fa.fa-cloud-upload:before {
      content: "\f382"
    }

    .fa.fa-bell-o {
      font-family: "Font Awesome 5 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 5 Free";
      font-weight: 400
    }

    .fa.fa-file-text-o:before {
      content: "\f15c"
    }

    .fa.fa-building-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

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

    .fa.fa-hospital-o {
      font-family: "Font Awesome 5 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 5 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 5 Brands";
      font-weight: 400
    }

    .fa.fa-folder-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-folder-o:before {
      content: "\f07b"
    }

    .fa.fa-folder-open-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-folder-open-o:before {
      content: "\f07c"
    }

    .fa.fa-smile-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-smile-o:before {
      content: "\f118"
    }

    .fa.fa-frown-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-frown-o:before {
      content: "\f119"
    }

    .fa.fa-meh-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-meh-o:before {
      content: "\f11a"
    }

    .fa.fa-keyboard-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-keyboard-o:before {
      content: "\f11c"
    }

    .fa.fa-flag-o {
      font-family: "Font Awesome 5 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 5 Free";
      font-weight: 400
    }

    .fa.fa-star-half-o:before {
      content: "\f089"
    }

    .fa.fa-star-half-empty {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-star-half-empty:before {
      content: "\f089"
    }

    .fa.fa-star-half-full {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-star-half-full:before {
      content: "\f089"
    }

    .fa.fa-code-fork:before {
      content: "\f126"
    }

    .fa.fa-chain-broken:before {
      content: "\f127"
    }

    .fa.fa-shield:before {
      content: "\f3ed"
    }

    .fa.fa-calendar-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

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

    .fa.fa-css3,
    .fa.fa-html5,
    .fa.fa-maxcdn {
      font-family: "Font Awesome 5 Brands";
      font-weight: 400
    }

    .fa.fa-ticket:before {
      content: "\f3ff"
    }

    .fa.fa-minus-square-o {
      font-family: "Font Awesome 5 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 5 Free";
      font-weight: 400
    }

    .fa.fa-caret-square-o-down {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

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

    .fa.fa-toggle-down {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-toggle-down:before {
      content: "\f150"
    }

    .fa.fa-caret-square-o-up {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

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

    .fa.fa-toggle-up {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-toggle-up:before {
      content: "\f151"
    }

    .fa.fa-caret-square-o-right {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

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

    .fa.fa-toggle-right {
      font-family: "Font Awesome 5 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: "\f155"
    }

    .fa.fa-inr:before,
    .fa.fa-rupee:before {
      content: "\f156"
    }

    .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 5 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: "\f160"
    }

    .fa.fa-sort-amount-desc:before {
      content: "\f884"
    }

    .fa.fa-sort-numeric-asc:before {
      content: "\f162"
    }

    .fa.fa-sort-numeric-desc:before {
      content: "\f886"
    }

    .fa.fa-xing,
    .fa.fa-xing-square,
    .fa.fa-youtube,
    .fa.fa-youtube-play,
    .fa.fa-youtube-square {
      font-family: "Font Awesome 5 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 5 Brands";
      font-weight: 400
    }

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

    .fa.fa-tumblr,
    .fa.fa-tumblr-square {
      font-family: "Font Awesome 5 Brands";
      font-weight: 400
    }

    .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 5 Brands";
      font-weight: 400
    }

    .fa.fa-gittip:before {
      content: "\f184"
    }

    .fa.fa-sun-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-sun-o:before {
      content: "\f185"
    }

    .fa.fa-moon-o {
      font-family: "Font Awesome 5 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 5 Brands";
      font-weight: 400
    }

    .fa.fa-arrow-circle-o-right {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

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

    .fa.fa-arrow-circle-o-left {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

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

    .fa.fa-caret-square-o-left {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

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

    .fa.fa-toggle-left {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-toggle-left:before {
      content: "\f191"
    }

    .fa.fa-dot-circle-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-dot-circle-o:before {
      content: "\f192"
    }

    .fa.fa-vimeo-square {
      font-family: "Font Awesome 5 Brands";
      font-weight: 400
    }

    .fa.fa-try:before,
    .fa.fa-turkish-lira:before {
      content: "\f195"
    }

    .fa.fa-plus-square-o {
      font-family: "Font Awesome 5 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 5 Brands";
      font-weight: 400
    }

    .fa.fa-bank:before,
    .fa.fa-institution:before {
      content: "\f19c"
    }

    .fa.fa-mortar-board:before {
      content: "\f19d"
    }

    .fa.fa-delicious,
    .fa.fa-digg,
    .fa.fa-drupal,
    .fa.fa-google,
    .fa.fa-joomla,
    .fa.fa-pied-piper-alt,
    .fa.fa-pied-piper-pp,
    .fa.fa-reddit,
    .fa.fa-reddit-square,
    .fa.fa-stumbleupon,
    .fa.fa-stumbleupon-circle,
    .fa.fa-yahoo {
      font-family: "Font Awesome 5 Brands";
      font-weight: 400
    }

    .fa.fa-spoon:before {
      content: "\f2e5"
    }

    .fa.fa-behance,
    .fa.fa-behance-square,
    .fa.fa-steam,
    .fa.fa-steam-square {
      font-family: "Font Awesome 5 Brands";
      font-weight: 400
    }

    .fa.fa-automobile:before {
      content: "\f1b9"
    }

    .fa.fa-envelope-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-envelope-o:before {
      content: "\f0e0"
    }

    .fa.fa-deviantart,
    .fa.fa-soundcloud,
    .fa.fa-spotify {
      font-family: "Font Awesome 5 Brands";
      font-weight: 400
    }

    .fa.fa-file-pdf-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-file-pdf-o:before {
      content: "\f1c1"
    }

    .fa.fa-file-word-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-file-word-o:before {
      content: "\f1c2"
    }

    .fa.fa-file-excel-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-file-excel-o:before {
      content: "\f1c3"
    }

    .fa.fa-file-powerpoint-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-file-powerpoint-o:before {
      content: "\f1c4"
    }

    .fa.fa-file-image-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-file-image-o:before {
      content: "\f1c5"
    }

    .fa.fa-file-photo-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-file-photo-o:before {
      content: "\f1c5"
    }

    .fa.fa-file-picture-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-file-picture-o:before {
      content: "\f1c5"
    }

    .fa.fa-file-archive-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-file-archive-o:before {
      content: "\f1c6"
    }

    .fa.fa-file-zip-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-file-zip-o:before {
      content: "\f1c6"
    }

    .fa.fa-file-audio-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-file-audio-o:before {
      content: "\f1c7"
    }

    .fa.fa-file-sound-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-file-sound-o:before {
      content: "\f1c7"
    }

    .fa.fa-file-video-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-file-video-o:before {
      content: "\f1c8"
    }

    .fa.fa-file-movie-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-file-movie-o:before {
      content: "\f1c8"
    }

    .fa.fa-file-code-o {
      font-family: "Font Awesome 5 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 5 Brands";
      font-weight: 400
    }

    .fa.fa-life-bouy,
    .fa.fa-life-ring {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-life-bouy:before {
      content: "\f1cd"
    }

    .fa.fa-life-buoy {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-life-buoy:before {
      content: "\f1cd"
    }

    .fa.fa-life-saver {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-life-saver:before {
      content: "\f1cd"
    }

    .fa.fa-support {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-support:before {
      content: "\f1cd"
    }

    .fa.fa-circle-o-notch:before {
      content: "\f1ce"
    }

    .fa.fa-ra,
    .fa.fa-rebel {
      font-family: "Font Awesome 5 Brands";
      font-weight: 400
    }

    .fa.fa-ra:before {
      content: "\f1d0"
    }

    .fa.fa-resistance {
      font-family: "Font Awesome 5 Brands";
      font-weight: 400
    }

    .fa.fa-resistance:before {
      content: "\f1d0"
    }

    .fa.fa-empire,
    .fa.fa-ge {
      font-family: "Font Awesome 5 Brands";
      font-weight: 400
    }

    .fa.fa-ge:before {
      content: "\f1d1"
    }

    .fa.fa-git,
    .fa.fa-git-square,
    .fa.fa-hacker-news,
    .fa.fa-y-combinator-square {
      font-family: "Font Awesome 5 Brands";
      font-weight: 400
    }

    .fa.fa-y-combinator-square:before {
      content: "\f1d4"
    }

    .fa.fa-yc-square {
      font-family: "Font Awesome 5 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 5 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 5 Free";
      font-weight: 400
    }

    .fa.fa-paper-plane-o:before {
      content: "\f1d8"
    }

    .fa.fa-send-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-send-o:before {
      content: "\f1d8"
    }

    .fa.fa-circle-thin {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-circle-thin:before {
      content: "\f111"
    }

    .fa.fa-header:before {
      content: "\f1dc"
    }

    .fa.fa-sliders:before {
      content: "\f1de"
    }

    .fa.fa-futbol-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-futbol-o:before {
      content: "\f1e3"
    }

    .fa.fa-soccer-ball-o {
      font-family: "Font Awesome 5 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 5 Brands";
      font-weight: 400
    }

    .fa.fa-newspaper-o {
      font-family: "Font Awesome 5 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 5 Brands";
      font-weight: 400
    }

    .fa.fa-bell-slash-o {
      font-family: "Font Awesome 5 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 5 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-angellist,
    .fa.fa-ioxhost,
    .fa.fa-lastfm,
    .fa.fa-lastfm-square {
      font-family: "Font Awesome 5 Brands";
      font-weight: 400
    }

    .fa.fa-cc {
      font-family: "Font Awesome 5 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-meanpath {
      font-family: "Font Awesome 5 Brands";
      font-weight: 400
    }

    .fa.fa-meanpath:before {
      content: "\f2b4"
    }

    .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 5 Brands";
      font-weight: 400
    }

    .fa.fa-diamond {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-diamond:before {
      content: "\f3a5"
    }

    .fa.fa-intersex:before {
      content: "\f224"
    }

    .fa.fa-facebook-official {
      font-family: "Font Awesome 5 Brands";
      font-weight: 400
    }

    .fa.fa-facebook-official:before {
      content: "\f09a"
    }

    .fa.fa-pinterest-p,
    .fa.fa-whatsapp {
      font-family: "Font Awesome 5 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 5 Brands";
      font-weight: 400
    }

    .fa.fa-yc:before {
      content: "\f23b"
    }

    .fa.fa-expeditedssl,
    .fa.fa-opencart,
    .fa.fa-optin-monster {
      font-family: "Font Awesome 5 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 5 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 5 Brands";
      font-weight: 400
    }

    .fa.fa-clone,
    .fa.fa-hourglass-o {
      font-family: "Font Awesome 5 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 5 Free";
      font-weight: 400
    }

    .fa.fa-hand-rock-o:before {
      content: "\f255"
    }

    .fa.fa-hand-grab-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-hand-grab-o:before {
      content: "\f255"
    }

    .fa.fa-hand-paper-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-hand-paper-o:before {
      content: "\f256"
    }

    .fa.fa-hand-stop-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-hand-stop-o:before {
      content: "\f256"
    }

    .fa.fa-hand-scissors-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-hand-scissors-o:before {
      content: "\f257"
    }

    .fa.fa-hand-lizard-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-hand-lizard-o:before {
      content: "\f258"
    }

    .fa.fa-hand-spock-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-hand-spock-o:before {
      content: "\f259"
    }

    .fa.fa-hand-pointer-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-hand-pointer-o:before {
      content: "\f25a"
    }

    .fa.fa-hand-peace-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-hand-peace-o:before {
      content: "\f25b"
    }

    .fa.fa-registered {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-chrome,
    .fa.fa-creative-commons,
    .fa.fa-firefox,
    .fa.fa-get-pocket,
    .fa.fa-gg,
    .fa.fa-gg-circle,
    .fa.fa-internet-explorer,
    .fa.fa-odnoklassniki,
    .fa.fa-odnoklassniki-square,
    .fa.fa-opera,
    .fa.fa-safari,
    .fa.fa-tripadvisor,
    .fa.fa-wikipedia-w {
      font-family: "Font Awesome 5 Brands";
      font-weight: 400
    }

    .fa.fa-television:before {
      content: "\f26c"
    }

    .fa.fa-500px,
    .fa.fa-amazon,
    .fa.fa-contao {
      font-family: "Font Awesome 5 Brands";
      font-weight: 400
    }

    .fa.fa-calendar-plus-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

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

    .fa.fa-calendar-minus-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

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

    .fa.fa-calendar-times-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

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

    .fa.fa-calendar-check-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

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

    .fa.fa-map-o {
      font-family: "Font Awesome 5 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 5 Free";
      font-weight: 400
    }

    .fa.fa-commenting-o:before {
      content: "\f4ad"
    }

    .fa.fa-houzz,
    .fa.fa-vimeo {
      font-family: "Font Awesome 5 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 5 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 5 Brands";
      font-weight: 400
    }

    .fa.fa-pause-circle-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-pause-circle-o:before {
      content: "\f28b"
    }

    .fa.fa-stop-circle-o {
      font-family: "Font Awesome 5 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 5 Brands";
      font-weight: 400
    }

    .fa.fa-wheelchair-alt:before {
      content: "\f368"
    }

    .fa.fa-question-circle-o {
      font-family: "Font Awesome 5 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 5 Brands";
      font-weight: 400
    }

    .fa.fa-signing:before {
      content: "\f2a7"
    }

    .fa.fa-first-order,
    .fa.fa-google-plus-official,
    .fa.fa-pied-piper,
    .fa.fa-snapchat,
    .fa.fa-snapchat-ghost,
    .fa.fa-snapchat-square,
    .fa.fa-themeisle,
    .fa.fa-viadeo,
    .fa.fa-viadeo-square,
    .fa.fa-yoast {
      font-family: "Font Awesome 5 Brands";
      font-weight: 400
    }

    .fa.fa-google-plus-official:before {
      content: "\f2b3"
    }

    .fa.fa-google-plus-circle {
      font-family: "Font Awesome 5 Brands";
      font-weight: 400
    }

    .fa.fa-google-plus-circle:before {
      content: "\f2b3"
    }

    .fa.fa-fa,
    .fa.fa-font-awesome {
      font-family: "Font Awesome 5 Brands";
      font-weight: 400
    }

    .fa.fa-fa:before {
      content: "\f2b4"
    }

    .fa.fa-handshake-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-handshake-o:before {
      content: "\f2b5"
    }

    .fa.fa-envelope-open-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-envelope-open-o:before {
      content: "\f2b6"
    }

    .fa.fa-linode {
      font-family: "Font Awesome 5 Brands";
      font-weight: 400
    }

    .fa.fa-address-book-o {
      font-family: "Font Awesome 5 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 5 Free";
      font-weight: 400
    }

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

    .fa.fa-vcard-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-vcard-o:before {
      content: "\f2bb"
    }

    .fa.fa-user-circle-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-user-circle-o:before {
      content: "\f2bd"
    }

    .fa.fa-user-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-user-o:before {
      content: "\f007"
    }

    .fa.fa-id-badge {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-drivers-license:before {
      content: "\f2c2"
    }

    .fa.fa-id-card-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-id-card-o:before {
      content: "\f2c2"
    }

    .fa.fa-drivers-license-o {
      font-family: "Font Awesome 5 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 5 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 5 Free";
      font-weight: 400
    }

    .fa.fa-times-rectangle:before {
      content: "\f410"
    }

    .fa.fa-window-close-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-window-close-o:before {
      content: "\f410"
    }

    .fa.fa-times-rectangle-o {
      font-family: "Font Awesome 5 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 5 Brands";
      font-weight: 400
    }

    .fa.fa-eercast:before {
      content: "\f2da"
    }

    .fa.fa-snowflake-o {
      font-family: "Font Awesome 5 Free";
      font-weight: 400
    }

    .fa.fa-snowflake-o:before {
      content: "\f2dc"
    }

    .fa.fa-superpowers,
    .fa.fa-wpexplorer {
      font-family: "Font Awesome 5 Brands";
      font-weight: 400
    }

    .fa.fa-cab:before {
      content: "\f1ba"
    }

    /*!
 * Font Awesome Free 5.12.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)
 */
    .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-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-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-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-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-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-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-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: "\f907"
    }

    .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-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-ideal:before {
      content: "\f913"
    }

    .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-microblog:before {
      content: "\f91a"
    }

    .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-pied-piper-square:before {
      content: "\f91e"
    }

    .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-trailer:before {
      content: "\f941"
    }

    .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-unity:before {
      content: "\f949"
    }

    .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/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);
      src: url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot#iefix) format("embedded-opentype"), url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff2"), url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"), url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"), url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg) 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/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot);
      src: url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot#iefix) format("embedded-opentype"), url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff) format("woff2"), url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff) format("woff"), url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"), url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.svg) format("svg")
    }

    .far {
      font-weight: 400
    }

    @font-face {
      font-family: "Font Awesome 5 Free";
      font-style: normal;
      font-weight: 900;
      font-display: auto;
      src: url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);
      src: url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot#iefix) format("embedded-opentype"), url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff2"), url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"), url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"), url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg) format("svg")
    }

    .fa,
    .far,
    .fas {
      font-family: "Font Awesome 5 Free"
    }

    .fa,
    .fas {
      font-weight: 900
    }

    .vegas-overlay,
    .vegas-slide,
    .vegas-slide-inner,
    .vegas-timer,
    .vegas-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      overflow: hidden;
      border: none;
      padding: 0;
      margin: 0
    }

    .vegas-overlay {
      opacity: .5;
    }

    .vegas-timer {
      top: auto;
      bottom: 0;
      height: 2px
    }

    .vegas-timer-progress {
      width: 0;
      height: 100%;
      background: #fff;
      -webkit-transition: width ease-out;
      transition: width ease-out
    }

    .vegas-timer-running .vegas-timer-progress {
      width: 100%
    }

    .vegas-slide,
    .vegas-slide-inner {
      margin: 0;
      padding: 0;
      background: center center no-repeat;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      will-change: transform, opacity
    }

    body .vegas-container {
      overflow: hidden !important;
      position: relative
    }

    .vegas-video {
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto
    }

    body.vegas-container {
      overflow: auto;
      position: static;
      z-index: -2
    }

    body.vegas-container>.vegas-overlay,
    body.vegas-container>.vegas-slide,
    body.vegas-container>.vegas-timer {
      position: fixed;
      z-index: -1
    }

    :root body.vegas-container>.vegas-overlay,
    :root body.vegas-container>.vegas-slide,
    _::full-page-media,
    _:future {
      bottom: -76px
    }

    .vegas-transition-blur,
    .vegas-transition-blur2 {
      opacity: 0;
      -webkit-filter: blur(32px);
      filter: blur(32px)
    }

    .vegas-transition-blur-in,
    .vegas-transition-blur2-in {
      opacity: 1;
      -webkit-filter: blur(0);
      filter: blur(0)
    }

    .vegas-transition-blur2-out {
      opacity: 0
    }

    .vegas-transition-burn,
    .vegas-transition-burn2 {
      opacity: 0;
      -webkit-filter: contrast(1000%) saturate(1000%);
      filter: contrast(1000%) saturate(1000%)
    }

    .vegas-transition-burn-in,
    .vegas-transition-burn2-in {
      opacity: 1;
      -webkit-filter: contrast(100%) saturate(100%);
      filter: contrast(100%) saturate(100%)
    }

    .vegas-transition-burn2-out {
      opacity: 0;
      -webkit-filter: contrast(1000%) saturate(1000%);
      filter: contrast(1000%) saturate(1000%)
    }

    .vegas-transition-fade,
    .vegas-transition-fade2 {
      opacity: 0
    }

    .vegas-transition-fade-in,
    .vegas-transition-fade2-in {
      opacity: 1
    }

    .vegas-transition-fade2-out {
      opacity: 0
    }

    .vegas-transition-flash,
    .vegas-transition-flash2 {
      opacity: 0;
      -webkit-filter: brightness(25);
      filter: brightness(25)
    }

    .vegas-transition-flash-in,
    .vegas-transition-flash2-in {
      opacity: 1;
      -webkit-filter: brightness(1);
      filter: brightness(1)
    }

    .vegas-transition-flash2-out {
      opacity: 0;
      -webkit-filter: brightness(25);
      filter: brightness(25)
    }

    .vegas-transition-negative,
    .vegas-transition-negative2 {
      opacity: 0;
      -webkit-filter: invert(100%);
      filter: invert(100%)
    }

    .vegas-transition-negative-in,
    .vegas-transition-negative2-in {
      opacity: 1;
      -webkit-filter: invert(0);
      filter: invert(0)
    }

    .vegas-transition-negative2-out {
      opacity: 0;
      -webkit-filter: invert(100%);
      filter: invert(100%)
    }

    .vegas-transition-slideDown,
    .vegas-transition-slideDown2 {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%)
    }

    .vegas-transition-slideDown-in,
    .vegas-transition-slideDown2-in {
      -webkit-transform: translateY(0);
      transform: translateY(0)
    }

    .vegas-transition-slideDown2-out {
      -webkit-transform: translateY(100%);
      transform: translateY(100%)
    }

    .vegas-transition-slideLeft,
    .vegas-transition-slideLeft2 {
      -webkit-transform: translateX(100%);
      transform: translateX(100%)
    }

    .vegas-transition-slideLeft-in,
    .vegas-transition-slideLeft2-in {
      -webkit-transform: translateX(0);
      transform: translateX(0)
    }

    .vegas-transition-slideLeft2-out,
    .vegas-transition-slideRight,
    .vegas-transition-slideRight2 {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%)
    }

    .vegas-transition-slideRight-in,
    .vegas-transition-slideRight2-in {
      -webkit-transform: translateX(0);
      transform: translateX(0)
    }

    .vegas-transition-slideRight2-out {
      -webkit-transform: translateX(100%);
      transform: translateX(100%)
    }

    .vegas-transition-slideUp,
    .vegas-transition-slideUp2 {
      -webkit-transform: translateY(100%);
      transform: translateY(100%)
    }

    .vegas-transition-slideUp-in,
    .vegas-transition-slideUp2-in {
      -webkit-transform: translateY(0);
      transform: translateY(0)
    }

    .vegas-transition-slideUp2-out {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%)
    }

    .vegas-transition-swirlLeft,
    .vegas-transition-swirlLeft2 {
      -webkit-transform: scale(2) rotate(35deg);
      transform: scale(2) rotate(35deg);
      opacity: 0
    }

    .vegas-transition-swirlLeft-in,
    .vegas-transition-swirlLeft2-in {
      -webkit-transform: scale(1) rotate(0);
      transform: scale(1) rotate(0);
      opacity: 1
    }

    .vegas-transition-swirlLeft2-out,
    .vegas-transition-swirlRight,
    .vegas-transition-swirlRight2 {
      -webkit-transform: scale(2) rotate(-35deg);
      transform: scale(2) rotate(-35deg);
      opacity: 0
    }

    .vegas-transition-swirlRight-in,
    .vegas-transition-swirlRight2-in {
      -webkit-transform: scale(1) rotate(0);
      transform: scale(1) rotate(0);
      opacity: 1
    }

    .vegas-transition-swirlRight2-out {
      -webkit-transform: scale(2) rotate(35deg);
      transform: scale(2) rotate(35deg);
      opacity: 0
    }

    .vegas-transition-zoomIn,
    .vegas-transition-zoomIn2 {
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: 0
    }

    .vegas-transition-zoomIn-in,
    .vegas-transition-zoomIn2-in {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1
    }

    .vegas-transition-zoomIn2-out,
    .vegas-transition-zoomOut,
    .vegas-transition-zoomOut2 {
      -webkit-transform: scale(2);
      transform: scale(2);
      opacity: 0
    }

    .vegas-transition-zoomOut-in,
    .vegas-transition-zoomOut2-in {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1
    }

    .vegas-transition-zoomOut2-out {
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: 0
    }

    .vegas-animation-kenburns {
      -webkit-animation: kenburns ease-out;
      animation: kenburns ease-out
    }

    @-webkit-keyframes kenburns {
      0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
      }

      100% {
        -webkit-transform: scale(1);
        transform: scale(1)
      }
    }

    @keyframes kenburns {
      0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
      }

      100% {
        -webkit-transform: scale(1);
        transform: scale(1)
      }
    }

    .vegas-animation-kenburnsDownLeft {
      -webkit-animation: kenburnsDownLeft ease-out;
      animation: kenburnsDownLeft ease-out
    }

    @-webkit-keyframes kenburnsDownLeft {
      0% {
        -webkit-transform: scale(1.5) translate(10%, -10%);
        transform: scale(1.5) translate(10%, -10%)
      }

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

    @keyframes kenburnsDownLeft {
      0% {
        -webkit-transform: scale(1.5) translate(10%, -10%);
        transform: scale(1.5) translate(10%, -10%)
      }

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

    .vegas-animation-kenburnsDownRight {
      -webkit-animation: kenburnsDownRight ease-out;
      animation: kenburnsDownRight ease-out
    }

    @-webkit-keyframes kenburnsDownRight {
      0% {
        -webkit-transform: scale(1.5) translate(-10%, -10%);
        transform: scale(1.5) translate(-10%, -10%)
      }

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

    @keyframes kenburnsDownRight {
      0% {
        -webkit-transform: scale(1.5) translate(-10%, -10%);
        transform: scale(1.5) translate(-10%, -10%)
      }

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

    .vegas-animation-kenburnsDown {
      -webkit-animation: kenburnsDown ease-out;
      animation: kenburnsDown ease-out
    }

    @-webkit-keyframes kenburnsDown {
      0% {
        -webkit-transform: scale(1.5) translate(0, -10%);
        transform: scale(1.5) translate(0, -10%)
      }

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

    @keyframes kenburnsDown {
      0% {
        -webkit-transform: scale(1.5) translate(0, -10%);
        transform: scale(1.5) translate(0, -10%)
      }

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

    .vegas-animation-kenburnsLeft {
      -webkit-animation: kenburnsLeft ease-out;
      animation: kenburnsLeft ease-out
    }

    @-webkit-keyframes kenburnsLeft {
      0% {
        -webkit-transform: scale(1.5) translate(10%, 0);
        transform: scale(1.5) translate(10%, 0)
      }

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

    @keyframes kenburnsLeft {
      0% {
        -webkit-transform: scale(1.5) translate(10%, 0);
        transform: scale(1.5) translate(10%, 0)
      }

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

    .vegas-animation-kenburnsRight {
      -webkit-animation: kenburnsRight ease-out;
      animation: kenburnsRight ease-out
    }

    @-webkit-keyframes kenburnsRight {
      0% {
        -webkit-transform: scale(1.5) translate(-10%, 0);
        transform: scale(1.5) translate(-10%, 0)
      }

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

    @keyframes kenburnsRight {
      0% {
        -webkit-transform: scale(1.5) translate(-10%, 0);
        transform: scale(1.5) translate(-10%, 0)
      }

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

    .vegas-animation-kenburnsUpLeft {
      -webkit-animation: kenburnsUpLeft ease-out;
      animation: kenburnsUpLeft ease-out
    }

    @-webkit-keyframes kenburnsUpLeft {
      0% {
        -webkit-transform: scale(1.5) translate(10%, 10%);
        transform: scale(1.5) translate(10%, 10%)
      }

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

    @keyframes kenburnsUpLeft {
      0% {
        -webkit-transform: scale(1.5) translate(10%, 10%);
        transform: scale(1.5) translate(10%, 10%)
      }

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

    .vegas-animation-kenburnsUpRight {
      -webkit-animation: kenburnsUpRight ease-out;
      animation: kenburnsUpRight ease-out
    }

    @-webkit-keyframes kenburnsUpRight {
      0% {
        -webkit-transform: scale(1.5) translate(-10%, 10%);
        transform: scale(1.5) translate(-10%, 10%)
      }

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

    @keyframes kenburnsUpRight {
      0% {
        -webkit-transform: scale(1.5) translate(-10%, 10%);
        transform: scale(1.5) translate(-10%, 10%)
      }

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

    .vegas-animation-kenburnsUp {
      -webkit-animation: kenburnsUp ease-out;
      animation: kenburnsUp ease-out
    }

    @-webkit-keyframes kenburnsUp {
      0% {
        -webkit-transform: scale(1.5) translate(0, 10%);
        transform: scale(1.5) translate(0, 10%)
      }

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

    @keyframes kenburnsUp {
      0% {
        -webkit-transform: scale(1.5) translate(0, 10%);
        transform: scale(1.5) translate(0, 10%)
      }

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

    /*# sourceMappingURL=vegas.min.css.map */
    .avant-slider-container {
      box-shadow: 0 0 0 1px rgba(0, 0, 0, .06);
      margin: 0 0 25px;
      position: relative
    }

    .avant-slider-container.avant-slider-remove {
      height: 300px;
      overflow: hidden;
      background-image: url(/wp-content/themes/avant/includes/basic-slider/images/loader.gif);
      background-repeat: no-repeat;
      background-position: center center
    }

    .avant-slider-remove .avant-slider {
      visibility: hidden
    }

    .avant-slide {
      display: block;
      float: left;
      position: relative;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover
    }

    .avant-slide img {
      display: block;
      width: 100%
    }

    .avant-block-inner {
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      font-size: 17px;
      color: inherit;
      text-align: center;
      display: flex;
      align-items: center;
      padding: 20px 78px 55px
    }

    .avant-block-inner-inner {
      display: flex;
      width: 100%;
      justify-content: center
    }

    .avant-block-bg {
      display: inline-block;
      padding: 10px 25px 20px;
      color: rgba(14, 14, 14, .8);
      width: fit-content;
      border-radius: 5px;
      box-shadow: 0 10px 90px 10px rgba(0, 0, 0, .18)
    }

    h4.avant-title {
      color: inherit !important;
      font-size: 2.6vw !important;
      letter-spacing: 1px;
      margin: 0;
      padding: 0;
      text-transform: uppercase;
      font-weight: 500
    }

    .avant-block-content {
      max-width: 980px;
      margin: 0 auto;
      font-size: 1vw
    }

    .avant-slide.box-topleft .avant-block-inner,
    .avant-slide.box-topcenter .avant-block-inner,
    .avant-slide.box-topright .avant-block-inner {
      align-items: flex-start
    }

    .avant-slide.box-middleleft .avant-block-inner,
    .avant-slide.box-middlecenter .avant-block-inner,
    .avant-slide.box-middleright .avant-block-inner {
      align-items: center
    }

    .avant-slide.box-bottomleft .avant-block-inner,
    .avant-slide.box-bottomcenter .avant-block-inner,
    .avant-slide.box-bottomright .avant-block-inner {
      align-items: flex-end
    }

    .avant-slide.box-topleft .avant-block-inner-inner,
    .avant-slide.box-middleleft .avant-block-inner-inner,
    .avant-slide.box-bottomleft .avant-block-inner-inner {
      justify-content: flex-start
    }

    .avant-slide.box-topcenter .avant-block-inner-inner,
    .avant-slide.box-middlecenter .avant-block-inner-inner,
    .avant-slide.box-bottomcenter .avant-block-inner-inner {
      justify-content: center
    }

    .avant-slide.box-topright .avant-block-inner-inner,
    .avant-slide.box-middleright .avant-block-inner-inner,
    .avant-slide.box-bottomright .avant-block-inner-inner {
      justify-content: flex-end
    }

    .avant-btn {
      display: inline-block;
      background-color: #c3c3c3;
      border: 1px solid rgba(0, 0, 0, .1);
      border-radius: 3px;
      box-shadow: 0 1px 0 rgba(255, 255, 255, .4) inset, 0 1px 3px rgba(0, 0, 0, .12);
      padding: 8px 22px 10px;
      margin: 12px 0 0;
      color: #fff !important;
      font-size: .85em
    }

    .avant-slider-prev,
    .avant-slider-next {
      background: 0 0;
      position: absolute;
      top: 0;
      line-height: 40px;
      margin: 0;
      padding: 0;
      width: 8%;
      height: 100%;
      text-align: center;
      opacity: 0;
      cursor: pointer;
      z-index: 9;
      -webkit-transition: all .2s ease 0s;
      -moz-transition: all .2s ease 0s;
      -ms-transition: all .2s ease 0s;
      -o-transition: all .2s ease 0s;
      transition: all .2s ease 0s
    }

    .avant-slider-prev {
      left: 0
    }

    .avant-slider-next {
      right: 0
    }

    .avant-slide-style-default .avant-slider-prev:after,
    .avant-slide-style-default .avant-slider-next:after {
      border-radius: 4px;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -35px 0 0 -35px;
      padding: 12px;
      font-size: 20px
    }

    .avant-slide-style-default .avant-slider-prev:after {
      content: "\f053"
    }

    .avant-slide-style-default .avant-slider-next:after {
      content: "\f054";
      left: auto;
      right: 50%;
      margin: -35px -35px 0 0
    }

    .avant-slide-style-round .avant-slider-prev:after,
    .avant-slide-style-round .avant-slider-next:after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      color: #000;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -35px 0 0 -35px;
      padding: 12px;
      font-size: 48px
    }

    .avant-slide-style-round .avant-slider-prev:after {
      content: "\f0a8"
    }

    .avant-slide-style-round .avant-slider-next:after {
      content: "\f0a9";
      left: auto;
      right: 50%;
      margin: -35px -35px 0 0
    }

    .avant-slide-style-square .avant-slider-prev:after,
    .avant-slide-style-square .avant-slider-next:after {
      background-color: #000;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -35px 0 0 -35px;
      padding: 12px;
      font-size: 20px
    }

    .avant-slide-style-square .avant-slider-prev:after {
      content: "\f060"
    }

    .avant-slide-style-square .avant-slider-next:after {
      content: "\f061";
      left: auto;
      right: 50%;
      margin: -35px -35px 0 0
    }

    .avant-slider-container:hover .avant-slider-prev,
    .avant-slider-container:hover .avant-slider-next {
      opacity: 1
    }

    .avant-slider-pager {
      bottom: 0;
      height: 30px;
      position: absolute;
      text-align: center;
      width: 100%
    }

    .avant-slider-pager a.selected span {
      background-color: #000;
      position: relative
    }

    .avant-slider-pager a {
      display: inline-block;
      vertical-align: middle;
      padding: 3px 2px
    }

    .avant-slider-pager span {
      border: 1px solid #000;
      border-radius: 8px;
      display: inline-block;
      height: 12px;
      line-height: 0;
      overflow: hidden;
      text-indent: -100px;
      width: 12px
    }

    .avant-slider-noslides {
      background-color: #f7f7f7;
      border: 1px solid rgba(0, 0, 0, .1);
      border-radius: 3px;
      margin: 0 0 15px;
      padding: 15px;
      font-size: 12px;
      text-align: center
    }

    .avant-slider-dark .avant-block-bg {
      background-color: rgba(0, 0, 0, .5);
      color: #fff
    }

    .avant-slide-style-square.avant-slider-dark .avant-slider-prev:after,
    .avant-slide-style-square.avant-slider-dark .avant-slider-next:after {
      background-color: rgba(0, 0, 0, .5);
      border-radius: 4px
    }

    .avant-slider-dark .avant-slider-pager a.selected span {
      background-color: rgba(0, 0, 0, .6)
    }

    .avant-slider-dark .avant-slider-pager span {
      border: 1px solid rgba(0, 0, 0, .8)
    }

    .avant-slide-style-default.avant-slider-dark .avant-slider-prev:after,
    .avant-slide-style-default.avant-slider-dark .avant-slider-next:after {
      box-shadow: 0 0 0 1px rgba(0, 0, 0, .6)
    }

    .avant-slide-style-default.avant-slider-dark .avant-slider-prev:after,
    .avant-slide-style-default.avant-slider-dark .avant-slider-next:after,
    .avant-slide-style-round.avant-slider-dark .avant-slider-prev:after,
    .avant-slide-style-round.avant-slider-dark .avant-slider-next:after {
      color: rgba(0, 0, 0, .5)
    }

    .avant-slide-style-square.avant-slider-dark .avant-slider-prev:after,
    .avant-slide-style-square.avant-slider-dark .avant-slider-next:after {
      color: #fff
    }

    .avant-slider-light .avant-block-bg {
      background-color: rgba(255, 255, 255, .6);
      color: #000
    }

    .avant-slide-style-square.avant-slider-light .avant-slider-prev:after,
    .avant-slide-style-square.avant-slider-light .avant-slider-next:after {
      background-color: rgba(255, 255, 255, .6);
      border-radius: 4px
    }

    .avant-slider-light .avant-slider-pager a.selected span {
      background-color: rgba(255, 255, 255, .6)
    }

    .avant-slider-light .avant-slider-pager span {
      border: 1px solid rgba(255, 255, 255, .8)
    }

    .avant-slide-style-default.avant-slider-light .avant-slider-prev:after,
    .avant-slide-style-default.avant-slider-light .avant-slider-next:after {
      box-shadow: 0 0 0 1px #fff
    }

    .avant-slide-style-default.avant-slider-light .avant-slider-prev:after,
    .avant-slide-style-default.avant-slider-light .avant-slider-next:after {
      color: rgba(255, 255, 255, .6)
    }

    .avant-slide-style-round.avant-slider-light .avant-slider-prev:after,
    .avant-slide-style-round.avant-slider-light .avant-slider-next:after,
    .avant-slide-style-square.avant-slider-light .avant-slider-prev:after,
    .avant-slide-style-square.avant-slider-light .avant-slider-next:after {
      color: rgba(0, 0, 0, .5)
    }

    @media screen and (max-width:782px) {
      .avant-block-bg {
        max-width: 100% !important
      }

      .avant-block-content {
        font-size: 1.7vw
      }
    }

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

      .avant-slider-prev,
      .avant-slider-next {
        line-height: 20px !important
      }

      .avant-slider-prev {
        left: 20px !important
      }

      .avant-slider-next {
        right: 20px !important
      }

      .avant-slider-prev:after,
      .avant-slider-next:after {
        font-size: 20px !important;
        padding: 10px !important
      }
    }

    .elementor-editor-active .avant-slider-container {
      background-color: #f1f1f1;
      background-image: none;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, .12);
      border-radius: 3px;
      height: 150px;
      overflow: hidden;
      margin: 0
    }

    .elementor-editor-active .avant-slider-container .avant-slider-prev,
    .elementor-editor-active .avant-slider-container .avant-slider-next,
    .elementor-editor-active .avant-slider,
    .elementor-editor-active .avant-slider-container .avant-slider-pager {
      display: none
    }

    .avant-slider-elementor {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      margin: -20px 0 0;
      color: rgba(0, 0, 0, .4);
      font-size: 15px;
      font-weight: 700;
      letter-spacing: 1px;
      text-align: center
    }

    .avant-slider-elementor p {
      font-size: 13px;
      letter-spacing: 0;
      font-weight: 400
    }

    .widget-area .avant-slider-container {
      margin: 0
    }

    /*!
 * Font Awesome Free 5.9.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)
 */
    .fa,
    .fab,
    .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 {
      animation: fa-spin 2s infinite linear
    }

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

    @keyframes fa-spin {
      0% {
        transform: rotate(0deg)
      }

      to {
        transform: rotate(1turn)
      }
    }

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

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

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

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

    .fa-flip-vertical {
      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 {
      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 {
      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-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-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-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-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-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-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-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-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-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-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/avant/includes/font-awesome/webfonts/fa-brands-400.eot);
      src: url(/wp-content/themes/avant/includes/font-awesome/webfonts/fa-brands-400.eot#iefix) format("embedded-opentype"), url(/wp-content/themes/avant/includes/font-awesome/webfonts/fa-brands-400.woff) format("woff2"), url(/wp-content/themes/avant/includes/font-awesome/webfonts/fa-brands-400.woff) format("woff"), url(/wp-content/themes/avant/includes/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"), url(/wp-content/themes/avant/includes/font-awesome/webfonts/fa-brands-400.svg) 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(//https://www.adiaphora.it/wp-content/themes/avant/includes/font-awesome/webfonts/fa-regular-400.eot);
      src: url(//https://www.adiaphora.it/wp-content/themes/avant/includes/font-awesome/webfonts/fa-regular-400.eot#iefix) format("embedded-opentype"), url(/wp-content/themes/avant/includes/font-awesome/webfonts/fa-regular-400.woff) format("woff2"), url(/wp-content/themes/avant/includes/font-awesome/webfonts/fa-regular-400.woff) format("woff"), url(/wp-content/themes/avant/includes/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"), url(/wp-content/themes/avant/includes/font-awesome/webfonts/fa-regular-400.svg) format("svg")
    }

    .far {
      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/avant/includes/font-awesome/webfonts/fa-solid-900.eot);
      src: url(/wp-content/themes/avant/includes/font-awesome/webfonts/fa-solid-900.eot#iefix) format("embedded-opentype"), url(/wp-content/themes/avant/includes/font-awesome/webfonts/fa-solid-900.woff) format("woff2"), url(/wp-content/themes/avant/includes/font-awesome/webfonts/fa-solid-900.woff) format("woff"), url(/wp-content/themes/avant/includes/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"), url(/wp-content/themes/avant/includes/font-awesome/webfonts/fa-solid-900.svg) format("svg")
    }

    .fa,
    .far,
    .fas {
      font-family: "Font Awesome 5 Free"
    }

    .fa,
    .fas {
      font-weight: 900
    }

    html {
      font-family: sans-serif;
      -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%
    }

    body {
      margin: 0
    }

    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    main,
    menu,
    nav,
    section,
    summary {
      display: block
    }

    audio,
    canvas,
    progress,
    video {
      display: inline-block;
      vertical-align: baseline
    }

    audio:not([controls]) {
      display: none;
      height: 0
    }

    [hidden],
    template {
      display: none
    }

    a {
      background-color: transparent
    }

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

    abbr[title] {
      border-bottom: 1px dotted
    }

    b,
    strong {
      font-weight: 700
    }

    dfn {
      font-style: italic
    }

    mark {
      background: #ff0;
      color: #000
    }

    small {
      font-size: 80%
    }

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

    sup {
      top: -.5em
    }

    sub {
      bottom: -.25em
    }

    img {
      border: 0
    }

    svg:not(:root) {
      overflow: hidden
    }

    figure {
      margin: 1em 40px
    }

    hr {
      box-sizing: content-box;
      height: 0
    }

    pre {
      overflow: auto
    }

    code,
    kbd,
    pre,
    samp {
      font-family: monospace, monospace;
      font-size: 1em
    }

    button,
    input,
    optgroup,
    select,
    textarea {
      color: inherit;
      font: inherit;
      margin: 0
    }

    button {
      overflow: visible
    }

    button,
    select {
      text-transform: none
    }

    button,
    html input[type=button],
    input[type=reset],
    input[type=submit] {
      -webkit-appearance: button;
      cursor: pointer
    }

    button[disabled],
    html input[disabled] {
      cursor: default
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
      border: 0;
      padding: 0
    }

    input {
      line-height: normal
    }

    input[type=checkbox],
    input[type=radio] {
      box-sizing: border-box;
      padding: 0
    }

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

    input[type=search] {
      -webkit-appearance: textfield;
      box-sizing: content-box
    }

    input[type=search]::-webkit-search-cancel-button,
    input[type=search]::-webkit-search-decoration {
      -webkit-appearance: none
    }

    fieldset {
      border: 1px solid silver;
      margin: 0 2px;
      padding: .35em .625em .75em
    }

    legend {
      border: 0;
      padding: 0
    }

    textarea {
      overflow: auto
    }

    optgroup {
      font-weight: 700
    }

    table {
      border-collapse: collapse;
      border-spacing: 0
    }

    td,
    th {
      padding: 0
    }

    body,
    button,
    input,
    select,
    textarea {
      color: gray;
      font-size: 16px;
      font-size: 14px;
      line-height: 1.6
    }

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

    p {
      margin: 0 0 20px
    }

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

    blockquote {
      margin: 0 1.5em
    }

    address {
      margin: 0 0 1.5em
    }

    pre {
      background: #eee;
      font-family: "Courier 10 Pitch", Courier, monospace;
      font-size: 15px;
      font-size: .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: .9375rem
    }

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

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

    big {
      font-size: 125%
    }

    html {
      box-sizing: border-box
    }

    *,
    *:before,
    *:after {
      box-sizing: inherit
    }

    body {
      background: #f8f8f8
    }

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
      content: ""
    }

    blockquote,
    q {
      quotes: "" ""
    }

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

    ul,
    ol {
      margin: 0 0 1.5em 3em
    }

    ul {
      list-style: disc
    }

    ol {
      list-style: decimal
    }

    li>ul,
    li>ol {
      margin-bottom: 0;
      margin-left: 1.5em
    }

    dt {
      font-weight: 700
    }

    dd {
      margin: 0 1.5em 1.5em
    }

    img {
      height: auto;
      max-width: 100%
    }

    figure {
      margin: 0
    }

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

    th {
      font-weight: 700
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
      font-weight: 200;
      line-height: 1em;
      word-wrap: break-word;
      margin-top: 0
    }

    h1 {
      font-size: 32px;
      margin-bottom: .55em
    }

    h2 {
      font-size: 28px;
      margin-bottom: .65em
    }

    h3 {
      font-size: 22px;
      margin-bottom: .8em
    }

    h4 {
      font-size: 20px;
      margin-bottom: 1.1em
    }

    h5 {
      font-size: 16px;
      margin-bottom: 1.3em
    }

    h6 {
      font-size: 14px;
      margin-bottom: 1.4em
    }

    .entry-content h1,
    .entry-content h2,
    .entry-content h3,
    .entry-content h4,
    .entry-content h5,
    .entry-content h6,
    .entry-content h1 a,
    .entry-content h2 a,
    .entry-content h3 a,
    .entry-content h4 a,
    .entry-content h5 a,
    .entry-content h6 a {
      line-height: 1.5em
    }

    .entry-content code {
      display: block;
      background: #f7f7f7;
      border: 1px solid #d8d8d8;
      padding: 10px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, .09);
      margin: 5px 0;
      overflow-x: auto
    }

    button,
    input[type=button],
    input[type=reset],
    input[type=submit] {
      border: 1px solid rgba(0, 0, 0, .14);
      border-radius: 3px;
      color: #fff;
      cursor: pointer;
      -webkit-appearance: button;
      font-size: 15px;
      font-weight: 400;
      line-height: 1;
      padding: 10px 25px
    }

    button:focus,
    input[type=button]:focus,
    input[type=reset]:focus,
    input[type=submit]:focus,
    button:active,
    input[type=button]:active,
    input[type=reset]:active,
    input[type=submit]:active {
      border-color: #aaa #bbb #bbb;
      box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .5), inset 0 2px 5px rgba(0, 0, 0, .15)
    }

    input[type=text],
    input[type=email],
    input[type=url],
    input[type=password],
    input[type=search],
    textarea {
      color: #666;
      border: 1px solid #ccc;
      border-radius: 3px
    }

    input[type=text]:focus,
    input[type=email]:focus,
    input[type=url]:focus,
    input[type=password]:focus,
    input[type=search]:focus,
    textarea:focus {
      color: #111
    }

    input[type=text],
    input[type=email],
    input[type=url],
    input[type=password],
    input[type=search] {
      padding: 3px
    }

    textarea {
      padding-left: 3px;
      width: 100%
    }

    a {
      text-decoration: none
    }

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

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

    .main-navigation li {
      position: relative;
      float: left;
      margin: 0;
      text-transform: uppercase
    }

    .main-navigation li a {
      display: block;
      text-decoration: none;
      font-weight: 400;
      font-size: 11px;
      color: inherit;
      letter-spacing: 2px
    }

    .main-navigation li a span {
      display: none
    }

    .main-navigation ul ul {
      background-color: #fff;
      box-shadow: 0 2px 5px rgba(0, 0, 0, .12);
      float: left;
      position: absolute;
      top: 51px;
      left: -999em;
      z-index: 99999
    }

    .main-navigation ul ul a {
      box-shadow: 0 1px 0 rgba(0, 0, 0, .04);
      white-space: nowrap;
      text-align: left;
      width: 100%;
      padding: 15px 25px 15px 20px;
      min-width: 190px;
      float: none
    }

    .main-navigation ul ul ul {
      top: 1px
    }

    .main-navigation ul ul li {
      float: none;
      width: 100%;
      display: block
    }

    .main-navigation ul ul li:first-child {
      box-shadow: 0 1px 0 rgba(0, 0, 0, .08) inset
    }

    .main-navigation ul ul ul li:first-child {
      box-shadow: 0 1px 0 rgba(0, 0, 0, .04) inset
    }

    .main-navigation.avant-nav-style-solid ul>li>a:hover,
    .main-navigation.avant-nav-style-solid ul>li.current-menu-item>a,
    .main-navigation.avant-nav-style-solid ul>li.current-menu-ancestor>a,
    .main-navigation.avant-nav-style-solid ul>li.current-menu-parent>a,
    .main-navigation.avant-nav-style-solid ul>li.current_page_parent>a,
    .main-navigation.avant-nav-style-solid ul>li.current_page_ancestor>a,
    .main-navigation.avant-nav-style-solid .current_page_item>a,
    .main-navigation ul ul a:hover,
    .main-navigation ul ul a.focus {
      color: #fff !important
    }

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

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

    .main-navigation ul ul li.current_page_item>a,
    .main-navigation ul ul li.current-menu-item>a,
    .main-navigation ul ul li.current_page_ancestor>a {
      color: #fff !important
    }

    .menu-toggle,
    .main-navigation.toggled ul {
      display: block
    }

    .header-menu-button {
      background: 0 0 !important;
      border: 0 !important;
      color: inherit;
      box-shadow: none !important;
      display: none
    }

    .menu-dropdown-btn {
      display: none;
      position: absolute;
      top: 0;
      right: 0;
      background-color: rgba(255, 255, 255, .1) !important;
      color: #838383;
      margin: 0;
      padding: 11px 14px;
      height: 37px;
      line-height: 15px;
      text-align: center;
      font-size: 14px;
      z-index: 9;
      cursor: pointer
    }

    .site-main .comment-navigation,
    .site-main .posts-navigation,
    .site-main .post-navigation {
      margin: 40px 0 15px;
      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%
    }

    .avant-numeric-navigation {
      margin: 50px 0 0;
      min-height: 40px
    }

    .avant-numeric-navigation ul {
      margin: 0;
      padding: 0;
      text-align: center
    }

    .avant-numeric-navigation li a,
    .avant-numeric-navigation li a:hover,
    .avant-numeric-navigation li.active a,
    .avant-numeric-navigation li.disabled {
      color: #fff;
      text-decoration: none
    }

    .avant-numeric-navigation li {
      display: inline;
      list-style-type: none
    }

    .avant-numeric-navigation li a,
    .avant-numeric-navigation li a:hover,
    .avant-numeric-navigation li.active a,
    .avant-numeric-navigation li.disabled {
      border-radius: 3px;
      cursor: pointer;
      padding: 12px;
      padding: .75rem
    }

    .menu-toggle {
      display: none
    }

    .main-menu-close {
      display: none
    }

    .screen-reader-text {
      clip: rect(1px, 1px, 1px, 1px);
      position: absolute !important;
      height: 1px;
      width: 1px;
      overflow: hidden
    }

    .screen-reader-text:hover,
    .screen-reader-text:active,
    .screen-reader-text:focus {
      background-color: #f1f1f1;
      border-radius: 3px;
      box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
      clip: auto !important;
      color: #21759b;
      display: block;
      font-size: 14px;
      font-size: .875rem;
      font-weight: 700;
      height: auto;
      left: 5px;
      line-height: normal;
      padding: 15px 23px 14px;
      text-decoration: none;
      top: 5px;
      width: auto;
      z-index: 100000
    }

    .alignleft {
      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
    }

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

    .clear:after,
    .entry-content:after,
    .comment-content:after,
    .site-header:after,
    .site-content:after,
    .site-footer:after {
      clear: both
    }

    .widget-area .widget {
      margin: 0 0 50px
    }

    .widget-area .widget:last-child {
      margin: 0
    }

    .widget-area.sidebar-break-blocks .widget {
      background-color: #fff;
      padding: 38px 25px;
      box-shadow: 0 0 3px 0 rgba(238, 238, 238, .72), 0 0 0px 1px rgba(0, 0, 0, .06) inset
    }

    .widget select {
      max-width: 100%
    }

    .widget-area .widget .search-field {
      width: 100%;
      box-sizing: border-box;
      padding: 5px 8px
    }

    .widget_search .search-submit {
      display: none
    }

    .widget-area .widget-title {
      font-size: 12px;
      letter-spacing: 3px;
      text-align: center;
      text-transform: uppercase;
      font-weight: 400
    }

    .widget-area .widget ul {
      margin: 0;
      padding: 0
    }

    .widget-area .widget ul li {
      margin: 0 0 2px;
      padding: 0;
      list-style-type: none
    }

    .avant-leftalign-widget-title .widget-area .widget-title {
      text-align: left
    }

    .widget-title-style-plain .widget-area .widget-title {
      padding: 0 0 20px;
      margin: 0 0 15px
    }

    .widget-title-style-underline-dots .widget-area .widget-title {
      border-bottom: 1px dashed rgba(0, 0, 0, .2);
      padding: 0 0 20px;
      margin: 0 0 20px
    }

    .widget-title-style-underline-solid .widget-area .widget-title {
      border-bottom: 1px solid rgba(0, 0, 0, .12);
      padding: 0 0 20px;
      margin: 0 0 20px
    }

    .widget-title-style-underline-short .widget-area .widget-title {
      padding: 0 0 18px;
      margin: 0 0 20px;
      position: relative
    }

    .widget-title-style-underline-short .widget-area .widget-title:after {
      display: block;
      content: '';
      width: 28px;
      height: 2px;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin: 0 0 0 -14px
    }

    .avant-leftalign-widget-title.widget-title-style-underline-short .widget-area .widget-title:after {
      left: 0;
      margin: 0
    }

    #page {
      position: relative;
      overflow-x: hidden;
      right: 0;
      -webkit-transition: right .4s ease 0s;
      -moz-transition: right .4s ease 0s;
      -ms-transition: right .4s ease 0s;
      -o-transition: right .4s ease 0s;
      transition: right .4s ease 0s
    }

    .woocommerce #container,
    .woocommerce-page #container,
    .content-area {
      background-color: #fff;
      width: 70%;
      float: left;
      margin: 0 5% 0 0;
      padding: 30px 25px 30px;
      position: relative;
      box-shadow: 0 0 3px 0 rgba(238, 238, 238, .72), 0 0 0px 1px rgba(0, 0, 0, .06) inset
    }

    .woocommerce .content-boxed #container,
    .woocommerce-page .content-boxed #container,
    .content-boxed .content-area {
      margin: 0;
      width: 75%
    }

    .woocommerce .content-boxed .avant-add-sidebar-line #container,
    .woocommerce-page .content-boxed .avant-add-sidebar-line #container,
    .content-boxed .avant-add-sidebar-line .content-area {
      box-shadow: 1px 0 0 rgba(0, 0, 0, .06)
    }

    .widget-area {
      background-color: #fff;
      width: 25%;
      float: left;
      padding: 42px 25px 40px;
      box-shadow: 0 0 3px 0 rgba(238, 238, 238, .72), 0 0 0px 1px rgba(0, 0, 0, .06) inset
    }

    .content-boxed .avant-add-sidebar-line .widget-area {
      box-shadow: 1px 0 0 rgba(0, 0, 0, .03) inset
    }

    .widget-area.sidebar-break-blocks {
      background: 0 0;
      box-shadow: none;
      padding: 0 !important
    }

    .home .widget-area {
      padding: 42px 25px 40px
    }

    .page-template-template-left-sidebar-php .content-area {
      float: right;
      margin: 0 0 0 5%
    }

    .page-template-template-left-sidebar-php .content-boxed .content-area {
      margin: 0
    }

    .page-template-template-left-sidebar-php .content-boxed .avant-add-sidebar-line .content-area {
      box-shadow: -1px 0 0 rgba(0, 0, 0, .06)
    }

    .page-template-template-left-sidebar-php .widget-area {
      float: left;
      padding: 42px 25px 40px
    }

    .page-template-template-left-sidebar-php .content-boxed .avant-add-sidebar-line .widget-area {
      box-shadow: -1px 0 0 rgba(0, 0, 0, .03) inset
    }

    .woocommerce .breadcrumbs,
    .woocommerce-page .breadcrumbs,
    .woocommerce .entry-header.site-container,
    .woocommerce-page .entry-header.site-container {
      display: none
    }

    .error404 .content-area,
    .content-area-full,
    .page-template-template-full-width-php .content-area,
    .woocommerce .content-no-sidebar #container,
    .woocommerce-page .content-no-sidebar #container,
    .content-no-sidebar .content-area {
      float: none;
      width: 100% !important;
      padding: 30px 25px
    }

    .content-boxed {
      max-width: 1240px;
      margin: 0 auto;
      background-color: #fff;
      box-shadow: 0 0 4px rgba(0, 0, 0, .2);
      position: relative
    }

    .woocommerce .avant-content-nobgborder #container,
    .woocommerce-page .avant-content-nobgborder #container,
    .avant-content-nobgborder .content-area,
    .avant-content-nobgborder .widget-area,
    .avant-content-nobgborder .blog-break-blocks .entry-header,
    .avant-content-nobgborder .blog-break-blocks article.hentry {
      background: 0 0;
      box-shadow: none !important
    }

    .site-boxed {
      max-width: 1240px;
      margin: 0 auto
    }

    .site-top-border {
      height: 4px;
      position: relative;
      z-index: 8
    }

    .avant-site-loading {
      overflow: hidden
    }

    .avant-site-loader {
      position: fixed;
      width: 100%;
      height: 100%;
      z-index: 9999999;
      background-color: #fff
    }

    .avant-loader-default .s-loader {
      width: 56px;
      height: 56px;
      border: 7px solid rgba(222, 113, 88, .25);
      border-top-color: #de7158;
      border-radius: 50%;
      position: relative;
      animation: loader-rotate 1.2s linear infinite;
      top: 50%;
      margin: -28px auto 0 auto
    }

    .avant-loader-1 .s-loader {
      width: 56px;
      height: 56px;
      border: 6px solid #de7158;
      border-right-color: transparent;
      border-radius: 50%;
      position: relative;
      animation: loader-rotate 1.2s linear infinite;
      top: 50%;
      margin: -28px auto 0 auto
    }

    .avant-loader-1 .s-loader:after {
      content: '';
      width: 6px;
      height: 6px;
      background-color: #de7158;
      border-radius: 50%;
      position: absolute;
      top: 2px;
      left: 37px
    }

    .avant-loader-2 .s-loader {
      width: 56px;
      height: 56px;
      border: 7px solid transparent;
      border-top-color: #de7158;
      border-bottom-color: #de7158;
      border-radius: 50%;
      position: relative;
      animation: loader-rotate 1.2s linear infinite;
      top: 50%;
      margin: -28px auto 0 auto
    }

    .avant-loader-3 .s-loader {
      width: 56px;
      height: 56px;
      border: 4px solid #de7158;
      border-radius: 50%;
      position: relative;
      animation: loader-scale 1.2s ease-out infinite;
      top: 50%;
      margin: -28px auto 0 auto
    }

    .avant-loader-4:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 15px;
      height: 15px;
      background-color: #de7158;
      animation: corners 3.4s ease both infinite
    }

    .avant-loader-4.sl-border {
      border: 0 !important
    }

    .avant-loader-default.small .s-loader,
    .avant-loader-1.small .s-loader,
    .avant-loader-2.small .s-loader,
    .avant-loader-3.small .s-loader {
      width: 30px;
      height: 30px;
      border-width: 3px;
      margin: -15px auto 0
    }

    .avant-loader-1.small .s-loader:after {
      top: 2px;
      left: 21px;
      width: 3px;
      height: 3px
    }

    .avant-loader-default.large .s-loader,
    .avant-loader-1.large .s-loader,
    .avant-loader-2.large .s-loader,
    .avant-loader-3.large .s-loader {
      width: 120px;
      height: 120px;
      margin: -60px auto 0
    }

    .avant-loader-1.large .s-loader:after {
      top: 10px;
      left: 90px
    }

    .avant-site-loader.sl-border {
      border: 6px solid rgba(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
      }
    }

    .header-cart {
      position: relative
    }

    .header-cart .site-header-cart {
      display: none;
      background-color: #fff;
      position: absolute;
      top: auto;
      left: auto;
      right: 0;
      width: 280px;
      z-index: 9999;
      color: #9a9a9a;
      box-shadow: 0 2px 5px rgba(0, 0, 0, .18);
      text-transform: none;
      font-size: 11px
    }

    .header-cart .site-header-cart .woocommerce.widget_shopping_cart {
      background-color: rgba(0, 0, 0, .02);
      padding: 5px
    }

    .header-cart .site-header-cart .woocommerce-mini-cart-item.mini_cart_item {
      float: none;
      display: block;
      margin: 0;
      padding: 0 1px 13px 12px;
      text-align: left;
      box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
      text-transform: none
    }

    .header-cart .site-header-cart .woocommerce-mini-cart-item.mini_cart_item span.quantity {
      padding: 0 0 0 22px
    }

    .header-cart .site-header-cart .widget_shopping_cart .product_list_widget li a.remove {
      position: relative;
      float: left !important;
      top: auto !important;
      margin: 17px 0 0;
      padding: 1px 10px 12px 3px;
      background: 0 0;
      color: #f94a4a !important
    }

    .header-cart .site-header-cart .widget_shopping_cart .product_list_widget li a.remove:hover {
      background-color: #f94a4a !important;
      color: #fff !important
    }

    .header-cart .site-header-cart ul.cart_list li a,
    .header-cart .site-header-cart ul.product_list_widget li a {
      padding: 14px 12px 2px 22px;
      letter-spacing: 1px;
      font-weight: 600;
      font-size: 12px;
      color: #7d7d7d
    }

    .header-cart .site-header-cart .widget_shopping_cart .total {
      margin: 0 0 10px;
      padding: 8px 0 0;
      color: #7d7d7d;
      border-top: 3px double rgba(0, 0, 0, .03);
      text-align: center
    }

    .header-cart .site-header-cart .woocommerce-mini-cart__buttons.buttons {
      margin: 0 0 10px
    }

    .header-cart .site-header-cart .widget_shopping_cart .buttons a {
      padding: 6px 5px;
      font-size: 12px;
      width: 42%;
      text-align: center
    }

    .site-header-cart .woocommerce-mini-cart__empty-message {
      padding: 14px 5px 15px;
      margin: 0
    }

    .header-cart:hover .site-header-cart {
      display: block
    }

    .side-aligned-social.avant-side-social-square,
    .side-aligned-social.avant-side-social-round {
      position: fixed;
      top: 10%;
      right: -5px;
      z-index: 999;
      -webkit-transition: right .4s ease .5s;
      -moz-transition: right .4s ease .5s;
      -ms-transition: right .4s ease .5s;
      -o-transition: right .4s ease .5s;
      transition: right .4s ease .5s
    }

    .side-aligned-social.avant-side-social-round {
      right: 6px
    }

    .side-aligned-social.hide-side-social {
      right: -60px
    }

    .avant-side-social-square a.social-icon {
      display: block;
      width: 51px;
      height: 47px;
      margin: 0 0 2px;
      color: #fff;
      text-align: center;
      padding: 8px 5px 0 0;
      font-size: 20px;
      position: relative;
      left: 0;
      -webkit-transition: left .2s ease 0s;
      -moz-transition: left .2s ease 0s;
      -ms-transition: left .2s ease 0s;
      -o-transition: left .2s ease 0s;
      transition: left .2s ease 0s
    }

    .avant-side-social-square a.social-icon:hover {
      left: -2px
    }

    .avant-side-social-round a.social-icon {
      display: block;
      border-radius: 50px;
      width: 50px;
      height: 50px;
      margin: 0 0 4px;
      color: #fff;
      text-align: center;
      padding: 11px 0 0;
      font-size: 18px;
      position: relative;
      left: 0;
      -webkit-transition: left .2s ease 0s;
      -moz-transition: left .2s ease 0s;
      -ms-transition: left .2s ease 0s;
      -o-transition: left .2s ease 0s;
      transition: left .2s ease 0s
    }

    .avant-side-social-round a.social-icon:hover {
      left: -2px
    }

    .site-main>.entry-header {
      border-bottom: 1px solid rgba(0, 0, 0, .08);
      position: relative;
      margin: 0 0 25px;
      padding: 0 0 20px
    }

    .site-main>.entry-header .entry-title,
    header.woocommerce-products-header {
      font-size: 28px;
      margin: 0;
      padding: 0;
      float: left
    }

    .site-main>.entry-header:after {
      display: block;
      content: '';
      clear: both
    }

    .page-header {
      border-bottom: 1px solid rgba(0, 0, 0, .08);
      position: relative;
      margin: 0 0 30px;
      padding: 0 0 5px
    }

    .blog-break-blocks .site-main>.entry-header {
      box-shadow: 0 0 3px 0 rgba(238, 238, 238, .72), 0 0 0px 1px rgba(0, 0, 0, .06) inset;
      background-color: #fff;
      border: 0;
      padding: 25px 15px 25px
    }

    .taxonomy-description {
      clear: both;
      padding: 20px 0 0
    }

    .breadcrumbs,
    .woocommerce-breadcrumb {
      font-size: 11px;
      text-transform: uppercase;
      float: right;
      padding: 12px 0 0
    }

    .breadcrumbs span a {
      color: inherit
    }

    .clearboth {
      clear: both
    }

    .site-container {
      max-width: 1240px;
      margin: 0 auto;
      padding: 0 20px
    }

    .site-boxed .site-container {
      padding: 0
    }

    .home-slider-empty {
      height: 106px;
      margin: 0 0 60px
    }

    .home-slider-wrap {
      position: relative;
      margin: 0 0 60px;
      overflow: hidden
    }

    .home-slider-wrap-hint {
      position: absolute;
      width: 220px;
      top: 0;
      left: 50%;
      margin: 0 0 0 -110px;
      padding: 2px 0 4px;
      text-align: center;
      z-index: 9;
      font-size: 11px;
      background-color: #f8f8f8;
      border-radius: 0 0 4px 4px;
      opacity: 0;
      -webkit-transition: opacity .3s ease 0s;
      -moz-transition: opacity .3s ease 0s;
      -ms-transition: opacity .3s ease 0s;
      -o-transition: opacity .3s ease 0s;
      transition: opacity .3s ease 0s
    }

    .home-slider-wrap-hint a {
      font-size: 12px
    }

    .home-slider-wrap .site-container {
      position: relative
    }

    .boxed-site .home-slider-wrap .site-container {
      padding: 0
    }

    .home-slider-remove {
      height: 403px !important;
      overflow: hidden;
      background-image: url(/wp-content/themes/avant/images/loader.gif);
      background-repeat: no-repeat;
      background-position: center center
    }

    .home-slider-remove .home-slider {
      visibility: hidden
    }

    .home-slider-block {
      background-position: center center;
      background-size: cover;
      float: left;
      position: relative;
      box-sizing: border-box
    }

    .home-slider-block-inner {
      width: 60%;
      height: 40%;
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      font-size: 17px;
      color: inherit;
      text-align: center
    }

    .home-slider-block-bg {
      background-color: rgba(255, 255, 255, .6);
      display: inline-block;
      padding: 30px;
      color: rgba(14, 14, 14, .8);
      text-shadow: 0 0 2px rgba(255, 255, 255, .6)
    }

    .home-slider-block h3 {
      color: inherit;
      font-size: 40px;
      letter-spacing: 1px;
      margin: 0 0 8px;
      padding: 0;
      text-transform: uppercase
    }

    .home-slider-block h3 a {
      color: #fff
    }

    .home-slider-block-inner p {
      max-width: 980px;
      margin: 0 auto
    }

    .home-slider img {
      display: block;
      width: 100%;
      height: auto
    }

    .home-slider-pager {
      bottom: 0;
      height: 30px;
      position: absolute;
      text-align: center;
      width: 100%
    }

    .home-slider-pager a.selected span {
      background-color: #fff;
      position: relative
    }

    .home-slider-pager a {
      display: inline-block;
      vertical-align: middle;
      padding: 3px 2px
    }

    .home-slider-pager span {
      border: 1px solid #fff;
      border-radius: 8px;
      display: inline-block;
      height: 12px;
      line-height: 0;
      overflow: hidden;
      text-indent: -100px;
      width: 12px
    }

    .home-slider-prev,
    .home-slider-next {
      position: absolute;
      top: 50%;
      color: #fff;
      line-height: 40px;
      margin: -33px 0 0;
      padding: 10px;
      box-shadow: 0 0 0 1px #fff inset;
      width: 60px;
      text-align: center;
      font-size: 50px;
      opacity: 0;
      cursor: pointer;
      z-index: 9;
      transform: scale(.8);
      -webkit-transition: all .2s ease 0s;
      -moz-transition: all .2s ease 0s;
      -ms-transition: all .2s ease 0s;
      -o-transition: all .2s ease 0s;
      transition: all .2s ease 0s
    }

    .home-slider-prev {
      left: 40px
    }

    .home-slider-next {
      right: 40px
    }

    .home-slider-prev i,
    .home-slider-next i {
      font-size: .8em;
      position: relative;
      top: -3px
    }

    .home-slider-wrap:hover .home-slider-prev,
    .home-slider-wrap:hover .home-slider-next {
      opacity: 1;
      transform: scale(1)
    }

    .home-slider-wrap:hover .home-slider-prev.disabled,
    .home-slider-wrap:hover .home-slider-next.disabled {
      opacity: .4;
      cursor: default
    }

    .home-slider-prev:hover,
    .home-slider-next:hover {
      background-color: rgba(255, 255, 255, .15)
    }

    .home-slider-remove .home-slider-prev,
    .home-slider-remove .home-slider-next {
      display: none
    }

    .home-slider-wrap:hover .home-slider-wrap-hint {
      opacity: 1
    }

    .home-slider-header-six .home-slider-block {
      padding: 106px 0 0
    }

    .error-404 {
      text-align: center;
      padding: 40px 0 80px;
      max-width: 600px;
      margin: 0 auto
    }

    .error-404 .fa-ban {
      font-size: 160px;
      color: #bdbdbd;
      margin: 0 0 10px
    }

    .error-404 .entry-header {
      margin: 0 0 20px
    }

    .error-404 .page-header h1 {
      font-size: 42px;
      padding: 5px 0 10px
    }

    .scroll-to-top {
      background-color: rgba(0, 0, 0, .45);
      box-shadow: 0 0 0 1px rgba(0, 0, 0, .4) inset;
      border-radius: 2px;
      color: #fff;
      font-size: 20px;
      cursor: pointer;
      height: 44px;
      padding: 6px 0 0;
      position: fixed;
      bottom: 40px;
      right: 20px;
      text-align: center;
      width: 44px;
      z-index: 999;
      display: none
    }

    .site-footer {
      box-shadow: 0 -2px 3px 0 rgba(238, 238, 238, .4), 0 1px 0 rgba(0, 0, 0, .08) inset;
      margin: 60px 0 0;
      font-size: 13px
    }

    .content-boxed .site-footer {
      box-shadow: 0 1px 0 rgba(0, 0, 0, .08) inset;
      margin: 0
    }

    .site-boxed .site-footer {
      padding: 0 25px
    }

    .site-footer-widgets .widget ul {
      margin: 0;
      padding: 0
    }

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

    .site-footer-widgets .widget ul li a {
      color: inherit
    }

    .site-footer-widgets .widget .search-field {
      width: 100%;
      box-sizing: border-box;
      padding: 5px 8px
    }

    .site-footer-bottom-bar {
      background-color: #fff;
      box-shadow: 0 1px 0 rgba(0, 0, 0, .12) inset;
      color: #a5a5a5
    }

    .site-boxed .site-footer-bottom-bar {
      padding: 0 25px
    }

    .site-footer-bottom-bar .social-icon {
      color: inherit;
      font-size: 14px;
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0 10px
    }

    .social-pinterest-fake {
      margin-right: 50px !important
    }

    .site-footer-bottom-bar .social-pinterest span {
      top: 3px;
      left: 20px
    }

    .site-footer-bottom-bar ul {
      margin: 0 5px;
      padding: 0;
      display: inline-block;
      vertical-align: middle
    }

    .site-footer-bottom-bar ul li {
      margin: 0 12px;
      padding: 2px 0;
      display: inline-block;
      vertical-align: middle;
      list-style-type: none;
      text-transform: uppercase;
      position: relative
    }

    .site-footer-bottom-bar ul li a {
      font-size: 10px;
      letter-spacing: 1px;
      color: inherit
    }

    .site-footer-bottom-bar ul li a span {
      display: none
    }

    .site-footer-bottom-bar-left {
      float: left;
      font-size: 11px;
      padding: 12px 0;
      letter-spacing: 1px
    }

    .site-footer-bottom-bar-right {
      float: right;
      font-size: 10px;
      padding: 10px 0;
      letter-spacing: 1px
    }

    .site-footer-social-txt {
      display: inline-block
    }

    a.privacy-policy-link {
      text-transform: uppercase;
      display: inline-block;
      vertical-align: middle;
      color: inherit;
      margin: 0 8px
    }

    .site-bottombar-switch .site-footer-bottom-bar-left {
      float: right
    }

    .site-bottombar-switch .site-footer-bottom-bar-right {
      float: left
    }

    .site-footer .widgettitle,
    .site-footer .widget-title {
      border-bottom: 1px dotted rgba(0, 0, 0, .14);
      padding: 0 0 20px;
      margin: 0 0 20px;
      color: #616161;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 3px
    }

    .site-footer .widget a {
      color: inherit
    }

    .site-boxed .site-social-bottom-bar {
      padding: 10px 20px 12px
    }

    .site-boxed .site-footer.site-footer-none {
      padding: 0
    }

    .avant-siteby-icon {
      width: 24px;
      background-color: #f1f1f1;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, .18), 0 0 3px rgba(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");
      filter: gray;
      -webkit-filter: grayscale(100%);
      -webkit-transition: all .2s ease 0s;
      -moz-transition: all .2s ease 0s;
      -ms-transition: all .2s ease 0s;
      -o-transition: all .2s ease 0s;
      transition: all .2s ease 0s
    }

    .avant-siteby-icon img {
      display: block;
      margin: 0
    }

    .avant-siteby-icon:hover {
      filter: none;
      -webkit-filter: grayscale(0%)
    }

    .avant-siteby-plain {
      box-shadow: 0 1px 0 rgba(0, 0, 0, .08) inset;
      margin: 1px 0 0;
      padding: 5px 10px 8px;
      font-size: 11px;
      text-align: center;
      opacity: .7
    }

    .sticky {
      display: block
    }

    .hentry {
      border-bottom: 1px solid rgba(0, 0, 0, .1);
      margin: 0 0 34px;
      padding: 0 0 35px
    }

    .page .hentry {
      border: 0;
      margin: 0 0 25px;
      padding: 0
    }

    article.page {
      margin: 0
    }

    .hentry:last-child {
      border-bottom: 0;
      margin: 0;
      padding: 0
    }

    .blog-blocks-custom-loop .hentry {
      border-bottom: 1px solid rgba(0, 0, 0, .1);
      margin: 0 0 35px;
      padding: 0 0 35px
    }

    .blog-blocks-custom-loop .hentry:last-child {
      border-bottom: 0;
      margin: 0
    }

    .blog-blocks-custom-loop .blog-blocks-layout {
      border: 0;
      margin: 0 0 4px;
      padding: 0
    }

    .single .byline,
    .group-blog .byline {
      display: inline
    }

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

    .entry-content-img {
      margin: 0 0 20px
    }

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

    .wp-caption img {
      box-shadow: none
    }

    .page-fimage-banner {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      margin: 0 0 60px
    }

    .content-boxed .page-fimage-banner {
      margin: 0
    }

    .page-fimage-banner img {
      width: 100%;
      height: auto;
      display: block
    }

    .page-fimage-banner-actual {
      text-align: center
    }

    .page-fimage-banner-actual img {
      width: auto;
      height: auto;
      display: inline-block
    }

    .post-loop-thumbnail {
      display: block;
      width: 33.5%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover
    }

    .post-loop-thumbnail img {
      display: block;
      box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
      width: 100%
    }

    .blog-content-inner.blog-post-shape-round .post-loop-thumbnail,
    .blog-post-blocks-inner.blog-post-shape-round .blog-post-blocks-inner-img,
    .blog-post-blocks-inner.blog-post-shape-round .blog-post-blocks-inner-a {
      border-radius: 50%
    }

    .blog-content-inner.blog-post-shape-round .post-loop-thumbnail img {
      box-shadow: none
    }

    .post-loop-content {
      width: 100%
    }

    .post-loop-content .entry-header {
      margin: 0;
      padding: 0;
      border: 0
    }

    .post-loop-content .entry-title {
      margin: 8px 0 8px;
      font-size: 23px
    }

    .post-loop-content .entry-meta {
      font-size: 11px;
      margin: 0 0 5px;
      letter-spacing: 1px;
      opacity: .9;
      display: inline-block;
      text-transform: uppercase
    }

    .single .entry-meta {
      font-size: 11px;
      margin: 0 0 15px;
      letter-spacing: 1px;
      opacity: .9;
      display: inline-block;
      text-transform: uppercase
    }

    .has-post-thumbnail .post-loop-content .entry-content {
      min-height: 108px;
      margin-bottom: 15px
    }

    .post-loop-content .entry-footer,
    .single .entry-footer {
      font-size: 11px;
      margin: 0 0 5px;
      letter-spacing: 1px;
      opacity: .9;
      display: inline-block;
      text-transform: uppercase
    }

    .post-loop-content .entry-footer>span,
    .single .entry-footer>span {
      margin: 0 4px 0 0
    }

    .has-post-thumbnail .post-loop-content {
      width: 64%
    }

    .single .entry-header {
      margin: 0 0 8px
    }

    .single .entry-header:after {
      display: block;
      content: '';
      clear: both
    }

    .single .entry-title {
      font-size: 28px;
      margin: 0 0 5px;
      float: left
    }

    .blog-left-layout .post-loop-thumbnail {
      float: left;
      margin: 0 2.5% 0 0
    }

    .blog-left-layout .post-loop-content {
      float: left
    }

    .blog-break-blocks .blog-left-layout .blog-content-inner.blog-post-shape-round {
      padding: 25px
    }

    .blog-break-blocks .blog-left-layout .blog-content-inner.blog-post-shape-round .post-loop-content {
      padding: 0 0 0 25px
    }

    .blog-right-layout .post-loop-thumbnail {
      float: right;
      margin: 0 0 0 2.5%
    }

    .blog-right-layout .post-loop-content {
      float: left
    }

    .blog-break-blocks .blog-right-layout .blog-content-inner.blog-post-shape-round {
      padding: 25px
    }

    .blog-break-blocks .blog-right-layout .blog-content-inner.blog-post-shape-round .post-loop-content {
      padding: 0 25px 0 0
    }

    .blog-top-layout .post-loop-thumbnail {
      float: none;
      margin: 0 0 20px;
      width: 100%;
      text-align: center
    }

    .blog-top-layout .post-loop-thumbnail img {
      display: inline-block
    }

    .blog-top-layout .post-loop-content {
      float: none;
      width: 100%
    }

    .blog-break-blocks .blog-top-layout .blog-content-inner.blog-post-shape-round {
      padding: 25px
    }

    .blog-break-blocks .blog-top-layout .blog-content-inner.blog-post-shape-round .post-loop-content {
      padding: 25px 0 0
    }

    .blog-alt-layout.blog-alt-odd .post-loop-thumbnail {
      float: left;
      margin: 0 2.5% 0 0
    }

    .blog-alt-layout.blog-alt-odd .post-loop-content {
      float: left
    }

    .blog-alt-layout.blog-alt-even .post-loop-thumbnail {
      float: right;
      margin: 0 0 0 2.5%
    }

    .blog-alt-layout.blog-alt-even .post-loop-content {
      float: left
    }

    .blog-break-blocks .blog-alt-layout .blog-content-inner.blog-post-shape-round {
      padding: 25px
    }

    .blog-break-blocks .blog-alt-layout.blog-alt-odd .blog-content-inner.blog-post-shape-round .post-loop-content {
      padding: 0 0 0 25px
    }

    .blog-break-blocks .blog-alt-layout.blog-alt-even .blog-content-inner.blog-post-shape-round .post-loop-content {
      padding: 0 25px 0 0
    }

    .blog-blocks-wrap-remove {
      height: 500px !important;
      overflow: hidden;
      background-image: url(/wp-content/themes/avant/images/loader.gif);
      background-repeat: no-repeat;
      background-position: center center
    }

    .blog-blocks-wrap-inner {
      margin: 0 -8px;
      padding: 0
    }

    .blog-blocks-wrap-remove .blog-blocks-wrap-inner {
      visibility: hidden
    }

    .blog-blocks-wrap .blog-blocks-layout {
      float: left;
      margin: 0 0 18px;
      padding: 0;
      position: relative;
      border: 0
    }

    .blog-blocks-wrap .blog-blocks-layout .post-loop-thumbnail {
      width: 100%
    }

    .blog-blocks-wrap .blog-blocks-layout .blog-post-blocks-inner-img img {
      width: 100%;
      height: auto;
      display: block
    }

    .blog-blocks-wrap .blog-blocks-layout .entry-footer>span {
      margin: 0 15px 0 0
    }

    .blog-style-imgblock .blog-post-blocks-inner {
      display: block;
      margin: 0 8px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      position: relative
    }

    .blog-style-imgblock .blog-post-blocks-inner-img {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover
    }

    .blog-style-imgblock .blog-post-blocks-inner-a {
      background-color: rgba(0, 0, 0, .3);
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      color: #fff !important;
      opacity: 0;
      -webkit-transition: opacity .3s ease 0s;
      -moz-transition: opacity .3s ease 0s;
      -ms-transition: opacity .3s ease 0s;
      -o-transition: opacity .3s ease 0s;
      transition: opacity .3s ease 0s
    }

    .blog-style-imgblock .blog-blocks-content-inner {
      position: absolute;
      width: 90%;
      left: 5%;
      top: 50%;
      border-top: 1px solid rgba(255, 255, 255, .9);
      border-bottom: 1px solid rgba(255, 255, 255, .9);
      margin: -42px 0 0;
      padding: 10px 10px 8px
    }

    .blog-style-imgblock .blog-blocks-content-inner .entry-header {
      margin: 0
    }

    .blog-style-imgblock .blog-blocks-content-inner h3 {
      margin: 5px 0;
      padding: 0;
      color: inherit;
      font-size: 23px
    }

    .blog-style-imgblock .blog-blocks-content-inner .entry-meta {
      font-size: 11px;
      text-transform: uppercase;
      opacity: .8
    }

    .blog-style-imgblock .blog-blocks-layout:hover .blog-post-blocks-inner-a {
      opacity: 1
    }

    .blog-style-postblock .blog-post-blocks-inner {
      box-shadow: 0 0 0 1px rgba(0, 0, 0, .08) inset;
      margin: 0 8px 1px
    }

    .blog-style-postblock .blog-post-blocks-inner-img {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover
    }

    .blog-style-postblock .blog-post-blocks-inner-img a {
      display: block
    }

    .blog-style-postblock .blog-post-blocks-inner .blog-blocks-content {
      padding: 10px 10px 5px
    }

    .blog-style-postblock .blog-post-blocks-inner .entry-header {
      margin: 0;
      padding: 0;
      border: 0
    }

    .blog-style-postblock .blog-post-blocks-inner h3 {
      margin: 5px 0 10px;
      padding: 0;
      color: inherit;
      font-size: 24px;
      font-weight: 400
    }

    .blog-style-postblock .blog-post-blocks-inner h3 a {
      font-weight: inherit
    }

    .blog-style-postblock .blog-post-blocks-inner .blog-blocks-content .blog-blocks-content-inner {
      margin: 0 0 10px
    }

    .blog-style-postblock .blog-post-blocks-inner .blog-blocks-content .blog-blocks-content-inner p {
      margin: 0
    }

    .blog-style-postblock .blog-post-blocks-inner .entry-meta {
      font-size: 11px;
      margin: 0 0 5px;
      text-transform: uppercase;
      letter-spacing: 1px
    }

    .blog-style-postblock .blog-post-blocks-inner .entry-footer {
      font-size: 11px;
      text-transform: uppercase;
      margin: 0 0 10px
    }

    .blog-style-postblock .blog-post-blocks-inner.blog-post-shape-round {
      padding: 15px
    }

    .blog-break-blocks .blog-style-postblock .blog-post-blocks-inner.blog-post-shape-round {
      background-color: #fff;
      padding: 15px
    }

    .blog-break-blocks .blog-style-postblock .blog-post-blocks-inner.blog-post-shape-round .blog-blocks-content {
      box-shadow: none !important;
      padding: 15px 5px 5px
    }

    .blog-columns-two .blog-blocks-layout {
      width: 50%
    }

    .blog-columns-three .blog-blocks-layout {
      width: 33.3333%
    }

    .blog-columns-four .blog-blocks-layout {
      width: 25%
    }

    .blog-columns-five .blog-blocks-layout {
      width: 20%
    }

    .content-area.blog-break-blocks {
      padding: 0;
      background: 0 0;
      box-shadow: none
    }

    .content-boxed .content-area.blog-break-blocks {
      padding: 30px 25px
    }

    .blog-break-blocks article.hentry {
      background-color: #fff;
      box-shadow: 0 0 3px 0 rgba(238, 238, 238, .72), 0 0 0px 1px rgba(0, 0, 0, .06) inset;
      border: 0;
      padding: 0;
      margin: 0 0 50px
    }

    .blog-break-blocks article.hentry .post-loop-thumbnail {
      margin: 0;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover
    }

    .blog-break-blocks article.hentry .post-loop-content {
      width: 66%;
      padding: 25px
    }

    .blog-break-blocks article.hentry.blog-post-noimg .post-loop-content {
      width: 100%
    }

    .blog-break-blocks .blog-blocks-wrap article.blog-blocks-layout {
      margin: 0 0 20px;
      background: 0 0;
      box-shadow: 0 0 2px 0 rgba(238, 238, 238, .02);
      border-radius: 0
    }

    .blog-break-blocks .blog-blocks-wrap article.blog-blocks-layout .blog-blocks-content {
      background-color: #fff;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, .08) inset
    }

    .blog-break-blocks.blog-blocks-no-border .blog-blocks-wrap article.blog-blocks-layout .blog-blocks-content,
    .blog-blocks-no-border .blog-style-postblock .blog-post-blocks-inner {
      box-shadow: none
    }

    .avant-authorblock-one,
    .avant-authorblock-three {
      padding: 25px 26px 20px;
      margin: 40px auto 25px;
      display: flex
    }

    .avant-authorblock-one .avant-authorblock-left,
    .avant-authorblock-three .avant-authorblock-left {
      min-width: 115px;
      max-width: 200px;
      padding: 8px 15px 0 0
    }

    .avant-authorblock-one .avant-authorblock-right,
    .avant-authorblock-three .avant-authorblock-right {
      flex: 1
    }

    .avant-authorblock-one {
      background: none repeat scroll 0 0 rgba(0, 0, 0, .025);
      border: 1px solid rgba(0, 0, 0, .15);
      border-radius: 4px
    }

    .avant-authorblock-three {
      border-top: 1px solid rgba(0, 0, 0, .12);
      border-bottom: 1px solid rgba(0, 0, 0, .12)
    }

    .avant-authorblock-one .author_name,
    .avant-authorblock-three .author_name {
      font-size: 1.3em;
      font-weight: 600;
      text-transform: capitalize
    }

    .avant-authorblock-one .author_img img,
    .avant-authorblock-three .author_img img {
      border: 1px solid rgba(0, 0, 0, .38);
      box-shadow: 0 0 0 4px rgba(0, 0, 0, .12);
      border-radius: 50%;
      float: left;
      margin: 0 25px 0 4px
    }

    .avant-authorblock-one .author_links,
    .avant-authorblock-three .author_links {
      font-size: .85em;
      text-transform: uppercase;
      letter-spacing: .4px;
      color: #cacaca
    }

    .avant-authorblock-one .author_links a,
    .avant-authorblock-three .author_links a {
      margin: 0 5px;
      position: relative;
      top: 1px
    }

    .avant-authorblock-two,
    .avant-authorblock-four {
      padding: 25px 20px 20px;
      margin: 40px auto 25px;
      text-align: center
    }

    .avant-authorblock-two {
      background: none repeat scroll 0 0 rgba(0, 0, 0, .02);
      border: 1px solid rgba(0, 0, 0, .15);
      border-radius: 4px
    }

    .avant-authorblock-four {
      border-top: 1px solid rgba(0, 0, 0, .12);
      border-bottom: 1px solid rgba(0, 0, 0, .12)
    }

    .avant-authorblock-two .author_name,
    .avant-authorblock-four .author_name {
      font-size: 1.6em;
      font-weight: 500;
      text-transform: capitalize
    }

    .avant-authorblock-two .author_details,
    .avant-authorblock-four .author_details {
      max-width: 600px;
      margin: 0 auto 30px
    }

    .avant-authorblock-two .author_img img,
    .avant-authorblock-four .author_img img {
      border: 1px solid rgba(0, 0, 0, .38);
      box-shadow: 0 0 0 4px rgba(0, 0, 0, .12);
      border-radius: 50%;
      margin: 0 auto 25px;
      display: block
    }

    .avant-authorblock-two .author_links,
    .avant-authorblock-four .author_links {
      font-size: .7em;
      text-transform: uppercase;
      letter-spacing: .4px;
      color: #cacaca
    }

    .avant-authorblock-two .author_links a,
    .avant-authorblock-four .author_links a {
      margin: 0 10px;
      position: relative;
      top: 1px
    }

    .posts-navigation {
      box-shadow: 0 1px 0 rgba(0, 0, 0, .08) inset;
      padding: 20px 0 0;
      margin: 30px 0 0
    }

    .posts-navigation:after {
      display: block;
      content: '';
      clear: both
    }

    .nav-previous a {
      display: inline-block;
      padding: 10px 40px 5px 2px
    }

    .nav-next a {
      display: inline-block;
      padding: 10px 2px 5px 40px
    }

    .blog .format-aside .entry-title,
    .archive .format-aside .entry-title {
      display: none
    }

    .comment-content a {
      word-wrap: break-word
    }

    .bypostauthor {
      display: block
    }

    article time.updated {
      display: none
    }

    article time.entry-date.published {
      display: inline
    }

    .author_bio_section {
      background: none repeat scroll 0 0 rgba(0, 0, 0, .04);
      padding: 15px 20px;
      border: 1px solid rgba(0, 0, 0, .18);
      margin: 40px 0 15px
    }

    .author_name {
      font-size: 16px;
      font-weight: 700;
      text-transform: capitalize
    }

    .author_details img {
      border: 1px solid rgba(0, 0, 0, .18);
      border-radius: 50%;
      float: left;
      margin: 0 15px 15px 0
    }

    footer.comment-meta {
      position: relative
    }

    .comments-title {
      font-size: 18px
    }

    .comment-list {
      margin: 0;
      padding: 20px 0 0;
      list-style-type: none;
      clear: both
    }

    .comment-list li {
      margin: 0;
      padding: 0 0 10px
    }

    .comment-list ol li {
      box-shadow: -1px 0 0 0 rgba(0, 0, 0, .05)
    }

    .comment-list ol li:last-child {
      box-shadow: none
    }

    .comment-author {
      float: none;
      width: auto;
      margin-left: 55px
    }

    .comment-author b.fn {
      display: block;
      font-size: 15px;
      font-weight: 600
    }

    .comment-container {
      margin-left: 65px
    }

    .comment-author .avatar {
      border: 2px solid #dcdcdc;
      position: absolute;
      left: 0
    }

    .comment-meta cite {
      display: block;
      font-size: 13px;
      font-weight: 600
    }

    .comment-meta>a {
      font-size: 11px
    }

    .comment-content {
      margin: 0 0 0 55px
    }

    .comment-metadata {
      font-size: .9em;
      font-style: italic;
      margin-left: 55px;
      padding: 0 0 4px
    }

    .comment .reply {
      text-align: right;
      font-size: .9em
    }

    .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-author {
      border: 1px solid rgba(0, 0, 0, .12);
      border-bottom: 0;
      border-radius: 12px 12px 0 0;
      padding: 10px 15px 0
    }

    .comment-metadata {
      border-left: 1px solid rgba(0, 0, 0, .12);
      border-right: 1px solid rgba(0, 0, 0, .12);
      padding: 0 15px
    }

    .comment-content {
      border: 1px solid rgba(0, 0, 0, .12);
      border-top: 0;
      border-radius: 0 0 12px 12px;
      padding: 5px 15px 0
    }

    .comment .reply {
      position: relative;
      top: -22px;
      right: 8px;
      font-size: 11px
    }

    .wp-paginate {
      text-align: center
    }

    .wp-paginate li a {
      background-color: #efefef;
      border: 1px solid rgba(0, 0, 0, .12);
      color: inherit
    }

    .wp-paginate li a:hover,
    .wp-paginate li a:active {
      color: #fff
    }

    .wp-paginate li .current {
      border: 1px solid rgba(0, 0, 0, .12)
    }

    .wp-paginate.wpp-modern-grey li .current {
      opacity: 1;
      color: #fff
    }

    .infinite-scroll .posts-navigation,
    .infinite-scroll.neverending .site-footer {
      display: none
    }

    .infinity-end.neverending .site-footer {
      display: block
    }

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

    embed,
    iframe,
    object {
      max-width: 100%
    }

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

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

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

    .wp-caption .wp-caption-text {
      margin: .8075em 0
    }

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

    .widget .gallery {
      padding: 0
    }

    .widget .gallery .gallery-item {
      margin: 0 !important;
      padding: 1px
    }

    .widget .gallery .gallery-item img {
      border-color: rgba(0, 0, 0, 0) !important;
      display: block
    }

    body.blog.avant-blog-left-sidebar .content-area,
    body.archive.category.avant-blog-archives-left-sidebar .content-area,
    body.archive.tag.avant-blog-archives-left-sidebar .content-area,
    body.single.single-post.avant-blog-single-left-sidebar .content-area,
    body.search-results.avant-blog-search-left-sidebar .content-area {
      float: right;
      margin: 0 0 0 5%
    }

    body.post-type-archive-product.woocommerce.avant-shop-left-sidebar #container,
    body.post-type-archive-product.woocommerce.avant-shop-left-sidebar .content-area {
      float: right;
      margin: 0 0 0 5%
    }

    body.archive.woocommerce.avant-shop-archives-left-sidebar #container,
    body.archive.woocommerce.avant-shop-archives-left-sidebar .content-area {
      float: right;
      margin: 0 0 0 5%
    }

    body.single-product.woocommerce.avant-shop-single-left-sidebar #container,
    body.single-product.woocommerce.avant-shop-single-left-sidebar .content-area {
      float: right;
      margin: 0 0 0 5%
    }

    body.blog.avant-blog-left-sidebar .content-boxed .content-area,
    body.archive.category.avant-blog-archives-left-sidebar .content-boxed .content-area,
    body.archive.tag.avant-blog-archives-left-sidebar .content-boxed .content-area,
    body.single.single-post.avant-blog-single-left-sidebar .content-boxed .content-area,
    body.search-results.avant-blog-search-left-sidebar .content-boxed .content-area,
    body.post-type-archive-product.woocommerce.avant-shop-left-sidebar .content-boxed #container,
    body.post-type-archive-product.woocommerce.avant-shop-left-sidebar .content-boxed .content-area,
    body.archive.woocommerce.avant-shop-archives-left-sidebar .content-boxed #container,
    body.archive.woocommerce.avant-shop-archives-left-sidebar .content-boxed .content-area,
    body.single-product.woocommerce.avant-shop-single-left-sidebar .content-boxed #container,
    body.single-product.woocommerce.avant-shop-single-left-sidebar .content-boxed .content-area {
      margin: 0
    }

    body.blog.avant-blog-left-sidebar .content-boxed .avant-add-sidebar-line .content-area,
    body.archive.category.avant-blog-archives-left-sidebar .content-boxed .avant-add-sidebar-line .content-area,
    body.archive.tag.avant-blog-archives-left-sidebar .content-boxed .avant-add-sidebar-line .content-area,
    body.single.single-post.avant-blog-single-left-sidebar .content-boxed .avant-add-sidebar-line .content-area,
    body.search-results.avant-blog-search-left-sidebar .content-boxed .avant-add-sidebar-line .content-area,
    body.post-type-archive-product.woocommerce.avant-shop-left-sidebar .content-boxed .avant-add-sidebar-line #container,
    body.post-type-archive-product.woocommerce.avant-shop-left-sidebar .content-boxed .avant-add-sidebar-line .content-area,
    body.archive.woocommerce.avant-shop-archives-left-sidebar .content-boxed .avant-add-sidebar-line #container,
    body.archive.woocommerce.avant-shop-archives-left-sidebar .content-boxed .avant-add-sidebar-line .content-area,
    body.single-product.woocommerce.avant-shop-single-left-sidebar .content-boxed .avant-add-sidebar-line #container,
    body.single-product.woocommerce.avant-shop-single-left-sidebar .content-boxed .avant-add-sidebar-line .content-area {
      box-shadow: -1px 0 0 rgba(0, 0, 0, .06)
    }

    body.blog.avant-blog-left-sidebar .content-boxed .avant-add-sidebar-line .widget-area,
    body.archive.category.avant-blog-archives-left-sidebar .content-boxed .avant-add-sidebar-line .widget-area,
    body.archive.tag.avant-blog-archives-left-sidebar .content-boxed .avant-add-sidebar-line .widget-area,
    body.single.single-post.avant-blog-single-left-sidebar .content-boxed .avant-add-sidebar-line .widget-area,
    body.search-results.avant-blog-search-left-sidebar .content-boxed .avant-add-sidebar-line .widget-area,
    body.post-type-archive-product.woocommerce.avant-shop-left-sidebar .content-boxed .avant-add-sidebar-line .widget-area,
    body.archive.woocommerce.avant-shop-archives-left-sidebar .content-boxed .avant-add-sidebar-line .widget-area,
    body.single-product.woocommerce.avant-shop-single-left-sidebar .content-boxed .avant-add-sidebar-line .widget-area {
      box-shadow: -1px 0 0 rgba(0, 0, 0, .03) inset
    }

    body.post-type-archive-product.woocommerce.avant-shop-full-width #container,
    body.post-type-archive-product.woocommerce.avant-shop-full-width .content-area {
      box-shadow: 0 0 3px 0 rgba(238, 238, 238, .72), 0 0 0px 1px rgba(0, 0, 0, .06) inset;
      width: 100%;
      float: none;
      padding: 30px 25px;
      margin: 0
    }

    body.post-type-archive-product.woocommerce.avant-shop-full-width .content-boxed #container,
    body.post-type-archive-product.woocommerce.avant-shop-full-width .content-boxed .content-area {
      box-shadow: none
    }

    body.post-type-archive-product.woocommerce.avant-shop-full-width .widget-area {
      display: none
    }

    body.post-type-archive-product.woocommerce.avant-shop-full-width .woocommerce-breadcrumb {
      right: 25px
    }

    body.archive.woocommerce.avant-shop-archives-full-width #container,
    body.archive.woocommerce.avant-shop-archives-full-width .content-area {
      box-shadow: none;
      width: 100%;
      float: none;
      padding: 30px 25px;
      margin: 0
    }

    body.archive.woocommerce.avant-shop-archives-full-width .widget-area {
      display: none
    }

    body.archive.woocommerce.avant-shop-archives-full-width .woocommerce-breadcrumb {
      right: 25px
    }

    body.single-product.woocommerce.avant-shop-single-full-width #container,
    body.single-product.woocommerce.avant-shop-single-full-width .content-area {
      box-shadow: none;
      width: 100%;
      float: none;
      padding: 30px 25px;
      margin: 0
    }

    body.single-product.woocommerce.avant-shop-single-full-width .widget-area {
      display: none
    }

    body.post-type-archive-product.woocommerce.avant-shop-full-width .site-side-layout-container #container,
    body.post-type-archive-product.woocommerce.avant-shop-full-width .site-side-layout-container .content-area,
    body.archive.woocommerce.avant-shop-archives-full-width .site-side-layout-container #container,
    body.archive.woocommerce.avant-shop-archives-full-width .site-side-layout-container .content-area,
    body.single-product.woocommerce.avant-shop-single-full-width .site-side-layout-container #container,
    body.single-product.woocommerce.avant-shop-single-full-width .site-side-layout-container .content-area {
      float: left
    }

    body.archive.woocommerce.avant-shop-remove-titlebar #container header.woocommerce-products-header,
    body.archive.woocommerce.avant-shop-remove-titlebar .content-area header.woocommerce-products-header,
    body.archive.woocommerce.avant-shop-remove-titlebar #container .woocommerce-breadcrumb,
    body.archive.woocommerce.avant-shop-remove-titlebar .content-area .woocommerce-breadcrumb {
      display: none
    }

    body.blog.avant-blog-remove-titlebar .site-main>header.entry-header,
    body.archive.category.avant-blog-remove-titlebar .site-main>header.entry-header,
    body.archive.tag.avant-blog-remove-titlebar .site-main>header.entry-header,
    body.archive.author.avant-blog-remove-titlebar .site-main>header.entry-header {
      display: none
    }

    body.post-type-archive-product.woocommerce.avant-onlyshop-remove-titlebar header.woocommerce-products-header,
    body.post-type-archive-product.woocommerce.avant-onlyshop-remove-titlebar .woocommerce-breadcrumb,
    body.archive.woocommerce.avant-onlyshop-remove-titlebar header.woocommerce-products-header,
    body.archive.woocommerce.avant-onlyshop-remove-titlebar .woocommerce-breadcrumb {
      display: none
    }

    body.single-product.woocommerce .page-fimage-banner {
      display: none !important
    }

    .woocommerce .content-boxed #container,
    .woocommerce .content-boxed .content-area,
    .content-boxed .content-area,
    .content-boxed .widget-area,
    .content-boxed .widget-area.sidebar-break-blocks .widget,
    .content-boxed .blog-break-blocks .blog-blocks-wrap article.blog-blocks-layout .blog-blocks-content {
      background: 0 0;
      box-shadow: none
    }

    .page-template-template-gutenberg .site-container.content-container {
      max-width: 100%;
      width: 100%;
      float: none;
      padding-left: 0;
      padding-right: 0
    }

    body.page-template-template-gutenberg {
      background-color: #fff
    }

    .page-template-template-gutenberg .entry-content>*,
    .page-template-template-gutenberg .page-titlebar,
    .page-template-template-gutenberg .entry-header,
    .page-template-template-gutenberg .page-header,
    .page-template-template-gutenberg .post-thumbnail,
    .page-template-template-gutenberg #comments {
      max-width: 54%;
      margin-left: auto;
      margin-right: auto
    }

    .page-template-template-gutenberg header.entry-header {
      margin: 0 auto 25px
    }

    .page-template-template-gutenberg header.entry-header:after {
      display: block;
      content: '';
      clear: both
    }

    .page-template-template-gutenberg .entry-header .entry-title {
      font-size: 28px;
      margin: 25px 0 10px
    }

    .page-template-template-gutenberg .page-titlebar {
      margin-bottom: 25px
    }

    .page-template-template-gutenberg .content-boxed .page-titlebar {
      margin-top: 25px
    }

    .page-template-template-gutenberg .page-titlebar-h {
      margin: 0 0 10px
    }

    .page-template-template-gutenberg .breadcrumbs {
      float: none;
      padding: 0 0 15px
    }

    .alignwide,
    .page-template-template-gutenberg .alignwide {
      max-width: 75%;
      margin-left: auto;
      margin-right: auto
    }

    .alignfull,
    .page-template-template-gutenberg .alignfull {
      max-width: 100%
    }

    .page-template-template-gutenberg img {
      width: 100%;
      height: auto
    }

    @media screen and (max-width:980px) {
      .entry-header h2 {
        margin: 0 0 10px
      }

      .breadcrumbs,
      .blog-break-blocks .entry-header .breadcrumbs {
        position: relative;
        top: 0;
        right: auto;
        margin: 0 0 10px
      }

      .blog-blocks-wrap .blog-blocks-layout {
        width: 50% !important
      }

      .main-menu-inner {
        display: none !important
      }

      .main-navigation ul {
        display: block !important
      }

      .main-navigation-left,
      .main-navigation-right {
        position: relative;
        right: 0;
        width: 100%;
        padding: 0 !important;
        left: 0
      }

      #main-menu {
        color: #fff;
        position: fixed;
        top: 0;
        right: -280px;
        width: 280px;
        max-width: 100%;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        padding: 50px 20px 30px;
        background: #000;
        z-index: 99998;
        height: 100%;
        overflow: auto;
        transition: right .4s ease 0s
      }

      .main-navigation li {
        display: block !important;
        float: none !important
      }

      .main-navigation li a {
        display: block;
        float: none;
        padding: 10px 0 !important;
        color: #c5c5c5 !important;
        text-align: left
      }

      .main-navigation ul ul {
        box-shadow: none !important;
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        float: none !important;
        background-color: rgba(255, 255, 255, .14) !important;
        padding: 0;
        margin: 0;
        display: none !important
      }

      .main-navigation ul ul li:last-child a,
      .main-navigation ul ul li a {
        background: 0 0 !important;
        padding: 10px 12px !important;
        width: auto
      }

      #primary-menu,
      .menu-main-menu-container {
        display: block !important;
        float: none
      }

      .main-menu-close {
        background: 0 0 !important;
        box-shadow: none !important;
        border: 0 !important;
        display: block;
        border-radius: 4px;
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 22px;
        color: #898989;
        text-align: center;
        padding: 0 8px 0 12px;
        height: 40px;
        line-height: 38px;
        cursor: pointer
      }

      .main-menu-close .fa-angle-left {
        position: relative;
        left: -6px
      }

      .menu-dropdown-btn {
        display: block
      }

      .main-navigation .open-page-item>ul.children,
      .main-navigation .open-page-item>ul.sub-menu {
        display: block !important
      }

      body.show-main-menu .main-menu-inner {
        display: block !important
      }

      body.show-main-menu #main-menu {
        right: 0 !important
      }

      body.show-main-menu #page {
        right: 280px !important
      }
    }

    @media only screen and (max-width:900px) {
      .home-slider-block h3 {
        font-size: 38px
      }

      .home-slider-block-inner {
        font-size: 16px
      }
    }

    @media only screen and (max-width:782px) {
      .side-aligned-social {
        display: none
      }

      .page-template-default .content-area,
      .woocommerce #container,
      .woocommerce-page #container,
      .content-area {
        width: 100% !important;
        float: none !important;
        margin: 0 0 30px !important
      }

      .page-template-default .widget-area,
      .widget-area {
        width: 100% !important;
        float: none !important
      }

      .woocommerce div.product div.images,
      .woocommerce div.product div.summary {
        width: 100% !important;
        float: none !important
      }

      .page-template-template-left-sidebar-php .content-area {
        width: 100% !important;
        float: none !important;
        margin: 0 0 30px !important
      }

      .page-template-template-left-sidebar-php .widget-area {
        width: 100% !important;
        float: none !important
      }
    }

    @media only screen and (max-width:700px) {
      .home-slider-block h3 {
        font-size: 32px
      }

      .home-slider-block-bg {
        padding: 15px
      }
    }

    @media only screen and (max-width:620px) {
      .post-loop-thumbnail {
        float: none !important;
        width: 100% !important;
        margin: 0 0 20px !important
      }

      .post-loop-content {
        float: none !important;
        width: 100% !important
      }
    }

    @media only screen and (max-width:580px) {
      .blog-blocks-wrap .blog-blocks-layout {
        width: 100% !important
      }

      .blog-style-imgblock .blog-post-blocks-inner-a {
        opacity: 1 !important
      }

      .site-footer-bottom-bar-left {
        float: none;
        text-align: center;
        padding: 12px 0 0
      }

      .site-footer-bottom-bar-right {
        float: none;
        text-align: center;
        padding: 5px 0 10px
      }
    }

    @media only screen and (max-width:480px) {
      .home-slider-block-inner {
        width: 100%
      }
    }

    ​ body,
    .widget-area .widget a {
      color: #636161;
      font-family: 'Open Sans', sans-serif
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a,
    .widget-area .widget-title {
      color: #3a3a3a;
      font-family: 'Poppins', sans-serif
    }

    .woocommerce table.cart th,
    .woocommerce-page #content table.cart th,
    .woocommerce-page table.cart th,
    .woocommerce input.button.alt,
    .woocommerce-page #content input.button.alt,
    .woocommerce table.cart input,
    .woocommerce-page #content table.cart input,
    .woocommerce-page table.cart input,
    button,
    input[type=button],
    input[type=reset],
    input[type=submit] {
      font-family: 'Poppins', sans-serif
    }

    .site-title a {
      font-family: 'Parisienne', cursive
    }

    .site-top-border,
    #comments .form-submit #submit,
    .search-block .search-submit,
    .side-aligned-social a.social-icon,
    .no-results-btn,
    button,
    input[type=button],
    input[type=reset],
    input[type=submit],
    .widget-title-style-underline-short .widget-area .widget-title:after,
    .woocommerce ul.products li.product a.add_to_cart_button,
    .woocommerce-page ul.products li.product a.add_to_cart_button,
    .woocommerce ul.products li.product .onsale,
    .woocommerce-page ul.products li.product .onsale,
    .woocommerce button.button.alt,
    .woocommerce-page button.button.alt,
    .woocommerce input.button.alt:hover,
    .woocommerce-page #content input.button.alt:hover,
    .woocommerce .cart-collaterals .shipping_calculator .button,
    .woocommerce-page .cart-collaterals .shipping_calculator .button,
    .woocommerce a.button,
    .woocommerce-page a.button,
    .woocommerce input.button,
    .woocommerce-page #content input.button,
    .woocommerce-page input.button,
    .woocommerce #review_form #respond .form-submit input,
    .woocommerce-page #review_form #respond .form-submit input,
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
    .woocommerce button.button.alt.disabled,
    .woocommerce button.button.alt.disabled:hover,
    .single-product span.onsale,
    .main-navigation.avant-nav-style-solid ul>li>a:hover,
    .main-navigation.avant-nav-style-solid ul>li.current-menu-item>a,
    .main-navigation.avant-nav-style-solid ul>li.current-menu-ancestor>a,
    .main-navigation.avant-nav-style-solid ul>li.current-menu-parent>a,
    .main-navigation.avant-nav-style-solid ul>li.current_page_parent>a,
    .main-navigation.avant-nav-style-solid ul>li.current_page_ancestor>a,
    .main-navigation.avant-nav-style-solid .current_page_item>a,
    .woocommerce .widget_price_filter .ui-slider .ui-slider-range,
    .woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
    .main-navigation ul ul a:hover,
    .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,
    .wpcf7-submit,
    .avant-numeric-navigation li a,
    .avant-numeric-navigation li a:hover,
    .avant-numeric-navigation li.active a,
    .avant-numeric-navigation li.disabled,
    .wp-paginate li a:hover,
    .wp-paginate li a:active,
    .wp-paginate li .current,
    .wp-paginate.wpp-modern-grey li a:hover,
    .wp-paginate.wpp-modern-grey li .current {
      background: inherit;
      background-color: #de7158
    }

    a,
    .content-area .entry-content a,
    #comments a,
    .post-edit-link,
    .site-title a,
    .error-404.not-found .page-header .page-title span,
    .search-button .fa-search,
    .header-cart-checkout.cart-has-items .fa-shopping-cart,
    .woocommerce ul.products li.product .price,
    .site-header-top-right .social-icon:hover,
    .site-footer-bottom-bar .social-icon:hover,
    .site-footer-bottom-bar ul li a:hover,
    a.privacy-policy-link:hover,
    .main-navigation.avant-nav-style-plain ul>li>a:hover,
    .main-navigation.avant-nav-style-plain ul>li.current-menu-item>a,
    .main-navigation.avant-nav-style-plain ul>li.current-menu-ancestor>a,
    .main-navigation.avant-nav-style-plain ul>li.current-menu-parent>a,
    .main-navigation.avant-nav-style-plain ul>li.current_page_parent>a,
    .main-navigation.avant-nav-style-plain ul>li.current_page_ancestor>a,
    .main-navigation.avant-nav-style-plain .current_page_item>a,
    .avant-header-nav ul li.focus>a,
    nav.main-navigation ul li.menu-item.focus>a {
      color: #de7158
    }

    .main-navigation.avant-nav-style-underlined ul>li>a:hover,
    .main-navigation.avant-nav-style-underlined ul>li.current-menu-item>a,
    .main-navigation.avant-nav-style-underlined ul>li.current-menu-ancestor>a,
    .main-navigation.avant-nav-style-underlined ul>li.current-menu-parent>a,
    .main-navigation.avant-nav-style-underlined ul>li.current_page_parent>a,
    .main-navigation.avant-nav-style-underlined ul>li.current_page_ancestor>a,
    .main-navigation.avant-nav-style-underlined .current_page_item>a {
      box-shadow: 0 -4px 0 #de7158 inset
    }

    a:hover,
    .avant-header-nav ul li a:hover,
    .content-area .entry-content a:hover,
    .header-social .social-icon:hover,
    .widget-area .widget a:hover,
    .site-footer-widgets .widget a:hover,
    .site-footer .widget a:hover,
    .search-btn:hover,
    .search-button .fa-search:hover,
    .woocommerce #content div.product p.price,
    .woocommerce-page #content div.product p.price,
    .woocommerce-page div.product p.price,
    .woocommerce #content div.product span.price,
    .woocommerce div.product span.price,
    .woocommerce-page #content div.product span.price,
    .woocommerce-page div.product span.price,
    .woocommerce ul.products li.product .price:hover,
    .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active,
    .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
    .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
      color: #ab3d3a
    }

    .main-navigation button:hover,
    #comments .form-submit #submit:hover,
    .search-block .search-submit:hover,
    .no-results-btn:hover,
    button,
    input[type=button],
    input[type=reset],
    input[type=submit],
    .woocommerce input.button.alt,
    .woocommerce-page #content input.button.alt,
    .woocommerce .cart-collaterals .shipping_calculator .button,
    .woocommerce-page .cart-collaterals .shipping_calculator .button,
    .woocommerce a.button:hover,
    .woocommerce-page a.button:hover,
    .woocommerce input.button:hover,
    .woocommerce-page #content input.button:hover,
    .woocommerce-page input.button:hover,
    .woocommerce ul.products li.product a.add_to_cart_button:hover,
    .woocommerce-page ul.products li.product a.add_to_cart_button:hover,
    .woocommerce button.button.alt:hover,
    .woocommerce-page button.button.alt:hover,
    .woocommerce #review_form #respond .form-submit input:hover,
    .woocommerce-page #review_form #respond .form-submit input:hover,
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
    .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
    .avant-numeric-navigation li a:hover,
    .avant-numeric-navigation li.active a,
    .wpcf7-submit:hover {
      background: inherit;
      background-color: #ab3d3a
    }

    .avant-header-nav {
      float: right
    }

    .site-top-bar-switch .avant-header-nav {
      float: left
    }

    .avant-header-nav ul {
      margin: 0;
      padding: 0
    }

    .avant-header-nav ul li {
      margin: 0;
      padding: 0;
      list-style-type: none;
      float: left;
      position: relative
    }

    .avant-header-nav ul li a {
      font-size: 10px;
      text-transform: uppercase;
      letter-spacing: 1px;
      display: block;
      color: inherit;
      padding: 7px 10px;
      box-shadow: 1px 0 0 rgba(0, 0, 0, .08)
    }

    .avant-header-nav ul ul {
      background-color: #fff;
      border-top: 1px solid rgba(0, 0, 0, .4);
      box-shadow: 0 1px 4px rgba(0, 0, 0, .08);
      float: left;
      position: absolute;
      top: 30px;
      right: -999em;
      z-index: 99999;
      padding: 0
    }

    .avant-header-nav ul ul ul {
      right: -999em;
      top: 0
    }

    .avant-header-nav ul ul li {
      float: none;
      width: 100%;
      display: block;
      position: relative;
      min-width: 150px;
      text-align: left;
      white-space: nowrap
    }

    .avant-header-nav ul ul li a {
      min-width: 110px;
      padding: 7px 10px 8px
    }

    .avant-header-nav ul ul li:hover {
      background-color: rgba(0, 0, 0, .02)
    }

    .avant-header-nav ul li:hover>ul,
    .avant-header-nav ul li.focus>ul {
      right: 0;
      display: block
    }

    .avant-header-nav ul ul li:hover>ul,
    .avant-header-nav ul ul li.focus>ul {
      right: 100%;
      display: block
    }

    .site-top-bar .avant-header-nav ul li a {
      padding: 8px 10px 7px;
      box-shadow: -1px 0 0 rgba(0, 0, 0, .08)
    }

    .site-top-bar.site-top-bar-switch .avant-header-nav ul li a {
      box-shadow: 1px 0 0 rgba(0, 0, 0, .08)
    }

    .side-aligned-social {
      top: 265px
    }

    .site-top-bar {
      box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset;
      background-color: #fff;
      color: #aaa
    }

    .site-top-bar>.site-container {
      position: relative
    }

    .site-top-bar-left {
      background-color: #fff;
      float: left;
      width: 50%;
      padding: 3px 0 7px;
      min-height: 32px;
      position: relative;
      z-index: 4;
      box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset
    }

    .site-topbar-no,
    .site-topbar-ad {
      display: inline-block;
      vertical-align: middle;
      font-size: 11px;
      letter-spacing: 1px;
      color: inherit;
      margin: 0 8px 0 0
    }

    .site-topbar-ad i.fa {
      position: relative;
      top: -1px
    }

    .site-top-bar-right {
      background-color: #fff;
      float: right;
      width: 50%;
      text-align: right;
      min-height: 32px;
      position: relative;
      z-index: 4;
      box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset
    }

    .site-top-bar-right-extra-txt {
      display: inline-block;
      font-size: 11px;
      margin: 0;
      vertical-align: middle;
      letter-spacing: 1px
    }

    .site-top-bar-switch .site-top-bar-left {
      float: right;
      text-align: right
    }

    .site-top-bar-switch .site-top-bar-right {
      float: left;
      text-align: left
    }

    .site-top-bar-switch .site-topbar-no,
    .site-top-bar-switch .site-topbar-ad {
      margin: 0 0 0 8px
    }

    .site-top-bar.site-header-layout-one.site-top-bar-switch .avant-header-nav ul li a {
      box-shadow: 1px 0 0 rgba(0, 0, 0, .08);
      padding: 8px 10px 7px
    }

    .site-top-bar.site-header-layout-one.site-top-bar-switch .avant-header-nav>ul>li:first-child>a {
      padding: 8px 10px 7px 0
    }

    .site-top-bar-switch .avant-header-nav ul {
      right: auto;
      left: -999em
    }

    .site-top-bar-switch .avant-header-nav li:hover>ul,
    .site-top-bar-switch .avant-header-nav li:focus>ul {
      right: auto;
      left: 0;
      display: block
    }

    .site-top-bar-switch .avant-header-nav li ul li:hover>ul,
    .site-top-bar-switch .avant-header-nav li ul li:focus>ul {
      right: auto;
      left: 100%;
      display: block
    }

    .site-header {
      background-color: #fff;
      position: relative;
      color: #656565;
      text-align: center;
      margin: 0 0 60px
    }

    .content-boxed .site-header,
    .site-header.site-header-nospace {
      margin: 0
    }

    .site-header-top {
      background-color: #fff;
      box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 2px 3px 0 rgba(238, 238, 238, .4), 0 1px 0 0 rgba(0, 0, 0, .08) inset;
      color: #aaa
    }

    .site-header.site-no-nav {
      box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 2px 3px 0 rgba(238, 238, 238, .4)
    }

    .site-header-top-left {
      float: left
    }

    .site-header-top-right {
      float: right
    }

    .site-header-switch .site-header-top-left {
      float: right
    }

    .site-header-switch .site-header-top-right {
      float: left
    }

    .site-header-switch a.header-cart-contents {
      padding: 16px 1px 18px 15px
    }

    .site-header-switch .menu-search {
      box-shadow: -1px 0 0 rgba(0, 0, 0, .08) inset;
      text-align: right;
      float: left;
      margin: 0 8px 0 0;
      padding: 10px 10px 11px 0
    }

    .site-branding {
      padding: 25px 0 35px;
      display: inline-block
    }

    .site-branding a {
      display: block;
      margin: 0 auto
    }

    .site-branding-logo a {
      display: inline-block
    }

    .site-branding a img {
      display: block
    }

    .site-title {
      margin: 0;
      padding: 0;
      font-size: 94px;
      line-height: 64px;
      font-weight: 300;
      text-shadow: 0 2px 3px rgba(255, 255, 255, .3)
    }

    .site-title a {
      color: #000 !important
    }

    .site-description {
      margin: 0;
      padding: 0;
      font-size: 12px;
      line-height: 15px;
      letter-spacing: 2px;
      font-weight: 300;
      text-transform: uppercase;
      color: inherit
    }

    .site-branding-float-all .custom-logo-link {
      float: left
    }

    .site-branding-float {
      text-align: left;
      float: left;
      padding-left: 12px
    }

    .site-top-bar .social-icon {
      color: inherit;
      float: right;
      box-shadow: -1px 0 0 rgba(0, 0, 0, .08);
      margin: 0;
      padding: 5px 10px 4px
    }

    .site-top-bar-switch .social-icon {
      float: left;
      box-shadow: 1px 0 0 rgba(0, 0, 0, .08)
    }

    #primary-menu,
    #main-menu>div {
      display: inline-block;
      vertical-align: top
    }

    .header-cart {
      display: inline-block;
      vertical-align: middle;
      padding: 0
    }

    .site-top-bar .header-cart {
      float: right;
      box-shadow: 1px 0 0 rgba(0, 0, 0, .08) inset
    }

    .header-cart {
      font-weight: 400;
      font-size: 11px;
      letter-spacing: 1px
    }

    a.header-cart-contents {
      color: inherit !important;
      padding: 16px 15px 18px;
      display: block
    }

    .site-top-bar .header-cart a.header-cart-contents {
      padding: 8px 10px 7px
    }

    .header-cart-checkout {
      margin: 0 0 0 4px;
      position: relative;
      top: -1px
    }

    .menu-search {
      float: right;
      box-shadow: 1px 0 0 rgba(0, 0, 0, .08) inset !important;
      text-align: right;
      margin: 0 0 0 1px;
      padding: 1px 0 1px 5px;
      font-size: 13px;
      background: 0 0;
      color: inherit;
      border: 0
    }

    .search-btn {
      display: block;
      padding: 8px 5px 9px;
      cursor: pointer
    }

    .search-block {
      position: absolute;
      background-color: #fff;
      border-top: 0;
      border-radius: 0 0 3px 3px;
      bottom: 2px;
      right: 36px;
      padding: 9px;
      z-index: 2;
      -webkit-transition: bottom .3s ease 0s;
      -moz-transition: bottom .3s ease 0s;
      -ms-transition: bottom .3s ease 0s;
      -o-transition: bottom .3s ease 0s;
      transition: bottom .3s ease 0s
    }

    .search-block .search-field,
    .search-block .product-search input[type=text].product-search-field,
    .aws-container .aws-search-field {
      font-size: 13px;
      margin: 0;
      padding: 5px 8px;
      border: 1px solid rgba(0, 0, 0, .18);
      border-radius: 0;
      background-color: #fff;
      width: 310px;
      font-weight: 200;
      outline: none;
      color: inherit;
      box-sizing: border-box
    }

    .search-block .search-submit {
      display: none
    }

    .aws-container .aws-search-field {
      line-height: 20px;
      height: auto
    }

    .site-top-bar-switch .menu-search {
      float: left;
      padding: 1px 2px 1px 0;
      box-shadow: 1px 0 0 rgba(0, 0, 0, .08)
    }

    .site-top-bar-switch .search-block {
      right: auto;
      left: 38px
    }

    .show-site-search .search-block {
      bottom: -50px
    }

    .site-boxed .site-top-bar {
      box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, -1px 0 0 rgba(0, 0, 0, .08) inset, 1px 0 0 rgba(0, 0, 0, .08) inset
    }

    .site-boxed .site-top-bar .site-container {
      padding: 0 20px
    }

    .site-boxed .site-header .site-container {
      padding: 0 15px 0 20px
    }

    .site-boxed .site-header.site-header-switch .site-container {
      padding: 0 20px 0 15px
    }

    .site-boxed .site-header {
      box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 2px 3px 0 rgba(238, 238, 238, .4), -1px 0 0 rgba(0, 0, 0, .08) inset, 1px 0 0 rgba(0, 0, 0, .08) inset
    }

    .site-boxed .site-header-top {
      box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 2px 3px 0 rgba(238, 238, 238, .4), -1px 0 0 rgba(0, 0, 0, .08) inset, 1px 0 0 rgba(0, 0, 0, .08) inset, 0 1px 0 rgba(0, 0, 0, .08) inset
    }

    .content-boxed .site-boxed .site-top-bar {
      box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset
    }

    .content-boxed .site-boxed .site-header {
      box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset
    }

    .content-boxed .site-boxed .site-header-top {
      box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset, 0 1px 0 rgba(0, 0, 0, .08) inset
    }

    #main-menu {
      text-align: center
    }

    .main-navigation {
      padding: 0
    }

    .main-navigation li a {
      padding: 16px 16px 18px
    }

    .main-navigation ul ul {
      top: 50px
    }

    .main-navigation ul ul li {
      position: relative
    }

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

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

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

    .site-header-top.stick-header {
      top: -200px;
      -webkit-transition: top .4s ease 0s;
      -moz-transition: top .4s ease 0s;
      -ms-transition: top .4s ease 0s;
      -o-transition: top .4s ease 0s;
      transition: top .4s ease 0s
    }

    .stick-header.stuck {
      background-color: #fff;
      box-shadow: 0 -1px 0 rgba(0, 0, 0, .14) inset;
      position: fixed;
      top: -200px;
      left: 0;
      width: 100%;
      z-index: 99999
    }

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

    .stick-header.stuck.animate-sticky-header {
      top: 0
    }

    body.admin-bar .stick-header.stuck.animate-sticky-header {
      top: 32px
    }

    @media screen and (max-width:980px) {
      .site-title {
        font-size: 56px;
        line-height: 56px;
        padding: 0 0 4px
      }

      .site-description {
        font-size: 12px;
        line-height: 14px
      }

      .header-menu-button {
        display: block;
        padding: 15px 100px 16px 15px;
        text-transform: uppercase;
        font-size: 12px;
        cursor: pointer;
        text-align: center
      }

      .header-menu-button i {
        font-size: 11px;
        vertical-align: middle
      }

      .header-menu-button span {
        vertical-align: middle;
        margin: 0 0 0 6px
      }

      body.admin-bar #main-menu {
        padding: 87px 20px 30px
      }

      body.admin-bar .main-menu-close {
        top: 45px
      }
    }

    @media only screen and (max-width:782px) {
      .site-top-bar .site-container {
        padding: 0
      }

      .site-top-bar-left {
        float: none !important;
        width: 100%;
        text-align: center !important;
        box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset;
        padding: 0 0 4px;
        min-height: 29px
      }

      .site-top-bar .social-icon,
      .menu-search,
      .site-topbar-right-no,
      .avant-header-nav {
        display: inline-block;
        vertical-align: middle;
        float: none
      }

      .site-top-bar-switch .social-icon {
        padding: 3px 10px 4px
      }

      .site-top-bar-right-extra-txt {
        margin: 0 8px 0 0
      }

      .menu-search {
        padding: 0;
        margin: 0 -3px 0 0
      }

      .site-top-bar-switch .menu-search {
        float: none;
        padding: 0
      }

      .search-btn {
        padding: 9px 10px
      }

      .site-top-bar-switch .search-btn {
        padding: 7px 10px 8px
      }

      .site-top-bar-right {
        float: none !important;
        width: 100%;
        text-align: center !important;
        min-height: 29px
      }

      .site-top-bar .avant-header-nav ul li:last-child a {
        box-shadow: -1px 0 0 rgba(0, 0, 0, .08), 1px 0 0 rgba(0, 0, 0, .08)
      }

      .site-top-bar.site-top-bar-switch .avant-header-nav ul li:last-child a {
        box-shadow: 1px 0 0 rgba(0, 0, 0, .08)
      }

      .site-top-bar.site-top-bar-switch .avant-header-nav ul li:first-child a {
        box-shadow: 1px 0 0 rgba(0, 0, 0, .08)
      }

      .site-top-bar .avant-header-nav ul li a {
        padding: 6px 10px 7px !important
      }

      .search-block {
        position: relative;
        display: none;
        top: 0 !important;
        bottom: 0 !important;
        left: 0;
        right: 0;
        box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset
      }

      .site-top-bar-switch .search-block {
        left: 0
      }

      .search-block .search-field {
        width: 100%
      }

      .site-top-bar .avant-header-nav {
        float: none !important;
        display: inline-block !important
      }

      .show-site-search .search-block {
        display: block
      }

      .avant-header-nav ul ul {
        top: 28px
      }

      body.admin-bar #main-menu {
        padding: 101px 20px 30px
      }

      body.admin-bar .main-menu-close {
        top: 59px
      }
    }

    @media only screen and (max-width:580px) {
      .site-header-top .site-container {
        padding: 0
      }

      .site-header-top-left {
        float: none;
        box-shadow: 0 -1px 0 rgba(0, 0, 0, .08) inset
      }

      .site-header-top-right {
        float: none;
        position: absolute;
        top: 0;
        right: 0
      }

      a.header-cart-contents {
        padding: 8px 10px 8px
      }

      .header-menu-button {
        width: 100%;
        padding: 15px 10px 16px
      }

      .site-header-top-right .social-icon {
        margin: 0 1px;
        padding: 5px 7px
      }
    }

    .site-footer-standard {
      background-color: #fff;
      color: #8c8c8c
    }

    .site-footer-no-widgets {
      text-align: center;
      padding: 40px 0 30px
    }

    .site-footer-standard .site-footer-widgets {
      padding: 50px 0 30px
    }

    .site-footer-standard .site-footer-widgets .site-container>ul {
      margin: 0;
      padding: 0;
      display: table-row
    }

    .site-footer-standard .site-footer-widgets .site-container>ul>li {
      margin: 0;
      padding: 10px 18px 20px;
      list-style-type: none;
      display: table-cell;
      width: 10%;
      box-sizing: border-box;
      vertical-align: top
    }

    .site-footer-standard .site-footer-widgets .site-container>ul>li:first-child {
      padding: 10px 18px 20px 0
    }

    .site-footer-standard .site-footer-widgets .site-container>ul>li:last-child {
      padding: 10px 0 20px 18px
    }

    .site-boxed .site-footer {
      box-shadow: 0 -2px 3px 0 rgba(238, 238, 238, .4), 0 1px 0 rgba(0, 0, 0, .08) inset, 1px 0 0 rgba(0, 0, 0, .08) inset, -1px 0 0 rgba(0, 0, 0, .08) inset
    }

    .site-boxed .site-footer-bottom-bar {
      box-shadow: 0 1px 0 rgba(0, 0, 0, .08) inset, 1px 0 0 rgba(0, 0, 0, .08) inset, -1px 0 0 rgba(0, 0, 0, .08) inset
    }

    .content-boxed .site-boxed .site-footer {
      box-shadow: 0 1px 0 rgba(0, 0, 0, .08) inset
    }

    .content-boxed .site-boxed .site-footer-bottom-bar {
      box-shadow: 0 1px 0 rgba(0, 0, 0, .08) inset
    }

    @media only screen and (max-width:782px) {
      .site-footer .site-footer-widgets .site-container>ul {
        display: block
      }

      .site-footer .site-footer-widgets .site-container>ul>li {
        padding: 10px 0 30px;
        width: 100%;
        float: none;
        display: block
      }

      .site-footer .site-footer-widgets .site-container>ul>li:first-child {
        padding: 10px 0 30px
      }

      .site-footer .site-footer-widgets .site-container>ul>li:last-child {
        padding: 10px 0 10px
      }

      .site-footer-bottom-bar-left,
      .site-bottombar-switch .site-footer-bottom-bar-left {
        float: none;
        text-align: center;
        padding: 10px 0 3px
      }

      .site-footer-bottom-bar-right,
      .site-bottombar-switch .site-footer-bottom-bar-right {
        float: none;
        text-align: center;
        padding: 3px 0 12px
      }
    }

    /*! elementor-icons - v5.6.2 - 13-02-2026 */
    @font-face {
      font-family: eicons;
      src: url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons_5.6.2.eot);
      src: url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons_5.6.2.eot#iefix) format("embedded-opentype"), url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff) format("woff2"), url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons_5.6.2.woff) format("woff"), url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons_5.6.2.ttf) format("truetype"), url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons_5.6.2.svg) 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-square: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-eye:before {
      content: '\e8ac'
    }

    @keyframes bounce {

      20%,
      53%,
      80%,
      from,
      to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translate3d(0, 0, 0)
      }

      40%,
      43% {
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        transform: translate3d(0, -30px, 0)
      }

      70% {
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        transform: translate3d(0, -15px, 0)
      }

      90% {
        transform: translate3d(0, -4px, 0)
      }
    }

    .bounce {
      animation-name: bounce;
      transform-origin: center bottom
    }

    @keyframes flash {

      50%,
      from,
      to {
        opacity: 1
      }

      25%,
      75% {
        opacity: 0
      }
    }

    .flash {
      animation-name: flash
    }

    @keyframes pulse {

      from,
      to {
        transform: scale3d(1, 1, 1)
      }

      50% {
        transform: scale3d(1.05, 1.05, 1.05)
      }
    }

    .pulse {
      animation-name: pulse
    }

    @keyframes rubberBand {

      from,
      to {
        transform: scale3d(1, 1, 1)
      }

      30% {
        transform: scale3d(1.25, .75, 1)
      }

      40% {
        transform: scale3d(.75, 1.25, 1)
      }

      50% {
        transform: scale3d(1.15, .85, 1)
      }

      65% {
        transform: scale3d(.95, 1.05, 1)
      }

      75% {
        transform: scale3d(1.05, .95, 1)
      }
    }

    .rubberBand {
      animation-name: rubberBand
    }

    @keyframes shake {

      from,
      to {
        transform: translate3d(0, 0, 0)
      }

      10%,
      30%,
      50%,
      70%,
      90% {
        transform: translate3d(-10px, 0, 0)
      }

      20%,
      40%,
      60%,
      80% {
        transform: translate3d(10px, 0, 0)
      }
    }

    .shake {
      animation-name: shake
    }

    @keyframes headShake {
      0% {
        transform: translateX(0)
      }

      6.5% {
        transform: translateX(-6px) rotateY(-9deg)
      }

      18.5% {
        transform: translateX(5px) rotateY(7deg)
      }

      31.5% {
        transform: translateX(-3px) rotateY(-5deg)
      }

      43.5% {
        transform: translateX(2px) rotateY(3deg)
      }

      50% {
        transform: translateX(0)
      }
    }

    .headShake {
      animation-timing-function: ease-in-out;
      animation-name: headShake
    }

    @keyframes swing {
      20% {
        transform: rotate3d(0, 0, 1, 15deg)
      }

      40% {
        transform: rotate3d(0, 0, 1, -10deg)
      }

      60% {
        transform: rotate3d(0, 0, 1, 5deg)
      }

      80% {
        transform: rotate3d(0, 0, 1, -5deg)
      }

      to {
        transform: rotate3d(0, 0, 1, 0deg)
      }
    }

    .swing {
      transform-origin: top center;
      animation-name: swing
    }

    @keyframes tada {

      from,
      to {
        transform: scale3d(1, 1, 1)
      }

      10%,
      20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
      }

      30%,
      50%,
      70%,
      90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
      }

      40%,
      60%,
      80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
      }
    }

    .tada {
      animation-name: tada
    }

    @keyframes wobble {

      from,
      to {
        transform: none
      }

      15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
      }

      30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
      }

      45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
      }

      60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
      }

      75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
      }
    }

    .wobble {
      animation-name: wobble
    }

    @keyframes jello {

      11.1%,
      from,
      to {
        transform: none
      }

      22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
      }

      33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
      }

      44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
      }

      55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
      }

      66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
      }

      77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
      }

      88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
      }
    }

    .jello {
      animation-name: jello;
      transform-origin: center
    }

    @keyframes bounceIn {

      20%,
      40%,
      60%,
      80%,
      from,
      to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
      }

      0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
      }

      20% {
        transform: scale3d(1.1, 1.1, 1.1)
      }

      40% {
        transform: scale3d(.9, .9, .9)
      }

      60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
      }

      80% {
        transform: scale3d(.97, .97, .97)
      }

      to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
      }
    }

    .bounceIn {
      animation-name: bounceIn
    }

    @keyframes bounceInDown {

      60%,
      75%,
      90%,
      from,
      to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
      }

      0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
      }

      60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
      }

      75% {
        transform: translate3d(0, -10px, 0)
      }

      90% {
        transform: translate3d(0, 5px, 0)
      }

      to {
        transform: none
      }
    }

    .bounceInDown {
      animation-name: bounceInDown
    }

    @keyframes bounceInLeft {

      60%,
      75%,
      90%,
      from,
      to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
      }

      0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
      }

      60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
      }

      75% {
        transform: translate3d(-10px, 0, 0)
      }

      90% {
        transform: translate3d(5px, 0, 0)
      }

      to {
        transform: none
      }
    }

    .bounceInLeft {
      animation-name: bounceInLeft
    }

    @keyframes bounceInRight {

      60%,
      75%,
      90%,
      from,
      to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
      }

      from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
      }

      60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
      }

      75% {
        transform: translate3d(10px, 0, 0)
      }

      90% {
        transform: translate3d(-5px, 0, 0)
      }

      to {
        transform: none
      }
    }

    .bounceInRight {
      animation-name: bounceInRight
    }

    @keyframes bounceInUp {

      60%,
      75%,
      90%,
      from,
      to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
      }

      from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
      }

      60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
      }

      75% {
        transform: translate3d(0, 10px, 0)
      }

      90% {
        transform: translate3d(0, -5px, 0)
      }

      to {
        transform: translate3d(0, 0, 0)
      }
    }

    .bounceInUp {
      animation-name: bounceInUp
    }

    @keyframes fadeIn {
      from {
        opacity: 0
      }

      to {
        opacity: 1
      }
    }

    .fadeIn {
      animation-name: fadeIn
    }

    @keyframes fadeInDown {
      from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
      }

      to {
        opacity: 1;
        transform: none
      }
    }

    .fadeInDown {
      animation-name: fadeInDown
    }

    @keyframes fadeInLeft {
      from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
      }

      to {
        opacity: 1;
        transform: none
      }
    }

    .fadeInLeft {
      animation-name: fadeInLeft
    }

    @keyframes fadeInRight {
      from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
      }

      to {
        opacity: 1;
        transform: none
      }
    }

    .fadeInRight {
      animation-name: fadeInRight
    }

    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
      }

      to {
        opacity: 1;
        transform: none
      }
    }

    .fadeInUp {
      animation-name: fadeInUp
    }

    @keyframes lightSpeedIn {
      from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
      }

      60% {
        transform: skewX(20deg);
        opacity: 1
      }

      80% {
        transform: skewX(-5deg);
        opacity: 1
      }

      to {
        transform: none;
        opacity: 1
      }
    }

    .lightSpeedIn {
      animation-name: lightSpeedIn;
      animation-timing-function: ease-out
    }

    @keyframes rotateIn {
      from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
      }

      to {
        transform-origin: center;
        transform: none;
        opacity: 1
      }
    }

    .rotateIn {
      animation-name: rotateIn
    }

    @keyframes rotateInDownLeft {
      from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
      }

      to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
      }
    }

    .rotateInDownLeft {
      animation-name: rotateInDownLeft
    }

    @keyframes rotateInDownRight {
      from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
      }

      to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
      }
    }

    .rotateInDownRight {
      animation-name: rotateInDownRight
    }

    @keyframes rotateInUpLeft {
      from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
      }

      to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
      }
    }

    .rotateInUpLeft {
      animation-name: rotateInUpLeft
    }

    @keyframes rotateInUpRight {
      from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
      }

      to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
      }
    }

    .rotateInUpRight {
      animation-name: rotateInUpRight
    }

    @keyframes rollIn {
      from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
      }

      to {
        opacity: 1;
        transform: none
      }
    }

    .rollIn {
      animation-name: rollIn
    }

    @keyframes zoomIn {
      from {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
      }

      50% {
        opacity: 1
      }
    }

    .zoomIn {
      animation-name: zoomIn
    }

    @keyframes zoomInDown {
      from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
      }

      60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
      }
    }

    .zoomInDown {
      animation-name: zoomInDown
    }

    @keyframes zoomInLeft {
      from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
      }

      60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
      }
    }

    .zoomInLeft {
      animation-name: zoomInLeft
    }

    @keyframes zoomInRight {
      from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
      }

      60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
      }
    }

    .zoomInRight {
      animation-name: zoomInRight
    }

    @keyframes zoomInUp {
      from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
      }

      60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
      }
    }

    .zoomInUp {
      animation-name: zoomInUp
    }

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

      to {
        transform: translate3d(0, 0, 0)
      }
    }

    .slideInDown {
      animation-name: slideInDown
    }

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

      to {
        transform: translate3d(0, 0, 0)
      }
    }

    .slideInLeft {
      animation-name: slideInLeft
    }

    @keyframes slideInRight {
      from {
        transform: translate3d(100%, 0, 0);
        visibility: visible
      }

      to {
        transform: translate3d(0, 0, 0)
      }
    }

    .slideInRight {
      animation-name: slideInRight
    }

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

      to {
        transform: translate3d(0, 0, 0)
      }
    }

    .slideInUp {
      animation-name: slideInUp
    }

    .elementor-animation-grow {
      transition-duration: .3s;
      transition-property: transform
    }

    .elementor-animation-grow:active,
    .elementor-animation-grow:focus,
    .elementor-animation-grow:hover {
      transform: scale(1.1)
    }

    .elementor-animation-shrink {
      transition-duration: .3s;
      transition-property: transform
    }

    .elementor-animation-shrink:active,
    .elementor-animation-shrink:focus,
    .elementor-animation-shrink:hover {
      transform: scale(0.9)
    }

    @keyframes elementor-animation-pulse {
      25% {
        transform: scale(1.1)
      }

      75% {
        transform: scale(0.9)
      }
    }

    .elementor-animation-pulse:active,
    .elementor-animation-pulse:focus,
    .elementor-animation-pulse:hover {
      animation-name: elementor-animation-pulse;
      animation-duration: 1s;
      animation-timing-function: linear;
      animation-iteration-count: infinite
    }

    @keyframes elementor-animation-pulse-grow {
      to {
        transform: scale(1.1)
      }
    }

    .elementor-animation-pulse-grow:active,
    .elementor-animation-pulse-grow:focus,
    .elementor-animation-pulse-grow:hover {
      animation-name: elementor-animation-pulse-grow;
      animation-duration: .3s;
      animation-timing-function: linear;
      animation-iteration-count: infinite;
      animation-direction: alternate
    }

    @keyframes elementor-animation-pulse-shrink {
      to {
        transform: scale(0.9)
      }
    }

    .elementor-animation-pulse-shrink:active,
    .elementor-animation-pulse-shrink:focus,
    .elementor-animation-pulse-shrink:hover {
      animation-name: elementor-animation-pulse-shrink;
      animation-duration: .3s;
      animation-timing-function: linear;
      animation-iteration-count: infinite;
      animation-direction: alternate
    }

    @keyframes elementor-animation-push {
      50% {
        transform: scale(0.8)
      }

      100% {
        transform: scale(1)
      }
    }

    .elementor-animation-push:active,
    .elementor-animation-push:focus,
    .elementor-animation-push:hover {
      animation-name: elementor-animation-push;
      animation-duration: .3s;
      animation-timing-function: linear;
      animation-iteration-count: 1
    }

    @keyframes elementor-animation-pop {
      50% {
        transform: scale(1.2)
      }
    }

    .elementor-animation-pop:active,
    .elementor-animation-pop:focus,
    .elementor-animation-pop:hover {
      animation-name: elementor-animation-pop;
      animation-duration: .3s;
      animation-timing-function: linear;
      animation-iteration-count: 1
    }

    .elementor-animation-bounce-in {
      transition-duration: .5s
    }

    .elementor-animation-bounce-in:active,
    .elementor-animation-bounce-in:focus,
    .elementor-animation-bounce-in:hover {
      transform: scale(1.2);
      transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36)
    }

    .elementor-animation-bounce-out {
      transition-duration: .5s
    }

    .elementor-animation-bounce-out:active,
    .elementor-animation-bounce-out:focus,
    .elementor-animation-bounce-out:hover {
      transform: scale(0.8);
      transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36)
    }

    .elementor-animation-rotate {
      transition-duration: .3s;
      transition-property: transform
    }

    .elementor-animation-rotate:active,
    .elementor-animation-rotate:focus,
    .elementor-animation-rotate:hover {
      transform: rotate(4deg)
    }

    .elementor-animation-grow-rotate {
      transition-duration: .3s;
      transition-property: transform
    }

    .elementor-animation-grow-rotate:active,
    .elementor-animation-grow-rotate:focus,
    .elementor-animation-grow-rotate:hover {
      transform: scale(1.1) rotate(4deg)
    }

    .elementor-animation-float {
      transition-duration: .3s;
      transition-property: transform;
      transition-timing-function: ease-out
    }

    .elementor-animation-float:active,
    .elementor-animation-float:focus,
    .elementor-animation-float:hover {
      transform: translateY(-8px)
    }

    .elementor-animation-sink {
      transition-duration: .3s;
      transition-property: transform;
      transition-timing-function: ease-out
    }

    .elementor-animation-sink:active,
    .elementor-animation-sink:focus,
    .elementor-animation-sink:hover {
      transform: translateY(8px)
    }

    @keyframes elementor-animation-bob {
      0% {
        transform: translateY(-8px)
      }

      50% {
        transform: translateY(-4px)
      }

      100% {
        transform: translateY(-8px)
      }
    }

    @keyframes elementor-animation-bob-float {
      100% {
        transform: translateY(-8px)
      }
    }

    .elementor-animation-bob:active,
    .elementor-animation-bob:focus,
    .elementor-animation-bob:hover {
      animation-name: elementor-animation-bob-float, elementor-animation-bob;
      animation-duration: .3s, 1.5s;
      animation-delay: 0s, .3s;
      animation-timing-function: ease-out, ease-in-out;
      animation-iteration-count: 1, infinite;
      animation-fill-mode: forwards;
      animation-direction: normal, alternate
    }

    @keyframes elementor-animation-hang {
      0% {
        transform: translateY(8px)
      }

      50% {
        transform: translateY(4px)
      }

      100% {
        transform: translateY(8px)
      }
    }

    @keyframes elementor-animation-hang-sink {
      100% {
        transform: translateY(8px)
      }
    }

    .elementor-animation-hang:active,
    .elementor-animation-hang:focus,
    .elementor-animation-hang:hover {
      animation-name: elementor-animation-hang-sink, elementor-animation-hang;
      animation-duration: .3s, 1.5s;
      animation-delay: 0s, .3s;
      animation-timing-function: ease-out, ease-in-out;
      animation-iteration-count: 1, infinite;
      animation-fill-mode: forwards;
      animation-direction: normal, alternate
    }

    .elementor-animation-skew {
      transition-duration: .3s;
      transition-property: transform
    }

    .elementor-animation-skew:active,
    .elementor-animation-skew:focus,
    .elementor-animation-skew:hover {
      transform: skew(-10deg)
    }

    .elementor-animation-skew-forward {
      transition-duration: .3s;
      transition-property: transform;
      transform-origin: 0 100%
    }

    .elementor-animation-skew-forward:active,
    .elementor-animation-skew-forward:focus,
    .elementor-animation-skew-forward:hover {
      transform: skew(-10deg)
    }

    .elementor-animation-skew-backward {
      transition-duration: .3s;
      transition-property: transform;
      transform-origin: 0 100%
    }

    .elementor-animation-skew-backward:active,
    .elementor-animation-skew-backward:focus,
    .elementor-animation-skew-backward:hover {
      transform: skew(10deg)
    }

    @keyframes elementor-animation-wobble-vertical {
      16.65% {
        transform: translateY(8px)
      }

      33.3% {
        transform: translateY(-6px)
      }

      49.95% {
        transform: translateY(4px)
      }

      66.6% {
        transform: translateY(-2px)
      }

      83.25% {
        transform: translateY(1px)
      }

      100% {
        transform: translateY(0)
      }
    }

    .elementor-animation-wobble-vertical:active,
    .elementor-animation-wobble-vertical:focus,
    .elementor-animation-wobble-vertical:hover {
      animation-name: elementor-animation-wobble-vertical;
      animation-duration: 1s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: 1
    }

    @keyframes elementor-animation-wobble-horizontal {
      16.65% {
        transform: translateX(8px)
      }

      33.3% {
        transform: translateX(-6px)
      }

      49.95% {
        transform: translateX(4px)
      }

      66.6% {
        transform: translateX(-2px)
      }

      83.25% {
        transform: translateX(1px)
      }

      100% {
        transform: translateX(0)
      }
    }

    .elementor-animation-wobble-horizontal:active,
    .elementor-animation-wobble-horizontal:focus,
    .elementor-animation-wobble-horizontal:hover {
      animation-name: elementor-animation-wobble-horizontal;
      animation-duration: 1s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: 1
    }

    @keyframes elementor-animation-wobble-to-bottom-right {
      16.65% {
        transform: translate(8px, 8px)
      }

      33.3% {
        transform: translate(-6px, -6px)
      }

      49.95% {
        transform: translate(4px, 4px)
      }

      66.6% {
        transform: translate(-2px, -2px)
      }

      83.25% {
        transform: translate(1px, 1px)
      }

      100% {
        transform: translate(0, 0)
      }
    }

    .elementor-animation-wobble-to-bottom-right:active,
    .elementor-animation-wobble-to-bottom-right:focus,
    .elementor-animation-wobble-to-bottom-right:hover {
      animation-name: elementor-animation-wobble-to-bottom-right;
      animation-duration: 1s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: 1
    }

    @keyframes elementor-animation-wobble-to-top-right {
      16.65% {
        transform: translate(8px, -8px)
      }

      33.3% {
        transform: translate(-6px, 6px)
      }

      49.95% {
        transform: translate(4px, -4px)
      }

      66.6% {
        transform: translate(-2px, 2px)
      }

      83.25% {
        transform: translate(1px, -1px)
      }

      100% {
        transform: translate(0, 0)
      }
    }

    .elementor-animation-wobble-to-top-right:active,
    .elementor-animation-wobble-to-top-right:focus,
    .elementor-animation-wobble-to-top-right:hover {
      animation-name: elementor-animation-wobble-to-top-right;
      animation-duration: 1s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: 1
    }

    @keyframes elementor-animation-wobble-top {
      16.65% {
        transform: skew(-12deg)
      }

      33.3% {
        transform: skew(10deg)
      }

      49.95% {
        transform: skew(-6deg)
      }

      66.6% {
        transform: skew(4deg)
      }

      83.25% {
        transform: skew(-2deg)
      }

      100% {
        transform: skew(0)
      }
    }

    .elementor-animation-wobble-top {
      transform-origin: 0 100%
    }

    .elementor-animation-wobble-top:active,
    .elementor-animation-wobble-top:focus,
    .elementor-animation-wobble-top:hover {
      animation-name: elementor-animation-wobble-top;
      animation-duration: 1s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: 1
    }

    @keyframes elementor-animation-wobble-bottom {
      16.65% {
        transform: skew(-12deg)
      }

      33.3% {
        transform: skew(10deg)
      }

      49.95% {
        transform: skew(-6deg)
      }

      66.6% {
        transform: skew(4deg)
      }

      83.25% {
        transform: skew(-2deg)
      }

      100% {
        transform: skew(0)
      }
    }

    .elementor-animation-wobble-bottom {
      transform-origin: 100% 0
    }

    .elementor-animation-wobble-bottom:active,
    .elementor-animation-wobble-bottom:focus,
    .elementor-animation-wobble-bottom:hover {
      animation-name: elementor-animation-wobble-bottom;
      animation-duration: 1s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: 1
    }

    @keyframes elementor-animation-wobble-skew {
      16.65% {
        transform: skew(-12deg)
      }

      33.3% {
        transform: skew(10deg)
      }

      49.95% {
        transform: skew(-6deg)
      }

      66.6% {
        transform: skew(4deg)
      }

      83.25% {
        transform: skew(-2deg)
      }

      100% {
        transform: skew(0)
      }
    }

    .elementor-animation-wobble-skew:active,
    .elementor-animation-wobble-skew:focus,
    .elementor-animation-wobble-skew:hover {
      animation-name: elementor-animation-wobble-skew;
      animation-duration: 1s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: 1
    }

    @keyframes elementor-animation-buzz {
      50% {
        transform: translateX(3px) rotate(2deg)
      }

      100% {
        transform: translateX(-3px) rotate(-2deg)
      }
    }

    .elementor-animation-buzz:active,
    .elementor-animation-buzz:focus,
    .elementor-animation-buzz:hover {
      animation-name: elementor-animation-buzz;
      animation-duration: .15s;
      animation-timing-function: linear;
      animation-iteration-count: infinite
    }

    @keyframes elementor-animation-buzz-out {
      10% {
        transform: translateX(3px) rotate(2deg)
      }

      20% {
        transform: translateX(-3px) rotate(-2deg)
      }

      30% {
        transform: translateX(3px) rotate(2deg)
      }

      40% {
        transform: translateX(-3px) rotate(-2deg)
      }

      50% {
        transform: translateX(2px) rotate(1deg)
      }

      60% {
        transform: translateX(-2px) rotate(-1deg)
      }

      70% {
        transform: translateX(2px) rotate(1deg)
      }

      80% {
        transform: translateX(-2px) rotate(-1deg)
      }

      90% {
        transform: translateX(1px) rotate(0)
      }

      100% {
        transform: translateX(-1px) rotate(0)
      }
    }

    .elementor-animation-buzz-out:active,
    .elementor-animation-buzz-out:focus,
    .elementor-animation-buzz-out:hover {
      animation-name: elementor-animation-buzz-out;
      animation-duration: .75s;
      animation-timing-function: linear;
      animation-iteration-count: 1
    }

    /*! elementor - v2.9.8 - 21-04-2026 */
    .dialog-widget-content {
      background-color: #fff;
      position: absolute;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -webkit-box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
      box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
      overflow: hidden
    }

    .dialog-message {
      font-size: 12px;
      line-height: 1.5;
      -webkit-box-sizing: border-box;
      box-sizing: border-box
    }

    .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;
      -ms-user-select: none;
      user-select: none
    }

    .dialog-type-lightbox .dialog-widget-content {
      margin: auto;
      width: 375px
    }

    .dialog-type-lightbox .dialog-header {
      font-size: 15px;
      color: #495157;
      padding: 30px 0 10px;
      font-weight: 500
    }

    .dialog-type-lightbox .dialog-message {
      padding: 0 30px 30px;
      min-height: 50px
    }

    .dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,
    .dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message {
      text-align: center
    }

    .dialog-type-lightbox .dialog-buttons-wrapper {
      border-top: 1px solid #e6e9ec;
      text-align: center
    }

    .dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button {
      font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
      width: 50%;
      border: none;
      background: none;
      color: #6d7882;
      font-size: 15px;
      cursor: pointer;
      padding: 13px 0;
      outline: 0
    }

    .dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:hover {
      background-color: #f4f6f7
    }

    .dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-ok {
      color: #b01b1b
    }

    .dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-take_over {
      color: #39b54a
    }

    .dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:active {
      background-color: rgba(230, 233, 236, .5)
    }

    .dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button::-moz-focus-inner {
      border: 0
    }

    .dialog-close-button {
      cursor: pointer;
      position: absolute;
      margin-top: 15px;
      right: 15px;
      font-size: 15px;
      line-height: 1
    }

    .dialog-close-button:not(:hover) {
      opacity: .4
    }

    .dialog-alert-widget .dialog-buttons-wrapper>button {
      width: 100%
    }

    .dialog-confirm-widget .dialog-button:first-child {
      border-right: 1px solid #e6e9ec
    }

    .dialog-prevent-scroll {
      overflow: hidden;
      max-height: 100vh
    }

    @media (min-width:1024px) {
      body.admin-bar .dialog-lightbox-widget {
        height: -webkit-calc(100vh - 32px);
        height: calc(100vh - 32px)
      }
    }

    @media (max-width:1024px) {
      body.admin-bar .dialog-type-lightbox {
        position: -webkit-sticky;
        position: sticky;
        height: 100vh
      }
    }

    .elementor-aspect-ratio-219 .elementor-fit-aspect-ratio {
      padding-bottom: 42.8571%
    }

    .elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
      padding-bottom: 56.25%
    }

    .elementor-aspect-ratio-43 .elementor-fit-aspect-ratio {
      padding-bottom: 75%
    }

    .elementor-aspect-ratio-32 .elementor-fit-aspect-ratio {
      padding-bottom: 66.6666%
    }

    .elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
      padding-bottom: 100%
    }

    .elementor-aspect-ratio-916 .elementor-fit-aspect-ratio {
      padding-bottom: 177.8%
    }

    .elementor-fit-aspect-ratio {
      position: relative;
      height: 0
    }

    .elementor-fit-aspect-ratio iframe {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      border: 0;
      background-color: #000
    }

    .elementor-fit-aspect-ratio video {
      width: 100%
    }

    .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-templates-modal .dialog-widget-content {
      font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
      background-color: #f1f3f5;
      width: 100%
    }

    @media (max-width:1439px) {
      .elementor-templates-modal .dialog-widget-content {
        max-width: 990px
      }
    }

    @media (min-width:1440px) {
      .elementor-templates-modal .dialog-widget-content {
        max-width: 1200px
      }
    }

    .elementor-templates-modal .dialog-header {
      padding: 0;
      z-index: 1
    }

    .elementor-templates-modal .dialog-buttons-wrapper,
    .elementor-templates-modal .dialog-header {
      background-color: #fff;
      -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
      box-shadow: 0 0 8px rgba(0, 0, 0, .1);
      position: relative
    }

    .elementor-templates-modal .dialog-buttons-wrapper {
      border: none;
      display: none;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding: 5px
    }

    .elementor-templates-modal .dialog-buttons-wrapper .elementor-button {
      height: 40px;
      margin-left: 5px
    }

    .elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success {
      padding: 12px 36px;
      color: #fff;
      width: auto;
      font-size: 15px
    }

    .elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover {
      background-color: #39b54a
    }

    .elementor-templates-modal .dialog-message {
      height: 750px;
      max-height: 85vh;
      overflow: auto;
      padding-top: 25px
    }

    .elementor-templates-modal .dialog-content {
      height: 100%
    }

    .elementor-templates-modal .dialog-loading {
      display: none
    }

    .elementor-templates-modal__header {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      height: 50px
    }

    .elementor-templates-modal__header__logo {
      line-height: 1;
      text-transform: uppercase;
      font-weight: 700;
      cursor: pointer
    }

    .elementor-templates-modal__header__logo-area {
      text-align: left;
      padding-left: 15px
    }

    .elementor-templates-modal__header__logo-area>* {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center
    }

    .elementor-templates-modal__header__logo__icon-wrapper {
      margin-right: 10px
    }

    .elementor-templates-modal__header__logo__title {
      padding-top: 2px
    }

    .elementor-templates-modal__header__logo i {
      font-size: 10px
    }

    .elementor-templates-modal__header__items-area {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse
    }

    .elementor-templates-modal__header__item {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-sizing: content-box;
      box-sizing: content-box
    }

    .elementor-templates-modal__header__item>i {
      font-size: 20px;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      cursor: pointer
    }

    .elementor-templates-modal__header__item>i:not(:hover) {
      color: #a4afb7
    }

    .elementor-templates-modal__header__close--normal {
      width: 45px;
      border-left: 1px solid #e6e9ec
    }

    .elementor-templates-modal__header__close--normal i {
      font-size: 18px
    }

    .elementor-templates-modal__header__close--skip {
      padding: 10px 10px 10px 20px;
      margin-right: 10px;
      color: #fff;
      background-color: #a4afb7;
      font-size: 11px;
      font-weight: 400;
      line-height: 1;
      text-transform: uppercase;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      cursor: pointer
    }

    .elementor-templates-modal__header__close--skip>i {
      font-size: inherit;
      padding-left: 10px;
      margin-left: 15px;
      border-left: 1px solid
    }

    .elementor-templates-modal__header__close--skip>i:not(:hover) {
      color: #fff
    }

    .elementor-templates-modal__sidebar {
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 25%;
      background-color: hsla(0, 0%, 100%, .3)
    }

    .elementor-templates-modal__content {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-shadow: 0 0 13px inset rgba(0, 0, 0, .05);
      box-shadow: inset 0 0 13px rgba(0, 0, 0, .05)
    }

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

    .elementor-gradient-logo {
      background-image: -webkit-linear-gradient(225deg, #f2295b, #434363);
      background-image: -o-linear-gradient(225deg, #f2295b, #434363);
      background-image: linear-gradient(-135deg, #f2295b, #434363);
      display: inline-block;
      padding: .6em;
      -webkit-border-radius: .2em;
      border-radius: .2em
    }

    .elementor-gradient-logo i {
      color: #fff;
      display: block
    }

    .elementor {
      -webkit-hyphens: manual;
      -ms-hyphens: manual;
      hyphens: manual
    }

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

    .elementor a {
      -webkit-box-shadow: none;
      box-shadow: none;
      text-decoration: none
    }

    .elementor hr {
      margin: 0;
      background-color: transparent
    }

    .elementor img {
      height: auto;
      max-width: 100%;
      border: none;
      -webkit-border-radius: 0;
      border-radius: 0;
      -webkit-box-shadow: none;
      box-shadow: none
    }

    .elementor .elementor-widget:not(.elementor-widget-text-editor) 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-custom-embed {
      line-height: 0
    }

    .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 {
      -webkit-transition: opacity 1s;
      -o-transition: opacity 1s;
      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%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -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%;
      -webkit-background-size: cover;
      background-size: cover
    }

    .elementor-widget-wrap>.elementor-element.elementor-absolute {
      position: absolute
    }

    .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.elementor-absolute,
    .elementor-element.elementor-fixed {
      z-index: 1
    }

    .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%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%)
    }

    .elementor-custom-embed-play i {
      font-size: 100px;
      color: #fff;
      opacity: .8;
      text-shadow: 1px 0 6px rgba(0, 0, 0, .3);
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s
    }

    .elementor-custom-embed-play.elementor-playing i {
      font-family: eicons;
      -webkit-animation: fa-spin 2s linear infinite;
      animation: fa-spin 2s linear infinite
    }

    .elementor-custom-embed-play.elementor-playing i:before {
      content: "\e8fb"
    }

    .elementor-tag {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex
    }

    .elementor-ken-burns {
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      -o-transition-property: transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: 10s;
      -o-transition-duration: 10s;
      transition-duration: 10s;
      -webkit-transition-timing-function: linear;
      -o-transition-timing-function: linear;
      transition-timing-function: linear
    }

    .elementor-ken-burns--out {
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      transform: scale(1.3)
    }

    .elementor-ken-burns--active {
      -webkit-transition-duration: 20s;
      -o-transition-duration: 20s;
      transition-duration: 20s
    }

    .elementor-ken-burns--active.elementor-ken-burns--out {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1)
    }

    .elementor-ken-burns--active.elementor-ken-burns--in {
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      transform: scale(1.3)
    }

    @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: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%
      }
    }

    #wpadminbar #wp-admin-bar-elementor_edit_page>.ab-item:before {
      content: "\e813";
      font-family: eicons;
      top: 3px;
      font-size: 18px
    }

    #wpadminbar #wp-admin-bar-elementor_inspector>.ab-item:before {
      content: "\f348";
      top: 2px
    }

    .elementor-section {
      position: relative
    }

    .elementor-section .elementor-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-right: auto;
      margin-left: auto;
      position: relative
    }

    .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 {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start
    }

    .elementor-section.elementor-section-items-middle>.elementor-container {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center
    }

    .elementor-section.elementor-section-items-bottom>.elementor-container {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      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-row>.elementor-column>.elementor-column-wrap {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start
    }

    .elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center
    }

    .elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end
    }

    .elementor-row {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex
    }

    @media (max-width:1024px) {
      .elementor-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
      }
    }

    .elementor-column-wrap {
      width: 100%;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex
    }

    .elementor-widget-wrap {
      position: relative;
      width: 100%;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start
    }

    .elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex
    }

    .elementor-widget-wrap>.elementor-element {
      width: 100%
    }

    .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: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex
    }

    .elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated {
      padding: 5px
    }

    .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
      padding: 10px
    }

    .elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated {
      padding: 15px
    }

    .elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated {
      padding: 20px
    }

    .elementor-column-gap-wider>.elementor-row>.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:768px) and (max-width:1024px) {
      .elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
      }

      .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
      }

      .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
      }

      .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
      }

      .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
      }

      .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
      }

      .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
      }

      .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
      }

      .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
      }

      .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
      }
    }

    @media (max-width:767px) {
      .elementor-reverse-mobile>.elementor-container>.elementor-row>:first-child {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
      }

      .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
      }

      .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
      }

      .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
      }

      .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
      }

      .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
      }

      .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
      }

      .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
      }

      .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
      }

      .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
      }

      .elementor-column {
        width: 100%
      }
    }

    ul.elementor-icon-list-items.elementor-inline-items {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
    }

    ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
      word-break: break-word
    }

    .elementor-grid .elementor-grid-item {
      word-break: break-word;
      min-width: 0
    }

    .elementor-grid-0 .elementor-grid {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
    }

    .elementor-grid-1 .elementor-grid {
      grid-template-columns: repeat(1, 1fr);
      display: grid
    }

    .elementor-grid-2 .elementor-grid {
      grid-template-columns: repeat(2, 1fr);
      display: grid
    }

    .elementor-grid-3 .elementor-grid {
      grid-template-columns: repeat(3, 1fr);
      display: grid
    }

    .elementor-grid-4 .elementor-grid {
      grid-template-columns: repeat(4, 1fr);
      display: grid
    }

    .elementor-grid-5 .elementor-grid {
      grid-template-columns: repeat(5, 1fr);
      display: grid
    }

    .elementor-grid-6 .elementor-grid {
      grid-template-columns: repeat(6, 1fr);
      display: grid
    }

    .elementor-grid-7 .elementor-grid {
      grid-template-columns: repeat(7, 1fr);
      display: grid
    }

    .elementor-grid-8 .elementor-grid {
      grid-template-columns: repeat(8, 1fr);
      display: grid
    }

    .elementor-grid-9 .elementor-grid {
      grid-template-columns: repeat(9, 1fr);
      display: grid
    }

    .elementor-grid-10 .elementor-grid {
      grid-template-columns: repeat(10, 1fr);
      display: grid
    }

    .elementor-grid-11 .elementor-grid {
      grid-template-columns: repeat(11, 1fr);
      display: grid
    }

    .elementor-grid-12 .elementor-grid {
      grid-template-columns: repeat(12, 1fr);
      display: grid
    }

    @media (max-width:1024px) {
      .elementor-grid-tablet-0 .elementor-grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
      }

      .elementor-grid-tablet-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr);
        display: grid
      }

      .elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr);
        display: grid
      }

      .elementor-grid-tablet-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr);
        display: grid
      }

      .elementor-grid-tablet-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr);
        display: grid
      }

      .elementor-grid-tablet-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr);
        display: grid
      }

      .elementor-grid-tablet-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr);
        display: grid
      }

      .elementor-grid-tablet-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr);
        display: grid
      }

      .elementor-grid-tablet-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr);
        display: grid
      }

      .elementor-grid-tablet-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr);
        display: grid
      }

      .elementor-grid-tablet-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr);
        display: grid
      }

      .elementor-grid-tablet-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr);
        display: grid
      }

      .elementor-grid-tablet-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr);
        display: grid
      }
    }

    @media (max-width:767px) {
      .elementor-grid-mobile-0 .elementor-grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
      }

      .elementor-grid-mobile-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr);
        display: grid
      }

      .elementor-grid-mobile-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr);
        display: grid
      }

      .elementor-grid-mobile-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr);
        display: grid
      }

      .elementor-grid-mobile-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr);
        display: grid
      }

      .elementor-grid-mobile-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr);
        display: grid
      }

      .elementor-grid-mobile-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr);
        display: grid
      }

      .elementor-grid-mobile-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr);
        display: grid
      }

      .elementor-grid-mobile-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr);
        display: grid
      }

      .elementor-grid-mobile-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr);
        display: grid
      }

      .elementor-grid-mobile-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr);
        display: grid
      }

      .elementor-grid-mobile-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr);
        display: grid
      }

      .elementor-grid-mobile-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr);
        display: grid
      }
    }

    @media (min-width:1025px) {
      #elementor-device-mode:after {
        content: "desktop"
      }
    }

    @media (min-width:768px) and (max-width:1024px) {
      #elementor-device-mode:after {
        content: "tablet"
      }
    }

    @media (max-width:767px) {
      #elementor-device-mode:after {
        content: "mobile"
      }
    }

    .elementor-form-fields-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      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 {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      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 {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1
    }

    .elementor-field-group {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center
    }

    .elementor-field-group.elementor-field-type-submit {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end
    }

    .elementor-field-group .elementor-field-textual {
      width: 100%;
      max-width: 100%;
      border: 1px solid #818a91;
      background-color: transparent;
      color: #373a3c;
      vertical-align: middle;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1
    }

    .elementor-field-group .elementor-field-textual:focus {
      -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;
      box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
      outline: 0
    }

    .elementor-field-group .elementor-field-textual::-webkit-input-placeholder {
      color: inherit;
      font-family: inherit;
      opacity: .6
    }

    .elementor-field-group .elementor-field-textual:-ms-input-placeholder {
      color: inherit;
      font-family: inherit;
      opacity: .6
    }

    .elementor-field-group .elementor-field-textual::-ms-input-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: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      width: 100%
    }

    .elementor-field-group .elementor-select-wrapper select {
      appearance: none;
      -webkit-appearance: none;
      -moz-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;
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      padding-right: 20px
    }

    .elementor-field-group .elementor-select-wrapper:before {
      content: "\e92a";
      font-family: eicons;
      font-size: 15px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 10px;
      pointer-events: none
    }

    .elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
      content: ""
    }

    .elementor-field-subgroup {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
    }

    .elementor-field-subgroup .elementor-field-option label {
      display: inline-block
    }

    .elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
      padding-right: 10px
    }

    .elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      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-left: .2em
    }

    .elementor-field-textual {
      line-height: 1.4;
      font-size: 15px;
      min-height: 40px;
      padding: 5px 14px;
      -webkit-border-radius: 3px;
      border-radius: 3px
    }

    .elementor-field-textual.elementor-size-xs {
      font-size: 13px;
      min-height: 33px;
      padding: 4px 12px;
      -webkit-border-radius: 2px;
      border-radius: 2px
    }

    .elementor-field-textual.elementor-size-md {
      font-size: 16px;
      min-height: 47px;
      padding: 6px 16px;
      -webkit-border-radius: 4px;
      border-radius: 4px
    }

    .elementor-field-textual.elementor-size-lg {
      font-size: 18px;
      min-height: 59px;
      padding: 7px 20px;
      -webkit-border-radius: 5px;
      border-radius: 5px
    }

    .elementor-field-textual.elementor-size-xl {
      font-size: 20px;
      min-height: 72px;
      padding: 8px 24px;
      -webkit-border-radius: 6px;
      border-radius: 6px
    }

    .elementor-button-align-center .elementor-field-type-submit button,
    .elementor-button-align-end .elementor-field-type-submit button,
    .elementor-button-align-start .elementor-field-type-submit button {
      -webkit-flex-basis: initial;
      -ms-flex-preferred-size: initial;
      flex-basis: auto
    }

    .elementor-button-align-center .elementor-field-type-submit {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center
    }

    .elementor-button-align-stretch .elementor-field-type-submit button {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%
    }

    .elementor-button-align-start .elementor-field-type-submit {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start
    }

    .elementor-button-align-end .elementor-field-type-submit {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end
    }

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

      .elementor-tablet-button-align-center .elementor-field-type-submit button,
      .elementor-tablet-button-align-end .elementor-field-type-submit button,
      .elementor-tablet-button-align-start .elementor-field-type-submit button {
        -webkit-flex-basis: initial;
        -ms-flex-preferred-size: initial;
        flex-basis: auto
      }

      .elementor-tablet-button-align-center .elementor-field-type-submit {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
      }

      .elementor-tablet-button-align-stretch .elementor-field-type-submit button {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
      }

      .elementor-tablet-button-align-start .elementor-field-type-submit {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
      }

      .elementor-tablet-button-align-end .elementor-field-type-submit {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
      }
    }

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

      .elementor-mobile-button-align-center .elementor-field-type-submit button,
      .elementor-mobile-button-align-end .elementor-field-type-submit button,
      .elementor-mobile-button-align-start .elementor-field-type-submit button {
        -webkit-flex-basis: initial;
        -ms-flex-preferred-size: initial;
        flex-basis: auto
      }

      .elementor-mobile-button-align-center .elementor-field-type-submit {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
      }

      .elementor-mobile-button-align-stretch .elementor-field-type-submit button {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
      }

      .elementor-mobile-button-align-start .elementor-field-type-submit {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
      }

      .elementor-mobile-button-align-end .elementor-field-type-submit {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
      }
    }

    .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-right: 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: 0
    }

    .elementor-form .elementor-button>span {
      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
    }

    .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 {
      -webkit-transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
      transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
      -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
      transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
      transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s
    }

    .elementor-accordion {
      text-align: left
    }

    .elementor-accordion .elementor-accordion-item {
      border: 1px solid #d4d4d4
    }

    .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.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 #d4d4d4
    }

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

    .elementor-alert {
      padding: 15px;
      border-left: 5px solid transparent;
      position: relative;
      text-align: left
    }

    .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: 10px;
      top: 10px;
      padding: 3px;
      font-size: 20px;
      line-height: 1;
      background: transparent;
      color: inherit;
      border: none;
      cursor: pointer
    }

    .elementor-alert.elementor-alert-info {
      color: #31708f;
      background-color: #d9edf7;
      border-color: #bcdff1
    }

    .elementor-alert.elementor-alert-success {
      color: #3c763d;
      background-color: #dff0d8;
      border-color: #cae6be
    }

    .elementor-alert.elementor-alert-warning {
      color: #8a6d3b;
      background-color: #fcf8e3;
      border-color: #f9f0c3
    }

    .elementor-alert.elementor-alert-danger {
      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-tab-title a {
      color: inherit
    }

    .elementor-button {
      display: inline-block;
      line-height: 1;
      background-color: #818a91;
      font-size: 15px;
      padding: 12px 24px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      color: #fff;
      fill: #fff;
      text-align: center;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s
    }

    .elementor-button:focus,
    .elementor-button:hover,
    .elementor-button:visited {
      color: #fff
    }

    .elementor-button-content-wrapper {
      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
    }

    .elementor-button-icon {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
      -ms-flex-order: 5;
      order: 5
    }

    .elementor-button-icon svg {
      width: 1em
    }

    .elementor-button-text {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-ordinal-group: 11;
      -webkit-order: 10;
      -ms-flex-order: 10;
      order: 10;
      display: inline-block
    }

    .elementor-button.elementor-size-xs {
      font-size: 13px;
      padding: 10px 20px;
      -webkit-border-radius: 2px;
      border-radius: 2px
    }

    .elementor-button.elementor-size-md {
      font-size: 16px;
      padding: 15px 30px;
      -webkit-border-radius: 4px;
      border-radius: 4px
    }

    .elementor-button.elementor-size-lg {
      font-size: 18px;
      padding: 20px 40px;
      -webkit-border-radius: 5px;
      border-radius: 5px
    }

    .elementor-button.elementor-size-xl {
      font-size: 20px;
      padding: 25px 50px;
      -webkit-border-radius: 6px;
      border-radius: 6px
    }

    .elementor-button .elementor-align-icon-right {
      margin-left: 5px;
      -webkit-box-ordinal-group: 16;
      -webkit-order: 15;
      -ms-flex-order: 15;
      order: 15
    }

    .elementor-button .elementor-align-icon-left {
      margin-right: 5px;
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
      -ms-flex-order: 5;
      order: 5
    }

    .elementor-button span {
      text-decoration: inherit
    }

    .elementor-menu-cart__toggle .elementor-button-icon {
      -webkit-box-ordinal-group: 16;
      -webkit-order: 15;
      -ms-flex-order: 15;
      order: 15
    }

    .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-counter .elementor-counter-number-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-size: 69px;
      font-weight: 600;
      color: #222;
      line-height: 1
    }

    .elementor-counter .elementor-counter-number-prefix,
    .elementor-counter .elementor-counter-number-suffix {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      white-space: pre-wrap
    }

    .elementor-counter .elementor-counter-number-prefix {
      text-align: right
    }

    .elementor-counter .elementor-counter-number-suffix {
      text-align: left
    }

    .elementor-counter .elementor-counter-title {
      text-align: center;
      font-size: 19px;
      font-weight: 400;
      color: #666;
      line-height: 2.5
    }

    .elementor-widget-divider {
      --divider-border-style: none;
      --divider-border-width: 1px;
      --divider-border-color: $gray-darkest;
      --divider-icon-size: 20px;
      --divider-element-spacing: 10px;
      --divider-pattern-height: 24px;
      --divider-pattern-size: 20px;
      --divider-pattern-url.jpg: none;
      --divider-pattern-repeat: repeat-x
    }

    .elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon):not(.elementor-widget-divider--separator-type-pattern) .elementor-divider-separator {
      display: inline-block
    }

    .elementor-widget-divider .elementor-divider {
      line-height: 0;
      font-size: 0
    }

    .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);
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0
    }

    .elementor-widget-divider .elementor-icon {
      font-size: var(--divider-icon-size)
    }

    .elementor-widget-divider .elementor-divider-separator {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0;
      direction: ltr
    }

    .elementor-widget-divider--view-line_icon .elementor-divider-separator,
    .elementor-widget-divider--view-line_text .elementor-divider-separator {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      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-bottom: 0;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-border-color)
    }

    .elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 100;
      -ms-flex-negative: 100;
      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 {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 100;
      -ms-flex-negative: 100;
      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:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
      border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-border-color)
    }

    .elementor-widget-divider--separator-type-pattern {
      --divider-border-style: none
    }

    .elementor-widget-divider--separator-type-pattern .elementor-divider-separator,
    .elementor-widget-divider--separator-type-pattern .elementor-divider-separator:after,
    .elementor-widget-divider--separator-type-pattern .elementor-divider-separator:before {
      width: 100%;
      min-height: var(--divider-pattern-height);
      background-image: var(--divider-pattern-url.jpg);
      -webkit-background-size: var(--divider-pattern-size) 100%;
      background-size: var(--divider-pattern-size) 100%;
      background-repeat: var(--divider-pattern-repeat)
    }

    .elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line_icon .elementor-divider-separator,
    .elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line_text .elementor-divider-separator {
      background-image: none
    }

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

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

    @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 iframe {
      height: 300px
    }

    .elementor-widget-heading .elementor-heading-title {
      padding: 0;
      margin: 0;
      line-height: 1
    }

    .elementor-widget-heading .elementor-heading-title>a {
      color: inherit;
      font-size: 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-icon {
      display: inline-block;
      line-height: 1;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      color: #818a91;
      font-size: 50px;
      text-align: center
    }

    .elementor-icon:hover {
      color: #818a91
    }

    .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%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%)
    }

    .elementor-icon i.fad {
      width: auto
    }

    .elementor-view-stacked .elementor-icon {
      padding: .5em;
      background-color: #818a91;
      color: #fff;
      fill: #fff
    }

    .elementor-view-framed .elementor-icon {
      padding: .5em;
      color: #818a91;
      border: 3px solid #818a91;
      background-color: transparent
    }

    .elementor-shape-circle .elementor-icon {
      -webkit-border-radius: 50%;
      border-radius: 50%
    }

    @media (min-width:768px) {

      .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,
      .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        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: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
      }

      .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
        text-align: right;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
      }

      .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
      }

      .elementor-widget-icon-box.elementor-position-top .elementor-icon-box-img {
        margin: auto
      }

      .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
      }

      .elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
      }

      .elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
      }
    }

    @media (max-width:767px) {
      .elementor-widget-icon-box .elementor-icon-box-icon {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 15px
      }
    }

    .elementor-widget-icon-box .elementor-icon-box-wrapper {
      text-align: center
    }

    .elementor-widget-icon-box .elementor-icon-box-title a {
      color: inherit
    }

    .elementor-widget-icon-box .elementor-icon-box-content {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      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%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      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: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start
    }

    .elementor-widget .elementor-icon-list-item a {
      width: 100%
    }

    .elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      padding-left: 5px
    }

    .elementor-widget .elementor-icon-list-icon {
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0
    }

    .elementor-widget .elementor-icon-list-icon i {
      width: 1.25em
    }

    .elementor-widget .elementor-icon-list-icon svg {
      width: 1em
    }

    .elementor-widget.elementor-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-align-center .elementor-icon-list-item a {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center
    }

    .elementor-widget.elementor-align-center .elementor-icon-list-item:after {
      margin: auto
    }

    .elementor-widget.elementor-align-center .elementor-inline-items {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center
    }

    .elementor-widget.elementor-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-align-left .elementor-icon-list-item a {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      text-align: left
    }

    .elementor-widget.elementor-align-left .elementor-inline-items {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start
    }

    .elementor-widget.elementor-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-align-right .elementor-icon-list-item a {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      text-align: right
    }

    .elementor-widget.elementor-align-right .elementor-icon-list-items {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      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 (max-width:1024px) {

      .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,
      .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,
      .elementor-widget.elementor-tablet-align-center .elementor-icon-list-items {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
      }

      .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
        margin: auto
      }

      .elementor-widget.elementor-tablet-align-left .elementor-icon-list-items {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
      }

      .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,
      .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left
      }

      .elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
      }

      .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,
      .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right
      }

      .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:767px) {

      .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,
      .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,
      .elementor-widget.elementor-mobile-align-center .elementor-icon-list-items {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
      }

      .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
        margin: auto
      }

      .elementor-widget.elementor-mobile-align-left .elementor-icon-list-items {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
      }

      .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,
      .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left
      }

      .elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
      }

      .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,
      .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right
      }

      .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 .elementor-image>a,
    .elementor-widget-image .elementor-image figure>a {
      display: inline-block
    }

    .elementor-widget-image .elementor-image>a img[src$=".svg"],
    .elementor-widget-image .elementor-image figure>a img[src$=".svg"] {
      width: 48px
    }

    .elementor-widget-image .elementor-image img {
      vertical-align: middle;
      display: inline-block
    }

    .elementor-widget-image .elementor-image.elementor-image-shape-circle {
      -webkit-border-radius: 50%;
      border-radius: 50%
    }

    .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: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
      }

      .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
        text-align: right;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
      }

      .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        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 {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
      }

      .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
      }

      .elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        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-container {
      position: static
    }

    .elementor-widget-image-carousel .swiper-container .swiper-slide figure {
      line-height: inherit
    }

    .elementor-widget-image-carousel .swiper-slide {
      text-align: center
    }

    .elementor-image-gallery figure img {
      display: block
    }

    .elementor-image-gallery figure figcaption {
      width: 100%
    }

    .gallery-spacing-custom .elementor-image-gallery .gallery-icon {
      padding: 0
    }

    body.elementor-page .elementor-widget-menu-anchor {
      margin-bottom: 0
    }

    .elementor-widget-progress {
      text-align: left
    }

    .elementor-progress-wrapper {
      position: relative;
      background-color: #eee;
      color: #fff;
      height: 100%;
      -webkit-border-radius: 2px;
      border-radius: 2px
    }

    .elementor-progress-bar {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      background-color: #818a91;
      width: 0;
      font-size: 11px;
      height: 30px;
      line-height: 30px;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      -webkit-transition: width 1s ease-in-out;
      -o-transition: width 1s ease-in-out;
      transition: width 1s ease-in-out
    }

    .elementor-progress-text {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      overflow: hidden;
      padding-left: 15px
    }

    .elementor-progress-percentage {
      padding-right: 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-left: 10px
      }
    }

    .elementor-social-icons-wrapper {
      font-size: 0
    }

    .elementor-social-icon {
      background-color: #818a91;
      font-size: 25px;
      text-align: center;
      padding: .5em;
      margin-right: 5px;
      cursor: pointer
    }

    .elementor-social-icon i {
      color: #fff
    }

    .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: #818a91
    }

    .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-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: #df2029
    }

    .elementor-social-icon-weixin {
      background-color: #7bb32e
    }

    .elementor-social-icon-whatsapp {
      background-color: #25d366
    }

    .elementor-social-icon-wordpress {
      background-color: #21759b
    }

    .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 {
      -webkit-border-radius: 10%;
      border-radius: 10%
    }

    .elementor-shape-circle .elementor-icon.elementor-social-icon {
      -webkit-border-radius: 50%;
      border-radius: 50%
    }

    .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: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center
    }

    .elementor-star-rating__title {
      margin-right: 10px
    }

    .elementor-star-rating--align-right .elementor-star-rating__wrapper {
      text-align: right;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end
    }

    .elementor-star-rating--align-left .elementor-star-rating__wrapper {
      text-align: left;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start
    }

    .elementor-star-rating--align-center .elementor-star-rating__wrapper {
      text-align: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center
    }

    .elementor-star-rating--align-justify .elementor-star-rating__title {
      margin-right: auto
    }

    @media (max-width:1024px) {
      .elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper {
        text-align: right;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
      }

      .elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper {
        text-align: left;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
      }

      .elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper {
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
      }

      .elementor-star-rating-tablet--align-justify .elementor-star-rating__title {
        margin-right: auto
      }
    }

    @media (max-width:767px) {
      .elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper {
        text-align: right;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
      }

      .elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper {
        text-align: left;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
      }

      .elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper {
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
      }

      .elementor-star-rating-mobile--align-justify .elementor-star-rating__title {
        margin-right: 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: "\002605"
    }

    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
      width: 25%;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0
    }

    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active {
      border-right-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-right-style: solid
    }

    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
      top: 0;
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      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 #d4d4d4
    }

    .elementor-widget-tabs .elementor-tabs {
      text-align: left
    }

    .elementor-widget-tabs .elementor-tabs-wrapper {
      overflow: hidden
    }

    .elementor-widget-tabs .elementor-tab-title {
      cursor: pointer;
      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: #d4d4d4
    }

    .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-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: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
      }

      .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        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-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;
      color: inherit;
      display: block
    }

    .elementor-testimonial-wrapper .elementor-testimonial-job {
      font-size: .85em;
      color: inherit;
      display: block
    }

    .elementor-testimonial-wrapper.elementor-testimonial-text-align-left {
      text-align: left
    }

    .elementor-testimonial-wrapper.elementor-testimonial-text-align-right {
      text-align: right
    }

    .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;
      -webkit-border-radius: 50%;
      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-right: 15px
    }

    .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details {
      text-align: left
    }

    .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: #818a91;
      color: #fff
    }

    .elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
      color: #818a91;
      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: left
    }

    .elementor-toggle .elementor-tab-title {
      font-weight: 700;
      line-height: 1;
      margin: 0;
      padding: 15px;
      border-bottom: 1px solid #d4d4d4;
      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.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 #d4d4d4;
      display: none
    }

    @media (max-width:767px) {
      .elementor-toggle .elementor-tab-title {
        padding: 12px
      }

      .elementor-toggle .elementor-tab-content {
        padding: 12px 10px
      }
    }

    .elementor-widget-video .elementor-widget-container {
      overflow: hidden;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
    }

    .elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-background-size: cover;
      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%
    }

    .elementor-widget-video .elementor-video {
      -o-object-fit: cover;
      object-fit: cover
    }

    .slick-slider {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -ms-touch-action: pan-y;
      touch-action: pan-y;
      -webkit-tap-highlight-color: transparent
    }

    .slick-list,
    .slick-slider {
      position: relative;
      display: block
    }

    .slick-list {
      overflow: hidden;
      margin: 0;
      padding: 0
    }

    .slick-list:focus {
      outline: none
    }

    .slick-list.dragging {
      cursor: pointer
    }

    .slick-slider .slick-list,
    .slick-slider .slick-track {
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
    }

    .slick-track {
      position: relative;
      left: 0;
      top: 0;
      display: block
    }

    .slick-track:after,
    .slick-track:before {
      content: "";
      display: table
    }

    .slick-track:after {
      clear: both
    }

    .slick-loading .slick-track {
      visibility: hidden
    }

    .slick-slide {
      float: left;
      height: 100%;
      min-height: 1px;
      display: none
    }

    .elementor-slick-slider[dir=rtl] .slick-slide {
      float: right
    }

    .slick-slide img {
      display: block
    }

    .slick-slide.slick-loading img {
      display: none
    }

    .slick-slide.dragging img {
      pointer-events: none
    }

    .slick-initialized .slick-slide {
      display: block
    }

    .slick-loading .slick-slide {
      visibility: hidden
    }

    .slick-vertical .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent
    }

    .slick-arrow.slick-hidden {
      display: none
    }

    .elementor-slick-slider .slick-loading .slick-list {
      background: #fff
    }

    .elementor-slick-slider .slick-loading .slick-list:after {
      content: "\e8fb";
      font-family: eicons;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-animation: fa-spin 2s linear infinite;
      animation: fa-spin 2s linear infinite;
      font-size: 25px;
      color: #a4afb7
    }

    .elementor-slick-slider .slick-next,
    .elementor-slick-slider .slick-prev {
      font-size: 0;
      line-height: 0;
      position: absolute;
      top: 50%;
      display: block;
      width: 20px;
      padding: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      cursor: pointer;
      color: transparent;
      border: none;
      outline: none;
      background: transparent
    }

    .elementor-slick-slider .slick-next:focus,
    .elementor-slick-slider .slick-next:hover,
    .elementor-slick-slider .slick-prev:focus,
    .elementor-slick-slider .slick-prev:hover {
      color: transparent;
      outline: none;
      background: transparent
    }

    .elementor-slick-slider .slick-next:focus:before,
    .elementor-slick-slider .slick-next:hover:before,
    .elementor-slick-slider .slick-prev:focus:before,
    .elementor-slick-slider .slick-prev:hover:before {
      opacity: 1
    }

    .elementor-slick-slider .slick-next.slick-disabled:before,
    .elementor-slick-slider .slick-prev.slick-disabled:before {
      opacity: .25
    }

    .elementor-slick-slider .slick-next:before,
    .elementor-slick-slider .slick-prev:before {
      font-family: eicons;
      font-size: 35px;
      line-height: 1;
      opacity: .75;
      color: #fff;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale
    }

    .elementor-slick-slider .slick-prev {
      left: -25px
    }

    [dir=rtl] .elementor-slick-slider .slick-prev {
      left: auto;
      right: -25px
    }

    .elementor-slick-slider .slick-prev:before {
      content: "\e89f"
    }

    [dir=rtl] .elementor-slick-slider .slick-prev:before {
      content: "\e89e"
    }

    .elementor-slick-slider .slick-next {
      right: -25px
    }

    [dir=rtl] .elementor-slick-slider .slick-next {
      left: -25px;
      right: auto
    }

    .elementor-slick-slider .slick-next:before {
      content: "\e89e"
    }

    [dir=rtl] .elementor-slick-slider .slick-next:before {
      content: "\e89f"
    }

    .elementor-slick-slider .slick-dotted.slick-slider {
      margin-bottom: 30px
    }

    .elementor-slick-slider ul.slick-dots {
      position: absolute;
      bottom: -25px;
      display: block;
      width: 100%;
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: center;
      line-height: 1
    }

    .elementor-slick-slider ul.slick-dots li {
      position: relative;
      display: inline-block;
      width: 20px;
      height: 20px;
      margin: 0;
      padding: 0;
      cursor: pointer
    }

    .elementor-slick-slider ul.slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 20px;
      height: 20px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent
    }

    .elementor-slick-slider ul.slick-dots li button:focus,
    .elementor-slick-slider ul.slick-dots li button:hover {
      outline: none
    }

    .elementor-slick-slider ul.slick-dots li button:focus:before,
    .elementor-slick-slider ul.slick-dots li button:hover:before {
      opacity: 1
    }

    .elementor-slick-slider ul.slick-dots li button:before {
      font-family: eicons;
      font-size: 6px;
      line-height: 20px;
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      content: "\e914";
      text-align: center;
      opacity: .25;
      color: #000;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale
    }

    .elementor-slick-slider ul.slick-dots li.slick-active button:before {
      opacity: .75;
      color: #000
    }

    .elementor-slick-slider .slick-arrows-inside .slick-prev {
      left: 20px
    }

    [dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-prev {
      left: auto;
      right: 20px
    }

    .elementor-slick-slider .slick-arrows-inside .slick-next {
      right: 20px
    }

    [dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-next {
      left: 20px;
      right: auto
    }

    .elementor-slick-slider .slick-dots-inside .slick-dots {
      bottom: 5px
    }

    .elementor-slick-slider .slick-dots-inside.slick-dotted.slick-slider {
      margin-bottom: 0
    }

    .elementor-slick-slider .slick-slider .slick-next,
    .elementor-slick-slider .slick-slider .slick-prev {
      z-index: 1
    }

    .elementor-slick-slider .slick-slide img {
      margin: auto
    }

    .swiper-container {
      margin-left: auto;
      margin-right: auto;
      position: relative;
      overflow: hidden;
      z-index: 1
    }

    .swiper-container .swiper-slide figure {
      line-height: 0
    }

    .swiper-container .elementor-lightbox-content-source {
      display: none
    }

    .swiper-container-no-flexbox .swiper-slide {
      float: left
    }

    .swiper-container-vertical>.swiper-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column
    }

    .swiper-wrapper {
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      -o-transition-property: transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-box-sizing: content-box;
      box-sizing: content-box
    }

    .swiper-container-android .swiper-slide,
    .swiper-wrapper {
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
    }

    .swiper-container-multirow>.swiper-wrapper {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
    }

    .swiper-container-free-mode>.swiper-wrapper {
      -webkit-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      margin: 0 auto
    }

    .swiper-slide {
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 100%;
      height: 100%;
      position: relative
    }

    .swiper-container-autoheight,
    .swiper-container-autoheight .swiper-slide {
      height: auto
    }

    .swiper-container-autoheight .swiper-wrapper {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-transition-property: height, -webkit-transform;
      transition-property: height, -webkit-transform;
      -o-transition-property: transform, height;
      transition-property: transform, height;
      transition-property: transform, height, -webkit-transform
    }

    .swiper-container .swiper-notification {
      position: absolute;
      left: 0;
      top: 0;
      pointer-events: none;
      opacity: 0;
      z-index: -1000
    }

    .swiper-wp8-horizontal {
      -ms-touch-action: pan-y;
      touch-action: pan-y
    }

    .swiper-wp8-vertical {
      -ms-touch-action: pan-x;
      touch-action: pan-x
    }

    .swiper-button-next,
    .swiper-button-prev {
      position: absolute;
      top: 50%;
      width: 27px;
      height: 44px;
      margin-top: -22px;
      z-index: 10;
      cursor: pointer;
      -webkit-background-size: 27px 44px;
      background-size: 27px 44px;
      background: no-repeat 50%
    }

    .swiper-button-next.swiper-button-disabled,
    .swiper-button-prev.swiper-button-disabled {
      opacity: .35;
      cursor: auto;
      pointer-events: none
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
      left: 10px;
      right: auto
    }

    .swiper-button-prev.swiper-button-black,
    .swiper-container-rtl .swiper-button-next.swiper-button-black {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
    }

    .swiper-button-prev.swiper-button-white,
    .swiper-container-rtl .swiper-button-next.swiper-button-white {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
      right: 10px;
      left: auto
    }

    .swiper-button-next.swiper-button-black,
    .swiper-container-rtl .swiper-button-prev.swiper-button-black {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
    }

    .swiper-button-next.swiper-button-white,
    .swiper-container-rtl .swiper-button-prev.swiper-button-white {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
    }

    .swiper-pagination {
      position: absolute;
      text-align: center;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      z-index: 10
    }

    .swiper-pagination.swiper-pagination-hidden {
      opacity: 0
    }

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
      bottom: 5px;
      left: 0;
      width: 100%
    }

    .swiper-pagination-bullet {
      width: 6px;
      height: 6px;
      display: inline-block;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background: #000;
      opacity: .2
    }

    .swiper-pagination-fraction {
      color: #000
    }

    button.swiper-pagination-bullet {
      border: none;
      margin: 0;
      padding: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none
    }

    .swiper-pagination-clickable .swiper-pagination-bullet {
      cursor: pointer
    }

    .swiper-pagination-white .swiper-pagination-bullet {
      background: #fff
    }

    .swiper-pagination-bullet-active {
      opacity: 1
    }

    .swiper-pagination-white .swiper-pagination-bullet-active {
      background: #fff
    }

    .swiper-pagination-black .swiper-pagination-bullet-active {
      background: #000
    }

    .swiper-container-vertical>.swiper-pagination-bullets {
      right: 10px;
      top: 50%;
      -webkit-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0)
    }

    .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 5px 0;
      display: block
    }

    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 6px
    }

    .swiper-pagination-progressbar {
      background: rgba(0, 0, 0, .25);
      position: absolute
    }

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
      background: #000;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
      transform-origin: left top
    }

    .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
      -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
      transform-origin: right top
    }

    .swiper-container-horizontal>.swiper-pagination-progressbar {
      width: 100%;
      height: 4px;
      left: 0;
      top: 0
    }

    .swiper-container-vertical>.swiper-pagination-progressbar {
      width: 4px;
      height: 100%;
      left: 0;
      top: 0
    }

    .swiper-pagination-progressbar.swiper-pagination-white {
      background: hsla(0, 0%, 100%, .5)
    }

    .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
      background: #fff
    }

    .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
      background: #000
    }

    .swiper-container-3d {
      -webkit-perspective: 1200px;
      perspective: 1200px
    }

    .swiper-container-3d .swiper-cube-shadow,
    .swiper-container-3d .swiper-slide,
    .swiper-container-3d .swiper-slide-shadow-bottom,
    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top,
    .swiper-container-3d .swiper-wrapper {
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-bottom,
    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 10
    }

    .swiper-container-3d .swiper-slide-shadow-left {
      background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
      background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
      background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
      background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-right {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
      background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
      background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
      background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-top {
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
      background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
      background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
      background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
      background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
      background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
      background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
    }

    .swiper-container-coverflow .swiper-wrapper,
    .swiper-container-flip .swiper-wrapper {
      -ms-perspective: 1200px
    }

    .swiper-container-cube,
    .swiper-container-flip {
      overflow: visible
    }

    .swiper-container-cube .swiper-slide,
    .swiper-container-flip .swiper-slide {
      pointer-events: none;
      z-index: 1
    }

    .swiper-container-cube .swiper-slide .swiper-slide,
    .swiper-container-flip .swiper-slide .swiper-slide {
      pointer-events: none
    }

    .swiper-container-cube .swiper-slide-active,
    .swiper-container-cube .swiper-slide-active .swiper-slide-active,
    .swiper-container-flip .swiper-slide-active,
    .swiper-container-flip .swiper-slide-active .swiper-slide-active {
      pointer-events: auto
    }

    .swiper-container-cube .swiper-slide-shadow-bottom,
    .swiper-container-cube .swiper-slide-shadow-left,
    .swiper-container-cube .swiper-slide-shadow-right,
    .swiper-container-cube .swiper-slide-shadow-top,
    .swiper-container-flip .swiper-slide-shadow-bottom,
    .swiper-container-flip .swiper-slide-shadow-left,
    .swiper-container-flip .swiper-slide-shadow-right,
    .swiper-container-flip .swiper-slide-shadow-top {
      z-index: 0;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden
    }

    .swiper-container-cube .swiper-slide {
      visibility: hidden;
      -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      transform-origin: 0 0;
      width: 100%;
      height: 100%
    }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
      -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
      transform-origin: 100% 0
    }

    .swiper-container-cube .swiper-slide-active,
    .swiper-container-cube .swiper-slide-next,
    .swiper-container-cube .swiper-slide-next+.swiper-slide,
    .swiper-container-cube .swiper-slide-prev {
      pointer-events: auto;
      visibility: visible
    }

    .swiper-container-cube .swiper-cube-shadow {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: .6;
      -webkit-filter: blur(50px);
      filter: blur(50px);
      z-index: 0
    }

    .swiper-container-fade.swiper-container-free-mode .swiper-slide {
      -webkit-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      transition-timing-function: ease-out
    }

    .swiper-container-fade .swiper-slide {
      pointer-events: none;
      -webkit-transition-property: opacity;
      -o-transition-property: opacity;
      transition-property: opacity
    }

    .swiper-container-fade .swiper-slide .swiper-slide {
      pointer-events: none
    }

    .swiper-container-fade .swiper-slide-active,
    .swiper-container-fade .swiper-slide-active .swiper-slide-active {
      pointer-events: auto
    }

    .swiper-zoom-container {
      width: 100%;
      height: 100%;
      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;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: 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%;
      -o-object-fit: contain;
      object-fit: contain
    }

    .swiper-scrollbar {
      -webkit-border-radius: 10px;
      border-radius: 10px;
      position: relative;
      -ms-touch-action: none;
      background: rgba(0, 0, 0, .1)
    }

    .swiper-container-horizontal>.swiper-scrollbar {
      position: absolute;
      left: 1%;
      bottom: 3px;
      z-index: 50;
      height: 5px;
      width: 98%
    }

    .swiper-container-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);
      -webkit-border-radius: 10px;
      border-radius: 10px;
      left: 0;
      top: 0
    }

    .swiper-scrollbar-cursor-drag {
      cursor: move
    }

    .elementor-pagination-position-outside .swiper-container {
      padding-bottom: 30px
    }

    .elementor-pagination-position-outside .elementor-swiper-button {
      top: -webkit-calc(50% - 15px);
      top: calc(50% - 15px)
    }

    .elementor-swiper {
      position: relative
    }

    .elementor-main-swiper {
      position: static
    }

    .elementor-arrows-position-outside .swiper-container {
      width: -webkit-calc(100% - 60px);
      width: calc(100% - 60px)
    }

    .elementor-arrows-position-outside .elementor-swiper-button-prev {
      left: 0
    }

    .elementor-arrows-position-outside .elementor-swiper-button-next {
      right: 0
    }

    .swiper-image-stretch .swiper-slide .swiper-slide-image {
      width: 100%
    }

    .elementor-swiper-button {
      position: absolute;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      z-index: 1;
      cursor: pointer;
      font-size: 25px;
      color: hsla(0, 0%, 93.3%, .9);
      top: 50%;
      -webkit-transform: translate3d(0, -50%, 1px);
      transform: translate3d(0, -50%, 1px)
    }

    .elementor-swiper-button-prev {
      left: 10px
    }

    .elementor-swiper-button-next {
      right: 10px
    }

    .elementor-swiper-button.swiper-button-disabled {
      opacity: .3
    }

    .swiper-lazy-preloader {
      width: 42px;
      height: 42px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -21px;
      margin-top: -21px;
      z-index: 10;
      -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
      transform-origin: 50%;
      -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
      animation: swiper-preloader-spin 1s steps(12) infinite
    }

    .swiper-lazy-preloader:after {
      display: block;
      content: "";
      width: 100%;
      height: 100%;
      -webkit-background-size: 100% 100%;
      background-size: 100%;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='/%23a' opacity='.27'/%3E%3Cuse xlink:href='/%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='/%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='/%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='/%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='/%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='/%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='/%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='/%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='/%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='/%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='/%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%
    }

    .swiper-lazy-preloader-white:after {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='/%23a' opacity='.27'/%3E%3Cuse xlink:href='/%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='/%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='/%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='/%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='/%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='/%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='/%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='/%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='/%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='/%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='/%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
    }

    @-webkit-keyframes swiper-preloader-spin {
      to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
      }
    }

    @keyframes swiper-preloader-spin {
      to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
      }
    }

    .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 .dialog-header {
      display: none
    }

    .elementor-lightbox .dialog-widget-content {
      background: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      width: 100%;
      height: 100%
    }

    .elementor-lightbox .dialog-message {
      -webkit-animation-duration: .3s;
      animation-duration: .3s
    }

    .elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
      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
    }

    .elementor-lightbox .dialog-lightbox-close-button,
    .elementor-lightbox .elementor-swiper-button {
      color: var(--lightbox-ui-color);
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      opacity: 1
    }

    .elementor-lightbox .dialog-lightbox-close-button:hover,
    .elementor-lightbox .elementor-swiper-button:hover {
      color: var(--lightbox-ui-color-hover)
    }

    .elementor-lightbox .swiper-container {
      height: 100%
    }

    .elementor-lightbox .elementor-lightbox-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;
      padding: 70px;
      -webkit-box-sizing: border-box;
      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;
      -ms-user-select: none;
      user-select: none
    }

    .elementor-lightbox .elementor-lightbox-image,
    .elementor-lightbox .elementor-lightbox-image:hover {
      opacity: 1;
      -webkit-filter: none;
      filter: none;
      border: none
    }

    .elementor-lightbox .elementor-lightbox-image,
    .elementor-lightbox .elementor-video-container {
      -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .3), 0 0 8px -5px rgba(0, 0, 0, .3);
      box-shadow: 0 0 30px rgba(0, 0, 0, .3), 0 0 8px -5px rgba(0, 0, 0, .3);
      -webkit-border-radius: 2px;
      border-radius: 2px
    }

    .elementor-lightbox .elementor-video-container {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%)
    }

    @media (min-width:1025px) {
      .elementor-lightbox .elementor-video-container {
        width: 75%
      }
    }

    @media (max-width:1024px) {
      .elementor-lightbox .elementor-video-container {
        width: 100%
      }
    }

    @media (min-width:768px) and (max-width:1024px) {
      .elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container {
        width: 70%
      }
    }

    .elementor-lightbox .elementor-swiper-button:focus {
      outline: none
    }

    .elementor-lightbox .elementor-swiper-button-next,
    .elementor-lightbox .elementor-swiper-button-prev {
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      width: 15%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: var(--lightbox-navigation-icons-size)
    }

    .elementor-lightbox .elementor-swiper-button-prev {
      left: 0
    }

    .elementor-lightbox .elementor-swiper-button-next {
      right: 0
    }

    @media (max-width:767px) {

      .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;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
      }

      .elementor-lightbox .elementor-swiper-button-next {
        right: 0;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
      }
    }

    .elementor-slideshow__counter {
      color: currentColor;
      font-size: .75em;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content
    }

    .elementor-slideshow__footer,
    .elementor-slideshow__header {
      position: absolute;
      left: 0;
      width: 100%;
      padding: 15px 20px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s
    }

    .elementor-slideshow__footer {
      color: var(--lightbox-text-color)
    }

    .elementor-slideshow__header {
      color: var(--lightbox-ui-color);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-size: var(--lightbox-header-icons-size);
      padding-left: 1em;
      padding-right: 2.6em;
      top: 0;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      z-index: 10
    }

    .elementor-slideshow__header>i {
      font-size: inherit;
      cursor: pointer;
      padding: .25em;
      margin: 0 .35em
    }

    .elementor-slideshow__header>i:hover {
      color: var(--lightbox-ui-color-hover)
    }

    .elementor-slideshow__header>i:first-of-type {
      margin-left: 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;
      -webkit-transition: background-color .4s;
      -o-transition: background-color .4s;
      transition: background-color .4s
    }

    .elementor-slideshow__share-menu .elementor-slideshow__share-links a {
      color: #2c2c2c
    }

    .elementor-slideshow__share-links {
      display: block;
      position: absolute;
      min-width: 200px;
      right: 67px;
      top: 60px;
      background-color: #fff;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      font-size: 16px;
      padding: 14px 20px;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      opacity: 0;
      -webkit-transform-origin: 90% 10%;
      -ms-transform-origin: 90% 10%;
      transform-origin: 90% 10%;
      -webkit-transition: all .25s .1s;
      -o-transition: all .25s .1s;
      transition: all .25s .1s;
      -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
      box-shadow: 0 4px 15px rgba(0, 0, 0, .3)
    }

    .elementor-slideshow__share-links a {
      text-align: left;
      color: #55595c;
      font-size: 12px;
      line-height: 2.5;
      display: block;
      opacity: 0;
      -webkit-transition: opacity .5s .1s;
      -o-transition: opacity .5s .1s;
      transition: opacity .5s .1s
    }

    .elementor-slideshow__share-links a:hover {
      color: #000
    }

    .elementor-slideshow__share-links a i {
      margin-right: 10px;
      font-size: 15px
    }

    .elementor-slideshow__share-links:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 15px;
      border: 9px solid transparent;
      border-bottom-color: #fff;
      -webkit-transform: translateY(-100%) scaleX(.7);
      -ms-transform: translateY(-100%) scaleX(.7);
      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 {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      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: #a4afb7
    }

    .elementor-slideshow--share-mode .eicon-share-arrow {
      z-index: 2
    }

    .animated {
      -webkit-animation-duration: 1.25s;
      animation-duration: 1.25s
    }

    .animated.animated-slow {
      -webkit-animation-duration: 2s;
      animation-duration: 2s
    }

    .animated.animated-fast {
      -webkit-animation-duration: .75s;
      animation-duration: .75s
    }

    .animated.infinite {
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite
    }

    .animated.reverse {
      animation-direction: reverse
    }

    @media (prefers-reduced-motion:reduce) {
      .animated {
        -webkit-animation: none;
        animation: none
      }
    }

    .elementor-shape {
      overflow: hidden;
      position: absolute;
      left: 0;
      width: 100%;
      line-height: 0;
      direction: ltr
    }

    .elementor-shape-top {
      top: -1px
    }

    .elementor-shape-bottom {
      bottom: -1px
    }

    .elementor-shape[data-negative=false].elementor-shape-bottom {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg)
    }

    .elementor-shape[data-negative=true].elementor-shape-top {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg)
    }

    .elementor-shape svg {
      display: block;
      width: -webkit-calc(100% + 1.3px);
      width: calc(100% + 1.3px);
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%)
    }

    .elementor-shape .elementor-shape-fill {
      fill: #fff;
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotateY(0deg);
      transform: rotateY(0deg)
    }

    #wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 200px
    }

    #wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
      white-space: nowrap;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      overflow: hidden;
      width: 100%
    }

    #wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
      background: #55595c;
      font-size: 11px;
      line-height: 9px;
      margin-top: 6px;
      padding: 4px 8px;
      -webkit-border-radius: 3px;
      border-radius: 3px
    }

    .page-template-elementor_canvas.elementor-page:before {
      display: none
    }

    .elementor-post__thumbnail__link {
      -webkit-transition: none;
      -o-transition: none;
      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
    }

    #wpadminbar * {
      font-style: normal
    }

    @media (max-width:767px) {
      .elementor .elementor-hidden-phone {
        display: none
      }
    }

    @media (min-width:768px) and (max-width:1024px) {
      .elementor .elementor-hidden-tablet {
        display: none
      }
    }

    @media (min-width:1025px) {
      .elementor .elementor-hidden-desktop {
        display: none
      }
    }

    @charset "UTF-8";

    /*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
    .animated {
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both
    }

    .animated.infinite {
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite
    }

    .animated.hinge {
      -webkit-animation-duration: 2s;
      animation-duration: 2s
    }

    .animated.flipOutX,
    .animated.flipOutY,
    .animated.bounceIn,
    .animated.bounceOut {
      -webkit-animation-duration: .75s;
      animation-duration: .75s
    }

    @-webkit-keyframes bounce {

      from,
      20%,
      53%,
      80%,
      to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
      }

      40%,
      43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
      }

      70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
      }

      90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
      }
    }

    @keyframes bounce {

      from,
      20%,
      53%,
      80%,
      to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
      }

      40%,
      43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
      }

      70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
      }

      90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
      }
    }

    .bounce {
      -webkit-animation-name: bounce;
      animation-name: bounce;
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom
    }

    @-webkit-keyframes flash {

      from,
      50%,
      to {
        opacity: 1
      }

      25%,
      75% {
        opacity: 0
      }
    }

    @keyframes flash {

      from,
      50%,
      to {
        opacity: 1
      }

      25%,
      75% {
        opacity: 0
      }
    }

    .flash {
      -webkit-animation-name: flash;
      animation-name: flash
    }

    @-webkit-keyframes pulse {
      from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
      }

      50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
      }

      to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
      }
    }

    @keyframes pulse {
      from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
      }

      50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
      }

      to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
      }
    }

    .pulse {
      -webkit-animation-name: pulse;
      animation-name: pulse
    }

    @-webkit-keyframes rubberBand {
      from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
      }

      30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
      }

      40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
      }

      50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
      }

      65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
      }

      75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
      }

      to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
      }
    }

    @keyframes rubberBand {
      from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
      }

      30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
      }

      40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
      }

      50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
      }

      65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
      }

      75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
      }

      to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
      }
    }

    .rubberBand {
      -webkit-animation-name: rubberBand;
      animation-name: rubberBand
    }

    @-webkit-keyframes shake {

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

      10%,
      30%,
      50%,
      70%,
      90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
      }

      20%,
      40%,
      60%,
      80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
      }
    }

    @keyframes shake {

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

      10%,
      30%,
      50%,
      70%,
      90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
      }

      20%,
      40%,
      60%,
      80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
      }
    }

    .shake {
      -webkit-animation-name: shake;
      animation-name: shake
    }

    @-webkit-keyframes headShake {
      0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
      }

      6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
      }

      18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
      }

      31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
      }

      43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
      }

      50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
      }
    }

    @keyframes headShake {
      0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
      }

      6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
      }

      18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
      }

      31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
      }

      43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
      }

      50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
      }
    }

    .headShake {
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-name: headShake;
      animation-name: headShake
    }

    @-webkit-keyframes swing {
      20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
      }

      40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
      }

      60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
      }

      80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
      }

      to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
      }
    }

    @keyframes swing {
      20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
      }

      40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
      }

      60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
      }

      80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
      }

      to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
      }
    }

    .swing {
      -webkit-transform-origin: top center;
      transform-origin: top center;
      -webkit-animation-name: swing;
      animation-name: swing
    }

    @-webkit-keyframes tada {
      from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
      }

      10%,
      20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
      }

      30%,
      50%,
      70%,
      90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
      }

      40%,
      60%,
      80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
      }

      to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
      }
    }

    @keyframes tada {
      from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
      }

      10%,
      20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
      }

      30%,
      50%,
      70%,
      90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
      }

      40%,
      60%,
      80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
      }

      to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
      }
    }

    .tada {
      -webkit-animation-name: tada;
      animation-name: tada
    }

    @-webkit-keyframes wobble {
      from {
        -webkit-transform: none;
        transform: none
      }

      15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
      }

      30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
      }

      45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
      }

      60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
      }

      75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
      }

      to {
        -webkit-transform: none;
        transform: none
      }
    }

    @keyframes wobble {
      from {
        -webkit-transform: none;
        transform: none
      }

      15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
      }

      30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
      }

      45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
      }

      60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
      }

      75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
      }

      to {
        -webkit-transform: none;
        transform: none
      }
    }

    .wobble {
      -webkit-animation-name: wobble;
      animation-name: wobble
    }

    @-webkit-keyframes jello {

      from,
      11.1%,
      to {
        -webkit-transform: none;
        transform: none
      }

      22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
      }

      33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
      }

      44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
      }

      55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
      }

      66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
      }

      77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
      }

      88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
      }
    }

    @keyframes jello {

      from,
      11.1%,
      to {
        -webkit-transform: none;
        transform: none
      }

      22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
      }

      33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
      }

      44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
      }

      55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
      }

      66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
      }

      77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
      }

      88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
      }
    }

    .jello {
      -webkit-animation-name: jello;
      animation-name: jello;
      -webkit-transform-origin: center;
      transform-origin: center
    }

    @-webkit-keyframes bounceIn {

      from,
      20%,
      40%,
      60%,
      80%,
      to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
      }

      0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
      }

      20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
      }

      40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
      }

      60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
      }

      80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
      }

      to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
      }
    }

    @keyframes bounceIn {

      from,
      20%,
      40%,
      60%,
      80%,
      to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
      }

      0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
      }

      20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
      }

      40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
      }

      60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
      }

      80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
      }

      to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
      }
    }

    .bounceIn {
      -webkit-animation-name: bounceIn;
      animation-name: bounceIn
    }

    @-webkit-keyframes bounceInDown {

      from,
      60%,
      75%,
      90%,
      to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
      }

      0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
      }

      60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
      }

      75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
      }

      90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
      }

      to {
        -webkit-transform: none;
        transform: none
      }
    }

    @keyframes bounceInDown {

      from,
      60%,
      75%,
      90%,
      to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
      }

      0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
      }

      60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
      }

      75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
      }

      90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
      }

      to {
        -webkit-transform: none;
        transform: none
      }
    }

    .bounceInDown {
      -webkit-animation-name: bounceInDown;
      animation-name: bounceInDown
    }

    @-webkit-keyframes bounceInLeft {

      from,
      60%,
      75%,
      90%,
      to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
      }

      0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
      }

      60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
      }

      75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
      }

      90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
      }

      to {
        -webkit-transform: none;
        transform: none
      }
    }

    @keyframes bounceInLeft {

      from,
      60%,
      75%,
      90%,
      to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
      }

      0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
      }

      60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
      }

      75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
      }

      90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
      }

      to {
        -webkit-transform: none;
        transform: none
      }
    }

    .bounceInLeft {
      -webkit-animation-name: bounceInLeft;
      animation-name: bounceInLeft
    }

    @-webkit-keyframes bounceInRight {

      from,
      60%,
      75%,
      90%,
      to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
      }

      from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
      }

      60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
      }

      75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
      }

      90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
      }

      to {
        -webkit-transform: none;
        transform: none
      }
    }

    @keyframes bounceInRight {

      from,
      60%,
      75%,
      90%,
      to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
      }

      from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
      }

      60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
      }

      75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
      }

      90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
      }

      to {
        -webkit-transform: none;
        transform: none
      }
    }

    .bounceInRight {
      -webkit-animation-name: bounceInRight;
      animation-name: bounceInRight
    }

    @-webkit-keyframes bounceInUp {

      from,
      60%,
      75%,
      90%,
      to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
      }

      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
      }

      60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
      }

      75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
      }

      90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
      }

      to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
      }
    }

    @keyframes bounceInUp {

      from,
      60%,
      75%,
      90%,
      to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
      }

      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
      }

      60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
      }

      75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
      }

      90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
      }

      to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
      }
    }

    .bounceInUp {
      -webkit-animation-name: bounceInUp;
      animation-name: bounceInUp
    }

    @-webkit-keyframes bounceOut {
      20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
      }

      50%,
      55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
      }

      to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
      }
    }

    @keyframes bounceOut {
      20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
      }

      50%,
      55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
      }

      to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
      }
    }

    .bounceOut {
      -webkit-animation-name: bounceOut;
      animation-name: bounceOut
    }

    @-webkit-keyframes bounceOutDown {
      20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
      }

      40%,
      45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
      }

      to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
      }
    }

    @keyframes bounceOutDown {
      20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
      }

      40%,
      45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
      }

      to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
      }
    }

    .bounceOutDown {
      -webkit-animation-name: bounceOutDown;
      animation-name: bounceOutDown
    }

    @-webkit-keyframes bounceOutLeft {
      20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
      }

      to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
      }
    }

    @keyframes bounceOutLeft {
      20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
      }

      to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
      }
    }

    .bounceOutLeft {
      -webkit-animation-name: bounceOutLeft;
      animation-name: bounceOutLeft
    }

    @-webkit-keyframes bounceOutRight {
      20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
      }

      to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
      }
    }

    @keyframes bounceOutRight {
      20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
      }

      to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
      }
    }

    .bounceOutRight {
      -webkit-animation-name: bounceOutRight;
      animation-name: bounceOutRight
    }

    @-webkit-keyframes bounceOutUp {
      20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
      }

      40%,
      45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
      }

      to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
      }
    }

    @keyframes bounceOutUp {
      20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
      }

      40%,
      45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
      }

      to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
      }
    }

    .bounceOutUp {
      -webkit-animation-name: bounceOutUp;
      animation-name: bounceOutUp
    }

    @-webkit-keyframes fadeIn {
      from {
        opacity: 0
      }

      to {
        opacity: 1
      }
    }

    @keyframes fadeIn {
      from {
        opacity: 0
      }

      to {
        opacity: 1
      }
    }

    .fadeIn {
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn
    }

    @-webkit-keyframes fadeInDown {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
      }
    }

    @keyframes fadeInDown {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
      }
    }

    .fadeInDown {
      -webkit-animation-name: fadeInDown;
      animation-name: fadeInDown
    }

    @-webkit-keyframes fadeInDownBig {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
      }
    }

    @keyframes fadeInDownBig {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
      }
    }

    .fadeInDownBig {
      -webkit-animation-name: fadeInDownBig;
      animation-name: fadeInDownBig
    }

    @-webkit-keyframes fadeInLeft {
      from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
      }
    }

    @keyframes fadeInLeft {
      from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
      }
    }

    .fadeInLeft {
      -webkit-animation-name: fadeInLeft;
      animation-name: fadeInLeft
    }

    @-webkit-keyframes fadeInLeftBig {
      from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
      }
    }

    @keyframes fadeInLeftBig {
      from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
      }
    }

    .fadeInLeftBig {
      -webkit-animation-name: fadeInLeftBig;
      animation-name: fadeInLeftBig
    }

    @-webkit-keyframes fadeInRight {
      from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
      }
    }

    @keyframes fadeInRight {
      from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
      }
    }

    .fadeInRight {
      -webkit-animation-name: fadeInRight;
      animation-name: fadeInRight
    }

    @-webkit-keyframes fadeInRightBig {
      from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
      }
    }

    @keyframes fadeInRightBig {
      from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
      }
    }

    .fadeInRightBig {
      -webkit-animation-name: fadeInRightBig;
      animation-name: fadeInRightBig
    }

    @-webkit-keyframes fadeInUp {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
      }
    }

    @keyframes fadeInUp {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
      }
    }

    .fadeInUp {
      -webkit-animation-name: fadeInUp;
      animation-name: fadeInUp
    }

    @-webkit-keyframes fadeInUpBig {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
      }
    }

    @keyframes fadeInUpBig {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
      }
    }

    .fadeInUpBig {
      -webkit-animation-name: fadeInUpBig;
      animation-name: fadeInUpBig
    }

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

      to {
        opacity: 0
      }
    }

    @keyframes fadeOut {
      from {
        opacity: 1
      }

      to {
        opacity: 0
      }
    }

    .fadeOut {
      -webkit-animation-name: fadeOut;
      animation-name: fadeOut
    }

    @-webkit-keyframes fadeOutDown {
      from {
        opacity: 1
      }

      to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
      }
    }

    @keyframes fadeOutDown {
      from {
        opacity: 1
      }

      to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
      }
    }

    .fadeOutDown {
      -webkit-animation-name: fadeOutDown;
      animation-name: fadeOutDown
    }

    @-webkit-keyframes fadeOutDownBig {
      from {
        opacity: 1
      }

      to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
      }
    }

    @keyframes fadeOutDownBig {
      from {
        opacity: 1
      }

      to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
      }
    }

    .fadeOutDownBig {
      -webkit-animation-name: fadeOutDownBig;
      animation-name: fadeOutDownBig
    }

    @-webkit-keyframes fadeOutLeft {
      from {
        opacity: 1
      }

      to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
      }
    }

    @keyframes fadeOutLeft {
      from {
        opacity: 1
      }

      to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
      }
    }

    .fadeOutLeft {
      -webkit-animation-name: fadeOutLeft;
      animation-name: fadeOutLeft
    }

    @-webkit-keyframes fadeOutLeftBig {
      from {
        opacity: 1
      }

      to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
      }
    }

    @keyframes fadeOutLeftBig {
      from {
        opacity: 1
      }

      to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
      }
    }

    .fadeOutLeftBig {
      -webkit-animation-name: fadeOutLeftBig;
      animation-name: fadeOutLeftBig
    }

    @-webkit-keyframes fadeOutRight {
      from {
        opacity: 1
      }

      to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
      }
    }

    @keyframes fadeOutRight {
      from {
        opacity: 1
      }

      to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
      }
    }

    .fadeOutRight {
      -webkit-animation-name: fadeOutRight;
      animation-name: fadeOutRight
    }

    @-webkit-keyframes fadeOutRightBig {
      from {
        opacity: 1
      }

      to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
      }
    }

    @keyframes fadeOutRightBig {
      from {
        opacity: 1
      }

      to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
      }
    }

    .fadeOutRightBig {
      -webkit-animation-name: fadeOutRightBig;
      animation-name: fadeOutRightBig
    }

    @-webkit-keyframes fadeOutUp {
      from {
        opacity: 1
      }

      to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
      }
    }

    @keyframes fadeOutUp {
      from {
        opacity: 1
      }

      to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
      }
    }

    .fadeOutUp {
      -webkit-animation-name: fadeOutUp;
      animation-name: fadeOutUp
    }

    @-webkit-keyframes fadeOutUpBig {
      from {
        opacity: 1
      }

      to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
      }
    }

    @keyframes fadeOutUpBig {
      from {
        opacity: 1
      }

      to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
      }
    }

    .fadeOutUpBig {
      -webkit-animation-name: fadeOutUpBig;
      animation-name: fadeOutUpBig
    }

    @-webkit-keyframes flip {
      from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
      }

      40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
      }

      50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
      }

      80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
      }

      to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
      }
    }

    @keyframes flip {
      from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
      }

      40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
      }

      50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
      }

      80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
      }

      to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
      }
    }

    .animated.flip {
      -webkit-backface-visibility: visible;
      backface-visibility: visible;
      -webkit-animation-name: flip;
      animation-name: flip
    }

    @-webkit-keyframes flipInX {
      from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
      }

      40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
      }

      60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
      }

      80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
      }

      to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
      }
    }

    @keyframes flipInX {
      from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
      }

      40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
      }

      60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
      }

      80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
      }

      to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
      }
    }

    .flipInX {
      -webkit-backface-visibility: visible !important;
      backface-visibility: visible !important;
      -webkit-animation-name: flipInX;
      animation-name: flipInX
    }

    @-webkit-keyframes flipInY {
      from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
      }

      40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
      }

      60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
      }

      80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
      }

      to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
      }
    }

    @keyframes flipInY {
      from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
      }

      40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
      }

      60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
      }

      80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
      }

      to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
      }
    }

    .flipInY {
      -webkit-backface-visibility: visible !important;
      backface-visibility: visible !important;
      -webkit-animation-name: flipInY;
      animation-name: flipInY
    }

    @-webkit-keyframes flipOutX {
      from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
      }

      30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
      }

      to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
      }
    }

    @keyframes flipOutX {
      from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
      }

      30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
      }

      to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
      }
    }

    .flipOutX {
      -webkit-animation-name: flipOutX;
      animation-name: flipOutX;
      -webkit-backface-visibility: visible !important;
      backface-visibility: visible !important
    }

    @-webkit-keyframes flipOutY {
      from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
      }

      30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
      }

      to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
      }
    }

    @keyframes flipOutY {
      from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
      }

      30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
      }

      to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
      }
    }

    .flipOutY {
      -webkit-backface-visibility: visible !important;
      backface-visibility: visible !important;
      -webkit-animation-name: flipOutY;
      animation-name: flipOutY
    }

    @-webkit-keyframes lightSpeedIn {
      from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
      }

      60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
      }

      80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
      }

      to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
      }
    }

    @keyframes lightSpeedIn {
      from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
      }

      60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
      }

      80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
      }

      to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
      }
    }

    .lightSpeedIn {
      -webkit-animation-name: lightSpeedIn;
      animation-name: lightSpeedIn;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
    }

    @-webkit-keyframes lightSpeedOut {
      from {
        opacity: 1
      }

      to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
      }
    }

    @keyframes lightSpeedOut {
      from {
        opacity: 1
      }

      to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
      }
    }

    .lightSpeedOut {
      -webkit-animation-name: lightSpeedOut;
      animation-name: lightSpeedOut;
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
    }

    @-webkit-keyframes rotateIn {
      from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
      }

      to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
      }
    }

    @keyframes rotateIn {
      from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
      }

      to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
      }
    }

    .rotateIn {
      -webkit-animation-name: rotateIn;
      animation-name: rotateIn
    }

    @-webkit-keyframes rotateInDownLeft {
      from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
      }

      to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
      }
    }

    @keyframes rotateInDownLeft {
      from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
      }

      to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
      }
    }

    .rotateInDownLeft {
      -webkit-animation-name: rotateInDownLeft;
      animation-name: rotateInDownLeft
    }

    @-webkit-keyframes rotateInDownRight {
      from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
      }

      to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
      }
    }

    @keyframes rotateInDownRight {
      from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
      }

      to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
      }
    }

    .rotateInDownRight {
      -webkit-animation-name: rotateInDownRight;
      animation-name: rotateInDownRight
    }

    @-webkit-keyframes rotateInUpLeft {
      from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
      }

      to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
      }
    }

    @keyframes rotateInUpLeft {
      from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
      }

      to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
      }
    }

    .rotateInUpLeft {
      -webkit-animation-name: rotateInUpLeft;
      animation-name: rotateInUpLeft
    }

    @-webkit-keyframes rotateInUpRight {
      from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
      }

      to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
      }
    }

    @keyframes rotateInUpRight {
      from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
      }

      to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
      }
    }

    .rotateInUpRight {
      -webkit-animation-name: rotateInUpRight;
      animation-name: rotateInUpRight
    }

    @-webkit-keyframes rotateOut {
      from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
      }

      to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
      }
    }

    @keyframes rotateOut {
      from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
      }

      to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
      }
    }

    .rotateOut {
      -webkit-animation-name: rotateOut;
      animation-name: rotateOut
    }

    @-webkit-keyframes rotateOutDownLeft {
      from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
      }

      to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
      }
    }

    @keyframes rotateOutDownLeft {
      from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
      }

      to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
      }
    }

    .rotateOutDownLeft {
      -webkit-animation-name: rotateOutDownLeft;
      animation-name: rotateOutDownLeft
    }

    @-webkit-keyframes rotateOutDownRight {
      from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
      }

      to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
      }
    }

    @keyframes rotateOutDownRight {
      from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
      }

      to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
      }
    }

    .rotateOutDownRight {
      -webkit-animation-name: rotateOutDownRight;
      animation-name: rotateOutDownRight
    }

    @-webkit-keyframes rotateOutUpLeft {
      from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
      }

      to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
      }
    }

    @keyframes rotateOutUpLeft {
      from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
      }

      to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
      }
    }

    .rotateOutUpLeft {
      -webkit-animation-name: rotateOutUpLeft;
      animation-name: rotateOutUpLeft
    }

    @-webkit-keyframes rotateOutUpRight {
      from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
      }

      to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
      }
    }

    @keyframes rotateOutUpRight {
      from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
      }

      to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
      }
    }

    .rotateOutUpRight {
      -webkit-animation-name: rotateOutUpRight;
      animation-name: rotateOutUpRight
    }

    @-webkit-keyframes hinge {
      0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
      }

      20%,
      60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
      }

      40%,
      80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
      }

      to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
      }
    }

    @keyframes hinge {
      0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
      }

      20%,
      60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
      }

      40%,
      80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
      }

      to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
      }
    }

    .hinge {
      -webkit-animation-name: hinge;
      animation-name: hinge
    }

    @-webkit-keyframes rollIn {
      from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
      }
    }

    @keyframes rollIn {
      from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
      }
    }

    .rollIn {
      -webkit-animation-name: rollIn;
      animation-name: rollIn
    }

    @-webkit-keyframes rollOut {
      from {
        opacity: 1
      }

      to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
      }
    }

    @keyframes rollOut {
      from {
        opacity: 1
      }

      to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
      }
    }

    .rollOut {
      -webkit-animation-name: rollOut;
      animation-name: rollOut
    }

    @-webkit-keyframes zoomIn {
      from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
      }

      50% {
        opacity: 1
      }
    }

    @keyframes zoomIn {
      from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
      }

      50% {
        opacity: 1
      }
    }

    .zoomIn {
      -webkit-animation-name: zoomIn;
      animation-name: zoomIn
    }

    @-webkit-keyframes zoomInDown {
      from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
      }

      60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
      }
    }

    @keyframes zoomInDown {
      from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
      }

      60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
      }
    }

    .zoomInDown {
      -webkit-animation-name: zoomInDown;
      animation-name: zoomInDown
    }

    @-webkit-keyframes zoomInLeft {
      from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
      }

      60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
      }
    }

    @keyframes zoomInLeft {
      from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
      }

      60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
      }
    }

    .zoomInLeft {
      -webkit-animation-name: zoomInLeft;
      animation-name: zoomInLeft
    }

    @-webkit-keyframes zoomInRight {
      from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
      }

      60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
      }
    }

    @keyframes zoomInRight {
      from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
      }

      60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
      }
    }

    .zoomInRight {
      -webkit-animation-name: zoomInRight;
      animation-name: zoomInRight
    }

    @-webkit-keyframes zoomInUp {
      from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
      }

      60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
      }
    }

    @keyframes zoomInUp {
      from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
      }

      60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
      }
    }

    .zoomInUp {
      -webkit-animation-name: zoomInUp;
      animation-name: zoomInUp
    }

    @-webkit-keyframes zoomOut {
      from {
        opacity: 1
      }

      50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
      }

      to {
        opacity: 0
      }
    }

    @keyframes zoomOut {
      from {
        opacity: 1
      }

      50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
      }

      to {
        opacity: 0
      }
    }

    .zoomOut {
      -webkit-animation-name: zoomOut;
      animation-name: zoomOut
    }

    @-webkit-keyframes zoomOutDown {
      40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
      }

      to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
      }
    }

    @keyframes zoomOutDown {
      40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
      }

      to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
      }
    }

    .zoomOutDown {
      -webkit-animation-name: zoomOutDown;
      animation-name: zoomOutDown
    }

    @-webkit-keyframes zoomOutLeft {
      40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
      }

      to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
      }
    }

    @keyframes zoomOutLeft {
      40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
      }

      to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
      }
    }

    .zoomOutLeft {
      -webkit-animation-name: zoomOutLeft;
      animation-name: zoomOutLeft
    }

    @-webkit-keyframes zoomOutRight {
      40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
      }

      to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
      }
    }

    @keyframes zoomOutRight {
      40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
      }

      to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
      }
    }

    .zoomOutRight {
      -webkit-animation-name: zoomOutRight;
      animation-name: zoomOutRight
    }

    @-webkit-keyframes zoomOutUp {
      40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
      }

      to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
      }
    }

    @keyframes zoomOutUp {
      40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
      }

      to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
      }
    }

    .zoomOutUp {
      -webkit-animation-name: zoomOutUp;
      animation-name: zoomOutUp
    }

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

      to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
      }
    }

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

      to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
      }
    }

    .slideInDown {
      -webkit-animation-name: slideInDown;
      animation-name: slideInDown
    }

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

      to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
      }
    }

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

      to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
      }
    }

    .slideInLeft {
      -webkit-animation-name: slideInLeft;
      animation-name: slideInLeft
    }

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

      to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
      }
    }

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

      to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
      }
    }

    .slideInRight {
      -webkit-animation-name: slideInRight;
      animation-name: slideInRight
    }

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

      to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
      }
    }

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

      to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
      }
    }

    .slideInUp {
      -webkit-animation-name: slideInUp;
      animation-name: slideInUp
    }

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

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

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

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

    .slideOutDown {
      -webkit-animation-name: slideOutDown;
      animation-name: slideOutDown
    }

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

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

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

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

    .slideOutLeft {
      -webkit-animation-name: slideOutLeft;
      animation-name: slideOutLeft
    }

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

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

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

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

    .slideOutRight {
      -webkit-animation-name: slideOutRight;
      animation-name: slideOutRight
    }

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

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

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

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

    .slideOutUp {
      -webkit-animation-name: slideOutUp;
      animation-name: slideOutUp
    }

    @-webkit-keyframes fadeInLeftSmall {
      from {
        opacity: 0;
        -webkit-transform: translate3d(-40px, 0, 0);
        transform: translate3d(-40px, 0, 0)
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
      }
    }

    @keyframes fadeInLeftSmall {
      from {
        opacity: 0;
        -webkit-transform: translate3d(-40px, 0, 0);
        transform: translate3d(-40px, 0, 0)
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
      }
    }

    .fadeInLeftSmall {
      -webkit-animation-name: fadeInLeftSmall;
      animation-name: fadeInLeftSmall
    }

    @-webkit-keyframes fadeInRight {
      from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
      }
    }

    @-webkit-keyframes fadeInRightSmall {
      from {
        opacity: 0;
        -webkit-transform: translate3d(40px, 0, 0);
        transform: translate3d(40px, 0, 0)
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
      }
    }

    @keyframes fadeInRightSmall {
      from {
        opacity: 0;
        -webkit-transform: translate3d(40px, 0, 0);
        transform: translate3d(40px, 0, 0)
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
      }
    }

    .fadeInRightSmall {
      -webkit-animation-name: fadeInRightSmall;
      animation-name: fadeInRightSmall
    }

    @-webkit-keyframes fadeOut_to_1 {
      from {
        opacity: 1
      }

      to {
        opacity: .1
      }
    }

    @keyframes fadeOut_to_1 {
      from {
        opacity: 1
      }

      to {
        opacity: .1
      }
    }

    .fadeOut_to_1 {
      -webkit-animation-name: fadeOut_to_1;
      animation-name: fadeOut_to_1
    }

    .lae-flex-container a:hover,
    .lae-flex-slider a:hover {
      outline: none
    }

    .lae-slides,
    .lae-slides>li,
    .lae-flex-control-nav,
    .lae-flex-direction-nav {
      margin: 0;
      padding: 0;
      list-style: none
    }

    .lae-flex-pauseplay span {
      text-transform: capitalize
    }

    .lae-flexslider {
      margin: 0;
      padding: 0
    }

    .lae-flexslider .lae-slides>li {
      display: none;
      -webkit-backface-visibility: hidden
    }

    .lae-flexslider .lae-slides img {
      width: 100%;
      display: block
    }

    .lae-flexslider .lae-slides:after {
      content: "\0020";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0
    }

    html[xmlns] .lae-flexslider .lae-slides {
      display: block
    }

    * html .lae-flexslider .lae-slides {
      height: 1%
    }

    .no-js .lae-flexslider .lae-slides>li:first-child {
      display: block
    }

    .lae-flexslider {
      margin: 0 0 60px;
      padding: 4px;
      position: relative;
      zoom: 1
    }

    .lae-flexslider .lae-slides {
      zoom: 1
    }

    .lae-flexslider .lae-slides img {
      height: auto;
      -moz-user-select: none
    }

    .lae-flex-viewport {
      max-height: 2000px;
      -webkit-transition: all 1s ease;
      transition: all 1s ease
    }

    .loading .lae-flex-viewport {
      max-height: 300px
    }

    @-moz-document url-prefix() {
      .loading .lae-flex-viewport {
        max-height: none
      }
    }

    .carousel li {
      margin-right: 5px
    }

    .lae-flex-direction-nav {
      *height: 0;
    }

    .lae-flex-direction-nav a {
      text-decoration: none;
      display: block;
      width: 40px;
      height: 40px;
      margin: -20px 0 0;
      position: absolute;
      top: 50%;
      z-index: 10;
      overflow: hidden;
      opacity: 0;
      cursor: pointer;
      color: rgba(0, 0, 0, .8);
      text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out
    }

    .lae-flex-direction-nav a {
      font-size: 40px;
      display: inline-block;
      color: rgba(0, 0, 0, .8);
      text-shadow: 1px 1px 0 rgba(255, 255, 255, .3)
    }

    .lae-flex-direction-nav a.lae-flex-next:before {
      content: '\f002'
    }

    .lae-flex-direction-nav .lae-flex-prev {
      left: -50px
    }

    .lae-flex-direction-nav .lae-flex-next {
      right: -50px;
      text-align: right
    }

    .lae-flex-direction-nav .lae-flex-disabled {
      opacity: 0 !important;
      filter: alpha(opacity=0);
      cursor: default;
      z-index: -1
    }

    .lae-flex-pauseplay a {
      display: block;
      width: 20px;
      height: 20px;
      position: absolute;
      bottom: 5px;
      left: 10px;
      opacity: .8;
      z-index: 10;
      overflow: hidden;
      cursor: pointer;
      color: #000
    }

    .lae-flex-pauseplay a:before {
      font-family: "flexslider-icon";
      font-size: 20px;
      display: inline-block;
      content: '\f004'
    }

    .lae-flex-pauseplay a:hover {
      opacity: 1
    }

    .lae-flex-pauseplay a.lae-flex-play:before {
      content: '\f003'
    }

    .lae-flex-control-nav {
      width: 100%;
      position: absolute;
      bottom: -40px;
      text-align: center
    }

    .lae-flex-control-nav li {
      margin: 0 6px;
      display: inline-block;
      zoom: 1;
      *display: inline;
    }

    .lae-flex-control-paging li a {
      width: 11px;
      height: 11px;
      display: block;
      background: #666;
      background: rgba(0, 0, 0, .5);
      cursor: pointer;
      text-indent: -9999px;
      -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
      -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
      box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
      border-radius: 20px
    }

    .lae-flex-control-paging li a:hover {
      background: #333;
      background: rgba(0, 0, 0, .7)
    }

    .lae-flex-control-paging li a.lae-flex-active {
      background: #000;
      background: rgba(0, 0, 0, .9);
      cursor: default
    }

    .lae-flex-control-thumbs {
      margin: 5px 0 0;
      position: static;
      overflow: hidden
    }

    .lae-flex-control-thumbs li {
      width: 25%;
      float: left;
      margin: 0
    }

    .lae-flex-control-thumbs img {
      width: 100%;
      height: auto;
      display: block;
      opacity: .7;
      cursor: pointer;
      -moz-user-select: none;
      -webkit-transition: all 1s ease;
      transition: all 1s ease
    }

    .lae-flex-control-thumbs img:hover {
      opacity: 1
    }

    .lae-flex-control-thumbs .lae-flex-active {
      opacity: 1;
      cursor: default
    }

    @media screen and (max-width:860px) {
      .lae-flex-direction-nav .lae-flex-prev {
        opacity: 1;
        left: 10px
      }

      .lae-flex-direction-nav .lae-flex-next {
        opacity: 1;
        right: 10px
      }
    }

    .slick-slider {
      position: relative;
      display: block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
      touch-action: pan-y;
      -webkit-tap-highlight-color: transparent
    }

    .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0
    }

    .slick-list:focus {
      outline: none
    }

    .slick-list.dragging {
      cursor: pointer;
      cursor: hand
    }

    .slick-slider .slick-track,
    .slick-slider .slick-list {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
    }

    .slick-track {
      position: relative;
      top: 0;
      left: 0;
      display: block;
      margin-left: auto;
      margin-right: auto
    }

    .slick-track:before,
    .slick-track:after {
      display: table;
      content: ''
    }

    .slick-track:after {
      clear: both
    }

    .slick-loading .slick-track {
      visibility: hidden
    }

    .slick-slide {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px
    }

    [dir=rtl] .slick-slide {
      float: right
    }

    .slick-slide img {
      display: block
    }

    .slick-slide.slick-loading img {
      display: none
    }

    .slick-slide.dragging img {
      pointer-events: none
    }

    .slick-initialized .slick-slide {
      display: block
    }

    .slick-loading .slick-slide {
      visibility: hidden
    }

    .slick-vertical .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent
    }

    .slick-arrow.slick-hidden {
      display: none
    }

    @font-face {
      font-family: 'lae-icomoon';
      src: url(/wp-content/plugins/addons-for-elementor/assets/css/fonts/lae-icomoon_w77gxm.ttf) format('truetype'), url(/wp-content/plugins/addons-for-elementor/assets/css/fonts/lae-icomoon_w77gxm.woff) format('woff'), url(/wp-content/plugins/addons-for-elementor/assets/css/fonts/lae-icomoon_w77gxm.svg) format('svg');
      font-weight: 400;
      font-style: normal;
      font-display: block
    }

    [class^=lae-icon-],
    [class*=" lae-icon-"] {
      font-family: 'lae-icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: 400;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale
    }

    .lae-icon-play:before {
      content: "\e925"
    }

    .lae-icon-link:before {
      content: "\e924"
    }

    .lae-icon-star-empty:before {
      content: "\e901"
    }

    .lae-icon-rate:before {
      content: "\e901"
    }

    .lae-icon-star:before {
      content: "\e901"
    }

    .lae-icon-favorite:before {
      content: "\e901"
    }

    .lae-icon-bookmark:before {
      content: "\e901"
    }

    .lae-icon-eye:before {
      content: "\e902"
    }

    .lae-icon-like:before {
      content: "\e900"
    }

    .lae-icon-calendar:before {
      content: "\e923"
    }

    .lae-icon-bubble:before {
      content: "\e903"
    }

    .lae-icon-comment:before {
      content: "\e903"
    }

    .lae-icon-chat:before {
      content: "\e903"
    }

    .lae-icon-talk:before {
      content: "\e903"
    }

    .lae-icon-arrow-left:before {
      content: "\e904"
    }

    .lae-icon-arrow-right:before {
      content: "\e905"
    }

    .lae-icon-aim:before {
      content: "\e906"
    }

    .lae-icon-behance:before {
      content: "\e907"
    }

    .lae-icon-dribbble:before {
      content: "\e908"
    }

    .lae-icon-facebook:before {
      content: "\e909"
    }

    .lae-icon-flickr:before {
      content: "\e90a"
    }

    .lae-icon-googleplus:before {
      content: "\e90b"
    }

    .lae-icon-linkedin:before {
      content: "\e90c"
    }

    .lae-icon-pinterest:before {
      content: "\e90d"
    }

    .lae-icon-skype:before {
      content: "\e90e"
    }

    .lae-icon-twitter:before {
      content: "\e90f"
    }

    .lae-icon-vimeo:before {
      content: "\e910"
    }

    .lae-icon-zerply:before {
      content: "\e911"
    }

    .lae-icon-quote:before {
      content: "\e912"
    }

    .lae-icon-video-play:before {
      content: "\e913"
    }

    .lae-icon-email:before {
      content: "\e914"
    }

    .lae-icon-close:before {
      content: "\e915"
    }

    .lae-icon-plus:before {
      content: "\e916"
    }

    .lae-icon-arrow-right-toggle:before {
      content: "\e917"
    }

    .lae-icon-menu:before {
      content: "\e918"
    }

    .lae-icon-menu-2:before {
      content: "\e919"
    }

    .lae-icon-fit-to:before {
      content: "\e91a"
    }

    .lae-icon-full-screen:before {
      content: "\e91b"
    }

    .lae-icon-arrow-left2:before {
      content: "\e91c"
    }

    .lae-icon-arrow-left3:before {
      content: "\e91d"
    }

    .lae-icon-arrow-right2:before {
      content: "\e91e"
    }

    .lae-icon-arrow-right3:before {
      content: "\e91f"
    }

    .lae-icon-start:before {
      content: "\e920"
    }

    .lae-icon-heart:before {
      content: "\e921"
    }

    .lae-icon-retweet:before {
      content: "\e922"
    }

    .lae-icon-play2:before {
      content: "\ea15"
    }

    .lae-icon-play3:before {
      content: "\ea1c"
    }

    .lae-icon-instagram:before {
      content: "\ea92"
    }

    .lae-icon-twitter1:before {
      content: "\ea96"
    }

    .panel-grid .widget {
      overflow: initial
    }

    .lae-container,
    .lae-grid-container {
      -webkit-box-sizing: border-box;
      box-sizing: border-box
    }

    .lae-container *,
    .lae-container *:after,
    .lae-container *:before,
    .lae-grid-container *,
    .lae-grid-container *:after,
    .lae-grid-container *:before {
      -webkit-box-sizing: inherit;
      box-sizing: inherit
    }

    .lae-container ol,
    .lae-container ul,
    .lae-container ol>li,
    .lae-container ul>li,
    .lae-container ol:hover,
    .lae-container ul:hover,
    .lae-container ul>li:hover,
    .lae-container ol>li:hover,
    .lae-container ol>li>a,
    .lae-container ul>li>a,
    .lae-container ol>li>a:hover,
    .lae-container ul>li>a:hover,
    .lae-container img,
    .lae-grid-container ol,
    .lae-grid-container ul,
    .lae-grid-container ol>li,
    .lae-grid-container ul>li,
    .lae-grid-container ol:hover,
    .lae-grid-container ul:hover,
    .lae-grid-container ul>li:hover,
    .lae-grid-container ol>li:hover,
    .lae-grid-container ol>li>a,
    .lae-grid-container ul>li>a,
    .lae-grid-container ol>li>a:hover,
    .lae-grid-container ul>li>a:hover,
    .lae-grid-container img {
      padding: 0;
      margin: 0;
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      list-style: none;
      background: 0 0
    }

    .lae-container ol:before,
    .lae-container ol:after,
    .lae-container ul:before,
    .lae-container ul:after,
    .lae-container ol>li:before,
    .lae-container ol>li:after,
    .lae-container ul>li:before,
    .lae-container ul>li:after,
    .lae-container ol:hover:before,
    .lae-container ol:hover:after,
    .lae-container ul:hover:before,
    .lae-container ul:hover:after,
    .lae-container ul>li:hover:before,
    .lae-container ul>li:hover:after,
    .lae-container ol>li:hover:before,
    .lae-container ol>li:hover:after,
    .lae-container ol>li>a:before,
    .lae-container ol>li>a:after,
    .lae-container ul>li>a:before,
    .lae-container ul>li>a:after,
    .lae-container ol>li>a:hover:before,
    .lae-container ol>li>a:hover:after,
    .lae-container ul>li>a:hover:before,
    .lae-container ul>li>a:hover:after,
    .lae-container img:before,
    .lae-container img:after,
    .lae-grid-container ol:before,
    .lae-grid-container ol:after,
    .lae-grid-container ul:before,
    .lae-grid-container ul:after,
    .lae-grid-container ol>li:before,
    .lae-grid-container ol>li:after,
    .lae-grid-container ul>li:before,
    .lae-grid-container ul>li:after,
    .lae-grid-container ol:hover:before,
    .lae-grid-container ol:hover:after,
    .lae-grid-container ul:hover:before,
    .lae-grid-container ul:hover:after,
    .lae-grid-container ul>li:hover:before,
    .lae-grid-container ul>li:hover:after,
    .lae-grid-container ol>li:hover:before,
    .lae-grid-container ol>li:hover:after,
    .lae-grid-container ol>li>a:before,
    .lae-grid-container ol>li>a:after,
    .lae-grid-container ul>li>a:before,
    .lae-grid-container ul>li>a:after,
    .lae-grid-container ol>li>a:hover:before,
    .lae-grid-container ol>li>a:hover:after,
    .lae-grid-container ul>li>a:hover:before,
    .lae-grid-container ul>li>a:hover:after,
    .lae-grid-container img:before,
    .lae-grid-container img:after {
      display: none
    }

    .lae-container a,
    .lae-grid-container a {
      text-decoration: initial
    }

    .lae-container img,
    .lae-grid-container img {
      max-width: 100%;
      width: auto;
      height: auto
    }

    .lae-container {
      margin-left: auto;
      margin-right: auto
    }

    .lae-container:after {
      clear: both;
      content: "";
      display: block
    }

    .panel-grid .widget {
      border: 0
    }

    .lae-center {
      text-align: center
    }

    .lae-grid-container {
      margin-left: -20px;
      margin-right: -20px;
      width: calc(100% + 40px)
    }

    .lae-grid-container:after {
      clear: both;
      content: "";
      display: block
    }

    .lae-grid-container .lae-grid-item {
      min-height: 1px
    }

    @media (max-width:479px) {
      .lae-grid-container.lae-grid-mobile-2 .lae-grid-item:nth-child(2n+1) {
        clear: left
      }

      .rtl .lae-grid-container.lae-grid-mobile-2 .lae-grid-item:nth-child(2n+1) {
        clear: right
      }

      .lae-grid-container.lae-grid-mobile-3 .lae-grid-item:nth-child(3n+1) {
        clear: left
      }

      .rtl .lae-grid-container.lae-grid-mobile-3 .lae-grid-item:nth-child(3n+1) {
        clear: right
      }

      .lae-grid-container.lae-grid-mobile-4 .lae-grid-item:nth-child(4n+1) {
        clear: left
      }

      .rtl .lae-grid-container.lae-grid-mobile-4 .lae-grid-item:nth-child(4n+1) {
        clear: right
      }

      .lae-grid-container.lae-grid-mobile-5 .lae-grid-item:nth-child(5n+1) {
        clear: left
      }

      .rtl .lae-grid-container.lae-grid-mobile-5 .lae-grid-item:nth-child(5n+1) {
        clear: right
      }

      .lae-grid-container.lae-grid-mobile-6 .lae-grid-item:nth-child(6n+1) {
        clear: left
      }

      .rtl .lae-grid-container.lae-grid-mobile-6 .lae-grid-item:nth-child(6n+1) {
        clear: right
      }
    }

    @media (min-width:480px) and (max-width:800px) {
      .lae-grid-container.lae-grid-tablet-2 .lae-grid-item:nth-child(2n+1) {
        clear: left
      }

      .rtl .lae-grid-container.lae-grid-tablet-2 .lae-grid-item:nth-child(2n+1) {
        clear: right
      }

      .lae-grid-container.lae-grid-tablet-3 .lae-grid-item:nth-child(3n+1) {
        clear: left
      }

      .rtl .lae-grid-container.lae-grid-tablet-3 .lae-grid-item:nth-child(3n+1) {
        clear: right
      }

      .lae-grid-container.lae-grid-tablet-4 .lae-grid-item:nth-child(4n+1) {
        clear: left
      }

      .rtl .lae-grid-container.lae-grid-tablet-4 .lae-grid-item:nth-child(4n+1) {
        clear: right
      }

      .lae-grid-container.lae-grid-tablet-5 .lae-grid-item:nth-child(5n+1) {
        clear: left
      }

      .rtl .lae-grid-container.lae-grid-tablet-5 .lae-grid-item:nth-child(5n+1) {
        clear: right
      }

      .lae-grid-container.lae-grid-tablet-6 .lae-grid-item:nth-child(6n+1) {
        clear: left
      }

      .rtl .lae-grid-container.lae-grid-tablet-6 .lae-grid-item:nth-child(6n+1) {
        clear: right
      }
    }

    @media only screen and (min-width:801px) {
      .lae-grid-container.lae-grid-desktop-2 .lae-grid-item:nth-child(2n+1) {
        clear: left
      }

      .rtl .lae-grid-container.lae-grid-desktop-2 .lae-grid-item:nth-child(2n+1) {
        clear: right
      }

      .lae-grid-container.lae-grid-desktop-3 .lae-grid-item:nth-child(3n+1) {
        clear: left
      }

      .rtl .lae-grid-container.lae-grid-desktop-3 .lae-grid-item:nth-child(3n+1) {
        clear: right
      }

      .lae-grid-container.lae-grid-desktop-4 .lae-grid-item:nth-child(4n+1) {
        clear: left
      }

      .rtl .lae-grid-container.lae-grid-desktop-4 .lae-grid-item:nth-child(4n+1) {
        clear: right
      }

      .lae-grid-container.lae-grid-desktop-5 .lae-grid-item:nth-child(5n+1) {
        clear: left
      }

      .rtl .lae-grid-container.lae-grid-desktop-5 .lae-grid-item:nth-child(5n+1) {
        clear: right
      }

      .lae-grid-container.lae-grid-desktop-6 .lae-grid-item:nth-child(6n+1) {
        clear: left
      }

      .rtl .lae-grid-container.lae-grid-desktop-6 .lae-grid-item:nth-child(6n+1) {
        clear: right
      }
    }

    .lae-grid-container.lae-grid-mobile-1 .lae-grid-item {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px
    }

    .lae-grid-container.lae-grid-mobile-2 .lae-grid-item {
      width: calc(50% - 30px);
      float: left;
      margin-left: 20px
    }

    .lae-grid-container.lae-grid-mobile-3 .lae-grid-item {
      width: calc(33.33333% - 26.66667px);
      float: left;
      margin-left: 20px
    }

    .lae-grid-container.lae-grid-mobile-4 .lae-grid-item {
      width: calc(25% - 25px);
      float: left;
      margin-left: 20px
    }

    .lae-grid-container.lae-grid-mobile-5 .lae-grid-item {
      width: calc(20% - 24px);
      float: left;
      margin-left: 20px
    }

    .lae-grid-container.lae-grid-mobile-6 .lae-grid-item {
      width: calc(16.66667% - 23.33333px);
      float: left;
      margin-left: 20px
    }

    @media only screen and (min-width:480px) {
      .lae-grid-container.lae-grid-tablet-1 .lae-grid-item {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px
      }

      .lae-grid-container.lae-grid-tablet-2 .lae-grid-item {
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px
      }

      .lae-grid-container.lae-grid-tablet-3 .lae-grid-item {
        width: calc(33.33333% - 26.66667px);
        float: left;
        margin-left: 20px
      }

      .lae-grid-container.lae-grid-tablet-4 .lae-grid-item {
        width: calc(25% - 25px);
        float: left;
        margin-left: 20px
      }

      .lae-grid-container.lae-grid-tablet-5 .lae-grid-item {
        width: calc(20% - 24px);
        float: left;
        margin-left: 20px
      }

      .lae-grid-container.lae-grid-tablet-6 .lae-grid-item {
        width: calc(16.66667% - 23.33333px);
        float: left;
        margin-left: 20px
      }
    }

    @media only screen and (min-width:801px) {
      .lae-grid-container.lae-grid-desktop-1 .lae-grid-item {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px
      }

      .lae-grid-container.lae-grid-desktop-2 .lae-grid-item {
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px
      }

      .lae-grid-container.lae-grid-desktop-3 .lae-grid-item {
        width: calc(33.33333% - 26.66667px);
        float: left;
        margin-left: 20px
      }

      .lae-grid-container.lae-grid-desktop-4 .lae-grid-item {
        width: calc(25% - 25px);
        float: left;
        margin-left: 20px
      }

      .lae-grid-container.lae-grid-desktop-5 .lae-grid-item {
        width: calc(20% - 24px);
        float: left;
        margin-left: 20px
      }

      .lae-grid-container.lae-grid-desktop-6 .lae-grid-item {
        width: calc(16.66667% - 23.33333px);
        float: left;
        margin-left: 20px
      }
    }

    .lae-gapless-grid .lae-grid-container {
      margin-left: 0;
      margin-right: 0;
      width: auto
    }

    .lae-gapless-grid .lae-grid-container.lae-grid-mobile-1 .lae-grid-item {
      width: calc(100%);
      float: left;
      margin-left: 0
    }

    .lae-gapless-grid .lae-grid-container.lae-grid-mobile-2 .lae-grid-item {
      width: calc(50%);
      float: left;
      margin-left: 0
    }

    .lae-gapless-grid .lae-grid-container.lae-grid-mobile-3 .lae-grid-item {
      width: calc(33.33333%);
      float: left;
      margin-left: 0
    }

    .lae-gapless-grid .lae-grid-container.lae-grid-mobile-4 .lae-grid-item {
      width: calc(25%);
      float: left;
      margin-left: 0
    }

    .lae-gapless-grid .lae-grid-container.lae-grid-mobile-5 .lae-grid-item {
      width: calc(20%);
      float: left;
      margin-left: 0
    }

    .lae-gapless-grid .lae-grid-container.lae-grid-mobile-6 .lae-grid-item {
      width: calc(16.66667%);
      float: left;
      margin-left: 0
    }

    @media only screen and (min-width:480px) {
      .lae-gapless-grid .lae-grid-container.lae-grid-tablet-1 .lae-grid-item {
        width: calc(100%);
        float: left;
        margin-left: 0
      }

      .lae-gapless-grid .lae-grid-container.lae-grid-tablet-2 .lae-grid-item {
        width: calc(50%);
        float: left;
        margin-left: 0
      }

      .lae-gapless-grid .lae-grid-container.lae-grid-tablet-3 .lae-grid-item {
        width: calc(33.33333%);
        float: left;
        margin-left: 0
      }

      .lae-gapless-grid .lae-grid-container.lae-grid-tablet-4 .lae-grid-item {
        width: calc(25%);
        float: left;
        margin-left: 0
      }

      .lae-gapless-grid .lae-grid-container.lae-grid-tablet-5 .lae-grid-item {
        width: calc(20%);
        float: left;
        margin-left: 0
      }

      .lae-gapless-grid .lae-grid-container.lae-grid-tablet-6 .lae-grid-item {
        width: calc(16.66667%);
        float: left;
        margin-left: 0
      }
    }

    @media only screen and (min-width:801px) {
      .lae-gapless-grid .lae-grid-container.lae-grid-desktop-1 .lae-grid-item {
        width: calc(100%);
        float: left;
        margin-left: 0
      }

      .lae-gapless-grid .lae-grid-container.lae-grid-desktop-2 .lae-grid-item {
        width: calc(50%);
        float: left;
        margin-left: 0
      }

      .lae-gapless-grid .lae-grid-container.lae-grid-desktop-3 .lae-grid-item {
        width: calc(33.33333%);
        float: left;
        margin-left: 0
      }

      .lae-gapless-grid .lae-grid-container.lae-grid-desktop-4 .lae-grid-item {
        width: calc(25%);
        float: left;
        margin-left: 0
      }

      .lae-gapless-grid .lae-grid-container.lae-grid-desktop-5 .lae-grid-item {
        width: calc(20%);
        float: left;
        margin-left: 0
      }

      .lae-gapless-grid .lae-grid-container.lae-grid-desktop-6 .lae-grid-item {
        width: calc(16.66667%);
        float: left;
        margin-left: 0
      }
    }

    .lae-gapless-grid .lae-masonry .lae-grid-item {
      clear: none !important
    }

    .lae-gapless-grid .lae-masonry .lae-grid-sizer {
      width: calc(8.33333%);
      float: left;
      margin-left: 0
    }

    .lae-gapless-grid .lae-masonry.lae-grid-mobile-1 .lae-grid-item.lae-wide {
      width: calc(100%);
      float: left;
      margin-left: 0
    }

    .lae-gapless-grid .lae-masonry.lae-grid-mobile-2 .lae-grid-item.lae-wide {
      width: calc(50%);
      float: left;
      margin-left: 0
    }

    .lae-gapless-grid .lae-masonry.lae-grid-mobile-3 .lae-grid-item.lae-wide {
      width: calc(66.66667%);
      float: left;
      margin-left: 0
    }

    .lae-gapless-grid .lae-masonry.lae-grid-mobile-4 .lae-grid-item.lae-wide {
      width: calc(50%);
      float: left;
      margin-left: 0
    }

    .lae-gapless-grid .lae-masonry.lae-grid-mobile-5 .lae-grid-item.lae-wide {
      width: calc(40%);
      float: left;
      margin-left: 0
    }

    .lae-gapless-grid .lae-masonry.lae-grid-mobile-6 .lae-grid-item.lae-wide {
      width: calc(33.33333%);
      float: left;
      margin-left: 0
    }

    @media only screen and (min-width:480px) {
      .lae-gapless-grid .lae-masonry.lae-grid-tablet-1 .lae-grid-item.lae-wide {
        width: calc(100%);
        float: left;
        margin-left: 0
      }

      .lae-gapless-grid .lae-masonry.lae-grid-tablet-2 .lae-grid-item.lae-wide {
        width: calc(50%);
        float: left;
        margin-left: 0
      }

      .lae-gapless-grid .lae-masonry.lae-grid-tablet-3 .lae-grid-item.lae-wide {
        width: calc(66.66667%);
        float: left;
        margin-left: 0
      }

      .lae-gapless-grid .lae-masonry.lae-grid-tablet-4 .lae-grid-item.lae-wide {
        width: calc(50%);
        float: left;
        margin-left: 0
      }

      .lae-gapless-grid .lae-masonry.lae-grid-tablet-5 .lae-grid-item.lae-wide {
        width: calc(40%);
        float: left;
        margin-left: 0
      }

      .lae-gapless-grid .lae-masonry.lae-grid-tablet-6 .lae-grid-item.lae-wide {
        width: calc(33.33333%);
        float: left;
        margin-left: 0
      }
    }

    @media only screen and (min-width:801px) {
      .lae-gapless-grid .lae-masonry.lae-grid-desktop-1 .lae-grid-item.lae-wide {
        width: calc(100%);
        float: left;
        margin-left: 0
      }

      .lae-gapless-grid .lae-masonry.lae-grid-desktop-2 .lae-grid-item.lae-wide {
        width: calc(50%);
        float: left;
        margin-left: 0
      }

      .lae-gapless-grid .lae-masonry.lae-grid-desktop-3 .lae-grid-item.lae-wide {
        width: calc(66.66667%);
        float: left;
        margin-left: 0
      }

      .lae-gapless-grid .lae-masonry.lae-grid-desktop-4 .lae-grid-item.lae-wide {
        width: calc(50%);
        float: left;
        margin-left: 0
      }

      .lae-gapless-grid .lae-masonry.lae-grid-desktop-5 .lae-grid-item.lae-wide {
        width: calc(40%);
        float: left;
        margin-left: 0
      }

      .lae-gapless-grid .lae-masonry.lae-grid-desktop-6 .lae-grid-item.lae-wide {
        width: calc(33.33333%);
        float: left;
        margin-left: 0
      }
    }

    .rtl .lae-grid-container.lae-grid-mobile-1 .lae-grid-item,
    .rtl .lae-grid-container.lae-grid-mobile-2 .lae-grid-item,
    .rtl .lae-grid-container.lae-grid-mobile-3 .lae-grid-item,
    .rtl .lae-grid-container.lae-grid-mobile-4 .lae-grid-item,
    .rtl .lae-grid-container.lae-grid-mobile-5 .lae-grid-item,
    .rtl .lae-grid-container.lae-grid-mobile-6 .lae-grid-item {
      float: right;
      margin-left: 0;
      margin-right: 20px
    }

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

      .rtl .lae-grid-container.lae-grid-tablet-1 .lae-grid-item,
      .rtl .lae-grid-container.lae-grid-tablet-2 .lae-grid-item,
      .rtl .lae-grid-container.lae-grid-tablet-3 .lae-grid-item,
      .rtl .lae-grid-container.lae-grid-tablet-4 .lae-grid-item,
      .rtl .lae-grid-container.lae-grid-tablet-5 .lae-grid-item,
      .rtl .lae-grid-container.lae-grid-tablet-6 .lae-grid-item {
        float: right;
        margin-left: 0;
        margin-right: 20px
      }
    }

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

      .rtl .lae-grid-container.lae-grid-desktop-1 .lae-grid-item,
      .rtl .lae-grid-container.lae-grid-desktop-2 .lae-grid-item,
      .rtl .lae-grid-container.lae-grid-desktop-3 .lae-grid-item,
      .rtl .lae-grid-container.lae-grid-desktop-4 .lae-grid-item,
      .rtl .lae-grid-container.lae-grid-desktop-5 .lae-grid-item,
      .rtl .lae-grid-container.lae-grid-desktop-6 .lae-grid-item {
        float: right;
        margin-left: 0;
        margin-right: 20px
      }
    }

    .rtl .lae-gapless-grid .lae-grid-container.lae-grid-mobile-1 .lae-grid-item,
    .rtl .lae-gapless-grid .lae-grid-container.lae-grid-mobile-2 .lae-grid-item,
    .rtl .lae-gapless-grid .lae-grid-container.lae-grid-mobile-3 .lae-grid-item,
    .rtl .lae-gapless-grid .lae-grid-container.lae-grid-mobile-4 .lae-grid-item,
    .rtl .lae-gapless-grid .lae-grid-container.lae-grid-mobile-5 .lae-grid-item,
    .rtl .lae-gapless-grid .lae-grid-container.lae-grid-mobile-6 .lae-grid-item {
      float: right;
      margin-right: 0
    }

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

      .rtl .lae-gapless-grid .lae-grid-container.lae-grid-tablet-1 .lae-grid-item,
      .rtl .lae-gapless-grid .lae-grid-container.lae-grid-tablet-2 .lae-grid-item,
      .rtl .lae-gapless-grid .lae-grid-container.lae-grid-tablet-3 .lae-grid-item,
      .rtl .lae-gapless-grid .lae-grid-container.lae-grid-tablet-4 .lae-grid-item,
      .rtl .lae-gapless-grid .lae-grid-container.lae-grid-tablet-5 .lae-grid-item,
      .rtl .lae-gapless-grid .lae-grid-container.lae-grid-tablet-6 .lae-grid-item {
        float: right;
        margin-right: 0
      }
    }

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

      .rtl .lae-gapless-grid .lae-grid-container.lae-grid-desktop-1 .lae-grid-item,
      .rtl .lae-gapless-grid .lae-grid-container.lae-grid-desktop-2 .lae-grid-item,
      .rtl .lae-gapless-grid .lae-grid-container.lae-grid-desktop-3 .lae-grid-item,
      .rtl .lae-gapless-grid .lae-grid-container.lae-grid-desktop-4 .lae-grid-item,
      .rtl .lae-gapless-grid .lae-grid-container.lae-grid-desktop-5 .lae-grid-item,
      .rtl .lae-gapless-grid .lae-grid-container.lae-grid-desktop-6 .lae-grid-item {
        float: right;
        margin-right: 0
      }
    }

    .rtl .lae-gapless-grid .lae-masonry .lae-grid-sizer {
      float: right;
      margin-right: 0
    }

    .rtl .lae-gapless-grid .lae-masonry.lae-grid-mobile-1 .lae-grid-item.lae-wide,
    .rtl .lae-gapless-grid .lae-masonry.lae-grid-mobile-2 .lae-grid-item.lae-wide,
    .rtl .lae-gapless-grid .lae-masonry.lae-grid-mobile-3 .lae-grid-item.lae-wide,
    .rtl .lae-gapless-grid .lae-masonry.lae-grid-mobile-4 .lae-grid-item.lae-wide,
    .rtl .lae-gapless-grid .lae-masonry.lae-grid-mobile-5 .lae-grid-item.lae-wide,
    .rtl .lae-gapless-grid .lae-masonry.lae-grid-mobile-6 .lae-grid-item.lae-wide {
      float: right;
      margin-right: 0
    }

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

      .rtl .lae-gapless-grid .lae-masonry.lae-grid-tablet-1 .lae-grid-item.lae-wide,
      .rtl .lae-gapless-grid .lae-masonry.lae-grid-tablet-2 .lae-grid-item.lae-wide,
      .rtl .lae-gapless-grid .lae-masonry.lae-grid-tablet-3 .lae-grid-item.lae-wide,
      .rtl .lae-gapless-grid .lae-masonry.lae-grid-tablet-4 .lae-grid-item.lae-wide,
      .rtl .lae-gapless-grid .lae-masonry.lae-grid-tablet-5 .lae-grid-item.lae-wide,
      .rtl .lae-gapless-grid .lae-masonry.lae-grid-tablet-6 .lae-grid-item.lae-wide {
        float: right;
        margin-right: 0
      }
    }

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

      .rtl .lae-gapless-grid .lae-masonry.lae-grid-desktop-1 .lae-grid-item.lae-wide,
      .rtl .lae-gapless-grid .lae-masonry.lae-grid-desktop-2 .lae-grid-item.lae-wide,
      .rtl .lae-gapless-grid .lae-masonry.lae-grid-desktop-3 .lae-grid-item.lae-wide,
      .rtl .lae-gapless-grid .lae-masonry.lae-grid-desktop-4 .lae-grid-item.lae-wide,
      .rtl .lae-gapless-grid .lae-masonry.lae-grid-desktop-5 .lae-grid-item.lae-wide,
      .rtl .lae-gapless-grid .lae-masonry.lae-grid-desktop-6 .lae-grid-item.lae-wide {
        float: right;
        margin-right: 0
      }
    }

    .lae-container .lae-thumbnailslider.lae-flexslider {
      margin-top: 15px
    }

    .lae-container .lae-thumbnailslider.lae-flexslider .lae-slide {
      margin: 0 5px 0 0
    }

    .lae-container .lae-thumbnailslider.lae-flexslider .lae-slide img {
      display: block;
      opacity: .5;
      cursor: pointer
    }

    .lae-container .lae-thumbnailslider.lae-flexslider .lae-slide img:hover {
      opacity: 1
    }

    .lae-container .lae-thumbnailslider.lae-flexslider .lae-slide.lae-flex-active-slide img {
      opacity: 1;
      cursor: default
    }

    .lae-container .lae-flex-direction-nav {
      padding: 0 !important;
      margin: 0 !important
    }

    .lae-container .lae-flex-direction-nav li {
      position: initial
    }

    .lae-container .lae-flex-direction-nav a,
    .lae-container .lae-flex-direction-nav a:hover {
      opacity: 1;
      text-shadow: none;
      background: 0 0;
      color: #888;
      font-family: 'lae-icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: 400;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 24px;
      width: 28px;
      height: 28px;
      margin: -14px 0 0;
      bottom: initial;
      left: initial;
      right: initial;
      top: 50%;
      text-indent: 0;
      text-align: center;
      color: #aaa;
      -webkit-transition: all .3s ease-in-out 0s;
      transition: all .3s ease-in-out 0s;
      outline: none
    }

    .rtl .lae-container .lae-flex-direction-nav a,
    .rtl .lae-container .lae-flex-direction-nav a:hover {
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1);
      direction: ltr
    }

    .lae-container .lae-flex-direction-nav a:before,
    .lae-container .lae-flex-direction-nav a:hover:before {
      margin: 2px;
      vertical-align: middle;
      display: inline;
      font-family: inherit !important;
      opacity: 1
    }

    .lae-dark-bg .lae-container .lae-flex-direction-nav a,
    .lae-dark-bg .lae-container .lae-flex-direction-nav a:hover {
      color: #888
    }

    .lae-dark-bg .lae-container .lae-flex-direction-nav a:hover,
    .lae-dark-bg .lae-container .lae-flex-direction-nav a:hover:hover {
      color: #aaa
    }

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

      .lae-container .lae-flex-direction-nav a,
      .lae-container .lae-flex-direction-nav a:hover {
        display: none
      }
    }

    .lae-container .lae-flex-direction-nav a.lae-flex-prev {
      left: -30px
    }

    .lae-container .lae-flex-direction-nav a.lae-flex-prev:before {
      content: "\e904"
    }

    .lae-container .lae-flex-direction-nav a.lae-flex-next {
      right: -30px
    }

    .lae-container .lae-flex-direction-nav a.lae-flex-next:before {
      content: "\e905"
    }

    .lae-container .lae-flex-control-nav {
      width: 100%;
      position: absolute;
      bottom: -40px;
      text-align: center;
      padding: 0 !important;
      margin: 0 !important
    }

    .lae-container .lae-flex-control-nav li,
    .lae-container .lae-flex-control-nav li:hover {
      margin: 0 8px 0 0;
      padding: 0;
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none
    }

    .lae-container .lae-flex-control-nav li a,
    .lae-container .lae-flex-control-nav li a:hover {
      background: #aaa;
      border: 1px solid #aaa;
      border-radius: 50%;
      width: 12px;
      height: 12px;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transition: all .2s ease-in 0s;
      transition: all .2s ease-in 0s;
      display: inline-block;
      vertical-align: middle;
      outline: none
    }

    .lae-dark-bg .lae-container .lae-flex-control-nav li a,
    .lae-dark-bg .lae-container .lae-flex-control-nav li a:hover {
      background: #ccc;
      border-color: #ccc
    }

    .lae-container .lae-flex-control-nav li a.lae-flex-active,
    .lae-container .lae-flex-control-nav li a:hover.lae-flex-active,
    .lae-container .lae-flex-control-nav li a:hover {
      background: 0 0
    }

    .lae-container .lae-flex-control-nav li a.lae-flex-active,
    .lae-container .lae-flex-control-nav li a:hover.lae-flex-active {
      width: 14px;
      height: 14px
    }

    .lae-container .lae-flex-control-thumbs {
      bottom: -120px
    }

    @media only screen and (max-width:600px) {
      .lae-container .lae-flex-control-thumbs {
        bottom: -80px
      }
    }

    .lae-container .lae-flex-control-thumbs li {
      width: auto;
      float: none
    }

    .lae-container .lae-flex-control-thumbs li img {
      max-width: 100%;
      width: 150px
    }

    @media only screen and (max-width:600px) {
      .lae-container .lae-flex-control-thumbs li img {
        width: 100px
      }
    }

    .slick-loading .slick-list {
      background: #fff url(/wp-content/plugins/addons-for-elementor/assets/css/ajax-loader.gif) center center no-repeat
    }

    .lae-container button.slick-prev,
    .lae-container button.slick-next {
      position: absolute;
      bottom: initial;
      left: initial;
      right: initial;
      top: 50%;
      width: 28px;
      height: 28px;
      margin: -14px 0 0
    }

    .rtl .lae-container button.slick-prev,
    .rtl .lae-container button.slick-next {
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1);
      direction: ltr
    }

    .lae-container button.slick-prev,
    .lae-container button.slick-prev:before,
    .lae-container button.slick-prev:after,
    .lae-container button.slick-next,
    .lae-container button.slick-next:before,
    .lae-container button.slick-next:after {
      text-shadow: none;
      background: 0 0 !important;
      border: none;
      padding: 0;
      opacity: 1;
      font-family: 'lae-icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: 400;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 24px;
      color: #aaa !important;
      overflow: hidden;
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none;
      text-indent: 0;
      text-align: center;
      -webkit-transition: all .3s ease-in-out 0s;
      transition: all .3s ease-in-out 0s
    }

    .lae-container button.slick-prev:before,
    .lae-container button.slick-next:before {
      margin: 2px;
      vertical-align: middle
    }

    .lae-container button.slick-prev:hover:before,
    .lae-container button.slick-prev:hover:after,
    .lae-container button.slick-next:hover:before,
    .lae-container button.slick-next:hover:after {
      color: #888 !important
    }

    .lae-dark-bg .lae-container button.slick-prev:before,
    .lae-dark-bg .lae-container button.slick-prev:after,
    .lae-dark-bg .lae-container button.slick-next:before,
    .lae-dark-bg .lae-container button.slick-next:after {
      color: #888 !important
    }

    .lae-dark-bg .lae-container button.slick-prev:hover:before,
    .lae-dark-bg .lae-container button.slick-prev:hover:after,
    .lae-dark-bg .lae-container button.slick-next:hover:before,
    .lae-dark-bg .lae-container button.slick-next:hover:after {
      color: #aaa !important;
      background: 0 0 !important
    }

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

      .lae-container button.slick-prev,
      .lae-container button.slick-next {
        display: none !important
      }
    }

    .lae-container button.slick-prev {
      left: -40px
    }

    .lae-container button.slick-prev:before {
      content: "\e904"
    }

    .lae-container button.slick-next {
      right: -40px
    }

    .lae-container button.slick-next:before {
      content: "\e905"
    }

    .lae-container ul.slick-dots {
      width: 100%;
      position: absolute;
      bottom: -30px;
      text-align: center;
      padding: 0 !important;
      margin: 0 !important
    }

    .lae-container ul.slick-dots li {
      margin: 0 8px 0 0 !important;
      padding: 0 !important;
      display: inline-block;
      font-size: 0
    }

    .lae-container ul.slick-dots li button {
      padding: 0;
      background: #aaa;
      border: 1px solid #aaa;
      border-radius: 50%;
      width: 12px;
      height: 12px;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transition: background .3s ease-in-out 0s;
      transition: background .3s ease-in-out 0s;
      font-size: 0;
      outline: none
    }

    .lae-container ul.slick-dots li button:before {
      display: none
    }

    .lae-dark-bg .lae-container ul.slick-dots li button {
      background: #888 !important;
      border-color: #888 !important
    }

    .lae-container ul.slick-dots li button:hover,
    .lae-container ul.slick-dots li.slick-active button {
      background: 0 0 !important;
      border-color: #aaa !important
    }

    .lae-container ul.slick-dots li.slick-active button {
      width: 14px;
      height: 14px
    }

    .lae-widget-heading {
      font-size: 18px;
      line-height: 26px;
      letter-spacing: 1px;
      font-weight: 700;
      color: #333;
      text-transform: uppercase;
      clear: none;
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 40px;
      line-height: 52px;
      text-align: center
    }

    @media only screen and (max-width:767px) {
      .lae-widget-heading {
        font-size: 32px;
        line-height: 44px
      }
    }

    input.lae-button,
    button.lae-button,
    a.lae-button,
    .lae-button:active,
    .lae-button:visited {
      display: inline-block;
      text-align: center;
      line-height: 1;
      cursor: pointer;
      -webkit-appearance: none;
      vertical-align: middle;
      border: 1px solid transparent;
      border-radius: 3px;
      padding: 16px 40px;
      margin: 0;
      font-size: 12px;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 2px;
      background-color: #f94213;
      color: #fefefe;
      outline: none;
      -webkit-transition: all .4s ease-in-out 0s;
      transition: all .4s ease-in-out 0s
    }

    input.lae-button.lae-rounded,
    button.lae-button.lae-rounded,
    a.lae-button.lae-rounded,
    .lae-button:active.lae-rounded,
    .lae-button:visited.lae-rounded {
      border-radius: 999px
    }

    input.lae-button.lae-large,
    button.lae-button.lae-large,
    a.lae-button.lae-large,
    .lae-button:active.lae-large,
    .lae-button:visited.lae-large {
      padding: 20px 60px
    }

    input.lae-button.lae-small,
    button.lae-button.lae-small,
    a.lae-button.lae-small,
    .lae-button:active.lae-small,
    .lae-button:visited.lae-small {
      padding: 12px 25px;
      font-size: 11px
    }

    input.lae-button:hover,
    button.lae-button:hover,
    a.lae-button:hover,
    .lae-button:active:hover,
    .lae-button:visited:hover {
      background-color: #f9633e;
      color: #fefefe
    }

    .lae-button.lae-black {
      background-color: #363636
    }

    .lae-button.lae-black:hover {
      background-color: #434343
    }

    .lae-button.lae-blue {
      background-color: #46a5d5
    }

    .lae-button.lae-blue:hover {
      background-color: #5bafda
    }

    .lae-button.lae-cyan {
      background-color: #57c0dc
    }

    .lae-button.lae-cyan:hover {
      background-color: #6cc8e0
    }

    .lae-button.lae-green {
      background-color: #00a57d
    }

    .lae-button.lae-green:hover {
      background-color: #00bf90
    }

    .lae-button.lae-orange {
      background-color: #e87151
    }

    .lae-button.lae-orange:hover {
      background-color: #eb8368
    }

    .lae-button.lae-pink {
      background-color: #dd5679
    }

    .lae-button.lae-pink:hover {
      background-color: #e16b8a
    }

    .lae-button.lae-red {
      background-color: #da4f49
    }

    .lae-button.lae-red:hover {
      background-color: #de635e
    }

    .lae-button.lae-teal {
      background-color: #28c2ba
    }

    .lae-button.lae-teal:hover {
      background-color: #2fd4cc
    }

    .lae-button.lae-trans {
      color: #333;
      background-color: transparent;
      background-color: rgba(0, 0, 0, 0);
      border: 2px solid #a5a5a5
    }

    .lae-button.lae-trans:hover {
      background-color: #fff;
      color: #333 !important;
      border-color: #fff
    }

    .lae-button.lae-semitrans {
      color: #fff;
      background-color: transparent;
      background-color: rgba(125, 125, 125, .5)
    }

    .lae-button.lae-semitrans:hover {
      background-color: #fff;
      color: #333 !important
    }

    .lae-team-members {
      clear: both
    }

    .lae-team-members .lae-team-member .lae-social-list {
      margin-top: 20px
    }

    .lae-team-members .lae-team-member .lae-social-list .lae-social-list-item {
      display: inline;
      margin: 0 15px 0 0
    }

    .lae-team-members .lae-team-member .lae-social-list .lae-social-list-item i {
      color: #999;
      -webkit-transition: color .3s ease-in-out 0s;
      transition: color .3s ease-in-out 0s
    }

    .lae-team-members .lae-team-member .lae-social-list .lae-social-list-item i:hover {
      color: #666
    }

    .lae-team-members .lae-team-member .lae-team-member-details {
      font-size: 15px;
      line-height: 24px
    }

    .lae-team-members .lae-team-member .lae-team-member-text .lae-title {
      font-size: 18px;
      line-height: 26px;
      letter-spacing: 1px;
      font-weight: 700;
      color: #333;
      text-transform: uppercase;
      clear: none;
      margin-top: 0;
      margin-bottom: 10px
    }

    .lae-team-members .lae-team-member .lae-team-member-text .lae-title-link .lae-title {
      -webkit-transition: color .4s ease-in-out 0s;
      transition: color .4s ease-in-out 0s
    }

    .lae-team-members .lae-team-member .lae-team-member-text .lae-title-link:hover .lae-title {
      color: #666
    }

    .lae-team-members .lae-team-member .lae-team-member-text .lae-team-member-position {
      font-size: 15px;
      line-height: 24px;
      font-style: italic;
      color: #888;
      margin-bottom: 10px
    }

    .lae-team-members-style1 .lae-team-member-wrapper {
      float: left;
      padding: 10px
    }

    .lae-team-members-style1 .lae-team-member {
      max-width: 320px;
      margin: 0 auto 40px
    }

    .lae-team-members-style1 .lae-team-member .lae-image-wrapper {
      text-align: center;
      position: relative
    }

    .lae-team-members-style1 .lae-team-member .lae-image-wrapper img {
      max-width: 100%;
      margin: 0 auto 30px;
      border-radius: 50%;
      -webkit-transition: all .3s ease-in-out 0s;
      transition: all .3s ease-in-out 0s
    }

    .lae-team-members-style1 .lae-team-member .lae-image-wrapper .lae-social-list {
      position: absolute;
      width: 100%;
      top: 40%;
      z-index: 2
    }

    @media only screen and (max-width:767px) {
      .lae-team-members-style1 .lae-team-member .lae-image-wrapper .lae-social-list {
        position: relative;
        top: 0
      }
    }

    .lae-team-members-style1 .lae-team-member .lae-image-wrapper .lae-social-list i {
      font-size: 26px;
      color: #fff;
      opacity: 0;
      -webkit-transition: all .3s ease-in-out 0s;
      transition: all .3s ease-in-out 0s
    }

    .lae-team-members-style1 .lae-team-member .lae-image-wrapper .lae-social-list i:hover {
      color: #ccc
    }

    @media only screen and (max-width:767px) {
      .lae-team-members-style1 .lae-team-member .lae-image-wrapper .lae-social-list i {
        color: #999;
        opacity: 1
      }

      .lae-dark-bg .lae-team-members-style1 .lae-team-member .lae-image-wrapper .lae-social-list i {
        color: #888
      }

      .lae-team-members-style1 .lae-team-member .lae-image-wrapper .lae-social-list i:hover {
        color: #666
      }

      .lae-dark-bg .lae-team-members-style1 .lae-team-member .lae-image-wrapper .lae-social-list i:hover {
        color: #ccc
      }
    }

    .lae-team-members-style1 .lae-team-member:hover .lae-image-wrapper img {
      -webkit-filter: brightness(50%);
      filter: brightness(50%)
    }

    @media only screen and (max-width:767px) {
      .lae-team-members-style1 .lae-team-member:hover .lae-image-wrapper img {
        -webkit-filter: brightness(80%);
        filter: brightness(80%)
      }
    }

    .lae-team-members-style1 .lae-team-member:hover .lae-image-wrapper .lae-social-list i {
      opacity: 1
    }

    .lae-team-members-style1 .lae-team-member .lae-team-member-text {
      text-align: center;
      max-width: 650px
    }

    .lae-team-members-style1 .lae-team-member .lae-team-member-text .lae-title {
      margin-bottom: 10px
    }

    .lae-team-members-style1 .lae-team-member .lae-social-list {
      margin: 10px auto
    }

    .lae-team-members-style2 {
      position: relative;
      max-width: 960px
    }

    .lae-team-members-style2 .lae-team-member-wrapper {
      clear: both;
      margin-top: 100px
    }

    .lae-team-members-style2 .lae-team-member-wrapper:first-child {
      margin-top: 0
    }

    .lae-team-members-style2 .lae-team-member-wrapper .lae-image-wrapper {
      float: left;
      position: relative
    }

    .lae-team-members-style2 .lae-team-member-wrapper .lae-image-wrapper img {
      max-width: 320px;
      border-radius: 50%;
      -webkit-transition: all .3s ease-in-out 0s;
      transition: all .3s ease-in-out 0s
    }

    .lae-team-members-style2 .lae-team-member-wrapper .lae-team-member-text {
      margin: 10px 0 0;
      vertical-align: middle;
      padding-top: 20px
    }

    .lae-team-members-style2 .lae-team-member-wrapper .lae-team-member-text .lae-title {
      margin-bottom: 5px
    }

    .lae-team-members-style2 .lae-team-member-wrapper .lae-team-member-text .lae-team-member-details {
      margin: 10px 0 10px
    }

    .lae-team-members-style2 .lae-team-member-wrapper .lae-team-member-text .lae-social-list i {
      font-size: 24px
    }

    .lae-team-members-style2 .lae-team-member-wrapper:hover .lae-image-wrapper img {
      -webkit-filter: brightness(80%);
      filter: brightness(80%)
    }

    .lae-team-members-style2 .lae-team-member-wrapper:nth-child(odd) .lae-image-wrapper {
      margin-right: 50px
    }

    .lae-team-members-style2 .lae-team-member-wrapper:nth-child(even) .lae-image-wrapper {
      float: right;
      margin-left: 50px
    }

    .lae-team-members-style2 .lae-team-member-wrapper:nth-child(even) .lae-team-member-text .lae-title,
    .lae-team-members-style2 .lae-team-member-wrapper:nth-child(even) .lae-team-member-text .lae-team-member-position,
    .lae-team-members-style2 .lae-team-member-wrapper:nth-child(even) .lae-team-member-text .lae-team-member-details,
    .lae-team-members-style2 .lae-team-member-wrapper:nth-child(even) .lae-team-member-text .lae-social-list {
      text-align: right
    }

    @media only screen and (max-width:767px) {
      .lae-team-members-style2 .lae-team-member-wrapper {
        margin-top: 75px
      }

      .lae-team-members-style2 .lae-team-member .lae-image-wrapper,
      .lae-team-members-style2 .lae-team-member .lae-team-member-text {
        width: 100%;
        float: none
      }

      .lae-team-members-style2 .lae-team-member .lae-image-wrapper {
        text-align: center
      }

      .lae-team-members-style2 .lae-team-member .lae-image-wrapper img {
        margin: 0 auto 20px
      }

      .lae-team-members-style2 .lae-team-member .lae-team-member-text {
        max-width: 400px;
        margin: 0 auto;
        padding-top: 0
      }

      .lae-team-members-style2 .lae-team-member .lae-team-member-text .lae-title,
      .lae-team-members-style2 .lae-team-member .lae-team-member-text .lae-team-member-position,
      .lae-team-members-style2 .lae-team-member .lae-team-member-text .lae-team-member-details,
      .lae-team-members-style2 .lae-team-member .lae-team-member-text .lae-social-list {
        text-align: center !important
      }
    }

    .lae-dark-bg .lae-team-members .lae-team-member .lae-team-member-details {
      color: #909090
    }

    .lae-dark-bg .lae-team-members .lae-team-member .lae-team-member-text .lae-title,
    .lae-dark-bg .lae-team-members .lae-team-member .lae-team-member-text .lae-title-link .lae-title {
      color: #e5e5e5
    }

    .lae-dark-bg .lae-team-members .lae-team-member .lae-team-member-text .lae-title-link:hover .lae-title {
      color: #b5b5b5
    }

    .lae-dark-bg .lae-team-members .lae-team-member .lae-team-member-text .lae-team-member-position {
      color: #a5a5a5
    }

    .lae-dark-bg .lae-team-members .lae-team-member .lae-team-member-text .lae-social-list i {
      color: #aaa
    }

    .lae-dark-bg .lae-team-members .lae-team-member .lae-team-member-text .lae-social-list i:hover {
      color: #ccc
    }

    .lae-testimonials {
      clear: both
    }

    .lae-testimonials .lae-testimonial {
      margin-bottom: 50px
    }

    .lae-testimonials .lae-testimonial-text {
      background: #fff;
      border: 1px solid #dbdbdb;
      border-radius: 30px;
      text-align: center;
      position: relative;
      padding: 20px 20px 0;
      margin-bottom: 40px;
      font-style: italic;
      font-size: 15px;
      line-height: 24px;
      color: #888;
      text-align: center;
      max-width: 450px
    }

    .lae-dark-bg .lae-testimonials .lae-testimonial-text {
      color: #666;
      background: #eee
    }

    .lae-testimonials .lae-testimonial-text:after {
      content: '';
      display: block;
      background: #fff;
      border-left: 1px solid #dbdbdb;
      border-bottom: 1px solid #dbdbdb;
      background: #fff;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: skew(0deg, -44deg);
      width: 24px;
      height: 24px;
      position: absolute;
      bottom: -12px;
      left: 40px;
      margin: auto
    }

    .rtl .lae-testimonials .lae-testimonial-text:after {
      left: auto;
      right: 40px
    }

    .lae-dark-bg .lae-testimonials .lae-testimonial-text:after {
      background: #eee
    }

    .lae-testimonials .lae-testimonial-user {
      display: table
    }

    .lae-testimonials .lae-testimonial-user .lae-image-wrapper {
      display: table-cell
    }

    .lae-testimonials .lae-testimonial-user .lae-image-wrapper img {
      max-width: 64px;
      border-radius: 50%;
      margin-right: 20px
    }

    .rtl .lae-testimonials .lae-testimonial-user .lae-image-wrapper img {
      margin: 0 0 0 20px
    }

    .lae-testimonials .lae-testimonial-user .lae-text {
      display: table-cell;
      vertical-align: middle;
      color: #888
    }

    .lae-dark-bg .lae-testimonials .lae-testimonial-user .lae-text {
      color: #909090
    }

    .lae-testimonials .lae-testimonial-user .lae-text .lae-author-name {
      font-size: 18px;
      line-height: 26px;
      letter-spacing: 1px;
      font-weight: 700;
      color: #333;
      text-transform: uppercase;
      clear: none;
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 15px;
      line-height: 24px;
      margin-bottom: 5px;
      color: #333
    }

    .lae-dark-bg .lae-testimonials .lae-testimonial-user .lae-text .lae-author-name {
      color: #e5e5e5
    }

    .lae-testimonials-slider {
      clear: both;
      position: relative
    }

    .lae-testimonials-slider.lae-container {
      max-width: 900px;
      margin: 0 auto
    }

    .lae-testimonials-slider .lae-testimonial-text {
      text-align: center;
      max-width: 750px;
      margin: 0 auto 40px;
      font-size: 18px;
      line-height: 32px;
      font-style: italic;
      color: #666
    }

    .lae-dark-bg .lae-testimonials-slider .lae-testimonial-text {
      color: #ccc
    }

    .lae-testimonials-slider .lae-testimonial-text i {
      color: #ccc;
      font-size: 32px;
      display: block;
      margin-bottom: 35px;
      background: 0 0;
      width: auto;
      height: auto
    }

    .lae-dark-bg .lae-testimonials-slider .lae-testimonial-text i {
      color: #ddd
    }

    .lae-testimonials-slider .lae-testimonial-user {
      display: table;
      margin: 0 auto
    }

    .lae-testimonials-slider .lae-testimonial-user .lae-image-wrapper {
      display: table-cell
    }

    .lae-testimonials-slider .lae-testimonial-user .lae-image-wrapper img {
      max-width: 64px;
      border-radius: 50%;
      margin-right: 15px
    }

    .rtl .lae-testimonials-slider .lae-testimonial-user .lae-image-wrapper img {
      margin: 0 0 0 15px
    }

    .lae-testimonials-slider .lae-testimonial-user .lae-text {
      display: table-cell;
      vertical-align: middle;
      color: #888
    }

    .lae-dark-bg .lae-testimonials-slider .lae-testimonial-user .lae-text {
      color: #909090
    }

    .lae-testimonials-slider .lae-testimonial-user .lae-text .lae-author-name {
      font-size: 18px;
      line-height: 26px;
      letter-spacing: 1px;
      font-weight: 700;
      color: #333;
      text-transform: uppercase;
      clear: none;
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 15px;
      line-height: 24px;
      margin-bottom: 5px
    }

    .lae-dark-bg .lae-testimonials-slider .lae-testimonial-user .lae-text .lae-author-name {
      color: #e5e5e5
    }

    .lae-stats-bars {
      clear: both
    }

    .lae-stats-bars .lae-stats-bar {
      width: 100%;
      display: block;
      margin: 0 0 18px;
      overflow: hidden
    }

    .lae-stats-bars .lae-stats-bar .lae-stats-title {
      margin: 0;
      display: block;
      color: #888;
      font-style: normal;
      font-size: 15px;
      text-transform: none;
      color: #333;
      font-size: 16px;
      line-height: 28px
    }

    .lae-stats-bars .lae-stats-bar .lae-stats-title span {
      margin-left: 5px
    }

    .rtl .lae-stats-bars .lae-stats-bar .lae-stats-title span {
      display: inline-block;
      margin: 0 5px 0 0
    }

    .lae-dark-bg .lae-stats-bars .lae-stats-bar .lae-stats-title {
      color: #ddd
    }

    .lae-stats-bars .lae-stats-bar .lae-stats-bar-wrap {
      position: relative
    }

    .lae-stats-bars .lae-stats-bar .lae-stats-bar-content {
      background: #e55a54;
      display: block;
      height: 10px;
      width: 0;
      position: relative;
      z-index: 1;
      border-radius: 5px
    }

    .lae-stats-bars .lae-stats-bar .lae-stats-bar-bg {
      width: 100%;
      background: rgba(0, 0, 0, .1);
      height: 10px;
      display: block;
      margin-top: -10px;
      border-radius: 5px
    }

    .lae-dark-bg .lae-stats-bars .lae-stats-bar .lae-stats-bar-bg {
      background: rgba(255, 255, 255, .1)
    }

    .lae-piecharts {
      clear: both
    }

    .lae-piechart {
      position: relative;
      text-align: center;
      float: left;
      overflow: hidden;
      float: left;
      padding: 10px
    }

    .lae-piechart canvas {
      position: relative;
      top: 0;
      left: 0;
      max-width: 100%;
      margin: 0 auto
    }

    .lae-piechart .lae-label {
      text-align: center;
      position: absolute;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      top: 55%;
      max-width: 65%;
      color: #888
    }

    .lae-dark-bg .lae-piechart .lae-label {
      color: #909090
    }

    .lae-piechart .lae-percentage span {
      position: absolute;
      top: 25%;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      font-size: 60px;
      line-height: 60px;
      font-weight: 300;
      text-align: center;
      color: #333;
      font-weight: bolder
    }

    .lae-dark-bg .lae-piechart .lae-percentage span {
      color: #e5e5e5
    }

    .lae-piechart .lae-percentage sup {
      font-size: 18px;
      vertical-align: middle
    }

    .lae-piechart.dark-bg .lae-label {
      color: #fff
    }

    .lae-piechart.dark-bg .lae-percentage span {
      color: #eee
    }

    @media only screen and (max-width:479px) {
      .lae-piechart canvas {
        margin-bottom: 15px
      }
    }

    .odometer.odometer-auto-theme,
    .odometer.odometer-theme-default {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      position: relative
    }

    .odometer.odometer-auto-theme .odometer-digit,
    .odometer.odometer-theme-default .odometer-digit {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      position: relative
    }

    .odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
    .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      visibility: hidden
    }

    .odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
    .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
      text-align: left;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      overflow: hidden
    }

    .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
    .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
      display: block
    }

    .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
    .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
      display: block;
      -webkit-backface-visibility: hidden
    }

    .odometer.odometer-auto-theme .odometer-digit .odometer-value,
    .odometer.odometer-theme-default .odometer-digit .odometer-value {
      display: block;
      -webkit-transform: translateZ(0)
    }

    .odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
    .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
      position: absolute
    }

    .odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
    .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
      -webkit-transition: -webkit-transform 2s;
      transition: -webkit-transform 2s;
      transition: transform 2s;
      transition: transform 2s, -webkit-transform 2s
    }

    .odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
    .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%)
    }

    .odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
    .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%)
    }

    .odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
    .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
      -webkit-transition: -webkit-transform 2s;
      transition: -webkit-transform 2s;
      transition: transform 2s;
      transition: transform 2s, -webkit-transform 2s;
      -webkit-transform: translateY(0);
      transform: translateY(0)
    }

    .odometer.odometer-auto-theme,
    .odometer.odometer-theme-default {
      font-family: "Helvetica Neue", sans-serif;
      line-height: 1.1em
    }

    .odometer.odometer-auto-theme .odometer-value,
    .odometer.odometer-theme-default .odometer-value {
      text-align: center
    }

    .lae-odometers {
      clear: both;
      font-size: 0
    }

    .lae-odometers .lae-odometer {
      display: inline-block;
      vertical-align: top;
      text-align: left;
      position: relative;
      margin-bottom: 50px
    }

    .rtl .lae-odometers .lae-odometer {
      text-align: right
    }

    .lae-odometers .lae-odometer:last-child:after {
      border: none
    }

    .lae-odometers .lae-odometer .lae-prefix,
    .lae-odometers .lae-odometer .lae-suffix {
      display: inline;
      font-size: 36px;
      line-height: 48px;
      color: #333;
      vertical-align: middle
    }

    .lae-dark-bg .lae-odometers .lae-odometer .lae-prefix,
    .lae-dark-bg .lae-odometers .lae-odometer .lae-suffix {
      color: #e5e5e5
    }

    .lae-odometers .lae-odometer .lae-prefix {
      margin-right: 5px;
      margin-left: 5px
    }

    .lae-odometers .lae-odometer .lae-suffix {
      margin-left: 5px
    }

    .lae-odometers .lae-odometer .lae-number {
      font-size: 60px;
      line-height: 72px;
      font-style: normal;
      text-transform: none;
      letter-spacing: 2px;
      font-weight: 900;
      color: #333;
      margin-bottom: 10px
    }

    .lae-odometers .lae-odometer .lae-number span {
      font-size: 60px
    }

    .lae-dark-bg .lae-odometers .lae-odometer .lae-number {
      color: #e5e5e5
    }

    .lae-odometers .lae-odometer .lae-stats-title {
      font-size: 18px;
      line-height: 28px;
      display: inline-block;
      color: #888
    }

    .lae-dark-bg .lae-odometers .lae-odometer .lae-stats-title {
      color: #909090
    }

    .lae-odometers .lae-odometer .lae-stats-title span {
      float: left;
      margin-right: 15px
    }

    .rtl .lae-odometers .lae-odometer .lae-stats-title span {
      float: right;
      margin: 0 0 0 15px
    }

    .lae-odometers .lae-odometer .lae-stats-title .lae-icon-wrapper i {
      font-size: 32px;
      vertical-align: middle;
      color: #ccc
    }

    @media only screen and (max-width:960px) {
      .lae-odometers .lae-odometer .lae-number {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 0
      }

      .lae-odometers .lae-odometer .lae-number span {
        font-size: 48px
      }

      .lae-odometers .lae-odometer .lae-stats-title {
        font-size: 15px;
        line-height: 26px
      }
    }

    @media only screen and (max-width:479px) {
      .lae-odometers .lae-odometer {
        text-align: center
      }
    }

    .lae-pricing-table {
      clear: both
    }

    .lae-pricing-table .lae-pricing-plan {
      float: left;
      padding: 10px
    }

    .lae-center {
      text-align: center
    }

    .lae-pricing-table {
      padding: 0
    }

    .lae-pricing-table .lae-top-header {
      padding: 15px 0;
      background-color: #494949;
      border-bottom: 1px solid #2c2b2b
    }

    .lae-pricing-table .lae-top-header .lae-plan-name {
      font-size: 18px;
      line-height: 26px;
      letter-spacing: 1px;
      font-weight: 700;
      color: #333;
      text-transform: uppercase;
      clear: none;
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 20px;
      line-height: 32px;
      color: #fefefe;
      margin: 0
    }

    .lae-pricing-table .lae-top-header img {
      margin-top: 15px
    }

    .lae-pricing-table .lae-top-header .lae-tagline {
      display: block;
      font-size: 15px;
      line-height: 24px;
      color: #ededed;
      text-transform: none;
      text-align: center;
      margin-bottom: 5px
    }

    .lae-pricing-table .lae-pricing-plan {
      background: #fff;
      padding: 0;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all .1s ease-in-out 0s;
      transition: all .1s ease-in-out 0s;
      margin-bottom: 30px
    }

    .lae-pricing-table .lae-pricing-plan:hover .lae-purchase {
      background: #e5e5e5
    }

    .lae-pricing-table .lae-pricing-plan .lae-plan-price {
      color: #fff;
      font-size: 22px;
      line-height: 28px;
      font-weight: 700;
      margin: 0
    }

    .lae-pricing-table .lae-pricing-plan .lae-plan-price span {
      font-size: 22px;
      line-height: 32px
    }

    .lae-pricing-table .lae-plan-header {
      padding: 30px 0 30px;
      background-color: #494949
    }

    .lae-pricing-table .lae-plan-price .lae-text {
      display: inline-block;
      padding: 6px 25px;
      border-radius: 25px;
      background: #2c2b2b
    }

    .lae-pricing-table .lae-plan-price sup {
      font-size: 18px;
      line-height: 32px;
      vertical-align: top;
      margin-right: 2px;
      position: static
    }

    .lae-pricing-table .lae-plan-details {
      padding: 15px 0;
      margin: 0;
      border: 1px solid #eee
    }

    .lae-pricing-table .lae-plan-details .lae-pricing-item {
      list-style: none;
      display: block;
      padding: 6px;
      margin: 0;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center
    }

    .lae-pricing-table .lae-plan-details .lae-pricing-item i {
      color: #777;
      font-size: 18px;
      display: inline;
      margin-right: 8px
    }

    .lae-pricing-table .lae-plan-details .lae-pricing-item .lae-title {
      color: #838383;
      margin-bottom: 10px
    }

    .lae-pricing-table .lae-plan-details .lae-pricing-item .lae-value-wrap {
      display: block
    }

    .lae-pricing-table .lae-plan-details .lae-pricing-item .lae-value-wrap:after {
      position: relative;
      content: "";
      background: #ddd;
      width: 120px;
      height: 1px;
      display: block;
      margin: 12px auto 0
    }

    .lae-pricing-table .lae-plan-details .lae-pricing-item .lae-value {
      color: #444;
      font-size: 24px;
      line-height: 32px;
      display: inline
    }

    .lae-pricing-table .lae-plan-details .lae-pricing-item s {
      color: #b4c9d3
    }

    .lae-pricing-table .lae-plan-details .lae-pricing-item:last-child .lae-value-wrap:after {
      display: none
    }

    .lae-pricing-table .lae-purchase {
      text-align: center;
      text-transform: uppercase;
      padding: 15px;
      margin: 0 auto;
      background: #f1f1f1;
      -webkit-transition: all .1s ease-in-out 0s;
      transition: all .1s ease-in-out 0s;
      border-left: 1px solid #eee;
      border-right: 1px solid #eee;
      border-bottom: 1px solid #eee
    }

    .lae-pricing-table .lae-purchase a {
      padding: 12px 25px;
      border-radius: 5px;
      letter-spacing: 0;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 6px;
      font-weight: 700
    }

    .lae-pricing-table .lae-pricing-plan.lae-highlight {
      background: #f5f5f5;
      margin-top: -10px
    }

    .lae-pricing-table .lae-pricing-plan.lae-highlight .lae-plan-details {
      border-color: #e5e5e5
    }

    .lae-pricing-table .lae-pricing-plan.lae-highlight .lae-top-header {
      padding: 20px 0
    }

    .lae-pricing-table .lae-pricing-plan.lae-highlight .lae-pricing-table .lae-top-header .lae-plan-name {
      color: #28c2ba
    }

    .lae-pricing-table .lae-pricing-plan.lae-highlight .lae-purchase {
      padding: 20px 0;
      background-color: #e5e5e5;
      border-color: #ddd
    }

    .lae-services {
      clear: both
    }

    .lae-services .lae-service {
      margin-bottom: 50px
    }

    .lae-services .lae-service .lae-icon-wrapper i {
      -webkit-transition: color .4s ease-in-out 0s;
      transition: color .4s ease-in-out 0s
    }

    .lae-services .lae-service .lae-icon-wrapper i:hover {
      color: #555
    }

    .lae-dark-bg .lae-services .lae-service .lae-icon-wrapper i:hover {
      color: #d5d5d5
    }

    .lae-services .lae-service .lae-service-text {
      font-size: 15px;
      line-height: 24px
    }

    .lae-dark-bg .lae-services .lae-service .lae-service-text {
      color: #909090
    }

    .lae-dark-bg .lae-services .lae-service .lae-service-text .lae-title {
      color: #e5e5e5
    }

    .lae-services .lae-service .lae-service-text .lae-title-link .lae-title {
      -webkit-transition: color .3s ease-in-out 0s;
      transition: color .3s ease-in-out 0s
    }

    .lae-services .lae-service .lae-service-text .lae-title-link:hover .lae-title {
      color: #666
    }

    .lae-dark-bg .lae-services .lae-service .lae-service-text .lae-title-link:hover .lae-title {
      color: #c5c5c5
    }

    .lae-services-style1 .lae-service .lae-icon-wrapper i {
      display: block;
      text-align: center;
      font-size: 96px;
      line-height: 1;
      margin-bottom: 20px;
      -webkit-transition: color .4s ease-in-out 0s;
      transition: color .4s ease-in-out 0s;
      color: #888
    }

    .lae-dark-bg .lae-services-style1 .lae-service .lae-icon-wrapper i {
      color: #a5a5a5
    }

    .lae-dark-bg .lae-services-style1 .lae-service .lae-icon-wrapper i:hover {
      color: #c5c5c5
    }

    .lae-services-style1 .lae-service .lae-image-wrapper img {
      display: block;
      max-width: 100%;
      text-align: center;
      margin: 0 auto 25px;
      -webkit-transition: all .4s ease-in-out 0s;
      transition: all .4s ease-in-out 0s
    }

    .lae-services-style1 .lae-service .lae-service-text {
      text-align: center;
      max-width: 300px;
      margin: 0 auto
    }

    .lae-services-style1 .lae-service .lae-service-text .lae-title {
      font-size: 18px;
      line-height: 26px;
      letter-spacing: 1px;
      font-weight: 700;
      color: #333;
      text-transform: uppercase;
      clear: none;
      margin-top: 0;
      margin-bottom: 10px;
      margin-bottom: 20px
    }

    .lae-services-style1 .lae-service:hover .lae-image-wrapper img {
      -webkit-transform: scale(.9, .9);
      transform: scale(.9, .9)
    }

    .lae-services-style2 .lae-service .lae-image-wrapper img,
    .lae-services-style2 .lae-service .lae-icon-wrapper i {
      float: left;
      margin-right: 18px;
      color: #888
    }

    .rtl .lae-services-style2 .lae-service .lae-image-wrapper img,
    .rtl .lae-services-style2 .lae-service .lae-icon-wrapper i {
      float: right;
      margin: 0 0 0 18px
    }

    .lae-dark-bg .lae-services-style2 .lae-service .lae-image-wrapper img,
    .lae-dark-bg .lae-services-style2 .lae-service .lae-icon-wrapper i {
      color: #a5a5a5
    }

    .lae-dark-bg .lae-services-style2 .lae-service .lae-image-wrapper img:hover,
    .lae-dark-bg .lae-services-style2 .lae-service .lae-icon-wrapper i:hover {
      color: #c5c5c5
    }

    .lae-services-style2 .lae-service .lae-icon-wrapper i {
      font-size: 24px;
      line-height: 32px
    }

    .lae-services-style2 .lae-service .lae-service-text .lae-title {
      font-size: 18px;
      line-height: 26px;
      letter-spacing: 1px;
      font-weight: 700;
      color: #333;
      text-transform: uppercase;
      clear: none;
      margin-top: 0;
      margin-bottom: 10px;
      margin-bottom: 20px
    }

    .lae-services-style3 .lae-service .lae-icon-wrapper i {
      display: block;
      text-align: left;
      font-size: 80px;
      line-height: 1;
      margin-bottom: 25px;
      color: #555
    }

    .rtl .lae-services-style3 .lae-service .lae-icon-wrapper i {
      text-align: right
    }

    .lae-services-style3 .lae-service .lae-icon-wrapper i:hover {
      color: #888
    }

    .lae-dark-bg .lae-services-style3 .lae-service .lae-icon-wrapper i {
      color: #c5c5c5
    }

    .lae-dark-bg .lae-services-style3 .lae-service .lae-icon-wrapper i:hover {
      color: #e5e5e5
    }

    .lae-services-style3 .lae-service .lae-image-wrapper img {
      display: block;
      max-width: 100%;
      text-align: left;
      margin-bottom: 25px
    }

    .lae-services-style3 .lae-service .lae-service-text {
      text-align: left;
      max-width: 300px;
      margin: 0;
      font-size: 14px;
      line-height: 32px;
      color: #888
    }

    .rtl .lae-services-style3 .lae-service .lae-service-text {
      text-align: right
    }

    .lae-services-style3 .lae-service .lae-service-text ul.lae-services-list {
      padding: 0;
      margin: 0;
      border: none
    }

    .lae-services-style3 .lae-service .lae-service-text ul.lae-services-list li {
      border-bottom: 1px solid #eee;
      position: relative;
      padding: 0;
      margin: 0;
      list-style: none;
      line-height: 42px
    }

    .lae-services-style3 .lae-service .lae-service-text ul.lae-services-list li:hover {
      padding: 0
    }

    .lae-dark-bg .lae-services-style3 .lae-service .lae-service-text ul.lae-services-list li {
      border-color: #333
    }

    .lae-services-style3 .lae-service .lae-service-text ul.lae-services-list li:before {
      font-family: 'lae-icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: 400;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: relative;
      display: inline-block;
      height: auto;
      width: auto;
      background: 0 0;
      float: none;
      vertical-align: middle;
      margin: 0 15px 0 0;
      content: "\e917";
      color: #bbb;
      font-size: 12px;
      line-height: 1
    }

    .rtl .lae-services-style3 .lae-service .lae-service-text ul.lae-services-list li:before {
      display: none
    }

    .lae-dark-bg .lae-services-style3 .lae-service .lae-service-text ul.lae-services-list li:before {
      color: #606060
    }

    .lae-services-style3 .lae-service .lae-service-text .lae-title {
      font-size: 18px;
      line-height: 26px;
      letter-spacing: 1px;
      font-weight: 700;
      color: #333;
      text-transform: uppercase;
      clear: none;
      margin-top: 0;
      margin-bottom: 10px;
      margin-bottom: 20px
    }

    .lae-posts-carousel {
      clear: both;
      max-width: none
    }

    @media only screen and (min-width:1024px) {
      .lae-posts-carousel {
        max-width: 96%
      }
    }

    .lae-posts-carousel .lae-posts-carousel-item .hentry {
      background: #fff;
      border-radius: 6px;
      border: none;
      padding: 0;
      margin: 0;
      -webkit-transition: -webkit-box-shadow .25s ease 0s;
      transition: -webkit-box-shadow .25s ease 0s;
      transition: box-shadow .25s ease 0s;
      transition: box-shadow .25s ease 0s, -webkit-box-shadow .25s ease 0s;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
      box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
      overflow: hidden
    }

    .lae-posts-carousel .lae-posts-carousel-item .hentry:hover {
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
      box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
    }

    .lae-posts-carousel .lae-posts-carousel-item .lae-project-image {
      position: relative;
      overflow: hidden
    }

    .lae-posts-carousel .lae-posts-carousel-item .lae-project-image img {
      width: 100%;
      display: block;
      -webkit-transition: all .4s ease-in-out 0s;
      transition: all .4s ease-in-out 0s;
      max-width: 100%
    }

    .lae-posts-carousel .lae-posts-carousel-item .lae-project-image:hover img {
      -webkit-filter: brightness(50%);
      filter: brightness(50%)
    }

    .lae-posts-carousel .lae-posts-carousel-item .lae-project-image .lae-image-info {
      display: block;
      text-align: center
    }

    .lae-posts-carousel .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-entry-info {
      text-align: center;
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      margin: auto;
      max-width: 100%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%)
    }

    .lae-posts-carousel .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-post-title {
      padding: 10px;
      margin: 0;
      font-size: 22px;
      line-height: 34px;
      font-weight: 400;
      color: #fff;
      opacity: 0;
      -webkit-transition: opacity .4s ease-in-out 0s;
      transition: opacity .4s ease-in-out 0s
    }

    @media only screen and (max-width:1024px) {
      .lae-posts-carousel .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-post-title {
        font-size: 18px;
        line-height: 26px
      }
    }

    .lae-posts-carousel .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-post-title a {
      display: inline;
      color: #fff;
      -webkit-transition: all .3s ease-in-out 0s;
      transition: all .3s ease-in-out 0s;
      border-bottom: 1px solid transparent
    }

    .lae-posts-carousel .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-post-title a:hover {
      border-bottom: 2px solid #ccc
    }

    .lae-posts-carousel .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-terms {
      display: block;
      color: #f9f9f9;
      font-size: 14px;
      line-height: 22px;
      opacity: 0;
      -webkit-transition: opacity .4s ease-in-out 0s;
      transition: opacity .4s ease-in-out 0s
    }

    .lae-posts-carousel .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-terms a {
      color: #ddd;
      position: relative;
      display: inline;
      zoom: 1;
      font-size: 14px;
      line-height: 22px;
      font-style: italic;
      -webkit-transition: all .4s ease-in-out 0s;
      transition: all .4s ease-in-out 0s
    }

    .lae-posts-carousel .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-terms a:hover {
      color: #fff
    }

    .lae-posts-carousel .lae-posts-carousel-item .lae-project-image:hover .lae-image-info .lae-post-title,
    .lae-posts-carousel .lae-posts-carousel-item .lae-project-image:hover .lae-image-info .lae-terms {
      opacity: 1
    }

    .lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap {
      text-align: center;
      max-width: 650px;
      margin: 0 auto;
      padding: 25px 15px
    }

    .lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .entry-title {
      font-size: 18px;
      line-height: 26px;
      letter-spacing: 1px;
      font-weight: 700;
      color: #333;
      text-transform: uppercase;
      clear: none;
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 10px
    }

    .lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .entry-title:after,
    .lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .entry-title:before {
      display: none
    }

    .lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .entry-title a {
      color: #333;
      -webkit-transition: all .4s ease-in-out 0s;
      transition: all .4s ease-in-out 0s
    }

    .lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .entry-title a:hover {
      color: #888
    }

    .lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .lae-entry-meta span {
      display: inline-block;
      padding: 0;
      margin: 0;
      font-style: italic;
      color: #999
    }

    .lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .lae-entry-meta span a {
      -webkit-transition: all .3s ease-in-out 0s;
      transition: all .3s ease-in-out 0s;
      font-style: normal
    }

    .lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .lae-entry-meta span:after {
      content: '//';
      padding-left: 6px;
      padding-right: 6px
    }

    .lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .lae-entry-meta span:first-child {
      border: none;
      padding-left: 0
    }

    .lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .lae-entry-meta span:last-child:after {
      display: none
    }

    .lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .entry-summary {
      padding: 0;
      margin: 10px auto 0
    }

    .lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .entry-summary:before {
      width: 35px;
      height: 1px;
      background: #aaa;
      display: block;
      content: "";
      text-align: center;
      margin: 0 auto 15px
    }

    .lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .lae-category-list {
      -webkit-transition: all .4s ease-in-out 0s;
      transition: all .4s ease-in-out 0s
    }

    .lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .lae-category-list:after {
      width: 35px;
      height: 1px;
      background: #aaa;
      display: block;
      content: ""
    }

    .lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .lae-category-list:after {
      text-align: center;
      margin: 10px auto 10px
    }

    .lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .lae-category-list a {
      font-style: italic;
      -webkit-transition: all .4s ease-in-out 0s;
      transition: all .4s ease-in-out 0s
    }

    .lae-posts-carousel .lae-posts-carousel-item .type-post .lae-entry-text-wrap .entry-summary:before {
      display: none
    }

    .lae-clients {
      clear: both;
      overflow: hidden;
      margin: 0 auto
    }

    @media (max-width:479px) {
      .lae-clients .lae-grid-mobile-1 .lae-grid-item:nth-child(1n+1) {
        border-left: 1px solid #ddd
      }

      .rtl .lae-clients .lae-grid-mobile-1 .lae-grid-item:nth-child(1n+1) {
        border-right: 1px solid #ddd
      }

      .lae-clients .lae-grid-mobile-1 .lae-grid-item:nth-child(-n+1) {
        border-top: 1px solid #ddd
      }

      .lae-clients .lae-grid-mobile-2 .lae-grid-item:nth-child(2n+1) {
        border-left: 1px solid #ddd
      }

      .rtl .lae-clients .lae-grid-mobile-2 .lae-grid-item:nth-child(2n+1) {
        border-right: 1px solid #ddd
      }

      .lae-clients .lae-grid-mobile-2 .lae-grid-item:nth-child(-n+2) {
        border-top: 1px solid #ddd
      }

      .lae-clients .lae-grid-mobile-3 .lae-grid-item:nth-child(3n+1) {
        border-left: 1px solid #ddd
      }

      .rtl .lae-clients .lae-grid-mobile-3 .lae-grid-item:nth-child(3n+1) {
        border-right: 1px solid #ddd
      }

      .lae-clients .lae-grid-mobile-3 .lae-grid-item:nth-child(-n+3) {
        border-top: 1px solid #ddd
      }

      .lae-clients .lae-grid-mobile-4 .lae-grid-item:nth-child(4n+1) {
        border-left: 1px solid #ddd
      }

      .rtl .lae-clients .lae-grid-mobile-4 .lae-grid-item:nth-child(4n+1) {
        border-right: 1px solid #ddd
      }

      .lae-clients .lae-grid-mobile-4 .lae-grid-item:nth-child(-n+4) {
        border-top: 1px solid #ddd
      }

      .lae-clients .lae-grid-mobile-5 .lae-grid-item:nth-child(5n+1) {
        border-left: 1px solid #ddd
      }

      .rtl .lae-clients .lae-grid-mobile-5 .lae-grid-item:nth-child(5n+1) {
        border-right: 1px solid #ddd
      }

      .lae-clients .lae-grid-mobile-5 .lae-grid-item:nth-child(-n+5) {
        border-top: 1px solid #ddd
      }

      .lae-clients .lae-grid-mobile-6 .lae-grid-item:nth-child(6n+1) {
        border-left: 1px solid #ddd
      }

      .rtl .lae-clients .lae-grid-mobile-6 .lae-grid-item:nth-child(6n+1) {
        border-right: 1px solid #ddd
      }

      .lae-clients .lae-grid-mobile-6 .lae-grid-item:nth-child(-n+6) {
        border-top: 1px solid #ddd
      }
    }

    @media (min-width:480px) and (max-width:800px) {
      .lae-clients .lae-grid-tablet-1 .lae-grid-item:nth-child(1n+1) {
        border-left: 1px solid #ddd
      }

      .rtl .lae-clients .lae-grid-tablet-1 .lae-grid-item:nth-child(1n+1) {
        border-right: 1px solid #ddd
      }

      .lae-clients .lae-grid-tablet-1 .lae-grid-item:nth-child(-n+1) {
        border-top: 1px solid #ddd
      }

      .lae-clients .lae-grid-tablet-2 .lae-grid-item:nth-child(2n+1) {
        border-left: 1px solid #ddd
      }

      .rtl .lae-clients .lae-grid-tablet-2 .lae-grid-item:nth-child(2n+1) {
        border-right: 1px solid #ddd
      }

      .lae-clients .lae-grid-tablet-2 .lae-grid-item:nth-child(-n+2) {
        border-top: 1px solid #ddd
      }

      .lae-clients .lae-grid-tablet-3 .lae-grid-item:nth-child(3n+1) {
        border-left: 1px solid #ddd
      }

      .rtl .lae-clients .lae-grid-tablet-3 .lae-grid-item:nth-child(3n+1) {
        border-right: 1px solid #ddd
      }

      .lae-clients .lae-grid-tablet-3 .lae-grid-item:nth-child(-n+3) {
        border-top: 1px solid #ddd
      }

      .lae-clients .lae-grid-tablet-4 .lae-grid-item:nth-child(4n+1) {
        border-left: 1px solid #ddd
      }

      .rtl .lae-clients .lae-grid-tablet-4 .lae-grid-item:nth-child(4n+1) {
        border-right: 1px solid #ddd
      }

      .lae-clients .lae-grid-tablet-4 .lae-grid-item:nth-child(-n+4) {
        border-top: 1px solid #ddd
      }

      .lae-clients .lae-grid-tablet-5 .lae-grid-item:nth-child(5n+1) {
        border-left: 1px solid #ddd
      }

      .rtl .lae-clients .lae-grid-tablet-5 .lae-grid-item:nth-child(5n+1) {
        border-right: 1px solid #ddd
      }

      .lae-clients .lae-grid-tablet-5 .lae-grid-item:nth-child(-n+5) {
        border-top: 1px solid #ddd
      }

      .lae-clients .lae-grid-tablet-6 .lae-grid-item:nth-child(6n+1) {
        border-left: 1px solid #ddd
      }

      .rtl .lae-clients .lae-grid-tablet-6 .lae-grid-item:nth-child(6n+1) {
        border-right: 1px solid #ddd
      }

      .lae-clients .lae-grid-tablet-6 .lae-grid-item:nth-child(-n+6) {
        border-top: 1px solid #ddd
      }
    }

    @media only screen and (min-width:801px) {
      .lae-clients .lae-grid-desktop-1 .lae-grid-item:nth-child(1n+1) {
        border-left: 1px solid #ddd
      }

      .rtl .lae-clients .lae-grid-desktop-1 .lae-grid-item:nth-child(1n+1) {
        border-right: 1px solid #ddd
      }

      .lae-clients .lae-grid-desktop-1 .lae-grid-item:nth-child(-n+1) {
        border-top: 1px solid #ddd
      }

      .lae-clients .lae-grid-desktop-2 .lae-grid-item:nth-child(2n+1) {
        border-left: 1px solid #ddd
      }

      .rtl .lae-clients .lae-grid-desktop-2 .lae-grid-item:nth-child(2n+1) {
        border-right: 1px solid #ddd
      }

      .lae-clients .lae-grid-desktop-2 .lae-grid-item:nth-child(-n+2) {
        border-top: 1px solid #ddd
      }

      .lae-clients .lae-grid-desktop-3 .lae-grid-item:nth-child(3n+1) {
        border-left: 1px solid #ddd
      }

      .rtl .lae-clients .lae-grid-desktop-3 .lae-grid-item:nth-child(3n+1) {
        border-right: 1px solid #ddd
      }

      .lae-clients .lae-grid-desktop-3 .lae-grid-item:nth-child(-n+3) {
        border-top: 1px solid #ddd
      }

      .lae-clients .lae-grid-desktop-4 .lae-grid-item:nth-child(4n+1) {
        border-left: 1px solid #ddd
      }

      .rtl .lae-clients .lae-grid-desktop-4 .lae-grid-item:nth-child(4n+1) {
        border-right: 1px solid #ddd
      }

      .lae-clients .lae-grid-desktop-4 .lae-grid-item:nth-child(-n+4) {
        border-top: 1px solid #ddd
      }

      .lae-clients .lae-grid-desktop-5 .lae-grid-item:nth-child(5n+1) {
        border-left: 1px solid #ddd
      }

      .rtl .lae-clients .lae-grid-desktop-5 .lae-grid-item:nth-child(5n+1) {
        border-right: 1px solid #ddd
      }

      .lae-clients .lae-grid-desktop-5 .lae-grid-item:nth-child(-n+5) {
        border-top: 1px solid #ddd
      }

      .lae-clients .lae-grid-desktop-6 .lae-grid-item:nth-child(6n+1) {
        border-left: 1px solid #ddd
      }

      .rtl .lae-clients .lae-grid-desktop-6 .lae-grid-item:nth-child(6n+1) {
        border-right: 1px solid #ddd
      }

      .lae-clients .lae-grid-desktop-6 .lae-grid-item:nth-child(-n+6) {
        border-top: 1px solid #ddd
      }
    }

    .lae-clients .lae-client {
      position: relative;
      border-right: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      overflow: hidden
    }

    .rtl .lae-clients .lae-client {
      border-right: none;
      border-left: 1px solid #ddd
    }

    .lae-dark-bg .lae-clients .lae-client {
      border-color: #505050 !important
    }

    .lae-clients .lae-client img {
      -webkit-transition: all .3s ease-in-out 0s;
      transition: all .3s ease-in-out 0s;
      width: 100%;
      margin: 0;
      display: block
    }

    .lae-clients .lae-client .lae-client-name {
      position: absolute;
      z-index: 2;
      top: 50%;
      left: 0;
      text-align: center;
      width: 100%;
      height: 100%;
      margin-top: -12px;
      color: #fff;
      font-size: 18px;
      line-height: 26px;
      -webkit-transition: opacity .4s ease-in-out 0s;
      transition: opacity .4s ease-in-out 0s;
      opacity: 0
    }

    .lae-clients .lae-client .lae-client-name a {
      color: #fff;
      text-decoration: none
    }

    .lae-clients .lae-client .lae-image-overlay {
      position: absolute;
      left: 0;
      top: 0;
      overflow: hidden;
      width: 100%;
      height: 100%;
      background: #000;
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      opacity: 0;
      -webkit-transition: opacity .4s ease-in-out 0s;
      transition: opacity .4s ease-in-out 0s
    }

    .lae-clients .lae-client:hover .lae-image-overlay {
      opacity: .7
    }

    .lae-dark-bg .lae-clients .lae-client:hover .lae-image-overlay {
      opacity: .8
    }

    .lae-clients .lae-client:hover .lae-client-name {
      opacity: 1
    }

    .lae-carousel .lae-carousel-item {
      position: relative
    }

    .lae-carousel.lae-container {
      max-width: none
    }

    input.lae-button.lae-with-icon i,
    input.lae-button.lae-with-icon img.lae-thumbnail,
    button.lae-button.lae-with-icon i,
    button.lae-button.lae-with-icon img.lae-thumbnail,
    a.lae-button.lae-with-icon i,
    a.lae-button.lae-with-icon img.lae-thumbnail,
    .lae-button.lae-with-icon:active i,
    .lae-button.lae-with-icon:active img.lae-thumbnail,
    .lae-button.lae-with-icon:visited i,
    .lae-button.lae-with-icon:visited img.lae-thumbnail {
      margin-right: 15px
    }

    .rtl input.lae-button.lae-with-icon i,
    .rtl input.lae-button.lae-with-icon img.lae-thumbnail,
    .rtl button.lae-button.lae-with-icon i,
    .rtl button.lae-button.lae-with-icon img.lae-thumbnail,
    .rtl a.lae-button.lae-with-icon i,
    .rtl a.lae-button.lae-with-icon img.lae-thumbnail,
    .rtl .lae-button.lae-with-icon:active i,
    .rtl .lae-button.lae-with-icon:active img.lae-thumbnail,
    .rtl .lae-button.lae-with-icon:visited i,
    .rtl .lae-button.lae-with-icon:visited img.lae-thumbnail {
      margin-right: 0;
      margin-left: 15px
    }

    input.lae-button.lae-with-icon i,
    button.lae-button.lae-with-icon i,
    a.lae-button.lae-with-icon i,
    .lae-button.lae-with-icon:active i,
    .lae-button.lae-with-icon:visited i {
      color: #fff;
      font-size: 24px;
      vertical-align: middle;
      line-height: 1
    }

    input.lae-button.lae-with-icon img.lae-thumbnail,
    button.lae-button.lae-with-icon img.lae-thumbnail,
    a.lae-button.lae-with-icon img.lae-thumbnail,
    .lae-button.lae-with-icon:active img.lae-thumbnail,
    .lae-button.lae-with-icon:visited img.lae-thumbnail {
      display: inline !important;
      vertical-align: middle;
      max-width: 50px
    }

    .lae-heading {
      text-align: center;
      margin: 0 auto 60px;
      max-width: 640px
    }

    @media only screen and (max-width:767px) {
      .lae-heading {
        margin-bottom: 40px
      }
    }

    .lae-heading .lae-text {
      font-size: 18px;
      line-height: 28px;
      margin: 0 auto
    }

    @media only screen and (max-width:767px) {
      .lae-heading .lae-text {
        font-size: 15px;
        line-height: 26px
      }
    }

    .lae-heading.lae-alignleft,
    .lae-heading.lae-alignright {
      margin: 0
    }

    .lae-heading.lae-alignleft .lae-text,
    .lae-heading.lae-alignright .lae-text {
      margin: 0
    }

    .lae-heading.lae-alignleft {
      text-align: left
    }

    .lae-heading.lae-alignright {
      text-align: right;
      max-width: none
    }

    .lae-heading .lae-title {
      font-weight: 700;
      font-size: 32px;
      line-height: 42px;
      margin: 0 auto 20px;
      color: #333;
      font-weight: 700
    }

    @media only screen and (max-width:767px) {
      .lae-heading .lae-title {
        font-size: 24px;
        line-height: 32px
      }
    }

    .lae-dark-bg .lae-heading .lae-title {
      color: #e5e5e5
    }

    .lae-dark-bg .lae-heading .lae-subtitle {
      color: #b0b0b0
    }

    .lae-dark-bg .lae-heading .lae-text {
      color: #909090
    }

    .lae-heading.lae-alignleft .lae-title,
    .lae-heading.lae-alignright .lae-title {
      margin: 0 0 20px
    }

    .lae-heading .lae-subtitle {
      margin: 0 auto 5px;
      color: #888;
      font-size: 12px;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 2px;
      position: relative;
      display: inline-block;
      padding: 0 10px
    }

    @media only screen and (max-width:767px) {
      .lae-heading .lae-subtitle {
        font-size: 11px;
        line-height: 18px
      }
    }

    .lae-heading.lae-alignleft .lae-subtitle,
    .lae-heading.lae-alignright .lae-subtitle {
      margin: 0 0 5px;
      padding: 0
    }

    .lae-heading.lae-alignleft .lae-subtitle:before,
    .lae-heading.lae-alignleft .lae-subtitle:after,
    .lae-heading.lae-alignright .lae-subtitle:before,
    .lae-heading.lae-alignright .lae-subtitle:after {
      display: none
    }

    .lae-heading.lae-style3 {
      margin: 0 auto 30px
    }

    .lae-heading.lae-style3 .lae-title {
      font-size: 22px;
      line-height: 32px;
      text-transform: uppercase;
      letter-spacing: 1px
    }

    .lae-heading.lae-style3 .lae-title:after {
      width: 35px;
      height: 1px;
      background: #aaa;
      display: block;
      content: ""
    }

    .lae-heading.lae-style3 .lae-title:after {
      margin: 10px auto 20px
    }

    .lae-dark-bg .lae-heading.lae-style3 .lae-title:after {
      background: #909090
    }

    @media only screen and (max-width:767px) {
      .lae-heading.lae-style3 .lae-title {
        font-size: 16px;
        line-height: 24px
      }
    }

    .lae-heading.lae-style3.lae-alignleft,
    .lae-heading.lae-style3.lae-alignright {
      margin: 0 0 30px
    }

    .lae-heading.lae-style3.lae-alignleft .lae-title:after,
    .lae-heading.lae-style3.lae-alignright .lae-title:after {
      margin: 10px 0 20px
    }

    .lae-portfolio-wrap {
      clear: both;
      overflow: hidden
    }

    .lae-portfolio-wrap .lae-portfolio-header {
      position: relative;
      max-width: 1140px;
      margin: 0 auto 30px;
      overflow: hidden;
      clear: both;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between
    }

    .lae-portfolio-wrap .lae-portfolio-header.lae-no-heading {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center
    }

    @media only screen and (max-width:800px) {
      .lae-portfolio-wrap .lae-portfolio-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
      }
    }

    .lae-portfolio-wrap .lae-heading {
      display: inline-block;
      text-align: left;
      max-width: none;
      font-size: 32px;
      line-height: 44px;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #333;
      margin: 0 100px 0 0
    }

    .rtl .lae-portfolio-wrap .lae-heading {
      margin: 0 0 0 100px
    }

    .lae-dark-bg .lae-portfolio-wrap .lae-heading {
      color: #e5e5e5
    }

    @media only screen and (max-width:800px) {
      .lae-portfolio-wrap .lae-heading {
        margin-bottom: 30px
      }
    }

    .lae-portfolio-wrap .lae-taxonomy-filter {
      display: block;
      margin: 0;
      padding: 0;
      -webkit-align-self: center;
      align-self: center;
      -ms-flex-item-align: center
    }

    @media only screen and (max-width:800px) {
      .lae-portfolio-wrap .lae-taxonomy-filter {
        -webkit-align-self: flex-start;
        align-self: flex-start;
        -ms-flex-item-align: start
      }
    }

    .lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item {
      position: relative;
      display: inline-block;
      margin: 0 0 15px;
      padding: 0;
      font-style: normal;
      border-bottom: 1px solid #ddd
    }

    .lae-dark-bg .lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item {
      border-color: #444
    }

    .lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item a {
      font-size: 15px;
      line-height: 24px;
      -webkit-transition: all .4s ease-in-out 0s;
      transition: all .4s ease-in-out 0s;
      display: block;
      color: #777;
      padding: 0 15px 15px
    }

    .lae-dark-bg .lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item a {
      color: #999
    }

    .lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item a:hover {
      color: #222
    }

    .lae-dark-bg .lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item a:hover {
      color: #fff
    }

    @media only screen and (max-width:479px) {
      .lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item a {
        padding: 0 10px 8px
      }
    }

    .lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item.lae-active a {
      color: #222
    }

    .lae-dark-bg .lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item.lae-active a {
      color: #fff
    }

    .lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item.lae-active:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      border-bottom: 3px solid #f94213;
      width: 100%
    }

    .lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item:last-child {
      margin-right: 0
    }

    .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .hentry {
      margin: 0;
      padding: 0;
      border: none;
      background: 0 0;
      -webkit-box-shadow: none;
      box-shadow: none
    }

    .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image {
      position: relative;
      overflow: hidden
    }

    .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image img {
      display: block;
      width: 100%;
      -webkit-transition: all .4s ease-in-out 0s;
      transition: all .4s ease-in-out 0s
    }

    .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image:hover img {
      -webkit-filter: brightness(50%);
      filter: brightness(50%)
    }

    .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info {
      display: block;
      text-align: center
    }

    .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info .lae-entry-info {
      text-align: center;
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      margin: auto;
      max-width: 100%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%)
    }

    .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info .lae-post-title {
      padding: 10px;
      margin: 0;
      font-size: 18px;
      line-height: 28px;
      font-weight: 400;
      color: #fff;
      opacity: 0;
      -webkit-transition: opacity .4s ease-in-out 0s;
      transition: opacity .4s ease-in-out 0s
    }

    @media only screen and (max-width:1024px) {
      .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info .lae-post-title {
        font-size: 18px;
        line-height: 26px
      }
    }

    .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info .lae-post-title a {
      display: inline;
      color: #fff;
      -webkit-transition: all .3s ease-in-out 0s;
      transition: all .3s ease-in-out 0s;
      border-bottom: 1px solid transparent
    }

    .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info .lae-post-title a:hover {
      border-bottom: 1px solid #ccc
    }

    .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info .lae-terms {
      display: block;
      color: #f9f9f9;
      font-size: 14px;
      line-height: 22px;
      opacity: 0;
      -webkit-transition: opacity .4s ease-in-out 0s;
      transition: opacity .4s ease-in-out 0s
    }

    .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info .lae-terms a {
      color: #ddd;
      position: relative;
      display: inline;
      zoom: 1;
      font-size: 14px;
      line-height: 22px;
      font-style: italic;
      -webkit-transition: all .4s ease-in-out 0s;
      transition: all .4s ease-in-out 0s
    }

    .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info .lae-terms a:hover {
      color: #fff
    }

    .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image:hover .lae-image-info .lae-post-title,
    .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image:hover .lae-image-info .lae-terms {
      opacity: 1
    }

    .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-entry-text-wrap {
      text-align: center;
      max-width: 650px;
      margin: 20px auto 0
    }

    .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-title {
      font-size: 18px;
      line-height: 26px;
      font-weight: 400;
      margin-bottom: 10px
    }

    .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-title:after,
    .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-title:before {
      display: none
    }

    .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-title a {
      -webkit-transition: all .4s ease-in-out 0s;
      transition: all .4s ease-in-out 0s;
      color: #333
    }

    .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-title a:hover {
      color: #888
    }

    .lae-dark-bg .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-title a {
      color: #e0e0e0
    }

    .lae-dark-bg .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-title a:hover {
      color: #fff
    }

    .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-entry-meta span {
      display: inline-block;
      padding: 0;
      margin: 0;
      font-style: italic;
      color: #999
    }

    .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-entry-meta span:after {
      content: '//';
      padding-left: 6px;
      padding-right: 6px
    }

    .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-entry-meta span:first-child {
      border: none;
      padding-left: 0
    }

    .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-entry-meta span:last-child:after {
      display: none
    }

    .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-entry-meta span a {
      -webkit-transition: all .3s ease-in-out 0s;
      transition: all .3s ease-in-out 0s;
      font-style: normal
    }

    .lae-dark-bg .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-entry-meta span {
      color: #707070
    }

    .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-summary {
      margin: 15px auto 0;
      padding: 0
    }

    .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-summary:before {
      width: 35px;
      height: 1px;
      background: #aaa;
      display: block;
      content: "";
      text-align: center;
      margin: 0 auto 15px
    }

    .lae-dark-bg .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-summary {
      color: #999
    }

    .lae-dark-bg .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-summary:before {
      background: #505050
    }

    .elementor-widget-devices {
      font-size: 0;
      display: block
    }

    .elementor-widget-devices .elementor-device-wrapper {
      margin: 0 auto;
      display: inline-block;
      max-width: 100%;
      transition: .3s cubic-bezier(.42, 0, .2, 1);
      transition-property: width, padding-bottom
    }

    .elementor-widget-devices .elementor-device {
      position: relative;
      display: inline-block;
      height: 0;
      max-width: 100%;
      width: 100%;
      transition: all .3s cubic-bezier(.42, 0, .2, 1)
    }

    .elementor-widget-devices .elementor-device svg {
      width: 100%;
      height: auto;
      max-height: 100%;
      display: block;
      font-size: 1rem
    }

    .elementor-widget-devices .elementor-device svg .back-shape,
    .elementor-widget-devices .elementor-device svg .side-shape {
      fill: #000
    }

    .elementor-widget-devices .elementor-device svg .overlay-shape {
      fill-opacity: .2;
      fill: #fff
    }

    .elementor-widget-devices .elementor-device svg {
      transition: all .3s cubic-bezier(.42, 0, .2, 1)
    }

    .elementor-widget-devices .elementor-device-shape {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 100%;
      transition: all .3s cubic-bezier(.42, 0, .2, 1)
    }

    .elementor-widget-devices .elementor-device-media {
      position: absolute;
      left: 50%;
      transition: all .3s cubic-bezier(.42, 0, .2, 1);
      border-radius: 3px
    }

    .elementor-widget-devices .elementor-device-media-inner {
      background-color: rgba(255, 255, 255, .2);
      position: relative;
      left: 0;
      width: 100%;
      height: 0;
      transition: all .3s cubic-bezier(.42, 0, .2, 1)
    }

    .elementor-widget-devices .elementor-device-media-screen {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      display: flex;
      border-radius: 3px;
      transition: all .3s cubic-bezier(.42, 0, .2, 1);
      z-index: 2
    }

    .elementor-widget-devices .elementor-device-media-screen-landscape {
      z-index: 1;
      opacity: 0
    }

    .elementor-widget-devices .elementor-device-media-screen-inner {
      position: absolute;
      left: 0;
      right: 0
    }

    .elementor-widget-devices .elementor-device-media-screen-inner img {
      width: 100%
    }

    .elementor-widget-devices .elementor-device-media-screen-inner figure {
      overflow: hidden
    }

    .elementor-widget-devices .elementor-device-type-phone {
      width: 277px
    }

    .elementor-widget-devices .elementor-device-type-phone .elementor-device {
      width: 277px;
      padding-bottom: 207.22022%
    }

    .elementor-widget-devices .elementor-device-type-phone .elementor-device-media {
      top: 11.7%;
      width: 88.80866%;
      transform: translateX(-50%)
    }

    .elementor-widget-devices .elementor-device-type-phone .elementor-device-media-inner {
      padding-bottom: 177.77778%
    }

    .elementor-widget-devices .elementor-device-type-tablet {
      width: 430px
    }

    .elementor-widget-devices .elementor-device-type-tablet .elementor-device {
      width: 430px;
      padding-bottom: 138.37209%
    }

    .elementor-widget-devices .elementor-device-type-tablet .elementor-device-media {
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 90.69767%
    }

    .elementor-widget-devices .elementor-device-type-tablet .elementor-device-media-inner {
      padding-bottom: 133.33333%
    }

    .elementor-widget-devices .elementor-device-type-laptop {
      width: 645px
    }

    .elementor-widget-devices .elementor-device-type-laptop .elementor-device {
      width: 645px;
      padding-bottom: 57.36434%
    }

    .elementor-widget-devices .elementor-device-type-laptop .elementor-device-media {
      top: 47.9%;
      transform: translateX(-50%) translateY(-50%);
      width: 76.43411%
    }

    .elementor-widget-devices .elementor-device-type-laptop .elementor-device-media-inner {
      padding-bottom: 62.47465%
    }

    .elementor-widget-devices .elementor-device-type-desktop {
      width: 645px
    }

    .elementor-widget-devices .elementor-device-type-desktop .elementor-device {
      width: 895px;
      padding-bottom: 88.49162%
    }

    .elementor-widget-devices .elementor-device-type-desktop .elementor-device-media {
      top: 33.5%;
      transform: translateX(-50%) translateY(-50%);
      width: 92.2905%
    }

    .elementor-widget-devices .elementor-device-type-desktop .elementor-device-media-inner {
      padding-bottom: 56.41646%
    }

    .elementor-widget-devices .elementor-device-type-window {
      width: 1000px
    }

    .elementor-widget-devices .elementor-device-type-window .elementor-device {
      width: 1000px;
      height: auto;
      padding-bottom: 0
    }

    .elementor-widget-devices .elementor-device-type-window .elementor-device-media,
    .elementor-widget-devices .elementor-device-type-window .elementor-device-shape {
      position: relative;
      transform: none;
      top: auto;
      left: auto;
      border-radius: 0
    }

    .elementor-widget-devices .elementor-device-type-window .elementor-device-media {
      width: 100%
    }

    .elementor-widget-devices .elementor-device-type-window .elementor-device-media-inner {
      height: auto;
      padding-bottom: 0
    }

    .elementor-widget-devices .elementor-device-type-window .elementor-device-media-screen,
    .elementor-widget-devices .elementor-device-type-window .elementor-device-media-screen-inner {
      position: relative;
      top: auto;
      left: auto;
      height: auto;
      width: 100%;
      overflow: visible
    }

    .elementor-widget-devices.elementor-device-orientation-landscape .elementor-device-wrapper .elementor-device-shape svg {
      transform: rotate(90deg)
    }

    .elementor-widget-devices.elementor-device-orientation-landscape .elementor-device-wrapper .elementor-device-media {
      top: 50%;
      transform: translateY(-50%) translateX(-50%)
    }

    .elementor-widget-devices.elementor-device-orientation-landscape .elementor-device-wrapper .elementor-device-orientation {
      transform: translateY(calc(100% + 24px)) translateX(-50%) rotate(-90deg)
    }

    .elementor-widget-devices.elementor-device-orientation-landscape .elementor-device-wrapper.elementor-device-type-phone {
      width: 574px
    }

    .elementor-widget-devices.elementor-device-orientation-landscape .elementor-device-wrapper.elementor-device-type-phone .elementor-device {
      width: 574px;
      padding-bottom: 48.25784%
    }

    .elementor-widget-devices.elementor-device-orientation-landscape .elementor-device-wrapper.elementor-device-type-phone .elementor-device-shape {
      width: 48.25784%
    }

    .elementor-widget-devices.elementor-device-orientation-landscape .elementor-device-wrapper.elementor-device-type-phone .elementor-device-media {
      width: 76.30662%
    }

    .elementor-widget-devices.elementor-device-orientation-landscape .elementor-device-wrapper.elementor-device-type-phone .elementor-device-media-inner {
      padding-bottom: 56.25%
    }

    .elementor-widget-devices.elementor-device-orientation-landscape .elementor-device-wrapper.elementor-device-type-tablet {
      width: 595px
    }

    .elementor-widget-devices.elementor-device-orientation-landscape .elementor-device-wrapper.elementor-device-type-tablet .elementor-device {
      width: 595px;
      padding-bottom: 72.26891%
    }

    .elementor-widget-devices.elementor-device-orientation-landscape .elementor-device-wrapper.elementor-device-type-tablet .elementor-device-shape {
      width: 72.26891%
    }

    .elementor-widget-devices.elementor-device-orientation-landscape .elementor-device-wrapper.elementor-device-type-tablet .elementor-device-media {
      width: 87.39496%
    }

    .elementor-widget-devices.elementor-device-orientation-landscape .elementor-device-wrapper.elementor-device-type-tablet .elementor-device-media-inner {
      padding-bottom: 75%
    }

    .elementor-widget-devices.elementor-device-scrollable .elementor-device-media-screen {
      overflow-y: auto
    }

    .elementor-widget-devices.elementor-device-scrollable .elementor-device-media-screen-inner {
      margin-right: -100px;
      padding-right: 100px
    }

    .elementor-widget-devices .elementor-device-orientation {
      position: absolute;
      bottom: 0;
      left: 50%;
      z-index: 99;
      visibility: hidden;
      width: 28px;
      height: 28px;
      transform: translateY(calc(100% + 24px)) translateX(-50%);
      font-size: 28px;
      color: rgba(0, 0, 0, .1);
      cursor: pointer;
      transition: all .3s cubic-bezier(.42, 0, .2, 1)
    }

    @media (min-width:1025px) {
      .elementor-widget-devices .elementor-device-orientation:hover {
        color: rgba(0, 0, 0, .7)
      }
    }

    .elementor-widget-devices .elementor-device-orientation:before {
      display: block
    }

    .elementor-widget-devices.elementor-device-orientation-switcher .elementor-device {
      margin-bottom: 52px
    }

    .elementor-widget-devices.elementor-device-orientation-switcher .elementor-device-orientation {
      visibility: visible
    }

    .elementor-widget-devices.elementor-device-orientation-switcher.elementor-device-orientation-landscape .elementor-device-media-screen {
      opacity: 0;
      z-index: 1
    }

    .elementor-widget-devices.elementor-device-orientation-switcher.elementor-device-orientation-landscape .elementor-device-media-screen-landscape {
      opacity: 1;
      z-index: 2
    }

    .elementor-widget-devices.elementor-device-skin-jetblack svg .overlay-shape {
      fill: #fff;
      fill-opacity: .2
    }

    .elementor-widget-devices.elementor-device-skin-jetblack svg .back-shape,
    .elementor-widget-devices.elementor-device-skin-jetblack svg .side-shape {
      fill: #000
    }

    .elementor-widget-devices.elementor-device-skin-black svg .overlay-shape {
      fill: #fff
    }

    .elementor-widget-devices.elementor-device-skin-black svg .back-shape,
    .elementor-widget-devices.elementor-device-skin-black svg .side-shape {
      fill: #343639
    }

    .elementor-widget-devices.elementor-device-skin-silver svg .overlay-shape {
      fill: #000
    }

    .elementor-widget-devices.elementor-device-skin-silver svg .back-shape,
    .elementor-widget-devices.elementor-device-skin-silver svg .side-shape {
      fill: #e4e6e7
    }

    .elementor-widget-devices.elementor-device-skin-gold svg .overlay-shape {
      fill: #000
    }

    .elementor-widget-devices.elementor-device-skin-gold svg .back-shape,
    .elementor-widget-devices.elementor-device-skin-gold svg .side-shape {
      fill: #fbe6cf
    }

    .elementor-widget-devices.elementor-device-skin-rosegold svg .overlay-shape {
      fill: #000
    }

    .elementor-widget-devices.elementor-device-skin-rosegold svg .back-shape,
    .elementor-widget-devices.elementor-device-skin-rosegold svg .side-shape {
      fill: #fde4dc
    }

    .elementor-widget-devices.elementor-device-controls-tone-dark svg .overlay-shape {
      fill: #000;
      fill-opacity: .2
    }

    .elementor-widget-devices.elementor-device-controls-tone-light svg .overlay-shape {
      fill: #fff;
      fill-opacity: .2
    }

    .elementor-widget-devices svg .lighten {
      fill: #fff;
      fill-opacity: .3
    }

    .elementor-widget-devices svg .lighten-more {
      fill: #fff;
      fill-opacity: .5
    }

    @font-face {
      font-family: "nicons";
      src: url(/wp-content/plugins/devices-elementor/assets/lib/nicons/fonts/nicons.eot);
      src: url(/wp-content/plugins/devices-elementor/assets/lib/nicons/fonts/nicons.eot#iefix) format('eot'), url(/wp-content/plugins/devices-elementor/assets/lib/nicons/fonts/nicons.woff) format('woff2'), url(/wp-content/plugins/devices-elementor/assets/lib/nicons/fonts/nicons.woff) format('woff'), url(/wp-content/plugins/devices-elementor/assets/lib/nicons/fonts/nicons.ttf) format('truetype'), url(/wp-content/plugins/devices-elementor/assets/lib/nicons/fonts/nicons.svg) format('svg')
    }

    .nicon:before {
      font-family: nicons;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      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;
      text-decoration: none;
      text-transform: none
    }

    .nicon-desktop:before {
      content: "\E001"
    }

    .nicon-laptop:before {
      content: "\E002"
    }

    .nicon-mobile-landscape:before {
      content: "\E003"
    }

    .nicon-mobile-portrait:before {
      content: "\E004"
    }

    .nicon-mobile-screen-bottom:before {
      content: "\E005"
    }

    .nicon-mobile-screen-center:before {
      content: "\E006"
    }

    .nicon-mobile-screen-custom:before {
      content: "\E007"
    }

    .nicon-mobile-screen-top:before {
      content: "\E008"
    }

    .nicon-mobile:before {
      content: "\E009"
    }

    .nicon-phone:before {
      content: "\E00A"
    }

    .nicon-tablet:before {
      content: "\E00B"
    }

    .nicon-window:before {
      content: "\E00C"
    }

    .typed-cursor {
      opacity: 1;
      -webkit-animation: blink .7s infinite;
      -moz-animation: blink .7s infinite;
      animation: blink .7s infinite
    }

    @keyframes blink {
      0% {
        opacity: 1
      }

      50% {
        opacity: 0
      }

      100% {
        opacity: 1
      }
    }

    @-webkit-keyframes blink {
      0% {
        opacity: 1
      }

      50% {
        opacity: 0
      }

      100% {
        opacity: 1
      }
    }

    @-moz-keyframes blink {
      0% {
        opacity: 1
      }

      50% {
        opacity: 0
      }

      100% {
        opacity: 1
      }
    }

    .typed-fade-out {
      opacity: 0;
      animation: 0;
      transition: opacity .25s
    }

    /*!
 * Font Awesome Free 5.12.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)
 */
    .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-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-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-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-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-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-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-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: "\f907"
    }

    .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-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-ideal:before {
      content: "\f913"
    }

    .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-microblog:before {
      content: "\f91a"
    }

    .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-pied-piper-square:before {
      content: "\f91e"
    }

    .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-trailer:before {
      content: "\f941"
    }

    .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-unity:before {
      content: "\f949"
    }

    .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 Awesome Free 5.12.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)
 */
    @font-face {
      font-family: "Font Awesome 5 Free";
      font-style: normal;
      font-weight: 900;
      font-display: auto;
      src: url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);
      src: url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot#iefix) format("embedded-opentype"), url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff2"), url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"), url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"), url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg) format("svg")
    }

    .fa,
    .fas {
      font-family: "Font Awesome 5 Free";
      font-weight: 900
    }

    .n2-in-fullscreen * {
      animation-name: initial
    }

    .n2-in-fullscreen [data-uk-scrollspy*=uk-animation-]:not([data-uk-scrollspy*=target]) {
      opacity: 1
    }

    .n2-section-smartslider {
      position: relative;
      width: 100%
    }

    .n2-ss-align {
      position: relative;
      z-index: 0;
      overflow: hidden
    }

    .n2-ss-align.n2-ss-align-visible {
      overflow: visible
    }

    .n2-ss-slider {
      -webkit-font-smoothing: antialiased;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      -webkit-tap-highlight-color: transparent
    }

    .n2-ss-slider .n2-ow,
    .n2-ss-slider .n2-ow-all * {
      font-size: inherit;
      line-height: inherit;
      letter-spacing: inherit
    }

    .n2-ss-slider .n2-ow,
    .n2-ss-slider .n2-ow-all *,
    .n2-ss-slider .n2-ow-all *:after,
    .n2-ss-slider .n2-ow-all *:before,
    .n2-ss-slider .n2-ow:after,
    .n2-ss-slider .n2-ow:before {
      box-sizing: content-box
    }

    .n2-ss-slider .n2-ow-all :not(i):after,
    .n2-ss-slider .n2-ow-all :not(i):before,
    .n2-ss-slider .n2-ow:after,
    .n2-ss-slider .n2-ow:before {
      display: none
    }

    .n2-ss-slider .n2-ow-all a,
    .n2-ss-slider a.n2-ow {
      border: 0;
      -webkit-hyphens: none;
      -moz-hyphens: none;
      -ms-hyphens: none;
      hyphens: none
    }

    .n2-ss-slider .n2-ow-all a,
    .n2-ss-slider .n2-ow-all a:focus,
    .n2-ss-slider a.n2-ow,
    .n2-ss-slider a.n2-ow:focus {
      outline: none !important;
      transition: none 0s;
      box-shadow: none;
      text-decoration: none
    }

    .n2-ss-slider .n2-ow-all b,
    .n2-ss-slider .n2-ow-all i {
      color: inherit
    }

    .n2-ss-slider .n2-ow-all h1,
    .n2-ss-slider .n2-ow-all h2,
    .n2-ss-slider .n2-ow-all h3,
    .n2-ss-slider .n2-ow-all h4,
    .n2-ss-slider .n2-ow-all h5,
    .n2-ss-slider .n2-ow-all h6,
    .n2-ss-slider .n2-ow-all p,
    .n2-ss-slider h1.n2-ow,
    .n2-ss-slider h2.n2-ow,
    .n2-ss-slider h3.n2-ow,
    .n2-ss-slider h4.n2-ow,
    .n2-ss-slider h5.n2-ow,
    .n2-ss-slider h6.n2-ow,
    .n2-ss-slider p.n2-ow {
      margin: 0;
      padding-left: 0;
      padding-right: 0;
      height: auto;
      width: auto;
      border: 0;
      box-shadow: none;
      -webkit-hyphens: none;
      -moz-hyphens: none;
      -ms-hyphens: none;
      hyphens: none
    }

    .n2-ss-slider .n2-ow-all iframe,
    .n2-ss-slider iframe.n2-ow {
      margin: 0
    }

    .n2-ss-slider .n2-ow-all img,
    .n2-ss-slider img.n2-ow {
      width: auto;
      box-shadow: none;
      border-radius: 0;
      background: 0 0;
      padding: 0;
      margin: 0;
      border: 0;
      vertical-align: top
    }

    .n2-ss-slider a.n2-ow,
    .n2-ss-slider button.n2-ow,
    .n2-ss-slider img.n2-ow,
    .n2-ss-slider input.n2-ow,
    .n2-ss-slider li.n2-ow,
    .n2-ss-slider ol.n2-ow,
    .n2-ss-slider p.n2-ow,
    .n2-ss-slider textarea.n2-ow,
    .n2-ss-slider ul.n2-ow {
      transition: none 0s
    }

    .n2-ss-slider p {
      background-color: transparent
    }

    .n2-ss-slider {
      z-index: 3;
      position: relative;
      text-align: left;
      width: 100%;
      min-height: 1px
    }

    [dir=rtl] .n2-ss-slider {
      text-align: right
    }

    .n2-ss-slider :focus {
      outline: none
    }

    [dir=rtl] .n2-ss-slider .n2-ss-slide-background {
      text-align: left
    }

    .n2-ss-slider.n2-ss-load-fade {
      position: absolute;
      opacity: 0;
      transition: opacity .3s ease-in-out
    }

    .n2-ss-slider.n2-ss-load-fade.n2-ss-loaded {
      opacity: 1;
      position: relative
    }

    .n2-ss-slider .n2-unselectable {
      -moz-user-select: -moz-none;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none
    }

    .n2-ss-slider.n2notransition * {
      transition: none 0s !important
    }

    .n2-ss-slider .n2-ss-slide {
      text-align: center
    }

    .n2-ss-slider .n2-ss-canvas,
    .n2-ss-slider .n2-ss-slide {
      position: relative;
      overflow: hidden !important
    }

    .n2-ss-slider .n2-ss-slide-background,
    .n2-ss-slider .n2-ss-slide-background * {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: left
    }

    .n2-ss-slider .n2-ss-slide-background {
      z-index: 10
    }

    .n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-color {
      z-index: 1
    }

    .n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-color[data-overlay="1"] {
      z-index: 7
    }

    .n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-video {
      z-index: 3
    }

    .n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-image {
      z-index: 5
    }

    .n2-ss-slider .n2-ss-slide-background-image img {
      max-width: none;
      display: none;
      width: 0;
      height: 0
    }

    .n2-ss-slider .n2-ss-slide-background-image {
      width: 100%;
      height: 100%;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      box-sizing: content-box
    }

    .n2-ss-slider [data-mode=blurfit] .n2-ss-slide-background-image,
    .n2-ss-slider [data-mode=fill] .n2-ss-slide-background-image {
      background-size: cover
    }

    .n2-ss-slider [data-mode=blurfit] .n2-ss-slide-background-image+.n2-ss-slide-background-image,
    .n2-ss-slider [data-mode=fit] .n2-ss-slide-background-image {
      background-size: contain
    }

    .n2-ss-slider [data-mode=simple] .n2-ss-slide-background-image {
      background-size: cover
    }

    .n2-ss-slider [data-mode=stretch] .n2-ss-slide-background-image {
      background-size: 100% 100%
    }

    .n2-ss-slider [data-mode=center] .n2-ss-slide-background-image {
      background-position: 50% 50%
    }

    .n2-ss-slider [data-mode=tile] .n2-ss-slide-background-image {
      background-repeat: repeat
    }

    .n2-ss-slider [data-mode=fixed] .n2-ss-slide-background-image {
      background-size: cover
    }

    .n2-ss-slider .n2-ss-slide-background-video {
      position: absolute;
      top: 0;
      left: 0
    }

    .n2-ss-slider .n2-ss-layers-container {
      visibility: hidden;
      position: relative;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      z-index: 20
    }

    .n2-ss-slider .n2-ss-layers-container>*,
    .n2-ss-slider [onclick].n2-ss-layers-container {
      visibility: visible
    }

    .n2-ss-slider .n2-ss-layer {
      outline: 1px solid RGBA(0, 0, 0, 0);
      z-index: 2
    }

    .n2-ss-slider .n2-ss-layer[data-pm=absolute] {
      position: absolute
    }

    .n2-ss-slider .n2-ss-layer[data-pm=default],
    .n2-ss-slider .n2-ss-layer[data-pm=normal] {
      position: relative;
      min-height: 1px
    }

    .n2-ss-item-video-container video,
    .n2-ss-slider .n2-ss-layer-mask,
    .n2-ss-slider .n2-ss-layer-parallax,
    .n2-ss-slider .n2-ss-layer-rotation {
      width: 100%;
      height: 100%
    }

    .n2-ss-slider .n2-ss-layer-content .n2-ss-layer-mask,
    .n2-ss-slider .n2-ss-layer-content .n2-ss-layer-parallax,
    .n2-ss-slider .n2-ss-layer-content .n2-ss-layer-rotation,
    .n2-ss-slider .n2-ss-layer-row .n2-ss-layer-mask,
    .n2-ss-slider .n2-ss-layer-row .n2-ss-layer-parallax,
    .n2-ss-slider .n2-ss-layer-row .n2-ss-layer-rotation {
      height: auto;
      flex-grow: 1
    }

    .n2-ss-slider .n2-ss-layer.n2-ss-layer-needsize .n2-ss-layer-mask,
    .n2-ss-slider .n2-ss-layer.n2-ss-layer-needsize .n2-ss-layer-parallax,
    .n2-ss-slider .n2-ss-layer.n2-ss-layer-needsize .n2-ss-layer-rotation {
      height: 100%
    }

    .n2-ss-slider .n2-ss-layer[data-sstype=col]>.n2-ss-layer-mask,
    .n2-ss-slider .n2-ss-layer[data-sstype=col]>.n2-ss-layer-mask>.n2-ss-layer-rotation,
    .n2-ss-slider .n2-ss-layer[data-sstype=col]>.n2-ss-layer-parallax,
    .n2-ss-slider .n2-ss-layer[data-sstype=col]>.n2-ss-layer-parallax>.n2-ss-layer-rotation,
    .n2-ss-slider .n2-ss-layer[data-sstype=col]>.n2-ss-layer-rotation,
    .n2-ss-slider .n2-ss-layer[data-sstype=content]>.n2-ss-layer-mask,
    .n2-ss-slider .n2-ss-layer[data-sstype=content]>.n2-ss-layer-mask>.n2-ss-layer-rotation,
    .n2-ss-slider .n2-ss-layer[data-sstype=content]>.n2-ss-layer-parallax,
    .n2-ss-slider .n2-ss-layer[data-sstype=content]>.n2-ss-layer-parallax>.n2-ss-layer-rotation,
    .n2-ss-slider .n2-ss-layer[data-sstype=content]>.n2-ss-layer-rotation {
      display: flex;
      flex-direction: column
    }

    .n2-ss-slider .n2-ss-layer-group {
      visibility: hidden;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2
    }

    .n2-ss-slider .n2-ss-layer-group>.n2-ss-layer-parallax,
    .n2-ss-slider .n2-ss-static-slide div[data-sstype=content][data-hasbackground="0"],
    .n2-ss-slider .n2-ss-static-slide div[data-sstype=content][data-hasbackground="0"] div.n2-ss-section-main-content {
      visibility: hidden
    }

    .n2-ss-slider .n2-ss-layer-group>*,
    .n2-ss-slider .n2-ss-layer-group>.n2-ss-layer-parallax>* {
      visibility: visible
    }

    .n2-ss-slider.n2-ss-mobile .n2-ss-slider-1,
    .n2-ss-slider.n2-ss-tablet .n2-ss-slider-1 {
      background-attachment: scroll !important
    }

    .n2-ss-slider .n2-ss-widget {
      position: relative;
      display: none;
      -webkit-backface-visibility: hidden;
      -webkit-perspective: 1000px;
      z-index: 12;
      font-size: 16px;
      transition: opacity .4s ease;
      opacity: 1
    }

    .n2-ss-slider .n2-ss-widget[data-position=above],
    .n2-ss-slider .n2-ss-widget[data-position=below] {
      margin-left: auto;
      margin-right: auto
    }

    .n2-ss-slider .n2-ss-widget.n2-ss-widget-hidden {
      opacity: 0 !important;
      pointer-events: none
    }

    .n2-ss-slider.n2-ss-tablet .n2-ss-widget {
      font-size: 14px
    }

    .n2-ss-slider.n2-ss-mobile .n2-ss-widget {
      font-size: 12px
    }

    .n2-ss-slider .n2-ss-mobile,
    .n2-ss-slider .n2-ss-tablet,
    .n2-ss-slider.n2-ss-mobile .n2-ss-desktop,
    .n2-ss-slider.n2-ss-tablet .n2-ss-desktop {
      display: none
    }

    .n2-ss-slider .n2-ss-desktop,
    .n2-ss-slider.n2-ss-desktop .n2-ss-desktop,
    .n2-ss-slider.n2-ss-desktop .n2-ss-widget-display-desktop,
    .n2-ss-slider.n2-ss-mobile .n2-ss-mobile,
    .n2-ss-slider.n2-ss-mobile .n2-ss-widget-display-mobile,
    .n2-ss-slider.n2-ss-tablet .n2-ss-tablet,
    .n2-ss-slider.n2-ss-tablet .n2-ss-widget-display-tablet {
      display: block
    }

    .n2-ss-slider .n2-ss-desktop.n2-ib,
    .n2-ss-slider.n2-ss-desktop .n2-ss-desktop.n2-ib,
    .n2-ss-slider.n2-ss-desktop .n2-ss-widget-display-desktop.n2-ib,
    .n2-ss-slider.n2-ss-mobile .n2-ss-mobile.n2-ib,
    .n2-ss-slider.n2-ss-mobile .n2-ss-widget-display-mobile.n2-ib,
    .n2-ss-slider.n2-ss-tablet .n2-ss-tablet.n2-ib,
    .n2-ss-slider.n2-ss-tablet .n2-ss-widget-display-tablet.n2-ib {
      display: inline-block
    }

    .n2-ss-slider.n2-ss-desktop .n2-ss-widget-display-desktop.n2-flex,
    .n2-ss-slider.n2-ss-mobile .n2-ss-widget-display-mobile.n2-flex,
    .n2-ss-slider.n2-ss-tablet .n2-ss-widget-display-tablet.n2-flex {
      display: flex
    }

    .n2-ss-slider.n2-ss-desktop .n2-ss-widget-display-desktop.n2-inline-flex,
    .n2-ss-slider.n2-ss-mobile .n2-ss-widget-display-mobile.n2-inline-flex,
    .n2-ss-slider.n2-ss-tablet .n2-ss-widget-display-tablet.n2-inline-flex {
      display: inline-flex
    }

    .n2-ss-slider .n2-ss-widget-always {
      -webkit-transform: translate3d(0, 0, 0)
    }

    .n2-ss-slider .n2-ss-static-slide {
      display: flex;
      flex-direction: column;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 25;
      visibility: hidden;
      -webkit-backface-visibility: hidden
    }

    .n2-ss-slider .n2-ss-shape-divider.n2-ss-divider-animate .n2-ss-divider-start,
    .n2-ss-slider .n2-ss-static-slide .n2-ss-layer,
    .n2-ss-slider .n2-ss-static-slide .n2-ss-section-main-content>div,
    .n2-ss-slider .n2-ss-static-slide div[data-sstype=content]>div,
    .n2-ss-slider .n2-ss-static-slide>div {
      visibility: visible
    }

    .n2-ss-slider .n2-ss-shape-divider {
      position: absolute;
      left: 0;
      width: 100%;
      height: 100px;
      pointer-events: none;
      z-index: 13
    }

    .n2-ss-slider .n2-ss-shape-divider-inner {
      height: 100%
    }

    .n2-ss-slider .n2-ss-shape-divider-bottom .n2-ss-shape-divider-inner {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%
    }

    .n2-ss-slider .n2-ss-shape-divider svg {
      display: block;
      height: 100%;
      width: 100%
    }

    .n2-ss-slider .n2-ss-shape-divider-top {
      top: 0
    }

    .n2-ss-slider .n2-ss-shape-divider-bottom {
      bottom: 0
    }

    .n2-ss-slider .n2-ss-shape-divider .n2-ss-divider-start,
    .n2-ss-slider .n2-ss-shape-divider.n2-ss-divider-animate .n2-ss-divider-end {
      visibility: hidden
    }

    .n2-ss-slider .n2-ss-slide .nextend-slide-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      max-width: none !important;
      height: auto;
      background: rgba(0, 0, 0, .002)
    }

    .n2-ss-slider video.n2-ow {
      max-width: none
    }

    .n2-ss-item-video-container {
      overflow: hidden;
      width: 100%;
      height: 100%
    }

    .n2-ss-slider .n2-ss-item-iframe-wrapper {
      -webkit-overflow-scrolling: touch;
      overflow-y: auto;
      height: 100%
    }

    .n2-ss-slider .n2i {
      vertical-align: top
    }

    .n2-ss-slider iframe.n2-ow {
      max-width: none;
      display: block
    }

    .n2-ss-slider .n2-ss-item-iframe {
      height: 100%
    }

    .n2-ss-slider .n2-grab {
      cursor: -webkit-grab;
      cursor: -moz-grab;
      cursor: grab
    }

    .n2-ss-slider .n2-grabbing {
      cursor: -webkit-grabbing;
      cursor: -moz-grabbing;
      cursor: grabbing
    }

    .n2-ss-slider .n2-grabbing .n2-ss-slide {
      pointer-events: none
    }

    .n2-ss-slider .n2-ss-item-input-form {
      display: flex;
      flex-flow: row
    }

    .n2-ss-slider .n2-ss-item-input-form .n2-input {
      flex: 1 1 auto
    }

    .n2-ss-slider .n2-ss-item-input-form .n2-form-button {
      margin: 0
    }

    .n2-ss-slider .n2-input,
    .n2-ss-slider form.n2-ow {
      margin: 0;
      border: 0;
      padding: 0
    }

    .n2-ss-slider .n2-input {
      height: auto;
      width: auto;
      box-sizing: border-box;
      display: inline-block;
      vertical-align: middle;
      white-space: normal;
      background: 0 0;
      line-height: 1;
      font-size: 13px;
      font-family: Arial;
      box-shadow: none
    }

    .n2-ss-slider input.n2-ow:focus {
      outline: 0
    }

    .n2-ss-slider input.n2-ow[placeholder] {
      overflow: hidden;
      text-overflow: clip
    }

    .n2-ss-slider ::-moz-placeholder,
    .n2-ss-slider input.n2-ow:-moz-placeholder {
      text-overflow: clip;
      color: inherit
    }

    .n2-ss-slider input.n2-ow::-webkit-input-placeholder,
    .n2-ss-slider input.n2-ow::placeholder {
      color: inherit
    }

    .n2-ss-slider table.n2-ow {
      table-layout: auto;
      margin: 0
    }

    .n2-ss-slider .n2-ow .n2-ss-thumbnail-type {
      width: 48px;
      height: 48px;
      margin-left: -24px;
      margin-top: -24px;
      position: absolute;
      left: 50%;
      top: 50%
    }

    .n2-ss-slider .n2-ss-icon-normal {
      display: inline-block
    }

    .n2-ss-slider .n2-ss-icon-has-hover:HOVER .n2-ss-icon-normal,
    .n2-ss-slider .n2-ss-icon-hover {
      display: none
    }

    .n2-ss-slider .n2-ss-icon-has-hover:HOVER .n2-ss-icon-hover {
      display: inline-block
    }

    .n2-ss-slider .n2-ss-section-main-content .n2-ss-item {
      float: none
    }

    .n2-ss-slider .n2-ss-section-main-content>.n2-ss-layer[data-sstype=row] {
      width: 100%
    }

    .n2-ss-slider .n2-ss-section-main-content>.n2-ss-layer[data-sstype=row][data-frontend-fullwidth="0"] {
      width: auto
    }

    .n2-ss-slider [data-frontend-fullwidth="0"][data-sstype=row]>.n2-ss-layer-row[row-wrapped="0"]>.n2-ss-layer-row-inner>.n2-ss-layer {
      width: auto !important;
      flex: 0 1 auto
    }

    .n2-ss-slider[data-ie] [data-frontend-fullwidth="0"][data-sstype=row]>.n2-ss-layer-row[row-wrapped="0"]>.n2-ss-layer-row-inner>.n2-ss-layer {
      display: inline-block;
      flex: none;
      max-width: 100%
    }

    .n2-ss-slider [data-frontend-fullwidth="0"][data-sstype=row]>.n2-ss-layer-row[row-wrapped="0"]>.n2-ss-layer-row-inner {
      flex-wrap: wrap
    }

    .n2-ss-slider .n2-ss-layer[data-sstype=row].n2-ss-stretch-layer {
      display: flex;
      flex: 1 1 auto
    }

    .n2-ss-slider .n2-ss-layer[data-sstype=row].n2-ss-stretch-layer>.n2-ss-layer-mask,
    .n2-ss-slider .n2-ss-layer[data-sstype=row].n2-ss-stretch-layer>.n2-ss-layer-parallax {
      display: flex
    }

    .n2-ss-slider[data-ie] .n2-ss-layer-col,
    .n2-ss-slider[data-ie] .n2-ss-layer-row,
    .n2-ss-slider[data-ie] .n2-ss-layer[data-sstype=content] {
      background-attachment: scroll !important
    }

    .n2-ss-slider .n2-ss-layer-row {
      box-sizing: border-box;
      display: flex
    }

    .n2-ss-slider .n2-ss-layer-row-inner {
      box-sizing: border-box;
      display: flex;
      visibility: hidden
    }

    .n2-ss-slider .n2-ss-layer-row-inner>* {
      visibility: visible
    }

    .n2-ss-slider [row-wrapped="1"]>.n2-ss-layer-row-inner {
      flex-wrap: wrap
    }

    .n2-ss-slider .n2-ss-layer[data-sstype=row].n2-ss-stretch-layer .n2-ss-layer-row {
      height: auto;
      width: 100%
    }

    .n2-ss-slider .n2-ss-layer-row>.n2-ss-layer {
      box-sizing: border-box;
      width: 1px;
      flex: 1 1 auto
    }

    .n2-ss-slider .n2-ss-layer-row .n2-ss-item {
      float: none
    }

    .n2-ss-slider .n2-ss-layer-content .n2-ss-layer {
      width: auto
    }

    .n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal] {
      max-width: 100%
    }

    .n2-ss-slider .n2-ss-layer[data-sstype=content] {
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 2
    }

    .n2-ss-slider .n2-ss-section-main-content {
      display: flex;
      justify-content: center;
      flex-direction: column
    }

    .n2-ss-slider .n2-ss-layer-content {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      box-sizing: border-box;
      position: relative;
      height: 40px
    }

    .n2-ss-slider .n2-ss-slider-1 .n2-ss-layer-content {
      min-height: 100%
    }

    .n2-ss-slider .n2-ss-layer-content .n2-ss-layer-needsize {
      width: 100%
    }

    .n2-ss-slider .n2-ss-layer-content[data-alignitems=stretch] {
      align-items: stretch
    }

    .n2-ss-slider .n2-ss-layer-content[data-alignitems=flex-start] {
      align-items: flex-start
    }

    .n2-ss-slider .n2-ss-layer-content[data-alignitems=center] {
      align-items: center
    }

    .n2-ss-slider .n2-ss-layer-content[data-alignitems=flex-end] {
      align-items: flex-end
    }

    .n2-ss-slider .n2-ss-layer-content[data-verticalalign=flex-start] {
      justify-content: flex-start
    }

    .n2-ss-slider .n2-ss-layer-content[data-verticalalign=center] {
      justify-content: center
    }

    .n2-ss-slider .n2-ss-layer-content[data-verticalalign=flex-end] {
      justify-content: flex-end
    }

    .n2-ss-slider .n2-ss-layer-content[data-verticalalign=space-around] {
      justify-content: space-around
    }

    .n2-ss-slider .n2-ss-layer-content[data-verticalalign=space-between] {
      justify-content: space-between
    }

    .n2-ss-slider .n2-ss-layer[data-sstype=col] {
      display: flex;
      flex-flow: column;
      order: 10;
      flex: 1 1 auto
    }

    .n2-ss-slider .n2-ss-layer[data-sstype=col][data-has-maxwidth="1"] {
      align-self: stretch
    }

    .n2-ss-slider .n2-ss-layer-col {
      box-sizing: border-box;
      position: relative;
      width: 100%;
      height: auto;
      flex: 1 1 auto
    }

    .n2-ss-slider .n2-ss-layer-col>.n2-ss-layer {
      flex: 0 0 auto
    }

    .n2-ss-slider .n2-ss-section-main-content.n2-ss-section-main-content-calc {
      min-height: 0;
      height: auto
    }

    .n2-ss-slider [data-csstextalign=left] {
      text-align: left
    }

    .n2-ss-slider [data-csstextalign=center] {
      text-align: center
    }

    .n2-ss-slider [data-csstextalign=right] {
      text-align: right
    }

    .n2-ss-slider .n2-ss-layer[data-has-maxwidth="1"][data-pm=normal] {
      width: 100%
    }

    .n2-ss-slider [data-csstextalign=left] [data-frontend-fullwidth="0"],
    .n2-ss-slider [data-csstextalign=left] [data-has-maxwidth="1"],
    .n2-ss-slider [data-csstextalign] [data-csstextalign]:not([data-csstextalign=center]):not([data-csstextalign=right]):not([data-csstextalign=inherit]) [data-frontend-fullwidth="0"],
    .n2-ss-slider [data-csstextalign] [data-csstextalign]:not([data-csstextalign=center]):not([data-csstextalign=right]):not([data-csstextalign=inherit]) [data-has-maxwidth="1"] {
      align-self: flex-start
    }

    .n2-ss-slider [data-csstextalign=center] [data-frontend-fullwidth="0"],
    .n2-ss-slider [data-csstextalign=center] [data-has-maxwidth="1"],
    .n2-ss-slider [data-csstextalign] [data-csstextalign]:not([data-csstextalign=left]):not([data-csstextalign=right]):not([data-csstextalign=inherit]) [data-frontend-fullwidth="0"],
    .n2-ss-slider [data-csstextalign] [data-csstextalign]:not([data-csstextalign=left]):not([data-csstextalign=right]):not([data-csstextalign=inherit]) [data-has-maxwidth="1"] {
      align-self: center
    }

    .n2-ss-slider [data-csstextalign=right] [data-frontend-fullwidth="0"],
    .n2-ss-slider [data-csstextalign=right] [data-has-maxwidth="1"],
    .n2-ss-slider [data-csstextalign] [data-csstextalign]:not([data-csstextalign=left]):not([data-csstextalign=center]):not([data-csstextalign=inherit]) [data-frontend-fullwidth="0"],
    .n2-ss-slider [data-csstextalign] [data-csstextalign]:not([data-csstextalign=left]):not([data-csstextalign=center]):not([data-csstextalign=inherit]) [data-has-maxwidth="1"] {
      align-self: flex-end
    }

    .n2-ss-slider .n2-ss-layer-content>[data-cssselfalign=left],
    .n2-ss-slider [data-frontend-fullwidth="0"][data-cssselfalign=left],
    .n2-ss-slider [data-has-maxwidth="1"][data-cssselfalign=left] {
      align-self: flex-start !important
    }

    .n2-ss-slider .n2-ss-layer-content>[data-cssselfalign=center],
    .n2-ss-slider [data-frontend-fullwidth="0"][data-cssselfalign=center],
    .n2-ss-slider [data-has-maxwidth="1"][data-cssselfalign=center] {
      align-self: center !important
    }

    .n2-ss-slider .n2-ss-layer-content>[data-cssselfalign=right],
    .n2-ss-slider [data-frontend-fullwidth="0"][data-cssselfalign=right],
    .n2-ss-slider [data-has-maxwidth="1"][data-cssselfalign=right] {
      align-self: flex-end !important
    }

    .n2-ss-slider .n2-ss-layer[data-has-maxwidth="1"][data-sstype=col] {
      align-self: stretch !important
    }

    .n2-ss-slider [data-frontend-fullwidth="1"][data-has-maxwidth="0"][data-cssselfalign] {
      align-self: initial !important
    }

    .n2-ss-slider .n2-ss-layer-inline {
      flex-direction: row;
      flex-wrap: wrap
    }

    .n2-ss-slider .n2-ss-img-wrapper,
    .n2-ss-slider .n2-ss-img-wrapper img {
      line-height: 0
    }

    .n2-ss-slider .n2-ss-layer-player,
    .n2-ss-slider .n2-ss-layer-player>* {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%
    }

    .n2-ss-slider .n2-ss-layer-player-cover img {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 48px;
      height: 48px;
      margin-left: -24px;
      margin-top: -24px
    }

    .n2-ss-slider .n2-ss-animated-heading-wrapper,
    .n2-ss-slider .n2-ss-animated-heading-wrapper *,
    .n2-ss-slider .n2-ss-highlighted-heading-wrapper,
    .n2-ss-slider .n2-ss-highlighted-heading-wrapper * {
      text-decoration: none !important
    }

    .n2-clear {
      clear: both
    }

    .elementor-sticky__spacer .n2-section-smartslider *,
    [data-force-hidden],
    [data-force-hidden] * {
      visibility: hidden !important
    }

    .n2-ss-reveal-clip,
    .n2-ss-reveal-clip>* {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%
    }

    .n2-ss-reveal-clip {
      pointer-events: none;
      visibility: hidden;
      z-index: 1000000;
      overflow: hidden
    }

    .n2-ss-reveal-clip>* {
      outline: 1px solid transparent
    }

    ss-p {
      display: block
    }

    .n2-ss-spinner-simple-white-container {
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -20px;
      background: #fff;
      width: 20px;
      height: 20px;
      padding: 10px;
      border-radius: 50%;
      z-index: 1000
    }

    .n2-ss-spinner-simple-white {
      outline: 1px solid rgba(0, 0, 0, 0);
      width: 100%;
      height: 100%
    }

    .n2-ss-spinner-simple-white:before {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 20px;
      height: 20px;
      margin-top: -11px;
      margin-left: -11px
    }

    .n2-ss-spinner-simple-white:not(:required):before {
      content: '';
      border-radius: 50%;
      border-top: 2px solid #333;
      border-right: 2px solid transparent;
      animation: n2SimpleWhite .6s linear infinite
    }

    @keyframes n2SimpleWhite {
      to {
        transform: rotate(360deg)
      }
    }

    .no-js img.lazyload {
      display: none
    }

    figure.wp-block-image img.lazyloading {
      min-width: 150px
    }

    .lazyload,
    .lazyloading {
      opacity: 0
    }

    .lazyloaded {
      opacity: 1;
      transition: opacity .4s;
      transition-delay: 0ms
    }

    body.custom-background {
      background-color: #f9f9f9
    }

    .site-container,
    .content-boxed,
    .site-boxed,
    .site-boxed .stick-header.stuck {
      max-width: 1262px
    }

    .woocommerce #container,
    .woocommerce-page #container,
    .content-area {
      width: 75%
    }

    .woocommerce .content-boxed #container,
    .woocommerce-page .content-boxed #container,
    .content-boxed .content-area {
      width: 80%
    }

    .widget-area {
      width: 20%
    }

    .site-top-border,
    #comments .form-submit #submit,
    .search-block .search-submit,
    .side-aligned-social a.social-icon,
    .no-results-btn,
    button,
    input[type=button],
    input[type=reset],
    input[type=submit],
    .widget-title-style-underline-short .widget-area .widget-title:after,
    .woocommerce ul.products li.product a.add_to_cart_button,
    .woocommerce-page ul.products li.product a.add_to_cart_button,
    .woocommerce ul.products li.product .onsale,
    .woocommerce-page ul.products li.product .onsale,
    .woocommerce button.button.alt,
    .woocommerce-page button.button.alt,
    .woocommerce input.button.alt:hover,
    .woocommerce-page #content input.button.alt:hover,
    .woocommerce .cart-collaterals .shipping_calculator .button,
    .woocommerce-page .cart-collaterals .shipping_calculator .button,
    .woocommerce a.button,
    .woocommerce-page a.button,
    .woocommerce input.button,
    .woocommerce-page #content input.button,
    .woocommerce-page input.button,
    .woocommerce #review_form #respond .form-submit input,
    .woocommerce-page #review_form #respond .form-submit input,
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
    .woocommerce button.button.alt.disabled,
    .woocommerce button.button.alt.disabled:hover,
    .single-product span.onsale,
    .main-navigation ul ul a:hover,
    .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.avant-nav-style-solid .current_page_item>a,
    .woocommerce .widget_price_filter .ui-slider .ui-slider-range,
    .woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
    .wpcf7-submit,
    .wp-paginate li a:hover,
    .wp-paginate li a:active,
    .wp-paginate li .current,
    .wp-paginate.wpp-modern-grey li a:hover,
    .wp-paginate.wpp-modern-grey li .current {
      background: inherit;
      background-color: #e94851
    }

    a,
    .content-area .entry-content a,
    #comments a,
    .post-edit-link,
    .site-title a,
    .error-404.not-found .page-header .page-title span,
    .search-button .fa-search,
    .header-cart-checkout.cart-has-items .fa-shopping-cart,
    .woocommerce ul.products li.product .price,
    .site-header-top-right .social-icon:hover,
    .site-footer-bottom-bar .social-icon:hover,
    .site-footer-bottom-bar ul li a:hover,
    a.privacy-policy-link:hover,
    .main-navigation.avant-nav-style-plain ul>li>a:hover,
    .main-navigation.avant-nav-style-plain ul>li.current-menu-item>a,
    .main-navigation.avant-nav-style-plain ul>li.current-menu-ancestor>a,
    .main-navigation.avant-nav-style-plain ul>li.current-menu-parent>a,
    .main-navigation.avant-nav-style-plain ul>li.current_page_parent>a,
    .main-navigation.avant-nav-style-plain ul>li.current_page_ancestor>a,
    .main-navigation.avant-nav-style-plain .current_page_item>a,
    .avant-header-nav ul li.focus>a,
    nav.main-navigation ul li.menu-item.focus>a {
      color: #e94851
    }

    .main-navigation.avant-nav-style-underlined ul>li>a:hover,
    .main-navigation.avant-nav-style-underlined ul>li.current-menu-item>a,
    .main-navigation.avant-nav-style-underlined ul>li.current-menu-ancestor>a,
    .main-navigation.avant-nav-style-underlined ul>li.current-menu-parent>a,
    .main-navigation.avant-nav-style-underlined ul>li.current_page_parent>a,
    .main-navigation.avant-nav-style-underlined ul>li.current_page_ancestor>a,
    .main-navigation.avant-nav-style-underlined .current_page_item>a {
      box-shadow: 0 -4px 0 #e94851 inset
    }

    .content-boxed {
      background-color: #fff
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a,
    .widget-area .widget-title,
    .main-navigation ul li a,
    .woocommerce table.cart th,
    .woocommerce-page #content table.cart th,
    .woocommerce-page table.cart th,
    .woocommerce input.button.alt,
    .woocommerce-page #content input.button.alt,
    .woocommerce table.cart input,
    .woocommerce-page #content table.cart input,
    .woocommerce-page table.cart input,
    button,
    input[type=button],
    input[type=reset],
    input[type=submit] {
      font-family: "Montserrat", "Helvetica Neue", sans-serif
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a,
    .widget-area .widget-title {
      color: #de7158
    }

    .main-navigation li a,
    .header-cart {
      font-size: 12px
    }

    .site-description {
      font-family: "Montserrat", "Helvetica Neue", sans-serif
    }

    .site-top-bar.site-header-layout-one .search-block,
    .site-header.site-header-layout-one .site-header-top,
    .site-header.site-header-layout-one .search-block,
    .site-header.site-header-layout-one .main-navigation ul ul,
    .site-header.site-header-layout-two,
    .site-header.site-header-layout-two .site-header-top,
    .site-header.site-header-layout-two .main-navigation ul ul,
    .site-header.site-header-layout-four,
    .site-header.site-header-layout-four .main-navigation ul ul,
    .site-header.site-header-layout-four .stick-header.stuck,
    .site-header.site-header-layout-five,
    .site-header.site-header-layout-five .main-navigation ul ul,
    .site-header.site-header-layout-five .stick-header.stuck,
    .site-header.site-header-layout-three,
    .site-header.site-header-layout-three .site-header-top,
    .site-header.site-header-layout-three .main-navigation ul ul,
    .site-header-side-container-inner,
    .site-top-bar.site-header-layout-six,
    .site-header.site-header-layout-six,
    .site-header.site-header-layout-six .main-navigation ul ul,
    .site-header-side-container .search-block {
      background-color: #fff
    }

    .site-header.site-header-layout-seven,
    .site-header.site-header-layout-seven .main-navigation ul ul,
    .site-header.site-header-layout-seven .stick-header.stuck {
      background-color: rgba(255, 255, 255, .3)
    }

    .site-header-top,
    .site-header-social,
    .site-header-search,
    .site-header-layout-one .header-cart,
    .site-header-layout-six .header-cart,
    .main-navigation ul li a,
    .site-header-top .social-icon,
    .site-header.site-header-layout-six .site-top-bar-right-extra-txt {
      color: #6e6f71
    }

    .site-top-bar.site-header-layout-one,
    .site-top-bar.site-header-layout-one .site-top-bar-left,
    .site-top-bar.site-header-layout-one .site-top-bar-right,
    .site-top-bar.site-header-layout-one .avant-header-nav ul ul,
    .site-top-bar.site-header-layout-two,
    .site-top-bar.site-header-layout-two .site-top-bar-left,
    .site-top-bar.site-header-layout-two .site-top-bar-right,
    .site-top-bar.site-header-layout-two .avant-header-nav ul ul,
    .site-top-bar.site-header-layout-two .search-block,
    .site-top-bar.site-header-layout-three,
    .site-top-bar.site-header-layout-three .site-top-bar-left,
    .site-top-bar.site-header-layout-three .site-top-bar-right,
    .site-top-bar.site-header-layout-three .avant-header-nav ul ul,
    .site-top-bar.site-header-layout-three .search-block,
    .site-top-bar.site-header-layout-four,
    .site-top-bar.site-header-layout-four .site-top-bar-left,
    .site-top-bar.site-header-layout-four .site-top-bar-right,
    .site-top-bar.site-header-layout-four .avant-header-nav ul ul,
    .site-top-bar.site-header-layout-four .search-block,
    .site-top-bar.site-header-layout-five,
    .site-top-bar.site-header-layout-five .site-top-bar-left,
    .site-top-bar.site-header-layout-five .site-top-bar-right,
    .site-top-bar.site-header-layout-five .avant-header-nav ul ul,
    .site-top-bar.site-header-layout-five .search-block,
    .site-top-bar.site-header-layout-six,
    .site-top-bar.site-header-layout-six .avant-header-nav ul ul,
    .site-top-bar.site-header-layout-seven,
    .site-top-bar.site-header-layout-seven .site-top-bar-left,
    .site-top-bar.site-header-layout-seven .site-top-bar-right,
    .site-top-bar.site-header-layout-seven .search-block {
      background-color: #fff
    }

    .site-top-bar {
      color: #6e6f71
    }

    .header-cart .site-header-cart {
      background-color: #fff
    }

    .header-cart .site-header-cart,
    .header-cart .site-header-cart ul.cart_list li a,
    .header-cart .site-header-cart ul.product_list_widget li a,
    .header-cart .site-header-cart .widget_shopping_cart .total {
      color: #aaa
    }

    .site-header.site-header-layout-two .site-header-top,
    .site-header.site-header-layout-two .main-navigation ul ul,
    .site-header.site-header-layout-three .site-header-top,
    .site-header.site-header-layout-three .main-navigation ul ul,
    .site-header.site-header-layout-six .site-header-top,
    .site-header.site-header-layout-six .main-navigation ul ul {
      background-color: #fff
    }

    .site-header.site-header-layout-two .site-header-top,
    .site-header.site-header-layout-two .main-navigation ul li a,
    .site-header.site-header-layout-three .site-header-top,
    .site-header.site-header-layout-three .main-navigation ul li a,
    .site-header.site-header-layout-six .site-header-top,
    .site-header.site-header-layout-six .main-navigation ul li a,
    .site-header-layout-six .header-cart {
      color: #6e6f71
    }

    .site-header.site-header-layout-one .main-navigation ul ul,
    .site-header.site-header-layout-two .main-navigation ul ul,
    .site-header.site-header-layout-three .main-navigation ul ul,
    .site-header.site-header-layout-four .main-navigation ul ul,
    .site-header.site-header-layout-five .main-navigation ul ul,
    .site-header.site-header-layout-six .main-navigation ul ul {
      background-color: #fff
    }

    .site-header.site-header-layout-seven .main-navigation ul ul {
      background-color: rgba(255, 255, 255, .3)
    }

    .site-header.site-header-layout-one .main-navigation ul ul li a,
    .site-header.site-header-layout-two .main-navigation ul ul li a,
    .site-header.site-header-layout-three .main-navigation ul ul li a,
    .site-header.site-header-layout-four .main-navigation ul ul li a,
    .site-header.site-header-layout-five .main-navigation ul ul li a,
    .site-header.site-header-layout-six .main-navigation ul ul li a,
    .site-header.site-header-layout-seven .main-navigation ul ul li a {
      color: #6e6f71
    }

    .main-navigation.avant-nav-style-solid ul>li>a:hover,
    .main-navigation.avant-nav-style-solid ul>li.current-menu-item>a,
    .main-navigation.avant-nav-style-solid ul>li.current-menu-ancestor>a,
    .main-navigation.avant-nav-style-solid ul>li.current-menu-parent>a,
    .main-navigation.avant-nav-style-solid ul>li.current_page_parent>a,
    .main-navigation.avant-nav-style-solid ul>li.current_page_ancestor>a,
    .main-navigation.avant-nav-style-solid .current_page_item>a,
    .main-navigation ul ul a:hover,
    .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 {
      background-color: #e94851
    }

    .header-cart-checkout.cart-has-items .fa-shopping-cart,
    .main-navigation.avant-nav-style-plain ul>li>a:hover,
    .main-navigation.avant-nav-style-plain ul>li.current-menu-item>a,
    .main-navigation.avant-nav-style-plain ul>li.current-menu-ancestor>a,
    .main-navigation.avant-nav-style-plain ul>li.current-menu-parent>a,
    .main-navigation.avant-nav-style-plain ul>li.current_page_parent>a,
    .main-navigation.avant-nav-style-plain ul>li.current_page_ancestor>a,
    .main-navigation.avant-nav-style-plain .current_page_item>a {
      color: #e94851
    }

    .site-footer-standard,
    .site-footer.site-footer-social,
    .site-footer.site-footer-custom {
      background-color: #2d313e
    }

    .site-footer {
      color: #eaeaea
    }

    .site-footer .widgettitle,
    .site-footer .widget-title {
      color: #aaa;
      border-bottom: 1px dotted #aaa
    }

    .site-footer-bottom-bar {
      background-color: #fff;
      color: #0a0a0a
    }

    .woocommerce #container,
    .woocommerce-page #container,
    .content-area,
    .widget-area,
    .blog-break-blocks article.hentry,
    .widget-area.sidebar-break-blocks .widget,
    .blog-break-blocks .blog-blocks-wrap article.blog-blocks-layout .blog-blocks-content,
    .blog-break-blocks .blog-post-blocks-inner.blog-post-shape-round {
      background-color: #fff
    }

    .site-main>.entry-header h2,
    .woocommerce-products-header h1,
    .single .entry-title {
      color: #de7158
    }

    .woocommerce ul.products li.product h3,
    .woocommerce-page ul.products li.product h3,
    .woocommerce ul.products li.product .woocommerce-loop-category__title,
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
      font-size: 16px;
      color: #de7158
    }

    .woocommerce div.product div.summary {
      width: 48%
    }

    .woocommerce div.product div.images {
      width: 48%
    }

    @media (max-width:980px) {

      .main-navigation li a,
      a.header-cart-contents {
        color: #c5c5c5 !important
      }

      .main-navigation ul li a:hover {
        color: #fff !important
      }
    }

    @media (max-width:580px) {

      .woocommerce ul.products,
      .woocommerce-page ul.products {
        margin: 0 0 10px !important
      }

      .woocommerce ul.products li.product,
      .woocommerce-page ul.products li.product {
        width: 100% !important;
        margin: 0 0 24px !important
      }
    }

    .woocommerce #primary .images img {
      width: auto
    }

    div#n2-ss-2 {
      width: 1400px;
      float: left;
      margin: 0
    }

    html[dir=rtl] div#n2-ss-2 {
      float: right
    }

    div#n2-ss-2 .n2-ss-slider-1 {
      position: relative;
      padding-top: 0;
      padding-right: 0;
      padding-bottom: 0;
      padding-left: 0;
      height: 600px;
      border-style: solid;
      border-width: 0;
      border-color: #3e3e3e;
      border-color: rgba(62, 62, 62, 1);
      border-radius: 0;
      background-clip: padding-box;
      background-repeat: repeat;
      background-position: 50% 50%;
      background-size: cover;
      background-attachment: scroll
    }

    div#n2-ss-2 .n2-ss-slider-background-video-container {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: hidden
    }

    div#n2-ss-2 .n2-ss-slider-2 {
      position: relative;
      width: 100%;
      height: 100%
    }

    .x-firefox div#n2-ss-2 .n2-ss-slider-2 {
      opacity: .99999
    }

    div#n2-ss-2 .n2-ss-slider-3 {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
      outline: 1px solid rgba(0, 0, 0, 0);
      z-index: 10
    }

    div#n2-ss-2 .n2-ss-slide-backgrounds,
    div#n2-ss-2 .n2-ss-slider-3>.n-particles-js-canvas-el,
    div#n2-ss-2 .n2-ss-slider-3>.n2-ss-divider {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%
    }

    div#n2-ss-2 .n2-ss-slide-backgrounds {
      z-index: 10
    }

    div#n2-ss-2 .n2-ss-slider-3>.n-particles-js-canvas-el {
      z-index: 12
    }

    div#n2-ss-2 .n2-ss-slide-backgrounds>* {
      overflow: hidden
    }

    div#n2-ss-2 .n2-ss-slide {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 20;
      display: block;
      -webkit-backface-visibility: hidden
    }

    div#n2-ss-2 .n2-ss-layers-container {
      position: relative;
      width: 1400px;
      height: 600px
    }

    div#n2-ss-2 .n2-ss-parallax-clip>.n2-ss-layers-container {
      position: absolute;
      right: 0
    }

    div#n2-ss-2 .n2-ss-slide {
      perspective: 1500px
    }

    div#n2-ss-2[data-ie] .n2-ss-slide {
      perspective: none;
      transform: perspective(1500px)
    }

    div#n2-ss-2 .n2-ss-slide-active {
      z-index: 21
    }

    div#n2-ss-2 .n2-ss-button-container,
    div#n2-ss-2 .n2-ss-button-container a {
      display: inline-block
    }

    div#n2-ss-2 .n2-ss-button-container.n2-ss-fullwidth,
    div#n2-ss-2 .n2-ss-button-container.n2-ss-fullwidth a {
      display: block
    }

    div#n2-ss-2 .n2-ss-button-container.n2-ss-nowrap {
      white-space: nowrap
    }

    div#n2-ss-2 .n2-ss-button-container a div {
      display: inline;
      font-size: inherit;
      text-decoration: inherit;
      color: inherit;
      line-height: inherit;
      font-family: inherit;
      font-weight: inherit
    }

    div#n2-ss-2 .n2-ss-button-container a>div {
      display: inline-flex;
      align-items: center;
      vertical-align: top
    }

    div#n2-ss-2 .n2-ss-button-container span {
      font-size: 100%;
      vertical-align: baseline
    }

    div#n2-ss-2 .n2-ss-button-container a[data-iconplacement=left] span {
      margin-right: .3em
    }

    div#n2-ss-2 .n2-ss-button-container a[data-iconplacement=right] span {
      margin-left: .3em
    }

    div#n2-ss-2 .n2-ss-control-bullet {
      visibility: hidden;
      text-align: center;
      justify-content: center
    }

    div#n2-ss-2 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize {
      width: 100%
    }

    div#n2-ss-2 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize {
      height: 100%;
      flex-flow: column
    }

    div#n2-ss-2 .nextend-bullet-bar {
      display: inline-flex;
      visibility: visible;
      align-items: center;
      flex-wrap: wrap
    }

    div#n2-ss-2 .n2-bar-justify-content-left {
      justify-content: flex-start
    }

    div#n2-ss-2 .n2-bar-justify-content-center {
      justify-content: center
    }

    div#n2-ss-2 .n2-bar-justify-content-right {
      justify-content: flex-end
    }

    div#n2-ss-2 .n2-ss-control-bullet-vertical>.nextend-bullet-bar {
      flex-flow: column
    }

    div#n2-ss-2 .n2-ss-control-bullet-fullsize>.nextend-bullet-bar {
      display: flex
    }

    div#n2-ss-2 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize>.nextend-bullet-bar {
      flex: 1 1 auto
    }

    div#n2-ss-2 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize>.nextend-bullet-bar {
      height: 100%
    }

    div#n2-ss-2 .nextend-bullet-bar .n2-bullet {
      cursor: pointer;
      transition: background-color .4s
    }

    div#n2-ss-2 .nextend-bullet-bar .n2-bullet.n2-active {
      cursor: default
    }

    div#n2-ss-2 div.n2-ss-bullet-thumbnail-container {
      position: absolute;
      opacity: 0;
      z-index: 10000000
    }

    div#n2-ss-2 .n2-ss-bullet-thumbnail-container .n2-ss-bullet-thumbnail {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center
    }

    div#n2-ss-2 .n2-font-2b598ed7cf8e9936338ce468ba1b5313-paragraph {
      font-family: 'Montserrat';
      color: #e94851;
      font-size: 100%;
      text-shadow: none;
      line-height: 1.5;
      font-weight: 400;
      font-style: normal;
      text-decoration: none;
      text-align: left;
      letter-spacing: normal;
      word-spacing: normal;
      text-transform: uppercase;
      font-weight: 600
    }

    div#n2-ss-2 .n2-font-2b598ed7cf8e9936338ce468ba1b5313-paragraph a,
    div#n2-ss-2 .n2-font-2b598ed7cf8e9936338ce468ba1b5313-paragraph a:focus {
      font-family: 'Montserrat';
      color: #16b7cc;
      font-size: 100%;
      text-shadow: none;
      line-height: 1.5;
      font-weight: 400;
      font-style: normal;
      text-decoration: none;
      text-align: left;
      letter-spacing: normal;
      word-spacing: normal;
      text-transform: uppercase;
      font-weight: 600
    }

    div#n2-ss-2 .n2-font-2b598ed7cf8e9936338ce468ba1b5313-paragraph a:hover,
    div#n2-ss-2 .n2-font-2b598ed7cf8e9936338ce468ba1b5313-paragraph a:active {
      font-family: 'Montserrat';
      color: #16b7cc;
      font-size: 100%;
      text-shadow: none;
      line-height: 1.5;
      font-weight: 400;
      font-style: normal;
      text-decoration: none;
      text-align: left;
      letter-spacing: normal;
      word-spacing: normal;
      text-transform: uppercase;
      font-weight: 600
    }

    div#n2-ss-2 .n2-style-8e3db69c175952d279937ec234122d22-heading {
      background: #000;
      background: rgba(0, 0, 0, 0);
      opacity: 1;
      padding: 0;
      box-shadow: none;
      border-width: 0;
      border-style: solid;
      border-color: #000;
      border-color: rgba(0, 0, 0, 1);
      border-radius: 10px
    }

    div#n2-ss-2 .n-uc-n15ovh9h0vXT-inner {
      transition: all .3s;
      transition-property: border, background-image, background-color, border-radius, box-shadow;
      background: rgba(255, 255, 255, 1);
      box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .22)
    }

    div#n2-ss-2 .n2-font-c4c9fbc4fcc816d28d99845784482ab0-hover {
      font-family: 'Noto Serif';
      color: #1a1a1a;
      font-size: 225%;
      text-shadow: none;
      line-height: 1.3;
      font-weight: 400;
      font-style: italic;
      text-decoration: none;
      text-align: left;
      letter-spacing: normal;
      word-spacing: normal;
      text-transform: none;
      font-weight: 400
    }

    div#n2-ss-2 .n2-font-9e3d0a5446c9a784c49b49ed0a6aa1d2-paragraph {
      font-family: 'Montserrat';
      color: #000;
      font-size: 87.5%;
      text-shadow: none;
      line-height: 1.5;
      font-weight: 400;
      font-style: normal;
      text-decoration: none;
      text-align: left;
      letter-spacing: normal;
      word-spacing: normal;
      text-transform: none;
      font-weight: 500
    }

    div#n2-ss-2 .n2-font-9e3d0a5446c9a784c49b49ed0a6aa1d2-paragraph a,
    div#n2-ss-2 .n2-font-9e3d0a5446c9a784c49b49ed0a6aa1d2-paragraph a:focus {
      font-family: 'Montserrat';
      color: #16b7cc;
      font-size: 100%;
      text-shadow: none;
      line-height: 1.5;
      font-weight: 400;
      font-style: normal;
      text-decoration: none;
      text-align: left;
      letter-spacing: normal;
      word-spacing: normal;
      text-transform: none;
      font-weight: 500
    }

    div#n2-ss-2 .n2-font-9e3d0a5446c9a784c49b49ed0a6aa1d2-paragraph a:hover,
    div#n2-ss-2 .n2-font-9e3d0a5446c9a784c49b49ed0a6aa1d2-paragraph a:active {
      font-family: 'Montserrat';
      color: #16b7cc;
      font-size: 100%;
      text-shadow: none;
      line-height: 1.5;
      font-weight: 400;
      font-style: normal;
      text-decoration: none;
      text-align: left;
      letter-spacing: normal;
      word-spacing: normal;
      text-transform: none;
      font-weight: 500
    }

    div#n2-ss-2 .n2-font-f14674c1ad5e2a563e2462c1c0a70505-paragraph {
      font-family: 'Montserrat';
      color: #000;
      font-size: 75%;
      text-shadow: none;
      line-height: 1.8;
      font-weight: 400;
      font-style: normal;
      text-decoration: none;
      text-align: justify;
      letter-spacing: normal;
      word-spacing: normal;
      text-transform: none;
      font-weight: 300
    }

    div#n2-ss-2 .n2-font-f14674c1ad5e2a563e2462c1c0a70505-paragraph a,
    div#n2-ss-2 .n2-font-f14674c1ad5e2a563e2462c1c0a70505-paragraph a:focus {
      font-family: 'Montserrat';
      color: #16b7cc;
      font-size: 100%;
      text-shadow: none;
      line-height: 1.8;
      font-weight: 400;
      font-style: normal;
      text-decoration: none;
      text-align: justify;
      letter-spacing: normal;
      word-spacing: normal;
      text-transform: none;
      font-weight: 300
    }

    div#n2-ss-2 .n2-font-f14674c1ad5e2a563e2462c1c0a70505-paragraph a:hover,
    div#n2-ss-2 .n2-font-f14674c1ad5e2a563e2462c1c0a70505-paragraph a:active {
      font-family: 'Montserrat';
      color: #16b7cc;
      font-size: 100%;
      text-shadow: none;
      line-height: 1.8;
      font-weight: 400;
      font-style: normal;
      text-decoration: none;
      text-align: justify;
      letter-spacing: normal;
      word-spacing: normal;
      text-transform: none;
      font-weight: 300
    }

    div#n2-ss-2 .n2-font-9f0fcf55c69a77b5acb86f89e870b90d-link a {
      font-family: 'Montserrat';
      color: #fff;
      font-size: 87.5%;
      text-shadow: 1px 1px 0px rgba(0, 0, 0, .17);
      line-height: 1.5;
      font-weight: 400;
      font-style: normal;
      text-decoration: none;
      text-align: center;
      letter-spacing: 1px;
      word-spacing: normal;
      text-transform: uppercase;
      font-weight: 700
    }

    div#n2-ss-2 .n2-style-ff77fd23c6f8f0132577c50791fa843f-heading {
      background: #e94851;
      opacity: 1;
      padding: 10px 30px;
      box-shadow: none;
      border-width: 0;
      border-style: solid;
      border-color: #000;
      border-color: rgba(0, 0, 0, 1);
      border-radius: 10px
    }

    div#n2-ss-2 .n2-style-ff77fd23c6f8f0132577c50791fa843f-heading:hover,
    div#n2-ss-2 .n2-style-ff77fd23c6f8f0132577c50791fa843f-heading:active,
    div#n2-ss-2 .n2-style-ff77fd23c6f8f0132577c50791fa843f-heading:focus {
      background: #f27f6f;
      border-radius: 10px;
      padding: 10px 30px
    }

    div#n2-ss-2 .n2-font-1d85af3cdc9a9f220364bc55b89d3d8b-paragraph {
      font-family: 'Montserrat';
      color: #e94851;
      font-size: 100%;
      text-shadow: none;
      line-height: 1.5;
      font-weight: 400;
      font-style: normal;
      text-decoration: none;
      text-align: left;
      letter-spacing: normal;
      word-spacing: normal;
      text-transform: uppercase;
      font-weight: 600
    }

    div#n2-ss-2 .n2-font-1d85af3cdc9a9f220364bc55b89d3d8b-paragraph a,
    div#n2-ss-2 .n2-font-1d85af3cdc9a9f220364bc55b89d3d8b-paragraph a:focus {
      font-family: 'Montserrat';
      color: #16b7cc;
      font-size: 100%;
      text-shadow: none;
      line-height: 1.5;
      font-weight: 400;
      font-style: normal;
      text-decoration: none;
      text-align: left;
      letter-spacing: normal;
      word-spacing: normal;
      text-transform: uppercase;
      font-weight: 600
    }

    div#n2-ss-2 .n2-font-1d85af3cdc9a9f220364bc55b89d3d8b-paragraph a:hover,
    div#n2-ss-2 .n2-font-1d85af3cdc9a9f220364bc55b89d3d8b-paragraph a:active {
      font-family: 'Montserrat';
      color: #16b7cc;
      font-size: 100%;
      text-shadow: none;
      line-height: 1.5;
      font-weight: 400;
      font-style: normal;
      text-decoration: none;
      text-align: left;
      letter-spacing: normal;
      word-spacing: normal;
      text-transform: uppercase;
      font-weight: 600
    }

    div#n2-ss-2 .n-uc-QhGYYge9xgGW-inner {
      transition: all .3s;
      transition-property: border, background-image, background-color, border-radius, box-shadow;
      background: rgba(255, 255, 255, 1);
      box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .22)
    }

    div#n2-ss-2 .n-uc-mG2k8HLSPV4a-inner {
      transition: all .3s;
      transition-property: border, background-image, background-color, border-radius, box-shadow;
      background: rgba(255, 255, 255, 1);
      box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .22)
    }

    div#n2-ss-2 .n2-style-baa04cd04273fadf4ea889daeb8427df-dot {
      background: #000;
      background: rgba(0, 0, 0, .57);
      opacity: 1;
      padding: 5px;
      box-shadow: none;
      border-width: 0;
      border-style: solid;
      border-color: #000;
      border-color: rgba(0, 0, 0, 1);
      border-radius: 50px;
      margin: 6px 5px
    }

    div#n2-ss-2 .n2-style-baa04cd04273fadf4ea889daeb8427df-dot.n2-active,
    div#n2-ss-2 .n2-style-baa04cd04273fadf4ea889daeb8427df-dot:hover,
    div#n2-ss-2 .n2-style-baa04cd04273fadf4ea889daeb8427df-dot:focus {
      background: #e94851;
      padding: 5px;
      border-width: 0;
      border-style: none;
      border-color: #000;
      border-color: rgba(0, 0, 0, 1)
    }

    div#n2-ss-2 .n2-style-36831c43870174f2d183484d8fa1f06e-simple {
      background: #000;
      background: rgba(0, 0, 0, 0);
      opacity: 1;
      padding: 0 20px;
      box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0);
      border-width: 0;
      border-style: none;
      border-color: #000;
      border-color: rgba(0, 0, 0, 1);
      border-radius: 99px
    }

    #cookieChoiceInfo {
      background-color: #000;
      color: #fff;
      left: 0;
      margin: 0;
      padding: 4px;
      position: fixed;
      text-align: left;
      bottom: 0;
      width: 100%;
      z-index: 9999
    }

    .contentStyle {
      max-width: 980px;
      margin-right: auto;
      margin-left: auto;
      padding: 15px
    }

    .italybtn {
      color: #fff;
      padding: 3px 7px;
      font-size: 14px;
      line-height: 14px;
      text-decoration: none;
      text-transform: uppercase;
      margin: 10px 20px 2px 0;
      letter-spacing: .115em;
      display: inline-block;
      font-weight: 400;
      text-align: center;
      vertical-align: middle;
      cursor: pointer;
      border: 1px solid #fff;
      background: rgba(255, 255, 255, .03)
    }

    .consentText {
      display: block
    }
  