@charset "UTF-8";
/**--Media-queries--**/
@import url("https://fonts.cdnfonts.com/css/creepsville");
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1400px;
    padding: 0 calc(2.9rem + 2.8vw);
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1800px;
  }
}
.container--md {
  max-width: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

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

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.d-inline {
  display: inline !important;
}

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

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

.d-grid {
  display: grid !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;
}

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

.flex-fill {
  flex: 1 1 auto !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-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;
}

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

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

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !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;
}

.justify-content-evenly {
  justify-content: space-evenly !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) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !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;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !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;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !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) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !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;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !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;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-3 {
    order: 3;
  }
}
@media (min-width: 1360px) {
  .container-narrow-xl {
    max-width: 1280px;
    padding: 0 20px;
  }
}
.header__hamburger {
  position: relative;
  width: 24px;
  display: none;
  vertical-align: middle;
  color: currentColor;
}
@media (max-width: 1199px) {
  .header__hamburger {
    display: block;
  }
}
.header__hamburger.open, .header__hamburger:hover {
  color: currentColor;
}
.header__hamburger.open:after {
  opacity: 1;
  visibility: visible;
}
.header__hamburger:after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease-in-out all;
  z-index: 11;
}

.header__hamburger span {
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  width: 24px;
  margin-top: -1px;
  background-color: currentColor;
  transition: height 0s linear, transform 0.6s ease-in-out;
  transition-delay: 0.6s, 0s, 0s;
  transform-origin: center;
}

.header__hamburger.open span {
  height: 0;
  transform: rotate(360deg);
  transition: width 0s linear, transform 0s ease;
  transition-delay: 0.3s, 0.6s, 0.6s;
}

.header__hamburger span:after {
  position: absolute;
  top: 6px;
  left: 0;
  height: 2px;
  width: 24px;
  background-color: inherit;
  content: "";
  transform: rotate(0deg);
  transition: top 0.3s ease, width 0.3s ease, transform 0.3s ease;
  transition-delay: 0.9s, 0.9s, 0.6s, 0.6s;
}

.header__hamburger.open span:after {
  top: 0;
  width: 24px;
  transform: rotate(45deg);
  transition-delay: 0s, 0s, 0.3s, 0.3s;
}

.header__hamburger span:before {
  position: absolute;
  top: -6px;
  left: 0;
  height: 2px;
  width: 24px;
  background-color: inherit;
  content: "";
  transform: rotate(0deg);
  transition: top 0.3s ease, width 0.3s ease, transform 0.3s ease;
  transition-delay: 0.9s, 0.9s, 0.6s, 0.6s;
}

.header__hamburger.open span:before {
  top: 0;
  width: 24px;
  transform: rotate(-45deg);
  transition-delay: 0s, 0s, 0.3s, 0.3s;
}

@keyframes shakeee {
  0% {
    transform: translate(1px, 0);
  }
  20% {
    transform: translate(-2px, 0);
  }
  40% {
    transform: translate(3px, 0);
  }
  60% {
    transform: translate(-3px, 0);
  }
  80% {
    transform: translate(4px, 0);
  }
  100% {
    transform: translate(-2px, 0);
  }
}
.notification-bar {
  position: relative;
  z-index: 1;
  background-color: #0291c1;
  text-align: center;
  width: 100%;
  top: 0;
  transition: 0.5s all ease-in-out;
  opacity: 1;
  visibility: visible;
}
.notification-bar p {
  color: #fff;
  margin: 0;
  font-size: 14px;
  max-width: 570px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.32px;
}
.notification-bar p:not(:last-child) {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .notification-bar p {
    max-width: 100%;
    white-space: nowrap;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .notification-bar p {
    font-size: 14px;
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .notification-bar p {
    max-width: 90%;
    line-height: 1.6;
  }
}

.display_topbar .notification-bar {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 575px) {
  .display_topbar .notification-bar {
    display: flex;
    align-items: center;
  }
}

.know-more {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px;
  margin: 0 0 0 22px;
  background-color: #fff;
  border-radius: 4px;
  color: #ee3e5a;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
@media (min-width: 1199px) {
  .know-more:hover {
    color: #fff;
    background-color: #ee3e5a;
  }
}
@media (max-width: 992px) {
  .know-more {
    margin-left: 5px;
    font-size: 11px;
    padding: 3px 8px;
  }
}
.know-more.shakeee {
  position: relative;
  animation: shakeee 0.4s linear;
  animation-iteration-count: 3;
}

.notification-bar-close {
  height: 100%;
  position: absolute;
  right: 0;
  top: calc(50% + 4px);
  width: 40px;
  z-index: 9;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  padding: 10px 0 0 35px;
}
@media (max-width: 1200px) {
  .notification-bar-close {
    right: 10px;
    top: 8px;
    transform: translate(0, 0);
    height: 30px;
    width: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .notification-bar-close {
    top: 5px;
    height: 30px;
    width: 35px;
  }
}
.notification-bar-close:after, .notification-bar-close:before {
  background-color: #fff;
  content: "";
  height: 2px;
  position: absolute;
  left: 10px;
  top: 16px;
  width: 20px;
  transform: rotate(-45deg);
}
@media (max-width: 1200px) {
  .notification-bar-close:after, .notification-bar-close:before {
    background-color: #fff;
    content: "";
    left: 9px;
    top: 14px;
    width: 18px;
  }
}
@media (max-width: 767px) {
  .notification-bar-close:after, .notification-bar-close:before {
    width: 17px;
    top: 14px;
  }
}
.notification-bar-close::before {
  transform: rotate(45deg);
}

@media only screen and (max-width: 575px) {
  .display_topbar .notification-bar .notification-bar-close {
    top: 20px;
  }
}
.demo-btn {
  background: #f7f7f7;
  color: #000 !important;
  border: 2px solid #f7f7f7;
  font-size: 12px;
  padding: 10px 24px;
  line-height: 1.5;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  border-radius: 5px;
  white-space: nowrap;
  display: none;
}
.demo-btn:hover {
  background-color: #ee3e5a;
  color: #fff !important;
}
@media (max-width: 1279px) {
  .demo-btn {
    display: none;
  }
}

.contactblock {
  display: inline-block;
  vertical-align: middle;
}
.contactblock .btn--primary {
  min-width: auto;
  font-size: 12px;
  text-transform: uppercase;
}

.explore-inline {
  text-transform: uppercase;
  font-size: 9px !important;
  padding: 3px 7px !important;
  font-weight: 800;
  margin-left: 5px;
  vertical-align: middle;
  border-radius: 5px !important;
  display: inline;
  background: #ee3e5a;
  color: #fff;
  border-color: #ee3e5a;
  padding: 4px 7px;
}
.explore-inline.upgraded {
  font-weight: 600;
}
.explore-inline.wow::after {
  content: "WOW!";
}
.explore-inline.new::after {
  content: "new";
}
.explore-inline.upgraded::after {
  content: "New";
}

li a[href*=b2b-multivendor-ecommerce-platform] {
  justify-content: flex-start;
}

.b2b-header-cta {
  display: none !important;
}

html:not(.tg-popup) #header {
  z-index: 999999;
}

#header.open {
  z-index: 9999999 !important;
}

#header {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
  transition: transform 0.3s ease-in-out;
  z-index: 9;
}

.header {
  display: flex;
  gap: clamp(10px, 2.5vw, 2.5rem);
  background: #fff;
  padding: 15px 0;
  justify-content: space-between;
  align-items: center;
}
.header .logo svg,
.header .logo img {
  width: 100%;
  max-width: 130px;
  display: block;
}
@media (max-width: 1499px) {
  .header .logo svg,
  .header .logo img {
    max-width: 100px;
    margin: 0;
  }
}
.header .header__right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 1200px) {
  .header .header__right {
    justify-content: space-between;
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .header .header__right .contactblock {
    order: 1;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .nav-menu {
    display: flex;
    gap: 1.8rem;
  }
}
@media (min-width: 1500px) {
  .nav-menu {
    display: flex;
    gap: 2.3rem;
  }
}
.nav-menu > li {
  position: relative;
  line-height: normal;
}
@media (max-width: 1199px) {
  .nav-menu > li:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
.nav-menu > li > a {
  font-weight: 600;
}
.nav-menu > li > a .badge {
  left: 50%;
  transform: translateX(-50%);
  background-color: #ee3e5a;
  color: #fff;
  padding: 5px 8px 3px 8px;
  line-height: 10px;
  font-size: 10px;
  border-radius: 6px;
  font-weight: 600;
  top: -22px;
  text-transform: uppercase;
  position: absolute;
}
.nav-menu > li > a .badge:after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  border: 5px solid transparent;
  border-top-color: #ee3e5a;
}
@media (min-width: 1199px) and (max-width: 1499px) {
  .nav-menu > li > a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .nav-menu > li.has-dropdown:after {
    content: "";
    width: 0%;
    background: #ee3e5a;
    display: block;
    height: 2.4px;
    position: absolute;
    left: 0;
    bottom: -27.335px;
    transition: 0.3s;
  }
}
.nav-menu > li.has-dropdown > a {
  position: relative;
  display: flex;
  gap: 10px;
}
@media (max-width: 1199px) {
  .nav-menu > li.has-dropdown > a {
    justify-content: space-between;
  }
}
.nav-menu > li.has-dropdown > a::after {
  content: "";
  height: 8px;
  position: relative;
  background-color: transparent;
  transform: rotate(45deg);
  width: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transition: 0.3s;
  transition: all 0.3s ease, color 1ms;
  margin-top: 3px;
}
@media (min-width: 1200px) {
  .nav-menu > li.has-dropdown .overlay {
    content: "";
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.3490196078);
    height: 100%;
    position: fixed;
    left: 0;
    backdrop-filter: blur(5px);
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
}
.nav-menu > li.has-dropdown:not(.active) .dropdown-wrapper {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .nav-menu > li.has-dropdown:not(.active) .dropdown-wrapper {
    display: none;
  }
}
.nav-menu > li.active:after {
  width: 100%;
}
.nav-menu > li.active.has-dropdown > a {
  color: #ee3e5a;
}
.nav-menu > li.active.has-dropdown > a::after {
  transform: rotate(-135deg);
  margin-top: 7px;
}
@media (min-width: 1200px) {
  .nav-menu > li.active.has-dropdown .overlay {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .nav-menu > li.active .dropdown > * {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 1200px) {
  .dropdown-wrapper {
    position: fixed;
    width: 100%;
    left: 0;
    background-color: #fff;
  }
  .dropdown-wrapper .dropdown {
    display: flex;
  }
  .dropdown-wrapper .dropdown > * {
    padding: 2rem 2rem 3rem;
    opacity: 0;
    transform: translateY(-4%);
    transition: opacity 0.3s, transform 0.4s;
    transition-timing-function: ease-in-out;
  }
  .dropdown-wrapper .dropdown > *:not(:last-child) {
    flex: 1;
    border-right: 1px solid #dedede;
  }
  .dropdown-wrapper .dropdown > *:first-child {
    padding-left: 0;
    transition-delay: 0.4s;
  }
  .dropdown-wrapper .dropdown > *:nth-child(2) {
    transition-delay: 0.6s;
  }
  .dropdown-wrapper .dropdown > *:last-child {
    flex: 0 0 calc(285px + 3rem);
    transition-delay: 0.8s;
    padding-right: 0;
  }
}
@media (min-width: 1200px) and (min-width: 1500px) {
  .dropdown-wrapper .dropdown > *:last-child {
    align-self: flex-end;
  }
}
@media (min-width: 1200px) {
  .dropdown-wrapper .dropdown > *:last-child.blog {
    flex: 0 0 40%;
    align-self: normal;
  }
  .dropdown-wrapper .dropdown p {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .dropdown-wrapper .dropdown p {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .dropdown-wrapper .dropdown a:not(.btn):hover {
    color: #000;
  }
  .dropdown-wrapper .dropdown-heading {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2rem;
  }
  .dropdown-wrapper .dropdown .menu-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem 1rem;
  }
  .dropdown-wrapper .dropdown .menu-grid--grid-3 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem 3rem;
  }
  .dropdown-wrapper .dropdown .menu-grid--grid-4 {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2rem 3rem;
  }
  .dropdown-wrapper .dropdown .menu-grid--grid-1by1 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1rem;
  }
  .dropdown-wrapper .dropdown .menu-card {
    display: block;
    padding: 1rem;
    border-radius: 5px;
    transition: 0s;
    height: 100%;
  }
  .dropdown-wrapper .dropdown .menu-card:hover {
    background: #fde8eb;
  }
  .dropdown-wrapper .dropdown .menu-card:not(.menu-card--flex) .media {
    margin-bottom: 1rem;
  }
  .dropdown-wrapper .dropdown .menu-card .content h6 {
    margin-bottom: 6px;
  }
  .dropdown-wrapper .dropdown .menu-card--flex {
    display: flex;
    gap: 1rem;
  }
  .dropdown-wrapper .dropdown .menu-card--flex .content h6 {
    font-size: 16px;
  }
  .dropdown-wrapper .dropdown .menu-card--flex .content p {
    line-height: 1.5;
  }
  .dropdown-wrapper .dropdown .menu-card--flex.icons .media {
    flex: 0 0 30px;
    max-width: 30px;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .dropdown-wrapper .dropdown .menu-card--flex.icons .media {
    flex: 0 0 35px;
    max-width: 35px;
  }
}
@media (min-width: 1200px) {
  .dropdown-wrapper .dropdown .menu-card--flex:not(.icons) {
    align-items: center;
    gap: 1rem;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .dropdown-wrapper .dropdown .menu-card--flex:not(.icons) {
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .dropdown-wrapper .dropdown .menu-card--flex:not(.icons) .media {
    flex: 0 0 170px;
    max-width: 170px;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .dropdown-wrapper .dropdown .menu-card--flex:not(.icons) .media {
    flex: 0 0 200px;
    max-width: 200px;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .dropdown-wrapper .dropdown .menu-card--flex:not(.icons) .content h6 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .dropdown-wrapper .dropdown .blog-list__item {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 1rem;
    transition: 0.3s;
    border-radius: 5px;
    overflow: hidden;
  }
  .dropdown-wrapper .dropdown .blog-list__item:hover {
    background: #fde8eb;
  }
  .dropdown-wrapper .dropdown .blog-list__item .media {
    flex: 0 0 144px;
    max-width: 144px;
  }
  .dropdown-wrapper .dropdown .blog-list__item .content h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .dropdown-wrapper .dropdown .blog-list__item .content .text--link:hover:after {
    width: 1.8rem;
  }
  .dropdown-wrapper .dropdown .blog-list__item .content a {
    font-size: 14px;
    padding: 0;
  }
  .dropdown-wrapper .dropdown .article h6 {
    margin-bottom: 2rem;
    font-size: 1rem;
    font-weight: 500;
  }
  .dropdown-wrapper .dropdown .article__media {
    margin-bottom: 1.5rem;
  }
  .dropdown-wrapper .dropdown .article .btn--outline-primary {
    color: #ee3e5a !important;
  }
  .dropdown-wrapper .dropdown .article .btn--outline-primary:hover {
    background-color: #ee3e5a;
    color: #fff !important;
    border-color: #ee3e5a !important;
  }
  .dropdown-wrapper .dropdown .article .btn-row {
    display: flex;
    gap: 10px;
  }
  .dropdown-wrapper .dropdown .article .btn-row .btn {
    padding-inline: 13px;
    min-width: 115px !important;
    font-size: 15px;
  }
}

@media (max-width: 1199px) {
  .nav-menu {
    background: #fff;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    top: 0;
    position: fixed;
    transition: 0.25s ease-in-out;
    right: -100%;
    bottom: 0;
    z-index: 111;
    width: 85%;
    max-width: 480px;
    padding: 20px;
  }
  .nav-menu.visible {
    opacity: 1;
    visibility: visible;
    right: 0;
  }
  .nav-menu .media,
  .nav-menu .content p,
  .nav-menu .article,
  .nav-menu .blog-list {
    display: none;
  }
  .nav-menu h6 {
    font-size: 1rem;
  }
  .nav-menu h6:not(.dropdown-heading) {
    font-weight: 400;
    margin-bottom: 14px;
  }
  .nav-menu h6.dropdown-heading {
    font-weight: 600;
    margin-bottom: 1rem;
  }
  .nav-menu .dropdown-wrapper > .container {
    padding: 1.1rem 0 0 12px;
  }
  .nav-menu .menu-grid {
    padding-left: 15px;
    border-left: 2px solid #eaeaea;
  }
  .nav-menu .has-dropdown:not(:first-child) .dropdown-heading {
    display: none;
  }
}

.header .btn.header-demo-btn {
  color: #ee3e5a;
  border: 2px solid #ee3e5a;
  margin-left: auto;
  background-color: #fff;
  font-size: 12px;
  padding: 0.625rem 1.5rem;
  text-transform: uppercase;
  min-width: auto;
}
.header .btn.header-demo-btn:hover {
  color: #fff;
  background-color: #ee3e5a;
}
@media (min-width: 1200px) {
  .header .btn.header-demo-btn {
    order: 1;
  }
}
@media (max-width: 767px) {
  .header .btn.header-demo-btn {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  .header .btn.header-demo-btn {
    display: none;
  }
}

.contact-page .header-demo-btn,
.request-demo-page .header-demo-btn {
  display: none;
}

.old-price {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .old-price {
    font-size: 14px;
  }
}

.blink {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}

@keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.label-ribbon {
  display: inline-block;
  margin-bottom: 4px;
  padding: 2px 4px;
  color: #fff;
  background: #ee3e5a;
  border-radius: 4px;
  font-size: 11px;
  text-transform: capitalize;
}

.qstn-textarea {
  padding-right: 2rem !important;
}

.characters-required {
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  margin-top: 0.5rem;
}
@media (min-width: 577px) {
  .characters-required {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .characters-required {
    font-size: 12px;
  }
}

#remaining-chars {
  height: 24px;
  width: 24px;
  flex: 0 0 22px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background-color: #f0eeee;
  font-weight: 600;
  position: relative;
  font-size: 11px;
  margin-left: 2px;
}
#remaining-chars.valid {
  background: transparent;
  overflow: hidden;
}
#remaining-chars.valid:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #1abf1a;
  position: absolute;
}
#remaining-chars.valid:before {
  content: "";
  display: block;
  width: 13px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  z-index: 1;
  transform: rotate(316deg);
  top: 6px;
}
#remaining-chars:empty {
  display: none;
}

.sticky {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 12px 1rem;
  background-color: #000;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 1500px) {
  .sticky {
    padding: 0.8rem;
  }
}
.sticky * {
  color: inherit;
  font-size: 14px;
  text-align: center;
}
@media (min-width: 1200px) {
  .sticky * {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .sticky * {
    text-align: center;
  }
}
.sticky .sticky__content {
  z-index: 1;
  font-weight: 500;
}
.sticky .sticky__content .svg {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 8px;
}
.sticky a {
  font-weight: 600;
  border-radius: 4px;
  text-wrap: nowrap;
  display: inline-block;
  margin-left: clamp(5px, 1vw, 10px);
  text-shadow: 0 0 0px #ee3e5a, 0 0 0px #ee3e5a, 0 0 0px #ee3e5a, 0 0 20px #ee3e5a;
  color: #fff !important;
  padding: 4px 8px;
  background: #ee3e5a;
  border: 1px solid #ee3e5a;
  border-radius: 3px;
  font-size: 14px;
}
.sticky a:hover {
  background: #ee3e5a;
  animation: none;
}
@media (max-width: 767px) {
  .sticky a {
    padding: 4px 8px;
    font-size: 14px;
  }
}
.sticky a:hover {
  color: #fff !important;
  box-shadow: 0 0 0px #ee3e5a, 0 0 5px #ee3e5a, 0 0 10px #ee3e5a, 0 0 30px #ee3e5a;
}

.dash {
  position: relative;
  margin: 0.5rem;
}
.dash::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 10px;
  background-color: #fff;
}

.vertical-line {
  position: relative;
  margin: 0.5rem;
}
.vertical-line::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 20px;
  width: 2px;
  background-color: #fff;
}

:root {
  --goquick-price: "$1249";
  --goquick-boost-price: "$2499";
  --goquick-ultra: "$6449";
}

.goquick-price::after {
  content: var(--goquick-price);
}

.goquick-boost-price::after {
  content: var(--goquick-boost-price);
}

.goquick-ultra::after {
  content: var(--goquick-ultra);
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.demo_slider button,
.item_img .image:focus,
.item_img:focus {
  outline: 0 !important;
}

.footer {
  background-color: #151f20;
  color: #fff !important;
  padding: calc(2.7rem + 4vw) 0 calc(2.7rem + 2vw) 0;
}
@media (max-width: 767px) {
  .footer {
    padding: 50px 0 100px 0;
  }
}
.footer .container {
  max-width: 1800px;
  width: 100%;
  padding: 0 calc(2.9rem + 2.8vw);
}
@media (max-width: 1200px) {
  .footer .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 767px) {
  .footer .container {
    padding: 0 1.25rem;
  }
}
.footer .sub-footer-links h6 {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: calc(0.6rem + 0.8vw);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer .sub-footer-links h6 {
    font-size: 15px;
  }
}
.footer-top h5 {
  color: inherit;
  font-weight: 600;
  padding-bottom: calc(0.6rem + 0.8vw);
  font-size: 20px;
  position: relative;
  margin: 0;
}
.footer-top ul li {
  margin-bottom: 10px;
  color: inherit;
}
.footer-top ul li > a {
  color: inherit;
  font-size: 15px;
  text-decoration: none;
  font-weight: 300;
}
@media (max-width: 1300px) {
  .footer-top ul li > a {
    font-size: 14px;
  }
}
.footer-top ul li > a:hover {
  color: #ee3e5a;
}
@media (max-width: 1600px) {
  .footer-top ul li > a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .footer-top .container > .row [class*=col-] {
    max-width: 20%;
    max-width: 0 0 20%;
  }
}
.footer-links {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .footer-links {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .footer-links h5 {
    padding: 10px 0px;
    cursor: pointer;
    font-size: 17px;
  }
  .footer-links h5.is--active::before {
    transform: rotate(-225deg);
  }
}
@media (max-width: 767px) {
  .footer-links h5::before {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    content: "";
    height: 6px;
    position: absolute;
    right: 15px;
    top: 17px;
    transform: rotate(-45deg);
    width: 6px;
  }
}
@media (max-width: 767px) {
  .footer-links .toggle__target-js {
    display: none;
  }
}
.footer-links ul {
  padding-bottom: 20px;
}
@media (max-width: 1200px) {
  .footer-links ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .footer-links ul {
    display: block;
  }
}
@media (max-width: 1200px) {
  .footer-links ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 767px) {
  .footer-links ul li {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .footer-links ul.how-to-buld--wrap li {
    flex: 49%;
    max-width: 49%;
  }
}
@media (max-width: 767px) {
  .footer-links ul.how-to-buld--wrap li {
    max-width: 100%;
  }
}
.footer-bottom {
  color: #757e7f;
  border-top: solid #757e7f 1px;
  padding-top: 1rem;
}
@media screen and (max-width: 1200px) {
  .footer-bottom {
    color: #fff;
  }
}
.footer-bottom p {
  font-size: 13px;
  color: inherit;
}
@media screen and (max-width: 1200px) {
  .footer-bottom-links {
    padding: 0.625rem 0;
  }
}
.footer-bottom-links > li {
  padding: 0px 10px;
  line-height: 1;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .footer-bottom-links > li {
    padding: 0.5rem 0;
  }
}
.footer-bottom-links > li:first-child {
  padding-left: 0;
}
.footer-bottom-links > li a {
  color: inherit;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}
.footer-bottom-links > li a:hover {
  color: #ee3e5a;
}
@media screen and (max-width: 1360px) {
  .footer-social-links {
    flex: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .footer-social-links {
    text-align: center;
    flex: 100%;
  }
  .footer-social-links .social-nav {
    text-align: center;
  }
  .footer-social-links .links--horizontal {
    justify-content: center;
    padding: 1.5rem 0;
  }
}
.footer-social-links .links--horizontal-social li {
  width: 20px;
  height: 20px;
  margin: 0 25px 0 0;
  padding: unset;
}
.footer-social-links .links--horizontal-social li :first-child {
  color: inherit;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 35px;
  text-transform: uppercase;
}
.footer-social-links .links--horizontal-social li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1440px) {
  .footer-social-links .links--horizontal-social li {
    width: 18px;
    height: 18px;
  }
  .footer-social-links .links--horizontal-social li:not(:last-child) {
    margin-right: 20px;
  }
}
.footer-social-links .links--horizontal-social li a {
  border-radius: 100%;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
}
.footer-social-links .links--horizontal-social li a:hover svg {
  fill: #fff;
}
.footer-social-links .links--horizontal-social li a svg {
  fill: #a6a3b1;
  width: 100%;
  height: 100%;
}

.links--horizontal {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1360px) {
  .links--horizontal {
    justify-content: center;
  }
}

.xdsoft_datetimepicker.xdsoft_inline {
  width: 100%;
}

fieldset.error span.select2-selection--single {
  border-color: red;
}

span.select2-container--open {
  z-index: 11111;
}

.fixed-right-btn {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.open-popups .fixed-right-btn {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1200px) {
  .hideheader .footer-fixed-cta {
    transform: translateY(0%);
    transition: transform 0.3s ease-in-out;
  }
  .hideheader .version-toggle {
    top: 0 !important;
  }
  .footer-fixed-cta {
    position: fixed;
    bottom: 0;
    text-align: center;
    transform: translateY(100%);
    width: 100%;
    padding: 8px 0 5px;
    transition: transform 0.3s ease-in-out;
    z-index: 999;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .footer-fixed-cta a {
    min-width: auto;
    font-size: 12px;
    padding: 8px 10px;
    text-transform: uppercase;
  }
}
@media (max-width: 1199px) {
  .footer-fixed-cta {
    display: none;
  }
}
@media (min-width: 1200px) {
  .footer-row {
    display: flex;
    gap: 2rem;
  }
}
.footer-row .footer-colm {
  flex: 1;
}

.btn {
  border: 2px solid transparent;
  border-radius: 0.25rem;
  min-width: calc(11.2rem + 2vw);
  font-size: 1rem;
  font-weight: 600;
  padding: 0.625rem 1.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 0.875rem;
  }
}
.btn.btn--primary {
  background-color: #ee3e5a;
  color: #fff;
}
.btn.btn--primary:hover {
  color: #ee3e5a;
  border-color: #ee3e5a;
  background: transparent;
}
.btn--outline-primary {
  background-color: transparent;
  border-color: #ee3e5a;
  color: #ee3e5a;
}
.btn--outline-primary:hover {
  color: #000 !important;
  border-color: currentColor !important;
}
.btn.btn--secondary {
  background-color: #000;
  color: #fff;
}
.btn.btn--secondary:hover {
  color: #000;
  border-color: #000;
  background: transparent;
}
.btn.btn--white {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.btn.btn--white:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.btn:visited, .btn:active, .btn:focus {
  box-shadow: none;
  background-color: #ee3e5a;
  border-color: #ee3e5a;
  color: #fff;
}
.btn:active {
  background-color: #ee3e5a !important;
  border-color: #ee3e5a !important;
  color: #fff !important;
}
.btn.btn--sm {
  min-width: 140px;
  padding: 0.625rem 1.25rem;
}

.cms .cta {
  padding-top: 2rem;
}

.textlink {
  color: #ee3e5a;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 2px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0.5rem;
}
.textlink:hover {
  color: #000;
}

.section {
  padding: calc(1rem + 4vw) 0;
}
.section__header {
  padding-bottom: clamp(2rem, 3.5vw, 3.5rem);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .section__header {
    padding-bottom: 1.5rem;
  }
  .section__header h2 br {
    display: none;
  }
}
.section__header.left {
  margin: 0;
}
@media (min-width: 768px) {
  .section__header--sm {
    max-width: 66.66%;
  }
}
@media (min-width: 768px) {
  .section__header.--md {
    max-width: 1100px;
  }
}
@media (min-width: 768px) {
  .section__header--md {
    max-width: 1100px;
  }
}
@media (min-width: 992px) {
  .section__header--lg {
    max-width: 83.333333%;
  }
}
.section__header .cms h2 {
  margin-bottom: 0;
}
.section__header p {
  margin-top: 1rem;
  color: #464646;
}
.section__footer {
  padding-top: 3rem;
}

.section:not([style*=background]) + .section:not([style*=background]) {
  padding-top: 0px;
}

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

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
hgroup,
menu,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video,
p {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: auto;
  font-size: 16px;
}

body {
  font-family: "Montserrat", sans-serif;
  height: inherit;
  line-height: 1.42857;
  margin: 0;
}

body,
html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

h1 {
  font-size: calc(112.5% + 3vw);
}

h2 {
  font-size: calc(95% + 1.3vw);
  font-weight: 600;
}

h3 {
  font-size: calc(112.5% + 0.75vw);
}

h4 {
  font-size: calc(112.5% + 0.45vw);
}

h5 {
  font-size: calc(112.5% + 0.24vw);
}

h6 {
  font-size: calc(112.5% + 0.04vw);
}

p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
}

p.p--large {
  font-weight: 300;
  font-size: calc(112.5% + 0.24vw);
}
@media only screen and (max-width: 1440px) {
  p.p--large {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1440px) {
  p,
  p.p--large,
  .listing li {
    font-size: 16px !important;
  }
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ul li {
  list-style-type: none;
}

img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  width: auto;
  height: auto;
}

svg {
  overflow: hidden;
  display: block;
}

a,
a:visited {
  color: inherit;
  line-height: normal;
  text-decoration: none;
  outline: 0px;
  transition: all 0.3s ease 0s;
}

a:hover {
  color: #ee3e5a;
  text-decoration: none;
}

.bg-gray {
  background: #f3f3f3;
}

.bg-white {
  background: #fff;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .text-md-center {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .text-lg-center {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .text-lg-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .text-xl-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .text-xl-center {
    text-align: center;
  }
}

.position-relative {
  position: relative;
}

.h-100 {
  height: 100%;
}

.link__text {
  color: #ee3e5a;
  text-decoration: underline;
}

.link__text:hover {
  text-decoration: none;
}

.text--link {
  color: #ee3e5a;
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-bottom: 8px;
}
@media only screen and (max-width: 1200px) {
  .text--link {
    font-size: 16px;
  }
}
.text--link:visited {
  color: #ee3e5a;
}
.text--link.-black {
  color: #000;
}
.text--link.-black:hover {
  color: #ee3e5a;
}
.text--link .txt {
  border-bottom: solid currentColor 2px;
  padding-bottom: 3px;
}
.text--link::before {
  display: inline-block;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  margin-left: -11px;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  transition: width ease 0.3s, margin ease 0.3s;
}
.text--link::after {
  display: inline-block;
  content: "";
  width: 1.1rem;
  margin-left: 0.5rem;
  height: 2px;
  background-color: currentColor;
  transition: width ease 0.3s, margin ease 0.3s;
}
.bg-md-dark .text--link, .bg-dark-grey .text--link {
  color: #fff;
}
.bg-md-dark .text--link:hover, .bg-dark-grey .text--link:hover {
  color: #fff !important;
}
.text--link:hover {
  color: #000;
}
@media only screen and (max-width: 1200px) {
  .text--link .arrow--link {
    font-size: 16px;
  }
}
.text--link-2 {
  color: #ee3e5a;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 400;
}
p .text--link-2 {
  font-weight: inherit;
}
.text--link-2.-black {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .text--link-2 {
    font-size: 14px;
  }
}
.bg-dark .text--link:hover {
  color: #fff;
}

.link-text,
.link-text:visited {
  color: #ee3e5a;
  text-decoration: underline;
}

a.link,
a.link:visited {
  color: #ee3e5a;
  text-decoration: underline;
}
a.link:hover,
a.link:visited:hover {
  text-decoration: none;
}

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

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

@media (min-width: 768px) {
  .order-md-2 {
    order: 2;
  }
}
@media (min-width: 992px) {
  .order-lg-2 {
    order: 2;
  }
}
.main-title {
  animation-name: blink;
  animation-duration: 1.2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.cta-mt-4 {
  margin-top: 4rem;
}

.box-cta {
  padding: 6rem 3rem;
}
@media (max-width: 1199px) {
  .box-cta {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .box-cta {
    padding: 1.5rem;
  }
}
.box-cta .btn {
  margin-top: 1rem;
  padding: 1rem 1.5rem;
}
.box-cta--primary {
  background-color: #012936;
  color: #fff;
}
.box-cta--primary .btn--primary {
  background-color: #0291c1;
}
.box-cta--primary .btn--primary:hover {
  border-color: currentColor;
  color: #fff;
}
.box-cta--secondary {
  background-color: #0291c1;
  color: #fff;
}
.box-cta--secondary .btn--primary {
  background-color: #012936;
}
.box-cta--secondary .btn--primary:hover {
  border-color: currentColor;
  color: #fff;
}

.loader.demoform-btn-loader {
  position: absolute;
  left: 45%;
  top: 6px;
  background-color: #fff;
  width: 30px;
  height: 30px;
  padding: 4px;
}

.fixed-right-btn {
  position: fixed;
  z-index: 999;
  right: 0;
  top: calc(60% - 44px);
  transform-origin: bottom right;
  transform: rotate(-90deg) translateX(100%);
  border-right: none;
  background-color: #ee3e5a;
  border-radius: 5px 5px 0 0;
  border-bottom: none;
}
@media (max-width: 992px) and (min-width: 768px) and (orientation: landscape) {
  .fixed-right-btn {
    top: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .fixed-right-btn {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    display: block;
    bottom: 0px;
    top: auto;
    left: 0;
    right: 0;
    text-align: center;
    transform: none;
    margin: 0 auto;
    padding: 0px;
  }
  .fixed-right-btn a {
    width: 100%;
    padding: 18px ​15px;
  }
}
.fixed-right-btn .sticker-Btn {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding: 11px 15px;
  line-height: 1;
  font-weight: 600;
  white-space: pre;
}
@media (max-width: 767px) {
  .fixed-right-btn .sticker-Btn {
    padding: 20px 15px;
  }
}

@media only screen and (min-width: 992px) {
  .is-loading:after {
    position: absolute;
    width: auto;
    background: #ad071a;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: " ";
    animation: loading 4s linear infinite;
    z-index: -1;
    animation-delay: 2s;
    border-radius: 2px 0 0 2px;
  }
}
@keyframes loading {
  0% {
    right: 170px;
  }
  5% {
    right: 140px;
  }
  15% {
    right: 140px;
  }
  20% {
    right: 110px;
  }
  30% {
    right: 110px;
  }
  35% {
    right: 80px;
  }
  45% {
    right: 80px;
  }
  50% {
    right: 50px;
  }
  60% {
    right: 50px;
  }
  65% {
    right: 0px;
    border-radius: 2px 0 0 2px;
  }
  75% {
    right: 0px;
    opacity: 1;
    border-radius: 2px;
  }
  85% {
    right: 0px;
    opacity: 0;
  }
  100% {
    right: 0px;
    opacity: 0;
  }
}
.arrow-btn {
  position: absolute;
  top: 0;
  right: -28px;
  background-color: #fff;
  color: #000;
  border-radius: 0px 5px 0 0;
  width: 32px;
  height: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
@media (max-width: 767px) {
  .arrow-btn {
    display: none;
  }
}
.arrow-btn .arrow-anim {
  display: inline-block;
  height: 8px;
  width: 8px;
  border: 10px solid transparent;
  transform: translateY(-50%) rotate(225deg);
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 7px;
  left: 0;
}
.arrow-btn .arrow-anim:after, .arrow-btn .arrow-anim::before {
  content: "";
  display: block;
  height: inherit;
  width: inherit;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.arrow-btn .arrow-anim::before {
  animation: top-arrow 1.65s infinite;
}
.arrow-btn .arrow-anim:after {
  opacity: 1;
  animation: bottom-arrow 1.65s infinite;
}

@-webkit-keyframes top-arrow {
  0% {
    transform: translate(-6px, -6px);
  }
  35% {
    transform: translate(0, 0);
  }
  90% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes top-arrow {
  0% {
    transform: translate(-6px, -6px);
  }
  35% {
    transform: translate(0, 0);
  }
  90% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes bottom-arrow {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  45% {
    opacity: 0;
    transform: translate(12px, 12px);
  }
  46% {
    opacity: 0;
    transform: translate(-16px, -16px);
  }
  90% {
    opacity: 1;
    transform: translate(-6px, -6px);
  }
  100% {
    opacity: 1;
    transform: translate(-6px, -6px);
  }
}
@keyframes bottom-arrow {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  45% {
    opacity: 0;
    transform: translate(12px, 12px);
  }
  46% {
    opacity: 0;
    transform: translate(-16px, -16px);
  }
  90% {
    opacity: 1;
    transform: translate(-6px, -6px);
  }
  100% {
    opacity: 1;
    transform: translate(-6px, -6px);
  }
}
.hero-banner {
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 3rem 0;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .hero-banner {
    height: calc(100vh - 72px);
  }
}
@media (max-width: 767px) {
  .hero-banner {
    position: relative;
  }
}
@media (max-width: 767px) {
  .hero-banner {
    background: #fff !important;
    color: #000 !important;
    color: currentColor;
  }
}
.hero-banner__content {
  max-width: 45%;
}
@media (max-width: 1199px) {
  .hero-banner__content {
    max-width: 100%;
    position: relative;
    z-index: 9;
  }
}
.hero-banner__content h1 {
  font-size: clamp(1.875rem, 3vw, 3rem);
  color: currentColor;
  margin-bottom: 1rem;
}
.hero-banner__content .cta {
  padding-top: 3rem;
}
.hero-banner__button {
  margin-top: 20px;
}

.row .hero-banner__content {
  max-width: 100%;
}

.listing li {
  font-size: 18px;
  font-weight: 300;
  padding-bottom: calc(0.5rem + 0.5vw);
  position: relative;
  padding-left: 25px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .listing li {
    font-size: 1rem;
  }
}
.listing li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background: #6c6c6c;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.listing.listing--type-2 li {
  font-weight: 500;
}
.listing.listing--type-2 li:before {
  background: #ee3e5a url("../svg/check-icn.svg") no-repeat center;
  background-size: 10px;
  border-radius: 50%;
  top: 2px;
  width: 18px;
  height: 18px;
}
@media only screen and (max-width: 767px) {
  .listing.listing--type-2 li:before {
    height: 1px;
    width: 10px;
    background: #3c3b3b;
    top: 10px;
    border-radius: 0;
  }
}
.listing.listing--type-3 li::before {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 0;
  height: 1px;
  width: 10px;
  background: #3c3b3b;
  top: 10px;
}

.tabs {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.tabs li a {
  color: #000;
  text-transform: capitalize;
  padding: 15px 30px;
  border-radius: 6px;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.375rem;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
}
.tabs li a.active {
  background-color: #fff;
  color: #ee3e5a;
}
@media only screen and (max-width: 1440px) {
  .tabs li a {
    font-size: 1.125rem;
  }
}

.section.section--featured {
  padding: 1.5rem 0;
  border-bottom: 1px solid #dee2e6;
}

.featured-logo-listing {
  display: flex;
  align-items: center;
  gap: 1rem 2rem;
}
@media only screen and (max-width: 1200px) {
  .featured-logo-listing {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .featured-logo-listing {
    gap: 1rem 0;
  }
}
.featured-logo-listing h5 {
  margin: 0;
  flex-grow: 1;
}
@media only screen and (max-width: 1200px) {
  .featured-logo-listing h5 {
    flex: 0 0 100%;
    text-align: center;
  }
}
.featured-logo-listing .featured-logo {
  padding-left: 3rem;
}
@media only screen and (max-width: 1200px) {
  .featured-logo-listing .featured-logo {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .featured-logo-listing .featured-logo {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0.875rem 1rem;
  }
}
.featured-logo-listing .svg.inc {
  width: 80px;
  height: 28px;
}
@media only screen and (max-width: 767px) {
  .featured-logo-listing .svg.inc {
    width: 49px;
    height: 18px;
  }
}
.featured-logo-listing .svg.entrepreneur {
  width: 103px;
  height: 23px;
}
.featured-logo-listing .svg.huffpost {
  width: 142px;
  height: 16px;
}
.featured-logo-listing .svg.business_reporter {
  width: 195px;
  height: 23px;
}
.featured-logo-listing .svg.telegraph {
  width: 147px;
  height: 24px;
}
@media only screen and (max-width: 767px) {
  .featured-logo-listing .svg.telegraph {
    width: 118px;
    height: 18px;
  }
}
.featured-logo-listing .svg.forbes {
  height: 25px;
  width: 95px;
}
@media only screen and (max-width: 767px) {
  .featured-logo-listing .svg.forbes {
    height: 16px;
    width: 59px;
  }
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.demo_slider button,
.item_img .image:focus,
.item_img:focus {
  outline: 0 !important;
}

button.slick-arrow:focus {
  outline: none;
}

.slick-arrow {
  display: block;
  height: 40px;
  width: 40px;
  color: #000;
  border: 2px solid currentColor;
  border-radius: 4px;
  position: relative;
  margin: 0 0px;
  flex: 0 0 40px;
  max-width: 40px;
  font-size: 0;
  z-index: 99;
  bottom: 0px;
  background-color: #fff;
  cursor: pointer;
}
.slick-arrow:hover {
  color: #ee3e5a;
}
.slick-arrow::after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 15px;
  width: 15px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(135deg) translate(-50%, -50%);
  transform-origin: top left;
  margin: 0 0px 0 -3px;
  margin-left: -3px;
}
.slick-arrow.slick-prev::after {
  margin-left: 4px;
  transform: rotate(-45deg) translate(-50%, -50%);
}
.slick-arrow.slick-disabled {
  opacity: 0.45;
  pointer-events: none;
}

.clients-logo-listing {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 3rem;
  align-items: center;
  padding: 0 calc(0.9rem + 4.5vw);
}
@media only screen and (max-width: 1280px) {
  .clients-logo-listing {
    padding: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .clients-logo-listing {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 992px) {
  .clients-logo-listing {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 576px) {
  .clients-logo-listing {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
  }
}
.clients-logo-listing .client-logo {
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .clients-logo-listing .client-logo img {
    margin: 0;
  }
  .clients-logo-listing .client-logo .voyij {
    max-width: 70px;
  }
  .clients-logo-listing .client-logo .creative-afrika,
  .clients-logo-listing .client-logo .goethnyk,
  .clients-logo-listing .client-logo .mycart,
  .clients-logo-listing .client-logo .furniturespot,
  .clients-logo-listing .client-logo .tiger-parrot,
  .clients-logo-listing .client-logo .nunva {
    max-width: 80px;
  }
  .clients-logo-listing .client-logo .bwanaz,
  .clients-logo-listing .client-logo .shop-in-green,
  .clients-logo-listing .client-logo .halalpedia,
  .clients-logo-listing .client-logo .souqplace,
  .clients-logo-listing .client-logo .marine-warehouse,
  .clients-logo-listing .client-logo .pipehub {
    max-width: 90px;
  }
  .clients-logo-listing .client-logo .malca-amit {
    max-width: 60px;
  }
  .clients-logo-listing .client-logo .de-feria {
    max-width: 40px;
  }
}

[data-star] {
  font-style: normal;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  [data-star] {
    font-size: 1.125rem;
  }
}

[data-star]::before {
  display: block;
  content: "★★★★★";
  color: #000;
}

[data-star]::after {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  content: "★★★★★";
  width: 0;
  color: #f5861f;
  overflow: hidden;
  height: 100%;
}

[data-star^="1"]::after {
  width: 20%;
}

[data-star^="1.5"]::after {
  width: 30%;
}

[data-star^="2"]::after {
  width: 40%;
}

[data-star^="2.5"]::after {
  width: 50%;
}

[data-star^="3"]::after {
  width: 60%;
}

[data-star^="3.5"]::after {
  width: 70%;
}

[data-star^="4"]::after {
  width: 80%;
}

[data-star^="4.1"]::after {
  width: 82%;
}

[data-star^="4.2"]::after {
  width: 86%;
}

[data-star^="4.3"]::after {
  width: 88%;
}

[data-star^="4.4"]::after {
  width: 88%;
}

[data-star^="4.5"]::after {
  width: 90%;
}

[data-star^="4.6"]::after {
  width: 91%;
}

[data-star^="4.7"]::after {
  width: 94%;
}

[data-star^="4.8"]::after {
  width: 93%;
}

[data-star^="4.9"]::after {
  width: 98%;
}

[data-star^="5"]::after {
  width: 100%;
}

.rating-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 1200px) {
  .rating-wrapper {
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .rating-wrapper {
    gap: clamp(1rem, 4vw, 4rem);
  }
}
.rating__stars {
  unicode-bidi: bidi-override;
  color: #dfdfdf;
  font-size: 1.75rem;
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 5px;
}
.rating__provider {
  font-size: 1.375rem;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .rating__provider {
    font-size: 1.125rem;
  }
}
@media (max-width: 991px) {
  .rating__provider {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .rating__provider {
    font-size: 0.875rem;
    font-weight: 600;
  }
}
.rating__col {
  text-align: center;
}
@media (max-width: 767px) {
  .rating__col {
    max-width: 46%;
    flex: 0 0 46%;
  }
}
.rating__col .rating__detail {
  display: inline-flex;
  align-items: center;
}
.rating__col .rating__detail .rating__count {
  margin-right: 10px;
  line-height: 1;
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
}
@media (max-width: 991px) {
  .rating__col .rating__detail .rating__count {
    font-size: 15px;
  }
}
@media (min-width: 678px) and (max-width: 991px) {
  .rating__col .rating__detail .rating__count {
    margin-top: 2px;
  }
}
.rating__col .rating__detail .rating__stars {
  letter-spacing: unset !important;
}

@media only screen and (max-width: 767px) {
  .section.section--featured {
    background-color: #f0f0f0 !important;
    border-bottom: none;
  }
  .section.section--featured h5 {
    text-align: center;
  }
}

/**video-css-start--*/
.yokart-video-popup {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 9999999;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.yokart-video-popup::before {
  content: "";
  width: 100%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  opacity: 0;
  backdrop-filter: blur(10px);
}
.yokart-video-popup .yo-kart-video {
  max-width: 60%;
  margin: 0 auto;
  position: relative;
  top: 20%;
  transform: translateY(30%);
  transition: 0.3s;
}

.show-video .yokart-video-popup::before {
  opacity: 1;
}

.close-btn-popup {
  font-size: 0;
  height: 50px;
  position: absolute;
  right: 16%;
  top: 45%;
  width: 50px;
  border-radius: 50%;
  z-index: 9;
  transition: 0.8s;
  display: block;
  cursor: pointer;
  opacity: 0;
  display: none;
}
.close-btn-popup:after, .close-btn-popup:before {
  background-color: #fff;
  border-radius: 40px;
  content: "";
  height: 4px;
  position: absolute;
  left: 5px;
  top: 22px;
  width: 42px;
  transform: rotate(-45deg);
}
.close-btn-popup::before {
  transform: rotate(45deg);
}

.show-video .close-btn-popup {
  top: 19%;
  opacity: 1;
  display: block;
}

.video-ratio::before {
  display: block;
  content: "";
}

.video-ratio--16by9::before {
  padding-bottom: 56.25%;
}

.video-ratio > * {
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.show-video .yokart-video-popup {
  opacity: 1;
  visibility: visible;
}
.show-video .yokart-video-popup .yo-kart-video {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.video-hide .yokart-video-popup {
  opacity: 0;
  visibility: hidden;
}
.video-hide #player {
  opacity: 0;
  visibility: hidden;
}

.play-btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
  z-index: 9;
}

.video-frame .play-btn {
  position: absolute;
  right: 20px;
  top: 20px;
}

.yokart-hero-vector.video-frame .play-btn {
  right: 35px;
  top: 35px;
}

.play-btn::after {
  position: absolute;
  content: "";
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  border-color: transparent transparent transparent #504f4e;
  transition: 100ms all ease;
  cursor: pointer;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: 4px;
}

.hero-video.yokart-hero-vector {
  padding: 14px;
  background-color: rgba(128, 132, 140, 0.1411764706);
  border-radius: 0px;
}

.watch-label {
  color: #fff;
  padding-left: 1rem;
}

.rounded-video-btn {
  border: solid #fff 1px;
  padding: 8px 18px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
}
.rounded-video-btn .play-btn {
  width: 35px;
  height: 35px;
  position: relative;
}
.rounded-video-btn .play-btn::after {
  border-width: 7px 0 7px 12px;
  margin-left: 2px;
}
.rounded-video-btn:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.rounded-video-btn:hover .watch-label {
  color: #000;
}
.rounded-video-btn:hover .play-btn {
  background-color: #504f4e;
}
.rounded-video-btn:hover .play-btn:after {
  border-color: transparent transparent transparent #fff;
}

.disclaimer-div {
  color: #fff;
  padding: 10px;
  font-weight: 300;
  position: absolute;
  background-color: #fd556c;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: calc(0.4rem + 3.8vw);
  font-size: 20px;
  line-height: 1.5;
  background-image: url(../png/bg-disclaimer.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.disclaimer-div h2 {
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}

@media only screen and (max-width: 1199px) {
  .close-btn-popup::after,
  .close-btn-popup::before {
    width: 30px;
  }
  .close-btn-popup {
    right: 14%;
  }
  .yokart-video-popup .yo-kart-video {
    max-width: 85%;
  }
}
@media only screen and (max-width: 1024px) {
  .yokart-video-popup .yo-kart-video {
    top: 23%;
  }
  .show-video .close-btn-popup {
    top: 16%;
  }
  .close-btn-popup {
    right: 4%;
  }
  .rounded-video-btn {
    padding: 6px 10px;
    border-radius: 6px;
  }
}
@media only screen and (max-width: 992px) {
  .disclaimer-div {
    font-size: 14px;
  }
  .close-btn-popup::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .close-btn-popup::after,
  .close-btn-popup::before {
    width: 30px;
  }
  .yokart-video-popup .yo-kart-video {
    max-width: 85%;
    top: 23%;
  }
  .show-video .close-btn-popup {
    top: 18%;
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .yokart-video-popup .yo-kart-video {
    top: 35px;
  }
  .show-video .close-btn-popup {
    top: 0%;
    right: 0px;
  }
  .video-frame .play-btn {
    right: 12px;
    top: 12px;
  }
  .play-btn {
    margin: 0 !important;
    height: 36px;
    width: 36px;
  }
  .play-btn::after {
    border-width: 7px 0 7px 13px;
    margin-left: 2px;
  }
  .yokart-hero-vector.video-frame .play-btn {
    right: 30px;
    top: 30px;
  }
  .disclaimer-div .btn {
    padding: 7px 13px;
    min-width: auto;
    height: auto;
    font-size: 12px;
  }
  .disclaimer-div h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .show-video .close-btn-popup {
    top: 27%;
    right: 0px;
  }
  .close-btn-popup::after,
  .close-btn-popup::before {
    width: 22px;
  }
  .yokart-video-popup .yo-kart-video {
    top: 34%;
  }
  .hero-video.yokart-hero-vector {
    padding: 8px;
  }
  .video-frame .play-btn {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .yokart-hero-vector.video-frame .play-btn {
    right: 20px;
    top: 20px;
  }
}
/**video-css-end--*/
.border-bottom {
  border-bottom: 1px solid #ddd;
}

.hero-banner {
  position: relative;
  background: transparent radial-gradient(closest-side at 50% 50%, #316985 0%, #092533 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  height: auto !important;
}

a.text-link {
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}
a.text-link:hover {
  text-decoration: none;
  color: #000;
}

.section__header h2 {
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .section__header h6 {
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .section__header h6 {
    font-size: 1rem;
  }
}

.page-banner {
  padding: 4rem 0;
}
.page-banner .content {
  margin: 0 auto;
  margin-bottom: clamp(1.5rem, 4.204vw + 0.58rem, 5.625rem);
}
.page-banner .content .page-title {
  font-size: clamp(1.5rem, 2.548vw + 0.943rem, 4rem);
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
.page-banner .content .page-title span {
  color: #25c3fc;
}
.page-banner .media {
  border-radius: 20px;
  padding: clamp(1.875rem, 4.713vw + 0.844rem, 6.5rem);
  padding-bottom: 0;
  position: relative;
}
.page-banner .media img {
  position: relative;
  z-index: 1;
}
.page-banner .media::after {
  content: "";
  opacity: 0.2;
  background: #3a84ab;
  border: 1px solid #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 20px;
}

.card-listing {
  display: flex;
  gap: clamp(1rem, 1.389vw + 0.333rem, 1.375rem);
}
@media (min-width: 768px) {
  .card-listing {
    flex-wrap: wrap;
  }
}
@media (min-width: 1500px) {
  .card-listing {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .card-listing {
    overflow-x: auto;
    gap: 1rem;
  }
}
.card-listing .card {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  padding: clamp(1.25rem, 2.675vw + 0.665rem, 3.875rem) clamp(0.938rem, 1.72vw + 0.561rem, 2.625rem);
  text-align: center;
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .card-listing .card {
    flex: 1 0 clamp(18.75rem, -3.344vw + 20.355rem, 17.5rem);
  }
}
@media (max-width: 767px) {
  .card-listing .card {
    flex: 0 0 90%;
  }
}
.card-listing .card:hover .card-content {
  top: 0;
  opacity: 1;
}
.card-listing .card-media {
  width: clamp(5rem, 5.732vw + 3.746rem, 10.625rem);
  height: clamp(5rem, 5.732vw + 3.746rem, 10.625rem);
  border-radius: 50%;
  background-color: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 1.25rem;
  margin-bottom: clamp(0.938rem, 1.274vw + 0.659rem, 2.188rem);
}
.card-listing .card-media img {
  width: clamp(1.875rem, 4.082vw + 0.434rem, 3.75rem);
}
.card-listing .card h4 {
  font-size: clamp(1rem, 0.382vw + 0.916rem, 1.375rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 1199px) {
  .card-listing .card h4 {
    margin-bottom: 0.5rem;
  }
  .card-listing .card h4 br {
    display: none;
  }
}
.card-listing .card p {
  font-size: 0.875rem;
}
@media (min-width: 1200px) {
  .card-listing .card-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 102%;
    background-color: #194358;
    color: #fff;
    padding: clamp(0.938rem, 1.72vw + 0.561rem, 2.625rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(0.5rem, 1.019vw + 0.277rem, 1.5rem);
    opacity: 0;
    transition: 0.25s ease-in-out all;
  }
}
@media (max-width: 1199.9px) {
  .card-listing .card-content h4 {
    display: none;
  }
}

.cta h5 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.layout-grid {
  border: 1px solid #c3e3f1;
  border-radius: 0.625rem;
  overflow: hidden;
  display: grid;
  position: relative;
}
@media (min-width: 1200px) {
  .layout-grid {
    grid-template-columns: 45% 55%;
  }
}
.layout-grid h3 {
  line-height: 1.3;
  font-size: clamp(1.25rem, 0.764vw + 1.083rem, 2rem);
  font-weight: 700;
}
.layout-grid ul {
  margin: 2rem 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.layout-grid ul li {
  font-weight: 600;
  margin: 0;
  padding-bottom: 0;
}
.layout-grid ul li::before {
  top: 2px !important;
}
.layout-grid__content {
  padding: clamp(1.875rem, 8.443vw - 2.172rem, 4.688rem);
}
.layout-grid__image {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .layout-grid__image {
    padding-top: 1.5rem;
    padding-right: 3.75rem;
    align-self: flex-end;
  }
}
.layout-grid__image::after {
  content: "";
  border-radius: 100%;
  background: transparent radial-gradient(closest-side at 50% 50%, #3c98c7 0%, #1a4155 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  z-index: -1;
}
@media (min-width: 1200px) {
  .layout-grid__image::after {
    right: -25%;
    top: -140px;
    width: clamp(6.25rem, 49.427vw - 4.562rem, 54.75rem);
    height: clamp(6.25rem, 49.427vw - 4.562rem, 54.75rem);
  }
}
@media (max-width: 1199px) {
  .layout-grid__image::after {
    top: -6px;
    right: -30px;
    width: clamp(18.75rem, 128.571vw - 21.429rem, 75rem);
    aspect-ratio: 1/1;
  }
}

.section--infograph .container {
  max-width: 1810px;
}

.infograph-media {
  position: relative;
}
.infograph-media::after {
  content: "";
  background-image: url("../svg/ecosystem-bg.svg");
  width: 100%;
  position: absolute;
  max-width: 1600px;
  right: 0;
  top: 7px;
  background-size: auto 100%;
  bottom: 0;
  background-position: right center;
  background-repeat: no-repeat;
  z-index: -1;
}

@media (max-width: 1199px) {
  .section--cta-info {
    text-align: center;
  }
}
.section--cta-info h3 {
  font-size: clamp(1.125rem, 0.637vw + 0.986rem, 1.75rem);
  font-weight: 700;
  margin-bottom: 1rem;
}
.section--cta-info ul {
  margin: 2rem 0 0 0;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 1199px) {
  .section--cta-info ul {
    gap: 1rem 2.5rem;
    justify-content: center;
  }
}
.section--cta-info ul li {
  font-weight: 600;
  margin: 0;
  padding-bottom: 0;
  flex: 0 0 calc(50% - 1rem);
  max-width: calc(50% - 1rem);
}
@media (max-width: 1199px) {
  .section--cta-info ul li {
    flex: 0 0 auto;
    max-width: inherit;
  }
}
.section--cta-info ul li::before {
  top: 2px !important;
}

.reviews-wrapper {
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .reviews-wrapper {
    display: none;
  }
}

.faq .faq__item {
  padding: 2.5rem 0;
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  .faq .faq__item {
    padding: 1rem 0;
  }
}
.faq .faq__item:first-child {
  padding-top: 0;
  border: 0;
}
.faq .faq__item.active h6::before {
  border-bottom-color: #000;
  border-top-color: transparent;
  border-top-width: 0;
  border-bottom-width: 10px;
}
@media (max-width: 767px) {
  .faq .faq__item.active h6::before {
    border-bottom-width: 7px;
  }
}
.faq-answer {
  padding-top: clamp(1rem, 2vw, 2rem);
  display: none;
}
.faq-answer p:not(:first-child) {
  margin-top: 1rem;
}
.faq h6 {
  padding-right: clamp(1.5rem, 3vw, 3rem);
  line-height: normal;
  font-size: clamp(0.9rem, 2.2vw, 1.375rem);
  position: relative;
  cursor: pointer;
}
.faq h6:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  border: 6px solid transparent;
  border-top-color: #000;
  border-width: 0 8px;
  border-top-width: 10px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .faq h6:before {
    top: 6px;
    border-width: 0 5px;
    border-top-width: 7px;
    transform: translateY(0);
  }
}

.shadow-card:nth-child(even) > * {
  background-color: #dff4fe;
  outline: 0;
}
.shadow-card:nth-child(even) .number {
  background-color: #fff;
}
.shadow-card > * {
  background-color: #fff;
  border-radius: clamp(0.625rem, 1.274vw + 0.346rem, 1.875rem);
  padding: clamp(1.25rem, 3.185vw + 0.553rem, 4.375rem);
  max-width: 1380px;
  margin: 0 auto;
  margin-bottom: 30px;
  outline: 1px solid #ddd;
}
.shadow-card:last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .cms-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 4rem;
  }
}
@media (max-width: 1199.9px) {
  .cms-card {
    display: flex;
    flex-direction: column-reverse;
    gap: 1rem;
  }
}
.cms-card__content {
  max-width: 480px;
  order: 1;
}
@media (min-width: 1200px) {
  .cms-card__media {
    order: 2;
  }
}
.cms-card h3 {
  font-weight: 700;
}
.cms-card .number {
  border: 2px solid #cbcbcb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  width: clamp(1.875rem, 2.548vw + 1.318rem, 4.375rem);
  height: clamp(1.875rem, 2.548vw + 1.318rem, 4.375rem);
  margin-bottom: clamp(0.625rem, 2.038vw + 0.179rem, 2.625rem);
  font-size: clamp(1rem, 1.529vw + 0.666rem, 2.5rem);
}

.logo-slider {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.logo-slider .slick-track {
  display: flex;
  align-items: center;
  gap: 4.5rem;
}

@media (min-width: 992px) {
  .section--demo .demo-wrapper {
    display: flex;
  }
}
.section--demo .mobile-demo-wrapper {
  background-color: #1d465b;
  flex: 0 0 35%;
  padding: clamp(2rem, 2.5vw, 2.5rem);
  color: #fff;
  text-align: center;
  border-radius: 0 18px 18px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section--demo .mobile-demo-wrapper {
    border-radius: 0 0 18px 18px;
  }
}
.section--demo .mobile-demo-wrapper .bar-code-wrap {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: clamp(1rem, 2.5vw, 2.5rem) auto 0;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .section--demo .mobile-demo-wrapper .bar-code-wrap {
    max-width: 210px;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .section--demo .mobile-demo-wrapper .bar-code-wrap .bar-code--item {
    padding: 1rem;
    background-color: #fff;
    border-radius: 4px;
  }
}
.section--demo .mobile-demo-wrapper .bar-code-wrap .bar-code--item .bar-code {
  display: block;
}
@media (max-width: 767px) {
  .section--demo .mobile-demo-wrapper .bar-code-wrap .bar-code--item .bar-code {
    display: none;
  }
}
.section--demo .mobile-demo-wrapper .bar-code-wrap .bar-code--item .store-btn {
  display: inline-block;
  margin-top: 1rem;
}
.section--demo .mobile-demo-wrapper .bar-code-wrap .bar-code--item .store-btn:hover {
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out 0s;
}
.section--demo .card-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #ddd;
  grid-gap: 1px;
  border: 1px solid #ddd;
  flex: 0 0 65%;
  border-radius: 18px 0 0 18px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section--demo .card-wrapper {
    border-radius: 18px 18px 0 0;
  }
}
@media (max-width: 767px) {
  .section--demo .card-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section--demo .our-offer-card {
  padding: 2rem;
  background-color: #fff;
  align-items: center;
}
.section--demo .our-offer-card h6 {
  font-weight: 600;
  font-size: clamp(1.1rem, 1.5vw, 1.5rem);
}
@media (min-width: 1400px) {
  .section--demo .our-offer-card {
    display: flex;
    gap: 1.5rem;
  }
}
.section--demo .our-offer-card .icon {
  width: 80px;
  flex: 0 0 80px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #f3f3f3;
  margin-bottom: 1rem;
  height: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1400px) {
  .section--demo .our-offer-card .icon {
    max-width: 120px;
    flex: 0 0 120px;
    order: 2;
  }
}
.section--demo .our-offer-card .icon svg {
  fill: #ee3e5a;
  max-width: 60px;
  height: 60px;
}
.section--demo .our-offer-card p {
  font-size: 16px;
}
.section--demo .our-offer-card .btn {
  margin-top: 1rem;
}

.note {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
}
.note small {
  font-size: 1rem;
}
.note b {
  font-size: 2.9rem;
  margin-top: -3px;
  color: #ee3e5a;
  animation: blinkAnimation 1.2s infinite ease-in-out;
}
@keyframes blinkAnimation {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

:root {
  --card-height: 20vw;
  --card-margin: 4vw;
  --card-top-offset: 2rem;
  --numcards: 4;
  --outline-width: 0px;
}
@media (max-width: 767px) {
  :root {
    --card-margin: 100vw;
  }
}

.shadow-card-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(var(--numcards), var(--card-height));
  gap: var(--card-margin);
  padding-bottom: calc(var(--numcards) * var(--card-top-offset));
  margin-bottom: var(--card-margin);
}

#shadow-card-1 {
  --index: 1;
}

#shadow-card-2 {
  --index: 2;
}

#shadow-card-3 {
  --index: 3;
}

#shadow-card-4 {
  --index: 4;
}

.shadow-card {
  position: sticky;
  top: calc(125px + 2rem);
  padding-top: calc(var(--index) * var(--card-top-offset));
}

/* Animation */
@supports (animation-timeline: works) {
  @scroll-timeline cards-element-scrolls-in-body {
    source: selector(body);
    scroll-offsets: selector(#cards) start 1, selector(#cards) start 0;
    start: selector(#cards) start 1;
    end: selector(#cards) start 0;
    time-range: 4s;
  }
  .shadow-card {
    --index0: calc(var(--index) - 1);
    --reverse-index: calc(var(--numcards) - var(--index0));
    --reverse-index0: calc(var(--reverse-index) - 1);
  }
  .shadow-card .cms-card {
    transform-origin: 50% 0%;
    will-change: transform;
    --duration: calc(var(--reverse-index0) * 1s);
    --delay: calc(var(--index0) * 1s);
    animation: var(--duration) linear scale var(--delay) forwards;
    animation-timeline: cards-element-scrolls-in-body;
  }
  @keyframes scale {
    to {
      transform: scale(calc(1.1 - 0.1 * var(--reverse-index)));
    }
  }
}
.option {
  display: inline-flex;
  gap: clamp(0.5rem, 1.501vw - 0.22rem, 1rem);
  align-items: center;
  justify-content: flex-start;
  background: #000;
  padding: 0.6rem;
  border-radius: 300px;
  position: relative;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.option::-webkit-scrollbar {
  display: none;
}
@media (max-width: 991px) {
  .option {
    width: 100%;
  }
}
.option .bg {
  position: absolute;
  top: 50%;
  background: #ee3e5a;
  border-radius: 100px;
  transition: 0.3s;
  height: 70%;
  transform: translateY(-50%);
  z-index: 0;
}
@media (max-width: 991px) {
  .option .bg {
    display: none;
  }
}
.option .label {
  position: relative;
  font-size: 1rem;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  color: #fff;
  border-radius: 100px;
  z-index: 1;
}
@media (min-width: 992px) {
  .option .label {
    min-width: 120px;
  }
  .option .label:not(.active):hover {
    background-color: rgba(221, 221, 221, 0.2509803922);
  }
}
@media (max-width: 767px) {
  .option .label {
    font-size: 14px;
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .option .label.active {
    background-color: #ee3e5a;
  }
}

.tab-wrapper {
  text-align: center;
  margin-bottom: clamp(1.5rem, 6.678vw - 1.701rem, 4rem);
}

.tab-content .content:not(.active) {
  display: none;
}

.common-slider {
  display: grid;
  gap: clamp(1.25rem, 4.674vw - 0.991rem, 3rem);
}
.common-slider * {
  outline: 0 !important;
}
.common-slider .slick-slide {
  margin: 0 clamp(0.5rem, 1.336vw - 0.14rem, 1rem);
}

.slick-list.draggable {
  flex: 1;
}

.client-testimonial {
  position: relative;
}
.client-testimonial h5 {
  color: #2d2d2d;
  font-weight: 600;
}
.client-testimonial p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.3;
}
@media (max-width: 767px) {
  .client-testimonial p {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 1200px) {
  .client-testimonial .testimonial-detail:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../png/quots.png);
    background-repeat: no-repeat;
    top: -1.5rem;
  }
  .client-testimonial .testimonial-detail .sup {
    display: none;
  }
}
.client-testimonial .testimonial-detail .client-testimonial h5 {
  padding-bottom: 1rem;
}
.client-testimonial .video-testimonial::before {
  background-image: url(../png/video-bg-quote.png);
  width: 60px;
  height: 70px;
  left: -77px;
  top: -42px;
}
.client-testimonial .avtar-detail {
  padding-top: 1.5rem;
}
.client-testimonial .avtar-detail h6 {
  font-weight: 700;
}

.video-testimonial {
  position: relative;
}
.video-testimonial__play-cta {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.video-testimonial__play-cta a:after {
  position: absolute;
  content: "";
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  z-index: 1;
  margin-left: -5px;
  margin-top: -8px;
}
@media (max-width: 1199px) {
  .video-testimonial__play-cta a:after {
    border-width: 10px 0 10px 16px;
  }
}
@media (min-width: 1200px) {
  .video-testimonial__play-cta a:after {
    border-width: 16px 0 16px 23px;
  }
}
.video-testimonial__play-cta span:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  background: #ee3e5a;
  border-width: 7px 0 7px 12px;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
@media (min-width: 1200px) {
  .video-testimonial__play-cta span:before {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1199px) {
  .video-testimonial__play-cta span:before {
    width: 50px;
    height: 50px;
  }
}
.video-testimonial__play-cta span:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  background: #ee3e5a;
  border-radius: 50%;
  transition: all 200ms;
}
@media (min-width: 1200px) {
  .video-testimonial__play-cta span:after {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1199px) {
  .video-testimonial__play-cta span:after {
    width: 50px;
    height: 50px;
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
#videoHtml {
  opacity: 1;
  visibility: visible;
}
#videoHtml::before {
  opacity: 1;
}
#videoHtml .close-btn-popup {
  top: 19%;
  opacity: 1;
  display: block;
}
#videoHtml .yo-kart-video {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.rating-platforms {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 4.5rem;
}
@media screen and (max-width: 1200px) {
  .rating-platforms {
    grid-gap: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .rating-platforms {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
  }
}
.rating-platforms .yokart-rating {
  background-color: #fff;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 25px;
  position: relative;
  min-width: 0;
}
@media screen and (max-width: 1200px) {
  .rating-platforms .yokart-rating {
    border-radius: 0;
    padding: 15px;
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .rating-platforms .yokart-rating {
    margin: 1rem 0;
    box-shadow: none;
    padding: 0;
  }
}
.rating-platforms .yokart-rating:after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: -30px;
  top: 30px;
  background-color: #f0f0f0;
  z-index: -1;
  right: -30px;
}
@media screen and (max-width: 1200px) {
  .rating-platforms .yokart-rating:after {
    display: none;
  }
}
.rating-platforms .yokart-rating__provider {
  margin-bottom: 1rem;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .rating-platforms .yokart-rating__provider {
    height: auto;
    min-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .rating-platforms .yokart-rating__provider {
    height: auto;
    display: block;
    margin-bottom: 0.75rem;
  }
}
.rating-platforms .yokart-rating .rating-counts {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rating-platforms .yokart-rating .rating-counts span {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 5px;
}
@media screen and (max-width: 1200px) {
  .rating-platforms .yokart-rating .rating-counts span {
    font-size: 1rem;
  }
}
.rating-platforms .yokart-rating.capterra img {
  max-width: 180px;
}
.rating-platforms .yokart-rating.g2 img {
  max-width: 50px;
}
.rating-platforms .yokart-rating.trustpilot img {
  max-width: 150px;
}
@media screen and (max-width: 1200px) {
  .rating-platforms .yokart-rating img {
    margin: 0 auto;
    display: block;
  }
  .rating-platforms .yokart-rating.capterra img {
    max-width: 110px;
  }
  .rating-platforms .yokart-rating.g2 img {
    max-width: 30px;
  }
}

.content--g2 {
  overflow: hidden;
}
.content--g2 .captera-review {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 7rem;
  padding: 3rem 4rem;
  margin-bottom: 5rem;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .content--g2 .captera-review {
    border: 1px solid #ddd;
  }
}
@media screen and (max-width: 1200px) {
  .content--g2 .captera-review {
    padding: 2.5rem 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 992px) {
  .content--g2 .captera-review {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .content--g2 .captera-review {
    padding: 1.5rem;
    background-color: #f8f8f8;
    margin-bottom: 0;
  }
}
.content--g2 .captera-review:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .content--g2 .captera-review__text {
    padding-bottom: 1.5rem;
  }
}
.content--g2 .captera-review__text h3 {
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
  margin: 0;
}
.content--g2 .captera-review__text p {
  padding-top: 1.5rem;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .content--g2 .captera-review__text p {
    padding-top: 1rem;
  }
}
.content--g2 .captera-review .review-on {
  font-size: 0.875rem;
}
.content--g2 .captera-review .overall-rating-count {
  display: flex;
  align-items: center;
}
.content--g2 .captera-review .overall-rating-count span {
  font-weight: 700;
  font-size: 1.375rem;
}
.content--g2 .captera-review .overall-rating-count span svg {
  display: block;
  margin-right: 0.5rem;
  fill: #ee3e5a;
}
.content--g2 .captera-review .user-details {
  margin-bottom: 1.5rem;
}
.content--g2 .captera-review .user-details .name {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
}
.content--g2 .overall-rating__lbl {
  font-size: 1.25rem;
  font-weight: 600;
}
.content--g2 .rating-listing {
  padding-top: 1.5rem;
}
.content--g2 .rating-listing .rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .content--g2 .rating-listing .rating {
    padding-bottom: 0.5rem;
  }
}
.content--g2 .rating-listing .rating:last-child {
  padding-bottom: 0;
}
.content--g2 .rating-listing .rating__label {
  min-width: 150px;
}
@media screen and (max-width: 767px) {
  .content--g2 .rating-listing .rating__label {
    font-size: 0.875rem;
    min-width: 130px;
  }
}
.content--g2 .rating-listing .rating__progress-bar {
  height: 6px;
  background-color: #b3b2b2;
  border-radius: 20px;
  flex: 1;
  margin: 0 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .content--g2 .rating-listing .rating__progress-bar {
    margin: 0 15px;
  }
}
.content--g2 .rating-listing .rating__progress-bar span {
  position: absolute;
  background-color: #27a642;
  border-radius: 20px;
  left: 0;
  top: 0;
  bottom: 0;
}
.content--g2 .rating-listing .rating__count {
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .content--g2 .rating-listing .rating__count {
    font-size: 1rem;
  }
}
.content--g2 .review-box {
  padding: 3rem;
  border-radius: 6px;
  border: 1px solid #ddd;
}
@media screen and (max-width: 1200px) {
  .content--g2 .review-box {
    padding: 1.75rem;
  }
}
.content--g2 .review-box:nth-child(2n) {
  background-color: #f6f5f5;
}
.content--g2 .review-box .rating__stars {
  margin-right: 1.5rem;
}
.content--g2 .review-box .rating__stars [data-star] {
  font-size: 2.2rem;
}
.content--g2 .review-box .rating__stars [data-star]:after {
  color: #ff492c;
}
.content--g2 .review-title {
  font-size: clamp(1.125rem, 2.125vw, 2.125rem);
  margin-bottom: 1rem;
}
.content--g2 .reviewer-detail {
  font-size: 1.125rem;
}
.content--g2 .reviewer-detail strong {
  font-weight: 600;
}
.content--g2 .review-text h4 {
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .content--g2 .review-text h4 {
    font-size: 1rem;
  }
}
.content--g2 .review-text:not(:last-child) {
  padding-bottom: 1.5rem;
}
.content--g2 .reviewer-logo {
  max-width: 50px;
}
.content--g2 .reviewer-logo.g2 {
  max-width: 30px;
}

.content--trustpilot .review-box {
  position: relative;
  z-index: 0;
  margin: 1rem 1rem 0;
}
@media (max-width: 767px) {
  .content--trustpilot .review-box {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .content--trustpilot .review-box::after {
    position: absolute;
    content: "";
    height: 60px;
    width: 60px;
    border-radius: 4px;
    background: #82edc6;
    z-index: -1;
    left: -10px;
    bottom: -10px;
  }
}
@media (min-width: 768px) {
  .content--trustpilot .review-box:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.content--trustpilot .content-box {
  background: #f6f5f5;
  padding: clamp(1rem, 3vw, 3rem);
  border-radius: 0 0 4px 4px;
}
@media (min-width: 768px) {
  .content--trustpilot .content-box {
    max-width: calc(100% - 30px);
    position: relative;
    padding: clamp(3rem, 4vw, 4rem);
    border-radius: 4px;
  }
}
@media (min-width: 1399px) {
  .content--trustpilot .content-box {
    min-height: 315px;
  }
}
.content--trustpilot .content-box .title {
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  font-weight: 500;
  margin-bottom: 1.5rem;
  display: block;
}
@media (min-width: 768px) {
  .content--trustpilot .content-box .review-content {
    max-width: calc(100% - 200px);
  }
}
.content--trustpilot .content-box .image {
  position: absolute;
  right: 35px;
  max-width: 110px;
}
@media (min-width: 768px) {
  .content--trustpilot .content-box .image {
    bottom: 35px;
  }
}
@media (max-width: 991px) {
  .content--trustpilot .content-box .image {
    max-width: 80px;
  }
}
@media (max-width: 767px) {
  .content--trustpilot .content-box .image {
    display: none;
  }
}
.content--trustpilot .content-box .image img {
  width: 100%;
}
.content--trustpilot .rating-box {
  background-color: #f6f5f5;
  padding: clamp(1rem, 1.5vw, 1.5rem);
  border-radius: 4px 4px 0px 0px;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 768px) {
  .content--trustpilot .rating-box {
    position: absolute;
    right: 0;
    top: -1rem;
    background-color: #fff;
    padding: clamp(1rem, 3vw, 3rem);
    border-radius: 4px 40px 4px 4px;
    border: 1px solid #ddd;
    z-index: 1;
  }
}
.content--trustpilot .rating-box .name {
  display: block;
  font-size: clamp(1rem, 1.1vw, 1.1rem);
  font-weight: 600;
}
.content--trustpilot .rating-box [data-star] {
  font-style: normal;
  font-size: clamp(1rem, 2vw, 2rem);
}
.content--trustpilot [data-star]::after {
  color: #04da8d;
}

.content--goodfirms .review-box {
  border: 1px solid #ddd;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .content--goodfirms .review-box:not(:last-child) {
    margin-bottom: clamp(3rem, 4vw, 4rem);
  }
}
.content--goodfirms .review-header {
  padding: clamp(1.2rem, 2vw, 2rem);
  border-bottom: 1px solid #ddd;
  position: relative;
}
.content--goodfirms .review-header .image {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 170px;
}
@media (max-width: 1199px) {
  .content--goodfirms .review-header .image {
    max-width: 130px;
  }
}
@media (max-width: 767px) {
  .content--goodfirms .review-header .image {
    display: none;
  }
}
.content--goodfirms .review-header .image img {
  padding: clamp(1.2rem, 2vw, 2rem);
}
.content--goodfirms .review-header .name {
  display: block;
  margin-bottom: 0.5rem;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  font-weight: 500;
  position: relative;
  padding-left: 1rem;
}
.content--goodfirms .review-header .name::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  left: 0;
  background: #1b66f3;
  top: 50%;
  transform: translateY(-50%);
}
.content--goodfirms .review-header h4 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: clamp(1.1rem, 1.6vw, 1.6rem);
}
@media (min-width: 768px) {
  .content--goodfirms .review-body {
    display: flex;
  }
}
.content--goodfirms .review-body h6 {
  margin-bottom: clamp(1rem, 1.2vw, 1.2rem);
}
.content--goodfirms .review-stars {
  flex: 0 0 460px;
  max-width: 460px;
  padding: clamp(1.2rem, 2vw, 2rem);
  border-right: 1px solid #ddd;
}
@media (max-width: 1200px) {
  .content--goodfirms .review-stars {
    flex: 0 0 320px;
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .content--goodfirms .review-stars {
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #ddd;
    border-right: none;
  }
}
.content--goodfirms .review-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content--goodfirms .review-rating:not(:last-child) {
  margin-bottom: 1rem;
}
.content--goodfirms .review-summary {
  padding: clamp(1.2rem, 2vw, 2rem);
}
.content--goodfirms [data-star]::after {
  color: #ff7042;
}
@media (max-width: 1199px) {
  .content--goodfirms .rating-title {
    font-size: 14px;
  }
}

.slick-dots {
  display: flex;
  justify-content: center;
  gap: 4px;
}
.slick-dots li {
  vertical-align: middle;
  display: inline-block;
  width: 12px;
  aspect-ratio: 1;
  cursor: pointer;
  background-color: #ddd;
  transition: all 0.5s ease-in-out;
  border-radius: 100px;
}
.slick-dots li button {
  background: none;
  border: none;
  text-indent: -9999999px;
  height: 0px;
  display: none;
}
.slick-dots li.slick-active {
  background-color: #ff3a58;
}

/*# sourceMappingURL=multivendor-ecommerce-website-app-source-code.css.map */
