@import url(https://fonts.googleapis.com/css2?family=Barlow:wght@400;600;700;900&display=swap);@charset "UTF-8";
/* Third Party Payload
================================================ */
/*!
 * Bootstrap Grid v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1025px) {
  .container {
    max-width: 960px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 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 {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.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);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  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);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  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(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.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: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.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: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.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: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.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 bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@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: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  animation-duration: 0.75s;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@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;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    animation: unset !important;
    transition: none !important;
  }
}
/**
 * Swiper 8.1.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 20, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/*!
 * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

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

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

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

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

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

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

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

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

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

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

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

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

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

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

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

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

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

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

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

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

.fa-1::before {
  content: "1 ";
}

.fa-2::before {
  content: "2 ";
}

.fa-3::before {
  content: "3 ";
}

.fa-4::before {
  content: "4 ";
}

.fa-5::before {
  content: "5 ";
}

.fa-6::before {
  content: "6 ";
}

.fa-7::before {
  content: "7 ";
}

.fa-8::before {
  content: "8 ";
}

.fa-9::before {
  content: "9 ";
}

.fa-a::before {
  content: "A";
}

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

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

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

.fa-contact-card::before {
  content: "\F2BB";
}

.fa-vcard::before {
  content: "\F2BB";
}

.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-anchor::before {
  content: "\F13D";
}

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

.fa-anchor-circle-exclamation::before {
  content: "\E4AB";
}

.fa-anchor-circle-xmark::before {
  content: "\E4AC";
}

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

.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-angles-down::before {
  content: "\F103";
}

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

.fa-angles-left::before {
  content: "\F100";
}

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

.fa-angles-right::before {
  content: "\F101";
}

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

.fa-angles-up::before {
  content: "\F102";
}

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

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

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

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

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

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

.fa-arrow-down-1-9::before {
  content: "\F162";
}

.fa-sort-numeric-asc::before {
  content: "\F162";
}

.fa-sort-numeric-down::before {
  content: "\F162";
}

.fa-arrow-down-9-1::before {
  content: "\F886";
}

.fa-sort-numeric-desc::before {
  content: "\F886";
}

.fa-sort-numeric-down-alt::before {
  content: "\F886";
}

.fa-arrow-down-a-z::before {
  content: "\F15D";
}

.fa-sort-alpha-asc::before {
  content: "\F15D";
}

.fa-sort-alpha-down::before {
  content: "\F15D";
}

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

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

.fa-arrow-down-short-wide::before {
  content: "\F884";
}

.fa-sort-amount-desc::before {
  content: "\F884";
}

.fa-sort-amount-down-alt::before {
  content: "\F884";
}

.fa-arrow-down-up-across-line::before {
  content: "\E4AF";
}

.fa-arrow-down-up-lock::before {
  content: "\E4B0";
}

.fa-arrow-down-wide-short::before {
  content: "\F160";
}

.fa-sort-amount-asc::before {
  content: "\F160";
}

.fa-sort-amount-down::before {
  content: "\F160";
}

.fa-arrow-down-z-a::before {
  content: "\F881";
}

.fa-sort-alpha-desc::before {
  content: "\F881";
}

.fa-sort-alpha-down-alt::before {
  content: "\F881";
}

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

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

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

.fa-arrow-pointer::before {
  content: "\F245";
}

.fa-mouse-pointer::before {
  content: "\F245";
}

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

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

.fa-exchange::before {
  content: "\F0EC";
}

.fa-arrow-right-from-bracket::before {
  content: "\F08B";
}

.fa-sign-out::before {
  content: "\F08B";
}

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

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

.fa-arrow-right-to-bracket::before {
  content: "\F090";
}

.fa-sign-in::before {
  content: "\F090";
}

.fa-arrow-right-to-city::before {
  content: "\E4B3";
}

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

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

.fa-arrow-rotate-back::before {
  content: "\F0E2";
}

.fa-arrow-rotate-backward::before {
  content: "\F0E2";
}

.fa-undo::before {
  content: "\F0E2";
}

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

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

.fa-arrow-rotate-forward::before {
  content: "\F01E";
}

.fa-redo::before {
  content: "\F01E";
}

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

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

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

.fa-level-down::before {
  content: "\F149";
}

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

.fa-level-up::before {
  content: "\F148";
}

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

.fa-arrow-up-1-9::before {
  content: "\F163";
}

.fa-sort-numeric-up::before {
  content: "\F163";
}

.fa-arrow-up-9-1::before {
  content: "\F887";
}

.fa-sort-numeric-up-alt::before {
  content: "\F887";
}

.fa-arrow-up-a-z::before {
  content: "\F15E";
}

.fa-sort-alpha-up::before {
  content: "\F15E";
}

.fa-arrow-up-from-bracket::before {
  content: "\E09A";
}

.fa-arrow-up-from-ground-water::before {
  content: "\E4B5";
}

.fa-arrow-up-from-water-pump::before {
  content: "\E4B6";
}

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

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

.fa-arrow-up-right-dots::before {
  content: "\E4B7";
}

.fa-arrow-up-right-from-square::before {
  content: "\F08E";
}

.fa-external-link::before {
  content: "\F08E";
}

.fa-arrow-up-short-wide::before {
  content: "\F885";
}

.fa-sort-amount-up-alt::before {
  content: "\F885";
}

.fa-arrow-up-wide-short::before {
  content: "\F161";
}

.fa-sort-amount-up::before {
  content: "\F161";
}

.fa-arrow-up-z-a::before {
  content: "\F882";
}

.fa-sort-alpha-up-alt::before {
  content: "\F882";
}

.fa-arrows-down-to-line::before {
  content: "\E4B8";
}

.fa-arrows-down-to-people::before {
  content: "\E4B9";
}

.fa-arrows-left-right::before {
  content: "\F07E";
}

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

.fa-arrows-left-right-to-line::before {
  content: "\E4BA";
}

.fa-arrows-rotate::before {
  content: "\F021";
}

.fa-refresh::before {
  content: "\F021";
}

.fa-sync::before {
  content: "\F021";
}

.fa-arrows-spin::before {
  content: "\E4BB";
}

.fa-arrows-split-up-and-left::before {
  content: "\E4BC";
}

.fa-arrows-to-circle::before {
  content: "\E4BD";
}

.fa-arrows-to-dot::before {
  content: "\E4BE";
}

.fa-arrows-to-eye::before {
  content: "\E4BF";
}

.fa-arrows-turn-right::before {
  content: "\E4C0";
}

.fa-arrows-turn-to-dots::before {
  content: "\E4C1";
}

.fa-arrows-up-down::before {
  content: "\F07D";
}

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

.fa-arrows-up-down-left-right::before {
  content: "\F047";
}

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

.fa-arrows-up-to-line::before {
  content: "\E4C2";
}

.fa-asterisk::before {
  content: "*";
}

.fa-at::before {
  content: "@";
}

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

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

.fa-austral-sign::before {
  content: "\E0A9";
}

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

.fa-b::before {
  content: "B";
}

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

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

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

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

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

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

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

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

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

.fa-bacteria::before {
  content: "\E059";
}

.fa-bacterium::before {
  content: "\E05A";
}

.fa-bag-shopping::before {
  content: "\F290";
}

.fa-shopping-bag::before {
  content: "\F290";
}

.fa-bahai::before {
  content: "\F666";
}

.fa-baht-sign::before {
  content: "\E0AC";
}

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

.fa-cancel::before {
  content: "\F05E";
}

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

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

.fa-bandage::before {
  content: "\F462";
}

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

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

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

.fa-navicon::before {
  content: "\F0C9";
}

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

.fa-tasks-alt::before {
  content: "\F828";
}

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

.fa-reorder::before {
  content: "\F550";
}

.fa-stream::before {
  content: "\F550";
}

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

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

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

.fa-basket-shopping::before {
  content: "\F291";
}

.fa-shopping-basket::before {
  content: "\F291";
}

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

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

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

.fa-bathtub::before {
  content: "\F2CD";
}

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

.fa-battery-0::before {
  content: "\F244";
}

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

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

.fa-battery-5::before {
  content: "\F240";
}

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

.fa-battery-3::before {
  content: "\F242";
}

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

.fa-battery-2::before {
  content: "\F243";
}

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

.fa-battery-4::before {
  content: "\F241";
}

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

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

.fa-procedures::before {
  content: "\F487";
}

.fa-beer-mug-empty::before {
  content: "\F0FC";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-zap::before {
  content: "\F0E7";
}

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

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

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

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

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

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

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

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

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

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

.fa-book-journal-whills::before {
  content: "\F66A";
}

.fa-journal-whills::before {
  content: "\F66A";
}

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

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

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

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

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

.fa-quran::before {
  content: "\F687";
}

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

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

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

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

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

.fa-border-top-left::before {
  content: "\F853";
}

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

.fa-bore-hole::before {
  content: "\E4C3";
}

.fa-bottle-droplet::before {
  content: "\E4C4";
}

.fa-bottle-water::before {
  content: "\E4C5";
}

.fa-bowl-food::before {
  content: "\E4C6";
}

.fa-bowl-rice::before {
  content: "\E2EB";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-brazilian-real-sign::before {
  content: "\E46C";
}

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

.fa-bridge::before {
  content: "\E4C8";
}

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

.fa-bridge-circle-exclamation::before {
  content: "\E4CA";
}

.fa-bridge-circle-xmark::before {
  content: "\E4CB";
}

.fa-bridge-lock::before {
  content: "\E4CC";
}

.fa-bridge-water::before {
  content: "\E4CE";
}

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

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

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

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

.fa-quidditch::before {
  content: "\F458";
}

.fa-quidditch-broom-ball::before {
  content: "\F458";
}

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

.fa-bucket::before {
  content: "\E4CF";
}

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

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

.fa-bugs::before {
  content: "\E4D0";
}

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

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

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

.fa-building-circle-exclamation::before {
  content: "\E4D3";
}

.fa-building-circle-xmark::before {
  content: "\E4D4";
}

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

.fa-bank::before {
  content: "\F19C";
}

.fa-institution::before {
  content: "\F19C";
}

.fa-museum::before {
  content: "\F19C";
}

.fa-university::before {
  content: "\F19C";
}

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

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

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

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

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

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

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

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

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

.fa-burger::before {
  content: "\F805";
}

.fa-hamburger::before {
  content: "\F805";
}

.fa-burst::before {
  content: "\E4DC";
}

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

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

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

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

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

.fa-c::before {
  content: "C";
}

.fa-cake-candles::before {
  content: "\F1FD";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-automobile::before {
  content: "\F1B9";
}

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

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

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

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

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

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

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

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

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

.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-up::before {
  content: "\F0D8";
}

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

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

.fa-cart-flatbed::before {
  content: "\F474";
}

.fa-dolly-flatbed::before {
  content: "\F474";
}

.fa-cart-flatbed-suitcase::before {
  content: "\F59D";
}

.fa-luggage-cart::before {
  content: "\F59D";
}

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

.fa-cart-shopping::before {
  content: "\F07A";
}

.fa-shopping-cart::before {
  content: "\F07A";
}

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

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

.fa-cedi-sign::before {
  content: "\E0DF";
}

.fa-cent-sign::before {
  content: "\E3F5";
}

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

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

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

.fa-blackboard::before {
  content: "\F51B";
}

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

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

.fa-champagne-glasses::before {
  content: "\F79F";
}

.fa-glass-cheers::before {
  content: "\F79F";
}

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

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

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

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

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

.fa-chart-column::before {
  content: "\E0E3";
}

.fa-chart-gantt::before {
  content: "\E0E4";
}

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

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

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

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

.fa-chart-simple::before {
  content: "\E473";
}

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

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

.fa-check-to-slot::before {
  content: "\F772";
}

.fa-vote-yea::before {
  content: "\F772";
}

.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-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-child-dress::before {
  content: "\E59C";
}

.fa-child-reaching::before {
  content: "\E59D";
}

.fa-child-rifle::before {
  content: "\E4E0";
}

.fa-children::before {
  content: "\E4E1";
}

.fa-church::before {
  content: "\F51D";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-circle-dollar-to-slot::before {
  content: "\F4B9";
}

.fa-donate::before {
  content: "\F4B9";
}

.fa-circle-dot::before {
  content: "\F192";
}

.fa-dot-circle::before {
  content: "\F192";
}

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

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

.fa-circle-exclamation::before {
  content: "\F06A";
}

.fa-exclamation-circle::before {
  content: "\F06A";
}

.fa-circle-h::before {
  content: "\F47E";
}

.fa-hospital-symbol::before {
  content: "\F47E";
}

.fa-circle-half-stroke::before {
  content: "\F042";
}

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

.fa-circle-info::before {
  content: "\F05A";
}

.fa-info-circle::before {
  content: "\F05A";
}

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

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

.fa-circle-minus::before {
  content: "\F056";
}

.fa-minus-circle::before {
  content: "\F056";
}

.fa-circle-nodes::before {
  content: "\E4E2";
}

.fa-circle-notch::before {
  content: "\F1CE";
}

.fa-circle-pause::before {
  content: "\F28B";
}

.fa-pause-circle::before {
  content: "\F28B";
}

.fa-circle-play::before {
  content: "\F144";
}

.fa-play-circle::before {
  content: "\F144";
}

.fa-circle-plus::before {
  content: "\F055";
}

.fa-plus-circle::before {
  content: "\F055";
}

.fa-circle-question::before {
  content: "\F059";
}

.fa-question-circle::before {
  content: "\F059";
}

.fa-circle-radiation::before {
  content: "\F7BA";
}

.fa-radiation-alt::before {
  content: "\F7BA";
}

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

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

.fa-circle-stop::before {
  content: "\F28D";
}

.fa-stop-circle::before {
  content: "\F28D";
}

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

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

.fa-circle-user::before {
  content: "\F2BD";
}

.fa-user-circle::before {
  content: "\F2BD";
}

.fa-circle-xmark::before {
  content: "\F057";
}

.fa-times-circle::before {
  content: "\F057";
}

.fa-xmark-circle::before {
  content: "\F057";
}

.fa-city::before {
  content: "\F64F";
}

.fa-clapperboard::before {
  content: "\E131";
}

.fa-clipboard::before {
  content: "\F328";
}

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

.fa-clipboard-list::before {
  content: "\F46D";
}

.fa-clipboard-question::before {
  content: "\E4E3";
}

.fa-clipboard-user::before {
  content: "\F7F3";
}

.fa-clock::before {
  content: "\F017";
}

.fa-clock-four::before {
  content: "\F017";
}

.fa-clock-rotate-left::before {
  content: "\F1DA";
}

.fa-history::before {
  content: "\F1DA";
}

.fa-clone::before {
  content: "\F24D";
}

.fa-closed-captioning::before {
  content: "\F20A";
}

.fa-cloud::before {
  content: "\F0C2";
}

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

.fa-cloud-download::before {
  content: "\F0ED";
}

.fa-cloud-download-alt::before {
  content: "\F0ED";
}

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

.fa-cloud-upload::before {
  content: "\F0EE";
}

.fa-cloud-upload-alt::before {
  content: "\F0EE";
}

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

.fa-thunderstorm::before {
  content: "\F76C";
}

.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-showers-water::before {
  content: "\E4E4";
}

.fa-cloud-sun::before {
  content: "\F6C4";
}

.fa-cloud-sun-rain::before {
  content: "\F743";
}

.fa-clover::before {
  content: "\E139";
}

.fa-code::before {
  content: "\F121";
}

.fa-code-branch::before {
  content: "\F126";
}

.fa-code-commit::before {
  content: "\F386";
}

.fa-code-compare::before {
  content: "\E13A";
}

.fa-code-fork::before {
  content: "\E13B";
}

.fa-code-merge::before {
  content: "\F387";
}

.fa-code-pull-request::before {
  content: "\E13C";
}

.fa-coins::before {
  content: "\F51E";
}

.fa-colon-sign::before {
  content: "\E140";
}

.fa-comment::before {
  content: "\F075";
}

.fa-comment-dollar::before {
  content: "\F651";
}

.fa-comment-dots::before {
  content: "\F4AD";
}

.fa-commenting::before {
  content: "\F4AD";
}

.fa-comment-medical::before {
  content: "\F7F5";
}

.fa-comment-slash::before {
  content: "\F4B3";
}

.fa-comment-sms::before {
  content: "\F7CD";
}

.fa-sms::before {
  content: "\F7CD";
}

.fa-comments::before {
  content: "\F086";
}

.fa-comments-dollar::before {
  content: "\F653";
}

.fa-compact-disc::before {
  content: "\F51F";
}

.fa-compass::before {
  content: "\F14E";
}

.fa-compass-drafting::before {
  content: "\F568";
}

.fa-drafting-compass::before {
  content: "\F568";
}

.fa-compress::before {
  content: "\F066";
}

.fa-computer::before {
  content: "\E4E5";
}

.fa-computer-mouse::before {
  content: "\F8CC";
}

.fa-mouse::before {
  content: "\F8CC";
}

.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-cow::before {
  content: "\F6C8";
}

.fa-credit-card::before {
  content: "\F09D";
}

.fa-credit-card-alt::before {
  content: "\F09D";
}

.fa-crop::before {
  content: "\F125";
}

.fa-crop-simple::before {
  content: "\F565";
}

.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-cruzeiro-sign::before {
  content: "\E152";
}

.fa-cube::before {
  content: "\F1B2";
}

.fa-cubes::before {
  content: "\F1B3";
}

.fa-cubes-stacked::before {
  content: "\E4E6";
}

.fa-d::before {
  content: "D";
}

.fa-database::before {
  content: "\F1C0";
}

.fa-delete-left::before {
  content: "\F55A";
}

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

.fa-democrat::before {
  content: "\F747";
}

.fa-desktop::before {
  content: "\F390";
}

.fa-desktop-alt::before {
  content: "\F390";
}

.fa-dharmachakra::before {
  content: "\F655";
}

.fa-diagram-next::before {
  content: "\E476";
}

.fa-diagram-predecessor::before {
  content: "\E477";
}

.fa-diagram-project::before {
  content: "\F542";
}

.fa-project-diagram::before {
  content: "\F542";
}

.fa-diagram-successor::before {
  content: "\E47A";
}

.fa-diamond::before {
  content: "\F219";
}

.fa-diamond-turn-right::before {
  content: "\F5EB";
}

.fa-directions::before {
  content: "\F5EB";
}

.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-disease::before {
  content: "\F7FA";
}

.fa-display::before {
  content: "\E163";
}

.fa-divide::before {
  content: "\F529";
}

.fa-dna::before {
  content: "\F471";
}

.fa-dog::before {
  content: "\F6D3";
}

.fa-dollar-sign::before {
  content: "$";
}

.fa-dollar::before {
  content: "$";
}

.fa-usd::before {
  content: "$";
}

.fa-dolly::before {
  content: "\F472";
}

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

.fa-dong-sign::before {
  content: "\E169";
}

.fa-door-closed::before {
  content: "\F52A";
}

.fa-door-open::before {
  content: "\F52B";
}

.fa-dove::before {
  content: "\F4BA";
}

.fa-down-left-and-up-right-to-center::before {
  content: "\F422";
}

.fa-compress-alt::before {
  content: "\F422";
}

.fa-down-long::before {
  content: "\F309";
}

.fa-long-arrow-alt-down::before {
  content: "\F309";
}

.fa-download::before {
  content: "\F019";
}

.fa-dragon::before {
  content: "\F6D5";
}

.fa-draw-polygon::before {
  content: "\F5EE";
}

.fa-droplet::before {
  content: "\F043";
}

.fa-tint::before {
  content: "\F043";
}

.fa-droplet-slash::before {
  content: "\F5C7";
}

.fa-tint-slash::before {
  content: "\F5C7";
}

.fa-drum::before {
  content: "\F569";
}

.fa-drum-steelpan::before {
  content: "\F56A";
}

.fa-drumstick-bite::before {
  content: "\F6D7";
}

.fa-dumbbell::before {
  content: "\F44B";
}

.fa-dumpster::before {
  content: "\F793";
}

.fa-dumpster-fire::before {
  content: "\F794";
}

.fa-dungeon::before {
  content: "\F6D9";
}

.fa-e::before {
  content: "E";
}

.fa-ear-deaf::before {
  content: "\F2A4";
}

.fa-deaf::before {
  content: "\F2A4";
}

.fa-deafness::before {
  content: "\F2A4";
}

.fa-hard-of-hearing::before {
  content: "\F2A4";
}

.fa-ear-listen::before {
  content: "\F2A2";
}

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

.fa-earth-africa::before {
  content: "\F57C";
}

.fa-globe-africa::before {
  content: "\F57C";
}

.fa-earth-americas::before {
  content: "\F57D";
}

.fa-earth::before {
  content: "\F57D";
}

.fa-earth-america::before {
  content: "\F57D";
}

.fa-globe-americas::before {
  content: "\F57D";
}

.fa-earth-asia::before {
  content: "\F57E";
}

.fa-globe-asia::before {
  content: "\F57E";
}

.fa-earth-europe::before {
  content: "\F7A2";
}

.fa-globe-europe::before {
  content: "\F7A2";
}

.fa-earth-oceania::before {
  content: "\E47B";
}

.fa-globe-oceania::before {
  content: "\E47B";
}

.fa-egg::before {
  content: "\F7FB";
}

.fa-eject::before {
  content: "\F052";
}

.fa-elevator::before {
  content: "\E16D";
}

.fa-ellipsis::before {
  content: "\F141";
}

.fa-ellipsis-h::before {
  content: "\F141";
}

.fa-ellipsis-vertical::before {
  content: "\F142";
}

.fa-ellipsis-v::before {
  content: "\F142";
}

.fa-envelope::before {
  content: "\F0E0";
}

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

.fa-envelope-open::before {
  content: "\F2B6";
}

.fa-envelope-open-text::before {
  content: "\F658";
}

.fa-envelopes-bulk::before {
  content: "\F674";
}

.fa-mail-bulk::before {
  content: "\F674";
}

.fa-equals::before {
  content: "=";
}

.fa-eraser::before {
  content: "\F12D";
}

.fa-ethernet::before {
  content: "\F796";
}

.fa-euro-sign::before {
  content: "\F153";
}

.fa-eur::before {
  content: "\F153";
}

.fa-euro::before {
  content: "\F153";
}

.fa-exclamation::before {
  content: "!";
}

.fa-expand::before {
  content: "\F065";
}

.fa-explosion::before {
  content: "\E4E9";
}

.fa-eye::before {
  content: "\F06E";
}

.fa-eye-dropper::before {
  content: "\F1FB";
}

.fa-eye-dropper-empty::before {
  content: "\F1FB";
}

.fa-eyedropper::before {
  content: "\F1FB";
}

.fa-eye-low-vision::before {
  content: "\F2A8";
}

.fa-low-vision::before {
  content: "\F2A8";
}

.fa-eye-slash::before {
  content: "\F070";
}

.fa-f::before {
  content: "F";
}

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

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

.fa-face-dizzy::before {
  content: "\F567";
}

.fa-dizzy::before {
  content: "\F567";
}

.fa-face-flushed::before {
  content: "\F579";
}

.fa-flushed::before {
  content: "\F579";
}

.fa-face-frown::before {
  content: "\F119";
}

.fa-frown::before {
  content: "\F119";
}

.fa-face-frown-open::before {
  content: "\F57A";
}

.fa-frown-open::before {
  content: "\F57A";
}

.fa-face-grimace::before {
  content: "\F57F";
}

.fa-grimace::before {
  content: "\F57F";
}

.fa-face-grin::before {
  content: "\F580";
}

.fa-grin::before {
  content: "\F580";
}

.fa-face-grin-beam::before {
  content: "\F582";
}

.fa-grin-beam::before {
  content: "\F582";
}

.fa-face-grin-beam-sweat::before {
  content: "\F583";
}

.fa-grin-beam-sweat::before {
  content: "\F583";
}

.fa-face-grin-hearts::before {
  content: "\F584";
}

.fa-grin-hearts::before {
  content: "\F584";
}

.fa-face-grin-squint::before {
  content: "\F585";
}

.fa-grin-squint::before {
  content: "\F585";
}

.fa-face-grin-squint-tears::before {
  content: "\F586";
}

.fa-grin-squint-tears::before {
  content: "\F586";
}

.fa-face-grin-stars::before {
  content: "\F587";
}

.fa-grin-stars::before {
  content: "\F587";
}

.fa-face-grin-tears::before {
  content: "\F588";
}

.fa-grin-tears::before {
  content: "\F588";
}

.fa-face-grin-tongue::before {
  content: "\F589";
}

.fa-grin-tongue::before {
  content: "\F589";
}

.fa-face-grin-tongue-squint::before {
  content: "\F58A";
}

.fa-grin-tongue-squint::before {
  content: "\F58A";
}

.fa-face-grin-tongue-wink::before {
  content: "\F58B";
}

.fa-grin-tongue-wink::before {
  content: "\F58B";
}

.fa-face-grin-wide::before {
  content: "\F581";
}

.fa-grin-alt::before {
  content: "\F581";
}

.fa-face-grin-wink::before {
  content: "\F58C";
}

.fa-grin-wink::before {
  content: "\F58C";
}

.fa-face-kiss::before {
  content: "\F596";
}

.fa-kiss::before {
  content: "\F596";
}

.fa-face-kiss-beam::before {
  content: "\F597";
}

.fa-kiss-beam::before {
  content: "\F597";
}

.fa-face-kiss-wink-heart::before {
  content: "\F598";
}

.fa-kiss-wink-heart::before {
  content: "\F598";
}

.fa-face-laugh::before {
  content: "\F599";
}

.fa-laugh::before {
  content: "\F599";
}

.fa-face-laugh-beam::before {
  content: "\F59A";
}

.fa-laugh-beam::before {
  content: "\F59A";
}

.fa-face-laugh-squint::before {
  content: "\F59B";
}

.fa-laugh-squint::before {
  content: "\F59B";
}

.fa-face-laugh-wink::before {
  content: "\F59C";
}

.fa-laugh-wink::before {
  content: "\F59C";
}

.fa-face-meh::before {
  content: "\F11A";
}

.fa-meh::before {
  content: "\F11A";
}

.fa-face-meh-blank::before {
  content: "\F5A4";
}

.fa-meh-blank::before {
  content: "\F5A4";
}

.fa-face-rolling-eyes::before {
  content: "\F5A5";
}

.fa-meh-rolling-eyes::before {
  content: "\F5A5";
}

.fa-face-sad-cry::before {
  content: "\F5B3";
}

.fa-sad-cry::before {
  content: "\F5B3";
}

.fa-face-sad-tear::before {
  content: "\F5B4";
}

.fa-sad-tear::before {
  content: "\F5B4";
}

.fa-face-smile::before {
  content: "\F118";
}

.fa-smile::before {
  content: "\F118";
}

.fa-face-smile-beam::before {
  content: "\F5B8";
}

.fa-smile-beam::before {
  content: "\F5B8";
}

.fa-face-smile-wink::before {
  content: "\F4DA";
}

.fa-smile-wink::before {
  content: "\F4DA";
}

.fa-face-surprise::before {
  content: "\F5C2";
}

.fa-surprise::before {
  content: "\F5C2";
}

.fa-face-tired::before {
  content: "\F5C8";
}

.fa-tired::before {
  content: "\F5C8";
}

.fa-fan::before {
  content: "\F863";
}

.fa-faucet::before {
  content: "\E005";
}

.fa-faucet-drip::before {
  content: "\E006";
}

.fa-fax::before {
  content: "\F1AC";
}

.fa-feather::before {
  content: "\F52D";
}

.fa-feather-pointed::before {
  content: "\F56B";
}

.fa-feather-alt::before {
  content: "\F56B";
}

.fa-ferry::before {
  content: "\E4EA";
}

.fa-file::before {
  content: "\F15B";
}

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

.fa-file-download::before {
  content: "\F56D";
}

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

.fa-file-upload::before {
  content: "\F574";
}

.fa-file-audio::before {
  content: "\F1C7";
}

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

.fa-file-circle-exclamation::before {
  content: "\E4EB";
}

.fa-file-circle-minus::before {
  content: "\E4ED";
}

.fa-file-circle-plus::before {
  content: "\E4EE";
}

.fa-file-circle-question::before {
  content: "\E4EF";
}

.fa-file-circle-xmark::before {
  content: "\E494";
}

.fa-file-code::before {
  content: "\F1C9";
}

.fa-file-contract::before {
  content: "\F56C";
}

.fa-file-csv::before {
  content: "\F6DD";
}

.fa-file-excel::before {
  content: "\F1C3";
}

.fa-file-export::before {
  content: "\F56E";
}

.fa-arrow-right-from-file::before {
  content: "\F56E";
}

.fa-file-image::before {
  content: "\F1C5";
}

.fa-file-import::before {
  content: "\F56F";
}

.fa-arrow-right-to-file::before {
  content: "\F56F";
}

.fa-file-invoice::before {
  content: "\F570";
}

.fa-file-invoice-dollar::before {
  content: "\F571";
}

.fa-file-lines::before {
  content: "\F15C";
}

.fa-file-alt::before {
  content: "\F15C";
}

.fa-file-text::before {
  content: "\F15C";
}

.fa-file-medical::before {
  content: "\F477";
}

.fa-file-pdf::before {
  content: "\F1C1";
}

.fa-file-pen::before {
  content: "\F31C";
}

.fa-file-edit::before {
  content: "\F31C";
}

.fa-file-powerpoint::before {
  content: "\F1C4";
}

.fa-file-prescription::before {
  content: "\F572";
}

.fa-file-shield::before {
  content: "\E4F0";
}

.fa-file-signature::before {
  content: "\F573";
}

.fa-file-video::before {
  content: "\F1C8";
}

.fa-file-waveform::before {
  content: "\F478";
}

.fa-file-medical-alt::before {
  content: "\F478";
}

.fa-file-word::before {
  content: "\F1C2";
}

.fa-file-zipper::before {
  content: "\F1C6";
}

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

.fa-fill::before {
  content: "\F575";
}

.fa-fill-drip::before {
  content: "\F576";
}

.fa-film::before {
  content: "\F008";
}

.fa-filter::before {
  content: "\F0B0";
}

.fa-filter-circle-dollar::before {
  content: "\F662";
}

.fa-funnel-dollar::before {
  content: "\F662";
}

.fa-filter-circle-xmark::before {
  content: "\E17B";
}

.fa-fingerprint::before {
  content: "\F577";
}

.fa-fire::before {
  content: "\F06D";
}

.fa-fire-burner::before {
  content: "\E4F1";
}

.fa-fire-extinguisher::before {
  content: "\F134";
}

.fa-fire-flame-curved::before {
  content: "\F7E4";
}

.fa-fire-alt::before {
  content: "\F7E4";
}

.fa-fire-flame-simple::before {
  content: "\F46A";
}

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

.fa-fish::before {
  content: "\F578";
}

.fa-fish-fins::before {
  content: "\E4F2";
}

.fa-flag::before {
  content: "\F024";
}

.fa-flag-checkered::before {
  content: "\F11E";
}

.fa-flag-usa::before {
  content: "\F74D";
}

.fa-flask::before {
  content: "\F0C3";
}

.fa-flask-vial::before {
  content: "\E4F3";
}

.fa-floppy-disk::before {
  content: "\F0C7";
}

.fa-save::before {
  content: "\F0C7";
}

.fa-florin-sign::before {
  content: "\E184";
}

.fa-folder::before {
  content: "\F07B";
}

.fa-folder-blank::before {
  content: "\F07B";
}

.fa-folder-closed::before {
  content: "\E185";
}

.fa-folder-minus::before {
  content: "\F65D";
}

.fa-folder-open::before {
  content: "\F07C";
}

.fa-folder-plus::before {
  content: "\F65E";
}

.fa-folder-tree::before {
  content: "\F802";
}

.fa-font::before {
  content: "\F031";
}

.fa-football::before {
  content: "\F44E";
}

.fa-football-ball::before {
  content: "\F44E";
}

.fa-forward::before {
  content: "\F04E";
}

.fa-forward-fast::before {
  content: "\F050";
}

.fa-fast-forward::before {
  content: "\F050";
}

.fa-forward-step::before {
  content: "\F051";
}

.fa-step-forward::before {
  content: "\F051";
}

.fa-franc-sign::before {
  content: "\E18F";
}

.fa-frog::before {
  content: "\F52E";
}

.fa-futbol::before {
  content: "\F1E3";
}

.fa-futbol-ball::before {
  content: "\F1E3";
}

.fa-soccer-ball::before {
  content: "\F1E3";
}

.fa-g::before {
  content: "G";
}

.fa-gamepad::before {
  content: "\F11B";
}

.fa-gas-pump::before {
  content: "\F52F";
}

.fa-gauge::before {
  content: "\F624";
}

.fa-dashboard::before {
  content: "\F624";
}

.fa-gauge-med::before {
  content: "\F624";
}

.fa-tachometer-alt-average::before {
  content: "\F624";
}

.fa-gauge-high::before {
  content: "\F625";
}

.fa-tachometer-alt::before {
  content: "\F625";
}

.fa-tachometer-alt-fast::before {
  content: "\F625";
}

.fa-gauge-simple::before {
  content: "\F629";
}

.fa-gauge-simple-med::before {
  content: "\F629";
}

.fa-tachometer-average::before {
  content: "\F629";
}

.fa-gauge-simple-high::before {
  content: "\F62A";
}

.fa-tachometer::before {
  content: "\F62A";
}

.fa-tachometer-fast::before {
  content: "\F62A";
}

.fa-gavel::before {
  content: "\F0E3";
}

.fa-legal::before {
  content: "\F0E3";
}

.fa-gear::before {
  content: "\F013";
}

.fa-cog::before {
  content: "\F013";
}

.fa-gears::before {
  content: "\F085";
}

.fa-cogs::before {
  content: "\F085";
}

.fa-gem::before {
  content: "\F3A5";
}

.fa-genderless::before {
  content: "\F22D";
}

.fa-ghost::before {
  content: "\F6E2";
}

.fa-gift::before {
  content: "\F06B";
}

.fa-gifts::before {
  content: "\F79C";
}

.fa-glass-water::before {
  content: "\E4F4";
}

.fa-glass-water-droplet::before {
  content: "\E4F5";
}

.fa-glasses::before {
  content: "\F530";
}

.fa-globe::before {
  content: "\F0AC";
}

.fa-golf-ball-tee::before {
  content: "\F450";
}

.fa-golf-ball::before {
  content: "\F450";
}

.fa-gopuram::before {
  content: "\F664";
}

.fa-graduation-cap::before {
  content: "\F19D";
}

.fa-mortar-board::before {
  content: "\F19D";
}

.fa-greater-than::before {
  content: ">";
}

.fa-greater-than-equal::before {
  content: "\F532";
}

.fa-grip::before {
  content: "\F58D";
}

.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-group-arrows-rotate::before {
  content: "\E4F6";
}

.fa-guarani-sign::before {
  content: "\E19A";
}

.fa-guitar::before {
  content: "\F7A6";
}

.fa-gun::before {
  content: "\E19B";
}

.fa-h::before {
  content: "H";
}

.fa-hammer::before {
  content: "\F6E3";
}

.fa-hamsa::before {
  content: "\F665";
}

.fa-hand::before {
  content: "\F256";
}

.fa-hand-paper::before {
  content: "\F256";
}

.fa-hand-back-fist::before {
  content: "\F255";
}

.fa-hand-rock::before {
  content: "\F255";
}

.fa-hand-dots::before {
  content: "\F461";
}

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

.fa-hand-fist::before {
  content: "\F6DE";
}

.fa-fist-raised::before {
  content: "\F6DE";
}

.fa-hand-holding::before {
  content: "\F4BD";
}

.fa-hand-holding-dollar::before {
  content: "\F4C0";
}

.fa-hand-holding-usd::before {
  content: "\F4C0";
}

.fa-hand-holding-droplet::before {
  content: "\F4C1";
}

.fa-hand-holding-water::before {
  content: "\F4C1";
}

.fa-hand-holding-hand::before {
  content: "\E4F7";
}

.fa-hand-holding-heart::before {
  content: "\F4BE";
}

.fa-hand-holding-medical::before {
  content: "\E05C";
}

.fa-hand-lizard::before {
  content: "\F258";
}

.fa-hand-middle-finger::before {
  content: "\F806";
}

.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-scissors::before {
  content: "\F257";
}

.fa-hand-sparkles::before {
  content: "\E05D";
}

.fa-hand-spock::before {
  content: "\F259";
}

.fa-handcuffs::before {
  content: "\E4F8";
}

.fa-hands::before {
  content: "\F2A7";
}

.fa-sign-language::before {
  content: "\F2A7";
}

.fa-signing::before {
  content: "\F2A7";
}

.fa-hands-asl-interpreting::before {
  content: "\F2A3";
}

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

.fa-asl-interpreting::before {
  content: "\F2A3";
}

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

.fa-hands-bound::before {
  content: "\E4F9";
}

.fa-hands-bubbles::before {
  content: "\E05E";
}

.fa-hands-wash::before {
  content: "\E05E";
}

.fa-hands-clapping::before {
  content: "\E1A8";
}

.fa-hands-holding::before {
  content: "\F4C2";
}

.fa-hands-holding-child::before {
  content: "\E4FA";
}

.fa-hands-holding-circle::before {
  content: "\E4FB";
}

.fa-hands-praying::before {
  content: "\F684";
}

.fa-praying-hands::before {
  content: "\F684";
}

.fa-handshake::before {
  content: "\F2B5";
}

.fa-handshake-angle::before {
  content: "\F4C4";
}

.fa-hands-helping::before {
  content: "\F4C4";
}

.fa-handshake-simple::before {
  content: "\F4C6";
}

.fa-handshake-alt::before {
  content: "\F4C6";
}

.fa-handshake-simple-slash::before {
  content: "\E05F";
}

.fa-handshake-alt-slash::before {
  content: "\E05F";
}

.fa-handshake-slash::before {
  content: "\E060";
}

.fa-hanukiah::before {
  content: "\F6E6";
}

.fa-hard-drive::before {
  content: "\F0A0";
}

.fa-hdd::before {
  content: "\F0A0";
}

.fa-hashtag::before {
  content: "#";
}

.fa-hat-cowboy::before {
  content: "\F8C0";
}

.fa-hat-cowboy-side::before {
  content: "\F8C1";
}

.fa-hat-wizard::before {
  content: "\F6E8";
}

.fa-head-side-cough::before {
  content: "\E061";
}

.fa-head-side-cough-slash::before {
  content: "\E062";
}

.fa-head-side-mask::before {
  content: "\E063";
}

.fa-head-side-virus::before {
  content: "\E064";
}

.fa-heading::before {
  content: "\F1DC";
}

.fa-header::before {
  content: "\F1DC";
}

.fa-headphones::before {
  content: "\F025";
}

.fa-headphones-simple::before {
  content: "\F58F";
}

.fa-headphones-alt::before {
  content: "\F58F";
}

.fa-headset::before {
  content: "\F590";
}

.fa-heart::before {
  content: "\F004";
}

.fa-heart-circle-bolt::before {
  content: "\E4FC";
}

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

.fa-heart-circle-exclamation::before {
  content: "\E4FE";
}

.fa-heart-circle-minus::before {
  content: "\E4FF";
}

.fa-heart-circle-plus::before {
  content: "\E500";
}

.fa-heart-circle-xmark::before {
  content: "\E501";
}

.fa-heart-crack::before {
  content: "\F7A9";
}

.fa-heart-broken::before {
  content: "\F7A9";
}

.fa-heart-pulse::before {
  content: "\F21E";
}

.fa-heartbeat::before {
  content: "\F21E";
}

.fa-helicopter::before {
  content: "\F533";
}

.fa-helicopter-symbol::before {
  content: "\E502";
}

.fa-helmet-safety::before {
  content: "\F807";
}

.fa-hard-hat::before {
  content: "\F807";
}

.fa-hat-hard::before {
  content: "\F807";
}

.fa-helmet-un::before {
  content: "\E503";
}

.fa-highlighter::before {
  content: "\F591";
}

.fa-hill-avalanche::before {
  content: "\E507";
}

.fa-hill-rockslide::before {
  content: "\E508";
}

.fa-hippo::before {
  content: "\F6ED";
}

.fa-hockey-puck::before {
  content: "\F453";
}

.fa-holly-berry::before {
  content: "\F7AA";
}

.fa-horse::before {
  content: "\F6F0";
}

.fa-horse-head::before {
  content: "\F7AB";
}

.fa-hospital::before {
  content: "\F0F8";
}

.fa-hospital-alt::before {
  content: "\F0F8";
}

.fa-hospital-wide::before {
  content: "\F0F8";
}

.fa-hospital-user::before {
  content: "\F80D";
}

.fa-hot-tub-person::before {
  content: "\F593";
}

.fa-hot-tub::before {
  content: "\F593";
}

.fa-hotdog::before {
  content: "\F80F";
}

.fa-hotel::before {
  content: "\F594";
}

.fa-hourglass::before {
  content: "\F254";
}

.fa-hourglass-2::before {
  content: "\F254";
}

.fa-hourglass-half::before {
  content: "\F254";
}

.fa-hourglass-empty::before {
  content: "\F252";
}

.fa-hourglass-end::before {
  content: "\F253";
}

.fa-hourglass-3::before {
  content: "\F253";
}

.fa-hourglass-start::before {
  content: "\F251";
}

.fa-hourglass-1::before {
  content: "\F251";
}

.fa-house::before {
  content: "\F015";
}

.fa-home::before {
  content: "\F015";
}

.fa-home-alt::before {
  content: "\F015";
}

.fa-home-lg-alt::before {
  content: "\F015";
}

.fa-house-chimney::before {
  content: "\E3AF";
}

.fa-home-lg::before {
  content: "\E3AF";
}

.fa-house-chimney-crack::before {
  content: "\F6F1";
}

.fa-house-damage::before {
  content: "\F6F1";
}

.fa-house-chimney-medical::before {
  content: "\F7F2";
}

.fa-clinic-medical::before {
  content: "\F7F2";
}

.fa-house-chimney-user::before {
  content: "\E065";
}

.fa-house-chimney-window::before {
  content: "\E00D";
}

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

.fa-house-circle-exclamation::before {
  content: "\E50A";
}

.fa-house-circle-xmark::before {
  content: "\E50B";
}

.fa-house-crack::before {
  content: "\E3B1";
}

.fa-house-fire::before {
  content: "\E50C";
}

.fa-house-flag::before {
  content: "\E50D";
}

.fa-house-flood-water::before {
  content: "\E50E";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "\E50F";
}

.fa-house-laptop::before {
  content: "\E066";
}

.fa-laptop-house::before {
  content: "\E066";
}

.fa-house-lock::before {
  content: "\E510";
}

.fa-house-medical::before {
  content: "\E3B2";
}

.fa-house-medical-circle-check::before {
  content: "\E511";
}

.fa-house-medical-circle-exclamation::before {
  content: "\E512";
}

.fa-house-medical-circle-xmark::before {
  content: "\E513";
}

.fa-house-medical-flag::before {
  content: "\E514";
}

.fa-house-signal::before {
  content: "\E012";
}

.fa-house-tsunami::before {
  content: "\E515";
}

.fa-house-user::before {
  content: "\E1B0";
}

.fa-home-user::before {
  content: "\E1B0";
}

.fa-hryvnia-sign::before {
  content: "\F6F2";
}

.fa-hryvnia::before {
  content: "\F6F2";
}

.fa-hurricane::before {
  content: "\F751";
}

.fa-i::before {
  content: "I";
}

.fa-i-cursor::before {
  content: "\F246";
}

.fa-ice-cream::before {
  content: "\F810";
}

.fa-icicles::before {
  content: "\F7AD";
}

.fa-icons::before {
  content: "\F86D";
}

.fa-heart-music-camera-bolt::before {
  content: "\F86D";
}

.fa-id-badge::before {
  content: "\F2C1";
}

.fa-id-card::before {
  content: "\F2C2";
}

.fa-drivers-license::before {
  content: "\F2C2";
}

.fa-id-card-clip::before {
  content: "\F47F";
}

.fa-id-card-alt::before {
  content: "\F47F";
}

.fa-igloo::before {
  content: "\F7AE";
}

.fa-image::before {
  content: "\F03E";
}

.fa-image-portrait::before {
  content: "\F3E0";
}

.fa-portrait::before {
  content: "\F3E0";
}

.fa-images::before {
  content: "\F302";
}

.fa-inbox::before {
  content: "\F01C";
}

.fa-indent::before {
  content: "\F03C";
}

.fa-indian-rupee-sign::before {
  content: "\E1BC";
}

.fa-indian-rupee::before {
  content: "\E1BC";
}

.fa-inr::before {
  content: "\E1BC";
}

.fa-industry::before {
  content: "\F275";
}

.fa-infinity::before {
  content: "\F534";
}

.fa-info::before {
  content: "\F129";
}

.fa-italic::before {
  content: "\F033";
}

.fa-j::before {
  content: "J";
}

.fa-jar::before {
  content: "\E516";
}

.fa-jar-wheat::before {
  content: "\E517";
}

.fa-jedi::before {
  content: "\F669";
}

.fa-jet-fighter::before {
  content: "\F0FB";
}

.fa-fighter-jet::before {
  content: "\F0FB";
}

.fa-jet-fighter-up::before {
  content: "\E518";
}

.fa-joint::before {
  content: "\F595";
}

.fa-jug-detergent::before {
  content: "\E519";
}

.fa-k::before {
  content: "K";
}

.fa-kaaba::before {
  content: "\F66B";
}

.fa-key::before {
  content: "\F084";
}

.fa-keyboard::before {
  content: "\F11C";
}

.fa-khanda::before {
  content: "\F66D";
}

.fa-kip-sign::before {
  content: "\E1C4";
}

.fa-kit-medical::before {
  content: "\F479";
}

.fa-first-aid::before {
  content: "\F479";
}

.fa-kitchen-set::before {
  content: "\E51A";
}

.fa-kiwi-bird::before {
  content: "\F535";
}

.fa-l::before {
  content: "L";
}

.fa-land-mine-on::before {
  content: "\E51B";
}

.fa-landmark::before {
  content: "\F66F";
}

.fa-landmark-dome::before {
  content: "\F752";
}

.fa-landmark-alt::before {
  content: "\F752";
}

.fa-landmark-flag::before {
  content: "\E51C";
}

.fa-language::before {
  content: "\F1AB";
}

.fa-laptop::before {
  content: "\F109";
}

.fa-laptop-code::before {
  content: "\F5FC";
}

.fa-laptop-file::before {
  content: "\E51D";
}

.fa-laptop-medical::before {
  content: "\F812";
}

.fa-lari-sign::before {
  content: "\E1C8";
}

.fa-layer-group::before {
  content: "\F5FD";
}

.fa-leaf::before {
  content: "\F06C";
}

.fa-left-long::before {
  content: "\F30A";
}

.fa-long-arrow-alt-left::before {
  content: "\F30A";
}

.fa-left-right::before {
  content: "\F337";
}

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

.fa-lemon::before {
  content: "\F094";
}

.fa-less-than::before {
  content: "<";
}

.fa-less-than-equal::before {
  content: "\F537";
}

.fa-life-ring::before {
  content: "\F1CD";
}

.fa-lightbulb::before {
  content: "\F0EB";
}

.fa-lines-leaning::before {
  content: "\E51E";
}

.fa-link::before {
  content: "\F0C1";
}

.fa-chain::before {
  content: "\F0C1";
}

.fa-link-slash::before {
  content: "\F127";
}

.fa-chain-broken::before {
  content: "\F127";
}

.fa-chain-slash::before {
  content: "\F127";
}

.fa-unlink::before {
  content: "\F127";
}

.fa-lira-sign::before {
  content: "\F195";
}

.fa-list::before {
  content: "\F03A";
}

.fa-list-squares::before {
  content: "\F03A";
}

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

.fa-tasks::before {
  content: "\F0AE";
}

.fa-list-ol::before {
  content: "\F0CB";
}

.fa-list-1-2::before {
  content: "\F0CB";
}

.fa-list-numeric::before {
  content: "\F0CB";
}

.fa-list-ul::before {
  content: "\F0CA";
}

.fa-list-dots::before {
  content: "\F0CA";
}

.fa-litecoin-sign::before {
  content: "\E1D3";
}

.fa-location-arrow::before {
  content: "\F124";
}

.fa-location-crosshairs::before {
  content: "\F601";
}

.fa-location::before {
  content: "\F601";
}

.fa-location-dot::before {
  content: "\F3C5";
}

.fa-map-marker-alt::before {
  content: "\F3C5";
}

.fa-location-pin::before {
  content: "\F041";
}

.fa-map-marker::before {
  content: "\F041";
}

.fa-location-pin-lock::before {
  content: "\E51F";
}

.fa-lock::before {
  content: "\F023";
}

.fa-lock-open::before {
  content: "\F3C1";
}

.fa-locust::before {
  content: "\E520";
}

.fa-lungs::before {
  content: "\F604";
}

.fa-lungs-virus::before {
  content: "\E067";
}

.fa-m::before {
  content: "M";
}

.fa-magnet::before {
  content: "\F076";
}

.fa-magnifying-glass::before {
  content: "\F002";
}

.fa-search::before {
  content: "\F002";
}

.fa-magnifying-glass-arrow-right::before {
  content: "\E521";
}

.fa-magnifying-glass-chart::before {
  content: "\E522";
}

.fa-magnifying-glass-dollar::before {
  content: "\F688";
}

.fa-search-dollar::before {
  content: "\F688";
}

.fa-magnifying-glass-location::before {
  content: "\F689";
}

.fa-search-location::before {
  content: "\F689";
}

.fa-magnifying-glass-minus::before {
  content: "\F010";
}

.fa-search-minus::before {
  content: "\F010";
}

.fa-magnifying-glass-plus::before {
  content: "\F00E";
}

.fa-search-plus::before {
  content: "\F00E";
}

.fa-manat-sign::before {
  content: "\E1D5";
}

.fa-map::before {
  content: "\F279";
}

.fa-map-location::before {
  content: "\F59F";
}

.fa-map-marked::before {
  content: "\F59F";
}

.fa-map-location-dot::before {
  content: "\F5A0";
}

.fa-map-marked-alt::before {
  content: "\F5A0";
}

.fa-map-pin::before {
  content: "\F276";
}

.fa-marker::before {
  content: "\F5A1";
}

.fa-mars::before {
  content: "\F222";
}

.fa-mars-and-venus::before {
  content: "\F224";
}

.fa-mars-and-venus-burst::before {
  content: "\E523";
}

.fa-mars-double::before {
  content: "\F227";
}

.fa-mars-stroke::before {
  content: "\F229";
}

.fa-mars-stroke-right::before {
  content: "\F22B";
}

.fa-mars-stroke-h::before {
  content: "\F22B";
}

.fa-mars-stroke-up::before {
  content: "\F22A";
}

.fa-mars-stroke-v::before {
  content: "\F22A";
}

.fa-martini-glass::before {
  content: "\F57B";
}

.fa-glass-martini-alt::before {
  content: "\F57B";
}

.fa-martini-glass-citrus::before {
  content: "\F561";
}

.fa-cocktail::before {
  content: "\F561";
}

.fa-martini-glass-empty::before {
  content: "\F000";
}

.fa-glass-martini::before {
  content: "\F000";
}

.fa-mask::before {
  content: "\F6FA";
}

.fa-mask-face::before {
  content: "\E1D7";
}

.fa-mask-ventilator::before {
  content: "\E524";
}

.fa-masks-theater::before {
  content: "\F630";
}

.fa-theater-masks::before {
  content: "\F630";
}

.fa-mattress-pillow::before {
  content: "\E525";
}

.fa-maximize::before {
  content: "\F31E";
}

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

.fa-medal::before {
  content: "\F5A2";
}

.fa-memory::before {
  content: "\F538";
}

.fa-menorah::before {
  content: "\F676";
}

.fa-mercury::before {
  content: "\F223";
}

.fa-message::before {
  content: "\F27A";
}

.fa-comment-alt::before {
  content: "\F27A";
}

.fa-meteor::before {
  content: "\F753";
}

.fa-microchip::before {
  content: "\F2DB";
}

.fa-microphone::before {
  content: "\F130";
}

.fa-microphone-lines::before {
  content: "\F3C9";
}

.fa-microphone-alt::before {
  content: "\F3C9";
}

.fa-microphone-lines-slash::before {
  content: "\F539";
}

.fa-microphone-alt-slash::before {
  content: "\F539";
}

.fa-microphone-slash::before {
  content: "\F131";
}

.fa-microscope::before {
  content: "\F610";
}

.fa-mill-sign::before {
  content: "\E1ED";
}

.fa-minimize::before {
  content: "\F78C";
}

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

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

.fa-subtract::before {
  content: "\F068";
}

.fa-mitten::before {
  content: "\F7B5";
}

.fa-mobile::before {
  content: "\F3CE";
}

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

.fa-mobile-phone::before {
  content: "\F3CE";
}

.fa-mobile-button::before {
  content: "\F10B";
}

.fa-mobile-retro::before {
  content: "\E527";
}

.fa-mobile-screen::before {
  content: "\F3CF";
}

.fa-mobile-android-alt::before {
  content: "\F3CF";
}

.fa-mobile-screen-button::before {
  content: "\F3CD";
}

.fa-mobile-alt::before {
  content: "\F3CD";
}

.fa-money-bill::before {
  content: "\F0D6";
}

.fa-money-bill-1::before {
  content: "\F3D1";
}

.fa-money-bill-alt::before {
  content: "\F3D1";
}

.fa-money-bill-1-wave::before {
  content: "\F53B";
}

.fa-money-bill-wave-alt::before {
  content: "\F53B";
}

.fa-money-bill-transfer::before {
  content: "\E528";
}

.fa-money-bill-trend-up::before {
  content: "\E529";
}

.fa-money-bill-wave::before {
  content: "\F53A";
}

.fa-money-bill-wheat::before {
  content: "\E52A";
}

.fa-money-bills::before {
  content: "\E1F3";
}

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

.fa-money-check-dollar::before {
  content: "\F53D";
}

.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-mosquito::before {
  content: "\E52B";
}

.fa-mosquito-net::before {
  content: "\E52C";
}

.fa-motorcycle::before {
  content: "\F21C";
}

.fa-mound::before {
  content: "\E52D";
}

.fa-mountain::before {
  content: "\F6FC";
}

.fa-mountain-city::before {
  content: "\E52E";
}

.fa-mountain-sun::before {
  content: "\E52F";
}

.fa-mug-hot::before {
  content: "\F7B6";
}

.fa-mug-saucer::before {
  content: "\F0F4";
}

.fa-coffee::before {
  content: "\F0F4";
}

.fa-music::before {
  content: "\F001";
}

.fa-n::before {
  content: "N";
}

.fa-naira-sign::before {
  content: "\E1F6";
}

.fa-network-wired::before {
  content: "\F6FF";
}

.fa-neuter::before {
  content: "\F22C";
}

.fa-newspaper::before {
  content: "\F1EA";
}

.fa-not-equal::before {
  content: "\F53E";
}

.fa-note-sticky::before {
  content: "\F249";
}

.fa-sticky-note::before {
  content: "\F249";
}

.fa-notes-medical::before {
  content: "\F481";
}

.fa-o::before {
  content: "O";
}

.fa-object-group::before {
  content: "\F247";
}

.fa-object-ungroup::before {
  content: "\F248";
}

.fa-oil-can::before {
  content: "\F613";
}

.fa-oil-well::before {
  content: "\E532";
}

.fa-om::before {
  content: "\F679";
}

.fa-otter::before {
  content: "\F700";
}

.fa-outdent::before {
  content: "\F03B";
}

.fa-dedent::before {
  content: "\F03B";
}

.fa-p::before {
  content: "P";
}

.fa-pager::before {
  content: "\F815";
}

.fa-paint-roller::before {
  content: "\F5AA";
}

.fa-paintbrush::before {
  content: "\F1FC";
}

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

.fa-palette::before {
  content: "\F53F";
}

.fa-pallet::before {
  content: "\F482";
}

.fa-panorama::before {
  content: "\E209";
}

.fa-paper-plane::before {
  content: "\F1D8";
}

.fa-paperclip::before {
  content: "\F0C6";
}

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

.fa-paragraph::before {
  content: "\F1DD";
}

.fa-passport::before {
  content: "\F5AB";
}

.fa-paste::before {
  content: "\F0EA";
}

.fa-file-clipboard::before {
  content: "\F0EA";
}

.fa-pause::before {
  content: "\F04C";
}

.fa-paw::before {
  content: "\F1B0";
}

.fa-peace::before {
  content: "\F67C";
}

.fa-pen::before {
  content: "\F304";
}

.fa-pen-clip::before {
  content: "\F305";
}

.fa-pen-alt::before {
  content: "\F305";
}

.fa-pen-fancy::before {
  content: "\F5AC";
}

.fa-pen-nib::before {
  content: "\F5AD";
}

.fa-pen-ruler::before {
  content: "\F5AE";
}

.fa-pencil-ruler::before {
  content: "\F5AE";
}

.fa-pen-to-square::before {
  content: "\F044";
}

.fa-edit::before {
  content: "\F044";
}

.fa-pencil::before {
  content: "\F303";
}

.fa-pencil-alt::before {
  content: "\F303";
}

.fa-people-arrows-left-right::before {
  content: "\E068";
}

.fa-people-arrows::before {
  content: "\E068";
}

.fa-people-carry-box::before {
  content: "\F4CE";
}

.fa-people-carry::before {
  content: "\F4CE";
}

.fa-people-group::before {
  content: "\E533";
}

.fa-people-line::before {
  content: "\E534";
}

.fa-people-pulling::before {
  content: "\E535";
}

.fa-people-robbery::before {
  content: "\E536";
}

.fa-people-roof::before {
  content: "\E537";
}

.fa-pepper-hot::before {
  content: "\F816";
}

.fa-percent::before {
  content: "%";
}

.fa-percentage::before {
  content: "%";
}

.fa-person::before {
  content: "\F183";
}

.fa-male::before {
  content: "\F183";
}

.fa-person-arrow-down-to-line::before {
  content: "\E538";
}

.fa-person-arrow-up-from-line::before {
  content: "\E539";
}

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

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

.fa-person-booth::before {
  content: "\F756";
}

.fa-person-breastfeeding::before {
  content: "\E53A";
}

.fa-person-burst::before {
  content: "\E53B";
}

.fa-person-cane::before {
  content: "\E53C";
}

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

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

.fa-person-circle-exclamation::before {
  content: "\E53F";
}

.fa-person-circle-minus::before {
  content: "\E540";
}

.fa-person-circle-plus::before {
  content: "\E541";
}

.fa-person-circle-question::before {
  content: "\E542";
}

.fa-person-circle-xmark::before {
  content: "\E543";
}

.fa-person-digging::before {
  content: "\F85E";
}

.fa-digging::before {
  content: "\F85E";
}

.fa-person-dots-from-line::before {
  content: "\F470";
}

.fa-diagnoses::before {
  content: "\F470";
}

.fa-person-dress::before {
  content: "\F182";
}

.fa-female::before {
  content: "\F182";
}

.fa-person-dress-burst::before {
  content: "\E544";
}

.fa-person-drowning::before {
  content: "\E545";
}

.fa-person-falling::before {
  content: "\E546";
}

.fa-person-falling-burst::before {
  content: "\E547";
}

.fa-person-half-dress::before {
  content: "\E548";
}

.fa-person-harassing::before {
  content: "\E549";
}

.fa-person-hiking::before {
  content: "\F6EC";
}

.fa-hiking::before {
  content: "\F6EC";
}

.fa-person-military-pointing::before {
  content: "\E54A";
}

.fa-person-military-rifle::before {
  content: "\E54B";
}

.fa-person-military-to-person::before {
  content: "\E54C";
}

.fa-person-praying::before {
  content: "\F683";
}

.fa-pray::before {
  content: "\F683";
}

.fa-person-pregnant::before {
  content: "\E31E";
}

.fa-person-rays::before {
  content: "\E54D";
}

.fa-person-rifle::before {
  content: "\E54E";
}

.fa-person-running::before {
  content: "\F70C";
}

.fa-running::before {
  content: "\F70C";
}

.fa-person-shelter::before {
  content: "\E54F";
}

.fa-person-skating::before {
  content: "\F7C5";
}

.fa-skating::before {
  content: "\F7C5";
}

.fa-person-skiing::before {
  content: "\F7C9";
}

.fa-skiing::before {
  content: "\F7C9";
}

.fa-person-skiing-nordic::before {
  content: "\F7CA";
}

.fa-skiing-nordic::before {
  content: "\F7CA";
}

.fa-person-snowboarding::before {
  content: "\F7CE";
}

.fa-snowboarding::before {
  content: "\F7CE";
}

.fa-person-swimming::before {
  content: "\F5C4";
}

.fa-swimmer::before {
  content: "\F5C4";
}

.fa-person-through-window::before {
  content: "\E433";
}

.fa-person-walking::before {
  content: "\F554";
}

.fa-walking::before {
  content: "\F554";
}

.fa-person-walking-arrow-loop-left::before {
  content: "\E551";
}

.fa-person-walking-arrow-right::before {
  content: "\E552";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\E553";
}

.fa-person-walking-luggage::before {
  content: "\E554";
}

.fa-person-walking-with-cane::before {
  content: "\F29D";
}

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

.fa-peseta-sign::before {
  content: "\E221";
}

.fa-peso-sign::before {
  content: "\E222";
}

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

.fa-phone-flip::before {
  content: "\F879";
}

.fa-phone-alt::before {
  content: "\F879";
}

.fa-phone-slash::before {
  content: "\F3DD";
}

.fa-phone-volume::before {
  content: "\F2A0";
}

.fa-volume-control-phone::before {
  content: "\F2A0";
}

.fa-photo-film::before {
  content: "\F87C";
}

.fa-photo-video::before {
  content: "\F87C";
}

.fa-piggy-bank::before {
  content: "\F4D3";
}

.fa-pills::before {
  content: "\F484";
}

.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-circle-check::before {
  content: "\E555";
}

.fa-plane-circle-exclamation::before {
  content: "\E556";
}

.fa-plane-circle-xmark::before {
  content: "\E557";
}

.fa-plane-departure::before {
  content: "\F5B0";
}

.fa-plane-lock::before {
  content: "\E558";
}

.fa-plane-slash::before {
  content: "\E069";
}

.fa-plane-up::before {
  content: "\E22D";
}

.fa-plant-wilt::before {
  content: "\E43B";
}

.fa-plate-wheat::before {
  content: "\E55A";
}

.fa-play::before {
  content: "\F04B";
}

.fa-plug::before {
  content: "\F1E6";
}

.fa-plug-circle-bolt::before {
  content: "\E55B";
}

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

.fa-plug-circle-exclamation::before {
  content: "\E55D";
}

.fa-plug-circle-minus::before {
  content: "\E55E";
}

.fa-plug-circle-plus::before {
  content: "\E55F";
}

.fa-plug-circle-xmark::before {
  content: "\E560";
}

.fa-plus::before {
  content: "+";
}

.fa-add::before {
  content: "+";
}

.fa-plus-minus::before {
  content: "\E43C";
}

.fa-podcast::before {
  content: "\F2CE";
}

.fa-poo::before {
  content: "\F2FE";
}

.fa-poo-storm::before {
  content: "\F75A";
}

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

.fa-poop::before {
  content: "\F619";
}

.fa-power-off::before {
  content: "\F011";
}

.fa-prescription::before {
  content: "\F5B1";
}

.fa-prescription-bottle::before {
  content: "\F485";
}

.fa-prescription-bottle-medical::before {
  content: "\F486";
}

.fa-prescription-bottle-alt::before {
  content: "\F486";
}

.fa-print::before {
  content: "\F02F";
}

.fa-pump-medical::before {
  content: "\E06A";
}

.fa-pump-soap::before {
  content: "\E06B";
}

.fa-puzzle-piece::before {
  content: "\F12E";
}

.fa-q::before {
  content: "Q";
}

.fa-qrcode::before {
  content: "\F029";
}

.fa-question::before {
  content: "?";
}

.fa-quote-left::before {
  content: "\F10D";
}

.fa-quote-left-alt::before {
  content: "\F10D";
}

.fa-quote-right::before {
  content: "\F10E";
}

.fa-quote-right-alt::before {
  content: "\F10E";
}

.fa-r::before {
  content: "R";
}

.fa-radiation::before {
  content: "\F7B9";
}

.fa-radio::before {
  content: "\F8D7";
}

.fa-rainbow::before {
  content: "\F75B";
}

.fa-ranking-star::before {
  content: "\E561";
}

.fa-receipt::before {
  content: "\F543";
}

.fa-record-vinyl::before {
  content: "\F8D9";
}

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

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

.fa-rectangle-list::before {
  content: "\F022";
}

.fa-list-alt::before {
  content: "\F022";
}

.fa-rectangle-xmark::before {
  content: "\F410";
}

.fa-rectangle-times::before {
  content: "\F410";
}

.fa-times-rectangle::before {
  content: "\F410";
}

.fa-window-close::before {
  content: "\F410";
}

.fa-recycle::before {
  content: "\F1B8";
}

.fa-registered::before {
  content: "\F25D";
}

.fa-repeat::before {
  content: "\F363";
}

.fa-reply::before {
  content: "\F3E5";
}

.fa-mail-reply::before {
  content: "\F3E5";
}

.fa-reply-all::before {
  content: "\F122";
}

.fa-mail-reply-all::before {
  content: "\F122";
}

.fa-republican::before {
  content: "\F75E";
}

.fa-restroom::before {
  content: "\F7BD";
}

.fa-retweet::before {
  content: "\F079";
}

.fa-ribbon::before {
  content: "\F4D6";
}

.fa-right-from-bracket::before {
  content: "\F2F5";
}

.fa-sign-out-alt::before {
  content: "\F2F5";
}

.fa-right-left::before {
  content: "\F362";
}

.fa-exchange-alt::before {
  content: "\F362";
}

.fa-right-long::before {
  content: "\F30B";
}

.fa-long-arrow-alt-right::before {
  content: "\F30B";
}

.fa-right-to-bracket::before {
  content: "\F2F6";
}

.fa-sign-in-alt::before {
  content: "\F2F6";
}

.fa-ring::before {
  content: "\F70B";
}

.fa-road::before {
  content: "\F018";
}

.fa-road-barrier::before {
  content: "\E562";
}

.fa-road-bridge::before {
  content: "\E563";
}

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

.fa-road-circle-exclamation::before {
  content: "\E565";
}

.fa-road-circle-xmark::before {
  content: "\E566";
}

.fa-road-lock::before {
  content: "\E567";
}

.fa-road-spikes::before {
  content: "\E568";
}

.fa-robot::before {
  content: "\F544";
}

.fa-rocket::before {
  content: "\F135";
}

.fa-rotate::before {
  content: "\F2F1";
}

.fa-sync-alt::before {
  content: "\F2F1";
}

.fa-rotate-left::before {
  content: "\F2EA";
}

.fa-rotate-back::before {
  content: "\F2EA";
}

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

.fa-undo-alt::before {
  content: "\F2EA";
}

.fa-rotate-right::before {
  content: "\F2F9";
}

.fa-redo-alt::before {
  content: "\F2F9";
}

.fa-rotate-forward::before {
  content: "\F2F9";
}

.fa-route::before {
  content: "\F4D7";
}

.fa-rss::before {
  content: "\F09E";
}

.fa-feed::before {
  content: "\F09E";
}

.fa-ruble-sign::before {
  content: "\F158";
}

.fa-rouble::before {
  content: "\F158";
}

.fa-rub::before {
  content: "\F158";
}

.fa-ruble::before {
  content: "\F158";
}

.fa-rug::before {
  content: "\E569";
}

.fa-ruler::before {
  content: "\F545";
}

.fa-ruler-combined::before {
  content: "\F546";
}

.fa-ruler-horizontal::before {
  content: "\F547";
}

.fa-ruler-vertical::before {
  content: "\F548";
}

.fa-rupee-sign::before {
  content: "\F156";
}

.fa-rupee::before {
  content: "\F156";
}

.fa-rupiah-sign::before {
  content: "\E23D";
}

.fa-s::before {
  content: "S";
}

.fa-sack-dollar::before {
  content: "\F81D";
}

.fa-sack-xmark::before {
  content: "\E56A";
}

.fa-sailboat::before {
  content: "\E445";
}

.fa-satellite::before {
  content: "\F7BF";
}

.fa-satellite-dish::before {
  content: "\F7C0";
}

.fa-scale-balanced::before {
  content: "\F24E";
}

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

.fa-scale-unbalanced::before {
  content: "\F515";
}

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

.fa-scale-unbalanced-flip::before {
  content: "\F516";
}

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

.fa-school::before {
  content: "\F549";
}

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

.fa-school-circle-exclamation::before {
  content: "\E56C";
}

.fa-school-circle-xmark::before {
  content: "\E56D";
}

.fa-school-flag::before {
  content: "\E56E";
}

.fa-school-lock::before {
  content: "\E56F";
}

.fa-scissors::before {
  content: "\F0C4";
}

.fa-cut::before {
  content: "\F0C4";
}

.fa-screwdriver::before {
  content: "\F54A";
}

.fa-screwdriver-wrench::before {
  content: "\F7D9";
}

.fa-tools::before {
  content: "\F7D9";
}

.fa-scroll::before {
  content: "\F70E";
}

.fa-scroll-torah::before {
  content: "\F6A0";
}

.fa-torah::before {
  content: "\F6A0";
}

.fa-sd-card::before {
  content: "\F7C2";
}

.fa-section::before {
  content: "\E447";
}

.fa-seedling::before {
  content: "\F4D8";
}

.fa-sprout::before {
  content: "\F4D8";
}

.fa-server::before {
  content: "\F233";
}

.fa-shapes::before {
  content: "\F61F";
}

.fa-triangle-circle-square::before {
  content: "\F61F";
}

.fa-share::before {
  content: "\F064";
}

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

.fa-mail-forward::before {
  content: "\F064";
}

.fa-share-from-square::before {
  content: "\F14D";
}

.fa-share-square::before {
  content: "\F14D";
}

.fa-share-nodes::before {
  content: "\F1E0";
}

.fa-share-alt::before {
  content: "\F1E0";
}

.fa-sheet-plastic::before {
  content: "\E571";
}

.fa-shekel-sign::before {
  content: "\F20B";
}

.fa-ils::before {
  content: "\F20B";
}

.fa-shekel::before {
  content: "\F20B";
}

.fa-sheqel::before {
  content: "\F20B";
}

.fa-sheqel-sign::before {
  content: "\F20B";
}

.fa-shield::before {
  content: "\F132";
}

.fa-shield-blank::before {
  content: "\F132";
}

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

.fa-shield-dog::before {
  content: "\E573";
}

.fa-shield-halved::before {
  content: "\F3ED";
}

.fa-shield-alt::before {
  content: "\F3ED";
}

.fa-shield-heart::before {
  content: "\E574";
}

.fa-shield-virus::before {
  content: "\E06C";
}

.fa-ship::before {
  content: "\F21A";
}

.fa-shirt::before {
  content: "\F553";
}

.fa-t-shirt::before {
  content: "\F553";
}

.fa-tshirt::before {
  content: "\F553";
}

.fa-shoe-prints::before {
  content: "\F54B";
}

.fa-shop::before {
  content: "\F54F";
}

.fa-store-alt::before {
  content: "\F54F";
}

.fa-shop-lock::before {
  content: "\E4A5";
}

.fa-shop-slash::before {
  content: "\E070";
}

.fa-store-alt-slash::before {
  content: "\E070";
}

.fa-shower::before {
  content: "\F2CC";
}

.fa-shrimp::before {
  content: "\E448";
}

.fa-shuffle::before {
  content: "\F074";
}

.fa-random::before {
  content: "\F074";
}

.fa-shuttle-space::before {
  content: "\F197";
}

.fa-space-shuttle::before {
  content: "\F197";
}

.fa-sign-hanging::before {
  content: "\F4D9";
}

.fa-sign::before {
  content: "\F4D9";
}

.fa-signal::before {
  content: "\F012";
}

.fa-signal-5::before {
  content: "\F012";
}

.fa-signal-perfect::before {
  content: "\F012";
}

.fa-signature::before {
  content: "\F5B7";
}

.fa-signs-post::before {
  content: "\F277";
}

.fa-map-signs::before {
  content: "\F277";
}

.fa-sim-card::before {
  content: "\F7C4";
}

.fa-sink::before {
  content: "\E06D";
}

.fa-sitemap::before {
  content: "\F0E8";
}

.fa-skull::before {
  content: "\F54C";
}

.fa-skull-crossbones::before {
  content: "\F714";
}

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

.fa-sleigh::before {
  content: "\F7CC";
}

.fa-sliders::before {
  content: "\F1DE";
}

.fa-sliders-h::before {
  content: "\F1DE";
}

.fa-smog::before {
  content: "\F75F";
}

.fa-smoking::before {
  content: "\F48D";
}

.fa-snowflake::before {
  content: "\F2DC";
}

.fa-snowman::before {
  content: "\F7D0";
}

.fa-snowplow::before {
  content: "\F7D2";
}

.fa-soap::before {
  content: "\E06E";
}

.fa-socks::before {
  content: "\F696";
}

.fa-solar-panel::before {
  content: "\F5BA";
}

.fa-sort::before {
  content: "\F0DC";
}

.fa-unsorted::before {
  content: "\F0DC";
}

.fa-sort-down::before {
  content: "\F0DD";
}

.fa-sort-desc::before {
  content: "\F0DD";
}

.fa-sort-up::before {
  content: "\F0DE";
}

.fa-sort-asc::before {
  content: "\F0DE";
}

.fa-spa::before {
  content: "\F5BB";
}

.fa-spaghetti-monster-flying::before {
  content: "\F67B";
}

.fa-pastafarianism::before {
  content: "\F67B";
}

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

.fa-spider::before {
  content: "\F717";
}

.fa-spinner::before {
  content: "\F110";
}

.fa-splotch::before {
  content: "\F5BC";
}

.fa-spoon::before {
  content: "\F2E5";
}

.fa-utensil-spoon::before {
  content: "\F2E5";
}

.fa-spray-can::before {
  content: "\F5BD";
}

.fa-spray-can-sparkles::before {
  content: "\F5D0";
}

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

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

.fa-square-arrow-up-right::before {
  content: "\F14C";
}

.fa-external-link-square::before {
  content: "\F14C";
}

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

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

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

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

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

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

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

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

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

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

.fa-square-envelope::before {
  content: "\F199";
}

.fa-envelope-square::before {
  content: "\F199";
}

.fa-square-full::before {
  content: "\F45C";
}

.fa-square-h::before {
  content: "\F0FD";
}

.fa-h-square::before {
  content: "\F0FD";
}

.fa-square-minus::before {
  content: "\F146";
}

.fa-minus-square::before {
  content: "\F146";
}

.fa-square-nfi::before {
  content: "\E576";
}

.fa-square-parking::before {
  content: "\F540";
}

.fa-parking::before {
  content: "\F540";
}

.fa-square-pen::before {
  content: "\F14B";
}

.fa-pen-square::before {
  content: "\F14B";
}

.fa-pencil-square::before {
  content: "\F14B";
}

.fa-square-person-confined::before {
  content: "\E577";
}

.fa-square-phone::before {
  content: "\F098";
}

.fa-phone-square::before {
  content: "\F098";
}

.fa-square-phone-flip::before {
  content: "\F87B";
}

.fa-phone-square-alt::before {
  content: "\F87B";
}

.fa-square-plus::before {
  content: "\F0FE";
}

.fa-plus-square::before {
  content: "\F0FE";
}

.fa-square-poll-horizontal::before {
  content: "\F682";
}

.fa-poll-h::before {
  content: "\F682";
}

.fa-square-poll-vertical::before {
  content: "\F681";
}

.fa-poll::before {
  content: "\F681";
}

.fa-square-root-variable::before {
  content: "\F698";
}

.fa-square-root-alt::before {
  content: "\F698";
}

.fa-square-rss::before {
  content: "\F143";
}

.fa-rss-square::before {
  content: "\F143";
}

.fa-square-share-nodes::before {
  content: "\F1E1";
}

.fa-share-alt-square::before {
  content: "\F1E1";
}

.fa-square-up-right::before {
  content: "\F360";
}

.fa-external-link-square-alt::before {
  content: "\F360";
}

.fa-square-virus::before {
  content: "\E578";
}

.fa-square-xmark::before {
  content: "\F2D3";
}

.fa-times-square::before {
  content: "\F2D3";
}

.fa-xmark-square::before {
  content: "\F2D3";
}

.fa-staff-aesculapius::before {
  content: "\E579";
}

.fa-rod-asclepius::before {
  content: "\E579";
}

.fa-rod-snake::before {
  content: "\E579";
}

.fa-staff-snake::before {
  content: "\E579";
}

.fa-stairs::before {
  content: "\E289";
}

.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-stroke::before {
  content: "\F5C0";
}

.fa-star-half-alt::before {
  content: "\F5C0";
}

.fa-star-of-david::before {
  content: "\F69A";
}

.fa-star-of-life::before {
  content: "\F621";
}

.fa-sterling-sign::before {
  content: "\F154";
}

.fa-gbp::before {
  content: "\F154";
}

.fa-pound-sign::before {
  content: "\F154";
}

.fa-stethoscope::before {
  content: "\F0F1";
}

.fa-stop::before {
  content: "\F04D";
}

.fa-stopwatch::before {
  content: "\F2F2";
}

.fa-stopwatch-20::before {
  content: "\E06F";
}

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

.fa-store-slash::before {
  content: "\E071";
}

.fa-street-view::before {
  content: "\F21D";
}

.fa-strikethrough::before {
  content: "\F0CC";
}

.fa-stroopwafel::before {
  content: "\F551";
}

.fa-subscript::before {
  content: "\F12C";
}

.fa-suitcase::before {
  content: "\F0F2";
}

.fa-suitcase-medical::before {
  content: "\F0FA";
}

.fa-medkit::before {
  content: "\F0FA";
}

.fa-suitcase-rolling::before {
  content: "\F5C1";
}

.fa-sun::before {
  content: "\F185";
}

.fa-sun-plant-wilt::before {
  content: "\E57A";
}

.fa-superscript::before {
  content: "\F12B";
}

.fa-swatchbook::before {
  content: "\F5C3";
}

.fa-synagogue::before {
  content: "\F69B";
}

.fa-syringe::before {
  content: "\F48E";
}

.fa-t::before {
  content: "T";
}

.fa-table::before {
  content: "\F0CE";
}

.fa-table-cells::before {
  content: "\F00A";
}

.fa-th::before {
  content: "\F00A";
}

.fa-table-cells-large::before {
  content: "\F009";
}

.fa-th-large::before {
  content: "\F009";
}

.fa-table-columns::before {
  content: "\F0DB";
}

.fa-columns::before {
  content: "\F0DB";
}

.fa-table-list::before {
  content: "\F00B";
}

.fa-th-list::before {
  content: "\F00B";
}

.fa-table-tennis-paddle-ball::before {
  content: "\F45D";
}

.fa-ping-pong-paddle-ball::before {
  content: "\F45D";
}

.fa-table-tennis::before {
  content: "\F45D";
}

.fa-tablet::before {
  content: "\F3FB";
}

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

.fa-tablet-button::before {
  content: "\F10A";
}

.fa-tablet-screen-button::before {
  content: "\F3FA";
}

.fa-tablet-alt::before {
  content: "\F3FA";
}

.fa-tablets::before {
  content: "\F490";
}

.fa-tachograph-digital::before {
  content: "\F566";
}

.fa-digital-tachograph::before {
  content: "\F566";
}

.fa-tag::before {
  content: "\F02B";
}

.fa-tags::before {
  content: "\F02C";
}

.fa-tape::before {
  content: "\F4DB";
}

.fa-tarp::before {
  content: "\E57B";
}

.fa-tarp-droplet::before {
  content: "\E57C";
}

.fa-taxi::before {
  content: "\F1BA";
}

.fa-cab::before {
  content: "\F1BA";
}

.fa-teeth::before {
  content: "\F62E";
}

.fa-teeth-open::before {
  content: "\F62F";
}

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

.fa-temperature-down::before {
  content: "\E03F";
}

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

.fa-temperature-up::before {
  content: "\E040";
}

.fa-temperature-empty::before {
  content: "\F2CB";
}

.fa-temperature-0::before {
  content: "\F2CB";
}

.fa-thermometer-0::before {
  content: "\F2CB";
}

.fa-thermometer-empty::before {
  content: "\F2CB";
}

.fa-temperature-full::before {
  content: "\F2C7";
}

.fa-temperature-4::before {
  content: "\F2C7";
}

.fa-thermometer-4::before {
  content: "\F2C7";
}

.fa-thermometer-full::before {
  content: "\F2C7";
}

.fa-temperature-half::before {
  content: "\F2C9";
}

.fa-temperature-2::before {
  content: "\F2C9";
}

.fa-thermometer-2::before {
  content: "\F2C9";
}

.fa-thermometer-half::before {
  content: "\F2C9";
}

.fa-temperature-high::before {
  content: "\F769";
}

.fa-temperature-low::before {
  content: "\F76B";
}

.fa-temperature-quarter::before {
  content: "\F2CA";
}

.fa-temperature-1::before {
  content: "\F2CA";
}

.fa-thermometer-1::before {
  content: "\F2CA";
}

.fa-thermometer-quarter::before {
  content: "\F2CA";
}

.fa-temperature-three-quarters::before {
  content: "\F2C8";
}

.fa-temperature-3::before {
  content: "\F2C8";
}

.fa-thermometer-3::before {
  content: "\F2C8";
}

.fa-thermometer-three-quarters::before {
  content: "\F2C8";
}

.fa-tenge-sign::before {
  content: "\F7D7";
}

.fa-tenge::before {
  content: "\F7D7";
}

.fa-tent::before {
  content: "\E57D";
}

.fa-tent-arrow-down-to-line::before {
  content: "\E57E";
}

.fa-tent-arrow-left-right::before {
  content: "\E57F";
}

.fa-tent-arrow-turn-left::before {
  content: "\E580";
}

.fa-tent-arrows-down::before {
  content: "\E581";
}

.fa-tents::before {
  content: "\E582";
}

.fa-terminal::before {
  content: "\F120";
}

.fa-text-height::before {
  content: "\F034";
}

.fa-text-slash::before {
  content: "\F87D";
}

.fa-remove-format::before {
  content: "\F87D";
}

.fa-text-width::before {
  content: "\F035";
}

.fa-thermometer::before {
  content: "\F491";
}

.fa-thumbs-down::before {
  content: "\F165";
}

.fa-thumbs-up::before {
  content: "\F164";
}

.fa-thumbtack::before {
  content: "\F08D";
}

.fa-thumb-tack::before {
  content: "\F08D";
}

.fa-ticket::before {
  content: "\F145";
}

.fa-ticket-simple::before {
  content: "\F3FF";
}

.fa-ticket-alt::before {
  content: "\F3FF";
}

.fa-timeline::before {
  content: "\E29C";
}

.fa-toggle-off::before {
  content: "\F204";
}

.fa-toggle-on::before {
  content: "\F205";
}

.fa-toilet::before {
  content: "\F7D8";
}

.fa-toilet-paper::before {
  content: "\F71E";
}

.fa-toilet-paper-slash::before {
  content: "\E072";
}

.fa-toilet-portable::before {
  content: "\E583";
}

.fa-toilets-portable::before {
  content: "\E584";
}

.fa-toolbox::before {
  content: "\F552";
}

.fa-tooth::before {
  content: "\F5C9";
}

.fa-torii-gate::before {
  content: "\F6A1";
}

.fa-tornado::before {
  content: "\F76F";
}

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

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

.fa-tower-cell::before {
  content: "\E585";
}

.fa-tower-observation::before {
  content: "\E586";
}

.fa-tractor::before {
  content: "\F722";
}

.fa-trademark::before {
  content: "\F25C";
}

.fa-traffic-light::before {
  content: "\F637";
}

.fa-trailer::before {
  content: "\E041";
}

.fa-train::before {
  content: "\F238";
}

.fa-train-subway::before {
  content: "\F239";
}

.fa-subway::before {
  content: "\F239";
}

.fa-train-tram::before {
  content: "\F7DA";
}

.fa-tram::before {
  content: "\F7DA";
}

.fa-transgender::before {
  content: "\F225";
}

.fa-transgender-alt::before {
  content: "\F225";
}

.fa-trash::before {
  content: "\F1F8";
}

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

.fa-trash-restore::before {
  content: "\F829";
}

.fa-trash-can::before {
  content: "\F2ED";
}

.fa-trash-alt::before {
  content: "\F2ED";
}

.fa-trash-can-arrow-up::before {
  content: "\F82A";
}

.fa-trash-restore-alt::before {
  content: "\F82A";
}

.fa-tree::before {
  content: "\F1BB";
}

.fa-tree-city::before {
  content: "\E587";
}

.fa-triangle-exclamation::before {
  content: "\F071";
}

.fa-exclamation-triangle::before {
  content: "\F071";
}

.fa-warning::before {
  content: "\F071";
}

.fa-trophy::before {
  content: "\F091";
}

.fa-trowel::before {
  content: "\E589";
}

.fa-trowel-bricks::before {
  content: "\E58A";
}

.fa-truck::before {
  content: "\F0D1";
}

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

.fa-truck-droplet::before {
  content: "\E58C";
}

.fa-truck-fast::before {
  content: "\F48B";
}

.fa-shipping-fast::before {
  content: "\F48B";
}

.fa-truck-field::before {
  content: "\E58D";
}

.fa-truck-field-un::before {
  content: "\E58E";
}

.fa-truck-front::before {
  content: "\E2B7";
}

.fa-truck-medical::before {
  content: "\F0F9";
}

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

.fa-truck-monster::before {
  content: "\F63B";
}

.fa-truck-moving::before {
  content: "\F4DF";
}

.fa-truck-pickup::before {
  content: "\F63C";
}

.fa-truck-plane::before {
  content: "\E58F";
}

.fa-truck-ramp-box::before {
  content: "\F4DE";
}

.fa-truck-loading::before {
  content: "\F4DE";
}

.fa-tty::before {
  content: "\F1E4";
}

.fa-teletype::before {
  content: "\F1E4";
}

.fa-turkish-lira-sign::before {
  content: "\E2BB";
}

.fa-try::before {
  content: "\E2BB";
}

.fa-turkish-lira::before {
  content: "\E2BB";
}

.fa-turn-down::before {
  content: "\F3BE";
}

.fa-level-down-alt::before {
  content: "\F3BE";
}

.fa-turn-up::before {
  content: "\F3BF";
}

.fa-level-up-alt::before {
  content: "\F3BF";
}

.fa-tv::before {
  content: "\F26C";
}

.fa-television::before {
  content: "\F26C";
}

.fa-tv-alt::before {
  content: "\F26C";
}

.fa-u::before {
  content: "U";
}

.fa-umbrella::before {
  content: "\F0E9";
}

.fa-umbrella-beach::before {
  content: "\F5CA";
}

.fa-underline::before {
  content: "\F0CD";
}

.fa-universal-access::before {
  content: "\F29A";
}

.fa-unlock::before {
  content: "\F09C";
}

.fa-unlock-keyhole::before {
  content: "\F13E";
}

.fa-unlock-alt::before {
  content: "\F13E";
}

.fa-up-down::before {
  content: "\F338";
}

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

.fa-up-down-left-right::before {
  content: "\F0B2";
}

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

.fa-up-long::before {
  content: "\F30C";
}

.fa-long-arrow-alt-up::before {
  content: "\F30C";
}

.fa-up-right-and-down-left-from-center::before {
  content: "\F424";
}

.fa-expand-alt::before {
  content: "\F424";
}

.fa-up-right-from-square::before {
  content: "\F35D";
}

.fa-external-link-alt::before {
  content: "\F35D";
}

.fa-upload::before {
  content: "\F093";
}

.fa-user::before {
  content: "\F007";
}

.fa-user-astronaut::before {
  content: "\F4FB";
}

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

.fa-user-clock::before {
  content: "\F4FD";
}

.fa-user-doctor::before {
  content: "\F0F0";
}

.fa-user-md::before {
  content: "\F0F0";
}

.fa-user-gear::before {
  content: "\F4FE";
}

.fa-user-cog::before {
  content: "\F4FE";
}

.fa-user-graduate::before {
  content: "\F501";
}

.fa-user-group::before {
  content: "\F500";
}

.fa-user-friends::before {
  content: "\F500";
}

.fa-user-injured::before {
  content: "\F728";
}

.fa-user-large::before {
  content: "\F406";
}

.fa-user-alt::before {
  content: "\F406";
}

.fa-user-large-slash::before {
  content: "\F4FA";
}

.fa-user-alt-slash::before {
  content: "\F4FA";
}

.fa-user-lock::before {
  content: "\F502";
}

.fa-user-minus::before {
  content: "\F503";
}

.fa-user-ninja::before {
  content: "\F504";
}

.fa-user-nurse::before {
  content: "\F82F";
}

.fa-user-pen::before {
  content: "\F4FF";
}

.fa-user-edit::before {
  content: "\F4FF";
}

.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-xmark::before {
  content: "\F235";
}

.fa-user-times::before {
  content: "\F235";
}

.fa-users::before {
  content: "\F0C0";
}

.fa-users-between-lines::before {
  content: "\E591";
}

.fa-users-gear::before {
  content: "\F509";
}

.fa-users-cog::before {
  content: "\F509";
}

.fa-users-line::before {
  content: "\E592";
}

.fa-users-rays::before {
  content: "\E593";
}

.fa-users-rectangle::before {
  content: "\E594";
}

.fa-users-slash::before {
  content: "\E073";
}

.fa-users-viewfinder::before {
  content: "\E595";
}

.fa-utensils::before {
  content: "\F2E7";
}

.fa-cutlery::before {
  content: "\F2E7";
}

.fa-v::before {
  content: "V";
}

.fa-van-shuttle::before {
  content: "\F5B6";
}

.fa-shuttle-van::before {
  content: "\F5B6";
}

.fa-vault::before {
  content: "\E2C5";
}

.fa-vector-square::before {
  content: "\F5CB";
}

.fa-venus::before {
  content: "\F221";
}

.fa-venus-double::before {
  content: "\F226";
}

.fa-venus-mars::before {
  content: "\F228";
}

.fa-vest::before {
  content: "\E085";
}

.fa-vest-patches::before {
  content: "\E086";
}

.fa-vial::before {
  content: "\F492";
}

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

.fa-vial-virus::before {
  content: "\E597";
}

.fa-vials::before {
  content: "\F493";
}

.fa-video::before {
  content: "\F03D";
}

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

.fa-video-slash::before {
  content: "\F4E2";
}

.fa-vihara::before {
  content: "\F6A7";
}

.fa-virus::before {
  content: "\E074";
}

.fa-virus-covid::before {
  content: "\E4A8";
}

.fa-virus-covid-slash::before {
  content: "\E4A9";
}

.fa-virus-slash::before {
  content: "\E075";
}

.fa-viruses::before {
  content: "\E076";
}

.fa-voicemail::before {
  content: "\F897";
}

.fa-volcano::before {
  content: "\F770";
}

.fa-volleyball::before {
  content: "\F45F";
}

.fa-volleyball-ball::before {
  content: "\F45F";
}

.fa-volume-high::before {
  content: "\F028";
}

.fa-volume-up::before {
  content: "\F028";
}

.fa-volume-low::before {
  content: "\F027";
}

.fa-volume-down::before {
  content: "\F027";
}

.fa-volume-off::before {
  content: "\F026";
}

.fa-volume-xmark::before {
  content: "\F6A9";
}

.fa-volume-mute::before {
  content: "\F6A9";
}

.fa-volume-times::before {
  content: "\F6A9";
}

.fa-vr-cardboard::before {
  content: "\F729";
}

.fa-w::before {
  content: "W";
}

.fa-walkie-talkie::before {
  content: "\F8EF";
}

.fa-wallet::before {
  content: "\F555";
}

.fa-wand-magic::before {
  content: "\F0D0";
}

.fa-magic::before {
  content: "\F0D0";
}

.fa-wand-magic-sparkles::before {
  content: "\E2CA";
}

.fa-magic-wand-sparkles::before {
  content: "\E2CA";
}

.fa-wand-sparkles::before {
  content: "\F72B";
}

.fa-warehouse::before {
  content: "\F494";
}

.fa-water::before {
  content: "\F773";
}

.fa-water-ladder::before {
  content: "\F5C5";
}

.fa-ladder-water::before {
  content: "\F5C5";
}

.fa-swimming-pool::before {
  content: "\F5C5";
}

.fa-wave-square::before {
  content: "\F83E";
}

.fa-weight-hanging::before {
  content: "\F5CD";
}

.fa-weight-scale::before {
  content: "\F496";
}

.fa-weight::before {
  content: "\F496";
}

.fa-wheat-awn::before {
  content: "\E2CD";
}

.fa-wheat-alt::before {
  content: "\E2CD";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "\E598";
}

.fa-wheelchair::before {
  content: "\F193";
}

.fa-wheelchair-move::before {
  content: "\E2CE";
}

.fa-wheelchair-alt::before {
  content: "\E2CE";
}

.fa-whiskey-glass::before {
  content: "\F7A0";
}

.fa-glass-whiskey::before {
  content: "\F7A0";
}

.fa-wifi::before {
  content: "\F1EB";
}

.fa-wifi-3::before {
  content: "\F1EB";
}

.fa-wifi-strong::before {
  content: "\F1EB";
}

.fa-wind::before {
  content: "\F72E";
}

.fa-window-maximize::before {
  content: "\F2D0";
}

.fa-window-minimize::before {
  content: "\F2D1";
}

.fa-window-restore::before {
  content: "\F2D2";
}

.fa-wine-bottle::before {
  content: "\F72F";
}

.fa-wine-glass::before {
  content: "\F4E3";
}

.fa-wine-glass-empty::before {
  content: "\F5CE";
}

.fa-wine-glass-alt::before {
  content: "\F5CE";
}

.fa-won-sign::before {
  content: "\F159";
}

.fa-krw::before {
  content: "\F159";
}

.fa-won::before {
  content: "\F159";
}

.fa-worm::before {
  content: "\E599";
}

.fa-wrench::before {
  content: "\F0AD";
}

.fa-x::before {
  content: "X";
}

.fa-x-ray::before {
  content: "\F497";
}

.fa-xmark::before {
  content: "\F00D";
}

.fa-close::before {
  content: "\F00D";
}

.fa-multiply::before {
  content: "\F00D";
}

.fa-remove::before {
  content: "\F00D";
}

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

.fa-xmarks-lines::before {
  content: "\E59A";
}

.fa-y::before {
  content: "Y";
}

.fa-yen-sign::before {
  content: "\F157";
}

.fa-cny::before {
  content: "\F157";
}

.fa-jpy::before {
  content: "\F157";
}

.fa-rmb::before {
  content: "\F157";
}

.fa-yen::before {
  content: "\F157";
}

.fa-yin-yang::before {
  content: "\F6AD";
}

.fa-z::before {
  content: "Z";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype");
}
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

/*!
 * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa-42-group:before {
  content: "\E080";
}

.fa-innosoft:before {
  content: "\E080";
}

.fa-500px:before {
  content: "\F26E";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-pay:before {
  content: "\F415";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-bilibili:before {
  content: "\E3D9";
}

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

.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-blogger:before {
  content: "\F37C";
}

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

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

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

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

.fa-bots:before {
  content: "\E340";
}

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

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

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

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

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

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

.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-chrome:before {
  content: "\F268";
}

.fa-chromecast:before {
  content: "\F838";
}

.fa-cloudflare:before {
  content: "\E07D";
}

.fa-cloudscale:before {
  content: "\F383";
}

.fa-cloudsmith:before {
  content: "\F384";
}

.fa-cloudversify:before {
  content: "\F385";
}

.fa-cmplid:before {
  content: "\E360";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-confluence:before {
  content: "\F78D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-cotton-bureau:before {
  content: "\F89E";
}

.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-critical-role:before {
  content: "\F6C9";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-css3-alt:before {
  content: "\F38B";
}

.fa-cuttlefish:before {
  content: "\F38C";
}

.fa-d-and-d:before {
  content: "\F38D";
}

.fa-d-and-d-beyond:before {
  content: "\F6CA";
}

.fa-dailymotion:before {
  content: "\E052";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-deezer:before {
  content: "\E077";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-deploydog:before {
  content: "\F38E";
}

.fa-deskpro:before {
  content: "\F38F";
}

.fa-dev:before {
  content: "\F6CC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-dhl:before {
  content: "\F790";
}

.fa-diaspora:before {
  content: "\F791";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-digital-ocean:before {
  content: "\F391";
}

.fa-discord:before {
  content: "\F392";
}

.fa-discourse:before {
  content: "\F393";
}

.fa-dochub:before {
  content: "\F394";
}

.fa-docker:before {
  content: "\F395";
}

.fa-draft2digital:before {
  content: "\F396";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-dribbble-square:before {
  content: "\F397";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-dyalog:before {
  content: "\F399";
}

.fa-earlybirds:before {
  content: "\F39A";
}

.fa-ebay:before {
  content: "\F4F4";
}

.fa-edge:before {
  content: "\F282";
}

.fa-edge-legacy:before {
  content: "\E078";
}

.fa-elementor:before {
  content: "\F430";
}

.fa-ello:before {
  content: "\F5F1";
}

.fa-ember:before {
  content: "\F423";
}

.fa-empire:before {
  content: "\F1D1";
}

.fa-envira:before {
  content: "\F299";
}

.fa-erlang:before {
  content: "\F39D";
}

.fa-ethereum:before {
  content: "\F42E";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-evernote:before {
  content: "\F839";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-facebook:before {
  content: "\F09A";
}

.fa-facebook-f:before {
  content: "\F39E";
}

.fa-facebook-messenger:before {
  content: "\F39F";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-fantasy-flight-games:before {
  content: "\F6DC";
}

.fa-fedex:before {
  content: "\F797";
}

.fa-fedora:before {
  content: "\F798";
}

.fa-figma:before {
  content: "\F799";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-firefox-browser:before {
  content: "\E007";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-first-order-alt:before {
  content: "\F50A";
}

.fa-firstdraft:before {
  content: "\F3A1";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-flipboard:before {
  content: "\F44D";
}

.fa-fly:before {
  content: "\F417";
}

.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-font-awesome-flag:before {
  content: "\F2B4";
}

.fa-font-awesome-logo-full:before {
  content: "\F2B4";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-fonticons-fi:before {
  content: "\F3A2";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-fort-awesome-alt:before {
  content: "\F3A3";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-freebsd:before {
  content: "\F3A4";
}

.fa-fulcrum:before {
  content: "\F50B";
}

.fa-galactic-republic:before {
  content: "\F50C";
}

.fa-galactic-senate:before {
  content: "\F50D";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.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-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-gofore:before {
  content: "\F3A7";
}

.fa-golang:before {
  content: "\E40F";
}

.fa-goodreads:before {
  content: "\F3A8";
}

.fa-goodreads-g:before {
  content: "\F3A9";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-google-drive:before {
  content: "\F3AA";
}

.fa-google-pay:before {
  content: "\E079";
}

.fa-google-play:before {
  content: "\F3AB";
}

.fa-google-plus:before {
  content: "\F2B3";
}

.fa-google-plus-g:before {
  content: "\F0D5";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-gratipay:before {
  content: "\F184";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-gripfire:before {
  content: "\F3AC";
}

.fa-grunt:before {
  content: "\F3AD";
}

.fa-guilded:before {
  content: "\E07E";
}

.fa-gulp:before {
  content: "\F3AE";
}

.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-hacker-news-square:before {
  content: "\F3AF";
}

.fa-hackerrank:before {
  content: "\F5F7";
}

.fa-hashnode:before {
  content: "\E499";
}

.fa-hips:before {
  content: "\F452";
}

.fa-hire-a-helper:before {
  content: "\F3B0";
}

.fa-hive:before {
  content: "\E07F";
}

.fa-hooli:before {
  content: "\F427";
}

.fa-hornbill:before {
  content: "\F592";
}

.fa-hotjar:before {
  content: "\F3B1";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-hubspot:before {
  content: "\F3B2";
}

.fa-ideal:before {
  content: "\E013";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-instagram-square:before {
  content: "\E055";
}

.fa-instalod:before {
  content: "\E081";
}

.fa-intercom:before {
  content: "\F7AF";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-invision:before {
  content: "\F7B0";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-itch-io:before {
  content: "\F83A";
}

.fa-itunes:before {
  content: "\F3B4";
}

.fa-itunes-note:before {
  content: "\F3B5";
}

.fa-java:before {
  content: "\F4E4";
}

.fa-jedi-order:before {
  content: "\F50E";
}

.fa-jenkins:before {
  content: "\F3B6";
}

.fa-jira:before {
  content: "\F7B1";
}

.fa-joget:before {
  content: "\F3B7";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-js:before {
  content: "\F3B8";
}

.fa-js-square:before {
  content: "\F3B9";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-kaggle:before {
  content: "\F5FA";
}

.fa-keybase:before {
  content: "\F4F5";
}

.fa-keycdn:before {
  content: "\F3BA";
}

.fa-kickstarter:before {
  content: "\F3BB";
}

.fa-kickstarter-k:before {
  content: "\F3BC";
}

.fa-korvue:before {
  content: "\F42F";
}

.fa-laravel:before {
  content: "\F3BD";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-less:before {
  content: "\F41D";
}

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

.fa-linkedin:before {
  content: "\F08C";
}

.fa-linkedin-in:before {
  content: "\F0E1";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-lyft:before {
  content: "\F3C3";
}

.fa-magento:before {
  content: "\F3C4";
}

.fa-mailchimp:before {
  content: "\F59E";
}

.fa-mandalorian:before {
  content: "\F50F";
}

.fa-markdown:before {
  content: "\F60F";
}

.fa-mastodon:before {
  content: "\F4F6";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-mdb:before {
  content: "\F8CA";
}

.fa-medapps:before {
  content: "\F3C6";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-medium-m:before {
  content: "\F23A";
}

.fa-medrt:before {
  content: "\F3C8";
}

.fa-meetup:before {
  content: "\F2E0";
}

.fa-megaport:before {
  content: "\F5A3";
}

.fa-mendeley:before {
  content: "\F7B3";
}

.fa-microblog:before {
  content: "\E01A";
}

.fa-microsoft:before {
  content: "\F3CA";
}

.fa-mix:before {
  content: "\F3CB";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-mixer:before {
  content: "\E056";
}

.fa-mizuni:before {
  content: "\F3CC";
}

.fa-modx:before {
  content: "\F285";
}

.fa-monero:before {
  content: "\F3D0";
}

.fa-napster:before {
  content: "\F3D2";
}

.fa-neos:before {
  content: "\F612";
}

.fa-nfc-directional:before {
  content: "\E530";
}

.fa-nfc-symbol:before {
  content: "\E531";
}

.fa-nimblr:before {
  content: "\F5A8";
}

.fa-node:before {
  content: "\F419";
}

.fa-node-js:before {
  content: "\F3D3";
}

.fa-npm:before {
  content: "\F3D4";
}

.fa-ns8:before {
  content: "\F3D5";
}

.fa-nutritionix:before {
  content: "\F3D6";
}

.fa-octopus-deploy:before {
  content: "\E082";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-old-republic:before {
  content: "\F510";
}

.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-padlet:before {
  content: "\E4A0";
}

.fa-page4:before {
  content: "\F3D7";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-palfed:before {
  content: "\F3D8";
}

.fa-patreon:before {
  content: "\F3D9";
}

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

.fa-perbyte:before {
  content: "\E083";
}

.fa-periscope:before {
  content: "\F3DA";
}

.fa-phabricator:before {
  content: "\F3DB";
}

.fa-phoenix-framework:before {
  content: "\F3DC";
}

.fa-phoenix-squadron:before {
  content: "\F511";
}

.fa-php:before {
  content: "\F457";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-pied-piper-hat:before {
  content: "\F4E5";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-square:before {
  content: "\E01E";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-pix:before {
  content: "\E43A";
}

.fa-playstation:before {
  content: "\F3DF";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-pushed:before {
  content: "\F3E1";
}

.fa-python:before {
  content: "\F3E2";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-quinscape:before {
  content: "\F459";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-r-project:before {
  content: "\F4F7";
}

.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-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-renren:before {
  content: "\F18B";
}

.fa-replyd:before {
  content: "\F3E6";
}

.fa-researchgate:before {
  content: "\F4F8";
}

.fa-resolving:before {
  content: "\F3E7";
}

.fa-rev:before {
  content: "\F5B2";
}

.fa-rocketchat:before {
  content: "\F3E8";
}

.fa-rockrms:before {
  content: "\F3E9";
}

.fa-rust:before {
  content: "\E07A";
}

.fa-safari:before {
  content: "\F267";
}

.fa-salesforce:before {
  content: "\F83B";
}

.fa-sass:before {
  content: "\F41E";
}

.fa-schlix:before {
  content: "\F3EA";
}

.fa-screenpal:before {
  content: "\E570";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-searchengin:before {
  content: "\F3EB";
}

.fa-sellcast:before {
  content: "\F2DA";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-servicestack:before {
  content: "\F3EC";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-shopify:before {
  content: "\E057";
}

.fa-shopware:before {
  content: "\F5B5";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-sistrix:before {
  content: "\F3EE";
}

.fa-sith:before {
  content: "\F512";
}

.fa-sitrox:before {
  content: "\E44A";
}

.fa-sketch:before {
  content: "\F7C6";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-slack:before {
  content: "\F198";
}

.fa-slack-hash:before {
  content: "\F198";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AB";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-sourcetree:before {
  content: "\F7D3";
}

.fa-speakap:before {
  content: "\F3F3";
}

.fa-speaker-deck:before {
  content: "\F83C";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-square-font-awesome:before {
  content: "\F425";
}

.fa-square-font-awesome-stroke:before {
  content: "\F35C";
}

.fa-font-awesome-alt:before {
  content: "\F35C";
}

.fa-squarespace:before {
  content: "\F5BE";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-stackpath:before {
  content: "\F842";
}

.fa-staylinked:before {
  content: "\F3F5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-steam-symbol:before {
  content: "\F3F6";
}

.fa-sticker-mule:before {
  content: "\F3F7";
}

.fa-strava:before {
  content: "\F428";
}

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

.fa-stripe-s:before {
  content: "\F42A";
}

.fa-studiovinari:before {
  content: "\F3F8";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-supple:before {
  content: "\F3F9";
}

.fa-suse:before {
  content: "\F7D6";
}

.fa-swift:before {
  content: "\F8E1";
}

.fa-symfony:before {
  content: "\F83D";
}

.fa-teamspeak:before {
  content: "\F4F9";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-telegram-plane:before {
  content: "\F2C6";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-the-red-yeti:before {
  content: "\F69D";
}

.fa-themeco:before {
  content: "\F5C6";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-think-peaks:before {
  content: "\F731";
}

.fa-tiktok:before {
  content: "\E07B";
}

.fa-trade-federation:before {
  content: "\F513";
}

.fa-trello:before {
  content: "\F181";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.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-uncharted:before {
  content: "\E084";
}

.fa-uniregistry:before {
  content: "\F404";
}

.fa-unity:before {
  content: "\E049";
}

.fa-unsplash:before {
  content: "\E07C";
}

.fa-untappd:before {
  content: "\F405";
}

.fa-ups:before {
  content: "\F7E0";
}

.fa-usb:before {
  content: "\F287";
}

.fa-usps:before {
  content: "\F7E1";
}

.fa-ussunnah:before {
  content: "\F407";
}

.fa-vaadin:before {
  content: "\F408";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-viber:before {
  content: "\F409";
}

.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-vuejs:before {
  content: "\F41F";
}

.fa-watchman-monitoring:before {
  content: "\E087";
}

.fa-waze:before {
  content: "\F83F";
}

.fa-weebly:before {
  content: "\F5CC";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-weixin:before {
  content: "\F1D7";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-whatsapp-square:before {
  content: "\F40C";
}

.fa-whmcs:before {
  content: "\F40D";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-wirsindhandwerk:before {
  content: "\E2D0";
}

.fa-wsh:before {
  content: "\E2D0";
}

.fa-wix:before {
  content: "\F5CF";
}

.fa-wizards-of-the-coast:before {
  content: "\F730";
}

.fa-wodu:before {
  content: "\E088";
}

.fa-wolf-pack-battalion:before {
  content: "\F514";
}

.fa-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-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-yoast:before {
  content: "\F2B1";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-youtube-square:before {
  content: "\F431";
}

.fa-zhihu:before {
  content: "\F63F";
}

.tooltipster-fall, .tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute;
}

.tooltipster-box {
  flex: 1 1 auto;
}

.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

.tooltipster-fade {
  opacity: 0;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

.tooltipster-grow {
  transform: scale(0, 0);
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  transform: scale(1, 1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  transform: rotateZ(4deg);
  transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  transform: rotateZ(0);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  transition-property: top;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

.tooltipster-slide {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 0.4s;
}

@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 0.6s;
}

@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 0.6s;
}

.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid #000;
  border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px;
}

.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px;
}

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000;
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

/* Partials
================================================ */
/**
 * 1. Always reset this sucks.
 * 2. Inherit from default setting
 */
* {
  margin: 0; /* 1 */
  padding: 0; /* 1 */
  border: 0; /* 1 */
  background-repeat: no-repeat; /* 1 */
  box-sizing: inherit; /* 2 */
}

/**
 * 1. Prevent certain mobile browsers from automatically zooming fonts.
 * 2. Border box sizing
 * 3. Smooth scroll
 */
html {
  -ms-text-size-adjust: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 1 */
  box-sizing: border-box; /* 2 */
}

/**
 * 1. Set default font styles
 * 2. Beautiful fonts again
 * 3. Prevent horizontal scroll
 */
body {
  font-size: 16px; /* 1 */
  -moz-osx-font-smoothing: grayscale; /* 2 */
  -webkit-font-smoothing: antialiased; /* 2 */
}

/**
 * All Headings look the same
 */
h1,
h2,
h3,
h4,
h5 {
  font-size: 1em;
  font-weight: normal;
}

/**
 * 1. Reset link styles
 * 2. Sized links
 * 3. Remove the gray background on active links in IE 10.
 */
a {
  text-decoration: none; /* 1 */
  color: inherit; /* 1 */
  display: inline-block; /* 2 */
  background-color: transparent; /* 3 */
  outline: none;
}

a[href=""] {
  pointer-events: none;
}

/**
 * No bullets anymore
 */
ol,
ul {
  list-style: none;
}

/**
 * blockquote styles
 */
blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

/**
 * Layout styles
 */
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

/**
 * Remove all default styles and all elements look the same
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: visible;
  border: 0;
  outline: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  vertical-align: top;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Avoid no background on Edge and IE
 */
option {
  background-color: inherit;
}

/**
 * Set a color on active state
 */
a:active,
button:active {
  color: inherit;
}

/**
 * Prevent chrome autofill style
 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}

/**
 * You should define size for textarea
 */
textarea {
  resize: none;
}

/**
 * Pointer cursor for buttons
 */
input[type=button],
button {
  cursor: pointer;
}

/**
 * Pointer default for disabled buttons
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Remove space after each image
 * 2. Ensure responsive images
 * 3. Remove the border on images inside links in IE 10.
 */
img {
  display: block; /* 1 */
  max-width: 100%; /* 2 */
  height: auto; /* 2 */
  border-style: none; /* 3 */
}

/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Attributes & states
 */
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Media Query Variables
================================================ */
/* Colour Variables
================================================ */
/* Font stacks
================================================ */
/* Base Typography
================================================ */
body {
  font-family: "Barlow", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #1A1A1A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* heading
================================================ */
.heading, body.single-product .product__summary .product_title {
  font-weight: 900;
}
.heading--xl {
  font-size: 38px;
  line-height: 41px;
  text-transform: uppercase;
}
.heading--lg, body.single-product .product__summary .product_title, .body-content h2 {
  font-size: 28px;
  line-height: 34px;
}
.heading--md, .products .product .price, .body-content h3, .gform_wrapper.gravity-theme form .gform_body .gfield.gsection .gsection_title {
  font-size: 20px;
  line-height: 24px;
}
.heading--sm, .products .product .woocommerce-loop-product__title, .body-content h4, .form_saved_message h2, .footer__main .menu > li > a {
  font-size: 16px;
  line-height: 20px;
}
.heading--w {
  color: #fff;
}
.heading--w span {
  color: #FD9226;
}
.heading--bold, .products .product .price, .products .product .woocommerce-loop-product__title, .body-content h2, .body-content h3, .body-content h4, .body-content h5 {
  font-weight: 700;
}
.heading--semibold {
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .heading--xl {
    font-size: 67px;
    line-height: 74px;
  }
  .heading--lg, body.single-product .product__summary .product_title, .body-content h2 {
    font-size: 38px;
    line-height: 41px;
  }
  .heading--md, .products .product .price, .body-content h3, .gform_wrapper.gravity-theme form .gform_body .gfield.gsection .gsection_title {
    font-size: 30px;
    line-height: 34px;
  }
  .heading--sm, .products .product .woocommerce-loop-product__title, .body-content h4, .form_saved_message h2, .footer__main .menu > li > a {
    font-size: 22px;
    line-height: 26px;
  }
}
/* Links
================================================ */
a {
  color: inherit;
  text-decoration: none;
}

button,
select {
  color: #1A1A1A;
}

ins {
  text-decoration: none;
}

del {
  color: #ccc;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
body.noscroll, html.noscroll {
  overflow: hidden;
}

body {
  overflow-x: hidden;
  position: relative;
}

.grecaptcha-badge {
  visibility: hidden;
}

input:not([type=submit]), textarea {
  cursor: text;
}

input[type=submit], select {
  cursor: pointer;
}

.wp-block-image .alignright, .wp-block-image .alignleft, .wp-block-image .alignone, .wp-block-image .aligncenter, img.alignright, img.alignleft, img.alignone, img.aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
}
.wp-block-image .alignright img, .wp-block-image .alignleft img, .wp-block-image .alignone img, .wp-block-image .aligncenter img, img.alignright img, img.alignleft img, img.alignone img, img.aligncenter img {
  display: block;
  max-width: 100%;
  height: auto;
}

.wp-block-image .alignright, img.alignright {
  margin: 1em 0;
  float: none;
}

.wp-block-image .alignleft, img.alignleft {
  margin: 1em 0;
  float: none;
}

.wp-block-image .alignnone, img.alignnone {
  margin: 1em 0;
  float: none;
}

.wp-block-image .aligncenter, img.aligncenter {
  display: block;
  margin: 1em;
  float: none;
}

@media only screen and (min-width: 768px) {
  .wp-block-image .alignright, img.alignright {
    float: right;
    margin: 0 0 1em 1em;
  }
  .wp-block-image .alignleft, img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
  }
  .wp-block-image .aligncenter, img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .section {
    padding: 65px 0;
  }
}
@media only screen and (max-width: 1024px) {
  body {
    padding-top: 100px;
  }
}
.ui-btn, .woocommerce-shop-container .woocommerce-shop__wrap__sidebar .berocket_single_filter_widget .bapf_sfilter.bapf_divi_button .bapf_reset, .gform_wrapper.gravity-theme form .gform_footer .gform_save_link, .gform_wrapper.gravity-theme form .gform_footer .gform_button,
.gform_wrapper.gravity-theme form .gform_footer input[name=gform_send_resume_link_button] {
  font-family: "Barlow", Helvetica, Arial, sans-serif;
  font-weight: 900;
  padding: 0 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 53px;
  font-weight: 700;
  transition: all 0.2s ease;
  min-width: 172px;
  box-sizing: border-box;
  border-radius: 7px;
  text-transform: capitalize;
}
.ui-btn--w {
  color: #1A1A1A;
  background: #fff;
}
.ui-btn--w:hover {
  background: #1A1A1A;
  color: #fff;
}
.ui-btn--o, .gform_wrapper.gravity-theme form .gform_footer .gform_button,
.gform_wrapper.gravity-theme form .gform_footer input[name=gform_send_resume_link_button] {
  background: #FD9226;
  color: #1A1A1A;
}
.ui-btn--o:hover, .gform_wrapper.gravity-theme form .gform_footer .gform_button:hover,
.gform_wrapper.gravity-theme form .gform_footer input[name=gform_send_resume_link_button]:hover {
  background: #ee7902;
}
.ui-btn--outline, .gform_wrapper.gravity-theme form .gform_footer .gform_save_link {
  border: 1px solid #225292;
  color: #225292;
}
.ui-btn--outline:hover, .gform_wrapper.gravity-theme form .gform_footer .gform_save_link:hover {
  background: #225292;
  color: #fff;
}
.ui-btn--sm {
  height: 44px;
  min-width: 135px;
}
.ui-btn--lg {
  min-width: 210px;
}

.swiper-nav {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  left: 0;
}
.swiper-nav .swiper-button-next,
.swiper-nav .swiper-button-prev {
  font-size: 0;
  height: 14px;
  width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.swiper-nav .swiper-button-next:before,
.swiper-nav .swiper-button-prev:before {
  font-family: "Font Awesome 6 FREE";
  font-size: 16px;
  font-weight: 900;
  color: #fff;
}
.swiper-nav .swiper-button-prev {
  margin-right: 12px;
}
.swiper-nav .swiper-button-prev:before {
  content: "\F053";
}
.swiper-nav .swiper-button-next {
  margin-left: 12px;
}
.swiper-nav .swiper-button-next:before {
  content: "\F054";
}
.swiper-nav .swiper-pagination {
  position: relative;
  width: auto;
  bottom: 0;
  display: flex;
  align-items: center;
}
.swiper-nav .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  height: 10px;
  width: 10px;
  opacity: 0.6;
  margin: 0 8px;
  cursor: pointer;
}
.swiper-nav .swiper-pagination .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  opacity: 1;
}

.social-links {
  display: flex;
  gap: 0 20px;
}
.social-links > span {
  font-weight: 700;
}
.social-links > a {
  font-size: 18px;
  transition: color 0.2s ease;
}
.social-links > a:hover {
  color: #FD9226;
}

.onsale {
  background: #FD2626;
  color: #fff;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
  font-weight: 900;
  padding: 0 15px;
  height: 53px;
  min-width: 118px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 0 5px 5px 0;
  box-sizing: border-box;
}

/* Components Payload
================================================ */
.header__top {
  display: flex;
  align-items: center;
  height: 100px;
}
.header__top .container {
  display: flex;
  align-items: center;
}
.header__logo {
  width: 140px;
  margin-right: 20px;
}
.header__logo img {
  display: block;
}
.header__search {
  flex: 1;
  max-width: 450px;
}
.header__search .aws-container .aws-search-form:not(.aws-form-active):not(.aws-processing) .aws-search-field {
  background: #fff url("../images/icons/search.svg") calc(100% - 16px) 50%/20px no-repeat;
}
.header__search .aws-container .aws-search-form .aws-search-field {
  border: 1px solid #aeaeae;
  border-radius: 6px !important;
  padding: 0 17px;
  font-size: 14px;
  transition: all 0.15s ease;
  background: #fff;
}
.header__search .aws-container .aws-search-form .aws-search-field:focus {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}
.header__shop {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.header__shop__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.header__shop__link svg {
  height: 20px;
  width: auto;
  margin-bottom: 4px;
}
.header__shop__link__total {
  position: absolute;
  display: flex;
  align-items: center;
  background: #1A1A1A;
  height: 19px;
  padding: 0 6px;
  border-radius: 19px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  left: 50%;
  top: -2px;
}
.header__nav-toggle {
  margin-left: 10px;
}
.header__usps {
  height: 45px;
  background: #EDEBEB;
  display: flex;
  align-items: center;
}
.header__usps__usp {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__usps__usp__icon {
  height: 25px;
  width: 25px;
  background: #1A1A1A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  margin-right: 10px;
  border-radius: 30px;
}

@media only screen and (max-width: 420px) {
  .header__top .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header__usps .container {
    padding: 0;
  }
  .header__usps__usp {
    background: #EDEBEB;
  }
}
@media only screen and (max-width: 1024px) {
  .header__top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
  }
  .header__contact {
    display: none;
  }
  .header__search {
    position: absolute;
    top: 100%;
    left: 0;
    background: #EDEBEB;
    width: 100%;
    padding: 15px 20px;
    max-width: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
  }
  .header__search.show {
    opacity: 1;
    visibility: visible;
  }
  .header__shop {
    margin-left: auto;
  }
  .header__shop__link {
    font-size: 14px;
  }
  .header__shop__link__total--price {
    display: none;
  }
  .header__nav-toggle {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    z-index: 100;
    transition: all 0.2s ease;
  }
  .header__nav-toggle__text {
    width: 40px;
    height: 11px;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    line-height: 1;
    color: #1A1A1A;
    display: flex;
    align-items: center;
  }
  .header__nav-toggle__text:before, .header__nav-toggle__text:after {
    position: absolute;
    left: 0;
    right: 0;
    transition: all 0.2s ease;
  }
  .header__nav-toggle__text:before {
    content: "Menu";
  }
  .header__nav-toggle__text:after {
    content: "Close";
    transform: translateY(15px);
  }
  .header__nav-toggle__burger {
    width: 28px;
    height: 18px;
    position: relative;
    display: block;
    margin-bottom: 10px;
    margin-top: -4px;
  }
  .header__nav-toggle__burger > span {
    width: 100%;
    height: 3px;
    background: #1A1A1A;
    border-radius: 2px;
    position: absolute;
    left: 0;
    display: block;
  }
  .header__nav-toggle__burger > span:nth-child(1), .header__nav-toggle__burger > span:nth-child(3) {
    transition: transform 0.2s ease, top 0.2s ease 0.2s;
  }
  .header__nav-toggle__burger > span:nth-child(1) {
    top: 0;
  }
  .header__nav-toggle__burger > span:nth-child(2) {
    top: calc(50% - 1px);
    transition: opacity 0.2s ease 0.2s;
  }
  .header__nav-toggle__burger > span:nth-child(3) {
    top: calc(100% - 2px);
  }
  .header--nav-open .header__nav-toggle__text:before {
    transform: translateY(-15px);
  }
  .header--nav-open .header__nav-toggle__text:after {
    transform: translateY(0);
  }
  .header--nav-open .header__nav-toggle__burger > span:nth-child(1), .header--nav-open .header__nav-toggle__burger > span:nth-child(3) {
    top: calc(50% - 1px);
    transition: transform 0.2s ease 0.2s, top 0.2s ease;
  }
  .header--nav-open .header__nav-toggle__burger > span:nth-child(1) {
    transform: rotate(-45deg);
  }
  .header--nav-open .header__nav-toggle__burger > span:nth-child(2) {
    opacity: 0;
  }
  .header--nav-open .header__nav-toggle__burger > span:nth-child(3) {
    transform: rotate(45deg);
  }
  .header--fixed .header__top {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  }
  #aws-search-result-1.aws-search-result {
    top: 175px !important;
    background: #fff !important;
    height: calc(100vh - 175px) !important;
  }
}
@media only screen and (min-width: 400px) {
  .header__nav-toggle {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 420px) {
  .header__search {
    padding: 15px 30px;
  }
}
@media only screen and (min-width: 450px) {
  .header__logo {
    margin-right: 35px;
  }
  .header__shop {
    gap: 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .header__usps {
    height: 55px;
  }
  .header__usps .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header__usps__usp {
    width: auto;
  }
  .header__usps__usp:not(:last-child) {
    margin-right: 80px;
    padding-right: 80px;
    border-right: 1px solid #1A1A1A;
  }
  .header__usps__usp__icon {
    height: 30px;
    width: 30px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1025px) {
  .header__contact {
    display: flex;
    flex-direction: column;
    gap: 6px 0;
  }
  .header__contact__row {
    font-weight: 600;
    height: 22px;
    position: relative;
    display: flex;
    transition: all 0.2s ease;
  }
  .header__contact__row:before {
    content: "";
    height: 22px;
    width: 22px;
    margin-right: 10px;
  }
  .header__contact__row--tel:before {
    background: url("../images/icons/phone-orange.svg") center/cover no-repeat;
  }
  .header__contact__row--email:before {
    background: url("../images/icons/email-orange.svg") center/cover no-repeat;
  }
  .header__contact__row:hover {
    color: #FD9226;
  }
  .header__shop {
    margin-left: 65px;
    gap: 0 12px;
  }
  .header__shop__search-toggle {
    display: none;
  }
  .header__shop__link__total--count {
    display: none;
  }
  .header--fixed .header__top {
    margin-bottom: 55px;
  }
  .header--fixed .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}
@media only screen and (min-width: 1200px) {
  .header__contact {
    margin-left: 126px;
  }
}
.header {
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 1024px) {
  .header__nav {
    position: fixed;
    top: 100px;
    border-top: 1px solid #D7D7D7;
    left: 0;
    z-index: 1000;
    background: #fff;
    width: 100%;
    height: calc(100% - 100px);
    height: calc(var(--vh, 1vh) * 100 - 100px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  .header__nav .menu > li > a {
    padding: 20px 0;
    border-bottom: 1px solid #D7D7D7;
    width: 100%;
    font-weight: 700;
  }
  .header__nav .menu > li.mega-menu > a, .header__nav .menu > li.menu-item-has-children > a {
    position: relative;
  }
  .header__nav .menu > li.mega-menu > a:after, .header__nav .menu > li.menu-item-has-children > a:after {
    content: "\F054";
    font-family: "Font Awesome 6 Free";
    margin-left: 8px;
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #FD9226;
  }
  .header__nav .menu > li > .sub-menu,
  .header__nav .menu > li .mega-menu {
    background: #fbf9f9;
    position: fixed;
    height: calc(100% - 100px);
    height: calc(var(--vh, 1vh) * 100 - 100px);
    width: 100%;
    top: 100px;
    left: 0;
    overflow: auto;
    transform: translateX(100%);
    transition: all 0.3s ease;
    padding: 0 30px;
    border-top: 1px solid #D7D7D7;
    padding: 20px 30px;
    z-index: 1;
  }
  .header__nav .menu > li > .sub-menu.active,
  .header__nav .menu > li .mega-menu.active {
    transform: translateX(0);
  }
  .header__nav .menu > li > .sub-menu a,
  .header__nav .menu > li .mega-menu a {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  .header__nav .menu > li > .sub-menu .back-to-menu,
  .header__nav .menu > li .mega-menu .back-to-menu {
    color: #225292;
    font-weight: 700;
    margin-bottom: 15px;
    width: 100%;
    text-align: left;
    outline: none;
  }
  .header__nav .menu > li > .sub-menu .back-to-menu i,
  .header__nav .menu > li .mega-menu .back-to-menu i {
    margin-right: 10px;
  }
  .header__nav .menu > li .mega-menu__col > img {
    display: none;
  }
  .header__nav .menu > li .mega-menu__col:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D7D7D7;
  }
  .header__nav .menu > li .mega-menu__col__row:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D7D7D7;
  }
  .header__nav .menu > li .mega-menu__col__row > strong {
    display: block;
    margin-bottom: 10px;
  }
  .header--nav-open .header__nav {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 1025px) {
  .header {
    position: relative;
    z-index: 10;
  }
  .header__nav {
    height: 55px;
    display: flex;
    align-items: center;
    background: #1F1F2C;
    color: #fff;
  }
  .header__nav .menu {
    display: flex;
    justify-content: center;
    position: relative;
  }
  .header__nav .menu > li > a {
    font-weight: 600;
    height: 55px;
    display: flex;
    align-items: center;
    padding: 0 22px;
  }
  .header__nav .menu > li > .sub-menu,
  .header__nav .menu > li .mega-menu {
    position: absolute;
    z-index: 10;
    background: #fff;
    color: #1A1A1A;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
    border-radius: 0 0 8px 8px;
    opacity: 0;
    visibility: hidden;
  }
  .header__nav .menu > li > .sub-menu .back-to-menu,
  .header__nav .menu > li .mega-menu .back-to-menu {
    display: none;
  }
  .header__nav .menu > li > .sub-menu {
    padding: 20px 30px;
  }
  .header__nav .menu > li > .sub-menu > li > a {
    padding: 5px 0;
    min-width: 150px;
    transition: all 0.2s ease;
  }
  .header__nav .menu > li > .sub-menu > li > a:hover {
    color: #FD9226;
  }
  .header__nav .menu > li .mega-menu {
    left: 0;
    padding: 30px 80px 30px 30px;
    width: 100%;
    min-height: 458px;
    display: flex;
    justify-content: space-between;
  }
  .header__nav .menu > li .mega-menu__divider {
    height: auto;
    width: 1px;
    background: #E1E6EA;
  }
  .header__nav .menu > li .mega-menu__col {
    display: flex;
    flex-direction: column;
  }
  .header__nav .menu > li .mega-menu__col a {
    transition: all 0.1s ease;
  }
  .header__nav .menu > li .mega-menu__col a:hover {
    color: #FD9226;
  }
  .header__nav .menu > li .mega-menu__col:first-child img {
    width: 174px;
    margin-top: auto;
  }
  .header__nav .menu > li .mega-menu__col:first-child .sub-menu > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .header__nav .menu > li .mega-menu__col:first-child .sub-menu > li > a {
    font-weight: 700;
  }
  .header__nav .menu > li .mega-menu__col:first-child .sub-menu > li > a:after {
    content: "\F054";
    font-family: "Font Awesome 6 Free";
    margin-left: 8px;
    font-size: 11px;
  }
  .header__nav .menu > li .mega-menu__col__row:not(:last-child) {
    margin-bottom: 55px;
  }
  .header__nav .menu > li .mega-menu__col__row > * {
    margin-bottom: 10px;
    display: block;
  }
  .header__nav .menu > li.menu-item-has-children > a, .header__nav .menu > li.mega-menu > a {
    transition: all 0.2s ease;
  }
  .header__nav .menu > li.menu-item-has-children > a:after, .header__nav .menu > li.mega-menu > a:after {
    content: "\F0D7";
    font-family: "Font Awesome 6 Free";
    font-size: 11px;
    margin-left: 6px;
    position: relative;
    top: 1px;
  }
  .header__nav .menu > li.menu-item-has-children:hover > a, .header__nav .menu > li.mega-menu:hover > a {
    opacity: 0.7;
  }
  .header__nav .menu > li.menu-item-has-children:hover .sub-menu,
  .header__nav .menu > li.menu-item-has-children:hover .mega-menu, .header__nav .menu > li.mega-menu:hover .sub-menu,
  .header__nav .menu > li.mega-menu:hover .mega-menu {
    opacity: 1;
    visibility: visible;
  }
}
.footer {
  background: #FDFDFD;
  border-top: 1px solid #efefef;
  padding-top: 50px;
}
.footer__top {
  margin-bottom: 50px;
}
.footer__top > img {
  width: 162px;
  height: auto;
}
.footer__top__payment {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.footer__top__payment img {
  margin-left: 15px;
}
.footer__main .menu {
  flex: 1;
  display: contents;
}
.footer__main .menu a:not([href="#"]) {
  transition: all 0.2s ease;
}
.footer__main .menu a:not([href="#"]):hover {
  color: #FD9226;
}
.footer__main .menu > li > a {
  font-weight: 600;
  margin-bottom: 15px;
}
.footer__main .menu > li .sub-menu > li:not(:last-child) {
  margin-bottom: 7px;
}
.footer__main__contact .heading--sm, .footer__main__contact .products .product .woocommerce-loop-product__title, .products .product .footer__main__contact .woocommerce-loop-product__title, .footer__main__contact .body-content h4, .body-content .footer__main__contact h4, .footer__main__contact .form_saved_message h2, .form_saved_message .footer__main__contact h2, .footer__main__contact .footer__main .menu > li > a, .footer__main .footer__main__contact .menu > li > a {
  margin-bottom: 15px;
  font-weight: 600;
}
.footer__main__contact .heading--sm a, .footer__main__contact .products .product .woocommerce-loop-product__title a, .products .product .footer__main__contact .woocommerce-loop-product__title a, .footer__main__contact .body-content h4 a, .body-content .footer__main__contact h4 a, .footer__main__contact .form_saved_message h2 a, .form_saved_message .footer__main__contact h2 a, .footer__main__contact .footer__main .menu > li > a a, .footer__main .footer__main__contact .menu > li > a a {
  text-decoration: underline;
}
.footer__main__contact > *:not(:last-child) {
  margin-bottom: 15px;
}
.footer__main__contact > * > a {
  display: block;
}
.footer__main__contact > * > a span {
  transition: all 0.2s ease;
}
.footer__main__contact > * > a span:hover {
  color: #FD9226;
}
.footer__bottom {
  padding: 22px 0;
  border-top: 1px solid #F9DCB5;
  font-size: 14px;
}
.footer__bottom__p81 {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.footer__bottom__p81 img {
  margin-left: 12px;
}

@media only screen and (max-width: 767px) {
  .footer__bottom > *:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer__top > img {
    margin-bottom: 50px;
  }
  .footer__main {
    margin-bottom: 50px;
  }
  .footer__main .menu > li {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0 35px;
  }
  .footer__bottom__p81 {
    margin-left: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .footer__top {
    display: flex;
    align-items: center;
  }
  .footer__main {
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
  }
}
.gform_wrapper.gravity-theme .gform_validation_errors,
.gform_wrapper.gravity-theme #gf_coupon_spinner {
  display: none !important;
}
.gform_wrapper.gravity-theme .gform_heading .gform_required_legend {
  display: none;
}
.gform_wrapper.gravity-theme form .gfield_validation_message,
.gform_wrapper.gravity-theme form .gform_wrapper .validation_message {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.gform_wrapper.gravity-theme form .gform_body {
  background: #f7f7f7;
  padding: 20px;
  border-radius: 10px;
}
.gform_wrapper.gravity-theme form .gform_body .gfield .gfield_description a {
  color: #0000ff;
  text-decoration: underline;
}
.gform_wrapper.gravity-theme form .gform_body .gfield .ginput_container input[type=email],
.gform_wrapper.gravity-theme form .gform_body .gfield .ginput_container input[type=text],
.gform_wrapper.gravity-theme form .gform_body .gfield .ginput_container input[type=tel],
.gform_wrapper.gravity-theme form .gform_body .gfield .ginput_container input[type=number],
.gform_wrapper.gravity-theme form .gform_body .gfield .ginput_container textarea,
.gform_wrapper.gravity-theme form .gform_body .gfield .ginput_container select {
  width: 100%;
  padding: 0 20px;
  border-radius: 7px;
  font-size: 14px;
  border: 1px solid #D7D7D7;
  background: #fff;
}
.gform_wrapper.gravity-theme form .gform_body .gfield .ginput_container input[type=email]::-moz-placeholder, .gform_wrapper.gravity-theme form .gform_body .gfield .ginput_container input[type=text]::-moz-placeholder, .gform_wrapper.gravity-theme form .gform_body .gfield .ginput_container input[type=tel]::-moz-placeholder, .gform_wrapper.gravity-theme form .gform_body .gfield .ginput_container input[type=number]::-moz-placeholder, .gform_wrapper.gravity-theme form .gform_body .gfield .ginput_container textarea::-moz-placeholder, .gform_wrapper.gravity-theme form .gform_body .gfield .ginput_container select::-moz-placeholder {
  color: #565e6c;
}
.gform_wrapper.gravity-theme form .gform_body .gfield .ginput_container input[type=email]::placeholder,
.gform_wrapper.gravity-theme form .gform_body .gfield .ginput_container input[type=text]::placeholder,
.gform_wrapper.gravity-theme form .gform_body .gfield .ginput_container input[type=tel]::placeholder,
.gform_wrapper.gravity-theme form .gform_body .gfield .ginput_container input[type=number]::placeholder,
.gform_wrapper.gravity-theme form .gform_body .gfield .ginput_container textarea::placeholder,
.gform_wrapper.gravity-theme form .gform_body .gfield .ginput_container select::placeholder {
  color: #565e6c;
}
.gform_wrapper.gravity-theme form .gform_body .gfield .ginput_container input[type=email].focused,
.gform_wrapper.gravity-theme form .gform_body .gfield .ginput_container input[type=text].focused,
.gform_wrapper.gravity-theme form .gform_body .gfield .ginput_container input[type=tel].focused,
.gform_wrapper.gravity-theme form .gform_body .gfield .ginput_container input[type=number].focused,
.gform_wrapper.gravity-theme form .gform_body .gfield .ginput_container textarea.focused,
.gform_wrapper.gravity-theme form .gform_body .gfield .ginput_container select.focused {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}
.gform_wrapper.gravity-theme form .gform_body .gfield .ginput_container input[type=email],
.gform_wrapper.gravity-theme form .gform_body .gfield .ginput_container input[type=text],
.gform_wrapper.gravity-theme form .gform_body .gfield .ginput_container input[type=tel],
.gform_wrapper.gravity-theme form .gform_body .gfield .ginput_container input[type=number],
.gform_wrapper.gravity-theme form .gform_body .gfield .ginput_container select {
  height: 48px;
  padding: 0 16px;
}
.gform_wrapper.gravity-theme form .gform_body .gfield .ginput_container select {
  background: #fff url(../images/icons/arrow-down.svg) calc(100% - 20px) 50%/12px no-repeat;
}
.gform_wrapper.gravity-theme form .gform_body .gfield .ginput_container textarea {
  height: 180px;
  padding: 20px;
}
.gform_wrapper.gravity-theme form .gform_body .gfield .ginput_container textarea.small {
  height: 120px;
}
.gform_wrapper.gravity-theme form .gform_body .gfield.gsection {
  padding: 0;
  border: none;
}
.gform_wrapper.gravity-theme form .gform_body .gfield.gsection .gsection_title {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #D7D7D7;
  font-size: 22px;
}
.gform_wrapper.gravity-theme form .gform_body .gfield .ginput_container_consent {
  display: flex;
}
.gform_wrapper.gravity-theme form .gform_body .gfield .ginput_container_consent .gfield_required_text {
  display: none;
}
.gform_wrapper.gravity-theme form .gform_body .gfield .ginput_container_consent label a {
  text-decoration: underline;
  margin-left: 5px;
}
.gform_wrapper.gravity-theme form .gform_body .gfield--type-checkbox {
  margin-bottom: 20px;
}
.gform_wrapper.gravity-theme form .gform_body .gfield .ginput_container_consent input,
.gform_wrapper.gravity-theme form .gform_body .gfield .gfield_checkbox input {
  display: none;
}
.gform_wrapper.gravity-theme form .gform_body .gfield .ginput_container_consent label,
.gform_wrapper.gravity-theme form .gform_body .gfield .gfield_checkbox label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.gform_wrapper.gravity-theme form .gform_body .gfield .ginput_container_consent label:before,
.gform_wrapper.gravity-theme form .gform_body .gfield .gfield_checkbox label:before {
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #CBC7C7;
  background: #fff;
  content: "";
  cursor: pointer;
  margin-right: 20px;
  width: 19px;
  height: 19px;
  border-radius: 19px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
}
.gform_wrapper.gravity-theme form .gform_body .gfield .ginput_container_consent input:checked + label:before,
.gform_wrapper.gravity-theme form .gform_body .gfield .gfield_checkbox input:checked + label:before {
  content: "\F058";
  font-family: "Font Awesome 6 FREE";
}
.gform_wrapper.gravity-theme form .gform_body .gfield .gfield_checkbox {
  margin-top: 10px;
}
.gform_wrapper.gravity-theme form .gform_body .gfield .gfield_checkbox .gchoice:not(:last-child) {
  margin-bottom: 10px;
}
.gform_wrapper.gravity-theme form .gform_body .gfield__error {
  font-size: 14px;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 10px;
  margin-top: 16px;
}
.gform_wrapper.gravity-theme form .gform_body .gfield__error a {
  text-decoration: underline;
}
.gform_wrapper.gravity-theme form .gform_footer {
  margin: 20px 0 0;
  padding-bottom: 0;
}
.gform_wrapper.gravity-theme form .gform_footer .gform_button,
.gform_wrapper.gravity-theme form .gform_footer input[name=gform_send_resume_link_button] {
  text-transform: initial;
  margin-bottom: 0;
  margin-left: 0;
}
.gform_wrapper.gravity-theme form .gform_footer .gform_save_link {
  margin-bottom: 0;
}
.gform_wrapper.gravity-theme form .gform_footer .gform_save_link svg {
  margin-right: 10px;
}
.gform_wrapper.gravity-theme form .gform_footer .gform_save_link svg path {
  fill: #225292;
  transition: all 0.2s ease;
}
.gform_wrapper.gravity-theme form .gform_footer .gform_save_link:hover svg path {
  fill: #fff;
}

.gform_confirmation_wrapper {
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  padding: 30px;
  border-radius: 5px;
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 730px;
  margin: 0 auto;
  font-size: 18px;
}

.form_saved_message h2 {
  margin-bottom: 20px;
}
.form_saved_message > p {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .gform_wrapper.gravity-theme form .gform_body {
    background: #f7f7f7;
    padding: 30px;
  }
}
.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 3rem;
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
  border-radius: 5px;
}
.alert a {
  color: currentColor;
  border-bottom: 1px solid currentColor;
  text-decoration: none;
}
.alert a:hover {
  text-decoration: none;
}
.alert--danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert--success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.body-content > *:not(:last-child) {
  margin-bottom: 30px;
}
.body-content embed,
.body-content iframe,
.body-content object {
  max-width: 100%;
}
.body-content img {
  height: auto;
  max-width: 100%;
}
.body-content b, .body-content strong {
  font-weight: bold;
}
.body-content ul,
.body-content ol {
  margin: 0 0 0 15px;
}
.body-content ul {
  list-style: disc;
}
.body-content ul li::marker {
  color: #FD9226;
}
.body-content ul li:not(:last-child) {
  margin-bottom: 20px;
}
.body-content ol {
  list-style: decimal;
}
.body-content ol > li:not(:last-child) {
  margin-bottom: 20px;
}
.body-content ol ol {
  list-style: lower-alpha;
  margin-top: 20px;
}
.body-content ol ol > li:not(:last-child) {
  margin-bottom: 20px;
}
.body-content li > ul,
.body-content li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
.body-content dt {
  font-weight: 700;
}
.body-content dd {
  margin: 0 1.5em 1.5em;
}
.body-content .wp-block-separator {
  background: #eaeaea;
  border: none;
  height: 1px;
  margin: 40px 0;
}
.body-content .wp-block-separator.is-style-wide {
  width: 100%;
}
.body-content table {
  border-collapse: collapse;
  width: 100%;
}
.body-content table thead th {
  font-weight: 600;
}
.body-content table td, .body-content table th {
  border: 1px solid #EDEBEB;
  text-align: left;
  padding: 8px;
}
.body-content table tbody tr:nth-child(odd) {
  background-color: #EDEBEB;
}
.body-content table tr td:first-child {
  font-weight: 700;
}
.body-content em {
  font-style: italic;
}
.body-content a {
  text-decoration: underline;
}
.body-content hr {
  background: #D7D7D7;
  height: 1px;
  margin: 30px 0 !important;
}
.body-content blockquote {
  margin: 50px 0;
  font-style: italic;
  color: #555555;
  padding: 30px 30px 30px 75px;
  border-left: 8px solid #225292;
  line-height: 1.6;
  position: relative;
  background: #EDEDED;
}
.body-content blockquote p {
  margin-bottom: 0;
}
.body-content blockquote:before {
  content: "\201C";
  color: #225292;
  font-size: 4em;
  position: absolute;
  left: 25px;
  top: -5px;
}
.body-content blockquote span {
  display: block;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  margin-top: 15px;
}
.body-content .gallery {
  display: grid;
  grid-gap: 1.5em;
}
.body-content .gallery .gallery-item {
  position: relative;
  text-align: center;
  width: 100%;
}
.body-content .gallery .gallery-item img {
  height: auto;
  max-width: 100%;
}
.body-content .gallery .gallery-item img.animate {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s;
}
.body-content .gallery .gallery-item:hover img.animate {
  opacity: 1;
}
.body-content .gallery.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.body-content .gallery.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.body-content .gallery.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.body-content .gallery.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.body-content .gallery.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.body-content .gallery.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.body-content .gallery.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.body-content .gallery.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

@media only screen and (max-width: 767px) {
  .body-content .gallery {
    display: block;
  }
  .body-content .gallery .gallery-item:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .body-content hr {
    margin: 50px 0 !important;
  }
}
.products .product {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
.products .product .woocommerce-loop-product__link {
  width: 100%;
  position: relative;
}
.products .product .woocommerce-loop-product__link img {
  width: 100%;
  aspect-ratio: 354/300;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
  margin-bottom: 10px;
}
.products .product .product-category {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
.products .product .woocommerce-loop-product__title {
  margin-bottom: 12px;
}
.products .product .price {
  margin-bottom: 10px;
}
.products .product .price small {
  font-size: 14px;
  font-weight: 400;
}
.products .product .price .price-per-tile {
  font-size: 16px;
}
.products .product .price del {
  font-size: 25px;
}
.products .product .button {
  flex: 1;
  min-width: 0;
  margin-top: auto;
  padding: 0;
}
.products .product.product-type-simple [name=dsfps-simple-add-to-cart] {
  display: none;
}
.products .product.product_cat-accessories .woocommerce-loop-product__link img {
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #fff;
  border: 1px solid #D7D7D7;
}

.aws-search-result {
  border-radius: 0 0 10px 10px !important;
  overflow: hidden;
  border: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}
.aws-search-result .aws_result_item {
  border-bottom: 1px solid #eaeaea;
}
.aws-search-result .aws_result_item .aws_result_image {
  height: 70px;
  width: 70px;
  min-width: 70px;
  margin-right: 10px;
  padding: 0;
}
.aws-search-result .aws_result_item .aws_result_image img {
  border-radius: 8px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aws-search-result .aws_result_item .aws_result_content .aws_result_title {
  color: #1A1A1A;
  font-weight: 700;
  font-size: 14px;
}
.aws-search-result .aws_result_item .aws_result_content .aws_result_price {
  color: #FD9226;
  font-weight: 700;
}
.aws-search-result .aws_result_item .aws_onsale {
  background: #FD2626;
  font-weight: 900;
  font-size: 10px;
}
.aws-search-result .aws_result_item.aws_search_more a {
  font-weight: 700;
  background: #225292;
  color: #fff;
  font-size: 14px;
}
.aws-search-result .aws_result_item.aws_no_result {
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .aws-search-result {
    background: #EDEBEB;
    position: fixed !important;
    height: calc(100vh - 94px) !important;
    top: 94px !important;
    left: 0 !important;
    width: 100% !important;
    border: none !important;
  }
  .aws-search-result ul {
    max-height: 100%;
  }
  .aws-search-result .aws_result_item:not(.aws_search_more) {
    padding: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .aws-search-result {
    margin-top: 20px;
    border-radius: 15px !important;
    overflow: hidden;
  }
  .aws-search-result .aws_result_link:not(.aws_search_more) {
    padding: 10px;
  }
}
.faqs {
  margin-top: 30px;
}
.faqs .faq {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  border: 1px solid #D7D7D7;
  transition: all 0.15s ease;
}
.faqs .faq:not(:last-child) {
  margin-bottom: 25px;
}
.faqs .faq > * {
  padding: 20px 20px;
}
.faqs .faq summary {
  list-style: none;
  cursor: pointer;
  background: url("../images/icons/plus-orange.svg") calc(100% - 20px) 50%/15px no-repeat;
  padding-right: 60px;
}
.faqs .faq .body-content {
  border-top: 1px solid #D7D7D7;
}
.faqs .faq:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}
.faqs .faq[open] summary {
  background: url("../images/icons/minus-orange.svg") calc(100% - 20px) 50%/15px no-repeat;
}

@media only screen and (min-width: 768px) {
  .faqs {
    margin-top: 50px;
  }
  .faqs .faq > * {
    padding: 25px 30px;
  }
  .faqs .faq summary {
    padding-right: 120px;
    background: url("../images/icons/plus-orange.svg") calc(100% - 30px) 50%/20px no-repeat;
  }
  .faqs .faq[open] summary {
    background: url("../images/icons/minus-orange.svg") calc(100% - 30px) 50%/20px no-repeat;
  }
}
.brands-module__grid {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
.brands-module__grid__item {
  aspect-ratio: 258/150;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  transition: all 0.2s ease;
}
.brands-module__grid__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.brands-module__grid__item:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}
.brands-module__grid__item--cvt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.brands-module__grid__item--cvt img {
  height: auto;
  max-width: 170px;
  width: 65%;
}

@media only screen and (max-width: 1024px) {
  .brands-module__header {
    margin-bottom: 30px;
  }
  .brands-module__header > p {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 650px) {
  .brands-module__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1025px) {
  .brands-module__header {
    margin-bottom: 50px;
  }
  .brands-module__header > p {
    margin-top: 28px;
  }
  .brands-module__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.newsletter-cta {
  background: #FD9226;
  position: relative;
  display: flex;
  align-items: center;
}
.newsletter-cta .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .newsletter-cta .heading, .newsletter-cta body.single-product .product__summary .product_title, body.single-product .product__summary .newsletter-cta .product_title {
    max-width: 400px;
  }
}
@media only screen and (max-width: 1024px) {
  .newsletter-cta {
    text-align: center;
    padding: 30px 0 40px;
  }
  .newsletter-cta .container {
    flex-direction: column;
  }
  .newsletter-cta .ui-btn, .newsletter-cta .woocommerce-shop-container .woocommerce-shop__wrap__sidebar .berocket_single_filter_widget .bapf_sfilter.bapf_divi_button .bapf_reset, .woocommerce-shop-container .woocommerce-shop__wrap__sidebar .berocket_single_filter_widget .bapf_sfilter.bapf_divi_button .newsletter-cta .bapf_reset, .newsletter-cta .gform_wrapper.gravity-theme form .gform_footer .gform_button, .gform_wrapper.gravity-theme form .gform_footer .newsletter-cta .gform_button,
  .newsletter-cta .gform_wrapper.gravity-theme form .gform_footer input[name=gform_send_resume_link_button],
  .gform_wrapper.gravity-theme form .gform_footer .newsletter-cta input[name=gform_send_resume_link_button], .newsletter-cta .gform_wrapper.gravity-theme form .gform_footer .gform_save_link, .gform_wrapper.gravity-theme form .gform_footer .newsletter-cta .gform_save_link {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .newsletter-cta .heading, .newsletter-cta body.single-product .product__summary .product_title, body.single-product .product__summary .newsletter-cta .product_title {
    font-size: 30px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1025px) {
  .newsletter-cta {
    height: 140px;
  }
  .newsletter-cta .ui-btn, .newsletter-cta .woocommerce-shop-container .woocommerce-shop__wrap__sidebar .berocket_single_filter_widget .bapf_sfilter.bapf_divi_button .bapf_reset, .woocommerce-shop-container .woocommerce-shop__wrap__sidebar .berocket_single_filter_widget .bapf_sfilter.bapf_divi_button .newsletter-cta .bapf_reset, .newsletter-cta .gform_wrapper.gravity-theme form .gform_footer .gform_button, .gform_wrapper.gravity-theme form .gform_footer .newsletter-cta .gform_button,
  .newsletter-cta .gform_wrapper.gravity-theme form .gform_footer input[name=gform_send_resume_link_button],
  .gform_wrapper.gravity-theme form .gform_footer .newsletter-cta input[name=gform_send_resume_link_button], .newsletter-cta .gform_wrapper.gravity-theme form .gform_footer .gform_save_link, .gform_wrapper.gravity-theme form .gform_footer .newsletter-cta .gform_save_link {
    margin-left: 50px;
  }
}
.blog-card {
  position: relative;
  background: #EDEBEB;
  display: flex !important;
  flex-direction: column;
  border-radius: 9px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.blog-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-card__link span {
  font-size: 0;
}
.blog-card__image {
  padding-bottom: 70%;
  width: 100%;
}
.blog-card__header {
  padding: 20px 15px;
  min-height: 155px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog-card__heading {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 30px;
}
.blog-card__date {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: -25px;
}
.blog-card .ui-btn, .blog-card .woocommerce-shop-container .woocommerce-shop__wrap__sidebar .berocket_single_filter_widget .bapf_sfilter.bapf_divi_button .bapf_reset, .woocommerce-shop-container .woocommerce-shop__wrap__sidebar .berocket_single_filter_widget .bapf_sfilter.bapf_divi_button .blog-card .bapf_reset, .blog-card .gform_wrapper.gravity-theme form .gform_footer .gform_button, .gform_wrapper.gravity-theme form .gform_footer .blog-card .gform_button,
.blog-card .gform_wrapper.gravity-theme form .gform_footer input[name=gform_send_resume_link_button],
.gform_wrapper.gravity-theme form .gform_footer .blog-card input[name=gform_send_resume_link_button], .blog-card .gform_wrapper.gravity-theme form .gform_footer .gform_save_link, .gform_wrapper.gravity-theme form .gform_footer .blog-card .gform_save_link {
  margin-top: auto;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .blog-card:hover {
    box-shadow: 0 8px 19px rgba(0, 0, 0, 0.12);
  }
}
.masthead {
  background: #ffffff;
  padding: 30px 0;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1025px) {
  .masthead {
    height: 170px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
}

/* Pages Payload
================================================ */
.error404__content {
  padding: 100px 0 150px;
  text-align: center;
}
.error404__content h1 {
  font-size: 7em;
  color: #225292;
  line-height: 170px;
  margin-bottom: 30px;
}

.single-post__main {
  margin-bottom: 50px;
}
.single-post__header {
  margin-bottom: 30px;
}
.single-post__header > p {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.single-post__header > p:not(:last-child) {
  margin-bottom: 20px;
}
.single-post__header > p img {
  width: 20px;
  margin-right: 10px;
}
.single-post__header > p .initials {
  display: none;
}
.single-post .body-content {
  margin-bottom: 40px;
  overflow: auto;
}
.single-post .body-content:after {
  content: "";
  clear: both;
  display: table;
}
.single-post .body-content > *:not(:last-child):not(h2):not(h4) {
  margin-bottom: 30px;
}
.single-post .related-categories {
  margin-bottom: 30px;
}
.single-post .share-icons {
  display: block;
  width: 100%;
}
.single-post .more-blog {
  margin-bottom: 50px;
}
.single-post .more-blog .heading--md, .single-post .more-blog .gform_wrapper.gravity-theme form .gform_body .gfield.gsection .gsection_title, .gform_wrapper.gravity-theme form .gform_body .gfield.gsection .single-post .more-blog .gsection_title, .single-post .more-blog .body-content h3, .body-content .single-post .more-blog h3, .single-post .more-blog .products .product .price, .products .product .single-post .more-blog .price {
  margin-bottom: 30px;
}
.single-post .more-blog__slider {
  position: relative;
}
.single-post .more-blog__slider .swiper-button-next,
.single-post .more-blog__slider .swiper-button-prev {
  font-size: 0;
  position: absolute;
  height: 38px;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  top: calc(50% - 19px);
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  border-radius: 38px;
  z-index: 10;
  cursor: pointer;
}
.single-post .more-blog__slider .swiper-button-next:before,
.single-post .more-blog__slider .swiper-button-prev:before {
  font-family: "Font Awesome 6 FREE";
  font-size: 16px;
  font-weight: 900;
}
.single-post .more-blog__slider .swiper-button-prev {
  left: -19px;
}
.single-post .more-blog__slider .swiper-button-prev:before {
  content: "\F053";
}
.single-post .more-blog__slider .swiper-button-next {
  right: -19px;
}
.single-post .more-blog__slider .swiper-button-next:before {
  content: "\F054";
}
.single-post .promo-slider,
.single-post .info-cards {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .single-post .more-blog__slider .swiper {
    overflow: visible;
  }
}
@media only screen and (min-width: 600px) {
  .single-post__header {
    display: flex;
    align-items: center;
  }
  .single-post__header > p:not(:last-child) {
    margin-right: 35px;
    margin-bottom: 0;
  }
  .single-post__header > p .initials {
    height: 45px;
    width: 45px;
    border-radius: 45px;
    margin-right: 10px;
    background: #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 800;
    color: #FD9226;
  }
}
@media only screen and (min-width: 1025px) {
  .single-post__header,
  .single-post .body-content,
  .single-post .related-categories {
    margin-bottom: 60px;
  }
  .single-post__main,
  .single-post .more-blog,
  .single-post .promo-slider,
  .single-post .info-cards {
    margin-bottom: 100px;
  }
}
.search__main .search-item {
  display: block;
}
.search__main .search-item:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}
.search__main .search-item .heading, .search__main .search-item body.single-product .product__summary .product_title, body.single-product .product__summary .search__main .search-item .product_title, .search__main .search-item > p {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .search__main .search-item:not(:last-child) {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}
.hero-slider {
  margin-bottom: 50px;
  overflow: hidden;
}
.hero-slider__slide {
  position: relative;
  height: 392px;
  display: flex;
  align-items: center;
  background-position: top left;
  background-size: 35px;
  background-repeat: repeat;
}
.hero-slider__slide__bg {
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-slider__slide__bg picture,
.hero-slider__slide__bg picture > * {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-slider__slide__bg--contain {
  max-width: 360px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.hero-slider__slide__text {
  position: relative;
  max-width: 450px;
  text-align: center;
}
.hero-slider__slide__text > *:not(:last-child) {
  margin-bottom: 25px;
}
.hero-slider__slide__text > p {
  font-size: 26px;
}
.hero-slider__slide__text--w {
  color: #fff;
}
.hero-slider__nav {
  bottom: 45px;
}
.hero-slider__nav .swiper-button-disabled {
  display: none;
}
.hero-slider__banner {
  background: #225292;
  height: 62px;
  text-align: center;
  display: flex;
  align-items: center;
}
.hero-slider__banner h3 {
  line-height: 1;
}

.product-module {
  overflow: hidden;
}
.product-module__slider {
  overflow: visible;
}
.product-module__slider .swiper-wrapper {
  display: flex;
}
.product-module__slider .swiper-wrapper .swiper-slide {
  height: auto;
}
.product-module__slider .swiper-wrapper .swiper-slide .product {
  height: 100%;
}

.info-cards__grid {
  display: flex;
  gap: 30px;
  position: relative;
}
.info-cards__grid__item {
  flex: 1;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: #fff;
}
.info-cards__grid__item > img {
  width: 100%;
  aspect-ratio: 546/286;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-cards__grid__item__text {
  padding: 30px 55px 40px 35px;
}
.info-cards__grid__item__text .heading--md, .info-cards__grid__item__text .gform_wrapper.gravity-theme form .gform_body .gfield.gsection .gsection_title, .gform_wrapper.gravity-theme form .gform_body .gfield.gsection .info-cards__grid__item__text .gsection_title, .info-cards__grid__item__text .body-content h3, .body-content .info-cards__grid__item__text h3, .info-cards__grid__item__text .products .product .price, .products .product .info-cards__grid__item__text .price {
  margin-bottom: 10px;
}
.info-cards__grid__item__text .ui-btn, .info-cards__grid__item__text .woocommerce-shop-container .woocommerce-shop__wrap__sidebar .berocket_single_filter_widget .bapf_sfilter.bapf_divi_button .bapf_reset, .woocommerce-shop-container .woocommerce-shop__wrap__sidebar .berocket_single_filter_widget .bapf_sfilter.bapf_divi_button .info-cards__grid__item__text .bapf_reset, .info-cards__grid__item__text .gform_wrapper.gravity-theme form .gform_footer .gform_button, .gform_wrapper.gravity-theme form .gform_footer .info-cards__grid__item__text .gform_button,
.info-cards__grid__item__text .gform_wrapper.gravity-theme form .gform_footer input[name=gform_send_resume_link_button],
.gform_wrapper.gravity-theme form .gform_footer .info-cards__grid__item__text input[name=gform_send_resume_link_button], .info-cards__grid__item__text .gform_wrapper.gravity-theme form .gform_footer .gform_save_link, .gform_wrapper.gravity-theme form .gform_footer .info-cards__grid__item__text .gform_save_link {
  margin-top: 30px;
}
.info-cards__grid:before, .info-cards__grid:after {
  content: "";
  position: absolute;
  background: #F3F3F4;
  z-index: 1;
}
.info-cards__grid:before {
  bottom: -50px;
  left: -80px;
  width: 124px;
  height: 120px;
}
.info-cards__grid:after {
  top: -40px;
  right: -130px;
  width: 262px;
  height: 255px;
  border-radius: 0 60px 0 0;
  display:none;
}
.info-cards--2 .info-cards__grid:before {
  bottom: 80px;
}

.promo-slider {
  position: relative;
  overflow: hidden;
}
.promo-slider__slide {
  position: relative;
  display: flex;
  align-items: center;
}
.promo-slider__slide__bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.promo-slider__slide__bg picture,
.promo-slider__slide__bg picture > * {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.promo-slider__slide__text {
  position: relative;
  max-width: 650px;
}
.promo-slider__slide__text .ui-btn, .promo-slider__slide__text .woocommerce-shop-container .woocommerce-shop__wrap__sidebar .berocket_single_filter_widget .bapf_sfilter.bapf_divi_button .bapf_reset, .woocommerce-shop-container .woocommerce-shop__wrap__sidebar .berocket_single_filter_widget .bapf_sfilter.bapf_divi_button .promo-slider__slide__text .bapf_reset, .promo-slider__slide__text .gform_wrapper.gravity-theme form .gform_footer .gform_button, .gform_wrapper.gravity-theme form .gform_footer .promo-slider__slide__text .gform_button,
.promo-slider__slide__text .gform_wrapper.gravity-theme form .gform_footer input[name=gform_send_resume_link_button],
.gform_wrapper.gravity-theme form .gform_footer .promo-slider__slide__text input[name=gform_send_resume_link_button], .promo-slider__slide__text .gform_wrapper.gravity-theme form .gform_footer .gform_save_link, .gform_wrapper.gravity-theme form .gform_footer .promo-slider__slide__text .gform_save_link {
  margin-top: 30px;
}
.promo-slider__nav {
  bottom: 35px;
}
.promo-slider__nav.hidden {
  display: none;
}

@media only screen and (max-width: 767px) {
  .promo-slider__slide .heading, .promo-slider__slide body.single-product .product__summary .product_title, body.single-product .product__summary .promo-slider__slide .product_title {
    max-width: 390px;
  }
}
@media only screen and (max-width: 1024px) {
  body.home section {
    margin-bottom: 50px;
  }
  .hero-slider__slide__text {
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .hero-slider__slide__text.lower {
    margin: 0 auto -40px;
  }
  .product-module__header {
    margin-bottom: 30px;
  }
  .info-cards__grid {
    flex-direction: column;
  }
  .promo-slider__slide {
    padding: 50px 0 100px;
  }
}
@media only screen and (min-width: 768px) {
  .hero-slider__banner .heading--md, .hero-slider__banner .gform_wrapper.gravity-theme form .gform_body .gfield.gsection .gsection_title, .gform_wrapper.gravity-theme form .gform_body .gfield.gsection .hero-slider__banner .gsection_title, .hero-slider__banner .body-content h3, .body-content .hero-slider__banner h3, .hero-slider__banner .products .product .price, .products .product .hero-slider__banner .price {
    font-size: 30px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1025px) {
  body.home section {
    margin-bottom: 100px;
  }
  .hero-slider__slide {
    background-size: 54px;
  }
  .hero-slider__slide__bg--contain {
    max-width: 1140px;
  }
  .hero-slider__slide__text {
    width: 450px;
    margin: 0 0 0 68px;
  }
  .hero-slider__slide__text.lower {
    margin: 280px 0 0 68px;
  }
  .hero-slider__nav {
    bottom: 50px;
  }
  .product-module__header {
    margin-bottom: 50px;
  }
  .promo-slider__slide {
    height: 476px;
  }
  .promo-slider__slide__text {
    margin: 0 0 0 68px;
  }
  .promo-slider__slide__text .ui-btn, .promo-slider__slide__text .woocommerce-shop-container .woocommerce-shop__wrap__sidebar .berocket_single_filter_widget .bapf_sfilter.bapf_divi_button .bapf_reset, .woocommerce-shop-container .woocommerce-shop__wrap__sidebar .berocket_single_filter_widget .bapf_sfilter.bapf_divi_button .promo-slider__slide__text .bapf_reset, .promo-slider__slide__text .gform_wrapper.gravity-theme form .gform_footer .gform_button, .gform_wrapper.gravity-theme form .gform_footer .promo-slider__slide__text .gform_button,
  .promo-slider__slide__text .gform_wrapper.gravity-theme form .gform_footer input[name=gform_send_resume_link_button],
  .gform_wrapper.gravity-theme form .gform_footer .promo-slider__slide__text input[name=gform_send_resume_link_button], .promo-slider__slide__text .gform_wrapper.gravity-theme form .gform_footer .gform_save_link, .gform_wrapper.gravity-theme form .gform_footer .promo-slider__slide__text .gform_save_link {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-slider__slide__text.lower {
    margin: 280px 0 0 160px;
  }
}
body.single-product {
  background: #F8F8F8;
}
body.single-product .product.single-product__wrap {
  margin-bottom: 50px;
  display: flex;
  align-items: flex-start;
}
body.single-product .product__gallery {
  width: 100%;
  position: relative;
}
body.single-product .product__gallery .woocommerce-product-gallery {
  width: 100%;
}
body.single-product .product__gallery .woocommerce-product-gallery .zoomImg {
  display: none !important;
}
body.single-product .product__gallery .woocommerce-product-gallery__trigger {
  font-size: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  background: #EDEBEB;
  z-index: 1;
  width: 35px;
  height: 35px;
  font-family: "Font Awesome 6 Free";
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
body.single-product .product__gallery .woocommerce-product-gallery__trigger:before {
  content: "\F002";
  font-size: 14px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
body.single-product .product__gallery .woocommerce-product-gallery__image, body.single-product .product__gallery .woocommerce-product-gallery__image--placeholder {
  width: 100%;
  overflow: hidden;
  border-radius: 14px;
}
body.single-product .product__gallery .woocommerce-product-gallery__image > a,
body.single-product .product__gallery .woocommerce-product-gallery__image img, body.single-product .product__gallery .woocommerce-product-gallery__image--placeholder > a,
body.single-product .product__gallery .woocommerce-product-gallery__image--placeholder img {
  width: 100%;
  display: block;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
body.single-product .product__gallery .woocommerce-product-gallery__thumbnails {
  margin-top: 15px;
}
body.single-product .product__gallery .woocommerce-product-gallery__thumbnails img {
  aspect-ratio: 142/133;
  -o-object-fit: cover;
     object-fit: cover;
}
body.single-product .product__gallery .woocommerce-product-gallery__thumbnails .swiper-slide {
  position: relative;
}
body.single-product .product__gallery .woocommerce-product-gallery__thumbnails .swiper-slide__more {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 600;
  cursor: pointer;
}
body.single-product .product__gallery__disclaimer {
  margin-top: 15px;
}
body.single-product .product__summary {
  flex: 1;
}
body.single-product .product__summary .product-brand {
  background: #225292;
  color: #fff;
  height: 23px;
  margin-bottom: 15px;
  border-radius: 7px;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
}
body.single-product .product__summary .product_title {
  margin-bottom: 25px;
}
body.single-product .product__summary .price {
  margin-bottom: 30px;
}
body.single-product .product__summary .price > *:not(small) {
  font-size: 22px;
  font-weight: 700;
}
body.single-product .product__summary .price small {
  font-size: 14px;
  margin-left: 5px;
}
body.single-product .product__summary .price .price-per-m2 {
  font-size: 18px;
  color: #FD9226;
}
body.single-product .product__summary .variations_form {
  width: 100%;
}
body.single-product .product__summary .variations-grid {
  margin-bottom: 35px;
}
body.single-product .product__summary .variations-grid__heading {
  margin-bottom: 12px;
  text-transform: capitalize;
}
body.single-product .product__summary .variations-grid__wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 14px;
  max-width: 500px;
}
body.single-product .product__summary .variations-grid__wrap .variation-option {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  background-color: #E9E7E7;
}
body.single-product .product__summary .variations-grid__wrap .variation-option.active {
  border: 3px solid #FD9226;
}
body.single-product .product__summary .variations-grid__wrap .variation-option.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/icons/tick-orange.svg") center/30px no-repeat;
}
body.single-product .product__summary .variations {
  margin-bottom: 35px;
}
body.single-product .product__summary .variations label {
  font-weight: 700;
  margin-bottom: 12px;
  display: block;
}
body.single-product .product__summary .variations select {
  height: 52px;
  border: 1px solid #D7D7D7;
  padding: 0 20px;
  border-radius: 7px;
  font-size: 14px;
  box-sizing: border-box;
  width: 100%;
  outline: none;
  box-shadow: none;
  background: #fff url(../images/icons/arrow-down.svg) calc(100% - 20px) 50%/12px no-repeat;
}
body.single-product .product__summary .variations .reset_variations {
  display: none !important;
}
body.single-product .product__summary .single_variation_wrap .woocommerce-variation-price {
  display: none !important;
}
body.single-product .product__summary .single_variation_wrap .stock {
  margin-bottom: 35px;
  min-height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: #fff;
  font-weight: 700;
  padding: 0 20px;
}
body.single-product .product__summary .single_variation_wrap .stock.in-stock {
  background: #2D9100;
}
body.single-product .product__summary .single_variation_wrap .stock:not(.in-stock) {
  background: #FD2626;
}
body.single-product .product__summary .single_variation_wrap .custom-quantity-tabs {
  margin-bottom: 30px;
}
body.single-product .product__summary .single_variation_wrap .custom-quantity-tabs__label {
  margin-bottom: 12px;
}
body.single-product .product__summary .single_variation_wrap .custom-quantity-tabs .tabs {
  display: flex;
}
body.single-product .product__summary .single_variation_wrap .custom-quantity-tabs .tabs button {
  width: 98px;
  height: 53px;
  max-width: 33.33%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #E9E7E7;
  border-radius: 7px 7px 0 0;
  background: #fff;
  border-bottom: none;
}
body.single-product .product__summary .single_variation_wrap .custom-quantity-tabs .tabs button.active {
  background-color: #E9E7E7;
}
body.single-product .product__summary .single_variation_wrap .custom-quantity-tabs .input-fields > div {
  background: #E9E7E7;
  padding: 22px 24px 30px;
  border-radius: 0 5px 5px 5px;
  line-height: 1.2;
}
body.single-product .product__summary .single_variation_wrap .custom-quantity-tabs .input-fields > div:not(:first-child) {
  display: none;
}
body.single-product .product__summary .single_variation_wrap .custom-quantity-tabs .input-fields > div input[type=number] {
  text-align: center;
  height: 54px;
  background: #fff;
  width: 54px;
  border-radius: 7px;
  margin-right: 10px;
}
body.single-product .product__summary .single_variation_wrap .custom-quantity-tabs .input-fields > div input[type=number].total-boxes {
  border: 1px solid #CBC7C7;
  margin-left: 15px;
  font-weight: 700;
}
body.single-product .product__summary .single_variation_wrap .custom-quantity-tabs .input-fields > div .input-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  font-size: 14px;
}
body.single-product .product__summary .single_variation_wrap .custom-quantity-tabs .input-fields > div .coverage-checkbox {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
}
body.single-product .product__summary .single_variation_wrap .custom-quantity-tabs .input-fields > div .coverage-checkbox input {
  display: none;
}
body.single-product .product__summary .single_variation_wrap .custom-quantity-tabs .input-fields > div .coverage-checkbox input:checked + label:before {
  content: "\F058";
  font-family: "Font Awesome 6 FREE";
}
body.single-product .product__summary .single_variation_wrap .custom-quantity-tabs .input-fields > div .coverage-checkbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
body.single-product .product__summary .single_variation_wrap .custom-quantity-tabs .input-fields > div .coverage-checkbox label:before {
  content: "";
  height: 19px;
  width: 19px;
  min-width: 19px;
  border: 1px solid #CBC7C7;
  margin-right: 10px;
  border-radius: 19px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
}
body.single-product .product__summary .single_variation_wrap .custom-quantity-tabs .input-fields > div .total-coverage {
  margin-top: 30px;
  font-weight: 600;
}
body.single-product .product__summary .single_variation_wrap .custom-quantity-tabs .coverage-checkbox input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
body.single-product .product__summary .simple-quantity-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
body.single-product .product__summary .simple-quantity-wrap label {
  margin-right: 15px;
}
body.single-product .product__summary .simple-quantity-wrap input[type=number] {
  text-align: center;
  height: 54px;
  background: #fff;
  width: 100px;
  border-radius: 7px;
  border: 1px solid #CBC7C7;
}
body.single-product .product__summary .variation-totals {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
body.single-product .product__summary .variation-totals > *:not(:last-child) {
  margin-right: 12px;
}
body.single-product .product__summary .variation-totals br {
  display: none;
}
body.single-product .product__summary .variation-totals__price > *:not(:last-child) {
  margin-right: 12px;
}
body.single-product .product__summary .awdr_discount_bar {
  margin-bottom: 30px;
  min-height: 54px;
  display: flex;
  align-items: center;
  border-radius: 7px;
  padding: 10px 20px 12px;
}
body.single-product .product__summary .awdr_discount_bar_content {
  font-size: 13px;
}
body.single-product .product__summary .awdr_discount_bar_content strong {
  text-transform: uppercase;
  font-weight: 900;
  margin-right: 15px;
  font-size: 17px;
  margin-bottom: 5px;
  display: block;
  line-height: 1.2;
}
body.single-product .product__summary .single_add_to_cart_button {
  width: 100%;
  margin: 0;
}
body.single-product .product__summary .single_add_to_cart_button.dsfps-free-sample-btn {
  margin-top: 10px;
}
body.single-product .product__summary__delivery {
  margin-top: 30px;
}
body.single-product .product__summary__delivery > p:first-child:before {
  content: "\F0D1";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
}
body.single-product .product.product_cat-accessories .product__gallery .woocommerce-product-gallery__image img {
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #fff;
}
body.single-product .product.product_cat-accessories .product__gallery .woocommerce-product-gallery__image > a,
body.single-product .product.product_cat-accessories .product__gallery .woocommerce-product-gallery__image img {
  aspect-ratio: auto;
}
body.single-product .single-product__data__row__list__item {
  padding: 25px 0;
  border-bottom: 1px solid #D7D7D7;
}
body.single-product .single-product__data__row__list__item:first-child {
  padding-top: 0;
}
body.single-product .single-product__data__row__list__item strong {
  width: 280px;
  text-transform: capitalize;
}
body.single-product .single-product__data__row__list__item p {
  flex: 1;
}
body.single-product .single-product__data__row__list__item--recommended_adhesive p a {
  text-decoration: underline;
}
body.single-product .single-product__data__row__list__item--recommended_adhesive p a:not(:last-child) {
  margin-right: 22px;
}
body.single-product .single-product__data__row__list > a {
  display: flex;
  align-items: flex-start;
  font-weight: 700;
  transition: all 0.1s ease;
}
body.single-product .single-product__data__row__list > a:not(:last-child) {
  margin-bottom: 30px;
}
body.single-product .single-product__data__row__list > a:before {
  content: "";
  display: block;
  margin-right: 15px;
  width: 16px;
  height: 19px;
  background: url("../images/icons/download.svg") center/contain no-repeat;
  transition: all 0.1s ease;
  top: 5px;
  position: relative;
}
body.single-product .single-product__data__row__list > a:hover {
  color: #FD9226;
}
body.single-product .single-product__data__row__list > a:hover:before {
  background: url("../images/icons/download-hover.svg") center/contain no-repeat;
}
body.single-product .single-product__data__row__list > a span {
  flex: 1;
}
body.single-product .single-product__data__row__table > p {
  margin-bottom: 25px;
}
body.single-product .single-product__data__row__table table {
  border-top: 1px solid #D7D7D7;
}
body.single-product .single-product__data__row__table table tr {
  border-bottom: 1px solid #D7D7D7;
}
body.single-product .single-product__data__row__table table tr > td:first-child {
  font-weight: 600;
}
body.single-product .single-product__data__row__table .body-content {
  font-size: 14px;
  margin-top: 30px;
  line-height: 25px;
}
body.single-product .related {
  margin-bottom: 50px;
  overflow: hidden;
}
body.single-product .related .heading--lg, body.single-product .related .body-content h2, .body-content body.single-product .related h2, body.single-product .related .product__summary .product_title, body.single-product .product__summary .related .product_title {
  text-transform: capitalize;
  margin-bottom: 45px;
}
body.single-product .related .swiper-slide {
  height: auto;
}
body.single-product .related .swiper-slide .product {
  height: 100%;
}

.tooltipster-base .tooltipster-box {
  background: #1A1A1A;
}
.tooltipster-base .tooltipster-box .tooltipster-content {
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 2px 8px;
}
.tooltipster-base.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #1A1A1A;
}

.pswp__caption {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  body.single-product .product.single-product__wrap {
    flex-direction: column;
  }
  body.single-product .product__gallery {
    margin-bottom: 30px;
  }
  body.single-product .product__gallery .woocommerce-product-gallery__image > a,
  body.single-product .product__gallery .woocommerce-product-gallery__image img, body.single-product .product__gallery .woocommerce-product-gallery__image--placeholder > a,
  body.single-product .product__gallery .woocommerce-product-gallery__image--placeholder img {
    aspect-ratio: 1/1;
  }
  body.single-product .product__summary {
    display: contents;
  }
  body.single-product .product__summary .product-brand {
    order: -2;
  }
  body.single-product .product__summary .product_title {
    order: -1;
  }
  body.single-product .single-product__data {
    margin-bottom: 30px;
  }
  body.single-product .single-product__data__row {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
  }
  body.single-product .single-product__data__row:not(:last-child) {
    margin-bottom: 30px;
  }
  body.single-product .single-product__data__row > *:not(.single-product__data__row__heading) {
    padding-top: 25px;
  }
  body.single-product .single-product__data__row__table table tr > td:first-child {
    padding-left: 0;
  }
}
@media only screen and (min-width: 481px) {
  body.single-product .product__summary .variations-grid__wrap {
    grid-template-columns: repeat(6, 1fr);
  }
  body.single-product .product__summary .single_variation_wrap .custom-quantity-tabs .input-fields > div input[type=number] {
    width: 100px;
  }
  body.single-product .product__summary .single_variation_wrap .custom-quantity-tabs .input-fields > div input[type=number].total-boxes {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) {
  body.single-product .single-product__data__row__list__item {
    display: flex;
  }
}
@media only screen and (min-width: 1025px) {
  body.single-product .product.single-product__wrap {
    gap: 0 30px;
    margin-bottom: 65px;
  }
  body.single-product .product__gallery {
    width: 500px;
    position: sticky;
    top: 85px;
  }
  body.single-product .product__gallery__thumbnails {
    margin-top: 30px;
  }
  body.single-product .product__gallery__disclaimer {
    margin-top: 30px;
    padding-right: 100px;
  }
  body.single-product .single-product__data {
    margin-bottom: 120px;
  }
  body.single-product .single-product__data__row {
    display: flex;
  }
  body.single-product .single-product__data__row:not(:last-child) {
    margin-bottom: 80px;
  }
  body.single-product .single-product__data__row > *:not(.single-product__data__row__heading) {
    flex: 1;
    padding-top: 15px;
  }
  body.single-product .single-product__data__row__heading {
    width: 320px;
    padding-right: 50px;
  }
  body.single-product .single-product__data__row__table table tr > td:last-child {
    padding-right: 10px;
  }
  body.single-product .related {
    margin-bottom: 110px;
  }
}
@media only screen and (min-width: 1200px) {
  body.single-product .product__gallery {
    width: 640px;
  }
  body.single-product .product__gallery__image > a,
  body.single-product .product__gallery__image img, body.single-product .product__gallery__image--placeholder > a,
  body.single-product .product__gallery__image--placeholder img {
    width: 100%;
    display: block;
    max-height: 640px;
  }
  body.single-product .single-product__data__row__heading {
    width: 380px;
  }
}
.site-main {
  margin-top: 30px;
}

.woocommerce-shop-container {
  margin-bottom: 50px;
}
.woocommerce-shop-container .woocommerce-products-header {
  margin-bottom: 30px;
}
.woocommerce-shop-container .woocommerce-shop__wrap {
  display: flex;
  gap: 0 25px;
  align-items: flex-start;
}
.woocommerce-shop-container .woocommerce-shop__wrap__sidebar {
  background: #F7F7F7;
  padding: 25px;
  overflow: auto;
}
.woocommerce-shop-container .woocommerce-shop__wrap__sidebar__wrap > p {
  margin-bottom: 12px;
}
.woocommerce-shop-container .woocommerce-shop__wrap__sidebar .berocket_single_filter_widget .bapf_sfilter:not(.bapf_divi_button) {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ACB6C2;
  margin-bottom: 10px;
  padding: 15px;
  font-weight: 400;
}
.woocommerce-shop-container .woocommerce-shop__wrap__sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_head {
  cursor: pointer;
}
.woocommerce-shop-container .woocommerce-shop__wrap__sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_head .bapf_colaps_smb {
  font-size: 12px;
}
.woocommerce-shop-container .woocommerce-shop__wrap__sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_body {
  padding: 10px 0;
  color: #717171;
}
.woocommerce-shop-container .woocommerce-shop__wrap__sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_from,
.woocommerce-shop-container .woocommerce-shop__wrap__sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_to {
  font-size: 14px;
}
.woocommerce-shop-container .woocommerce-shop__wrap__sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_body > ul input {
  margin-right: 10px;
}
.woocommerce-shop-container .woocommerce-shop__wrap__sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_body > ul label {
  font-size: 14px;
}
.woocommerce-shop-container .woocommerce-shop__wrap__sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_body > ul label:hover {
  color: #1A1A1A;
}
.woocommerce-shop-container .woocommerce-shop__wrap__sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_body > ul input:checked + label {
  color: #1A1A1A;
  font-weight: 600;
}
.woocommerce-shop-container .woocommerce-shop__wrap__sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_body > ul > li:not(:last-child) {
  margin-bottom: 10px !important;
}
.woocommerce-shop-container .woocommerce-shop__wrap__sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_body > ul > li > ul {
  margin-top: 5px;
}
.woocommerce-shop-container .woocommerce-shop__wrap__sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_body > ul > li > ul > li:not(:last-child) {
  margin-bottom: 10px !important;
}
.woocommerce-shop-container .woocommerce-shop__wrap__sidebar .berocket_single_filter_widget .bapf_sfilter.bapf_slidr .bapf_body {
  padding: 30px 7px 0;
}
.woocommerce-shop-container .woocommerce-shop__wrap__sidebar .berocket_single_filter_widget .bapf_sfilter.bapf_divi_button {
  margin-bottom: 0;
}
.woocommerce-shop-container .woocommerce-shop__wrap__products {
  flex: 1;
}
.woocommerce-shop-container .woocommerce-shop__wrap__products__top {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  align-items: center;
}
.woocommerce-shop-container .woocommerce-shop__wrap__products__top .bapf_no_products {
  flex: 1;
}
.woocommerce-shop-container .woocommerce-shop__wrap__products__top .woocommerce-notices-wrapper {
  width: 100%;
}
.woocommerce-shop-container .woocommerce-shop__wrap__products__top .woocommerce-ordering {
  width: 100%;
}
.woocommerce-shop-container .woocommerce-shop__wrap__products__top .woocommerce-ordering .orderby {
  border: 1px solid #ACB6C2;
  height: 47px;
  padding: 0 40px 0 15px;
  border-radius: 9px;
  width: 100%;
  background: #fff url("../images/icons/chevron-down.svg") calc(100% - 15px) 50%/12px no-repeat;
}
.woocommerce-shop-container .woocommerce-shop__wrap__products__top__filter {
  width: 100%;
  margin-bottom: 15px;
}
.woocommerce-shop-container .woocommerce-shop__wrap__products__top__filter .fa-filter {
  margin-right: 10px;
}
.woocommerce-shop-container .woocommerce-shop__wrap__products__top .woocommerce-result-count {
  width: 100%;
  margin-bottom: 15px;
}
.woocommerce-shop-container .woocommerce-shop__wrap__products .products {
  display: grid;
  grid-gap: 30px;
}
.woocommerce-shop-container .woocommerce-shop__wrap__products .woocommerce-pagination > .page-numbers {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
}
.woocommerce-shop-container .woocommerce-shop__wrap__products .woocommerce-pagination > .page-numbers > li > * {
  height: 40px;
  width: 40px;
  border-radius: 9px;
  border: 1px solid #ACB6C2;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  cursor: pointer;
}
.woocommerce-shop-container .woocommerce-shop__wrap__products .woocommerce-pagination > .page-numbers > li > *.current {
  background: #1A1A1A;
  font-weight: 700;
  color: #fff;
  border-color: #1A1A1A;
}
.woocommerce-shop-container .woocommerce-shop__wrap__products .woocommerce-pagination > .page-numbers > li > *.next, .woocommerce-shop-container .woocommerce-shop__wrap__products .woocommerce-pagination > .page-numbers > li > *.prev {
  font-size: 0;
}
.woocommerce-shop-container .woocommerce-shop__wrap__products .woocommerce-pagination > .page-numbers > li > *.next:before, .woocommerce-shop-container .woocommerce-shop__wrap__products .woocommerce-pagination > .page-numbers > li > *.prev:before {
  font-family: "Font Awesome 6 FREE";
  font-size: 14px;
  font-weight: 900;
}
.woocommerce-shop-container .woocommerce-shop__wrap__products .woocommerce-pagination > .page-numbers > li > *.prev:before {
  content: "\F053";
}
.woocommerce-shop-container .woocommerce-shop__wrap__products .woocommerce-pagination > .page-numbers > li > *.next:before {
  content: "\F054";
}

@media only screen and (max-width: 1024px) {
  .woocommerce-shop-container .woocommerce-shop__wrap__sidebar {
    position: fixed;
    right: 0;
    z-index: 99999;
    top: 0;
    height: 100%;
    width: calc(100% - 30px);
    transition: all 0.25s ease;
    transform: translateX(100%);
  }
  .woocommerce-shop-container .woocommerce-shop__wrap__sidebar__wrap {
    height: 100%;
    padding-bottom: 53px;
    overflow: auto;
  }
  .woocommerce-shop-container .woocommerce-shop__wrap__sidebar__wrap > p {
    font-weight: 700;
  }
  .woocommerce-shop-container .woocommerce-shop__wrap__sidebar__apply {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    border-radius: 0;
  }
  .woocommerce-shop-container .woocommerce-shop__wrap__sidebar.show {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
    transform: translateX(0);
  }
}
@media only screen and (min-width: 481px) {
  .woocommerce-shop-container .woocommerce-shop__wrap__products__top .woocommerce-result-count {
    width: auto;
    margin-bottom: 0;
  }
  .woocommerce-shop-container .woocommerce-shop__wrap__products__top .woocommerce-ordering {
    width: auto;
    margin-left: auto;
  }
  .woocommerce-shop-container .woocommerce-shop__wrap__products__top .woocommerce-ordering .orderby {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .site-main {
    margin-top: 50px;
  }
  .woocommerce-shop-container {
    margin-bottom: 100px;
  }
  .woocommerce-shop-container .woocommerce-products-header {
    margin-bottom: 50px;
  }
  .woocommerce-shop-container .woocommerce-shop__wrap__sidebar {
    width: 350px;
  }
  .woocommerce-shop-container .woocommerce-shop__wrap__products__top__filter {
    width: auto;
    order: 1;
    margin-bottom: 0;
    margin-left: 20px;
  }
  .woocommerce-shop-container .woocommerce-shop__wrap__products .products {
    grid-template-columns: repeat(2, 1fr);
  }
  .woocommerce-shop-container .woocommerce-shop__wrap__products .woocommerce-pagination > .page-numbers {
    margin-top: 80px;
    gap: 0 10px;
  }
  .woocommerce-shop-container .woocommerce-shop__wrap__products .woocommerce-pagination > .page-numbers > li > * {
    height: 47px;
    width: 47px;
  }
}
@media only screen and (min-width: 1025px) {
  .woocommerce-shop-container .woocommerce-shop__wrap__sidebar {
    width: 300px;
    border-radius: 13px;
    position: sticky;
    top: 85px;
    max-height: calc(100vh - 60px);
  }
  .woocommerce-shop-container .woocommerce-shop__wrap__sidebar__apply {
    display: none;
  }
  .woocommerce-shop-container .woocommerce-shop__wrap__products__top__filter {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .woocommerce-shop-container .woocommerce-shop__wrap__sidebar {
    width: 350px;
  }
}
.cart-upsell {
  background: #225292;
  overflow: hidden;
}
.cart-upsell__wrap {
  position: relative;
  padding: 30px 0;
}
.cart-upsell__wrap:before, .cart-upsell__wrap:after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.05);
  z-index: 0;
}
.cart-upsell__wrap:before {
  bottom: 52px;
  left: -20px;
  width: 105px;
  height: 102px;
  border-radius: 0 30px 0 0;
}
.cart-upsell__wrap:after {
  top: 20px;
  right: -108px;
  width: 122px;
  height: 119px;
  border-radius: 0 30px 0 0;
}
.cart-upsell__heading {
  margin-bottom: 30px;
}
.cart-upsell__slider {
  overflow: visible;
  -webkit-clip-path: inset(-100vw -100vw -100vw 0);
  clip-path: inset(-100vw -100vw -100vw 0);
  position: relative;
  z-index: 1;
}
.cart-upsell__slider .swiper-wrapper {
  display: flex;
}
.cart-upsell__slider .product-slide {
  height: auto;
  display: flex;
  width: 100%;
  max-width: 360px;
}
.cart-upsell__slider .product-slide__wrap {
  background: #fff;
  display: flex;
  padding: 20px;
  border-radius: 15px;
  height: auto;
}
.cart-upsell__slider .product-slide img {
  width: 86px;
  height: 86px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
  border: 1px solid #D7D7D7;
  margin-right: 22px;
}
.cart-upsell__slider .product-slide__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.cart-upsell__slider .product-slide__text .heading--sm a, .cart-upsell__slider .product-slide__text .footer__main .menu > li > a a, .footer__main .cart-upsell__slider .product-slide__text .menu > li > a a, .cart-upsell__slider .product-slide__text .form_saved_message h2 a, .form_saved_message .cart-upsell__slider .product-slide__text h2 a, .cart-upsell__slider .product-slide__text .body-content h4 a, .body-content .cart-upsell__slider .product-slide__text h4 a, .cart-upsell__slider .product-slide__text .products .product .woocommerce-loop-product__title a, .products .product .cart-upsell__slider .product-slide__text .woocommerce-loop-product__title a {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.cart-upsell__slider .product-slide__text .price {
  font-weight: 700;
  margin: 12px 0 15px;
  display: block;
}
.cart-upsell__slider .product-slide__text .button {
  margin-top: auto;
  height: 44px;
  font-size: 14px;
  min-width: 160px;
}
.cart-upsell__nav {
  position: relative;
  margin-top: 45px;
}
.cart-upsell__nav.hidden {
  display: none;
}

@media only screen and (min-width: 768px) {
  .cart-upsell__wrap {
    padding: 45px 0;
  }
}
.inner-content {
  padding: 30px 0 50px;
}

@media only screen and (min-width: 768px) {
  .inner-content {
    padding: 60px 0 80px;
  }
}
.blog-wrap__header {
  margin-bottom: 40px;
}
.blog-wrap__header .categories {
  display: flex;
  align-items: center;
  flex: 1;
  margin-bottom: 15px;
}
.blog-wrap__header .categories label {
  font-weight: 700;
}
.blog-wrap__header .categories select {
  background: #fff;
  height: 42px;
  font-weight: 500;
  border: 1px solid #E3E3E3;
  border-radius: 7px;
  padding: 0 40px 0 20px;
  background-image: url(../images/icons/arrow-down.svg);
  background-position: calc(100% - 15px) center;
  background-size: auto 6px;
  background-repeat: no-repeat;
  font-size: 14px;
  margin: 0 0 0 15px;
  flex: 1;
}
.blog-wrap__header .perpage {
  display: flex;
  align-items: center;
}
.blog-wrap__header .perpage label {
  font-weight: 700;
}
.blog-wrap__header .perpage select {
  background: #fff;
  height: 42px;
  font-weight: 500;
  border: 1px solid #E3E3E3;
  border-radius: 7px;
  padding: 0 40px 0 20px;
  background-image: url(../images/icons/arrow-down.svg);
  background-position: calc(100% - 15px) center;
  background-size: auto 6px;
  background-repeat: no-repeat;
  max-width: 80px;
  margin: 0 15px;
  font-size: 14px;
}
.blog-wrap__list {
  margin-bottom: 50px;
  display: grid;
  grid-gap: 20px;
}

.more-blog__slider {
  width: 100%;
}

.pagination {
  margin-bottom: 50px;
}
.pagination ul.page-numbers {
  display: flex;
  justify-content: center;
}
.pagination ul.page-numbers > li:not(:last-child) {
  margin-right: 15px;
}
.pagination ul.page-numbers > li a:hover {
  opacity: 0.5;
}
.pagination ul.page-numbers > li > .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul.page-numbers > li > .page-numbers:not(.next):not(.prev) {
  font-size: 14px;
  font-weight: 500;
}
.pagination ul.page-numbers > li > .page-numbers:not(.next):not(.prev).current {
  text-decoration: underline;
  font-weight: 700;
}
.pagination ul.page-numbers > li > .page-numbers.next {
  margin-left: 8px;
  padding-top: 3px;
}
.pagination ul.page-numbers > li > .page-numbers.prev {
  margin-right: 8px;
  padding-top: 3px;
}

body.blog .promo-slider,
body.blog .info-cards,
body.category .promo-slider,
body.category .info-cards {
  margin-bottom: 50px;
}

@media only screen and (min-width: 600px) {
  .blog-wrap__header {
    display: flex;
    align-items: center;
  }
  .blog-wrap__header .categories {
    margin-right: 15px;
    margin-bottom: 0;
  }
  .blog-wrap__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .pagination {
    margin-bottom: 80px;
  }
  .pagination ul.page-numbers > li:not(:last-child) {
    margin-right: 8px;
  }
  .pagination ul.page-numbers > li > .page-numbers {
    height: 42px;
  }
  .pagination ul.page-numbers > li > .page-numbers:not(.next):not(.prev) {
    border: 1px solid #E3E3E3;
    background: #fff;
    border-radius: 7px;
    width: 42px;
  }
  .pagination ul.page-numbers > li > .page-numbers:not(.next):not(.prev).current {
    border: 1px solid #ccc;
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px) {
  .blog-wrap__list > .blog-card {
    grid-gap: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-wrap__header .categories {
    margin-right: 40px;
  }
  .blog-wrap__list {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 80px;
  }
  body.blog .promo-slider,
  body.blog .info-cards,
  body.category .promo-slider,
  body.category .info-cards {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-wrap__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
/*# sourceMappingURL=style.css.map*/