<<<<<<< HEAD
@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/montserrat-variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
/**--Media-queries--**/
.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: 1rem;
    padding-left: 1rem;
  }
}

@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;
  }
}
:root {
  --goquick-price: "$1249";
  --goquick-pro-price: "$3499";
  --goquick-boost-price: "$2499";
  --goquick-ultra: "Quote";
}

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

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

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

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

.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-flex;
  gap: 1rem;
  vertical-align: middle;
}
.contactblock .btn {
  min-width: auto;
  font-size: clamp(0.75rem, 0.625vw + 0.125rem, 0.875rem);
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 1599px) {
  .contactblock .btn {
    font-size: 12px;
    padding: 0.625rem 1rem;
  }
}

.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: 99999999 !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(1.375rem, 3.462vw - 1.654rem, 2.5rem);
  background: #fff;
  padding: 15px 0;
  justify-content: space-between;
  align-items: center;
}
.header .logo svg,
.header .logo img {
  width: 130px;
  height: 40px;
  display: block;
}
@media (max-width: 1499px) {
  .header .logo svg,
  .header .logo img {
    width: 100px;
    margin: 0;
  }
}
.header .header__right {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 2.308vw - 0.769rem, 2rem);
}
@media (min-width: 1200px) {
  .header .header__right {
    justify-content: space-between;
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .header .header__right .contactblock {
    order: 1;
  }
}

.nav-menu {
  flex: 1;
}
@media (min-width: 1200px) {
  .nav-menu {
    display: flex;
    gap: clamp(1.125rem, 2.5vw - 1.375rem, 1.625rem);
  }
  .nav-menu .divider {
    position: relative;
    padding-inline-start: clamp(1.125rem, 2.5vw - 1.375rem, 1.625rem);
  }
  .nav-menu .divider:before {
    position: absolute;
    content: "";
    left: 0px;
    height: 32px;
    width: 1px;
    top: 50%;
    background: #a5a4a4;
    transform: translateY(-50%);
  }
}
.nav-menu__link {
  font-weight: 600;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .nav-menu__link {
    font-size: clamp(0.813rem, 0.313vw + 0.5rem, 0.875rem);
    line-height: 20px;
    position: relative;
  }
}
.nav-menu__link .badge {
  padding: 3px 8px 3px 8px;
  background-color: #df2e57;
  color: #fff;
  line-height: 10px;
  font-size: 10px;
  border-radius: 6px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .nav-menu__link .badge {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 8px 4px 10px;
    white-space: nowrap;
  }
  .nav-menu__link .badge:after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    border: 5px solid transparent;
    border-top-color: #df2e57;
  }
}
.nav-menu > li {
  position: relative;
  line-height: normal;
}
@media (max-width: 1199px) {
  .nav-menu > li:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
@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 .nav-menu__link {
  position: relative;
  display: flex;
  gap: 8px;
}
@media (max-width: 1199px) {
  .nav-menu > li.has-dropdown .nav-menu__link {
    justify-content: space-between;
  }
}
.nav-menu > li.has-dropdown .nav-menu__link::after {
  content: "";
  height: 8px;
  position: relative;
  background-color: transparent;
  transform: rotate(45deg);
  width: 8px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transition: 0.3s;
  transition: all 0.3s ease, color 1ms;
  margin-top: 4px;
}
@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 .nav-menu__link {
  color: #df2e57;
}
.nav-menu > li.active.has-dropdown .nav-menu__link::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;
    flex: 1;
  }
  .dropdown-wrapper .dropdown > *:not(:last-child) {
    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 {
    transition-delay: 0.8s;
    padding-right: 0;
  }
  .dropdown-wrapper .dropdown > *:last-child:has(.article) {
    flex: 0 0 calc(285px + 3rem);
  }
}
@media (min-width: 1200px) and (min-width: 1500px) {
  .dropdown-wrapper .dropdown > *:last-child:has(.article) {
    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;
    flex: 1;
  }
  .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-grid.gap-0 {
    grid-gap: 0;
  }
  .dropdown-wrapper .dropdown .menu-grid .mb-0 {
    margin-bottom: 0 !important;
  }
  .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 32px;
    max-width: 32px;
  }
}
@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: #df2e57 !important;
  }
  .dropdown-wrapper .dropdown .article .btn--outline-primary:hover {
    background-color: #df2e57 !important;
    color: #fff !important;
    border-color: #df2e57 !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;
  }
}

@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);
  color: #fff !important;
  padding: 4px 8px;
  background: #df2e57;
  border: 1px solid #df2e57;
  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;
  }
}

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

@media (max-width: 1199px) {
  .case-study--card {
    margin-bottom: 10px;
    display: block;
  }
}
.case-study--card .media picture {
  display: flex;
  align-items: end;
  height: 30px;
}
.case-study--card .media picture img {
  max-height: 100%;
  margin: 0;
}
.case-study--card .content h6 {
  font-size: 16px;
}
.case-study--card .content p {
  font-weight: 400;
  display: block;
}
@media (max-width: 1199px) {
  .case-study--card .content p span {
    display: none;
  }
}
.case-study--card .content p strong {
  font-weight: 400;
}
@media (min-width: 1200px) {
  .case-study--card .content p strong {
    font-weight: 600;
  }
}

.sticky--christmas {
  background: radial-gradient(circle, #005270, #080c10 100%);
  position: relative;
  overflow: hidden;
  color: #f9c87f;
}
.sticky--christmas strong {
  color: #f9c87f !important;
}
.sticky--christmas .vertical-line::after {
  background-color: #fff;
}
.sticky--christmas::after {
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../images/christmas/christmas-bg.png");
}
.sticky--christmas .item-sticky {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 991px) {
  .sticky--christmas .item-sticky {
    display: none;
  }
}
.sticky--christmas .item-sticky-1 {
  left: 0;
  top: 8px;
  transform: scaleX(-1);
}
.sticky--christmas .item-sticky-2 {
  right: 0;
  top: 8px;
}
.sticky--christmas .sticky__content {
  position: relative;
  z-index: 1;
}

.feature-ai svg {
  color: #6d4aff;
  animation: icon-twinkle 2.4s ease-in-out infinite;
}
@keyframes icon-twinkle {
  0%, 100% {
    opacity: 0.4;
    transform: scale(0.75) rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: scale(1.05) rotate(8deg);
  }
}

.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: #d9d9d9;
  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-weight: 600;
  padding: 0.625rem 1.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
@media (min-width: 768px) {
  .btn {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
  }
}
.btn.btn--primary {
  background-color: #df2e57;
  border-color: #df2e57;
  color: #fff;
}
.btn.btn--primary:hover {
  border-color: #df2e57;
  background: #fff;
  color: #df2e57;
}
.btn-primary--outline {
  background-color: transparent !important;
  border-color: #df2e57 !important;
  color: #df2e57 !important;
}
.btn-primary--outline:hover {
  background-color: #df2e57 !important;
  border-color: #ee3e5a !important;
  color: #fff !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: #df2e57;
  border-color: #df2e57;
  color: #fff;
}
.btn:active {
  background-color: #df2e57 !important;
  border-color: #df2e57 !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: #ee3e5a !important;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 2px;
}

button {
  font-family: "Montserrat", sans-serif;
}

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

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7490196078);
  opacity: 0.98;
  z-index: 9999999;
  display: none;
}
.tg-popup body::before {
  z-index: 999999999;
  display: block;
}
body.form-popup-modal--open {
  overflow: hidden;
}
body.form-popup-modal--open::before {
  display: block !important;
}

.tg-popup {
  overflow: hidden;
}

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

*,
: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;
}

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.p--large,
  .listing li {
    font-size: 16px;
  }
}
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: #df2e57;
  text-decoration: underline;
}

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

.text--link {
  color: #df2e57;
  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: #df2e57;
}
.text--link.-black {
  color: #000;
}
.text--link.-black:hover {
  color: #df2e57;
}
.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: #df2e57;
  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: #df2e57;
  text-decoration: underline;
}

a.link,
a.link:visited {
  color: #df2e57;
  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;
}

.icon {
  fill: #df2e57;
  color: #df2e57;
}

.icon-16 {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin: 0 auto;
}

.icon-20 {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin: 0 auto;
}

.icon-24 {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  margin: 0 auto;
}

.icon-28 {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  margin: 0 auto;
}

.icon-32 {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  margin: 0 auto;
}

.icon-36 {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  margin: 0 auto;
}

.icon-60 {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  margin: 0 auto;
}

.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: #df2e57;
  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;
  border: 0;
  background: none;
  cursor: pointer;
}
@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);
  }
}
.popup--slider-js:not(.slick-initialized) {
  display: none;
}

.form-modal-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999999;
  display: none;
  border-radius: 30px;
  overflow: hidden;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .form-modal-wrap {
    background: white;
    border-radius: 30px;
    overflow: hidden;
  }
}

.form-popup-modal {
  display: flex;
  position: relative;
  max-height: 90vh;
}
@media (max-width: 1199px) {
  .form-popup-modal {
    background: white;
    margin: clamp(1rem, 1vw + 0.8rem, 2rem);
    border-radius: 30px;
    overflow: hidden;
  }
}
.form-popup-modal .close-popup-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .form-popup-modal .close-popup-icon {
    position: fixed;
    right: 20px;
    top: 2px;
    cursor: pointer;
    background-color: #838383;
    height: 32px;
    width: 32px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
}
.form-popup-modal .modal__left {
  overflow: auto;
  margin: 1rem 0;
}
@media (min-width: 992px) {
  .form-popup-modal .modal__left {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
.form-popup-modal .modal__right {
  flex: 0 0 40%;
  max-width: 40%;
  background-color: #df2e57;
  padding: clamp(1.25rem, 1.375vw + 0.975rem, 2.625rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .form-popup-modal .modal__right {
    display: none;
  }
}
.form-popup-modal .slider-wrapper {
  position: relative;
  padding: clamp(2.125rem, 2.802vw + 0.388rem, 3.75rem) clamp(1.875rem, 0.625vw + 1.75rem, 2.5rem) clamp(1.875rem, 0.625vw + 1.75rem, 2.5rem);
  border-radius: 20px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 30px;
}
.form-popup-modal .slider-wrapper .media {
  position: absolute;
  top: 5%;
}
.form-popup-modal .slider-wrapper .media svg {
  width: 32px;
  height: 32px;
  fill: #df2e57;
}
.form-popup-modal .slider-wrapper .content p {
  font-size: 16px;
  padding: 2rem 0 1rem 0;
  font-weight: 500;
  line-height: 2;
}
.form-popup-modal .slider-wrapper .content h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0.5rem;
}
.form-popup-modal .slider-wrapper .slick-dots {
  position: static;
  justify-content: flex-start;
  padding: 0;
  margin-top: 1.8rem;
}
.form-popup-modal .slider-wrapper .slick-dots li {
  width: 40px;
  height: 5px;
  border-radius: 20px;
}
.form-popup-modal .slider-wrapper .popup--slider-js .slick-slide {
  height: auto;
}
.form-popup-modal .slider-wrapper .slick-list,
.form-popup-modal .slider-wrapper .slick-track {
  display: flex;
  align-items: center;
}
.form-popup-modal .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
}
.form-popup-modal .slick-dots li {
  vertical-align: middle;
  display: inline-block;
  margin: 0 3px;
  width: 10px;
  cursor: pointer;
  background-color: #a6a7a7;
  transition: all 0.5s ease-in-out;
  border-radius: 200px;
  height: 10px;
}
.form-popup-modal .slick-dots li button {
  background: none;
  border: none;
  text-indent: -9999999px;
  height: 0px;
  display: none;
}
.form-popup-modal .slick-dots li.slick-active {
  background-color: #ff3a58;
  width: 30px;
}

.form {
  padding: clamp(1.25rem, 2.5vw + 0.75rem, 3.75rem);
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .form {
    gap: 1.5rem;
  }
}
@media (max-width: 767px) {
  .form__group {
    margin-bottom: 1.5rem;
  }
}
.form__group select {
  font-weight: 400;
  padding-right: 30px;
  appearance: none;
  background-color: transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAYAAADJEc7MAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAG5JREFUeNpiZoCAKiBWAuKLDIQBWC0LkJAGYhcg5oNKLCSgKQiIr8MENIF4HxCfAeJ4PJpA8ouRLCGoGacmfJqxamLEoXkqVNF1KB9EZwPxJ0Ih5wK15QzUBRjOY8ah8R4Q/4RqqATip+gKAAIMAI69Gsw786LtAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}
.form__label {
  display: block;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 4px;
}
.form__head {
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .form__head {
    margin-bottom: 1.8rem !important;
  }
}
.form__head h2 {
  font-size: clamp(1.25rem, 0.25vw + 1.2rem, 1.5rem);
  font-weight: 700;
}
.form__head p {
  font-size: 14px;
  font-weight: 400;
}
.form__input {
  border: 1px solid #d2d2d2;
  padding: 14px;
  border-radius: 6px;
  width: 100%;
  font-family: inherit;
}
.form__input:focus {
  outline: none;
}
.form textarea {
  resize: none;
}
.form .btn {
  width: 100%;
  font-family: inherit;
  background-color: #000;
}

.hero-banner {
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 3rem 0;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .hero-banner {
    min-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.625rem, 1.501vw + 0.906rem, 2.5rem);
  color: currentColor;
  margin-bottom: 1rem;
}
.hero-banner__content .p--large {
  font-size: calc(104.5% + 0.24vw);
  margin-bottom: 1rem;
}
.hero-banner__content .cta {
  padding-top: 3rem;
}
.hero-banner__button {
  margin: 2rem 0px;
}
.hero-banner__button h5 {
  padding-bottom: 1rem;
  font-weight: 600;
}

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

.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;
  font-size: clamp(1rem, 0.438vw + 0.79rem, 1.25rem);
}
@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;
}

.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("../../../images/retina/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;
}

/**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;
  background: none;
  border: 0;
}
.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;
  border: 0;
  cursor: pointer;
  outline: none;
}

.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(../../../images/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--*/
.section--testimonials {
  padding: calc(1.5rem + 6.6vw) 0;
}
@media only screen and (min-width: 1200px) {
  .section--testimonials .container {
    max-width: 1400px;
    padding: 0 calc(2.9rem + 2.8vw);
  }
}
@media only screen and (min-width: 1380px) {
  .section--testimonials .container {
    max-width: 1800px;
  }
}

.testimonials {
  display: grid;
  grid-template-columns: minmax(32%, 32%) 50%;
  grid-gap: 0 4.5rem;
  min-width: 0;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .testimonials {
    display: block;
    max-width: 800px;
    margin: 0 auto;
  }
}
.testimonials__header {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media screen and (max-width: 1200px) {
  .testimonials__header {
    padding-bottom: 2rem;
  }
}
.testimonials__header h2 {
  font-size: calc(95% + 1.3vw);
  font-weight: 600;
  color: #000;
  line-height: 1.4;
  margin: 0;
}
.testimonials__header h6 {
  margin: 0;
  padding-top: 0.875rem;
}
.testimonials__body {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  min-width: 0;
}
.testimonials__footer {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  width: 30%;
}

.testimonial-arrows {
  display: flex;
  padding-top: 1.5rem;
}
.testimonial-arrows .slider-btn {
  display: block;
  height: 40px;
  width: 40px;
  color: #000;
  border: 2px solid currentColor;
  border-radius: 4px;
  position: relative;
  margin: 0 5px;
  flex: 0 0 40px;
  max-width: 40px;
  cursor: pointer;
  outline: none;
  background-color: transparent;
}
.testimonial-arrows .slider-btn:hover {
  color: #df2e57;
}
.testimonial-arrows .slider-btn::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;
}
.testimonial-arrows .slider-btn.prev-btn::after {
  margin-left: 4px;
  transform: rotate(-45deg) translate(-50%, -50%);
}

.testimonial .text-link {
  color: #df2e57;
  font-size: 1rem;
  padding: 0;
  font-weight: normal;
  text-align: inherit;
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
}
.testimonial .text-link:hover {
  text-decoration: none;
}
.testimonial p.p--large {
  color: #464646;
  font-weight: 300;
  font-size: calc(112.5% + 0.24vw);
  margin: 0;
}
@media only screen and (max-width: 1440px) {
  .testimonial p.p--large {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .testimonial__detail {
    text-align: left;
  }
}
.testimonial__provider {
  padding-top: 1.5rem;
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .testimonial__provider {
    padding-top: 0.75rem;
  }
}
.testimonial__provider p {
  font-size: 1rem;
  font-weight: 400;
}

@media (min-width: 1200px) {
  .testimonial-slider {
    position: relative;
    padding-left: 50px;
  }
  .testimonial-slider:before {
    content: " ";
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAVCAYAAAC+NTVfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQNJREFUeNpi/L50U/n3mSs6GIgA/Mv7lZmkxO4hi33rmTvz5+Z9acToFzy4lBGZz8QwgGDU8lHLB6/l/z9/FaTEMnT9JFn+68DJUEosRy8PSLL8x7LNRBdI2ABIL8gMuOWMvNzvSXXAe/vo/6CSDcQnVT/IATD9FCc4Ui1HCXYWNcWzFKVYtLKeJL3M6opnKXE9q7HOHoqyGpuD+WpKgp1cB4At54jy7aQk6NmjydPPBIs3zvSICkqCnpzQg6d2kO8piT+ukuR0UPohu3jl6at0JdcBoLjn7SVNP0Y+BzkA5AtyHQDST2wUYi1k2H2dZoHaWyBDQGxSHQGKQph+fGkBIMAAL0Jjz5NFXWYAAAAASUVORK5CYII=");
    height: 21px;
    width: 31px;
    position: absolute;
    left: 0;
    padding-left: 20px;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.testimonial p.p--large,
.testimonial__provider {
  user-select: text;
}

.video-testimonial {
  position: relative;
  overflow: hidden;
}
.video-testimonial .image-wrap img {
  border: 1px solid rgba(213, 213, 213, 0.9333333333);
  width: 100%;
}
.video-testimonial__play-cta a,
.video-testimonial__play-cta .play-button {
  position: absolute;
  display: grid;
  place-items: center;
  top: 6%;
  right: 6%;
  background: #df2e57;
  border-radius: 50%;
  transition: all 200ms;
  width: 60px;
  height: 60px;
  cursor: pointer;
  outline: none;
  border: 0;
}
.video-testimonial__play-cta a:after,
.video-testimonial__play-cta .play-button:after {
  position: absolute;
  content: "";
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  z-index: 1;
  margin-left: 7px;
  border-width: 11px 0 11px 18px;
}
.video-testimonial__play-cta a:before,
.video-testimonial__play-cta .play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  background: #df2e57;
  border-width: 7px 0 7px 12px;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  width: 60px;
  height: 60px;
}

@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;
  }
}
[data-star] {
  font-style: normal;
  font-size: 1.2rem;
}
@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: 86%;
}

[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: 89%;
}

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

[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(1.875rem, 2.144vw + 0.847rem, 3.125rem);
  }
}
.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: clamp(0.938rem, 0.383vw + 0.754rem, 1.125rem);
  font-weight: 600;
  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;
  gap: 12px;
  align-items: center;
}
.rating__col .rating__detail .rating__count {
  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;
  }
}

.grids-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1px;
}
@media screen and (max-width: 767px) {
  .grids-wrap {
    grid-template-columns: auto auto auto;
    grid-gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .grids-wrap {
    grid-template-columns: auto auto;
  }
}
.grids-wrap picture {
  background-color: #fff;
  display: block;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .grids-wrap picture {
    padding: 0;
  }
}
.grids-wrap img {
  margin: 0 auto;
  display: block;
}
.grids-wrap img:not(:hover) {
  filter: grayscale(1);
}
@media screen and (max-width: 991px) {
  .grids-wrap img {
    max-width: 155px;
    width: 100%;
  }
}

.badges-img {
  position: relative;
}
.badges-img .text--link-3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: underline;
}
@media screen and (max-width: 1199px) {
  .badges-img .text--link-3 {
    bottom: -15px;
  }
}
@media screen and (max-width: 767px) {
  .badges-img .text--link-3 {
    bottom: -10px;
  }
}

.tool_tip {
  background-color: #475658;
  border-radius: 50%;
  color: #fff !important;
  cursor: pointer;
  display: inline-grid;
  place-content: center;
  vertical-align: top;
  font-size: 11px;
  font-weight: 500;
  height: 18px;
  position: relative;
  text-align: center;
  width: 18px;
  margin-right: 2px;
  z-index: 9;
}
.tool_tip .bubble {
  display: block;
  position: absolute;
  right: auto !important;
  left: auto;
  bottom: 0;
  width: 280px;
  z-index: 9;
  text-align: left;
  background: #000;
  color: #fff !important;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 15px;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.2s;
}
.tool_tip .bubble ul li:not(:last-child) {
  padding-bottom: 5px;
}
.tool_tip:hover .bubble {
  visibility: visible;
  opacity: 1;
  bottom: 25px;
}

.tooltip {
  position: relative;
  opacity: 1;
  display: inline-block;
  vertical-align: middle;
}
.tooltip__content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 5px);
  min-width: 200px;
  background-color: #222;
  color: #fff;
  font-size: 12px;
  padding: 10px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
}
.tooltip__icon {
  width: 18px;
  height: 18px;
  font-size: 12px;
  background-color: #475658;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-style: normal;
  text-transform: lowercase;
}

.tooltip__icon:hover ~ .tooltip__content {
  opacity: 1;
  visibility: visible;
}

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

.js-rating-slider .slick-slide {
  overflow-x: auto;
}

.rating-slider-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
@media (max-width: 767px) {
  .rating-slider-controls {
    justify-content: center;
    margin-top: 1rem;
  }
}

.project-review {
  display: flex;
  overflow: hidden;
  align-items: stretch;
  margin: 1px;
  border: 1px solid #000;
}
@media (max-width: 991px) {
  .project-review {
    min-width: 1024px;
  }
}

.client-details {
  background-color: #000;
  color: #fff;
  max-width: 40%;
  flex: 0 0 40%;
  text-align: center;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .client-details {
    max-width: 45%;
    flex: 0 0 45%;
  }
}
@media (max-width: 767px) {
  .client-details {
    max-width: 40%;
    flex: 0 0 40%;
  }
}
.client-details h6 {
  font-size: 28px;
  margin-bottom: 3rem;
}

.client-review {
  padding: 3rem;
  max-width: 60%;
  flex: 0 0 60%;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .client-review {
    padding: 2rem;
    max-width: 55%;
    flex: 0 0 55%;
  }
}
@media (max-width: 767px) {
  .client-review {
    max-width: 60%;
    flex: 0 0 60%;
    padding: 1.5rem;
  }
}
.client-review .review:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media (max-width: 1199px) {
  .client-review .review:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.client-review .review h6 {
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .client-review .review h6 {
    font-size: 1rem;
    margin-bottom: 0;
  }
}

.project__logo {
  height: 100px;
  width: 100px;
  margin: auto;
  margin-bottom: 2rem;
}

.client-data span {
  display: block;
  font-size: 20px;
  font-weight: 600;
}
.client-data span.label {
  font-weight: normal;
}
@media (max-width: 1199px) {
  .client-data span {
    font-size: 1rem;
  }
}
.client-data p {
  color: currentColor;
  font-size: 1rem;
}
@media (max-width: 1199px) {
  .client-data p {
    font-size: 14px;
  }
}
.client-data:not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 1199px) {
  .client-data:not(:last-child) {
    margin-bottom: 1rem;
  }
}

.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;
  line-height: 1;
}

[data-star] {
  font-style: normal;
  font-size: 1.25rem;
}
@media (max-width: 1199px) {
  [data-star] {
    font-size: 1.125rem;
  }
}
[data-star]::before {
  display: block;
  content: "★★★★★";
  color: grey;
}
[data-star]::after {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  content: "★★★★★";
  width: 0;
  color: #fbb21b;
  overflow: hidden;
  height: 100%;
}

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

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

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

.pop--box {
  display: none;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  left: 50%;
  padding: 30px;
  position: fixed;
  top: 54%;
  transform: translate(-50%, -50%);
  z-index: 99999999;
  display: none;
  max-width: 1000px;
  width: 100%;
}
@media (max-width: 767px) {
  .pop--box {
    height: 70vh;
    overflow-y: scroll;
  }
}
.pop--box .pop--box-close {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  cursor: pointer;
  background: #ee3e5a;
  height: 40px;
}
.pop--box .pop--box-close::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 18px;
  background-color: #fff;
  transform: rotate(45deg);
  left: 12px;
  top: 18px;
  transform: rotate(-45deg);
}
.pop--box .pop--box-close::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 18px;
  background-color: #fff;
  transform: rotate(45deg);
  left: 12px;
  top: 18px;
}
.pop--box .payment__agree h5 {
  font-size: 1.4rem;
  font-weight: 600;
}
.pop--box .payment__agree h6 {
  font-size: 1rem;
}
.pop--box .payment__agree a {
  margin: 1rem 0rem;
}
.pop--box .payment__agree p {
  font-size: 14px;
}
.pop--box .payment__agree .link--text {
  font-size: 12px !important;
}
.pop--box .payment__agree .list {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.pop--box .payment__agree .list li {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
}
.pop--box .payment__agree .popup-inner-contnet p {
  margin-bottom: 0.8rem;
}

.payment__agree h6 + p {
  margin-bottom: 1rem;
}

.checkout-cta p {
  margin-bottom: 0px !important;
}

body.pop--box-open {
  position: relative;
}
body.pop--box-open:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999999;
}

.pop--boxs {
  display: none;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  left: 50%;
  padding: 30px;
  position: fixed;
  top: 54%;
  transform: translate(-50%, -50%);
  z-index: 99999999;
  display: none;
  max-width: 1000px;
  width: 100%;
}
@media (max-width: 767px) {
  .pop--boxs {
    height: 70vh;
    overflow-y: scroll;
  }
}
.pop--boxs .pop--box-close {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  cursor: pointer;
  background: #ee3e5a;
  height: 40px;
}
.pop--boxs .pop--box-close::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 18px;
  background-color: #fff;
  transform: rotate(45deg);
  left: 12px;
  top: 18px;
  transform: rotate(-45deg);
}
.pop--boxs .pop--box-close::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 18px;
  background-color: #fff;
  transform: rotate(45deg);
  left: 12px;
  top: 18px;
}
.pop--boxs .payment__agree h5 {
  font-size: 1.4rem;
  font-weight: 600;
}
.pop--boxs .payment__agree h6 {
  font-size: 1rem;
}
.pop--boxs .payment__agree a {
  margin: 1rem 0rem;
}
.pop--boxs .payment__agree p {
  font-size: 14px;
}
.pop--boxs .payment__agree .link--text {
  font-size: 12px !important;
}
.pop--boxs .payment__agree .list {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.pop--boxs .payment__agree .list li {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
}
.pop--boxs .payment__agree .list li p {
  padding-top: 12px;
}
.pop--boxs .payment__agree .popup-inner-contnet p {
  margin-bottom: 0.8rem;
}

.pop--boxes {
  display: none;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  left: 50%;
  padding: 30px;
  position: fixed;
  top: 54%;
  transform: translate(-50%, -50%);
  z-index: 99999999;
  display: none;
  max-width: 1000px;
  width: 100%;
}
@media (max-width: 767px) {
  .pop--boxes {
    height: 70vh;
    overflow-y: scroll;
  }
}
.pop--boxes .pop--box-close {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  cursor: pointer;
  background: #ee3e5a;
  height: 40px;
}
.pop--boxes .pop--box-close::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 18px;
  background-color: #fff;
  transform: rotate(45deg);
  left: 12px;
  top: 18px;
  transform: rotate(-45deg);
}
.pop--boxes .pop--box-close::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 18px;
  background-color: #fff;
  transform: rotate(45deg);
  left: 12px;
  top: 18px;
}
.pop--boxes .payment__agree h5 {
  font-size: 1.4rem;
  font-weight: 600;
}
.pop--boxes .payment__agree h6 {
  font-size: 1rem;
}
.pop--boxes .payment__agree a {
  margin: 1rem 0rem;
}
.pop--boxes .payment__agree p {
  font-size: 14px;
}
.pop--boxes .payment__agree .link--text {
  font-size: 12px !important;
}
.pop--boxes .payment__agree .list {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.pop--boxes .payment__agree .list li {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
}
.pop--boxes .payment__agree .popup-inner-contnet p {
  margin-bottom: 0.8rem;
}

.pop--boxnew {
  display: none;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  left: 50%;
  padding: 30px;
  position: fixed;
  top: 54%;
  transform: translate(-50%, -50%);
  z-index: 99999999;
  display: none;
  max-width: 1000px;
  width: 100%;
}
@media (max-width: 767px) {
  .pop--boxnew {
    height: 70vh;
    overflow-y: scroll;
  }
}
.pop--boxnew .pop--box-close {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  cursor: pointer;
  background: #ee3e5a;
  height: 40px;
}
.pop--boxnew .pop--box-close::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 18px;
  background-color: #fff;
  transform: rotate(45deg);
  left: 12px;
  top: 18px;
  transform: rotate(-45deg);
}
.pop--boxnew .pop--box-close::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 18px;
  background-color: #fff;
  transform: rotate(45deg);
  left: 12px;
  top: 18px;
}
.pop--boxnew .payment__agree h5 {
  font-size: 1.4rem;
  font-weight: 600;
}
.pop--boxnew .payment__agree h6 {
  font-size: 1rem;
}
.pop--boxnew .payment__agree a {
  margin: 1rem 0rem;
}
.pop--boxnew .payment__agree p {
  font-size: 14px;
}
.pop--boxnew .payment__agree .link--text {
  font-size: 12px !important;
}
.pop--boxnew .payment__agree .list {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.pop--boxnew .payment__agree .list li {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
}
.pop--boxnew .payment__agree .popup-inner-contnet p {
  margin-bottom: 0.8rem;
}

.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("../../../images/retina/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;
}

@media (min-width: 1200px) {
  .hero-banner {
    height: calc(100vh - 100px) !important;
  }
}
.hero-banner .listing {
  margin-top: 2rem;
}
.hero-banner .listing li {
  font-weight: 600;
}
.hero-banner .listing li:before {
  border-color: #000000;
  background-color: #000000;
  width: 10px;
  height: 2px;
  top: 12px;
}
.hero-banner .listing li:last-of-type {
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .featured-logo-listing h5 {
    text-align: left;
    padding-bottom: 0.5rem;
  }
  .featured-logo-listing .featured-logo {
    padding-left: 0;
  }
  .featured-logo-listing .featured-logo img {
    margin: 0;
  }
}
.features-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 1200px) {
  .features-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .features-list {
    display: block;
    border: 1px solid #dee2e6;
  }
}

.media-side svg {
  fill: #ee3e5a;
}
.media-side.small {
  flex: 0 0 50px;
  margin-right: 1rem;
}
.media-side.small svg,
.media-side.small .svg--img {
  max-height: 35px;
  max-width: 35px;
}

.collateral-content {
  display: flex;
  position: relative;
  z-index: 1;
  padding: calc(1rem + 1.7vw);
  border: 1px solid #dee2e6;
  background: #fff;
}
@media only screen and (max-width: 1480px) {
  .collateral-content {
    display: block;
  }
  .collateral-content .media-side {
    margin: 0 0 1rem 0;
  }
  .collateral-content .media-side img {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .collateral-content {
    border: none;
  }
}

.slide-txt {
  font-size: 14px;
  display: none;
  opacity: 0.9;
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  .slide-txt {
    display: inline-block;
  }
}
.slide-txt::before, .slide-txt::after {
  content: " ";
  height: 8px;
  width: 8px;
  border: solid #000 1px;
  border-bottom: none;
  border-right: none;
  display: inline-block;
  transform: rotate(-45deg);
  margin: 0 3px;
}
.slide-txt::after {
  left: auto;
  right: 0;
  transform: rotate(135deg);
}

.listing-wrap {
  background-color: #fff;
  border: 1px solid #dee2e6;
  padding: 3rem;
}
@media only screen and (max-width: 1200px) {
  .listing-wrap {
    padding: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .listing-wrap + .more-link {
    margin: 1rem 0 2rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .listing-wrap {
    margin-bottom: 4rem;
  }
}
.listing-wrap .listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0px 40px;
}
@media only screen and (max-width: 1200px) {
  .listing-wrap .listing {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0px 1.5rem;
  }
  .listing-wrap .listing li {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .listing-wrap .listing {
    display: block;
  }
  .listing-wrap .listing li {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  body:not(.expand-listing) .listing-wrap .listing li:nth-child(n+10) {
    display: none;
  }
}
.link--expand {
  position: relative;
  text-decoration: none;
  font-size: 14px;
}
.link--expand::before {
  display: inline-block;
  order: 10;
  margin-left: -6px;
  margin-right: 1rem;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(46deg);
  transition: width ease 0.3s, margin ease 0.3s;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transition: 0.3s;
}
.link--expand:hover::before {
  bottom: -15px;
}

.expand-listing .link--expand:before {
  border: none;
  border-left: 1px solid currentColor;
  border-top: 1px solid currentColor;
  top: -12px;
  bottom: auto;
}

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

.section--mobile-apps .cms h2 {
  padding-bottom: 1rem;
}
.section--mobile-apps .cta {
  padding-top: 1.5rem;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translate(-50%);
  }
}
.tc-apply {
  color: #c3c3c3;
  font-size: 12px;
}

.disclaimer {
  color: #c3c3c3;
  font-size: 12px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .disclaimer {
    float: none;
    display: inline-block;
  }
}
.disclaimer .tool_tip {
  width: 16px;
  height: 16px;
  margin-left: 0.25rem;
  background-color: #837f7f;
}
.disclaimer .tool_tip .bubble {
  right: 0 !important;
}
@media only screen and (max-width: 767px) {
  .disclaimer .tool_tip .bubble {
    transform: none !important;
    position: absolute;
    left: auto;
  }
}

.clients-logos {
  padding: 0 calc(0.9rem + 4.5vw);
}
@media only screen and (max-width: 1280px) {
  .clients-logos {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .clients-logos {
    justify-content: flex-start !important;
  }
}
.clients-logos .col {
  max-width: 20%;
  flex: 0 0 20%;
  margin: 30px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .clients-logos .col {
    text-align: left;
    margin: 0;
    padding: 1.25rem 1rem;
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  .clients-logos .col .malca-amit,
  .clients-logos .col .de-feria {
    max-width: 50px;
  }
}
@media only screen and (max-width: 360px) {
  .clients-logos .col {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

.logo-slider .slick-track {
  display: flex;
  align-items: center;
}

.logo-wrap {
  padding: 30px 0;
}
@media only screen and (max-width: 1024px) {
  .logo-wrap {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .logo-wrap {
    padding: 22px 0px;
    text-align: left;
  }
  .logo-wrap .paypal-img {
    max-width: 100px;
  }
  .logo-wrap .textjar {
    max-width: 94px;
  }
  .logo-wrap .ship {
    max-width: 118px;
  }
  .logo-wrap .avalara {
    max-width: 90px;
  }
}
@media only screen and (max-width: 1440px) {
  .logo-wrap img {
    max-width: 172px;
  }
}
@media only screen and (max-width: 992px) {
  .logo-wrap img {
    max-width: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .logo-wrap img {
    max-width: 125px;
    margin: 0;
  }
}

.media-side.medium svg {
  height: 42px;
  width: 42px;
  fill: #ee3e5a;
}
.media-side.extra-large svg {
  height: 70px;
  width: 70px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .media-side.extra-large svg {
    height: 40px;
    width: 40px;
  }
}

.bg-dark-half {
  background: rgb(21, 31, 32);
  background: linear-gradient(180deg, rgb(21, 31, 32) 30%, rgb(255, 255, 255) 30%);
}
@media only screen and (max-width: 767px) {
  .bg-dark-half {
    background: #fff !important;
    color: #000 !important;
  }
}

.digital-marketing {
  padding: 0 calc(2.9rem + 2.8vw);
}
@media only screen and (max-width: 1280px) {
  .digital-marketing {
    padding: 0;
  }
}
.digital-marketing-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  background-color: #fff;
  color: #000;
  border: 1px solid #dee2e6;
}
@media only screen and (min-width: 768px) {
  .digital-marketing-inner {
    padding: calc(0.4rem + 3.8vw);
  }
}
@media only screen and (max-width: 1280px) {
  .digital-marketing-inner {
    grid-gap: 1.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .digital-marketing-inner {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .digital-marketing-inner {
    display: flex;
    flex-direction: column-reverse;
    grid-gap: 0;
  }
}
@media only screen and (max-width: 767px) {
  .digital-marketing-inner {
    border: none;
  }
}
@media only screen and (min-width: 1280px) {
  .digital-marketing .cms {
    border-right: 1px solid #dee2e6;
    padding-right: 4rem;
  }
}
.digital-marketing .cta {
  padding-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .digital-marketing .cta {
    padding-top: 1rem;
  }
}
@media only screen and (min-width: 576px) {
  .digital-marketing .cta .btn-wrap + .btn-wrap {
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .digital-marketing .cta .btn-wrap + .btn-wrap {
    margin-top: 1rem;
  }
}
.digital-marketing-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  text-align: center;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .digital-marketing-features {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .digital-marketing-features {
    margin: 0 0 3rem 0;
    text-align: left;
    grid-template-rows: repeat(2, 1fr);
  }
  .digital-marketing-features .media-side.extra-large svg {
    margin: 0;
  }
}
.digital-marketing-features .feature h6 {
  margin: 1rem 0 0 0;
}

.cta--md {
  max-width: 600px;
  margin: 0 auto;
}

.section--customizable .cta {
  margin-top: 3rem;
}

.completely-customizable {
  max-width: 1300px;
  margin: 0 auto;
}
.completely-customizable .item {
  padding: 20px 10px;
}
.completely-customizable .item h6 {
  margin: 0.5rem 0 0 0;
}
@media only screen and (max-width: 767px) {
  .completely-customizable .item h6 {
    padding-left: 20px;
    text-align: left;
  }
}
.completely-customizable .item .icn svg {
  max-width: 60px;
  max-height: 60px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .completely-customizable .item .icn svg {
    height: 40px;
    width: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .completely-customizable {
    flex-wrap: wrap;
  }
  .completely-customizable .item {
    flex: 0 0 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .completely-customizable {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .completely-customizable .item {
    display: flex;
    flex: 0 0 auto;
    padding: 15px 20px;
    background-color: #fff;
    margin-right: 20px;
    align-items: center;
    border: solid #dee2e6 1px;
  }
}

.cs-slider-wrapper {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .cs-slider {
    position: relative;
  }
  .cs-slider .slick-arrow {
    position: absolute;
    bottom: -2.5rem;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cs-slider {
    margin: 0 -20px;
  }
}
.cs-slider .cs-slider__item {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cs-slider .cs-slider__item {
    padding: 0 20px;
  }
}

.new-case-study {
  padding-bottom: 0;
}
.new-case-study .cta--casestudy {
  margin-top: 3rem;
}
.new-case-study .slider-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .new-case-study .slider-controls {
    margin-top: 1.5rem;
    position: relative;
  }
}
.new-case-study .slider-controls .slick-arrow {
  margin-right: 1rem;
}
@media only screen and (min-width: 767px) {
  .new-case-study-content h6,
  .new-case-study-content h4 {
    font-weight: 600;
  }
}
.new-case-study-content .cta {
  padding-top: 1.5rem;
}
@media only screen and (min-width: 1200px) {
  .new-case-study-content {
    min-height: 22rem;
  }
}
.new-case-study__image {
  position: absolute;
  right: 0;
  top: 0;
  width: 41.66666667%;
}
@media only screen and (max-width: 991px) {
  .new-case-study__image {
    margin-top: 1rem;
    margin-bottom: 3rem;
    position: relative;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .new-case-study__image {
    margin-bottom: 1rem;
  }
}
.new-case-study .slider-btn {
  display: block;
  height: 40px;
  width: 40px;
  background-color: transparent;
  border: solid #000 2px;
  border-radius: 4px;
  position: relative;
}
.new-case-study .slider-btn::after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 15px;
  width: 15px;
  border-top: solid #000 2px;
  border-left: solid #000 2px;
  transform: rotate(135deg) translate(-50%, -50%);
  transform-origin: top left;
  margin: 0 0px 0 -3px;
  margin-left: -3px;
}
.new-case-study .slider-btn.cs-prev-btn::after {
  transform: rotate(-45deg) translate(-50%, -50%);
  left: calc(50% + 5px);
}

@media only screen and (max-width: 767px) {
  .case-study-wrapper {
    overflow: auto;
    flex-wrap: nowrap;
  }
  .case-study-wrapper .col-md-4 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

.section--support .features-list {
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
}

.msc-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .msc-list {
    display: block;
  }
}
.msc-list li {
  padding-bottom: 0;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .msc-list li {
    font-size: 14px;
    margin-top: 0.5rem;
  }
  .msc-list li::before {
    height: 1px !important;
    width: 10px !important;
    background: #3c3b3b !important;
    top: 10px !important;
    border-radius: 0 !important;
  }
}
.msc-list li:not(:last-child) {
  margin-right: 2rem;
}

.section--rating .cta {
  padding-top: 4rem;
}

.yokart-rating__provider a {
  pointer-events: none;
}

.section__badges img:not(:hover) {
  filter: grayscale(1);
}
@media (max-width: 575px) {
  .section__badges img {
    max-width: 95px;
  }
}

.section--benefit .section__header h3 {
  margin-top: 2rem;
}

.section--digital-marketing .section__head {
  padding: 6rem 0 10rem 0;
}
@media only screen and (max-width: 1199px) {
  .section--digital-marketing .section__head {
    padding: 6rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .section--digital-marketing .section__head {
    padding: 3.125rem 0 6rem 0;
  }
}

.digital-marketing-section {
  position: relative;
  top: -1px;
}
.digital-marketing-section ~ .cta {
  padding-top: 4rem;
}

.digital-marketing-pkg-wrapper {
  border: 1px solid #dee2e6;
  overflow: hidden;
}

.row [class*=col-]:last-child .digital-marketing-pkg__head,
.row [class*=col-]:last-child .digital-marketing-pkg__body {
  border: none;
}

.digital-marketing-pkg {
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.digital-marketing-pkg__head {
  background-color: #bae1fe;
  border-right: 1px solid #abd1ec;
}
@media only screen and (max-width: 1199px) {
  .digital-marketing-pkg__head {
    border: none;
  }
}
.digital-marketing-pkg__head h5 {
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  font-weight: 700;
  padding: 2.5rem clamp(1rem, 2vw, 2rem);
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .digital-marketing-pkg__head h5 {
    padding: 1.5rem clamp(1rem, 2vw, 2rem);
  }
}
.digital-marketing-pkg__body {
  padding: 2rem clamp(1rem, 2vw, 2rem);
  border-right: 1px solid #dee2e6;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .digital-marketing-pkg__body {
    border: none;
  }
}

.listing.list-disc li {
  font-weight: 500;
  font-size: 0.875rem;
}
.listing.list-disc li::before {
  background: #ee3e5a;
}

.faq-wrapper {
  background-color: #f3f3f3;
  padding: 6rem 0;
}
@media only screen and (max-width: 767px) {
  .faq-wrapper {
    padding: 0;
    background-color: #fff;
  }
}
.faq-wrapper .cta {
  padding-top: 2rem;
}

.faqs .group {
  margin-bottom: 15px;
  border: solid #e4e3e3 1px;
  font-weight: 500;
  position: relative;
  background-color: #fff;
}
.faqs .group.is-active .group-head h6:after {
  transform: rotate(135deg);
  top: 8px;
}
.faqs .group-head {
  padding: 1.25rem;
  cursor: pointer;
}
.faqs .group-head h6 {
  color: #464646;
  font-size: 1.125rem;
  font-weight: 600;
  padding-right: 40px;
  margin: 0;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .faqs .group-head h6 {
    font-size: 1rem;
  }
}
.faqs .group-head h6::after {
  border-bottom: 1px solid currentColor;
  border-left: 1px solid currentColor;
  content: "";
  height: 10px;
  position: absolute;
  right: 15px;
  top: 3px;
  transform: rotate(-45deg);
  width: 10px;
  transition: 0.3s ease-in-out all;
}
.faqs .group-body {
  padding: 1.25rem;
  padding-top: 0;
}
.faqs .group .answer p {
  font-size: 1rem;
}
.faqs .listing {
  padding-top: 1rem;
}
.faqs .listing li {
  font-size: 1rem;
}
.faqs .listing a {
  text-decoration: underline;
}

.package-wrapper {
  padding: 3rem 0rem;
}
@media only screen and (max-width: 1199px) {
  .package-wrapper {
    overflow: auto;
    padding-bottom: 1.5rem;
  }
}

span.old {
  font-size: 1rem;
  font-weight: normal;
  text-decoration: line-through;
  display: block;
  min-height: 30px;
  line-height: 1;
  padding-left: 0.5rem;
}

.package-link {
  text-decoration: underline;
  font-size: 13px !important;
  font-weight: 500;
}
.package-link:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media (max-width: 576px) {
  .package-link {
    display: block;
  }
}

.package {
  margin-bottom: 3rem;
  color: #000;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
  border-radius: 0rem 0rem 0.5rem 0.5rem;
  position: relative;
  overflow: hidden;
}
.package__header {
  border-radius: 0.5rem 0.5rem 0rem 0rem;
  padding: 0.25rem;
  background: rgb(2, 188, 200);
  color: #fff;
  text-align: center;
  background-color: #1c4456;
}
.package__note {
  font-size: 0.75rem;
  color: #000;
  display: block;
}
.package__offers {
  font-size: 0.75rem;
  color: #000;
  font-weight: 600;
}
.package__features {
  margin-top: 2rem;
}
.package__features > span {
  display: block;
  font-weight: 500;
  font-size: 0.875rem;
}
.package__title {
  font-size: 1.25rem;
  font-weight: 600;
  padding-bottom: 1rem;
  white-space: nowrap;
}
.package__title p {
  font-size: 0.75rem;
  color: #656565;
  font-weight: 500;
}
.package__price {
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  font-weight: 800;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.package .offer-tag {
  position: relative;
  font-size: 0.75rem;
  background-color: #ee3e5a;
  color: #fff;
  text-align: center;
  padding: 4px 30px 4px 12px;
  font-weight: 500;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 10px;
}
.package .offer-tag:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  border: 18px solid transparent;
  border-right-color: #bae1fe;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .pacakge-flex {
    display: flex;
  }
}
.pacakge-flex > * {
  flex: 0 0 50%;
  text-align: center;
  padding: clamp(2rem, 3vw, 3rem);
}
.pacakge-flex__left {
  background-color: #bae1fe;
  position: relative;
}
@media (min-width: 768px) {
  .pacakge-flex__left {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.pacakge-flex__right {
  background-color: #fff;
}
.pacakge-flex ul li {
  font-weight: 500;
  font-size: 0.875rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #efefef;
}
.pacakge-flex ul li:first-child {
  padding-top: 0;
  color: #108fed;
  white-space: nowrap;
}
.pacakge-flex ul li:last-child {
  border: none;
  padding-bottom: 0;
}
.pacakge-flex ul li span:not(.tool_tip) {
  font-size: 0.75rem;
  display: block;
}
.pacakge-flex .text--link {
  border-bottom: solid currentColor 2px;
  color: #000;
  padding: 0;
  font-size: 0.875rem;
}
.pacakge-flex .text--link:hover {
  color: #ee3e5a;
}
.pacakge-flex .text--link:after, .pacakge-flex .text--link:before {
  display: none;
}

.pacakge__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.75rem;
  gap: 10px;
}

.mobile-apps p:not(:last-child) {
  margin-bottom: 20px;
}
.mobile-apps .btn_group {
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  .mobile-apps .btn_group .text--link {
    font-size: 1.375rem;
  }
}
@media (max-width: 576px) {
  .mobile-apps .btn_group {
    margin-top: 2rem;
    display: flex;
    gap: 0.8rem;
    flex-direction: column;
  }
}
@media (min-width: 577px) {
  .mobile-apps .btn_group a + a {
    margin-left: 3rem;
  }
}
@media (max-width: 991px) {
  .mobile-apps img {
    margin-bottom: 2rem;
  }
}

.sticky--sidebar {
  position: sticky;
  top: 180px;
}

.industry-marketplaces {
  padding-left: calc(2rem + 1.7vw);
}
.industry-marketplaces h2 {
  padding-bottom: 1rem;
}
@media only screen and (max-width: 991px) {
  .industry-marketplaces {
    padding: 2rem 0 0 0;
  }
}
.industry-marketplaces .text__wrapper {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .industry-marketplaces .text__wrapper {
    margin-bottom: 2rem;
  }
}
.industry-marketplaces .text__wrapper:last-child {
  margin-bottom: 0;
}
.industry-marketplaces .text__wrapper h5 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .industry-marketplaces .text__wrapper h5 {
    margin-bottom: 0.5rem;
  }
}

.cta-pt-4 {
  padding-top: 4rem;
}

@media (max-width: 767px) {
  .section--featured {
    border-top: 1px solid #dee2e6;
  }
}

@media (min-width: 1200px) {
  .br {
    display: block;
  }
}

.form-wrap {
  max-width: 700px;
  margin: 0 auto 3rem;
  padding: calc(1rem + 1.5vw);
  box-shadow: 0.15vw 0.3vw 2.5vw 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background-color: #fff;
}

.form--ppc .form-group {
  padding-bottom: 2rem;
  position: relative;
}
.form--ppc .form-group h6 {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 1rem;
}
.form--ppc input[type=text],
.form--ppc input[type=email],
.form--ppc input[type=phone],
.form--ppc input[type=search],
.form--ppc input[type=password],
.form--ppc input[type=tel],
.form--ppc textarea,
.form--ppc select,
.form--ppc input[type=number],
.form--ppc input[type=file] {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #727491;
  border-radius: 0;
  height: 42px;
  padding: 0;
  width: 100%;
  color: #000;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  transition: 0.25s all ease-in-out;
  display: block;
}
.form--ppc input[type=text]:focus,
.form--ppc input[type=email]:focus,
.form--ppc input[type=phone]:focus,
.form--ppc input[type=search]:focus,
.form--ppc input[type=password]:focus,
.form--ppc input[type=tel]:focus,
.form--ppc textarea:focus,
.form--ppc select:focus,
.form--ppc input[type=number]:focus,
.form--ppc input[type=file]:focus {
  border-color: #000;
  outline: none;
}
.form--ppc input[type=text]:hover,
.form--ppc input[type=email]:hover,
.form--ppc input[type=phone]:hover,
.form--ppc input[type=search]:hover,
.form--ppc input[type=password]:hover,
.form--ppc input[type=tel]:hover,
.form--ppc textarea:hover,
.form--ppc select:hover,
.form--ppc input[type=number]:hover,
.form--ppc input[type=file]:hover {
  border-color: #acadb9;
}
.form--ppc input:-webkit-autofill,
.form--ppc textarea:-webkit-autofill,
.form--ppc select:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.form--ppc select {
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 50px;
  background-image: url(/images/down-arrow.png);
  background-size: 14px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) center;
  line-height: inherit;
}
.form--ppc textarea {
  height: 120px;
  max-height: 200px;
  padding: 15px 0;
  resize: none;
  line-height: 1.6;
}
.form--ppc input[type=file] {
  padding: 10px;
  height: auto;
}
.form--ppc .form-label {
  color: #1b1b1b;
  font-size: 1rem;
  font-weight: 500;
  display: block;
}
.form--ppc .form-label span {
  font-size: 11px;
  color: #858585;
  margin-left: 3px;
  margin-top: 2px;
}
.form--ppc input.error,
.form--ppc select.error,
.form--ppc textarea.error {
  border-color: red !important;
}
.form--ppc .error {
  border-color: red;
  color: red;
  font-size: 14px;
}
.form--ppc .error .iti--allow-dropdown {
  border-color: red;
}
.form--ppc .error iframe {
  border: 1px solid red;
}
.form--ppc input.form-button,
.form--ppc button.form-button {
  background: #ee3e5a;
  color: #fff;
  border: none;
  padding: 5px 30px;
  font-size: 1.25rem;
  height: 50px;
  display: block;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #ee3e5a;
  min-width: 200px;
  margin: 0 auto;
}
.form--ppc input.form-button:hover,
.form--ppc button.form-button:hover {
  background: #fff;
  color: #ee3e5a;
  border: 1px solid #ee3e5a;
}
.form--ppc input.form-button {
  margin: 0 auto;
  margin-bottom: 4px;
}
@media (min-width: 1200px) {
  .form--ppc input.form-button {
    min-width: 300px;
  }
}
.form--ppc .form-questionnaire {
  padding-top: 5px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.form--ppc .small-content {
  font-size: 12px;
  font-weight: 500;
  display: block;
  text-align: center;
}

.featured-card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: clamp(1rem, 2vw, 2rem);
  max-width: 1360px;
  margin: auto;
}
@media (max-width: 767px) {
  .featured-card-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1rem;
  }
  .featured-card-list p {
    font-size: 13px;
  }
}

.featured-card {
  display: flex;
  flex-direction: column;
  padding: clamp(1.2rem, 2vw, 2.5rem);
  gap: clamp(1.5rem, 2vw, 2rem);
  background-color: #fff;
}
.featured-card__media svg {
  max-width: 50px;
  max-height: 50px;
  fill: #ee3e5a;
}
.featured-card__content h6 {
  font-weight: 600;
  font-size: clamp(1.1rem, 1.3vw, 1.3rem);
}

.casestudies-wrapper {
  margin: 0 auto;
  margin-bottom: 4rem;
}
@media (max-width: 1199px) {
  .casestudies-wrapper {
    margin-bottom: 2rem;
  }
}

.casestudy-slider {
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .casestudy-slider {
    margin: 0 -0.75rem;
  }
}
.casestudy-slider .slick-slide {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
}
.casestudy-slider__item {
  padding: 0 0.75rem;
}

.casestudies {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 1.25vw, 1.25rem);
  padding: 1rem 0;
}

.casestudy {
  position: relative;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  aspect-ratio: 14/9;
  border-radius: 4px;
  transition: all 0.3s ease-in-out 0s;
}
.casestudy .casestudy__media {
  overflow: hidden;
}
.casestudy:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.casestudy:hover .casestudy__media picture img {
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .casestudy:hover .casestudy__content .text-link {
    transform: translateY(0%);
  }
}
.casestudy__media picture img {
  width: 100%;
}
.casestudy__media img {
  transition: all 0.3s ease-in-out 0s;
}
.casestudy__media .country-flag {
  position: absolute;
  top: -1px;
  right: 0;
  z-index: 1;
  width: 55px;
  overflow: hidden;
  aspect-ratio: 9/6;
}
.casestudy__media .country-flag img {
  object-fit: cover;
  width: 100%;
}
.casestudy .casestudy__content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6784313725);
  color: #fff;
}
.casestudy .casestudy__content h5 {
  margin: 0;
}
.casestudy .casestudy__content p {
  font-weight: 400;
  font-size: 1rem;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .casestudy .casestudy__content p {
    margin-top: 10px;
    line-height: 1.3;
  }
}
.casestudy .casestudy__content .country {
  margin-top: clamp(1rem, 2vw, 2rem);
  margin-bottom: 0.5rem;
}
.casestudy .casestudy__content .text-link {
  margin-top: 2rem;
  text-decoration: underline;
  font-size: 14px;
}
@media (min-width: 768px) {
  .casestudy .casestudy__content .text-link {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #ee3e5a;
    color: #fff;
    padding: 0.5rem 1rem;
    border-top-left-radius: 4px;
    transform: translateY(100%);
    font-weight: 600;
    text-decoration: none;
  }
  .casestudy .casestudy__content .text-link:hover {
    text-decoration: underline;
  }
}

.grids-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
@media (max-width: 576px) {
  .grids-wrap {
    gap: 1rem;
  }
}
.grids-wrap .badges-img {
  max-width: 120px;
}
@media (max-width: 1199px) {
  .grids-wrap .badges-img {
    max-width: 90px;
  }
}
@media (max-width: 767px) {
  .grids-wrap {
    justify-content: center;
  }
  .grids-wrap > * {
    flex: 0 0 29%;
  }
}
.grids-wrap picture {
  background-color: transparent;
  padding: 0;
}

.table {
  border: 1px solid #e7e8e8;
  border-spacing: inherit;
  border-radius: 8px;
  overflow: hidden;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 767px) {
  .table {
    width: 700px;
  }
}
.table thead {
  background: #012936;
  color: #fff;
}
.table thead th {
  padding: 15px;
  font-size: clamp(1rem, 1.3vw, 1.3rem);
}
@media (max-width: 767px) {
  .table thead th {
    font-weight: 600;
    padding: 15px;
  }
}
.table .listing {
  padding: clamp(2rem, 3vw, 3rem);
}
.table .listing li {
  font-weight: 400;
}
@media (max-width: 991px) {
  .table .listing li {
    font-size: 14px;
  }
}
.table .listing li:last-child {
  padding-bottom: 0;
}
.table tbody th > div {
  background: #bae1fe;
  padding: 10px;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
}
.table tbody tr:has(td) td:first-child {
  border-right: 1px solid #e7e8e8;
}
.table tbody tr > * {
  vertical-align: top;
}
@media (min-width: 1200px) {
  .table tbody tr > *:last-child:not(th) {
    padding-right: clamp(1rem, 2.5vw, 2.5rem);
  }
}
@media (min-width: 1200px) {
  .table tbody tr > *:first-child:not(th) {
    padding-left: clamp(1rem, 2.5vw, 2.5rem);
  }
}
.table tbody tr th {
  padding: 0;
}

.grids-wrap img:not(:hover) {
  filter: grayscale(0);
}

.section-sticker {
  background-color: #bae1fe;
  background-repeat: no-repeat;
  background-position: right center;
}
@media (min-width: 1200px) {
  .section-sticker {
    background-size: contain;
  }
}
@media (max-width: 1199px) {
  .section-sticker {
    background: #bae1fe;
    background-size: cover;
  }
}
.section-sticker h3 {
  max-width: 530px;
  font-weight: 600;
  margin-bottom: 10px;
}
.section-sticker h3 b {
  font-weight: 800;
}

.counter-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}
@media (max-width: 1199px) {
  .counter-row {
    overflow: auto;
    grid-gap: 1rem;
    padding-bottom: 1rem;
  }
}

.counter__number {
  display: block;
  min-width: 100px;
  font-size: clamp(2.5rem, 3.5vw, 4rem);
  color: #000;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media (max-width: 1199px) {
  .counter__number {
    font-size: 2rem;
  }
}
.counter__label {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
}
.counter-colm {
  padding: 0 2rem;
  position: relative;
}

@media (min-width: 768px) {
  .card-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0px 0px -30px;
  }
}
@media (max-width: 767px) {
  .card-wrapper {
    margin: 0;
    margin-top: 1.25rem;
  }
}
@media (min-width: 768px) {
  .card-wrapper .card {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    flex: 0 0 32%;
  }
}
@media (max-width: 767px) {
  .card-wrapper .card {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #ddd;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .card-wrapper .card {
    flex: 0 0 48%;
  }
}
.card-wrapper .card:hover .card__disc {
  opacity: 1;
  height: 100%;
  z-index: 999;
}
@media (min-width: 1200px) {
  .card-wrapper .card:hover .card__title {
    top: 50px;
    z-index: 9999;
    color: #000;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0;
  }
}
.card-wrapper .card__info {
  position: relative;
}
@media (max-width: 1199px) {
  .card-wrapper .card__info {
    display: none;
  }
}
.card-wrapper .card__info::before {
  content: attr(title);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9;
  font-size: calc(1.125rem + 0.315vw);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.card-wrapper .card__info img {
  width: 100%;
  object-fit: cover;
  display: block;
  position: relative;
}
.card-wrapper .card__info h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  z-index: 99;
  font-weight: 600;
  width: 100%;
  text-align: center;
  transition: 0.8s ease;
}
@media (min-width: 1200px) {
  .card-wrapper .card__disc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    height: 0;
    bottom: 0;
    opacity: 0;
    padding: 35px 15px;
    transition: 0.3s ease;
    text-align: center;
    background-color: #f3f3f2;
  }
  .card-wrapper .card__disc img {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .card-wrapper .card__disc {
    padding: 20px 15px;
  }
}
.card-wrapper .card__disc p {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .card-wrapper .card__disc p {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .card-wrapper .card__disc .data-acces {
    display: none;
    margin-top: 1rem;
  }
}
.card-wrapper .card__disc .data-acces__link {
  margin-top: 1rem;
  font-weight: 600;
  display: block;
}
.card-wrapper .card__disc .data-acces__link a {
  color: #df2e57;
  margin-left: 0.25rem;
}
.card-wrapper .card__disc .data-acces__link a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 992px) and (orientation: landscape) {
  .card-wrapper .card__disc {
    opacity: 1;
    height: 100%;
    z-index: 999;
  }
}
@media (max-width: 767px) {
  .card-wrapper .card__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    font-weight: 600;
    gap: 1rem;
    cursor: pointer;
    margin: 0;
    font-size: 1rem;
  }
  .card-wrapper .card__title::after {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    content: "";
    height: 10px;
    position: relative;
    transform: rotate(-45deg);
    width: 10px;
    transition: 0.25s ease-in-out all;
  }
  .card-wrapper .card__title.active::after {
    transform: rotate(-225deg);
  }
}

.tooltip {
  background: #fff;
  width: max-content;
  border-radius: 3px;
  padding: 2px 6px;
  border: 1px solid #adadad;
  position: relative;
  font-size: 14px;
  z-index: 9;
}

@media (max-width: 767px) {
  .map-main {
    overflow-x: auto;
  }
}

.map-wrapper {
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .map-wrapper {
    width: 100%;
    margin-bottom: calc(2rem + 2.5vw);
  }
}
@media (max-width: 767px) {
  .map-wrapper {
    min-width: 768px;
    overflow-x: auto;
  }
  .map-wrapper picture {
    width: 100%;
  }
  .map-wrapper picture img {
    width: 100%;
  }
}
.map-wrapper .map-pin {
  position: absolute;
  width: 8px;
  height: 5px;
}
.map-wrapper .map-pin i {
  width: 16px;
  height: 16px;
  background-color: #df2e57;
  border-radius: 60px 60px 0px 60px;
  position: relative;
  transform: translate(-4px, -18px) rotate(45deg);
  display: block;
  z-index: 1;
  cursor: pointer;
}
.map-wrapper .map-pin i::after {
  content: "";
  width: 8px;
  height: 8px;
  background: rgba(34, 34, 34, 0.3098039216);
  position: absolute;
  left: 26%;
  top: 26%;
  border-radius: 60px;
}
.map-wrapper .map-pin:before, .map-wrapper .map-pin:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0px;
  left: 0;
  margin: auto;
  transform: scale(0);
  transform-origin: center center;
  animation: pulse-me 1s linear infinite;
}
.map-wrapper .map-pin:after {
  animation-delay: 0.05s;
}

@media (max-width: 991px) {
  .hide-mob {
    overflow: scroll;
  }
}
@media (max-width: 767px) {
  .hide-mob {
    display: none;
  }
}

.arrow-scroll a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 4rem;
}
.arrow-scroll a span {
  display: block;
  color: #ee3e5a;
  font-size: 18px;
  font-weight: 500;
}

.arrow-container {
  width: 16px;
  animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  cursor: pointer;
  height: 20px;
  margin-top: 1.5rem;
}
.arrow-container .arrow-down {
  height: 2px;
  background: #ee3e5a;
  transform: rotate(45deg);
  transform-origin: 0% 0%;
  border-radius: 3px;
}
.arrow-container .arrow-down:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 100%;
  border-radius: 3px;
  background: #ee3e5a;
  transform: rotate(-90deg);
  transform-origin: 0% 100%;
}

@keyframes bounce {
  50% {
    transform: translateY(-15px);
  }
}
.offer-tag {
  position: relative;
  font-size: 0.75rem;
  background-color: #ee3e5a;
  color: #fff;
  text-align: center;
  padding: 4px 30px 4px 12px;
  font-weight: 500;
  overflow: hidden;
  left: 0;
  top: -5px;
}
.offer-tag:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  border: 18px solid transparent;
  border-right-color: #bae1fe;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.js--tabs {
  display: flex;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
  border: 2px solid #ee3e5a;
  border-radius: 10px;
  overflow: hidden;
}
.js--tabs li {
  flex: 0 0 50%;
  max-width: 50%;
}
.js--tabs li a {
  display: block;
  text-align: center;
  padding: 0.8rem 1rem;
  font-weight: 600;
  color: #ee3e5a;
  font-size: 16px;
}
@media (max-width: 767px) {
  .js--tabs li a {
    font-size: 14px;
    padding: 8px 10px;
  }
}
@media (max-width: 576px) {
  .js--tabs li a {
    font-size: 11px;
  }
}
.js--tabs li a.current {
  color: #fff;
  background-color: #ee3e5a;
}

.tabs-body {
  margin-top: 2.5rem;
}
.tabs-body .grid__footer-cta {
  display: grid;
  text-align: center;
  padding-bottom: 0px;
}
@media only screen and (min-width: 992px) {
  .tabs-body .grid__footer-cta {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: clamp(1rem, 2.5vw, 2.5rem);
  }
}
@media only screen and (max-width: 991px) {
  .tabs-body .grid__footer-cta {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .tabs-body .grid__footer-cta {
    grid-gap: 1rem;
  }
}
.tabs-body .grid__footer-cta.demo-wrap {
  margin: 0 auto;
}
.tabs-body .grid__footer-cta.demo-wrap .grid_footer-cols .demo-img {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.tabs-body .grid__footer-cta.demo-wrap .grid_footer-cols .demo-img picture {
  display: block;
  background: #dddddd;
  aspect-ratio: 1/1.5;
}
.tabs-body .grid__footer-cta.demo-wrap .grid_footer-cols .demo-img img {
  transition: all 0.3s ease-in-out 0s;
}
.tabs-body .grid__footer-cta.demo-wrap .grid_footer-cols .demo-img:hover picture img {
  transform: scale(1.1);
}
.tabs-body .grid__footer-cta.demo-wrap .grid_footer-cols .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #ee3e5a;
  padding: 0.5rem 1rem;
}
@media (max-width: 576px) {
  .tabs-body .grid__footer-cta.demo-wrap .grid_footer-cols .txt {
    font-size: 12px;
    padding: 4px 6px;
  }
}
.tabs-body .grid__footer-cta.demo-wrap .grid_footer-cols .text-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.tabs-body-content:not(.visible) {
  display: none;
}

.key-players {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: clamp(2rem, 4vw, 4rem);
}
.key-players .player-name {
  padding: 2rem;
  max-width: 24%;
  flex: 0 0 24%;
  text-align: center;
  font-size: clamp(1rem, 1.9vw, 1.9rem);
  font-weight: 700;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .key-players .player-name {
    max-width: 46%;
    flex: 0 0 46%;
    padding: 1.5rem 1rem;
  }
}
.key-players .player-name:first-child:hover {
  background-color: #fef0e9;
}
.key-players .player-name:nth-child(2):hover {
  background-color: #fef6ed;
}
.key-players .player-name:nth-child(3):hover {
  background-color: #ebf0fe;
}
.key-players .player-name:nth-child(4):hover {
  background-color: #fefaeb;
}
.key-players .player-name:nth-child(5):hover {
  background-color: #e6f1f3;
}
.key-players .player-name:nth-child(6):hover {
  background-color: #faede7;
}
.key-players .player-name:nth-child(7):hover {
  background-color: #ffebed;
}
.key-players .player-name:nth-child(8):hover {
  background-color: #f3e6ee;
}

.hero-banner-whyyokart {
  position: relative;
}

.hero-banner-sticky {
  position: absolute;
  right: 0;
  top: 47%;
  transform: translateY(-50%);
}
.hero-banner-sticky img {
  width: clamp(37.5rem, 44.743vw + 8.809rem, 62.5rem);
}
@media (max-width: 1199px) {
  .hero-banner-sticky {
    width: 500px;
  }
}

/*# sourceMappingURL=multivendor-ecommerce-marketplace-platform.css.map */
=======
@font-face{font-family:"Montserrat";src:url("/fonts/montserrat-variable.woff2") format("woff2");font-weight:100 900;font-style:normal;font-display:swap}.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:1rem;padding-left:1rem}}@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:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;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>*{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;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{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}@media (min-width: 576px){.col-sm{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-sm-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-sm-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-sm-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-sm-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-sm-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-sm-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}}@media (min-width: 768px){.col-md{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-md-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-md-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-md-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-md-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-md-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-md-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}}@media (min-width: 992px){.col-lg{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-lg-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-lg-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-lg-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-lg-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-lg-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-lg-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}}@media (min-width: 1200px){.col-xl{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-xl-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-xl-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-xl-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-xl-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-xl-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-xl-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}}@media (min-width: 1400px){.col-xxl{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-xxl-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-xxl-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-xxl-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-xxl-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-xxl-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-xxl-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-xxl-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-xxl-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-xxl-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-xxl-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-xxl-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-xxl-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-xxl-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-xxl-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-xxl-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-xxl-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-xxl-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-xxl-12{-webkit-box-flex:0;-ms-flex:0 0 auto;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:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}.d-none{display:none !important}.flex-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.flex-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.justify-content-evenly{-webkit-box-pack:space-evenly !important;-ms-flex-pack:space-evenly !important;justify-content:space-evenly !important}.align-items-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-stretch{-ms-flex-item-align:stretch !important;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:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-sm-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}.d-sm-none{display:none !important}.flex-sm-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-sm-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-sm-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-sm-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-sm-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-sm-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-sm-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-sm-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-sm-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.flex-sm-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-sm-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-sm-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-sm-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-sm-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-sm-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-sm-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.justify-content-sm-evenly{-webkit-box-pack:space-evenly !important;-ms-flex-pack:space-evenly !important;justify-content:space-evenly !important}.align-items-sm-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-sm-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-sm-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-sm-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-sm-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-sm-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-sm-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-sm-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-sm-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-sm-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-sm-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-sm-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-sm-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-sm-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-sm-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-sm-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-sm-stretch{-ms-flex-item-align:stretch !important;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:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-md-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}.d-md-none{display:none !important}.flex-md-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-md-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-md-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-md-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-md-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-md-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-md-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-md-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-md-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.flex-md-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-md-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-md-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-md-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-md-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-md-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-md-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.justify-content-md-evenly{-webkit-box-pack:space-evenly !important;-ms-flex-pack:space-evenly !important;justify-content:space-evenly !important}.align-items-md-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-md-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-md-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-md-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-md-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-md-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-md-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-md-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-md-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-md-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-md-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-md-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-md-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-md-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-md-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-md-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-md-stretch{-ms-flex-item-align:stretch !important;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:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-lg-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}.d-lg-none{display:none !important}.flex-lg-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-lg-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-lg-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-lg-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-lg-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-lg-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-lg-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-lg-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-lg-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.flex-lg-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-lg-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-lg-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-lg-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-lg-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-lg-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-lg-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.justify-content-lg-evenly{-webkit-box-pack:space-evenly !important;-ms-flex-pack:space-evenly !important;justify-content:space-evenly !important}.align-items-lg-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-lg-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-lg-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-lg-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-lg-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-lg-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-lg-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-lg-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-lg-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-lg-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-lg-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-lg-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-lg-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-lg-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-lg-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-lg-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-lg-stretch{-ms-flex-item-align:stretch !important;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:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-xl-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}.d-xl-none{display:none !important}.flex-xl-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-xl-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-xl-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-xl-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-xl-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-xl-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-xl-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-xl-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-xl-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.flex-xl-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-xl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-xl-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-xl-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-xl-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-xl-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-xl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.justify-content-xl-evenly{-webkit-box-pack:space-evenly !important;-ms-flex-pack:space-evenly !important;justify-content:space-evenly !important}.align-items-xl-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-xl-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-xl-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-xl-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-xl-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-xl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-xl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-xl-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-xl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-xl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-xl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-xl-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-xl-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-xl-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-xl-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-xl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-xl-stretch{-ms-flex-item-align:stretch !important;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:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-xxl-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-xxl-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-xxl-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-xxl-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-xxl-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-xxl-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-xxl-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-xxl-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-xxl-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.flex-xxl-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-xxl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-xxl-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-xxl-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-xxl-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-xxl-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-xxl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.justify-content-xxl-evenly{-webkit-box-pack:space-evenly !important;-ms-flex-pack:space-evenly !important;justify-content:space-evenly !important}.align-items-xxl-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-xxl-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-xxl-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-xxl-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-xxl-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-xxl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-xxl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-xxl-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-xxl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-xxl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-xxl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-xxl-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-xxl-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-xxl-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-xxl-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-xxl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-xxl-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 1200px){.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order: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;-webkit-transition:0.25s ease-in-out all;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;-webkit-transition:height 0s linear, -webkit-transform 0.6s ease-in-out;transition:height 0s linear, -webkit-transform 0.6s ease-in-out;transition:height 0s linear, transform 0.6s ease-in-out;transition:height 0s linear, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;-webkit-transition-delay:0.6s, 0s, 0s;transition-delay:0.6s, 0s, 0s;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.header__hamburger.open span{height:0;-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);-webkit-transition:width 0s linear, -webkit-transform 0s ease;transition:width 0s linear, -webkit-transform 0s ease;transition:width 0s linear, transform 0s ease;transition:width 0s linear, transform 0s ease, -webkit-transform 0s ease;-webkit-transition-delay:0.3s, 0.6s, 0.6s;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:"";-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:top 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;transition:top 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;transition:top 0.3s ease, width 0.3s ease, transform 0.3s ease;transition:top 0.3s ease, width 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;-webkit-transition-delay:0.9s, 0.9s, 0.6s, 0.6s;transition-delay:0.9s, 0.9s, 0.6s, 0.6s}.header__hamburger.open span:after{top:0;width:24px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition-delay:0s, 0s, 0.3s, 0.3s;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:"";-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:top 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;transition:top 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;transition:top 0.3s ease, width 0.3s ease, transform 0.3s ease;transition:top 0.3s ease, width 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;-webkit-transition-delay:0.9s, 0.9s, 0.6s, 0.6s;transition-delay:0.9s, 0.9s, 0.6s, 0.6s}.header__hamburger.open span:before{top:0;width:24px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition-delay:0s, 0s, 0.3s, 0.3s;transition-delay:0s, 0s, 0.3s, 0.3s}@-webkit-keyframes shakeee{0%{-webkit-transform:translate(1px, 0);transform:translate(1px, 0)}20%{-webkit-transform:translate(-2px, 0);transform:translate(-2px, 0)}40%{-webkit-transform:translate(3px, 0);transform:translate(3px, 0)}60%{-webkit-transform:translate(-3px, 0);transform:translate(-3px, 0)}80%{-webkit-transform:translate(4px, 0);transform:translate(4px, 0)}100%{-webkit-transform:translate(-2px, 0);transform:translate(-2px, 0)}}@keyframes shakeee{0%{-webkit-transform:translate(1px, 0);transform:translate(1px, 0)}20%{-webkit-transform:translate(-2px, 0);transform:translate(-2px, 0)}40%{-webkit-transform:translate(3px, 0);transform:translate(3px, 0)}60%{-webkit-transform:translate(-3px, 0);transform:translate(-3px, 0)}80%{-webkit-transform:translate(4px, 0);transform:translate(4px, 0)}100%{-webkit-transform:translate(-2px, 0);transform:translate(-2px, 0)}}.notification-bar{position:relative;z-index:1;background-color:#0291c1;text-align:center;width:100%;top:0;-webkit-transition:0.5s all ease-in-out;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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;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;-webkit-animation:shakeee 0.4s linear;animation:shakeee 0.4s linear;-webkit-animation-iteration-count:3;animation-iteration-count:3}.notification-bar-close{height:100%;position:absolute;right:0;top:calc(50% + 4px);width:40px;z-index:9;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);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;-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);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;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);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{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}@media only screen and (max-width: 575px){.display_topbar .notification-bar .notification-bar-close{top:20px}}:root{--goquick-price: "$1249";--goquick-boost-price: "$3499";--goquick-plus-price: "$2499";--goquick-ultra: "Quote"}.goquick-price::after{content:var(--goquick-price)}.goquick-plus-price::after{content:var(--goquick-plus-price)}.goquick-boost-price::after{content:var(--goquick-boost-price)}.goquick-ultra::after{content:var(--goquick-ultra)}.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:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:1rem;vertical-align:middle}.contactblock .btn{min-width:auto;font-size:14px;text-transform:uppercase;font-weight:700}@media (max-width: 1399px){.contactblock .btn{font-size:12px;padding:0.625rem 1rem}}.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"]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.b2b-header-cta{display:none !important}html:not(.tg-popup) #header{z-index:999999}#header.open{z-index:99999999 !important}#header{background-color:#fff;position:sticky;top:0;width:100%;border-bottom:1px solid #dfdfdf;-webkit-transition:-webkit-transform 0.3s ease-in-out;transition:-webkit-transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;z-index:9}.header{display:-webkit-box;display:-ms-flexbox;display:flex;gap:clamp(10px, 2.5vw, 2.5rem);background:#fff;padding:15px 0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header .logo svg,.header .logo img{width:130px;height:40px;display:block}@media (max-width: 1499px){.header .logo svg,.header .logo img{width:100px;margin:0}}.header .header__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:calc(clamp(1.25rem, 2.308vw - 0.769rem, 2rem))}@media (min-width: 1200px){.header .header__right{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:1;-ms-flex:1;flex:1}}@media (min-width: 1200px){.header .header__right .contactblock{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.nav-menu{-webkit-box-flex:1;-ms-flex:1;flex:1}@media (min-width: 1200px) and (max-width: 1499px){.nav-menu{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.2rem}}@media (min-width: 1500px){.nav-menu{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2.3rem}}.nav-menu__link{font-weight:600;cursor:pointer}@media (min-width: 1200px){.nav-menu__link{font-size:calc(clamp(0.813rem, 0.417vw + 0.5rem, 1rem))}}.nav-menu__link .badge{padding:3px 8px 3px 8px;background-color:#df2e57;color:#fff;line-height:10px;font-size:12px;border-radius:6px;font-weight:600;text-transform:uppercase}@media (min-width: 1200px){.nav-menu__link .badge{position:absolute;top:-25px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);padding:6px 8px 4px 10px}.nav-menu__link .badge:after{position:absolute;content:"";left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:100%;border:5px solid transparent;border-top-color:#df2e57}}@media (min-width: 1199px) and (max-width: 1599px){.nav-menu__link{font-size:14px}}.nav-menu>li{position:relative;line-height:normal}@media (max-width: 1199px){.nav-menu>li:not(:last-of-type){margin-bottom:1.5rem}}@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;-webkit-transition:0.3s;transition:0.3s}}.nav-menu>li.has-dropdown .nav-menu__link{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}@media (max-width: 1199px){.nav-menu>li.has-dropdown .nav-menu__link{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.nav-menu>li.has-dropdown .nav-menu__link::after{content:"";height:8px;position:relative;background-color:transparent;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:8px;border-right:2px solid;border-bottom:2px solid;-webkit-transition:0.3s;transition:0.3s;-webkit-transition:all 0.3s ease, color 1ms;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:#00000059;height:100%;position:fixed;left:0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);-webkit-transition:0.3s;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 .nav-menu__link{color:#df2e57}.nav-menu>li.active.has-dropdown .nav-menu__link::after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);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;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}@media (min-width: 1200px){.dropdown-wrapper{position:fixed;width:100%;left:0;background-color:#fff}.dropdown-wrapper .dropdown{display:-webkit-box;display:-ms-flexbox;display:flex}.dropdown-wrapper .dropdown>*{padding:2rem 2rem 3rem;opacity:0;-webkit-transform:translateY(-4%);-ms-transform:translateY(-4%);transform:translateY(-4%);-webkit-transition:opacity 0.3s, -webkit-transform 0.4s;transition:opacity 0.3s, -webkit-transform 0.4s;transition:opacity 0.3s, transform 0.4s;transition:opacity 0.3s, transform 0.4s, -webkit-transform 0.4s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-box-flex:1;-ms-flex:1;flex:1}.dropdown-wrapper .dropdown>*:not(:last-child){border-right:1px solid #dedede}.dropdown-wrapper .dropdown>*:first-child{padding-left:0;-webkit-transition-delay:0.4s;transition-delay:0.4s}.dropdown-wrapper .dropdown>*:nth-child(2){-webkit-transition-delay:0.6s;transition-delay:0.6s}.dropdown-wrapper .dropdown>*:last-child{-webkit-transition-delay:0.8s;transition-delay:0.8s;padding-right:0}.dropdown-wrapper .dropdown>*:last-child:has(.article){-webkit-box-flex:0;-ms-flex:0 0 calc(285px + 3rem);flex:0 0 calc(285px + 3rem)}}@media (min-width: 1200px) and (min-width: 1500px){.dropdown-wrapper .dropdown>*:last-child:has(.article){-ms-flex-item-align:end;align-self:flex-end}}@media (min-width: 1200px){.dropdown-wrapper .dropdown>*:last-child.blog{-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%;-ms-flex-item-align:normal;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;-webkit-box-flex:1;-ms-flex:1;flex:1}.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-grid.gap-0{grid-gap:0}.dropdown-wrapper .dropdown .menu-grid .mb-0{margin-bottom:0 !important}.dropdown-wrapper .dropdown .menu-card{display:block;padding:1rem;border-radius:5px;-webkit-transition:0s;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:-webkit-box;display:-ms-flexbox;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{-webkit-box-flex:0;-ms-flex:0 0 30px;flex:0 0 30px;max-width:30px}}@media (min-width: 1200px) and (min-width: 1600px){.dropdown-wrapper .dropdown .menu-card--flex.icons .media{-webkit-box-flex:0;-ms-flex:0 0 32px;flex:0 0 32px;max-width:32px}}@media (min-width: 1200px){.dropdown-wrapper .dropdown .menu-card--flex:not(.icons){-webkit-box-align:center;-ms-flex-align:center;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{-webkit-box-flex:0;-ms-flex:0 0 170px;flex:0 0 170px;max-width:170px}}@media (min-width: 1200px) and (min-width: 1600px){.dropdown-wrapper .dropdown .menu-card--flex:not(.icons) .media{-webkit-box-flex:0;-ms-flex:0 0 200px;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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem;padding:1rem;-webkit-transition:0.3s;transition:0.3s;border-radius:5px;overflow:hidden}.dropdown-wrapper .dropdown .blog-list__item:hover{background:#fde8eb}.dropdown-wrapper .dropdown .blog-list__item .media{-webkit-box-flex:0;-ms-flex:0 0 144px;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:#df2e57 !important}.dropdown-wrapper .dropdown .article .btn--outline-primary:hover{background-color:#df2e57 !important;color:#fff !important;border-color:#df2e57 !important}.dropdown-wrapper .dropdown .article .btn-row{display:-webkit-box;display:-ms-flexbox;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;-webkit-transition:0.25s ease-in-out;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}}@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}@-webkit-keyframes blinker{0%{opacity:1}50%{opacity:0}100%{opacity:1}}@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;-webkit-box-flex:0;-ms-flex:0 0 22px;flex:0 0 22px;border-radius:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack: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;-webkit-transform:rotate(316deg);-ms-transform:rotate(316deg);transform:rotate(316deg);top:6px}#remaining-chars:empty{display:none}.sticky{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;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);color:#fff !important;padding:4px 8px;background:#df2e57;border:1px solid #df2e57;border-radius:3px;font-size:14px}.sticky a:hover{background:#ee3e5a;-webkit-animation:none;animation:none}@media (max-width: 767px){.sticky a{padding:4px 8px;font-size:14px}}.dash{position:relative;margin:0.5rem}.dash::after{position:absolute;content:"";left:50%;top:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -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%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);height:20px;width:2px;background-color:#fff}@media (max-width: 1199px){.case-study--card{margin-bottom:10px;display:block}}.case-study--card .media picture{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:end;height:30px}.case-study--card .media picture img{max-height:100%;margin:0}.case-study--card .content h6{font-size:16px}.case-study--card .content p{font-weight:400;display:block}@media (max-width: 1199px){.case-study--card .content p span{display:none}}.case-study--card .content p strong{font-weight:400}@media (min-width: 1200px){.case-study--card .content p strong{font-weight:600}}.sticky--christmas{background:radial-gradient(circle, #005270, #080c10 100%);position:relative;overflow:hidden;color:#f9c87f}.sticky--christmas strong{color:#f9c87f !important}.sticky--christmas .vertical-line::after{background-color:#fff}.sticky--christmas::after{content:"";pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;background-image:url("../../images/christmas/christmas-bg.png")}.sticky--christmas .item-sticky{position:absolute;z-index:1;pointer-events:none}@media (max-width: 991px){.sticky--christmas .item-sticky{display:none}}.sticky--christmas .item-sticky-1{left:0;top:8px;-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.sticky--christmas .item-sticky-2{right:0;top:8px}.sticky--christmas .sticky__content{position:relative;z-index:1}.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{-webkit-transform:rotate(-225deg);-ms-transform:rotate(-225deg);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;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);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:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (max-width: 767px){.footer-links ul{display:block}}@media (max-width: 1200px){.footer-links ul li{-webkit-box-flex:0;-ms-flex:0 0 33.33%;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{-webkit-box-flex:49%;-ms-flex:49%;flex:49%;max-width:49%}}@media (max-width: 767px){.footer-links ul.how-to-buld--wrap li{max-width:100%}}.footer-bottom{color:#d9d9d9;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{-webkit-box-flex:100%;-ms-flex:100%;flex:100%}}@media screen and (max-width: 1400px){.footer-social-links{text-align:center;-webkit-box-flex:100%;-ms-flex:100%;flex:100%}.footer-social-links .social-nav{text-align:center}.footer-social-links .links--horizontal{-webkit-box-pack:center;-ms-flex-pack:center;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:-webkit-box;display:-ms-flexbox;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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 1360px){.links--horizontal{-webkit-box-pack:center;-ms-flex-pack:center;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;-webkit-transition:0.3s;transition:0.3s}.open-popups .fixed-right-btn{opacity:1;visibility:visible}@media (min-width: 1200px){.hideheader .footer-fixed-cta{-webkit-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%);-webkit-transition:-webkit-transform 0.3s ease-in-out;transition:-webkit-transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out}.hideheader .version-toggle{top:0 !important}.footer-fixed-cta{position:fixed;bottom:0;text-align:center;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);width:100%;padding:8px 0 5px;-webkit-transition:-webkit-transform 0.3s ease-in-out;transition:-webkit-transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;z-index:999;background:#fff;-webkit-box-shadow:rgba(0,0,0,0.24) 0px 3px 8px;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:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem}}.footer-row .footer-colm{-webkit-box-flex:1;-ms-flex:1;flex:1}.btn{border:2px solid transparent;border-radius:0.25rem;min-width:calc(11.2rem + 2vw);font-weight:600;padding:0.625rem 1.5rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-transform:capitalize;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}@media (min-width: 768px){.btn{font-size:18px}}@media only screen and (max-width: 767px){.btn{font-size:14px}}.btn.btn--primary{background-color:#df2e57;border-color:#df2e57;color:#fff}.btn.btn--primary:hover{border-color:#df2e57;background:#fff;color:#df2e57}.btn-primary--outline{background-color:transparent !important;border-color:#df2e57 !important;color:#df2e57 !important}.btn-primary--outline:hover{background-color:#df2e57 !important;border-color:#ee3e5a !important;color:#fff !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{-webkit-box-shadow:none;box-shadow:none;background-color:#df2e57;border-color:#df2e57;color:#fff}.btn:active{background-color:#df2e57 !important;border-color:#df2e57 !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:#ee3e5a !important;text-decoration:underline;text-underline-offset:10px;text-decoration-thickness:2px}button{font-family:"Montserrat", sans-serif}.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}body::before{content:"";position:fixed;inset:0;background:#000000bf;opacity:0.98;z-index:9999999;display:none}.tg-popup body::before{z-index:999999999;display:block}body.form-popup-modal--open{overflow:hidden}body.form-popup-modal--open::before{display:block !important}.tg-popup{overflow:hidden}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}*,:before,:after{-webkit-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}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.p--large,.listing li{font-size:16px}}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;-webkit-transition:all 0.3s ease 0s;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:#df2e57;text-decoration:underline}.link__text:hover{text-decoration:none}.text--link{color:#df2e57;font-size:18px;font-weight:500;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding-bottom:8px}@media only screen and (max-width: 1200px){.text--link{font-size:16px}}.text--link:visited{color:#df2e57}.text--link.-black{color:#000}.text--link.-black:hover{color:#df2e57}.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;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:width ease 0.3s, margin ease 0.3s;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;-webkit-transition:width ease 0.3s, margin ease 0.3s;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:#df2e57;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:#df2e57;text-decoration:underline}a.link,a.link:visited{color:#df2e57;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{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media (min-width: 992px){.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.main-title{-webkit-animation-name:blink;animation-name:blink;-webkit-animation-duration:1.2s;animation-duration:1.2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes blink{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}@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}.icon{fill:#df2e57;color:#df2e57}.icon-16{width:16px;height:16px;-webkit-box-flex:0;-ms-flex:0 0 16px;flex:0 0 16px;margin:0 auto}.icon-20{width:20px;height:20px;-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px;margin:0 auto}.icon-24{width:24px;height:24px;-webkit-box-flex:0;-ms-flex:0 0 24px;flex:0 0 24px;margin:0 auto}.icon-28{width:28px;height:28px;-webkit-box-flex:0;-ms-flex:0 0 28px;flex:0 0 28px;margin:0 auto}.icon-32{width:32px;height:32px;-webkit-box-flex:0;-ms-flex:0 0 32px;flex:0 0 32px;margin:0 auto}.icon-36{width:36px;height:36px;-webkit-box-flex:0;-ms-flex:0 0 36px;flex:0 0 36px;margin:0 auto}.icon-60{width:60px;height:60px;-webkit-box-flex:0;-ms-flex:0 0 60px;flex:0 0 60px;margin:0 auto}.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);-webkit-transform-origin:bottom right;-ms-transform-origin:bottom right;transform-origin:bottom right;-webkit-transform:rotate(-90deg) translateX(100%);-ms-transform:rotate(-90deg) translateX(100%);transform:rotate(-90deg) translateX(100%);border-right:none;background-color:#df2e57;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{-webkit-box-shadow:0 0 30px rgba(0,0,0,0.5);box-shadow:0 0 30px rgba(0,0,0,0.5);display:block;bottom:0px;top:auto;left:0;right:0;text-align:center;-webkit-transform:none;-ms-transform:none;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;border:0;background:none;cursor:pointer}@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:" ";-webkit-animation:loading 4s linear infinite;animation:loading 4s linear infinite;z-index:-1;-webkit-animation-delay:2s;animation-delay:2s;border-radius:2px 0 0 2px}}@-webkit-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}}@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;-webkit-box-shadow:0 0 10px rgba(0,0,0,0.25);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;-webkit-transform:translateY(-50%) rotate(225deg);-ms-transform:translateY(-50%) rotate(225deg);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{-webkit-animation:top-arrow 1.65s infinite;animation:top-arrow 1.65s infinite}.arrow-btn .arrow-anim:after{opacity:1;-webkit-animation:bottom-arrow 1.65s infinite;animation:bottom-arrow 1.65s infinite}@-webkit-keyframes top-arrow{0%{-webkit-transform:translate(-6px, -6px);transform:translate(-6px, -6px)}35%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}90%{opacity:1;-webkit-transform:translate(0, 0);transform:translate(0, 0)}100%{opacity:1;-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@keyframes top-arrow{0%{-webkit-transform:translate(-6px, -6px);transform:translate(-6px, -6px)}35%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}90%{opacity:1;-webkit-transform:translate(0, 0);transform:translate(0, 0)}100%{opacity:1;-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@-webkit-keyframes bottom-arrow{0%{opacity:1;-webkit-transform:translate(0, 0);transform:translate(0, 0)}45%{opacity:0;-webkit-transform:translate(12px, 12px);transform:translate(12px, 12px)}46%{opacity:0;-webkit-transform:translate(-16px, -16px);transform:translate(-16px, -16px)}90%{opacity:1;-webkit-transform:translate(-6px, -6px);transform:translate(-6px, -6px)}100%{opacity:1;-webkit-transform:translate(-6px, -6px);transform:translate(-6px, -6px)}}@keyframes bottom-arrow{0%{opacity:1;-webkit-transform:translate(0, 0);transform:translate(0, 0)}45%{opacity:0;-webkit-transform:translate(12px, 12px);transform:translate(12px, 12px)}46%{opacity:0;-webkit-transform:translate(-16px, -16px);transform:translate(-16px, -16px)}90%{opacity:1;-webkit-transform:translate(-6px, -6px);transform:translate(-6px, -6px)}100%{opacity:1;-webkit-transform:translate(-6px, -6px);transform:translate(-6px, -6px)}}.popup--slider-js:not(.slick-initialized){display:none}.form-modal-wrap{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:9999999;display:none;border-radius:30px;overflow:hidden;max-width:1000px;width:100%;margin:0 auto}@media (min-width: 1200px){.form-modal-wrap{background:white;border-radius:30px;overflow:hidden}}.form-popup-modal{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;max-height:90vh}@media (max-width: 1199px){.form-popup-modal{background:white;margin:calc(clamp(1rem, 1vw + 0.8rem, 2rem));border-radius:30px;overflow:hidden}}.form-popup-modal .close-popup-icon{position:absolute;right:15px;top:15px;cursor:pointer}@media (max-width: 991px){.form-popup-modal .close-popup-icon{position:fixed;right:20px;top:2px;cursor:pointer;background-color:#838383;height:32px;width:32px;border-radius:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-shadow:rgba(0,0,0,0.24) 0px 3px 8px;box-shadow:rgba(0,0,0,0.24) 0px 3px 8px}}.form-popup-modal .modal__left{overflow:auto;margin:1rem 0}@media (min-width: 992px){.form-popup-modal .modal__left{-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}}.form-popup-modal .modal__right{-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%;background-color:#df2e57;padding:calc(clamp(1.25rem, 1.375vw + 0.975rem, 2.625rem));display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width: 991px){.form-popup-modal .modal__right{display:none}}.form-popup-modal .slider-wrapper{position:relative;padding:calc(clamp(2.125rem, 2.802vw + 0.388rem, 3.75rem)) calc(clamp(1.875rem, 0.625vw + 1.75rem, 2.5rem)) calc(clamp(1.875rem, 0.625vw + 1.75rem, 2.5rem));border-radius:20px;background-color:#fff;-webkit-box-shadow:rgba(0,0,0,0.15) 0 0 30px;box-shadow:rgba(0,0,0,0.15) 0 0 30px}.form-popup-modal .slider-wrapper .media{position:absolute;top:5%}.form-popup-modal .slider-wrapper .media svg{width:32px;height:32px;fill:#df2e57}.form-popup-modal .slider-wrapper .content p{font-size:16px;padding:2rem 0 1rem 0;font-weight:500;line-height:2}.form-popup-modal .slider-wrapper .content h3{font-size:18px;font-weight:600;margin-top:0.5rem}.form-popup-modal .slider-wrapper .slick-dots{position:static;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0;margin-top:1.8rem}.form-popup-modal .slider-wrapper .slick-dots li{width:40px;height:5px;border-radius:20px}.form-popup-modal .slider-wrapper .popup--slider-js .slick-slide{height:auto}.form-popup-modal .slider-wrapper .slick-list,.form-popup-modal .slider-wrapper .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-popup-modal .slick-dots{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:1rem;position:absolute;bottom:-25px;left:0;right:0}.form-popup-modal .slick-dots li{vertical-align:middle;display:inline-block;margin:0 3px;width:10px;cursor:pointer;background-color:#a6a7a7;-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;border-radius:200px;height:10px}.form-popup-modal .slick-dots li button{background:none;border:none;text-indent:-9999999px;height:0px;display:none}.form-popup-modal .slick-dots li.slick-active{background-color:#ff3a58;width:30px}.form{padding:calc(clamp(1.25rem, 2.5vw + 0.75rem, 3.75rem));display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width: 768px){.form{gap:1.5rem}}@media (max-width: 767px){.form__group{margin-bottom:1.5rem}}.form__group select{font-weight:400;padding-right:30px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAYAAADJEc7MAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAG5JREFUeNpiZoCAKiBWAuKLDIQBWC0LkJAGYhcg5oNKLCSgKQiIr8MENIF4HxCfAeJ4PJpA8ouRLCGoGacmfJqxamLEoXkqVNF1KB9EZwPxJ0Ih5wK15QzUBRjOY8ah8R4Q/4RqqATip+gKAAIMAI69Gsw786LtAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:calc(100% - 10px) center}.form__label{display:block;font-weight:500;font-size:14px;margin-bottom:4px}.form__head{margin-bottom:0.5rem}@media (max-width: 767px){.form__head{margin-bottom:1.8rem !important}}.form__head h2{font-size:calc(clamp(1.25rem, 0.25vw + 1.2rem, 1.5rem));font-weight:700}.form__head p{font-size:14px;font-weight:400}.form__input{border:1px solid #d2d2d2;padding:14px;border-radius:6px;width:100%;font-family:inherit}.form__input:focus{outline:none}.form textarea{resize:none}.form .btn{width:100%;font-family:inherit;background-color:#000}.hero-banner{background-repeat:no-repeat;overflow:hidden;padding:3rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width: 1200px){.hero-banner{min-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 .p--large{font-size:calc(104.5% + 0.24vw);margin-bottom:1rem}.hero-banner__content .cta{padding-top:3rem}.hero-banner__button{margin:2rem 0px}.hero-banner__button h5{padding-bottom:1rem;font-weight:600}.row .hero-banner__content{max-width:100%}.section.section--featured{padding:1.5rem 0;border-bottom:1px solid #dee2e6}.featured-logo-listing{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem 2rem}@media only screen and (max-width: 1200px){.featured-logo-listing{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media only screen and (max-width: 767px){.featured-logo-listing{gap:1rem 0}}.featured-logo-listing h5{margin:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media only screen and (max-width: 1200px){.featured-logo-listing h5{-webkit-box-flex:0;-ms-flex:0 0 100%;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{-webkit-box-flex:0;-ms-flex:0 0 50%;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;-webkit-box-flex:0;-ms-flex:0 0 40px;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;-webkit-transform:rotate(135deg) translate(-50%, -50%);-ms-transform:rotate(135deg) translate(-50%, -50%);transform:rotate(135deg) translate(-50%, -50%);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;margin:0 0px 0 -3px;margin-left:-3px}.slick-arrow.slick-prev::after{margin-left:4px;-webkit-transform:rotate(-45deg) translate(-50%, -50%);-ms-transform:rotate(-45deg) translate(-50%, -50%);transform:rotate(-45deg) translate(-50%, -50%)}.slick-arrow.slick-disabled{opacity:0.45;pointer-events:none}.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("../../../images/retina/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}.yokart-video-popup{position:fixed;left:0;width:100%;top:0;bottom:0;z-index:9999999;opacity:0;visibility:hidden;-webkit-transition:0.5s;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;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.yokart-video-popup .yo-kart-video{max-width:60%;margin:0 auto;position:relative;top:20%;-webkit-transform:translateY(30%);-ms-transform:translateY(30%);transform:translateY(30%);-webkit-transition:0.3s;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;-webkit-transition:0.8s;transition:0.8s;display:block;cursor:pointer;opacity:0;display:none;background:none;border:0}.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;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.close-btn-popup::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);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%);-ms-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);-ms-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;border:0;cursor:pointer;outline:none}.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;-webkit-box-sizing:border-box;box-sizing:border-box;width:0;border-color:transparent transparent transparent #504f4e;-webkit-transition:100ms all ease;transition:100ms all ease;cursor:pointer;border-style:solid;border-width:12px 0 12px 20px;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);margin-left:4px}.hero-video.yokart-hero-vector{padding:14px;background-color:#80848c24;border-radius:0px}.watch-label{color:#fff;padding-left:1rem}.rounded-video-btn{border:solid #fff 1px;padding:8px 18px;border-radius:4px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;padding:calc(0.4rem + 3.8vw);font-size:20px;line-height:1.5;background-image:url(../../../images/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{-ms-transform:rotate(45deg);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}}.section--testimonials{padding:calc(1.5rem + 6.6vw) 0}@media only screen and (min-width: 1200px){.section--testimonials .container{max-width:1400px;padding:0 calc(2.9rem + 2.8vw)}}@media only screen and (min-width: 1380px){.section--testimonials .container{max-width:1800px}}.testimonials{display:grid;grid-template-columns:minmax(32%, 32%) 50%;grid-gap:0 4.5rem;min-width:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width: 1200px){.testimonials{display:block;max-width:800px;margin:0 auto}}.testimonials__header{grid-column-start:1;grid-column-end:2;grid-row-start:1;grid-row-end:2}@media screen and (max-width: 1200px){.testimonials__header{padding-bottom:2rem}}.testimonials__header h2{font-size:calc(95% + 1.3vw);font-weight:600;color:#000;line-height:1.4;margin:0}.testimonials__header h6{margin:0;padding-top:0.875rem}.testimonials__body{grid-column-start:2;grid-column-end:3;grid-row-start:1;grid-row-end:3;min-width:0}.testimonials__footer{grid-column-start:1;grid-column-end:2;grid-row-start:2;grid-row-end:3;width:30%}.testimonial-arrows{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:1.5rem}.testimonial-arrows .slider-btn{display:block;height:40px;width:40px;color:#000;border:2px solid currentColor;border-radius:4px;position:relative;margin:0 5px;-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;max-width:40px;cursor:pointer;outline:none;background-color:transparent}.testimonial-arrows .slider-btn:hover{color:#df2e57}.testimonial-arrows .slider-btn::after{content:" ";position:absolute;left:50%;top:50%;height:15px;width:15px;border-top:2px solid currentColor;border-left:2px solid currentColor;-webkit-transform:rotate(135deg) translate(-50%, -50%);-ms-transform:rotate(135deg) translate(-50%, -50%);transform:rotate(135deg) translate(-50%, -50%);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;margin:0 0px 0 -3px;margin-left:-3px}.testimonial-arrows .slider-btn.prev-btn::after{margin-left:4px;-webkit-transform:rotate(-45deg) translate(-50%, -50%);-ms-transform:rotate(-45deg) translate(-50%, -50%);transform:rotate(-45deg) translate(-50%, -50%)}.testimonial .text-link{color:#df2e57;font-size:1rem;padding:0;font-weight:normal;text-align:inherit;display:inline-block;vertical-align:middle;text-decoration:underline}.testimonial .text-link:hover{text-decoration:none}.testimonial p.p--large{color:#464646;font-weight:300;font-size:calc(112.5% + 0.24vw);margin:0}@media only screen and (max-width: 1440px){.testimonial p.p--large{font-size:1rem}}@media screen and (max-width: 1200px){.testimonial__detail{text-align:left}}.testimonial__provider{padding-top:1.5rem;font-size:1.125rem;font-weight:600}@media screen and (max-width: 1200px){.testimonial__provider{padding-top:0.75rem}}.testimonial__provider p{font-size:1rem;font-weight:400}@media (min-width: 1200px){.testimonial-slider{position:relative;padding-left:50px}.testimonial-slider:before{content:" ";background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAVCAYAAAC+NTVfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQNJREFUeNpi/L50U/n3mSs6GIgA/Mv7lZmkxO4hi33rmTvz5+Z9acToFzy4lBGZz8QwgGDU8lHLB6/l/z9/FaTEMnT9JFn+68DJUEosRy8PSLL8x7LNRBdI2ABIL8gMuOWMvNzvSXXAe/vo/6CSDcQnVT/IATD9FCc4Ui1HCXYWNcWzFKVYtLKeJL3M6opnKXE9q7HOHoqyGpuD+WpKgp1cB4At54jy7aQk6NmjydPPBIs3zvSICkqCnpzQg6d2kO8piT+ukuR0UPohu3jl6at0JdcBoLjn7SVNP0Y+BzkA5AtyHQDST2wUYi1k2H2dZoHaWyBDQGxSHQGKQph+fGkBIMAAL0Jjz5NFXWYAAAAASUVORK5CYII=");height:21px;width:31px;position:absolute;left:0;padding-left:20px;top:0;background-repeat:no-repeat;background-size:contain}}.testimonial p.p--large,.testimonial__provider{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.video-testimonial{position:relative;overflow:hidden}.video-testimonial .image-wrap img{border:1px solid #d5d5d5ee;width:100%}.video-testimonial__play-cta a,.video-testimonial__play-cta .play-button{position:absolute;display:grid;place-items:center;top:6%;right:6%;background:#df2e57;border-radius:50%;-webkit-transition:all 200ms;transition:all 200ms;width:60px;height:60px;cursor:pointer;outline:none;border:0}.video-testimonial__play-cta a:after,.video-testimonial__play-cta .play-button:after{position:absolute;content:"";border-color:transparent transparent transparent #fff;border-style:solid;z-index:1;margin-left:7px;border-width:11px 0 11px 18px}.video-testimonial__play-cta a:before,.video-testimonial__play-cta .play-button:before{content:"";position:absolute;z-index:0;left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);display:block;background:#df2e57;border-width:7px 0 7px 12px;border-radius:50%;-webkit-animation:pulse-border 1500ms ease-out infinite;animation:pulse-border 1500ms ease-out infinite;width:60px;height:60px}@-webkit-keyframes pulse-border{0%{-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);opacity:1}100%{-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);opacity:0}}@keyframes pulse-border{0%{-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);opacity:1}100%{-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);opacity:0}}[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:86%}[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:89%}[data-star^="4.6"]::after{width:90%}[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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}@media (max-width: 1200px){.rating-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (min-width: 992px){.rating-wrapper{gap:clamp(1rem, 2vw, 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:600;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%;-webkit-box-flex:0;-ms-flex:0 0 46%;flex:0 0 46%}}.rating__col .rating__detail{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;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}}.grids-wrap{display:grid;grid-template-columns:repeat(5, 1fr);grid-gap:1px}@media screen and (max-width: 767px){.grids-wrap{grid-template-columns:auto auto auto;grid-gap:20px}}@media screen and (max-width: 480px){.grids-wrap{grid-template-columns:auto auto}}.grids-wrap picture{background-color:#fff;display:block;padding:0 2rem}@media screen and (max-width: 767px){.grids-wrap picture{padding:0}}.grids-wrap img{margin:0 auto;display:block}.grids-wrap img:not(:hover){-webkit-filter:grayscale(1);filter:grayscale(1)}@media screen and (max-width: 991px){.grids-wrap img{max-width:155px;width:100%}}.badges-img{position:relative}.badges-img .text--link-3{position:absolute;left:0;right:0;bottom:0;text-decoration:underline}@media screen and (max-width: 1199px){.badges-img .text--link-3{bottom:-15px}}@media screen and (max-width: 767px){.badges-img .text--link-3{bottom:-10px}}.tool_tip{background-color:#475658;border-radius:50%;color:#fff !important;cursor:pointer;display:inline-grid;place-content:center;vertical-align:top;font-size:11px;font-weight:500;height:18px;position:relative;text-align:center;width:18px;margin-right:2px;z-index:9}.tool_tip .bubble{display:block;position:absolute;right:auto !important;left:auto;bottom:0;width:280px;z-index:9;text-align:left;background:#000;color:#fff !important;border-radius:3px;font-size:12px;font-weight:400;padding:10px 15px;visibility:hidden;opacity:0;-webkit-transition:all ease 0.2s;transition:all ease 0.2s}.tool_tip .bubble ul li:not(:last-child){padding-bottom:5px}.tool_tip:hover .bubble{visibility:visible;opacity:1;bottom:25px}.tooltip{position:relative;opacity:1;display:inline-block;vertical-align:middle}.tooltip__content{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);bottom:calc(100% + 5px);min-width:200px;background-color:#222;color:#fff;font-size:12px;padding:10px;border-radius:4px;opacity:0;visibility:hidden}.tooltip__icon{width:18px;height:18px;font-size:12px;background-color:#475658;border-radius:50%;color:#fff;display:inline-block;text-align:center;cursor:pointer;font-style:normal;text-transform:lowercase}.tooltip__icon:hover ~ .tooltip__content{opacity:1;visibility:visible}.clients-logo-listing{display:grid;grid-template-columns:repeat(5, 1fr);grid-gap:3rem;-webkit-box-align:center;-ms-flex-align:center;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}}.js-rating-slider .slick-slide{overflow-x:auto}.rating-slider-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:1rem}@media (max-width: 767px){.rating-slider-controls{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:1rem}}.project-review{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;margin:1px;border:1px solid #000}@media (max-width: 991px){.project-review{min-width:1024px}}.client-details{background-color:#000;color:#fff;max-width:40%;-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%;text-align:center;padding:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width: 1199px){.client-details{max-width:45%;-webkit-box-flex:0;-ms-flex:0 0 45%;flex:0 0 45%}}@media (max-width: 767px){.client-details{max-width:40%;-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%}}.client-details h6{font-size:28px;margin-bottom:3rem}.client-review{padding:3rem;max-width:60%;-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;background-color:#fff}@media (max-width: 1199px){.client-review{padding:2rem;max-width:55%;-webkit-box-flex:0;-ms-flex:0 0 55%;flex:0 0 55%}}@media (max-width: 767px){.client-review{max-width:60%;-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;padding:1.5rem}}.client-review .review:not(:last-child){margin-bottom:1.25rem}@media (max-width: 1199px){.client-review .review:not(:last-child){margin-bottom:1rem}}.client-review .review h6{margin-bottom:0.25rem;font-size:1.125rem;font-weight:600}@media (max-width: 1199px){.client-review .review h6{font-size:1rem;margin-bottom:0}}.project__logo{height:100px;width:100px;margin:auto;margin-bottom:2rem}.client-data span{display:block;font-size:20px;font-weight:600}.client-data span.label{font-weight:normal}@media (max-width: 1199px){.client-data span{font-size:1rem}}.client-data p{color:currentColor;font-size:1rem}@media (max-width: 1199px){.client-data p{font-size:14px}}.client-data:not(:last-child){margin-bottom:2rem}@media (max-width: 1199px){.client-data:not(:last-child){margin-bottom:1rem}}.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;line-height:1}[data-star]{font-style:normal;font-size:1.25rem}@media (max-width: 1199px){[data-star]{font-size:1.125rem}}[data-star]::before{display:block;content:"★★★★★";color:grey}[data-star]::after{white-space:nowrap;position:absolute;top:0;left:0;content:"★★★★★";width:0;color:#fbb21b;overflow:hidden;height:100%}[data-star^="5"]::after{width:100%}[data-star^="4"]::after{width:80%}[data-star^="3"]::after{width:60%}.pop--box{display:none;background-color:#ffffff;border:1px solid #f0f0f0;-webkit-box-shadow:0 0 30px rgba(0,0,0,0.3);box-shadow:0 0 30px rgba(0,0,0,0.3);left:50%;padding:30px;position:fixed;top:54%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:99999999;display:none;max-width:1000px;width:100%}@media (max-width: 767px){.pop--box{height:70vh;overflow-y:scroll}}.pop--box .pop--box-close{position:absolute;right:0px;top:0px;width:40px;cursor:pointer;background:#ee3e5a;height:40px}.pop--box .pop--box-close::after{content:"";position:absolute;height:2px;width:18px;background-color:#fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);left:12px;top:18px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.pop--box .pop--box-close::before{content:"";position:absolute;height:2px;width:18px;background-color:#fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);left:12px;top:18px}.pop--box .payment__agree h5{font-size:1.4rem;font-weight:600}.pop--box .payment__agree h6{font-size:1rem}.pop--box .payment__agree a{margin:1rem 0rem}.pop--box .payment__agree p{font-size:14px}.pop--box .payment__agree .link--text{font-size:12px !important}.pop--box .payment__agree .list{margin-top:1rem;margin-bottom:1.5rem}.pop--box .payment__agree .list li{margin-bottom:0.5rem;font-size:1rem;font-weight:600}.pop--box .payment__agree .popup-inner-contnet p{margin-bottom:0.8rem}.payment__agree h6+p{margin-bottom:1rem}.checkout-cta p{margin-bottom:0px !important}body.pop--box-open{position:relative}body.pop--box-open:after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,0.5);z-index:9999999}.pop--boxs{display:none;background-color:#ffffff;border:1px solid #f0f0f0;-webkit-box-shadow:0 0 30px rgba(0,0,0,0.3);box-shadow:0 0 30px rgba(0,0,0,0.3);left:50%;padding:30px;position:fixed;top:54%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:99999999;display:none;max-width:1000px;width:100%}@media (max-width: 767px){.pop--boxs{height:70vh;overflow-y:scroll}}.pop--boxs .pop--box-close{position:absolute;right:0px;top:0px;width:40px;cursor:pointer;background:#ee3e5a;height:40px}.pop--boxs .pop--box-close::after{content:"";position:absolute;height:2px;width:18px;background-color:#fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);left:12px;top:18px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.pop--boxs .pop--box-close::before{content:"";position:absolute;height:2px;width:18px;background-color:#fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);left:12px;top:18px}.pop--boxs .payment__agree h5{font-size:1.4rem;font-weight:600}.pop--boxs .payment__agree h6{font-size:1rem}.pop--boxs .payment__agree a{margin:1rem 0rem}.pop--boxs .payment__agree p{font-size:14px}.pop--boxs .payment__agree .link--text{font-size:12px !important}.pop--boxs .payment__agree .list{margin-top:1rem;margin-bottom:1.5rem}.pop--boxs .payment__agree .list li{margin-bottom:0.5rem;font-size:1rem;font-weight:600}.pop--boxs .payment__agree .list li p{padding-top:12px}.pop--boxs .payment__agree .popup-inner-contnet p{margin-bottom:0.8rem}.pop--boxes{display:none;background-color:#ffffff;border:1px solid #f0f0f0;-webkit-box-shadow:0 0 30px rgba(0,0,0,0.3);box-shadow:0 0 30px rgba(0,0,0,0.3);left:50%;padding:30px;position:fixed;top:54%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:99999999;display:none;max-width:1000px;width:100%}@media (max-width: 767px){.pop--boxes{height:70vh;overflow-y:scroll}}.pop--boxes .pop--box-close{position:absolute;right:0px;top:0px;width:40px;cursor:pointer;background:#ee3e5a;height:40px}.pop--boxes .pop--box-close::after{content:"";position:absolute;height:2px;width:18px;background-color:#fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);left:12px;top:18px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.pop--boxes .pop--box-close::before{content:"";position:absolute;height:2px;width:18px;background-color:#fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);left:12px;top:18px}.pop--boxes .payment__agree h5{font-size:1.4rem;font-weight:600}.pop--boxes .payment__agree h6{font-size:1rem}.pop--boxes .payment__agree a{margin:1rem 0rem}.pop--boxes .payment__agree p{font-size:14px}.pop--boxes .payment__agree .link--text{font-size:12px !important}.pop--boxes .payment__agree .list{margin-top:1rem;margin-bottom:1.5rem}.pop--boxes .payment__agree .list li{margin-bottom:0.5rem;font-size:1rem;font-weight:600}.pop--boxes .payment__agree .popup-inner-contnet p{margin-bottom:0.8rem}.pop--boxnew{display:none;background-color:#ffffff;border:1px solid #f0f0f0;-webkit-box-shadow:0 0 30px rgba(0,0,0,0.3);box-shadow:0 0 30px rgba(0,0,0,0.3);left:50%;padding:30px;position:fixed;top:54%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:99999999;display:none;max-width:1000px;width:100%}@media (max-width: 767px){.pop--boxnew{height:70vh;overflow-y:scroll}}.pop--boxnew .pop--box-close{position:absolute;right:0px;top:0px;width:40px;cursor:pointer;background:#ee3e5a;height:40px}.pop--boxnew .pop--box-close::after{content:"";position:absolute;height:2px;width:18px;background-color:#fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);left:12px;top:18px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.pop--boxnew .pop--box-close::before{content:"";position:absolute;height:2px;width:18px;background-color:#fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);left:12px;top:18px}.pop--boxnew .payment__agree h5{font-size:1.4rem;font-weight:600}.pop--boxnew .payment__agree h6{font-size:1rem}.pop--boxnew .payment__agree a{margin:1rem 0rem}.pop--boxnew .payment__agree p{font-size:14px}.pop--boxnew .payment__agree .link--text{font-size:12px !important}.pop--boxnew .payment__agree .list{margin-top:1rem;margin-bottom:1.5rem}.pop--boxnew .payment__agree .list li{margin-bottom:0.5rem;font-size:1rem;font-weight:600}.pop--boxnew .payment__agree .popup-inner-contnet p{margin-bottom:0.8rem}.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("../../../images/retina/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}@media (min-width: 1200px){.hero-banner{height:calc(100vh - 100px) !important}}.hero-banner .listing{margin-top:2rem}.hero-banner .listing li{font-weight:600}.hero-banner .listing li:before{border-color:#000000;background-color:#000000;width:10px;height:2px;top:12px}.hero-banner .listing li:last-of-type{padding-bottom:0}@media only screen and (max-width: 767px){.featured-logo-listing h5{text-align:left;padding-bottom:0.5rem}.featured-logo-listing .featured-logo{padding-left:0}.featured-logo-listing .featured-logo img{margin:0}}.features-list{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:2rem;margin-bottom:2.5rem}@media only screen and (max-width: 1200px){.features-list{grid-template-columns:repeat(2, 1fr)}}@media only screen and (max-width: 767px){.features-list{display:block;border:1px solid #dee2e6}}.media-side svg{fill:#ee3e5a}.media-side.small{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;margin-right:1rem}.media-side.small svg,.media-side.small .svg--img{max-height:35px;max-width:35px}.collateral-content{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;z-index:1;padding:calc(1rem + 1.7vw);border:1px solid #dee2e6;background:#fff}@media only screen and (max-width: 1480px){.collateral-content{display:block}.collateral-content .media-side{margin:0 0 1rem 0}.collateral-content .media-side img{margin:0}}@media only screen and (max-width: 767px){.collateral-content{border:none}}.slide-txt{font-size:14px;display:none;opacity:0.9;margin-top:10px}@media only screen and (max-width: 991px){.slide-txt{display:inline-block}}.slide-txt::before,.slide-txt::after{content:" ";height:8px;width:8px;border:solid #000 1px;border-bottom:none;border-right:none;display:inline-block;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);margin:0 3px}.slide-txt::after{left:auto;right:0;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.listing-wrap{background-color:#fff;border:1px solid #dee2e6;padding:3rem}@media only screen and (max-width: 1200px){.listing-wrap{padding:2rem}}@media only screen and (max-width: 767px){.listing-wrap+.more-link{margin:1rem 0 2rem 0}}@media only screen and (min-width: 1200px){.listing-wrap{margin-bottom:4rem}}.listing-wrap .listing{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:0px 40px}@media only screen and (max-width: 1200px){.listing-wrap .listing{grid-template-columns:repeat(2, 1fr);grid-gap:0px 1.5rem}.listing-wrap .listing li{font-size:1rem}}@media only screen and (max-width: 767px){.listing-wrap .listing{display:block}.listing-wrap .listing li{font-size:14px}}@media only screen and (max-width: 767px){body:not(.expand-listing) .listing-wrap .listing li:nth-child(n+10){display:none}}.link--expand{position:relative;text-decoration:none;font-size:14px}.link--expand::before{display:inline-block;-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10;margin-left:-6px;margin-right:1rem;content:"";width:12px;height:12px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;-webkit-transform:rotate(46deg);-ms-transform:rotate(46deg);transform:rotate(46deg);-webkit-transition:width ease 0.3s, margin ease 0.3s;transition:width ease 0.3s, margin ease 0.3s;position:absolute;bottom:-10px;left:50%;-webkit-transition:0.3s;transition:0.3s}.link--expand:hover::before{bottom:-15px}.expand-listing .link--expand:before{border:none;border-left:1px solid currentColor;border-top:1px solid currentColor;top:-12px;bottom:auto}.cta h5{font-weight:600;margin-bottom:1.5rem}.section--mobile-apps .cms h2{padding-bottom:1rem}.section--mobile-apps .cta{padding-top:1.5rem}@-webkit-keyframes marquee{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translate(-50%);transform:translate(-50%)}}@keyframes marquee{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translate(-50%);transform:translate(-50%)}}.tc-apply{color:#c3c3c3;font-size:12px}.disclaimer{color:#c3c3c3;font-size:12px;font-weight:700}@media only screen and (max-width: 767px){.disclaimer{float:none;display:inline-block}}.disclaimer .tool_tip{width:16px;height:16px;margin-left:0.25rem;background-color:#837f7f}.disclaimer .tool_tip .bubble{right:0 !important}@media only screen and (max-width: 767px){.disclaimer .tool_tip .bubble{-webkit-transform:none !important;-ms-transform:none !important;transform:none !important;position:absolute;left:auto}}.clients-logos{padding:0 calc(0.9rem + 4.5vw)}@media only screen and (max-width: 1280px){.clients-logos{padding:0}}@media only screen and (max-width: 767px){.clients-logos{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}}.clients-logos .col{max-width:20%;-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;margin:30px 0;text-align:center}@media only screen and (max-width: 767px){.clients-logos .col{text-align:left;margin:0;padding:1.25rem 1rem;max-width:33.33%;-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%}.clients-logos .col .malca-amit,.clients-logos .col .de-feria{max-width:50px}}@media only screen and (max-width: 360px){.clients-logos .col{max-width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}.logo-slider .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.logo-wrap{padding:30px 0}@media only screen and (max-width: 1024px){.logo-wrap{padding:30px 20px}}@media only screen and (max-width: 767px){.logo-wrap{padding:22px 0px;text-align:left}.logo-wrap .paypal-img{max-width:100px}.logo-wrap .textjar{max-width:94px}.logo-wrap .ship{max-width:118px}.logo-wrap .avalara{max-width:90px}}@media only screen and (max-width: 1440px){.logo-wrap img{max-width:172px}}@media only screen and (max-width: 992px){.logo-wrap img{max-width:140px}}@media only screen and (max-width: 767px){.logo-wrap img{max-width:125px;margin:0}}.media-side.medium svg{height:42px;width:42px;fill:#ee3e5a}.media-side.extra-large svg{height:70px;width:70px;margin:0 auto}@media only screen and (max-width: 767px){.media-side.extra-large svg{height:40px;width:40px}}.bg-dark-half{background:#151f20;background:-webkit-gradient(linear, left top, left bottom, color-stop(30%, #151f20), color-stop(30%, #fff));background:linear-gradient(180deg, #151f20 30%, #fff 30%)}@media only screen and (max-width: 767px){.bg-dark-half{background:#fff !important;color:#000 !important}}.digital-marketing{padding:0 calc(2.9rem + 2.8vw)}@media only screen and (max-width: 1280px){.digital-marketing{padding:0}}.digital-marketing-inner{display:grid;grid-template-columns:repeat(2, 1fr);position:relative;background-color:#fff;color:#000;border:1px solid #dee2e6}@media only screen and (min-width: 768px){.digital-marketing-inner{padding:calc(0.4rem + 3.8vw)}}@media only screen and (max-width: 1280px){.digital-marketing-inner{grid-gap:1.5rem}}@media only screen and (max-width: 991px){.digital-marketing-inner{display:block}}@media only screen and (max-width: 767px){.digital-marketing-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;grid-gap:0}}@media only screen and (max-width: 767px){.digital-marketing-inner{border:none}}@media only screen and (min-width: 1280px){.digital-marketing .cms{border-right:1px solid #dee2e6;padding-right:4rem}}.digital-marketing .cta{padding-top:3rem}@media only screen and (max-width: 767px){.digital-marketing .cta{padding-top:1rem}}@media only screen and (min-width: 576px){.digital-marketing .cta .btn-wrap+.btn-wrap{margin-left:2rem}}@media only screen and (max-width: 575px){.digital-marketing .cta .btn-wrap+.btn-wrap{margin-top:1rem}}.digital-marketing-features{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:2rem;text-align:center;height:100%}@media only screen and (max-width: 991px){.digital-marketing-features{margin-top:3rem}}@media only screen and (max-width: 767px){.digital-marketing-features{margin:0 0 3rem 0;text-align:left;grid-template-rows:repeat(2, 1fr)}.digital-marketing-features .media-side.extra-large svg{margin:0}}.digital-marketing-features .feature h6{margin:1rem 0 0 0}.cta--md{max-width:600px;margin:0 auto}.section--customizable .cta{margin-top:3rem}.completely-customizable{max-width:1300px;margin:0 auto}.completely-customizable .item{padding:20px 10px}.completely-customizable .item h6{margin:0.5rem 0 0 0}@media only screen and (max-width: 767px){.completely-customizable .item h6{padding-left:20px;text-align:left}}.completely-customizable .item .icn svg{max-width:60px;max-height:60px;margin:0 auto}@media only screen and (max-width: 767px){.completely-customizable .item .icn svg{height:40px;width:40px}}@media only screen and (max-width: 1200px){.completely-customizable{-ms-flex-wrap:wrap;flex-wrap:wrap}.completely-customizable .item{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%}}@media only screen and (max-width: 767px){.completely-customizable{-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow:auto}.completely-customizable .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:15px 20px;background-color:#fff;margin-right:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:solid #dee2e6 1px}}.cs-slider-wrapper{position:relative;max-width:1300px;margin:0 auto}@media only screen and (max-width: 1199px){.cs-slider{position:relative}.cs-slider .slick-arrow{position:absolute;bottom:-2.5rem;left:0}}@media only screen and (max-width: 767px){.cs-slider{margin:0 -20px}}.cs-slider .cs-slider__item{position:relative}@media only screen and (max-width: 767px){.cs-slider .cs-slider__item{padding:0 20px}}.new-case-study{padding-bottom:0}.new-case-study .cta--casestudy{margin-top:3rem}.new-case-study .slider-controls{position:absolute;bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 1199px){.new-case-study .slider-controls{margin-top:1.5rem;position:relative}}.new-case-study .slider-controls .slick-arrow{margin-right:1rem}@media only screen and (min-width: 767px){.new-case-study-content h6,.new-case-study-content h4{font-weight:600}}.new-case-study-content .cta{padding-top:1.5rem}@media only screen and (min-width: 1200px){.new-case-study-content{min-height:22rem}}.new-case-study__image{position:absolute;right:0;top:0;width:41.66666667%}@media only screen and (max-width: 991px){.new-case-study__image{margin-top:1rem;margin-bottom:3rem;position:relative;width:auto}}@media only screen and (max-width: 767px){.new-case-study__image{margin-bottom:1rem}}.new-case-study .slider-btn{display:block;height:40px;width:40px;background-color:transparent;border:solid #000 2px;border-radius:4px;position:relative}.new-case-study .slider-btn::after{content:" ";position:absolute;left:50%;top:50%;height:15px;width:15px;border-top:solid #000 2px;border-left:solid #000 2px;-webkit-transform:rotate(135deg) translate(-50%, -50%);-ms-transform:rotate(135deg) translate(-50%, -50%);transform:rotate(135deg) translate(-50%, -50%);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;margin:0 0px 0 -3px;margin-left:-3px}.new-case-study .slider-btn.cs-prev-btn::after{-webkit-transform:rotate(-45deg) translate(-50%, -50%);-ms-transform:rotate(-45deg) translate(-50%, -50%);transform:rotate(-45deg) translate(-50%, -50%);left:calc(50% + 5px)}@media only screen and (max-width: 767px){.case-study-wrapper{overflow:auto;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.case-study-wrapper .col-md-4{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}}.section--support .features-list{grid-template-columns:repeat(2, 1fr);margin:0}.msc-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:0.5rem}@media only screen and (max-width: 767px){.msc-list{display:block}}.msc-list li{padding-bottom:0;margin-top:1.25rem}@media only screen and (max-width: 767px){.msc-list li{font-size:14px;margin-top:0.5rem}.msc-list li::before{height:1px !important;width:10px !important;background:#3c3b3b !important;top:10px !important;border-radius:0 !important}}.msc-list li:not(:last-child){margin-right:2rem}.section--rating .cta{padding-top:4rem}.yokart-rating__provider a{pointer-events:none}.section__badges img:not(:hover){-webkit-filter:grayscale(1);filter:grayscale(1)}@media (max-width: 575px){.section__badges img{max-width:95px}}.section--benefit .section__header h3{margin-top:2rem}.section--digital-marketing .section__head{padding:6rem 0 10rem 0}@media only screen and (max-width: 1199px){.section--digital-marketing .section__head{padding:6rem 0}}@media only screen and (max-width: 767px){.section--digital-marketing .section__head{padding:3.125rem 0 6rem 0}}.digital-marketing-section{position:relative;top:-1px}.digital-marketing-section ~ .cta{padding-top:4rem}.digital-marketing-pkg-wrapper{border:1px solid #dee2e6;overflow:hidden}.row [class*="col-"]:last-child .digital-marketing-pkg__head,.row [class*="col-"]:last-child .digital-marketing-pkg__body{border:none}.digital-marketing-pkg{background-color:#fff;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.digital-marketing-pkg__head{background-color:#bae1fe;border-right:1px solid #abd1ec}@media only screen and (max-width: 1199px){.digital-marketing-pkg__head{border:none}}.digital-marketing-pkg__head h5{font-size:clamp(1rem, 1.25vw, 1.25rem);font-weight:700;padding:2.5rem clamp(1rem, 2vw, 2rem);margin:0}@media only screen and (max-width: 1199px){.digital-marketing-pkg__head h5{padding:1.5rem clamp(1rem, 2vw, 2rem)}}.digital-marketing-pkg__body{padding:2rem clamp(1rem, 2vw, 2rem);border-right:1px solid #dee2e6;height:100%}@media only screen and (max-width: 1199px){.digital-marketing-pkg__body{border:none}}.listing.list-disc li{font-weight:500;font-size:0.875rem}.listing.list-disc li::before{background:#ee3e5a}.faq-wrapper{background-color:#f3f3f3;padding:6rem 0}@media only screen and (max-width: 767px){.faq-wrapper{padding:0;background-color:#fff}}.faq-wrapper .cta{padding-top:2rem}.faqs .group{margin-bottom:15px;border:solid #e4e3e3 1px;font-weight:500;position:relative;background-color:#fff}.faqs .group.is-active .group-head h6:after{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);top:8px}.faqs .group-head{padding:1.25rem;cursor:pointer}.faqs .group-head h6{color:#464646;font-size:1.125rem;font-weight:600;padding-right:40px;margin:0;position:relative}@media only screen and (max-width: 1199px){.faqs .group-head h6{font-size:1rem}}.faqs .group-head h6::after{border-bottom:1px solid currentColor;border-left:1px solid currentColor;content:"";height:10px;position:absolute;right:15px;top:3px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);width:10px;-webkit-transition:0.3s ease-in-out all;transition:0.3s ease-in-out all}.faqs .group-body{padding:1.25rem;padding-top:0}.faqs .group .answer p{font-size:1rem}.faqs .listing{padding-top:1rem}.faqs .listing li{font-size:1rem}.faqs .listing a{text-decoration:underline}.package-wrapper{padding:3rem 0rem}@media only screen and (max-width: 1199px){.package-wrapper{overflow:auto;padding-bottom:1.5rem}}span.old{font-size:1rem;font-weight:normal;text-decoration:line-through;display:block;min-height:30px;line-height:1;padding-left:0.5rem}.package-link{text-decoration:underline;font-size:13px !important;font-weight:500}.package-link:hover{opacity:0.8;text-decoration:none}@media (max-width: 576px){.package-link{display:block}}.package{margin-bottom:3rem;color:#000;-webkit-box-shadow:0 0 40px rgba(0,0,0,0.12);box-shadow:0 0 40px rgba(0,0,0,0.12);border-radius:0rem 0rem 0.5rem 0.5rem;position:relative;overflow:hidden}.package__header{border-radius:0.5rem 0.5rem 0rem 0rem;padding:0.25rem;background:#02bcc8;color:#fff;text-align:center;background-color:#1c4456}.package__note{font-size:0.75rem;color:#000;display:block}.package__offers{font-size:0.75rem;color:#000;font-weight:600}.package__features{margin-top:2rem}.package__features>span{display:block;font-weight:500;font-size:0.875rem}.package__title{font-size:1.25rem;font-weight:600;padding-bottom:1rem;white-space:nowrap}.package__title p{font-size:0.75rem;color:#656565;font-weight:500}.package__price{font-size:clamp(1.5rem, 2.5vw, 2.5rem);font-weight:800;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.package .offer-tag{position:relative;font-size:0.75rem;background-color:#ee3e5a;color:#fff;text-align:center;padding:4px 30px 4px 12px;font-weight:500;overflow:hidden;position:absolute;left:0;top:10px}.package .offer-tag:after{content:"";position:absolute;right:0;top:50%;border:18px solid transparent;border-right-color:#bae1fe;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media (min-width: 768px){.pacakge-flex{display:-webkit-box;display:-ms-flexbox;display:flex}}.pacakge-flex>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;text-align:center;padding:clamp(2rem, 3vw, 3rem)}.pacakge-flex__left{background-color:#bae1fe;position:relative}@media (min-width: 768px){.pacakge-flex__left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.pacakge-flex__right{background-color:#fff}.pacakge-flex ul li{font-weight:500;font-size:0.875rem;padding:0.75rem 0;border-bottom:1px solid #efefef}.pacakge-flex ul li:first-child{padding-top:0;color:#108fed;white-space:nowrap}.pacakge-flex ul li:last-child{border:none;padding-bottom:0}.pacakge-flex ul li span:not(.tool_tip){font-size:0.75rem;display:block}.pacakge-flex .text--link{border-bottom:solid currentColor 2px;color:#000;padding:0;font-size:0.875rem}.pacakge-flex .text--link:hover{color:#ee3e5a}.pacakge-flex .text--link:after,.pacakge-flex .text--link:before{display:none}.pacakge__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:1.75rem;gap:10px}.mobile-apps p:not(:last-child){margin-bottom:20px}.mobile-apps .btn_group{margin-top:2rem}@media (min-width: 1200px){.mobile-apps .btn_group .text--link{font-size:1.375rem}}@media (max-width: 576px){.mobile-apps .btn_group{margin-top:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;gap:0.8rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (min-width: 577px){.mobile-apps .btn_group a+a{margin-left:3rem}}@media (max-width: 991px){.mobile-apps img{margin-bottom:2rem}}.sticky--sidebar{position:sticky;top:180px}.industry-marketplaces{padding-left:calc(2rem + 1.7vw)}.industry-marketplaces h2{padding-bottom:1rem}@media only screen and (max-width: 991px){.industry-marketplaces{padding:2rem 0 0 0}}.industry-marketplaces .text__wrapper{margin-bottom:3rem}@media only screen and (max-width: 767px){.industry-marketplaces .text__wrapper{margin-bottom:2rem}}.industry-marketplaces .text__wrapper:last-child{margin-bottom:0}.industry-marketplaces .text__wrapper h5{font-weight:600;margin-bottom:1.5rem}@media only screen and (max-width: 767px){.industry-marketplaces .text__wrapper h5{margin-bottom:0.5rem}}.cta-pt-4{padding-top:4rem}@media (max-width: 767px){.section--featured{border-top:1px solid #dee2e6}}@media (min-width: 1200px){.br{display:block}}.form-wrap{max-width:700px;margin:0 auto 3rem;padding:calc(1rem + 1.5vw);-webkit-box-shadow:0.15vw 0.3vw 2.5vw 0 rgba(0,0,0,0.15);box-shadow:0.15vw 0.3vw 2.5vw 0 rgba(0,0,0,0.15);border-radius:10px;background-color:#fff}.form--ppc .form-group{padding-bottom:2rem;position:relative}.form--ppc .form-group h6{margin-bottom:1rem;font-weight:500;font-size:1rem}.form--ppc input[type="text"],.form--ppc input[type="email"],.form--ppc input[type="phone"],.form--ppc input[type="search"],.form--ppc input[type="password"],.form--ppc input[type="tel"],.form--ppc textarea,.form--ppc select,.form--ppc input[type="number"],.form--ppc input[type="file"]{background-color:#fff;border:none;border-bottom:1px solid #727491;border-radius:0;height:42px;padding:0;width:100%;color:#000;font-family:inherit;font-size:14px;font-weight:400;line-height:100%;-webkit-transition:0.25s all ease-in-out;transition:0.25s all ease-in-out;display:block}.form--ppc input[type="text"]:focus,.form--ppc input[type="email"]:focus,.form--ppc input[type="phone"]:focus,.form--ppc input[type="search"]:focus,.form--ppc input[type="password"]:focus,.form--ppc input[type="tel"]:focus,.form--ppc textarea:focus,.form--ppc select:focus,.form--ppc input[type="number"]:focus,.form--ppc input[type="file"]:focus{border-color:#000;outline:none}.form--ppc input[type="text"]:hover,.form--ppc input[type="email"]:hover,.form--ppc input[type="phone"]:hover,.form--ppc input[type="search"]:hover,.form--ppc input[type="password"]:hover,.form--ppc input[type="tel"]:hover,.form--ppc textarea:hover,.form--ppc select:hover,.form--ppc input[type="number"]:hover,.form--ppc input[type="file"]:hover{border-color:#acadb9}.form--ppc input:-webkit-autofill,.form--ppc textarea:-webkit-autofill,.form--ppc select:-webkit-autofill{-webkit-animation-name:autofill;-webkit-animation-fill-mode:both}.form--ppc select{-moz-appearance:none;-webkit-appearance:none;padding-right:50px;background-image:url(/images/down-arrow.png);background-size:14px;background-color:#fff;background-repeat:no-repeat;background-position:calc(100% - 14px) center;line-height:inherit}.form--ppc textarea{height:120px;max-height:200px;padding:15px 0;resize:none;line-height:1.6}.form--ppc input[type="file"]{padding:10px;height:auto}.form--ppc .form-label{color:#1b1b1b;font-size:1rem;font-weight:500;display:block}.form--ppc .form-label span{font-size:11px;color:#858585;margin-left:3px;margin-top:2px}.form--ppc input.error,.form--ppc select.error,.form--ppc textarea.error{border-color:red !important}.form--ppc .error{border-color:red;color:red;font-size:14px}.form--ppc .error .iti--allow-dropdown{border-color:red}.form--ppc .error iframe{border:1px solid red}.form--ppc input.form-button,.form--ppc button.form-button{background:#ee3e5a;color:#fff;border:none;padding:5px 30px;font-size:1.25rem;height:50px;display:block;border-radius:4px;cursor:pointer;border:1px solid #ee3e5a;min-width:200px;margin:0 auto}.form--ppc input.form-button:hover,.form--ppc button.form-button:hover{background:#fff;color:#ee3e5a;border:1px solid #ee3e5a}.form--ppc input.form-button{margin:0 auto;margin-bottom:4px}@media (min-width: 1200px){.form--ppc input.form-button{min-width:300px}}.form--ppc .form-questionnaire{padding-top:5px;margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form--ppc .small-content{font-size:12px;font-weight:500;display:block;text-align:center}.featured-card-list{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:clamp(1rem, 2vw, 2rem);max-width:1360px;margin:auto}@media (max-width: 767px){.featured-card-list{grid-template-columns:repeat(1, 1fr);grid-gap:1rem}.featured-card-list p{font-size:13px}}.featured-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:clamp(1.2rem, 2vw, 2.5rem);gap:clamp(1.5rem, 2vw, 2rem);background-color:#fff}.featured-card__media svg{max-width:50px;max-height:50px;fill:#ee3e5a}.featured-card__content h6{font-weight:600;font-size:clamp(1.1rem, 1.3vw, 1.3rem)}.casestudies-wrapper{margin:0 auto;margin-bottom:4rem}@media (max-width: 1199px){.casestudies-wrapper{margin-bottom:2rem}}.casestudy-slider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}@media (max-width: 767px){.casestudy-slider{margin:0 -0.75rem}}.casestudy-slider .slick-slide{display:grid !important;grid-template-columns:repeat(3, 1fr)}.casestudy-slider__item{padding:0 0.75rem}.casestudies{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:clamp(1rem, 1.25vw, 1.25rem);padding:1rem 0}.casestudy{position:relative;text-align:center;display:inline-block;overflow:hidden;aspect-ratio:14/9;border-radius:4px;-webkit-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s}.casestudy .casestudy__media{overflow:hidden}.casestudy:hover{-webkit-box-shadow:rgba(0,0,0,0.24) 0px 3px 8px;box-shadow:rgba(0,0,0,0.24) 0px 3px 8px}.casestudy:hover .casestudy__media picture img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}@media (min-width: 768px){.casestudy:hover .casestudy__content .text-link{-webkit-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%)}}.casestudy__media picture img{width:100%}.casestudy__media img{-webkit-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s}.casestudy__media .country-flag{position:absolute;top:-1px;right:0;z-index:1;width:55px;overflow:hidden;aspect-ratio:9/6}.casestudy__media .country-flag img{-o-object-fit:cover;object-fit:cover;width:100%}.casestudy .casestudy__content{position:absolute;left:0;right:0;top:0;bottom:0;padding:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#000000ad;color:#fff}.casestudy .casestudy__content h5{margin:0}.casestudy .casestudy__content p{font-weight:400;font-size:1rem;opacity:0.8}@media (max-width: 767px){.casestudy .casestudy__content p{margin-top:10px;line-height:1.3}}.casestudy .casestudy__content .country{margin-top:clamp(1rem, 2vw, 2rem);margin-bottom:0.5rem}.casestudy .casestudy__content .text-link{margin-top:2rem;text-decoration:underline;font-size:14px}@media (min-width: 768px){.casestudy .casestudy__content .text-link{position:absolute;bottom:0;right:0;background-color:#ee3e5a;color:#fff;padding:0.5rem 1rem;border-top-left-radius:4px;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);font-weight:600;text-decoration:none}.casestudy .casestudy__content .text-link:hover{text-decoration:underline}}.grids-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:3rem}@media (max-width: 576px){.grids-wrap{gap:1rem}}.grids-wrap .badges-img{max-width:120px}@media (max-width: 1199px){.grids-wrap .badges-img{max-width:90px}}@media (max-width: 767px){.grids-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.grids-wrap>*{-webkit-box-flex:0;-ms-flex:0 0 29%;flex:0 0 29%}}.grids-wrap picture{background-color:transparent;padding:0}.table{border:1px solid #e7e8e8;border-spacing:inherit;border-radius:8px;overflow:hidden;max-width:1100px;margin:auto}@media (max-width: 767px){.table{width:700px}}.table thead{background:#012936;color:#fff}.table thead th{padding:15px;font-size:clamp(1rem, 1.3vw, 1.3rem)}@media (max-width: 767px){.table thead th{font-weight:600;padding:15px}}.table .listing{padding:clamp(2rem, 3vw, 3rem)}.table .listing li{font-weight:400}@media (max-width: 991px){.table .listing li{font-size:14px}}.table .listing li:last-child{padding-bottom:0}.table tbody th>div{background:#bae1fe;padding:10px;font-size:clamp(1rem, 1.2vw, 1.2rem)}.table tbody tr:has(td) td:first-child{border-right:1px solid #e7e8e8}.table tbody tr>*{vertical-align:top}@media (min-width: 1200px){.table tbody tr>*:last-child:not(th){padding-right:clamp(1rem, 2.5vw, 2.5rem)}}@media (min-width: 1200px){.table tbody tr>*:first-child:not(th){padding-left:clamp(1rem, 2.5vw, 2.5rem)}}.table tbody tr th{padding:0}.grids-wrap img:not(:hover){-webkit-filter:grayscale(0);filter:grayscale(0)}.section-sticker{background-color:#bae1fe;background-repeat:no-repeat;background-position:right center}@media (min-width: 1200px){.section-sticker{background-size:contain}}@media (max-width: 1199px){.section-sticker{background:#bae1fe;background-size:cover}}.section-sticker h3{max-width:530px;font-weight:600;margin-bottom:10px}.section-sticker h3 b{font-weight:800}.counter-row{display:grid;grid-template-columns:repeat(4, 1fr);text-align:center}@media (max-width: 1199px){.counter-row{overflow:auto;grid-gap:1rem;padding-bottom:1rem}}.counter__number{display:block;min-width:100px;font-size:clamp(2.5rem, 3.5vw, 4rem);color:#000;font-weight:700;line-height:1;margin-bottom:0.5rem}@media (max-width: 1199px){.counter__number{font-size:2rem}}.counter__label{display:block;font-size:18px;font-weight:500;line-height:1.4;white-space:nowrap}.counter-colm{padding:0 2rem;position:relative}@media (min-width: 768px){.card-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0px 0px -30px}}@media (max-width: 767px){.card-wrapper{margin:0;margin-top:1.25rem}}@media (min-width: 768px){.card-wrapper .card{margin-bottom:30px;position:relative;overflow:hidden;-webkit-box-flex:0;-ms-flex:0 0 32%;flex:0 0 32%}}@media (max-width: 767px){.card-wrapper .card{padding-bottom:1.25rem;margin-bottom:1.25rem;border-bottom:1px solid #ddd}}@media (max-width: 1199px) and (min-width: 768px){.card-wrapper .card{-webkit-box-flex:0;-ms-flex:0 0 48%;flex:0 0 48%}}.card-wrapper .card:hover .card__disc{opacity:1;height:100%;z-index:999}@media (min-width: 1200px){.card-wrapper .card:hover .card__title{top:50px;z-index:9999;color:#000;font-size:1.25rem;font-weight:600;margin-bottom:0}}.card-wrapper .card__info{position:relative}@media (max-width: 1199px){.card-wrapper .card__info{display:none}}.card-wrapper .card__info::before{content:attr(title);width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,0.6);z-index:9;font-size:calc(1.125rem + 0.315vw);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:500}.card-wrapper .card__info img{width:100%;-o-object-fit:cover;object-fit:cover;display:block;position:relative}.card-wrapper .card__info h4{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);color:#fff;z-index:99;font-weight:600;width:100%;text-align:center;-webkit-transition:0.8s ease;transition:0.8s ease}@media (min-width: 1200px){.card-wrapper .card__disc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;height:0;bottom:0;opacity:0;padding:35px 15px;-webkit-transition:0.3s ease;transition:0.3s ease;text-align:center;background-color:#f3f3f2}.card-wrapper .card__disc img{display:none}}@media (min-width: 1200px) and (max-width: 1400px){.card-wrapper .card__disc{padding:20px 15px}}.card-wrapper .card__disc p{font-size:14px;font-weight:400;margin-top:10px}@media (max-width: 767px){.card-wrapper .card__disc p{margin-top:20px}}@media (max-width: 767px){.card-wrapper .card__disc .data-acces{display:none;margin-top:1rem}}.card-wrapper .card__disc .data-acces__link{margin-top:1rem;font-weight:600;display:block}.card-wrapper .card__disc .data-acces__link a{color:#df2e57;margin-left:0.25rem}.card-wrapper .card__disc .data-acces__link a:hover{text-decoration:underline}@media screen and (max-width: 992px) and (orientation: landscape){.card-wrapper .card__disc{opacity:1;height:100%;z-index:999}}@media (max-width: 767px){.card-wrapper .card__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;font-weight:600;gap:1rem;cursor:pointer;margin:0;font-size:1rem}.card-wrapper .card__title::after{border-bottom:1px solid #000;border-left:1px solid #000;content:"";height:10px;position:relative;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);width:10px;-webkit-transition:0.25s ease-in-out all;transition:0.25s ease-in-out all}.card-wrapper .card__title.active::after{-webkit-transform:rotate(-225deg);-ms-transform:rotate(-225deg);transform:rotate(-225deg)}}.tooltip{background:#fff;width:-webkit-max-content;width:-moz-max-content;width:max-content;border-radius:3px;padding:2px 6px;border:1px solid #adadad;position:relative;font-size:14px;z-index:9}@media (max-width: 767px){.map-main{overflow-x:auto}}.map-wrapper{position:relative;width:100%}@media (max-width: 991px){.map-wrapper{width:100%;margin-bottom:calc(2rem + 2.5vw)}}@media (max-width: 767px){.map-wrapper{min-width:768px;overflow-x:auto}.map-wrapper picture{width:100%}.map-wrapper picture img{width:100%}}.map-wrapper .map-pin{position:absolute;width:8px;height:5px}.map-wrapper .map-pin i{width:16px;height:16px;background-color:#df2e57;border-radius:60px 60px 0px 60px;position:relative;-webkit-transform:translate(-4px, -18px) rotate(45deg);-ms-transform:translate(-4px, -18px) rotate(45deg);transform:translate(-4px, -18px) rotate(45deg);display:block;z-index:1;cursor:pointer}.map-wrapper .map-pin i::after{content:"";width:8px;height:8px;background:#2222224f;position:absolute;left:26%;top:26%;border-radius:60px}.map-wrapper .map-pin:before,.map-wrapper .map-pin:after{content:"";width:100%;height:100%;border-radius:100%;background-color:#000;position:absolute;top:0;right:0;bottom:0px;left:0;margin:auto;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-animation:pulse-me 1s linear infinite;animation:pulse-me 1s linear infinite}.map-wrapper .map-pin:after{-webkit-animation-delay:0.05s;animation-delay:0.05s}@media (max-width: 991px){.hide-mob{overflow:scroll}}@media (max-width: 767px){.hide-mob{display:none}}.arrow-scroll a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:4rem}.arrow-scroll a span{display:block;color:#ee3e5a;font-size:18px;font-weight:500}.arrow-container{width:16px;-webkit-animation:bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);animation:bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);cursor:pointer;height:20px;margin-top:1.5rem}.arrow-container .arrow-down{height:2px;background:#ee3e5a;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:0% 0%;-ms-transform-origin:0% 0%;transform-origin:0% 0%;border-radius:3px}.arrow-container .arrow-down:after{content:"";position:absolute;width:100%;height:100%;bottom:0;left:100%;border-radius:3px;background:#ee3e5a;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:0% 100%;-ms-transform-origin:0% 100%;transform-origin:0% 100%}@-webkit-keyframes bounce{50%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{50%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}.offer-tag{position:relative;font-size:0.75rem;background-color:#ee3e5a;color:#fff;text-align:center;padding:4px 30px 4px 12px;font-weight:500;overflow:hidden;left:0;top:-5px}.offer-tag:after{content:"";position:absolute;right:0;top:50%;border:18px solid transparent;border-right-color:#bae1fe;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.js--tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:600px;margin:0 auto;border:2px solid #ee3e5a;border-radius:10px;overflow:hidden}.js--tabs li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.js--tabs li a{display:block;text-align:center;padding:0.8rem 1rem;font-weight:600;color:#ee3e5a;font-size:16px}@media (max-width: 767px){.js--tabs li a{font-size:14px;padding:8px 10px}}@media (max-width: 576px){.js--tabs li a{font-size:11px}}.js--tabs li a.current{color:#fff;background-color:#ee3e5a}.tabs-body{margin-top:2.5rem}.tabs-body .grid__footer-cta{display:grid;text-align:center;padding-bottom:0px}@media only screen and (min-width: 992px){.tabs-body .grid__footer-cta{grid-template-columns:repeat(4, 1fr);grid-gap:clamp(1rem, 2.5vw, 2.5rem)}}@media only screen and (max-width: 991px){.tabs-body .grid__footer-cta{grid-template-columns:repeat(2, 1fr);grid-gap:2rem}}@media only screen and (max-width: 576px){.tabs-body .grid__footer-cta{grid-gap:1rem}}.tabs-body .grid__footer-cta.demo-wrap{margin:0 auto}.tabs-body .grid__footer-cta.demo-wrap .grid_footer-cols .demo-img{border-radius:6px;overflow:hidden;position:relative}.tabs-body .grid__footer-cta.demo-wrap .grid_footer-cols .demo-img picture{display:block;background:#dddddd;aspect-ratio:1/1.5}.tabs-body .grid__footer-cta.demo-wrap .grid_footer-cols .demo-img img{-webkit-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s}.tabs-body .grid__footer-cta.demo-wrap .grid_footer-cols .demo-img:hover picture img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.tabs-body .grid__footer-cta.demo-wrap .grid_footer-cols .txt{position:absolute;bottom:0;left:0;font-size:16px;font-weight:500;color:#fff;background-color:#ee3e5a;padding:0.5rem 1rem}@media (max-width: 576px){.tabs-body .grid__footer-cta.demo-wrap .grid_footer-cols .txt{font-size:12px;padding:4px 6px}}.tabs-body .grid__footer-cta.demo-wrap .grid_footer-cols .text-link{position:absolute;top:0;right:0;bottom:0;left:0}.tabs-body-content:not(.visible){display:none}.key-players{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:1200px;margin:0 auto;margin-bottom:clamp(2rem, 4vw, 4rem)}.key-players .player-name{padding:2rem;max-width:24%;-webkit-box-flex:0;-ms-flex:0 0 24%;flex:0 0 24%;text-align:center;font-size:clamp(1rem, 1.9vw, 1.9rem);font-weight:700;background-color:#fff;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}@media (max-width: 991px){.key-players .player-name{max-width:46%;-webkit-box-flex:0;-ms-flex:0 0 46%;flex:0 0 46%;padding:1.5rem 1rem}}.key-players .player-name:first-child:hover{background-color:#fef0e9}.key-players .player-name:nth-child(2):hover{background-color:#fef6ed}.key-players .player-name:nth-child(3):hover{background-color:#ebf0fe}.key-players .player-name:nth-child(4):hover{background-color:#fefaeb}.key-players .player-name:nth-child(5):hover{background-color:#e6f1f3}.key-players .player-name:nth-child(6):hover{background-color:#faede7}.key-players .player-name:nth-child(7):hover{background-color:#ffebed}.key-players .player-name:nth-child(8):hover{background-color:#f3e6ee}.hero-banner-whyyokart{position:relative}.hero-banner-sticky{position:absolute;right:0;top:47%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.hero-banner-sticky img{width:calc(clamp(37.5rem, 44.743vw + 8.809rem, 62.5rem))}@media (max-width: 1199px){.hero-banner-sticky{width:500px}}
>>>>>>> task-65917-footer-resources-update
