.container,
.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.col,
[class^="col-"],
[class*=" col-"] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.no-gutters .col,
.no-gutters [class^="col-"],
.no-gutters [class*=" col-"],
.grid-row .col,
.grid-row [class^="col-"],
.grid-row [class*=" col-"] {
  padding-left: 0;
  padding-right: 0;
}
.grid-row,
.row {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row.mar24 {
  margin-right: -12px;
  margin-left: -12px;
}
.row.mar24 [class*="col-"],
.row.mar24 [class^="col-"] {
  padding-right: 12px;
  padding-left: 12px;
}
.row.mar20 {
  margin-right: -10px;
  margin-left: -10px;
}
.row.mar20 [class*="col-"],
.row.mar20 [class^="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.row.mar15 {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.row.mar15 [class*="col-"],
.row.mar15 [class^="col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.row.mar12 {
  margin-right: -6px;
  margin-left: -6px;
}
.row.mar12 .col,
.row.mar12 [class*="col-"],
.row.mar12 [class^="col-"] {
  padding-right: 6px;
  padding-left: 6px;
}
.grid-top {
  -ms-flex-align: start;
  align-items: flex-start;
}
.grid-bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}
.grid-center {
  -ms-flex-align: center;
  align-items: center;
}
.grid-justify-enter {
  -ms-flex-pack: center;
  justify-content: center;
}
.grid-col-top {
  align-self: flex-start;
  -ms-flex-item-align: start;
}
.grid-col-bottom {
  align-self: flex-end;
  -ms-flex-item-align: end;
}
.grid-col--center {
  align-self: center;
  -ms-flex-item-align: center;
}
.grid-col-auto-size {
  box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
:root[dir=rtl] [class^="offset-"],
:root[dir=rtl] [class*=" offset-"] {
  margin-left: 0;
}
.col {
  flex-basis: 0;
  -ms-box-flex: 1;
  box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-xs-auto {
  box-flex: 1;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-xs {
  flex-basis: 0;
  -ms-box-flex: 1;
  box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-xs-1 {
  box-flex: 1;
  -ms-flex: 0 0 8.333333333333332%;
  flex: 0 0 8.333333333333332%;
  max-width: 8.333333333333332%;
}
.col-xs-2 {
  box-flex: 1;
  -ms-flex: 0 0 16.666666666666664%;
  flex: 0 0 16.666666666666664%;
  max-width: 16.666666666666664%;
}
.col-xs-3 {
  box-flex: 1;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-xs-4 {
  box-flex: 1;
  -ms-flex: 0 0 33.33333333333333%;
  flex: 0 0 33.33333333333333%;
  max-width: 33.33333333333333%;
}
.col-xs-5 {
  box-flex: 1;
  -ms-flex: 0 0 41.66666666666667%;
  flex: 0 0 41.66666666666667%;
  max-width: 41.66666666666667%;
}
.col-xs-6 {
  box-flex: 1;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-xs-7 {
  box-flex: 1;
  -ms-flex: 0 0 58.333333333333336%;
  flex: 0 0 58.333333333333336%;
  max-width: 58.333333333333336%;
}
.col-xs-8 {
  box-flex: 1;
  -ms-flex: 0 0 66.66666666666666%;
  flex: 0 0 66.66666666666666%;
  max-width: 66.66666666666666%;
}
.col-xs-9 {
  box-flex: 1;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-xs-10 {
  box-flex: 1;
  -ms-flex: 0 0 83.33333333333334%;
  flex: 0 0 83.33333333333334%;
  max-width: 83.33333333333334%;
}
.col-xs-11 {
  box-flex: 1;
  -ms-flex: 0 0 91.66666666666666%;
  flex: 0 0 91.66666666666666%;
  max-width: 91.66666666666666%;
}
.col-xs-12 {
  box-flex: 1;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.offset-xs-1 {
  margin-left: 8.333333333333332%;
}
:root[dir=rtl] .offset-xs-1 {
  margin-right: 8.333333333333332%;
}
.offset-xs-2 {
  margin-left: 16.666666666666664%;
}
:root[dir=rtl] .offset-xs-2 {
  margin-right: 16.666666666666664%;
}
.offset-xs-3 {
  margin-left: 25%;
}
:root[dir=rtl] .offset-xs-3 {
  margin-right: 25%;
}
.offset-xs-4 {
  margin-left: 33.33333333333333%;
}
:root[dir=rtl] .offset-xs-4 {
  margin-right: 33.33333333333333%;
}
.offset-xs-5 {
  margin-left: 41.66666666666667%;
}
:root[dir=rtl] .offset-xs-5 {
  margin-right: 41.66666666666667%;
}
.offset-xs-6 {
  margin-left: 50%;
}
:root[dir=rtl] .offset-xs-6 {
  margin-right: 50%;
}
.offset-xs-7 {
  margin-left: 58.333333333333336%;
}
:root[dir=rtl] .offset-xs-7 {
  margin-right: 58.333333333333336%;
}
.offset-xs-8 {
  margin-left: 66.66666666666666%;
}
:root[dir=rtl] .offset-xs-8 {
  margin-right: 66.66666666666666%;
}
.offset-xs-9 {
  margin-left: 75%;
}
:root[dir=rtl] .offset-xs-9 {
  margin-right: 75%;
}
.offset-xs-10 {
  margin-left: 83.33333333333334%;
}
:root[dir=rtl] .offset-xs-10 {
  margin-right: 83.33333333333334%;
}
.offset-xs-11 {
  margin-left: 91.66666666666666%;
}
:root[dir=rtl] .offset-xs-11 {
  margin-right: 91.66666666666666%;
}
.offset-xs-12 {
  margin-left: 100%;
}
:root[dir=rtl] .offset-xs-12 {
  margin-right: 100%;
}
.order-xs-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-xs-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-xs-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-xs-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-xs-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-xs-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-xs-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-xs-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-xs-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-xs-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-xs-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-xs-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-xs-12 {
  -ms-flex-order: 12;
  order: 12;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .col {
    flex-basis: 0;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    box-flex: 1;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm {
    flex-basis: 0;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-1 {
    box-flex: 1;
    -ms-flex: 0 0 8.333333333333332%;
    flex: 0 0 8.333333333333332%;
    max-width: 8.333333333333332%;
  }
  .col-sm-2 {
    box-flex: 1;
    -ms-flex: 0 0 16.666666666666664%;
    flex: 0 0 16.666666666666664%;
    max-width: 16.666666666666664%;
  }
  .col-sm-3 {
    box-flex: 1;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    box-flex: 1;
    -ms-flex: 0 0 33.33333333333333%;
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .col-sm-5 {
    box-flex: 1;
    -ms-flex: 0 0 41.66666666666667%;
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
  }
  .col-sm-6 {
    box-flex: 1;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    box-flex: 1;
    -ms-flex: 0 0 58.333333333333336%;
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
  }
  .col-sm-8 {
    box-flex: 1;
    -ms-flex: 0 0 66.66666666666666%;
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
  .col-sm-9 {
    box-flex: 1;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    box-flex: 1;
    -ms-flex: 0 0 83.33333333333334%;
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
  .col-sm-11 {
    box-flex: 1;
    -ms-flex: 0 0 91.66666666666666%;
    flex: 0 0 91.66666666666666%;
    max-width: 91.66666666666666%;
  }
  .col-sm-12 {
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-1 {
    margin-left: 8.333333333333332%;
  }
  :root[dir=rtl] .offset-sm-1 {
    margin-right: 8.333333333333332%;
  }
  .offset-sm-2 {
    margin-left: 16.666666666666664%;
  }
  :root[dir=rtl] .offset-sm-2 {
    margin-right: 16.666666666666664%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  :root[dir=rtl] .offset-sm-3 {
    margin-right: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333333333%;
  }
  :root[dir=rtl] .offset-sm-4 {
    margin-right: 33.33333333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666666666667%;
  }
  :root[dir=rtl] .offset-sm-5 {
    margin-right: 41.66666666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  :root[dir=rtl] .offset-sm-6 {
    margin-right: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333333333336%;
  }
  :root[dir=rtl] .offset-sm-7 {
    margin-right: 58.333333333333336%;
  }
  .offset-sm-8 {
    margin-left: 66.66666666666666%;
  }
  :root[dir=rtl] .offset-sm-8 {
    margin-right: 66.66666666666666%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  :root[dir=rtl] .offset-sm-9 {
    margin-right: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333333334%;
  }
  :root[dir=rtl] .offset-sm-10 {
    margin-right: 83.33333333333334%;
  }
  .offset-sm-11 {
    margin-left: 91.66666666666666%;
  }
  :root[dir=rtl] .offset-sm-11 {
    margin-right: 91.66666666666666%;
  }
  .offset-sm-12 {
    margin-left: 100%;
  }
  :root[dir=rtl] .offset-sm-12 {
    margin-right: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .col {
    flex-basis: 0;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    box-flex: 1;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md {
    flex-basis: 0;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-1 {
    box-flex: 1;
    -ms-flex: 0 0 8.333333333333332%;
    flex: 0 0 8.333333333333332%;
    max-width: 8.333333333333332%;
  }
  .col-md-2 {
    box-flex: 1;
    -ms-flex: 0 0 16.666666666666664%;
    flex: 0 0 16.666666666666664%;
    max-width: 16.666666666666664%;
  }
  .col-md-3 {
    box-flex: 1;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    box-flex: 1;
    -ms-flex: 0 0 33.33333333333333%;
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .col-md-5 {
    box-flex: 1;
    -ms-flex: 0 0 41.66666666666667%;
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
  }
  .col-md-6 {
    box-flex: 1;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    box-flex: 1;
    -ms-flex: 0 0 58.333333333333336%;
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
  }
  .col-md-8 {
    box-flex: 1;
    -ms-flex: 0 0 66.66666666666666%;
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
  .col-md-9 {
    box-flex: 1;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    box-flex: 1;
    -ms-flex: 0 0 83.33333333333334%;
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
  .col-md-11 {
    box-flex: 1;
    -ms-flex: 0 0 91.66666666666666%;
    flex: 0 0 91.66666666666666%;
    max-width: 91.66666666666666%;
  }
  .col-md-12 {
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-1 {
    margin-left: 8.333333333333332%;
  }
  :root[dir=rtl] .offset-md-1 {
    margin-right: 8.333333333333332%;
  }
  .offset-md-2 {
    margin-left: 16.666666666666664%;
  }
  :root[dir=rtl] .offset-md-2 {
    margin-right: 16.666666666666664%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  :root[dir=rtl] .offset-md-3 {
    margin-right: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333333333%;
  }
  :root[dir=rtl] .offset-md-4 {
    margin-right: 33.33333333333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666666666667%;
  }
  :root[dir=rtl] .offset-md-5 {
    margin-right: 41.66666666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  :root[dir=rtl] .offset-md-6 {
    margin-right: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333333333336%;
  }
  :root[dir=rtl] .offset-md-7 {
    margin-right: 58.333333333333336%;
  }
  .offset-md-8 {
    margin-left: 66.66666666666666%;
  }
  :root[dir=rtl] .offset-md-8 {
    margin-right: 66.66666666666666%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  :root[dir=rtl] .offset-md-9 {
    margin-right: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333333334%;
  }
  :root[dir=rtl] .offset-md-10 {
    margin-right: 83.33333333333334%;
  }
  .offset-md-11 {
    margin-left: 91.66666666666666%;
  }
  :root[dir=rtl] .offset-md-11 {
    margin-right: 91.66666666666666%;
  }
  .offset-md-12 {
    margin-left: 100%;
  }
  :root[dir=rtl] .offset-md-12 {
    margin-right: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col {
    flex-basis: 0;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    box-flex: 1;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg {
    flex-basis: 0;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-1 {
    box-flex: 1;
    -ms-flex: 0 0 8.333333333333332%;
    flex: 0 0 8.333333333333332%;
    max-width: 8.333333333333332%;
  }
  .col-lg-2 {
    box-flex: 1;
    -ms-flex: 0 0 16.666666666666664%;
    flex: 0 0 16.666666666666664%;
    max-width: 16.666666666666664%;
  }
  .col-lg-3 {
    box-flex: 1;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    box-flex: 1;
    -ms-flex: 0 0 33.33333333333333%;
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .col-lg-5 {
    box-flex: 1;
    -ms-flex: 0 0 41.66666666666667%;
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
  }
  .col-lg-6 {
    box-flex: 1;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    box-flex: 1;
    -ms-flex: 0 0 58.333333333333336%;
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
  }
  .col-lg-8 {
    box-flex: 1;
    -ms-flex: 0 0 66.66666666666666%;
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
  .col-lg-9 {
    box-flex: 1;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    box-flex: 1;
    -ms-flex: 0 0 83.33333333333334%;
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
  .col-lg-11 {
    box-flex: 1;
    -ms-flex: 0 0 91.66666666666666%;
    flex: 0 0 91.66666666666666%;
    max-width: 91.66666666666666%;
  }
  .col-lg-12 {
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-1 {
    margin-left: 8.333333333333332%;
  }
  :root[dir=rtl] .offset-lg-1 {
    margin-right: 8.333333333333332%;
  }
  .offset-lg-2 {
    margin-left: 16.666666666666664%;
  }
  :root[dir=rtl] .offset-lg-2 {
    margin-right: 16.666666666666664%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  :root[dir=rtl] .offset-lg-3 {
    margin-right: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333333333%;
  }
  :root[dir=rtl] .offset-lg-4 {
    margin-right: 33.33333333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666666666667%;
  }
  :root[dir=rtl] .offset-lg-5 {
    margin-right: 41.66666666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  :root[dir=rtl] .offset-lg-6 {
    margin-right: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333333333336%;
  }
  :root[dir=rtl] .offset-lg-7 {
    margin-right: 58.333333333333336%;
  }
  .offset-lg-8 {
    margin-left: 66.66666666666666%;
  }
  :root[dir=rtl] .offset-lg-8 {
    margin-right: 66.66666666666666%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  :root[dir=rtl] .offset-lg-9 {
    margin-right: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333333334%;
  }
  :root[dir=rtl] .offset-lg-10 {
    margin-right: 83.33333333333334%;
  }
  .offset-lg-11 {
    margin-left: 91.66666666666666%;
  }
  :root[dir=rtl] .offset-lg-11 {
    margin-right: 91.66666666666666%;
  }
  .offset-lg-12 {
    margin-left: 100%;
  }
  :root[dir=rtl] .offset-lg-12 {
    margin-right: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .col {
    flex-basis: 0;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    box-flex: 1;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl {
    flex-basis: 0;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-1 {
    box-flex: 1;
    -ms-flex: 0 0 8.333333333333332%;
    flex: 0 0 8.333333333333332%;
    max-width: 8.333333333333332%;
  }
  .col-xl-2 {
    box-flex: 1;
    -ms-flex: 0 0 16.666666666666664%;
    flex: 0 0 16.666666666666664%;
    max-width: 16.666666666666664%;
  }
  .col-xl-3 {
    box-flex: 1;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    box-flex: 1;
    -ms-flex: 0 0 33.33333333333333%;
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .col-xl-5 {
    box-flex: 1;
    -ms-flex: 0 0 41.66666666666667%;
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
  }
  .col-xl-6 {
    box-flex: 1;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    box-flex: 1;
    -ms-flex: 0 0 58.333333333333336%;
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
  }
  .col-xl-8 {
    box-flex: 1;
    -ms-flex: 0 0 66.66666666666666%;
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
  .col-xl-9 {
    box-flex: 1;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    box-flex: 1;
    -ms-flex: 0 0 83.33333333333334%;
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
  .col-xl-11 {
    box-flex: 1;
    -ms-flex: 0 0 91.66666666666666%;
    flex: 0 0 91.66666666666666%;
    max-width: 91.66666666666666%;
  }
  .col-xl-12 {
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-1 {
    margin-left: 8.333333333333332%;
  }
  :root[dir=rtl] .offset-xl-1 {
    margin-right: 8.333333333333332%;
  }
  .offset-xl-2 {
    margin-left: 16.666666666666664%;
  }
  :root[dir=rtl] .offset-xl-2 {
    margin-right: 16.666666666666664%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  :root[dir=rtl] .offset-xl-3 {
    margin-right: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333333333%;
  }
  :root[dir=rtl] .offset-xl-4 {
    margin-right: 33.33333333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666666666667%;
  }
  :root[dir=rtl] .offset-xl-5 {
    margin-right: 41.66666666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  :root[dir=rtl] .offset-xl-6 {
    margin-right: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333333333336%;
  }
  :root[dir=rtl] .offset-xl-7 {
    margin-right: 58.333333333333336%;
  }
  .offset-xl-8 {
    margin-left: 66.66666666666666%;
  }
  :root[dir=rtl] .offset-xl-8 {
    margin-right: 66.66666666666666%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  :root[dir=rtl] .offset-xl-9 {
    margin-right: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333333334%;
  }
  :root[dir=rtl] .offset-xl-10 {
    margin-right: 83.33333333333334%;
  }
  .offset-xl-11 {
    margin-left: 91.66666666666666%;
  }
  :root[dir=rtl] .offset-xl-11 {
    margin-right: 91.66666666666666%;
  }
  .offset-xl-12 {
    margin-left: 100%;
  }
  :root[dir=rtl] .offset-xl-12 {
    margin-right: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-xs-table,
.visible-xs-table-row,
.visible-xs-table-cell,
.visible-xs-flex,
.visible-xs-inline-flex {
  display: none !important;
}
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-sm-table,
.visible-sm-table-row,
.visible-sm-table-cell,
.visible-sm-flex,
.visible-sm-inline-flex {
  display: none !important;
}
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-md-table,
.visible-md-table-row,
.visible-md-table-cell,
.visible-md-flex,
.visible-md-inline-flex {
  display: none !important;
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-lg-table,
.visible-lg-table-row,
.visible-lg-table-cell,
.visible-lg-flex,
.visible-lg-inline-flex {
  display: none !important;
}
.visible-xl,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl-table,
.visible-xl-table-row,
.visible-xl-table-cell,
.visible-xl-flex,
.visible-xl-inline-flex {
  display: none !important;
}
@media (max-width: 575px) {
  .visible-xs {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .visible-xs-flex {
    display: -ms-flexbox !important;
    display: box !important;
    display: flex !important;
  }
  .visible-xs-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-box !important;
    display: inline-flex !important;
  }
  table.visible-xs,
  .visible-xs-table {
    display: table !important;
  }
  tr.visible-xs,
  .visible-xs-table-row {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs,
  .visible-xs-table-cell {
    display: table-cell !important;
  }
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .visible-sm {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
  .visible-sm-flex {
    display: -ms-flexbox !important;
    display: box !important;
    display: flex !important;
  }
  .visible-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-box !important;
    display: inline-flex !important;
  }
  table.visible-sm,
  .visible-sm-table {
    display: table !important;
  }
  tr.visible-sm,
  .visible-sm-table-row {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm,
  .visible-sm-table-cell {
    display: table-cell !important;
  }
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
  .visible-md-flex {
    display: -ms-flexbox !important;
    display: box !important;
    display: flex !important;
  }
  .visible-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-box !important;
    display: inline-flex !important;
  }
  table.visible-md,
  .visible-md-table {
    display: table !important;
  }
  tr.visible-md,
  .visible-md-table-row {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md,
  .visible-md-table-cell {
    display: table-cell !important;
  }
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .visible-lg-flex {
    display: -ms-flexbox !important;
    display: box !important;
    display: flex !important;
  }
  .visible-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-box !important;
    display: inline-flex !important;
  }
  table.visible-lg,
  .visible-lg-table {
    display: table !important;
  }
  tr.visible-lg,
  .visible-lg-table-row {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg,
  .visible-lg-table-cell {
    display: table-cell !important;
  }
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .visible-xl {
    display: block !important;
  }
  .visible-xl-inline {
    display: inline !important;
  }
  .visible-xl-inline-block {
    display: inline-block !important;
  }
  .visible-xl-flex {
    display: -ms-flexbox !important;
    display: box !important;
    display: flex !important;
  }
  .visible-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-box !important;
    display: inline-flex !important;
  }
  table.visible-xl,
  .visible-xl-table {
    display: table !important;
  }
  tr.visible-xl,
  .visible-xl-table-row {
    display: table-row !important;
  }
  td.visible-xl,
  th.visible-xl,
  .visible-xl-table-cell {
    display: table-cell !important;
  }
  .hidden-xl {
    display: none !important;
  }
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  margin: 0;
}
@-ms-viewport {
  width: device-width;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
article,
details,
section,
summary,
aside,
main,
menu,
nav,
figcaption,
figure,
footer,
header,
hgroup {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
[hidden],
template {
  display: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
b,
strong {
  font-weight: bold;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img,
video {
  border: 0;
  max-width: 100%;
  height: auto;
}
img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
a:active,
a:hover {
  outline: 0;
}
h1 a,
h2 a,
h3 a,
.title a,
.entry-title a {
  color: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
summary {
  display: list-item;
}
output {
  display: inline-block;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 2px;
  padding: 2px 4px;
  white-space: nowrap;
  direction: ltr;
  text-align: left;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #777;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #fbfbfb;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  tab-size: 4;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
li a {
  color: inherit;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.invisible {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.visible {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.hide,
.hidden {
  display: none;
}
.force-hide {
  display: none !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.m-center {
  margin-left: auto;
  margin-right: auto;
}
.middle {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.all-middle {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.horizental-center {
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.vertical-center {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.self-center {
  align-self: center;
  -ms-flex-item-align: center;
}
.ltr {
  direction: ltr;
}
.rtl {
  direction: rtl;
}
.go-right {
  float: right;
}
.go-left {
  float: left;
}
.circle {
  display: inline-block;
  border-radius: 100%;
}
.grayscale {
  filter: #808080;
  filter: grayscale(1);
}
.ungrayscale {
  filter: none;
}
.flip-h {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.flip-v {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.in-height p {
  line-height: inherit;
}
.hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.no-p {
  padding: 0px;
}
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.sbs-media {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.sbs-media .sbs-content {
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 1em;
  min-width: 0px;
}
.abs-fill {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
html {
  font-family: 'isans', tahoma, 'Open sans', sans-serif;
  font-size: 13px;
}
body {
  margin: 0;
  font-family: 13px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #373737;
  text-align: left;
  background-color: #fff;
  direction: ltr;
}
@font-face {
  font-family: 'isans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/IRANSansWeb(FaNum).eot?nqj53a#");
  src: url("../fonts/IRANSansWeb(FaNum).eot?nqj53a#iefix") format("embedded-opentype"), url("../fonts/IRANSansWeb(FaNum).woff2?nqj53a") format('woff2'), url("../fonts/IRANSansWeb(FaNum).woff?nqj53a") format('woff');
}
@font-face {
  font-family: 'isans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/IRANSansWeb(FaNum)_Bold.eot?nqj53a#");
  src: url("../fonts/IRANSansWeb(FaNum)_Bold.eot?nqj53a#iefix") format('embedded-opentype'), url("../fonts/IRANSansWeb(FaNum)_Bold.woff2?nqj53a") format('woff2'), url("../fonts/IRANSansWeb(FaNum)_Bold.woff?nqj53a") format('woff');
}
@font-face {
  font-family: 'isans';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/IRANSansWeb(FaNum)_Medium.eot?nqj53a#");
  src: url("../fonts/IRANSansWeb(FaNum)_Medium.eot?nqj53a#iefix") format('embedded-opentype'), url("../fonts/IRANSansWeb(FaNum)_Medium.woff2?nqj53a") format('woff2'), url("../fonts/IRANSansWeb(FaNum)_Medium.woff?nqj53a") format('woff');
}
@font-face {
  font-family: 'isans';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/IRANSansWeb(FaNum)_Light.eot?nqj53a#");
  src: url("../fonts/IRANSansWeb(FaNum)_Light.eot?nqj53a#iefix") format('embedded-opentype'), url("../fonts/IRANSansWeb(FaNum)_Light.woff2?nqj53a") format('woff2'), url("../fonts/IRANSansWeb(FaNum)_Light.woff?nqj53a") format('woff');
}
@font-face {
  font-family: 'isans';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/IRANSansWeb(FaNum)_UltraLight.eot?nqj53a#"), src url("../fonts/IRANSansWeb(FaNum)_UltraLight.eot?nqj53a#iefix") format('embedded-opentype'), url("../fonts/IRANSansWeb(FaNum)_UltraLight.woff2?nqj53a") format('woff2'), url("../fonts/IRANSansWeb(FaNum)_UltraLight.woff?nqj53a") format('woff');
}
svg.icon {
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  width: 1em;
  height: 1em;
  -ms-transition: 200ms all ease-in-out;
  transition: 200ms all ease-in-out;
}
svg.icon path {
  -ms-transition: inherit;
  transition: inherit;
}
::selection {
  background: #aba870;
  color: #fff;
}
::-moz-selection {
  background: #aba870;
  color: #fff;
}
html {
  font-size: 13px;
  min-height: 100%;
}
body {
  font-family: 'isans', tahoma, 'Open sans', sans-serif;
  font-size: 13px;
  color: #373737;
  background-color: #fff;
  direction: rtl;
  text-align: right;
  font-weight: 400;
}
a,
ins {
  text-decoration: none;
}
img {
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.typography,
.post-content {
  font: 400 13px/2.3 'isans', tahoma, 'Open sans', sans-serif;
  color: #364c4b;
  text-align: justify;
}
.typography p,
.post-content p {
  line-height: inherit;
  margin-bottom: 27px;
  color: #000;
  font: inherit;
}
.typography p:last-child,
.post-content p:last-child {
  margin-bottom: 0;
}
.typography .row,
.post-content .row {
  margin-bottom: 27px;
}
.typography a,
.post-content a {
  color: #0f8881;
  font-weight: 700;
}
.typography a:hover,
.post-content a:hover {
  color: #948cd2;
}
.typography a.gray,
.post-content a.gray {
  color: #8a8a8a;
  font-style: italic;
}
.typography img.aligncenter,
.post-content img.aligncenter {
  display: block;
  margin: 0 auto 27px;
}
.typography img.alignright,
.post-content img.alignright {
  margin-left: 1em;
  float: right;
}
.typography img.alignleft,
.post-content img.alignleft {
  margin-right: 1em;
  float: left;
}
.typography img.alignleft + p + p,
.post-content img.alignleft + p + p,
.typography img.alignright + p + p,
.post-content img.alignright + p + p {
  clear: both;
}
.typography hr,
.post-content hr {
  outline: none;
  border: 0;
  border-top: 1px solid #eee;
  margin-bottom: 27px;
}
.typography h1,
.post-content h1,
.typography h2,
.post-content h2,
.typography h3,
.post-content h3,
.typography h4,
.post-content h4,
.typography h5,
.post-content h5,
.typography h6,
.post-content h6 {
  line-height: 1.94;
  margin-bottom: 10px;
  font-weight: 500;
  color: #000;
}
.typography h1,
.post-content h1 {
  font-size: 1.538461538461539rem;
}
.typography h2,
.post-content h2 {
  font-size: 1.384615384615385rem;
}
.typography h3,
.post-content h3 {
  font-size: 1.230769230769231rem;
}
.typography h4,
.post-content h4,
.typography h5,
.post-content h5,
.typography h6,
.post-content h6 {
  font-size: 1.076923076923077rem;
}
.typography ol,
.post-content ol,
.typography ul,
.post-content ul {
  list-style: none;
  margin-bottom: 27px;
  line-height: 2.58;
  color: #646464;
}
.typography ol ul,
.post-content ol ul,
.typography ul ul,
.post-content ul ul,
.typography ol ol,
.post-content ol ol,
.typography ul ol,
.post-content ul ol {
  padding-left: 20px;
}
html[dir="rtl"] .typography ol ul,
html[dir="rtl"] .post-content ol ul,
html[dir="rtl"] .typography ul ul,
html[dir="rtl"] .post-content ul ul,
html[dir="rtl"] .typography ol ol,
html[dir="rtl"] .post-content ol ol,
html[dir="rtl"] .typography ul ol,
html[dir="rtl"] .post-content ul ol,
body.rtl .typography ol ul,
body.rtl .post-content ol ul,
body.rtl .typography ul ul,
body.rtl .post-content ul ul,
body.rtl .typography ol ol,
body.rtl .post-content ol ol,
body.rtl .typography ul ol,
body.rtl .post-content ul ol {
  padding: 0 50px 0;
}
.typography ol,
.post-content ol {
  counter-reset: item;
  font-size: 13px;
}
.typography ol li,
.post-content ol li {
  color: #3a115d;
  position: relative;
  z-index: 0;
}
.typography ol li:not(:last-child),
.post-content ol li:not(:last-child) {
  margin-bottom: 20px;
}
.typography ol li:before,
.post-content ol li:before {
  content: counter(item);
  counter-increment: item;
  display: inline-block;
  margin-left: 15px;
  color: #3a115d;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  letter-spacing: -0.26px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .typography ol li:before,
  .post-content ol li:before {
    font-size: 11px;
  }
}
.typography ol li:before,
.post-content ol li:before {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  text-align: center;
  line-height: 33px;
}
.typography ol li:after,
.post-content ol li:after {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  width: 35px;
  height: 35px;
  background-image: -ms-radial-gradient(#fff 0%, #fff 16px, #d4d4e6 16px);
  background-image: radial-gradient(#fff 0%, #fff 16px, #d4d4e6 16px);
  border-radius: 100%;
  z-index: -1;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.typography ol li:hover:after,
.post-content ol li:hover:after {
  background-image: -ms-radial-gradient(#fff 0%, #fff 16px, #515bd4 0%, #8134af 50%, #dd2a7b 65%, #feda77 82%, #f58529 100%);
  background-image: radial-gradient(#fff 0%, #fff 16px, #515bd4 0%, #8134af 50%, #dd2a7b 65%, #feda77 82%, #f58529 100%);
}
.typography ol li:hover:before,
.post-content ol li:hover:before {
  background: -webkit--ms-linear-gradient(209deg, #515bd4 0%, #8134af 25%, #dd2a7b 53%, #feda77 82%, #f58529 100%) #000;
  background: -webkit-linear-gradient(-119deg, #515bd4 0%, #8134af 25%, #dd2a7b 53%, #feda77 82%, #f58529 100%) #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
}
.typography ul li,
.post-content ul li {
  position: relative;
  padding-right: 23px;
  color: #3a115d;
  font-size: 13px;
  font-weight: 400;
  line-height: 35.4px;
}
.typography ul li:before,
.post-content ul li:before {
  content: '\2713';
  display: inline-block;
  color: #60c339;
  font-size: 1.615384615384615rem;
  vertical-align: middle;
  margin-left: 15px;
  position: absolute;
  top: 0px;
  right: 0;
}
.typography ins,
.post-content ins {
  background-color: #fff8dc;
  color: #8f7200;
  padding: 0 3px;
}
.typography strong,
.post-content strong {
  font-weight: 700;
}
.typography em,
.post-content em {
  font-style: italic;
}
.typography pre,
.post-content pre {
  margin-bottom: 20px;
}
.typography blockquote,
.post-content blockquote {
  quotes: none;
  margin-bottom: 27px;
  padding: 10px 25px;
  position: relative;
  border-radius: 9px;
  border: 1px solid #4fa913;
  background-color: #dff4d9;
  color: #2c6f0f;
  font-size: 17px;
  display: table;
  width: auto;
}
.typography blockquote h1,
.post-content blockquote h1,
.typography blockquote h2,
.post-content blockquote h2,
.typography blockquote h3,
.post-content blockquote h3,
.typography blockquote h4,
.post-content blockquote h4,
.typography blockquote h5,
.post-content blockquote h5,
.typography blockquote h6,
.post-content blockquote h6 {
  color: #ff6430;
  font-size: 1.076923076923077rem;
  font-weight: 700;
  font-style: normal;
}
.typography blockquote p,
.post-content blockquote p {
  margin: 0;
}
.typography > *:last-child,
.post-content > *:last-child {
  margin-bottom: 0px;
}
.typography figure,
.post-content figure {
  margin: 0 0 35px 0;
  max-width: 100%;
}
.typography figure.aligncenter,
.post-content figure.aligncenter {
  margin: 0 auto 20px;
  text-align: center;
}
.typography figure.aligncenter img,
.post-content figure.aligncenter img {
  display: inline-block;
}
.typography figure.alignright,
.post-content figure.alignright {
  float: right;
  margin-left: 1em;
}
.typography figure.alignleft,
.post-content figure.alignleft {
  float: left;
  margin-right: 1em;
}
.typography figure.alignnone,
.post-content figure.alignnone {
  width: auto !important;
  margin: 0 -20px 20px;
  max-width: none;
}
.typography figure .wp-caption-text,
.post-content figure .wp-caption-text {
  color: #aaa;
  font-size: 1.076923076923077rem;
  font-weight: 400;
  font-style: italic;
  padding: 10px 10px 0;
}
.typography img.full-size,
.post-content img.full-size {
  width: 100%;
  height: auto;
}
.typography .accordion .accordion-title,
.post-content .accordion .accordion-title {
  background-color: #60c339;
  padding: 5px 12px;
  border-radius: 8px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  display: table;
  cursor: pointer;
}
.typography .accordion .accordion-content,
.post-content .accordion .accordion-content {
  margin-bottom: 27px;
  text-align: justify;
}
.typography .trailer-vid,
.post-content .trailer-vid {
  margin-bottom: 20px;
}
.typography form p,
.post-content form p {
  margin-bottom: 10px;
}
.typography input[type=text],
.post-content input[type=text],
.typography input[type=email],
.post-content input[type=email],
.typography input[type=password],
.post-content input[type=password],
.typography input[type=search],
.post-content input[type=search],
.typography input[type=tel],
.post-content input[type=tel],
.typography input[type=address],
.post-content input[type=address],
.typography input[type=number],
.post-content input[type=number] {
  border: 2px solid #eaedf3;
  height: 60px;
  border-radius: 8px;
  padding: 0 15px;
  max-width: 100%;
}
.typography textarea,
.post-content textarea {
  border: 2px solid #eaedf3;
  border-radius: 8px;
  min-height: 160px;
  padding: 15px;
  resize: vertical;
  max-width: 100%;
}
.typography button,
.post-content button,
.typography input[type=submit],
.post-content input[type=submit] {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  height: 60px;
  background-color: #6278cd;
  padding: 0 43px;
  line-height: 60px;
  border: 0;
  border-radius: 8px;
  display: table;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.typography button:hover,
.post-content button:hover,
.typography input[type=submit]:hover,
.post-content input[type=submit]:hover {
  background-color: #0f1633;
}
div.wpcf7 .ajax-loader {
  position: absolute;
}
.color {
  fill: url("#grad1");
}
.color2 {
  fill: url("#grad2");
}
.color3 {
  fill: url("#grad3");
}
.site-header {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .site-header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 200;
    background-color: #fff;
    box-shadow: 0 6px 24px rgba(0,0,0,0.1);
  }
}
.top-header {
  margin-bottom: 21px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 0 0 23px 23px;
  background-color: #f5f5fb;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 37px 7px 33px;
}
@media (max-width: 1199px) {
  .top-header {
    padding: 7px 17px;
  }
}
@media (max-width: 767px) {
  .top-header {
    display: none;
  }
}
.top-header .top-menu ul {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.top-header .top-menu ul li {
  margin-left: 43px;
}
@media (max-width: 1199px) {
  .top-header .top-menu ul li {
    margin-left: 20px;
  }
}
.top-header .top-menu ul li a {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  display: inline-block;
}
.top-header .top-menu ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  -ms-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  left: 50%;
  height: 2px;
  width: 50%;
  background-color: #de0079;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  border-radius: 10px;
}
.top-header .top-menu ul li a:hover {
  color: #de0079;
}
.top-header .top-menu ul li a:hover:after {
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.top-header .left-guade {
  -ms-flex-align: center;
  align-items: center;
}
.top-header .left-guade .txt-guade {
  color: #333;
  font-size: 12px;
  font-weight: 300;
  margin-left: 8px;
}
.top-header .left-guade .phone-number {
  direction: ltr;
  color: #333;
  font-size: 19px;
  font-weight: 400;
  margin-left: 10px;
}
@media (max-width: 1199px) {
  .top-header .left-guade .phone-number {
    font-size: 13px;
  }
}
.top-header .left-guade .phone-number strong {
  font-weight: 700;
}
.top-header .left-guade .call {
  width: 21px;
  height: 21px;
  margin-top: -8px;
}
.main-head {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .main-head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .main-head {
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
  }
}
.main-head .site-logo {
  text-align: center;
  margin-left: 37px;
  line-height: 1;
}
@media (max-width: 767px) {
  .main-head .site-logo {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .main-head .site-logo {
    max-width: 110px;
    width: 100%;
  }
}
.main-head .site-logo .txt-logo {
  color: #231f20;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.36px;
  line-height: 9.59px;
  display: block;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .main-head .site-logo .txt-logo {
    display: none;
  }
}
@media (max-width: 991px) {
  .main-head .header-menu {
    -ms-flex-order: 3;
    order: 3;
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }
}
.main-head .header-menu > ul {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main-head .header-menu > ul > li {
  margin-left: 10px;
  position: relative;
}
@media (max-width: 991px) {
  .main-head .header-menu > ul > li {
    margin-left: 0;
  }
}
.main-head .header-menu > ul > li > a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .main-head .header-menu > ul > li > a {
    font-size: 11px;
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .main-head .header-menu > ul > li > a {
    font-size: 12px;
  }
}
.main-head .header-menu > ul > li > a svg {
  fill: #5e5e61 !important;
  width: 16px;
  height: 16px;
  margin-left: 13px;
}
@media (max-width: 1199px) {
  .main-head .header-menu > ul > li > a svg {
    width: 12px;
    height: 12px;
  }
}
.main-head .header-menu > ul > li > a:hover {
  box-shadow: 0 6px 9px rgba(87,85,207,0.06);
  border-radius: 6px;
  background-color: #fff;
}
.main-head .header-menu > ul > li > a:hover svg {
  fill: url("#grad2") !important;
}
.main-head .header-menu > ul > li .observe-lnk {
  position: relative;
}
.main-head .header-menu > ul > li .observe-lnk:before {
  content: '';
  position: absolute;
  border-radius: 100%;
  display: inline-block;
  width: 7px;
  height: 7px;
  top: 2px;
  right: -4px;
  background-color: #5e5e61;
  background-image: -ms-linear-gradient(209deg, #515bd4 0%, #8134af 25%, #dd2a7b 53%, #feda77 82%, #f58529 100%);
  background-image: linear-gradient(-119deg, #515bd4 0%, #8134af 25%, #dd2a7b 53%, #feda77 82%, #f58529 100%);
}
.main-head .header-menu > ul > li:not(:hover) > ul {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.main-head .header-menu > ul > li > ul {
  position: absolute;
  top: 100%;
  background-color: #fff;
  box-shadow: 0 6px 25px rgba(87,85,207,0.16);
  border-radius: 22px;
  z-index: 5;
  right: 0;
  min-width: 240px;
  padding: 30px;
  text-align: center;
  color: #4d4d4d;
  -ms-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
}
.main-head .header-menu > ul > li > ul > li a {
  display: block;
  width: 100%;
  position: relative;
  font-weight: 500;
  padding: 8px 0px;
  border-radius: 7px;
}
.main-head .header-menu > ul > li > ul > li a:hover {
  color: #de0079;
  background-color: #ffedf9;
}
.main-head .left-login {
  margin-right: auto;
}
@media (max-width: 991px) {
  .main-head .left-login {
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (max-width: 767px) {
  .main-head .left-login {
    margin-right: 0;
  }
}
.main-head .left-login .login-link {
  height: 40px;
  border-radius: 11px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(220,216,243,0.42);
  margin-right: 15px;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.26px;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 118px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .main-head .left-login .login-link {
    width: 95px;
    margin-right: 5px;
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .main-head .left-login .login-link {
    width: 109px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .main-head .left-login .login-link {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .main-head .left-login .login-link {
    width: 95px;
    height: 35px;
    line-height: 35px;
  }
}
.main-head .left-login .login-link:before {
  content: '';
  position: absolute;
  border-radius: 11px;
  background-image: -ms-linear-gradient(209deg, #515bd4 15%, #8134af 45%, #dd2a7b 75%, #feda77 100%, #f58529 100%);
  background-image: linear-gradient(-119deg, #515bd4 15%, #8134af 45%, #dd2a7b 75%, #feda77 100%, #f58529 100%);
  background-color: #fff;
  z-index: -1;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  right: -1px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.main-head .left-login .login-link span {
  position: relative;
  z-index: 1;
  width: 100%;
}
.main-head .left-login .login-link .login {
  -ms-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}
.main-head .left-login .login-link .add-user {
  width: 19px;
  height: 19px;
}
.main-head .left-login .login-link svg {
  margin-right: 13px;
  width: 14px;
  height: 14px;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.main-head .left-login .login-link:hover {
  box-shadow: 0 6px 8px #f6cfe3;
  color: #fff;
}
.main-head .left-login .login-link:hover svg {
  fill: #fff;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.main-head .left-login .login-link:hover:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.menue-toggle {
  height: 100vh;
  width: 320px;
  overflow: auto;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  padding: 40px 15px 15px;
  box-shadow: -10px 0 10px rgba(0,0,0,0.03);
  z-index: 200000000;
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.menue-toggle .social-head-icon {
  margin: 25px auto;
  display: table;
  -ms-flex-align: center;
  align-items: center;
}
.menue-toggle .social-head-icon a {
  padding-right: 20px;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.menue-toggle .social-head-icon a:hover svg {
  fill: #180e6e;
}
.menue-toggle .social-head-icon a svg {
  fill: #393939;
  width: 20px;
  height: 20px;
}
.menue-toggle .closebtn {
  position: absolute;
  left: 15px;
  cursor: pointer;
  top: 33px;
  font-size: 28px;
  color: #8434ad;
  font-weight: 700;
  z-index: 3500;
}
.menue-toggle:not(.open) {
  -ms-transform: translateX(320px);
  transform: translateX(320px);
}
.menue-toggle .close-log-in {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
}
.menue-toggle .close-log-in .close {
  margin-left: -20px;
}
.menue-toggle .close-log-in .log-in {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.menue-toggle .close-log-in .log-in a {
  font-size: 16px;
}
.menue-toggle .off-canvas-menu-top {
  border-bottom: 1px solid #eee;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border: 0;
}
.menue-toggle .closebtn {
  margin-right: auto;
  font-size: 22px;
  text-align: left;
  -ms-flex-order: 1;
  -ms-flex-order: 1;
  order: 1;
  color: #8434ad;
}
.menue-toggle a {
  font-size: 14px;
}
.menue-toggle a:not(.closebtn) {
  margin-left: 7px;
}
.menue-toggle img form button svg {
  width: 20px;
  height: 20px;
  fill: #180e6e;
}
.menue-toggle .offcanvas-menu-toggleable {
  font-size: 16px;
  background-color: #fff;
  list-style: none;
  margin-bottom: 50px;
}
.menue-toggle .offcanvas-menu-toggleable > li a {
  padding: 14px 0;
  position: relative;
  display: block;
  border-bottom: 1px solid #e4e4e4;
  color: #3e3746;
  font-size: 14px;
  font-weight: 500;
}
.menue-toggle .offcanvas-menu-toggleable > li a svg {
  margin-left: 10px;
}
.menue-toggle .offcanvas-menu-toggleable > li a:hover {
  color: #4e0773;
}
.menue-toggle .offcanvas-menu-toggleable > li > ul {
  display: none;
  list-style: none;
  margin: 0;
  line-height: 41px;
  padding: 22px 0px;
}
.menue-toggle .offcanvas-menu-toggleable > li > ul li {
  padding: 0;
  margin: 0;
}
.menue-toggle .offcanvas-menu-toggleable > li > ul a {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  border-bottom: none;
  padding: 0;
}
.menue-toggle .offcanvas-menu-toggleable > li.has-sub-menu > a:before {
  content: '+';
  position: absolute;
  top: 50%;
  margin-top: -9px;
  -ms-transform: rotate(45deg) translate(0, 0, 0);
  transform: rotate(45deg) translate(0, 0, 0);
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  left: 5px;
  width: 18px;
  height: 18px;
  border: 1px solid #7e818d;
  border-radius: 100%;
  line-height: 18px;
  text-align: center;
  font-weight: 300;
  display: inline-block;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  z-index: 2000;
}
.menue-toggle .offcanvas-menu-toggleable > li.menu-item-has-children.open > a:before {
  -ms-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-logo-account .container a:not(.closebtn) svg {
  width: 18px;
  height: 16px;
  fill: #fff;
}
.off-canvas-menu-top .site-logo {
  margin: 0 auto 20px auto;
  display: table;
}
.off-canvas-menu-top .site-logo .txt-logo {
  text-align: center;
  font-size: 11px;
}
.menue-toggle .left-login {
  margin: 25px auto;
  display: table;
}
.menue-toggle .left-login .login-link {
  height: 40px;
  border-radius: 11px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  background-image: -ms-linear-gradient(209deg, #515bd4 15%, #8134af 45%, #dd2a7b 75%, #feda77 100%, #f58529 100%);
  background-image: linear-gradient(-119deg, #515bd4 15%, #8134af 45%, #dd2a7b 75%, #feda77 100%, #f58529 100%);
  margin: 0 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.26px;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 118px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.menue-toggle .left-login .login-link svg {
  fill: #fff;
  margin-right: 10px;
}
.responsive-menu-toggle svg {
  width: 20px;
  height: 20px;
  fill: #4e0773;
}
.items-center {
  -ms-flex-align: center;
  align-items: center;
}
figure {
  margin: 0;
}
.site-hero {
  margin-bottom: 87px;
  position: relative;
}
.site-hero > .grid-row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .site-hero > .grid-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .site-hero > .grid-row {
    margin-bottom: 50px;
  }
}
.insta-support {
  box-shadow: 0 6px 81px rgba(87,85,207,0.09);
  border-radius: 65px;
  background-color: #fff;
  padding: 50px 0 45px 0;
  margin-left: 12px;
  height: 100%;
  max-width: 229px;
  width: 100%;
}
@media (max-width: 767px) {
  .insta-support {
    max-width: 100%;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 0;
  }
}
.insta-support ul {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
.insta-support ul .back-item {
  margin-bottom: 9px;
}
.insta-support ul .sopport-item {
  margin: 10px auto 19px auto;
  text-align: center;
}
.insta-support ul .sopport-item span {
  display: block;
  color: #361775;
  font-size: 14px;
  font-weight: 400;
  line-height: 21.77px;
}
.insta-support ul .sopport-item svg {
  width: 38px;
  height: 38px;
  margin-bottom: 8px;
}
.insta-support ul .sopport-item .mover-truck {
  width: 48px;
  height: 48px;
}
.insta-support ul .back {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0.09;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=9)";
  filter: alpha(opacity=9);
}
.left-banner {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  padding-top: 110px;
  padding-right: 88px !important;
}
@media (max-width: 767px) {
  .left-banner {
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 80px;
    background-image: -ms-linear-gradient(209deg, #515bd4 9%, #8134af 35%, #dd2a7b 79%, #feda77 100%, #f58529 100%);
    background-image: linear-gradient(-119deg, #515bd4 9%, #8134af 35%, #dd2a7b 79%, #feda77 100%, #f58529 100%);
    padding: 50px 30px !important;
    border-radius: 20px;
  }
}
.left-banner .insta-pic {
  position: absolute;
  bottom: -68px;
  right: -7%;
}
@media (max-width: 991px) {
  .left-banner .insta-pic {
    max-width: 150px;
    bottom: -55px;
    right: -8%;
  }
}
@media (max-width: 575px) {
  .left-banner .insta-pic {
    max-width: 100px;
  }
}
@media (max-width: 767px) {
  .left-banner .insta-pic {
    right: -3%;
  }
}
.left-banner:before {
  content: '';
  height: 893px;
  position: absolute;
  z-index: -1;
  width: 128%;
  top: 0;
  right: 0;
  clip-path: url("#import_background");
  background-image: -ms-linear-gradient(209deg, #515bd4 5%, #8134af 25%, #dd2a7b 73%, #feda77 92%, #f58529 100%);
  background-image: linear-gradient(-119deg, #515bd4 5%, #8134af 25%, #dd2a7b 73%, #feda77 92%, #f58529 100%);
}
@media (max-width: 991px) {
  .left-banner:before {
    width: 147%;
  }
}
@media (min-width: 1200px) {
  .left-banner:before {
    width: 172%;
  }
}
@media (max-width: 767px) {
  .left-banner:before {
    content: none;
  }
}
.left-banner .fallower-buying {
  max-width: 360px;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .left-banner .fallower-buying {
    max-width: 100%;
  }
}
.left-banner .fallower-buying .title-banner {
  color: #fff;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: -0.4px;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .left-banner .fallower-buying .title-banner {
    font-size: 25px;
  }
}
.left-banner .fallower-buying .title-banner span {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 11.21px;
  letter-spacing: -0.28px;
}
@media (max-width: 500px) {
  .left-banner .fallower-buying .title-banner span {
    font-size: 11px;
  }
}
.left-banner .fallower-buying p {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  line-height: 21.77px;
  margin-bottom: 25px;
}
@media (max-width: 500px) {
  .left-banner .fallower-buying p {
    font-size: 11px;
  }
}
.left-banner .fallower-buying .start-link {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  height: 42px;
  border-radius: 9px;
  border: 1px solid rgba(255,255,255,0.21);
  line-height: 40px;
  padding: 0 28px 0 24px;
  display: inline-block;
  -ms-transition: ease-in-out all 200ms;
  transition: ease-in-out all 200ms;
}
.left-banner .fallower-buying .start-link:hover {
  border: 1px solid #fff;
}
.left-banner .fallower-buying .start-link:hover svg {
  -ms-transform: translateX(-25%) rotate(-180deg);
  transform: translateX(-25%) rotate(-180deg);
}
.left-banner .fallower-buying .start-link svg {
  fill: #fff;
  width: 13px;
  height: 13px;
  margin-right: 20px;
  -ms-transform: translateX(0) rotate(-180deg);
  transform: translateX(0) rotate(-180deg);
  -ms-transition: ease-in-out all 200ms;
  transition: ease-in-out all 200ms;
}
.left-banner .banner-pic {
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 991px) {
  .left-banner .banner-pic {
    display: none;
  }
}
.left-banner .banner-pic .image-bg {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 44%;
  width: 84%;
  height: 130%;
}
@media (max-width: 1199px) {
  .left-banner .banner-pic .image-bg {
    right: 46%;
    width: 74%;
    display: none;
  }
}
@media (min-width: 1200px) {
  .left-banner .banner-pic .image-bg {
    right: 72%;
  }
}
.left-banner .banner-pic .image-bg2 {
  position: absolute;
  top: 43%;
  left: -10%;
  z-index: 4;
}
@media (max-width: 1199px) {
  .left-banner .banner-pic .image-bg2 {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .left-banner .banner-pic .image-bg2 {
    display: none;
  }
}
.left-banner .banner-pic .image-bg3 {
  position: absolute;
  top: 14%;
  left: 61px;
  z-index: 5;
}
@media (max-width: 1199px) {
  .left-banner .banner-pic .image-bg3 {
    top: 24%;
    left: 40px;
    max-width: 150px;
  }
}
@media (max-width: 991px) {
  .left-banner .banner-pic .image-bg3 {
    display: none;
  }
}
.left-banner .banner-pic .image-bg4 {
  position: absolute;
  bottom: -48px;
  z-index: 0;
  left: -60px;
}
@media (max-width: 1199px) {
  .left-banner .banner-pic .image-bg4 {
    max-width: 300px;
    bottom: 36px;
    left: -69px;
  }
}
@media (max-width: 991px) {
  .left-banner .banner-pic .image-bg4 {
    display: none;
  }
}
.buy-section {
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
}
@media (max-width: 767px) {
  .buy-section {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .buy-section {
    margin-bottom: 40px;
  }
}
.buy-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .buy-wrap {
    margin-bottom: 20px;
  }
}
.buy-wrap:hover .buy-item:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  box-shadow: 0 6px 81px rgba(146,45,163,0.2);
  background-color: #fff;
}
.buy-wrap:hover .buy-item .txt-buy {
  color: #fff;
}
.buy-wrap:hover .buy-item .txt-buy strong {
  color: #fff;
}
.buy-wrap:hover .buy-item svg {
  fill: #fff;
}
.buy-wrap .buy-item {
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 20px 32px rgba(87,85,207,0.09);
  border-radius: 34px;
  border: 1px solid rgba(197,197,229,0.25);
  background-color: #fff;
  height: 127px;
  line-height: 127px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  position: relative;
  z-index: 1;
  width: 100%;
}
.buy-wrap .buy-item:before {
  content: '';
  position: absolute;
  border-radius: 34px;
  background-image: -ms-linear-gradient(209deg, #515bd4 9%, #8134af 35%, #dd2a7b 79%, #feda77 100%, #f58529 100%);
  background-image: linear-gradient(-119deg, #515bd4 9%, #8134af 35%, #dd2a7b 79%, #feda77 100%, #f58529 100%);
  background-color: #fff;
  z-index: -1;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  top: 0;
  right: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.buy-wrap .buy-item:before span {
  position: relative;
  z-index: 1;
  width: 100%;
}
.buy-wrap .buy-item svg {
  width: 60px;
  height: 60px;
  margin-left: 25px;
}
@media (max-width: 991px) {
  .buy-wrap .buy-item svg {
    width: 40px;
    height: 40px;
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 auto;
    display: table;
  }
}
.buy-wrap .buy-item .txt-buy {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
@media (max-width: 575px) {
  .buy-wrap .buy-item .txt-buy {
    font-size: 14px;
  }
}
.buy-wrap .buy-item .txt-buy strong {
  display: block;
  color: #c5c5e5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.8px;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
@media (max-width: 575px) {
  .buy-wrap .buy-item .txt-buy strong {
    font-size: 12px;
  }
}
.inexpensive-observe {
  position: relative;
}
.inexpensive-observe:before {
  content: '';
  background: url("../images/sample/back-left.png") no-repeat !important;
  width: 70px;
  height: 176px !important;
  top: 51% !important;
  right: -120px !important;
  position: absolute;
  background-size: contain;
}
.inexpensive-observe:after {
  content: '';
  background: url("../images/sample/btm-bgg.png") no-repeat !important;
  width: 70px;
  height: 176px !important;
  top: 34% !important;
  left: -140px !important;
  position: absolute;
  background-size: contain;
}
.inexpensive-fallow {
  margin-bottom: 95px;
  position: relative;
}
@media (max-width: 575px) {
  .inexpensive-fallow {
    margin-bottom: 70px;
  }
}
.inexpensive-fallow:before {
  content: '';
  background: url("../images/sample/back-right.png") no-repeat;
  width: 72px;
  height: 163px;
  top: 43%;
  right: -113px;
  position: absolute;
}
.inexpensive-fallow:after {
  content: '';
  background: url("../images/sample/back-left.png") no-repeat;
  width: 70px;
  width: 86px;
  height: 163px;
  top: 25%;
  left: -100px;
  position: absolute;
  background-size: contain;
}
.title-pack {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 45px;
}
.title-pack .right-title {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.title-pack .right-title svg {
  width: 34px;
  height: 34px;
  margin-left: 15px;
}
.title-pack .right-title .right-txt-title {
  color: #45298b;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
}
@media (max-width: 575px) {
  .title-pack .right-title .right-txt-title {
    font-size: 13px;
  }
}
.title-pack .right-title .right-txt-title span {
  color: #45298b;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.28px;
  display: block;
}
@media (max-width: 575px) {
  .title-pack .right-title .right-txt-title span {
    font-size: 12px;
  }
}
.title-pack .left-txt-title {
  color: rgba(69,41,139,0.54);
  font-size: 25px;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  letter-spacing: -0.28px;
  text-align: left;
  line-height: 18px;
}
@media (max-width: 575px) {
  .title-pack .left-txt-title {
    font-size: 16px;
    line-height: 10px;
  }
}
.title-pack .left-txt-title strong {
  display: block;
  font-size: 44px;
  font-weight: 400;
  line-height: 46.76px;
  letter-spacing: -1.28px;
  background: -webkit--ms-linear-gradient(209deg, #515bd4 36%, #8134af 30%, #dd2a7b 71%, #feda77 82%, #f58529 100%);
  background: -webkit-linear-gradient(-119deg, #515bd4 36%, #8134af 30%, #dd2a7b 71%, #feda77 82%, #f58529 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 575px) {
  .title-pack .left-txt-title strong {
    font-size: 23px;
  }
}
.inexpensive-follow-content {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
}
@media (max-width: 991px) {
  .inexpensive-follow-content {
    overflow-x: auto;
    padding-bottom: 35px;
  }
}
.inexpensive-pack {
  position: relative;
}
@media (max-width: 991px) {
  .inexpensive-pack {
    min-width: 240px;
    width: 100%;
  }
}
.inexpensive-pack:before {
  content: '';
  position: absolute;
  width: 175px;
  height: 7px;
  background-color: #f1e9f4;
  border-radius: 100%;
  bottom: -8px;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.inexpensive-pack:nth-child(even) .inexpensive-follow-item .inexpensive-item-head .title-follow-content {
  border-radius: 37px 37px 37px 0;
}
.inexpensive-pack:nth-child(even) .inexpensive-follow-item .inexpensive-item-head:before {
  border-radius: 37px 37px 37px 0;
}
.inexpensive-pack .inexpensive-follow-item {
  border-radius: 37px;
  border: 2px solid #dcd8f3;
  -ms-transform: translateY(0);
  transform: translateY(0);
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.inexpensive-pack .inexpensive-follow-item .inexpensive-item-head {
  position: relative;
}
.inexpensive-pack .inexpensive-follow-item .inexpensive-item-head:before {
  content: '';
  position: absolute;
  top: -2px;
  right: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: -1;
  border-radius: 37px 37px 0;
  background-image: -ms-linear-gradient(209deg, #515bd4 0%, #8134af 25%, #dd2a7b 73%, #feda77 92%, #f58529 100%);
  background-image: linear-gradient(-119deg, #515bd4 0%, #8134af 25%, #dd2a7b 73%, #feda77 92%, #f58529 100%);
}
.inexpensive-pack .inexpensive-follow-item .title-follow-content {
  font-weight: 500;
  position: relative;
  height: 112px;
  line-height: 112px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  background-color: #fff;
  border-radius: 37px 37px 0;
}
.inexpensive-pack .inexpensive-follow-item .title-follow-content .follower-number {
  color: #45298b;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 30px;
  text-align: center;
  margin-left: 45px;
}
.inexpensive-pack .inexpensive-follow-item .title-follow-content .follower-number strong {
  color: #45298b;
  display: block;
  font-size: 34px;
  font-weight: 700;
  -ms-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
  line-height: 38px;
}
.inexpensive-pack .inexpensive-follow-item .title-follow-content svg {
  width: 35px;
  height: 35px;
}
.inexpensive-pack .inexpensive-follow-item .follow-content {
  padding: 20px 35px 20px 25px;
}
@media (max-width: 1199px) {
  .inexpensive-pack .inexpensive-follow-item .follow-content {
    padding: 20px 17px 20px 15px;
  }
}
.inexpensive-pack .inexpensive-follow-item .follow-content .property {
  margin-bottom: 25px;
}
.inexpensive-pack .inexpensive-follow-item .follow-content .property li {
  color: #45298b;
  font-size: 14px;
  font-weight: 400;
  line-height: 40.77px;
  letter-spacing: -0.28px;
  position: relative;
}
@media (max-width: 1199px) {
  .inexpensive-pack .inexpensive-follow-item .follow-content .property li {
    font-size: 12px;
  }
}
.inexpensive-pack .inexpensive-follow-item .follow-content .property li:before {
  content: '';
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAwklEQVQoU4WQsUrDABRFz80Qurk4VHAr4tTVxbkgTu4OSaXYyaF/IPQHnBwymcUl+AUuLWmX7t066gcUokKoucVCSimob3wc7n3niX8mxheGM/3FRfhc4lVm8CsY4zYiRzw8VbrXDT5twPsjKur0CLckcouXtNLdz15R4GeZow9zmaGvGDcRE4tZWnEN8ga8xYelGAsWgel+i5HgrTBXGSrrls2NPXy8ElPgAJiHppOgz13RrUyMTwgYhhX9BC33v7EGl747rBdbWrwAAAAASUVORK5CYII=");
  display: inline-block;
  width: 10px;
  height: 8px;
  margin-left: 10px;
  fill: url("#grad2");
}
.inexpensive-pack .inexpensive-follow-item .follow-content .bottom-order {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.inexpensive-pack .inexpensive-follow-item .follow-content .bottom-order .price .products-price {
  display: block;
  color: #9b87cc;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.24px;
}
.inexpensive-pack .inexpensive-follow-item .follow-content .bottom-order .price .price-currencysimbol {
  font-size: 14px;
  letter-spacing: -0.28px;
}
.inexpensive-pack .inexpensive-follow-item .follow-content .bottom-order .price .products-price2 {
  color: #45298b;
  font-size: 15px;
  letter-spacing: -0.36px;
  font-weight: 500;
}
.inexpensive-pack .inexpensive-follow-item .follow-content .bottom-order .price .products-price2 span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.24px;
}
.inexpensive-pack .inexpensive-follow-item .follow-content .bottom-order .order-link {
  height: 41px;
  border-radius: 21px;
  background-color: #6144a9;
  line-height: 41px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.26px;
  padding: 0 16px 0 21px;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .inexpensive-pack .inexpensive-follow-item .follow-content .bottom-order .order-link {
    font-size: 12px;
    padding: 0 12px;
    line-height: 37px;
    height: 37px;
  }
}
.inexpensive-pack .inexpensive-follow-item .follow-content .bottom-order .order-link svg {
  width: 18px;
  height: 18px;
  margin-left: 10px;
  fill: #fff;
}
.inexpensive-pack .inexpensive-follow-item .follow-content .bottom-order .order-link:before {
  content: '';
  position: absolute;
  border-radius: 21px;
  background-image: -ms-linear-gradient(209deg, #515bd4 10%, #8134af 35%, #dd2a7b 77%, #feda77 100%, #f58529 100%) !important;
  background-image: linear-gradient(-119deg, #515bd4 10%, #8134af 35%, #dd2a7b 77%, #feda77 100%, #f58529 100%) !important;
  background-color: #6144a9 !important;
  z-index: -1;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  right: -1px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.inexpensive-pack .inexpensive-follow-item .follow-content .bottom-order .order-link span {
  position: relative;
  z-index: 1;
  width: 100%;
}
.inexpensive-follow-wrap:hover .inexpensive-follow-item {
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  box-shadow: 0 6px 81px rgba(146,45,163,0.07);
}
@media (max-width: 991px) {
  .inexpensive-follow-wrap:hover .inexpensive-follow-item {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.inexpensive-follow-wrap:hover:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media (max-width: 991px) {
  .inexpensive-follow-wrap:hover:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.inexpensive-follow-wrap:hover .follow-content .bottom-order .order-link:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.inexpensive-follow-wrap:hover .title-follow-content .follower-number strong {
  background: -webkit--ms-linear-gradient(209deg, #515bd4 0%, #8134af 25%, #dd2a7b 53%, #feda77 82%, #f58529 100%);
  background: -webkit-linear-gradient(-119deg, #515bd4 0%, #8134af 25%, #dd2a7b 53%, #feda77 82%, #f58529 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.statistics-box {
  position: relative;
  z-index: 100;
  margin: 150px 0px;
}
@media (max-width: 575px) {
  .statistics-box {
    background-color: #257dc0;
    padding: 20px 0;
    margin-bottom: 50px;
  }
}
.statistics-box:before {
  content: '';
  position: absolute;
  background: url("../images/sample/Vector_Smart_Object.png") no-repeat;
  background-size: cover;
  top: -140px;
  right: 0;
  width: 100%;
  height: 295px;
  z-index: -1;
}
@media (max-width: 575px) {
  .statistics-box:before {
    display: none;
  }
}
.statistics-box .statictics-wrap-box {
  -ms-flex-pack: center;
  justify-content: center;
}
.statistics-box .statictics-wrap-box .statictics-item {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.72px;
  color: #fff;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  line-height: 32px;
  margin: 0 64px;
}
@media (max-width: 991px) {
  .statistics-box .statictics-wrap-box .statictics-item {
    margin: 0 20px;
  }
}
@media (max-width: 575px) {
  .statistics-box .statictics-wrap-box .statictics-item {
    font-size: 25px;
  }
}
@media (max-width: 430px) {
  .statistics-box .statictics-wrap-box .statictics-item {
    margin: 0 10px;
  }
}
@media (max-width: 350px) {
  .statistics-box .statictics-wrap-box .statictics-item {
    font-size: 18px;
  }
}
.statistics-box .statictics-wrap-box .statictics-item span {
  display: block;
  font-size: 15px;
  font-weight: 400;
  font-family: 'isans';
  letter-spacing: -0.32px;
}
@media (max-width: 575px) {
  .statistics-box .statictics-wrap-box .statictics-item span {
    font-size: 12px;
  }
}
@media (max-width: 350px) {
  .statistics-box .statictics-wrap-box .statictics-item span {
    font-size: 10px;
  }
}
.inexpensive-like {
  margin-bottom: 90px !important;
}
@media (max-width: 767px) {
  .inexpensive-like {
    margin-bottom: 50px !important;
  }
}
.inexpensive-observe {
  margin-bottom: 45px !important;
}
.why-instamarket {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .why-instamarket {
    text-align: center;
    margin-bottom: 50px;
  }
}
.why-instamarket .title-why-instamarket {
  color: #e33679;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.36px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .why-instamarket .title-why-instamarket {
    font-size: 16px;
  }
}
.why-instamarket p {
  color: #45298b;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 15px;
}
.why-instamarket .txt-instamarket {
  max-width: 483px;
  width: 100%;
}
.main-blog {
  margin-bottom: 140px;
}
@media (max-width: 991px) {
  .main-blog {
    margin-bottom: 80px;
  }
}
.title-blog {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 28px;
}
.title-blog .title-txt {
  position: relative;
  padding: 0 45px 0 0;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.48px;
}
.title-blog .title-txt:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #a22a9a;
  background-image: -ms-linear-gradient(331deg, #515bd4 0%, #8134af 25%, #dd2a7b 63%, #feda77 100%, #f58529 100%);
  background-image: linear-gradient(119deg, #515bd4 0%, #8134af 25%, #dd2a7b 63%, #feda77 100%, #f58529 100%);
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.title-blog .all-observe-link {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.26px;
  height: 37px;
  border-radius: 11px;
  line-height: 37px;
  position: relative;
  z-index: 1;
  border-radius: 11px;
}
.title-blog .all-observe-link:before {
  content: '';
  position: absolute;
  border-radius: 11px;
  background-image: -ms-linear-gradient(left, #515bd4 0%, #8134af 25%, #dd2a7b 53%, #feda77 82%, #f58529 100%);
  background-image: linear-gradient(to right, #515bd4 0%, #8134af 25%, #dd2a7b 53%, #feda77 82%, #f58529 100%);
  background-color: #fff;
  z-index: -1;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  right: -1px;
}
.title-blog .all-observe-link svg {
  margin-right: 15px;
  width: 20px;
  height: 20px;
}
.title-blog .all-observe-link span {
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: #fff;
  width: 100%;
  border-radius: 11px;
  padding: 0 17px;
}
.main-blog-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
@media (max-width: 991px) {
  .main-blog-content {
    overflow-x: auto;
    padding-bottom: 30px;
  }
}
.main-blog-wrap {
  position: relative;
}
@media (max-width: 991px) {
  .main-blog-wrap {
    min-width: 240px;
    width: 100%;
  }
}
.main-blog-wrap:before {
  content: '';
  position: absolute;
  z-index: -2;
  width: calc(100% + 2px);
  height: calc(97% + 2px);
  border-radius: 29px;
  background-color: #dcd8f3;
  right: -1px;
  top: 10px;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.main-blog-wrap:hover:before {
  background-image: -ms-linear-gradient(left, #515bd4 0%, #8134af 25%, #dd2a7b 53%, #feda77 82%, #f58529 100%);
  background-image: linear-gradient(to right, #515bd4 0%, #8134af 25%, #dd2a7b 53%, #feda77 82%, #f58529 100%);
}
.main-blog-wrap:hover .main-blog-item .title-txt {
  background: -webkit--ms-linear-gradient(331deg, #515bd4 0%, #8134af 25%, #dd2a7b 53%, #feda77 82%, #f58529 100%);
  background: -webkit-linear-gradient(119deg, #515bd4 0%, #8134af 25%, #dd2a7b 53%, #feda77 82%, #f58529 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-blog-wrap .main-blog-item {
  border-radius: 29px;
  border: 1px solid #dcd8f3;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding-bottom: 15px;
  -ms-transition: 300ms ease-in-out all;
  transition: 300ms ease-in-out all;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.main-blog-wrap .main-blog-item figure {
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
  width: 102%;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
  border-radius: 25px;
}
.main-blog-wrap .main-blog-item figure img {
  border-radius: 25px;
  width: 100%;
}
.main-blog-wrap .main-blog-item .title-txt {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
  margin-bottom: 15px;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.main-blog-wrap .main-blog-item p {
  color: #000;
  font-size: 12px;
  font-weight: 300;
  line-height: 19.41px;
  letter-spacing: -0.24px;
  padding: 0 15px;
}
.like-box {
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.like-box .like-item {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  margin: 0 10px;
}
@media (max-width: 575px) {
  .like-box .like-item {
    font-size: 11px;
    margin: 0 5px;
  }
}
.like-box .like-item svg {
  fill: #cab4d3;
  width: 16px;
  height: 16px;
  margin: -3px 3px 0 0;
}
[data-dwlikes=true] {
  cursor: pointer;
}
.site-footer {
  position: relative;
  box-shadow: 0 6px 81px rgba(87,85,207,0.09);
  border-radius: 144px 0 0;
  background-color: #fff;
  padding: 15px 0 45px 0;
  z-index: 7;
}
@media (max-width: 767px) {
  .site-footer {
    border-radius: 0;
    padding: 0 0 20px 0;
  }

  .site-body:before {
    content: none !important;
  }
}
.site-footer .bottom-foot {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -40px;
}
.site-footer .bottom-foot p {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.26px;
}
@media (max-width: 575px) {
  .site-footer .bottom-foot p {
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .site-footer .bottom-foot p {
    text-align: center;
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
.site-footer .bottom-foot .logo-footer {
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 480px) {
  .site-footer .bottom-foot .logo-footer {
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 auto;
    display: table;
    text-align: center;
  }
}
.site-footer .bottom-foot .logo-footer:hover h4 {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -ms-transform: translatex(10%);
  transform: translatex(10%);
}
@media (max-width: 480px) {
  .site-footer .bottom-foot .logo-footer:hover h4 {
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    text-align: center;
  }
}
.site-footer .bottom-foot .logo-footer svg {
  width: 40px;
  height: 40px;
  margin-right: 5px;
}
.site-footer .bottom-foot .logo-footer h4 {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.72px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -ms-transform: translatex(0);
  transform: translatex(0);
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.foot-content-wrap {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .foot-content-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.foot-content-wrap .footer-about-us {
  max-width: 324px;
  width: 100%;
  margin-left: 40px;
}
@media (max-width: 991px) {
  .foot-content-wrap .footer-about-us {
    -ms-flex-order: 3;
    order: 3;
    max-width: 100%;
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-top: 20px;
  }
}
@media (max-width: 575px) {
  .foot-content-wrap .footer-about-us {
    text-align: center;
    margin-left: 0;
  }
}
.foot-content-wrap .footer-about-us .title-txt {
  color: #6b1a9a;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 14px;
}
.foot-content-wrap .footer-about-us p {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 25.4px;
  letter-spacing: -0.24px;
  text-align: justify;
}
.foot-content-wrap .access-quick1 {
  margin-left: 70px !important;
}
@media (max-width: 1199px) {
  .foot-content-wrap .access-quick1 {
    margin-left: 25px !important;
  }
}
.foot-content-wrap .access-quick {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .foot-content-wrap .access-quick {
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (max-width: 400px) {
  .foot-content-wrap .access-quick {
    margin-bottom: 15px;
  }
}
.foot-content-wrap .access-quick li h3 {
  color: #6b1a9a;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
  margin-bottom: 10px;
}
.foot-content-wrap .access-quick li a {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.24px;
  line-height: 35px;
  position: relative;
  padding-right: 10px;
  z-index: 1;
}
.foot-content-wrap .access-quick li a:hover:before {
  background-color: #cc2a83;
  background-image: -ms-linear-gradient(left, #515bd4 0%, #8134af 25%, #dd2a7b 53%, #feda77 99%, #f58529 100%);
  background-image: linear-gradient(to right, #515bd4 0%, #8134af 25%, #dd2a7b 53%, #feda77 99%, #f58529 100%);
}
.foot-content-wrap .access-quick li a:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  background-color: rgba(181,170,228,0.39);
  right: -4px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.foot-content-wrap .namad-footer {
  border-radius: 19px;
  border: 2px solid #e1ddf5;
  padding: 15px 13px;
  max-width: 142px;
  width: 100%;
  text-align: center;
  position: relative;
  max-height: 169px;
  height: 100%;
}
@media (max-width: 991px) {
  .foot-content-wrap .namad-footer {
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (max-width: 575px) {
  .foot-content-wrap .namad-footer {
    margin-left: 10px;
  }
}
@media (max-width: 390px) {
  .foot-content-wrap .namad-footer {
    margin: 0 auto;
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}
.foot-content-wrap .namad-footer .swiper-slide img {
  border-radius: 12px;
}
.foot-content-wrap .namad-footer .swiper-buttons-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -20px;
  box-shadow: 0 0 16px rgba(120,56,181,0.08);
  border-radius: 0 9px 9px 0;
  background-color: #fff;
  padding: 5px;
  cursor: pointer;
}
.foot-content-wrap .namad-footer .swiper-buttons-next svg {
  width: 10px;
  height: 10px;
  opacity: 0.27;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=27)";
  filter: alpha(opacity=27);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.foot-content-wrap .namad-footer .swiper-buttons-prev {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -20px;
  box-shadow: 0 0 16px rgba(120,56,181,0.08);
  border-radius: 9px 0 0 9px;
  background-color: #fff;
  padding: 5px;
  cursor: pointer;
}
.foot-content-wrap .namad-footer .swiper-buttons-prev svg {
  width: 10px;
  height: 10px;
  opacity: 0.27;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=27)";
  filter: alpha(opacity=27);
}
.foot-content-wrap .img-insta-foot {
  position: relative;
  right: 35px;
  text-align: left;
}
@media (max-width: 1199px) {
  .foot-content-wrap .img-insta-foot {
    max-width: 160px;
  }
}
@media (max-width: 991px) {
  .foot-content-wrap .img-insta-foot {
    display: none;
  }
}
.foot-content-wrap .img-insta-foot:before {
  content: '';
  position: absolute;
  background: url("../images/sample/foot.png") no-repeat;
  height: 100%;
  top: -35px;
  left: -82px;
  width: 320px;
}
@media (max-width: 1199px) {
  .foot-content-wrap .img-insta-foot:before {
    content: none;
  }
}
.to-top-link {
  position: relative;
  top: -45px;
  display: table;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  background-color: #00f;
  background-image: -ms-linear-gradient(left, #515bd4 0%, #8134af 5%, #dd2a7b 63%, #feda77 99%, #f58529 100%);
  background-image: linear-gradient(to right, #515bd4 0%, #8134af 5%, #dd2a7b 63%, #feda77 99%, #f58529 100%);
  border-radius: 100%;
  line-height: 60px;
  text-align: center;
}
.to-top-link:before {
  content: '';
  width: 91px;
  height: 91px;
  background-color: #f9f9fd;
  position: absolute;
  border-radius: 100%;
  display: inline-block;
  z-index: -1000;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
}
.to-top-link svg {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  fill: #fff;
  width: 15px;
  height: 15px;
}
.site-body {
  position: relative;
  margin-bottom: 50px;
}
.site-body:before {
  content: '';
  clip-path: url("#single_background");
  height: 100%;
  position: absolute;
  z-index: -1;
  width: 108%;
  top: 180px;
  right: -5%;
  background-color: #f8f8fd;
}
.page-template-service .site-body:before {
  content: none !important;
}
.circle-top {
  position: absolute;
  right: -20%;
  top: -57px;
}
@media (max-width: 1199px) {
  .circle-top {
    display: none;
  }
}
.wp-textfield {
  width: 100%;
  border-radius: 22px;
  background-color: #f8f8fd;
  border: 0;
  padding: 12px 28px 12px 10px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.24px;
  margin-bottom: 11px;
}
.title-content-page {
  margin-bottom: 60px !important;
}
.title-singlee {
  margin-bottom: 50px !important;
}
@media (max-width: 767px) {
  .title-singlee {
    margin-bottom: 0 !important;
  }
}
.title-single-page {
  margin-bottom: 40px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .title-single-page {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.breadcrumbs-box {
  border-radius: 6px;
  border: 1px solid #f5f5fb;
  background-color: #fff;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  line-height: 48px;
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .breadcrumbs-box {
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 15px;
  }
}
.breadcrumbs-box .placeholder-icon {
  background-color: rgba(237,237,247,0.17);
  height: 48px;
  width: 48px;
  text-align: center;
  border-radius: 15px 6px 6px 0;
  margin-left: 10px;
}
@media (max-width: 380px) {
  .breadcrumbs-box .placeholder-icon {
    margin-left: 7px;
    width: 22px;
  }
}
.breadcrumbs-box .placeholder-icon span {
  position: relative;
  z-index: 1000;
}
.breadcrumbs-box .placeholder-icon span svg {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
  width: 14px;
  height: 14px;
}
.breadcrumbs-box .placeholder-icon span:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 100%;
  background-color: #f6cfe3;
  filter: blur(7px);
  z-index: -1;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.breadcrumbs-box .breadcrumbs {
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.breadcrumbs-box .breadcrumbs a {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  margin: 0 10px;
  padding: 0 5px;
}
@media (max-width: 991px) {
  .breadcrumbs-box .breadcrumbs a {
    margin: 0;
    padding: 0 3px;
  }
}
@media (max-width: 380px) {
  .breadcrumbs-box .breadcrumbs a {
    font-size: 11px;
    padding: 0;
  }
}
.breadcrumbs-box .breadcrumbs strong,
.breadcrumbs-box .breadcrumbs .last {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  margin: 0 10px;
  padding: 0 5px;
}
@media (max-width: 991px) {
  .breadcrumbs-box .breadcrumbs strong,
  .breadcrumbs-box .breadcrumbs .last {
    margin: 0;
    padding: 0 3px;
  }
}
@media (max-width: 380px) {
  .breadcrumbs-box .breadcrumbs strong,
  .breadcrumbs-box .breadcrumbs .last {
    font-size: 11px;
    padding: 0;
  }
}
.breadcrumbs-box .breadcrumbs .separator {
  font-family: "Courier New", Courier, monospace;
  opacity: 0.28;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=28)";
  filter: alpha(opacity=28);
}
.breadcrumbs-box .breadcrumbs .separator svg {
  width: 10px;
  height: 10px;
  opacity: 0.25 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)" !important;
  filter: alpha(opacity=25) !important;
  margin: 0 5px;
}
.left-top-search {
  position: relative;
  max-width: 313px;
  width: 100%;
}
@media (max-width: 767px) {
  .left-top-search {
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.left-top-search input {
  border: 0;
  background-color: #fff;
  padding: 13px 22px 13px 22px;
  width: 100%;
  box-shadow: 0 6px 27px rgba(87,85,207,0.06);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
}
@media (max-width: 991px) {
  .left-top-search input {
    position: relative;
  }
}
.left-top-search ::placeholder {
  color: #7279d5;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.left-top-search button {
  position: absolute;
  border: none;
  background: none;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 18px;
}
.left-top-search button svg {
  width: 14px;
  height: 14px;
}
.single-content {
  position: relative;
}
.insta-post {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  padding: 20px 35px 0 40px;
}
@media (max-width: 767px) {
  .insta-post {
    padding: 20px 15px 0 15px;
  }
}
@media (max-width: 991px) {
  .insta-post .right-title-post {
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
.insta-post .right-title-post .title-txt {
  color: #2b1f5d;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .insta-post .right-title-post .title-txt {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .insta-post .right-title-post .title-category {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.insta-post .right-title-post .title-category .cat-item {
  color: #362c64;
  font-size: 12px;
  font-weight: 300;
  margin-left: 35px;
  -ms-flex-align: center;
  align-items: center;
}
.insta-post .right-title-post .title-category .cat-item a {
  color: inherit;
}
.insta-post .right-title-post .title-category .cat-item a:hover {
  color: #9e2a9e;
  font-weight: 500;
}
@media (max-width: 991px) {
  .insta-post .right-title-post .title-category .cat-item {
    margin: 0 15px;
  }
}
.insta-post .right-title-post .title-category .cat-item strong {
  font-weight: 500;
}
.insta-post .right-title-post .title-category .cat-item svg {
  width: 13px;
  height: 13px;
  margin-left: 13px;
}
.insta-post .right-title-post .title-category .cat-item .folder {
  width: 14px;
  height: 14px;
}
@media (max-width: 991px) {
  .insta-post .left-title-post {
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
    margin: 0 auto;
    display: table;
  }
}
.insta-post .left-title-post .txt-rate {
  -ms-flex-align: center;
  align-items: center;
}
.insta-post .left-title-post .txt-rate .number-rate {
  color: #000;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: -0.96px;
  margin-left: 13px;
}
.insta-post .left-title-post .txt-rate .number-rate strong {
  color: #9e2a9e;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -1.28px;
}
.insta-post .left-title-post .txt-rate .stars-rate svg {
  width: 11px;
  height: 11px;
  margin-left: 4px;
}
.insta-post .left-title-post .txt-rate .stars-rate .str {
  stroke: #242323;
  fill: #fff !important;
}
.insta-post .left-title-post .btm-txt {
  color: #000;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: -0.24px;
}
.single-post-content {
  margin-bottom: 50px;
  border-radius: 34px;
  background-color: #e4e3f7;
  position: relative;
}
.likes-wrap {
  box-shadow: 0 6px 7px rgba(114,45,163,0.07);
  border-radius: 26px;
  background-color: #fff;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  padding: 21px 16px;
  text-align: center;
  top: 43px;
  right: -23px;
  z-index: 10;
}
@media (max-width: 991px) {
  .likes-wrap {
    padding: 21px 11px;
  }
}
.likes-wrap .likes-item {
  color: #45298b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  margin-bottom: 23px;
}
.likes-wrap .likes-item svg {
  display: block;
  margin: 0 auto 3px auto;
  width: 16px;
  height: 16px;
}
.likes-wrap .likes-item:last-child {
  margin-bottom: 0;
}
.linked-slider {
  right: 0 !important;
  border-radius: 29px 0 28px 28px;
  top: 53px;
  padding: 15px 17px;
}
@media (max-width: 1199px) {
  .linked-slider {
    top: 40px;
    padding: 8px 11px;
  }
}
.post-content-single-wrap {
  box-shadow: 0 6px 18px rgba(87,85,207,0.14);
  border-radius: 34px;
  background-color: #fff;
  padding: 41px 44px 40px 45px;
}
@media (max-width: 991px) {
  .post-content-single-wrap {
    padding: 41px 25px;
  }
}
.post-content-single-wrap p {
  padding: 0 0 0 10px;
}
@media (max-width: 575px) {
  .post-content-single-wrap p {
    text-align: center;
  }
}
.post-content-single-wrap .tit-txt1 {
  color: #cb2a84;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .post-content-single-wrap .tit-txt1 {
    font-size: 13px;
    text-align: center;
  }
}
.post-content-single-wrap .title-txts {
  color: #000;
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .post-content-single-wrap .title-txts {
    text-align: center;
    margin: 0 auto;
    display: table;
  }
}
.post-content-single-wrap .category-menu li {
  position: relative;
}
.post-content-single-wrap .category-menu li:before {
  content: '';
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAwklEQVQoU4WQsUrDABRFz80Qurk4VHAr4tTVxbkgTu4OSaXYyaF/IPQHnBwymcUl+AUuLWmX7t066gcUokKoucVCSimob3wc7n3niX8mxheGM/3FRfhc4lVm8CsY4zYiRzw8VbrXDT5twPsjKur0CLckcouXtNLdz15R4GeZow9zmaGvGDcRE4tZWnEN8ga8xYelGAsWgel+i5HgrTBXGSrrls2NPXy8ElPgAJiHppOgz13RrUyMTwgYhhX9BC33v7EGl747rBdbWrwAAAAASUVORK5CYII=");
  display: inline-block;
  width: 10px;
  height: 8px;
  margin-left: 5px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.post-content-single-wrap .tit-txt {
  color: #7c36b2;
}
@media (max-width: 767px) {
  .post-content-single-wrap .tit-txt {
    font-size: 13px;
    text-align: center;
  }
}
.label-single-page {
  padding: 17px 40px;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .label-single-page {
    margin: 0 auto;
    display: table;
  }
}
.label-single-page a {
  color: #3a115d;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: -0.24px;
  margin-left: 2px;
}
.label-single-page a:hover {
  color: #9e2a9e;
}
.label-single-page span {
  color: #3a115d;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.24px;
  margin-left: 3px;
}
.linked-matter {
  margin-bottom: 30px;
}
.title-linked {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .title-linked {
    padding-left: 0;
  }
}
.title-linked .right-title-wrap {
  color: #343434;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
}
@media (max-width: 500px) {
  .title-linked .right-title-wrap {
    font-size: 12px;
  }
}
.title-linked .right-title-wrap svg {
  width: 32px;
  height: 32px;
  margin-left: 10px;
}
.title-linked .left-title {
  color: #343434;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.56px;
}
@media (max-width: 500px) {
  .title-linked .left-title {
    font-size: 12px;
  }
}
.linked-matter-slider {
  padding-bottom: 20px;
}
.content-linked-item {
  box-shadow: 0 6px 7px rgba(114,45,163,0.07);
  border-radius: 29px;
  background-color: #fff;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.content-linked-item:hover figure:before {
  display: block;
}
.content-linked-item:hover figure svg {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-linked-item:hover .txt-linked .titlee-linked {
  color: #cf2a81;
}
.content-linked-item figure {
  position: relative;
  width: 100%;
}
.content-linked-item figure:before {
  content: '';
  position: absolute;
  border-radius: 20px 20px 20px 80px;
  background-color: #a22a9a;
  background-image: -ms-linear-gradient(209deg, #515bd4 10%, #8134af 25%, #dd2a7b 73%, #feda77 100%, #f58529 100%);
  background-image: linear-gradient(-119deg, #515bd4 10%, #8134af 25%, #dd2a7b 73%, #feda77 100%, #f58529 100%);
  opacity: 0.83;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=83)";
  filter: alpha(opacity=83);
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.content-linked-item figure img {
  border-radius: 20px 20px 20px 80px;
  box-shadow: 6px 8px 9px -4px #e3ccee;
  width: 100%;
}
.content-linked-item figure svg {
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 31px;
  height: 31px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.content-linked-item .txt-linked {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 0 25px 0;
  text-align: center;
}
.content-linked-item .txt-linked .date-txt {
  color: rgba(0,0,0,0.63);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.24px;
  margin-bottom: 11px;
}
.content-linked-item .txt-linked .titlee-linked {
  max-width: 175px;
  width: 100%;
  color: #45298b;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.29px;
  margin-bottom: 10px;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (max-width: 1199px) {
  .content-linked-item .txt-linked .titlee-linked {
    font-size: 12px;
  }
}
.content-linked-item .txt-linked .video-link {
  color: #000;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: -0.24px;
}
.content-linked-item .txt-linked .video-link svg {
  width: 14px;
  height: 14px;
  margin-left: 10px;
}
.comment-section {
  box-shadow: 0 6px 7px rgba(114,45,163,0.07);
  border-radius: 29px;
  background-color: #fff;
  padding: 40px 40px 30px 40px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .comment-section {
    padding: 40px 25px 30px 25px;
  }
}
.send-viewpoint .title-view-point {
  color: #45298b;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .send-viewpoint .title-view-point {
    margin: 0 auto 20px auto;
    display: table;
  }
}
.send-viewpoint .title-view-point svg {
  width: 32px;
  height: 32px;
  margin-left: 15px;
}
.content-viewpoint {
  border-bottom: 1px solid #f8f8fd;
  padding-bottom: 35px;
  margin-bottom: 38px;
}
.content-viewpoint .right-user-name {
  max-width: 233px;
  width: 100%;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .content-viewpoint .right-user-name {
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.content-viewpoint .right-user-name .user-items input,
.content-viewpoint .right-user-name .user-items ::placeholder {
  color: rgba(69,41,139,0.69);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-viewpoint .left-user-viewpoint {
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.content-viewpoint .left-user-viewpoint textarea {
  border-radius: 22px;
  background-color: #f8f8fd;
  resize: vertical;
  min-height: 98px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.24px;
  border: 0;
  width: 100%;
  padding: 15px 26px;
  display: block;
  margin-bottom: 15px;
}
.content-viewpoint .left-user-viewpoint ::placeholder {
  color: rgba(69,41,139,0.69);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-viewpoint .left-user-viewpoint .send-viewpoint-item {
  margin-right: auto;
  display: block;
  height: 39px;
  border-radius: 19px;
  background-color: #6144a9;
  background-image: -ms-linear-gradient(209deg, #515bd4 8%, #8134af 45%, #dd2a7b 75%, #feda77 95%, #f58529 100%);
  background-image: linear-gradient(-119deg, #515bd4 8%, #8134af 45%, #dd2a7b 75%, #feda77 95%, #f58529 100%);
  line-height: 39px;
  padding: 0 22px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.26px;
  border: 0;
}
@media (max-width: 767px) {
  .content-viewpoint .left-user-viewpoint .send-viewpoint-item {
    margin: 0 auto;
  }
}
.content-viewpoint .left-user-viewpoint .send-viewpoint-item svg {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  fill: #fff;
  margin: 4px 10px 0 0;
  width: 14px;
  height: 14px;
}
.comments-box {
  margin-bottom: 10px;
}
.comments-box ul {
  margin: 0 auto;
  max-width: 864px;
}
.comments-box ul li {
  position: relative;
}
.comments-box ul li .comment-item {
  background-color: #fff;
  padding: 20px 25px 17px 0;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 13px;
  border-radius: 13px;
  border: 1px solid #d7d7e3;
  position: relative;
}
@media (max-width: 500px) {
  .comments-box ul li .comment-item {
    padding: 20px 11px;
  }
}
.comments-box ul li .comment-item .comment-reply-link {
  border-radius: 0 13px;
  border: 1px solid #d7d7e3;
  padding: 10px;
  height: 39px;
  width: 39px;
  text-align: center;
  bottom: 0;
  position: absolute;
  left: 0;
  border-bottom: 0;
  border-left: 0;
}
.comments-box ul li .comment-item .avatar-item {
  margin-left: 15px;
}
@media (max-width: 500px) {
  .comments-box ul li .comment-item .avatar-item {
    margin: 0 auto 15px auto;
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-left: 0;
    text-align: center;
    padding: 10px 10px;
    margin: 0 auto;
  }
}
.comments-box ul li .comment-item .avatar-item svg {
  width: 31px;
  height: 31px;
  fill: #6d3fbd;
}
.comments-box ul li .comment-item .comments-content {
  padding: 0 20px 25px;
}
@media (max-width: 500px) {
  .comments-box ul li .comment-item .comments-content {
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
    margin: 0 auto 10px auto;
    padding: 10px 0 20px 0;
  }
}
.comments-box ul li .comment-item .comments-content .data-item {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.24px;
  color: rgba(0,0,0,0.63);
  margin-bottom: 5px;
}
@media (max-width: 500px) {
  .comments-box ul li .comment-item .comments-content .data-item {
    text-align: center;
    margin: 0 auto 10px auto;
    display: table;
  }
}
.comments-box ul li .comment-item .comments-content .data-item span {
  color: #45298b;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.26px;
  margin-left: 17px;
}
.comments-box ul li .comment-item .comments-content .comment-body-text {
  color: #45298b;
  font-size: 12px;
  font-weight: 400;
  text-align: justify;
}
.comments-box ul ul {
  margin-right: 40px;
}
.comments-box ul ul li .comment-item .avatar-item svg {
  fill: url("#grad3") !important;
}
.left-side-single {
  position: relative;
}
@media (max-width: 767px) {
  .left-side-single {
    display: -ms-flexbox;
    display: box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .left-side-single {
    display: block;
  }
}
@media (max-width: 767px) {
  .side-item {
    box-flex: 1;
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    width: 100%;
    margin: 0 15px;
  }
}
@media (max-width: 575px) {
  .side-item {
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0;
  }
}
.left-side-category {
  box-shadow: 0 0 9px rgba(87,85,207,0.06);
  border-radius: 34px;
  background-color: #fff;
  padding: 30px 0 10px 0;
  margin-bottom: 35px;
}
.left-side-category .title-cate {
  text-align: center;
  color: #45298b;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
  margin-bottom: 30px;
}
.left-side-category .title-cate svg {
  width: 22px;
  height: 22px;
  margin-left: 20px;
}
.category-list1 {
  border-radius: 34px 34px 0 0;
  background-color: #fff;
  margin: 0 8px 20px 8px;
  position: relative;
  z-index: 1;
}
.category-list1:before {
  content: '';
  position: absolute;
  top: -1px;
  right: 1px;
  height: calc(100% + 2px);
  width: 99.5%;
  background-image: -ms-linear-gradient(top, #f2f1fb 10%, #fff 100%);
  background-image: linear-gradient(to bottom, #f2f1fb 10%, #fff 100%);
  background-color: #fff;
  z-index: -1;
  border-radius: 34px 34px 0 0;
  box-shadow: 0px -5px 12px -7px rgba(87,85,207,0.06);
}
.category-list1 ul {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 20px 28px 20px 5px;
  border-radius: 34px 34px 0 0;
}
.category-list1 li {
  box-flex: 1;
  -ms-flex: 0 0 46%;
  flex: 0 0 46%;
  width: 100%;
  margin-left: 8px;
  margin-bottom: 15px;
}
.category-list1 li a {
  color: #45298b;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  -ms-flex-align: center;
  align-items: center;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  position: relative;
}
@media (max-width: 1199px) {
  .category-list1 li a {
    font-size: 11px;
  }
}
.category-list1 li a:before {
  content: '';
  background-color: #fff;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #d7d7e3;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  overflow: hidden;
  vertical-align: middle;
  line-height: 1;
}
.category-list1 li a .count {
  margin-right: 8px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  font-size: 12px;
  font-weight: 300;
  color: #45298b;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.category-list1 li:hover a:before {
  background-color: #5e5e61;
  background-image: -ms-linear-gradient(209deg, #515bd4 0%, #8134af 25%, #dd2a7b 53%, #feda77 82%, #f58529 100%);
  background-image: linear-gradient(-119deg, #515bd4 0%, #8134af 25%, #dd2a7b 53%, #feda77 82%, #f58529 100%);
  border-color: #fff;
}
.category-list1 li:hover a .count {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.category-list2 {
  padding: 0 10px;
}
.category-list2 li {
  border-top: 1px solid #f8f8fd;
  padding: 13px 0;
}
.category-list2 li a {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
  color: #45298b;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.24px;
  width: 100%;
  -ms-transition: none;
  transition: none;
}
.category-list2 li a span.count {
  background: -webkit--ms-linear-gradient(209deg, #515bd4 36%, #8134af 30%, #dd2a7b 71%, #feda77 82%, #f58529 100%);
  background: -webkit-linear-gradient(-119deg, #515bd4 36%, #8134af 30%, #dd2a7b 71%, #feda77 82%, #f58529 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #45298b;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: -0.22px;
  margin-right: auto;
}
.category-list2 li a:hover {
  font-weight: 500;
  color: #e33679;
}
.category-list2 li a:hover span.count {
  font-weight: 700;
}
.follower-buy-side {
  text-align: center;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 207px;
  margin-bottom: 55px;
}
.follower-buy-side:before {
  content: '';
  position: absolute;
  background: url("../images/sample/side-lay.png") no-repeat;
  width: 100%;
  height: 100%;
  top: 21px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  background-size: cover;
}
@media (max-width: 1199px) {
  .follower-buy-side:before {
    width: calc(50% + 50%);
    height: 100%;
    top: 42px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-size: contain;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .follower-buy-side {
    background-image: -ms-linear-gradient(209deg, #515bd4 5%, #8134af 25%, #dd2a7b 73%, #feda77 92%, #f58529 100%);
    background-image: linear-gradient(-119deg, #515bd4 5%, #8134af 25%, #dd2a7b 73%, #feda77 92%, #f58529 100%);
    border-radius: 15px;
  }
  .follower-buy-side:before {
    content: none;
  }
}
.follower-buy-side figure {
  margin-bottom: 25px;
}
.follower-buy-side .title-follower-side {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.4px;
  margin-bottom: 25px;
  line-height: 28px;
}
@media (max-width: 1199px) {
  .follower-buy-side .title-follower-side {
    font-size: 20px;
  }
}
.follower-buy-side .title-follower-side span {
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: -0.28px;
  display: block;
}
.follower-buy-side .start-buy-link {
  height: 41px;
  border-radius: 9px;
  border: 1px solid rgba(255,255,255,0.21);
  display: table;
  margin: 0 auto;
  line-height: 41px;
  padding: 0 10px;
  max-width: 147px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.follower-buy-side .start-buy-link:hover {
  border: 1px solid #fff;
}
.follower-buy-side .start-buy-link:hover svg {
  -ms-transform: translateX(-10px) rotate(180deg);
  transform: translateX(-10px) rotate(180deg);
}
.follower-buy-side .start-buy-link svg {
  fill: #fff;
  width: 12px;
  height: 12px;
  margin-right: 25px;
  -ms-transform: translateX(0) rotate(180deg);
  transform: translateX(0) rotate(180deg);
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.income-solution {
  box-shadow: 0 6px 9px rgba(87,85,207,0.06);
  border-radius: 34px;
  background-color: #fff;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .income-solution {
    border-radius: 79px;
  }
}
.income-solution figure {
  margin-bottom: 17px;
}
.income-solution figure img {
  width: 100%;
  border-radius: 34px 34px 0 0;
}
.income-solution .stars {
  margin: 0 auto 8px auto;
  display: table;
}
.income-solution .stars svg {
  width: 12px;
  height: 12px;
}
.income-solution .stars .str {
  stroke: #242323;
  fill: #fff;
}
.income-solution .txt-income {
  color: #242050;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
}
.income-solution .txt-income span {
  display: block;
  color: #242050;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: -0.22px;
}
.special-offer {
  margin-bottom: 40px;
}
.special-offer .title-offer {
  color: #601d97;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
  margin-bottom: 15px;
  text-align: center;
}
.special-offer .title-offer svg {
  margin-left: 10px;
  width: 20px;
  height: 20px;
}
.special-offer .inexpensive-follow-wrap:hover .inexpensive-follow-item {
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.logged-in-as {
  margin-bottom: 15px;
}
.logged-in-as a {
  color: inherit;
}
.logged-in-as a:hover {
  color: #c02d8b;
}
#cancel-comment-reply-link {
  background: none;
  border: 0;
  text-decoration: underline;
  padding: 0;
  margin: 0 auto 0 0;
}
#cancel-comment-reply-link:hover {
  color: #c02d8b;
}
.title-about-follower {
  margin-bottom: 30px;
}
.about-follower {
  margin-bottom: 50px;
}
.about-follower p {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .about-follower p {
    text-align: center;
  }
}
.about-follower .title-follow,
.about-follower .title-follow2 {
  color: #e53b79;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .about-follower .title-follow,
  .about-follower .title-follow2 {
    text-align: center;
  }
}
.about-follower .title-follow2 {
  color: #45298b;
}
.follow-facilities {
  margin-bottom: 205px;
  position: relative;
}
@media (max-width: 991px) {
  .follow-facilities {
    margin-bottom: 70px;
  }
}
.follow-facilities:before {
  content: '';
  background: url("../images/sample/back-right.png") no-repeat !important;
  width: 70px;
  height: 176px !important;
  top: 51% !important;
  right: -115px !important;
  position: absolute;
  background-size: contain;
}
/* .follow-facilities:after {
  content: '';
  background: url("../images/sample/back-left.png") no-repeat;
  background-size: auto;
  width: 70px;
  height: 163px;
  top: -10px;
  left: -100px;
  position: absolute;
  background-size: contain;
} */
.follow-facilities .follow-facilities-content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
  padding: 0 50px;
}
@media (max-width: 991px) {
  .follow-facilities .follow-facilities-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .follow-facilities .follow-facilities-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .follow-facilities .follow-facilities-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.follow-facilities .follow-facilities-content .follow-facilities-item {
  box-shadow: 0 4px 16px rgba(152,129,208,0.11);
  border-radius: 25px;
  background-color: #fff;
  padding: 25px 0;
  text-align: center;
}
.follow-facilities .follow-facilities-content .follow-facilities-item svg {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}
.follow-facilities .follow-facilities-content .follow-facilities-item .txt-box {
  color: #45298b;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
}
.inexpensive-fallow-section {
  position: relative;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .inexpensive-fallow-section {
    margin-bottom: 40px;
  }
}
.inexpensive-fallow-section:before {
  content: '';
  background: url("../images/sample/panels.png") no-repeat;
  width: 100%;
  height: 100%;
  top: -22%;
  right: 0;
  position: absolute;
}
@media (max-width: 991px) {
  .inexpensive-fallow-section:before {
    content: none;
  }
}
.inexpensive-section {
  margin-bottom: 8px;
}
.inexpensive-section:before {
  content: none;
}
.ask-question {
  margin-bottom: 90px;
}
.ask-question .question-title {
  color: #3a115d;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
  margin-bottom: 25px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .ask-question .question-title {
    text-align: center;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.accordion-group2 {
  position: relative;
}
.accordion2 {
  margin-bottom: 20px;
  border-radius: 34px;
  border: 1px solid #e4e4f7;
  background-color: #fff;
}
@media (max-width: 575px) {
  .accordion2 {
    margin-bottom: 35px;
  }
}
.accordion2 .accordion-head {
  padding: 20px 20px 18px 20px;
  position: relative;
}
.accordion2 .accordion-head .accordion-title {
  position: relative;
  color: #3a115d;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 575px) {
  .accordion2 .accordion-head .accordion-title {
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
  }
}
.accordion2 .accordion-head:before {
  content: '+';
  width: 34px;
  height: 34px;
  display: inline-block;
  border-radius: 100%;
  line-height: 34px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin-left: 12px;
  background: -webkit--ms-linear-gradient(209deg, #515bd4 36%, #8134af 30%, #dd2a7b 71%, #feda77 82%, #f58529 100%);
  background: -webkit-linear-gradient(-119deg, #515bd4 36%, #8134af 30%, #dd2a7b 71%, #feda77 82%, #f58529 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid #d4d4e6;
}
@media (max-width: 575px) {
  .accordion2 .accordion-head:before {
    position: absolute;
    top: -18px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    margin-left: 0;
  }
}
.accordion2 .accordion-body {
  box-shadow: 0 6px 18px rgba(87,85,207,0.14);
  border-radius: 0 0 34px 34px;
  background-color: #fff;
  padding: 25px 25px;
  display: none;
}
.accordion2 .accordion-body p {
  color: #3a115d;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  line-height: 22px;
  letter-spacing: -0.26px;
}
@media (max-width: 575px) {
  .accordion2 .accordion-body p {
    text-align: center;
    font-size: 12px;
  }
}
.accordion2.opened .accordion-head:before {
  content: '-';
}
.accordion2.opened .open-accordion {
  display: none;
}
.body-error {
  position: relative;
}
.body-error:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/error-back.png") no-repeat;
  top: 0;
  right: 0;
  background-size: cover;
  z-index: -55;
}
.body-error-content {
  height: 100vh;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.body-error-content .title-error-content {
  color: #fff;
  font-family: Arkitech;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 2.42px;
  line-height: 14px;
  margin-bottom: 30px;
}
.body-error-content .title-error-content span {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.24px;
}
.body-error-content .pic-error {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .body-error-content .pic-error {
    max-width: 250px;
    width: 100%;
    margin: 0 auto 30px auto;
  }
}
.body-error-content .pic-error .number-pic {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 21%;
  z-index: 10;
}
.body-error-content .pic-error .shadow-pic {
  position: absolute;
  left: 42%;
  z-index: -1;
  top: 49px;
}
.body-error-content .back-home {
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid rgba(246,245,252,0.24);
  border-radius: 10px;
  height: 35px;
  padding: 0 10px;
  line-height: 35px;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.body-error-content .back-home svg {
  fill: #fff;
  width: 15px;
  height: 15px;
  margin-left: 10px;
}
.body-error-content .back-home:hover {
  border: 1px solid #f6f5fc;
}
.hot-contents {
  margin-bottom: 40px;
}
.hot-contents .title-hot-contents {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
  margin-bottom: 22px;
  padding-right: 55px;
}
@media (max-width: 1199px) {
  .hot-contents .title-hot-contents {
    margin: 0 auto 22px auto;
    padding-right: 0;
    text-align: center;
  }
}
.hot-contents .title-hot-contents span {
  background: -webkit--ms-linear-gradient(331deg, #515bd4 0%, #8134af 35%, #dd2a7b 70%, #feda77 90%, #f58529 100%);
  background: -webkit-linear-gradient(119deg, #515bd4 0%, #8134af 35%, #dd2a7b 70%, #feda77 90%, #f58529 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hot-contents .title-hot-contents svg {
  width: 23px;
  height: 23px;
  margin-left: 13px;
}
.hot-contents-box {
  margin-bottom: 20px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 1199px) {
  .hot-contents-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.right-box-contents-wrap {
  margin-left: 15px;
}
@media (max-width: 1199px) {
  .right-box-contents-wrap {
    margin: 0 auto 20px auto;
  }
}
.right-box-contents-wrap .right-box-item {
  box-shadow: 0 6px 9px rgba(87,85,207,0.06);
  border-radius: 34px;
  background-color: #fff;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 10px;
  overflow: hidden;
  max-width: 240px;
}
.right-box-contents-wrap .right-box-item figure {
  margin-bottom: 10px;
}
.right-box-contents-wrap .right-box-item figure img {
  width: 100%;
}
.right-box-contents-wrap .right-box-item .txt-right-box {
  text-align: center;
  color: #242050;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
  padding: 5px 15px;
}
.right-box-contents-wrap .right-box-item .txt-right-box span {
  display: block;
  color: #242050;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: -0.22px;
}
.archive-slide-wrap {
  max-width: 886px;
  position: relative;
  min-width: 0;
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.archive-slide-wrap .swiper-slide img {
  width: 100%;
}
@media (max-width: 1199px) {
  .archive-slide-wrap {
    max-width: 100%;
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.archive-slide-pagination {
  position: absolute;
  z-index: 1000;
  left: 50%;
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
  bottom: 24%;
}
@media (max-width: 767px) {
  .archive-slide-pagination {
    bottom: 32%;
  }
}
@media (max-width: 575px) {
  .archive-slide-pagination {
    display: none;
  }
}
.archive-slide-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  background: none;
  margin: 0 4px;
}
.archive-slide-pagination .swiper-pagination-bullet-active {
  width: 20px;
  height: 9px;
  border-radius: 5px;
  background-color: #fff;
}
.archive-slider {
  padding-bottom: 10px;
  position: relative;
}
.pic-slider {
  border-radius: 34px;
  overflow: hidden;
}
.pic-slider .like-box {
  margin-bottom: 0 !important;
}
.pic-slider .bottom-txt-slide {
  box-shadow: 0 6px 9px rgba(87,85,207,0.06);
  background-color: #fff;
  padding: 23px 35px 20px 25px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .pic-slider .bottom-txt-slide {
    padding: 12px 15px;
  }
}
.pic-slider .bottom-txt-slide .txt-slide {
  color: #242050;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
}
@media (max-width: 575px) {
  .pic-slider .bottom-txt-slide .txt-slide {
    font-size: 11px;
  }
}
@media (max-width: 400px) {
  .pic-slider .bottom-txt-slide .txt-slide {
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 auto 10px auto;
    text-align: center;
  }
}
.pic-slider .bottom-txt-slide .txt-slide .data-item {
  color: #242050;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: -0.22px;
  margin-right: 15px;
}
@media (max-width: 400px) {
  .pic-slider .bottom-txt-slide .like-box2 {
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 auto 10px auto;
    text-align: center;
    display: block;
  }
}
.pic-slider .bottom-txt-slide .like-box2 .like-item {
  color: #242050;
}
.inexpensive-special-wrap:nth-child(2n) .inexpensive-follow-item .inexpensive-item-head::before {
  border-radius: 37px 37px 0 !important;
}
.training-product-list {
  margin-bottom: 40px;
  position: relative;
  margin-top: 10px;
}
.training-product-list .mood-show {
  position: absolute;
  z-index: 1000;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: -56px;
  top: 10px;
}
@media (max-width: 767px) {
  .training-product-list .mood-show {
    right: 15px;
    top: -38px;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.training-product-list .mood-show a {
  margin-left: 13px;
}
.training-product-list .mood-show a svg {
  width: 18px;
  height: 18px;
  fill: rgba(113,107,107,0.24) !important;
}
.training-product-list .mood-show a.active svg {
  fill: url("#grad2") !important;
}
.training-product-list:before {
  content: '';
  border-right: 1px solid #f4f9fa;
  border-image: linear-gradient(to top, #f9f4f4 70%, rgba(0,0,0,0)) 1 round;
  top: 7%;
  right: -24px;
  width: 1px;
  height: 65%;
  background-color: rgba(69,0,166,0.08);
  position: absolute;
}
@media (max-width: 767px) {
  .training-product-list:before {
    content: none;
  }
}
.training-product-list a.abs-fill {
  z-index: 50000;
}
.training-product-list .blogposts-item-wrap {
  margin-bottom: 21px;
}
.training-product-list .blogposts-item-wrap .blogpost-item {
  box-shadow: 0 6px 7px rgba(114,45,163,0.07);
  border-radius: 29px;
  background-color: #fff;
  position: relative;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 991px) {
  .training-product-list .blogposts-item-wrap .blogpost-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .training-product-list .blogposts-item-wrap .blogpost-item {
    display: block !important;
  }

  .training-product-list .blogposts-item-wrap .blogpost-item .right-image {
    margin: 0 auto 10px !important;    
  }

  .training-product-list .blogposts-item-wrap .blogpost-item .right-image img {
    border-radius: 20px !important;
  }
}
.training-product-list .blogposts-item-wrap .blogpost-item:hover .product-content-post .title-products .title-txt {
  color: #e33679;
}
.training-product-list .blogposts-item-wrap .blogpost-item:hover .product-content-post .bottom-content-product .more-observe-links {
  color: #fff;
}
.training-product-list .blogposts-item-wrap .blogpost-item:hover .product-content-post .bottom-content-product .more-observe-links:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.training-product-list .blogposts-item-wrap .blogpost-item:hover .product-content-post .bottom-content-product .more-observe-links svg {
  fill: #fff;
}
.training-product-list .blogposts-item-wrap .blogpost-item .right-image {
  width: 100%;
  position: relative;
  z-index: 1;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  max-width: 280px;
}
.training-product-list .blogposts-item-wrap .blogpost-item .right-image img {
  width: 100%;
  border-radius: 0 29px 29px 79px;
  box-shadow: -2px 8px 9px -4px #e3ccee;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .training-product-list .blogposts-item-wrap .blogpost-item .right-image img {
    border-radius: 0 29px 29px 140px;
  }
}
@media (max-width: 400px) {
  .training-product-list .blogposts-item-wrap .blogpost-item .right-image img {
    border-radius: 0 29px 29px 79px;
  }
}
.training-product-list .blogposts-item-wrap .blogpost-item .right-image:before {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 12;
}
.training-product-list .blogposts-item-wrap .blogpost-item .right-image .expand {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 31px;
  height: 31px;
  fill: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 1000;
}
.training-product-list .blogposts-item-wrap .blogpost-item .archive-likes {
  position: relative;
  top: 0;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 23px;
}
@media (max-width: 1199px) {
  .training-product-list .blogposts-item-wrap .blogpost-item .archive-likes {
    padding: 0 12px;
  }
}
@media (max-width: 991px) {
  .training-product-list .blogposts-item-wrap .blogpost-item .archive-likes {
    position: absolute;
  }
}
.training-product-list .blogposts-item-wrap .blogpost-item .archive-likes .likes-item {
  margin-bottom: 25px;
}
.training-product-list .blogposts-item-wrap .blogpost-item .archive-likes .likes-item:last-child {
  margin-bottom: 0 !important;
}
.training-product-list .blogposts-item-wrap .blogpost-item .product-content-post {
  padding: 35px 30px 23px 30px;
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .training-product-list .blogposts-item-wrap .blogpost-item .product-content-post {
    padding: 15px 15px;
  }
}
.training-product-list .blogposts-item-wrap .blogpost-item .product-content-post .title-products {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-left: 10px;
}
.training-product-list .blogposts-item-wrap .blogpost-item .product-content-post .title-products .title-txt {
  color: #45298b;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.29px;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
@media (max-width: 1199px) {
  .training-product-list .blogposts-item-wrap .blogpost-item .product-content-post .title-products .title-txt {
    font-size: 12px;
  }
}
.training-product-list .blogposts-item-wrap .blogpost-item .product-content-post .title-products .data-time-title {
  color: rgba(0,0,0,0.53);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: -0.24px;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (max-width: 575px) {
  .training-product-list .blogposts-item-wrap .blogpost-item .product-content-post .title-products .data-time-title {
    font-size: 11px;
  }
}
.training-product-list .blogposts-item-wrap .blogpost-item .product-content-post p {
  color: #000;
  font-size: 12px;
  font-weight: 300;
  line-height: 24.08px;
  letter-spacing: -0.24px;
  margin-bottom: 5px;
  text-align: justify;
}
@media (max-width: 767px) {
  .training-product-list .blogposts-item-wrap .blogpost-item .product-content-post p {
    text-align: center;
    margin-bottom: 15px;
  }
}
.training-product-list .blogposts-item-wrap .blogpost-item .product-content-post .bottom-content-product {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.training-product-list .blogposts-item-wrap .blogpost-item .product-content-post .bottom-content-product .training-item {
  color: #000;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: -0.24px;
}
.training-product-list .blogposts-item-wrap .blogpost-item .product-content-post .bottom-content-product .training-item a {
  color: inherit;
}
.training-product-list .blogposts-item-wrap .blogpost-item .product-content-post .bottom-content-product .training-item svg {
  margin-left: 10px;
  width: 14px;
  height: 14px;
}
.training-product-list .blogposts-item-wrap .blogpost-item .product-content-post .bottom-content-product .more-observe-links {
  height: 36px;
  border-radius: 17px;
  border: 1px solid #f6f5fc;
  background-color: #fff;
  color: #000;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.22px;
  line-height: 36px;
  padding: 0 22px;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  position: relative;
  z-index: 1;
}
.training-product-list .blogposts-item-wrap .blogpost-item .product-content-post .bottom-content-product .more-observe-links:before {
  content: '';
  position: absolute;
  border-radius: 17px;
  background-image: -ms-linear-gradient(209deg, #515bd4 8%, #8134af 45%, #dd2a7b 75%, #feda77 99%, #f58529 100%);
  background-image: linear-gradient(-119deg, #515bd4 8%, #8134af 45%, #dd2a7b 75%, #feda77 99%, #f58529 100%);
  background-color: #fff;
  z-index: -1;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  right: -1px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.training-product-list .blogposts-item-wrap .blogpost-item .product-content-post .bottom-content-product .more-observe-links svg {
  margin-left: 10px;
}
.training-product-list .blogposts-item-wrap .blogpost-item .product-content-post .bottom-content-product .more-observe-links span {
  position: relative;
  z-index: 1;
  width: 100%;
}
.training-product-list.grid-view {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px 26px;
}
@media (max-width: 991px) {
  .training-product-list.grid-view {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 450px) {
  .training-product-list.grid-view {
    grid-template-columns: repeat(1, 1fr);
  }
}
.training-product-list.grid-view .blogposts-item-wrap {
  margin-bottom: 0;
}
.training-product-list.grid-view .blogposts-item-wrap .blogpost-item {
  -ms-flex-direction: column;
  flex-direction: column;
}
.training-product-list.grid-view .blogposts-item-wrap .blogpost-item:hover .right-image .expand {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.training-product-list.grid-view .blogposts-item-wrap .blogpost-item:hover .right-image:before {
  opacity: 0.83;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=83)";
  filter: alpha(opacity=83);
  visibility: visible;
}
.training-product-list.grid-view .blogposts-item-wrap .blogpost-item .right-image img {
  border-radius: 29px 29px 29px 79px;
}
.training-product-list.grid-view .blogposts-item-wrap .blogpost-item .right-image:before {
  display: visibility;
}
.training-product-list.grid-view .blogposts-item-wrap .blogpost-item .product-content-post {
  padding: 20px 30px 23px 30px;
}
.training-product-list.grid-view .blogposts-item-wrap .blogpost-item .product-content-post .title-products {
  text-align: center;
}
.training-product-list.grid-view .blogposts-item-wrap .blogpost-item .product-content-post .title-products .title-txt {
  -ms-flex-order: 2;
  order: 2;
  max-width: 175px;
  width: 100%;
  margin: 0 auto;
}
.training-product-list.grid-view .blogposts-item-wrap .blogpost-item .product-content-post .title-products .data-time-title {
  -ms-flex-order: 1;
  order: 1;
  margin: 0 auto 12px auto;
}
@media (max-width: 450px) {
  .training-product-list.grid-view .blogposts-item-wrap .blogpost-item .product-content-post .title-products .data-time-title {
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.training-product-list.grid-view .blogposts-item-wrap .blogpost-item p {
  display: none;
}
.training-product-list.grid-view .blogposts-item-wrap .blogpost-item .bottom-content-product {
  display: table;
  margin: 0 auto;
}
.training-product-list.grid-view .blogposts-item-wrap .blogpost-item .bottom-content-product .more-observe-links {
  display: none;
}
.training-product-list.grid-view .blogposts-item-wrap .blogpost-item .archive-likes {
  position: absolute;
  top: 53px;
  padding: 18px 19px 0 19px;
}
@media (max-width: 1199px) {
  .training-product-list.grid-view .blogposts-item-wrap .blogpost-item .archive-likes {
    padding: 18px 12px 0 12px;
  }
}
.training-product-list.grid-view .blogposts-item-wrap .blogpost-item .archive-likes .likes-item {
  margin-bottom: 17px;
}
.training-product-list.grid-view .blogposts-item-wrap .blogpost-item .archive-likes .likes-item:last-child {
  margin-bottom: 17px !important;
}
.site-pagination-item {
  margin: 0 auto 40px auto;
  text-align: center;
}
.site-pagination-item .page-numbers {
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid rgba(69,41,139,0.2);
  line-height: 35px;
  text-align: center;
  color: #33237a;
  font-size: 14px;
  font-weight: 400;
  margin: 0 5px;
  padding: 0 3px;
}
@media (max-width: 991px) {
  .site-pagination-item .page-numbers {
    margin: 0;
  }
}
.site-pagination-item .current {
  box-shadow: 0 4px 10px rgba(94,78,201,0.45);
  background-color: #d7d7e3;
  background-image: -ms-linear-gradient(209deg, #515bd4 0%, #8134af 35%, #dd2a7b 83%, #feda77 97%, #f58529 100%);
  background-image: linear-gradient(-119deg, #515bd4 0%, #8134af 35%, #dd2a7b 83%, #feda77 97%, #f58529 100%);
  border: 0;
  color: #fff;
}
.site-pagination-item .numbers {
  border-radius: 17px !important;
  max-width: 61px !important;
  width: 100% !important;
}
.single-page-box {
  margin-bottom: 10px;
}
.single-page-box .entry-title {
  color: #3a115d;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
  margin-bottom: 25px;
  padding-right: 45px;
}
@media (max-width: 767px) {
  .single-page-box .entry-title {
    text-align: center;
    padding-right: 0;
    margin: 0 auto 25px auto;
  }
}
.single-page-box .entry-title svg {
  width: 20px;
  height: 20px;
  margin-left: 12px;
}
.single-post-body {
  margin-bottom: 40px;
  box-shadow: 0 6px 18px rgba(87,85,207,0.14);
  border-radius: 34px;
  background-color: #fff;
  padding: 44px 43px 40px 35px;
}
@media (max-width: 991px) {
  .single-post-body {
    padding: 44px 25px 40px 25px;
  }
}
.contact-us-section {
  box-shadow: none;
  border-radius: 0;
  background-color: none;
  padding: 0;
}
.contact-us-section .information-contact {
  margin-left: 50px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .contact-us-section .information-contact {
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.contact-us-section .information-contact .information-item {
  margin-bottom: 26px;
  -ms-flex-align: center;
  align-items: center;
}
.contact-us-section .information-contact .information-item svg {
  width: 22px;
  height: 22px;
  margin-left: 15px;
}
@media (max-width: 575px) {
  .contact-us-section .information-contact .information-item svg {
    margin-left: 5px;
    width: 19px;
    height: 19px;
  }
}
.contact-us-section .information-contact .information-item .txt-item-info {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  box-flex: 1;
  -ms-flex: 0 auto !important;
  flex: 0 auto !important;
  line-height: 26px;
}
@media (max-width: 575px) {
  .contact-us-section .information-contact .information-item .txt-item-info {
    font-size: 11px;
  }
}
.contact-us-section .information-contact .information-item .txt-item-info strong {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  display: block;
}
@media (max-width: 575px) {
  .contact-us-section .information-contact .information-item .txt-item-info strong {
    font-size: 13px;
  }
}
.contact-us-section .information-contact .information-item .txt-item-info .phone-number {
  direction: ltr;
}
.contact-us-section .information-contact .information-item .txt-item-info .address-item {
  font-size: 13px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .contact-us-section .information-contact .information-item .txt-item-info .address-item {
    font-size: 11px;
  }
}
.contact-us-section .information-contact .information-item .time-item {
  font-size: 13px;
  font-weight: 300;
}
.contact-us-section .information-contact .information-item .time-item strong {
  font-weight: 400 !important;
  font-size: 13px !important;
  letter-spacing: -0.39px !important;
}
.contact-us-section .send-message {
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.contact-us-section .send-message .title-send-message {
  color: #0e2640;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .contact-us-section .send-message .title-send-message {
    margin: 0 auto 20px auto;
    text-align: center;
    padding-right: 0;
  }
}
.send-message-content .top-send-message {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
  grid-gap: 22px;
}
@media (max-width: 991px) {
  .send-message-content .top-send-message {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.send-message-content .top-send-message label {
  max-width: 224px;
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .send-message-content .top-send-message label {
    max-width: 100%;
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
}
.send-message-content .top-send-message label:last-child {
  margin-left: 0;
}
.send-message-content .top-send-message label input {
  border-radius: 23px;
  border: 1px solid #eaeaea;
  height: 45px;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.36px;
  line-height: 45px;
  padding: 0 45px 0 10px;
  background-color: #fff;
}
@media (max-width: 575px) {
  .send-message-content .top-send-message label input {
    font-size: 11px;
  }
}
.send-message-content .top-send-message label svg {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 14px;
  height: 14px;
}
.send-message-content .top-send-message label ::placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #3f3f3f;
}
.send-message-content textarea {
  resize: vertical;
  width: 100%;
  border-radius: 17px;
  border: 1px solid #eaeaea;
  padding: 15px 24px;
  font-size: 12px;
  font-weight: 400;
  min-height: 110px;
  height: 110px;
  margin-bottom: 15px;
}
.send-message-content ::placeholder {
  color: rgba(14,38,64,0.5);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.send-file {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .send-file {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.send-file button {
  height: 42px;
  border-radius: 22px;
  background-color: #da2839;
  background-image: -ms-linear-gradient(209deg, #515bd4 18%, #8134af 43%, #dd2a7b 73%, #feda77 97%, #f58529 100%);
  background-image: linear-gradient(-119deg, #515bd4 18%, #8134af 43%, #dd2a7b 73%, #feda77 97%, #f58529 100%);
  line-height: 42px;
  padding: 0 23px 0 26px;
  border: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.36px;
  margin-right: auto;
}
@media (max-width: 991px) {
  .send-file button {
    margin: 0 auto 15px auto;
  }
}
.send-file button svg {
  fill: #fff;
  margin-right: 14px;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: 3px;
}
.bottom-send-message {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.upload-file {
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 457px;
  height: auto;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .upload-file {
    margin-bottom: 20px;
  }
}
.upload-file .txt-upload {
  color: #0e2640;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.36px;
  margin-right: 15px !important;
}
@media (max-width: 500px) {
  .upload-file .txt-upload {
    font-size: 11px;
  }
}
.upload-file input {
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.upload-file input[type="file"]:checked ~ .checked-box {
  background-color: #b9b9b9;
}
.upload-file .checked-box {
  margin: 0 auto;
  height: 44px;
  line-height: 55px;
  border-radius: 22px;
  padding: 0 20px;
  line-height: 44px;
  color: #0e2640;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #eaeaea;
}
@media (max-width: 500px) {
  .upload-file .checked-box {
    padding: 0 11px;
    line-height: 38px;
    height: 38px;
    font-size: 11px;
  }
}
.upload-file .checked-box svg {
  width: 15px;
  height: 15px;
  margin-left: 12px;
}
@media (max-width: 500px) {
  .upload-file .checked-box svg {
    margin-left: 1px;
  }
}
.map {
  position: relative;
  z-index: 10;
  box-flex: 1;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.map #map_location {
  height: 291px;
  border-radius: 15px;
}
.map .place-holder {
  position: absolute;
  width: 81px;
  z-index: 1000;
  bottom: 45%;
  right: 28%;
}
.gh-page-box {
  margin-bottom: 90px !important;
}
.geo-map-wrap {
  height: 284px;
}
.geo-map-wrap .map-instance {
  height: 100%;
  border-radius: 19px;
}
.map-market-icon {
  white-space: nowrap;
  text-align: center;
  width: auto !important;
  height: auto !important;
}
.map-market-icon .txt {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 8px;
  margin-top: 2px;
  line-height: 1;
  background-color: #ee3020;
  background-image: -ms-linear-gradient(209deg, #515bd4 0%, #8134af 25%, #dd2a7b 53%, #feda77 82%, #f58529 100%);
  background-image: linear-gradient(-119deg, #515bd4 0%, #8134af 25%, #dd2a7b 53%, #feda77 82%, #f58529 100%);
  border-radius: 9px 9px 0;
  height: 18px;
  color: #fff;
  font-family: isans;
}
.map-market-icon svg {
  width: 19px;
  height: 27px;
  fill: url("#grad2");
}
.left-banner .fallower-buying .title-banner {
  margin-bottom: 0;
}
.left-banner .fallower-buying .subtitle {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 11.21px;
  letter-spacing: -0.28px;
}
@media (max-width: 500px) {
  .left-banner .fallower-buying .subtitle {
    font-size: 11px;
  }
}
.left-banner .fallower-buying p {
  margin-top: 30px;
  font-weight: 400;
}
.plans-not-found {
  border-radius: 16px;
  padding: 30px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #373737;
  background-color: #f2f2f2;
}
.designer-copyright-link {
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 480px) {
  .designer-copyright-link {
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 auto;
    display: table;
    text-align: center;
  }
}
.designer-copyright-link:hover svg {
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}
.designer-copyright-link:hover .name {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -ms-transform: translatex(10%);
  transform: translatex(10%);
}
@media (max-width: 480px) {
  .designer-copyright-link:hover .name {
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    text-align: center;
  }
}
.designer-copyright-link svg {
  width: 40px;
  height: 40px;
  margin-right: 5px;
}
.designer-copyright-link .name {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.88px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -ms-transform: translatex(0);
  transform: translatex(0);
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  line-height: 1.3;
  text-align: center;
}
.designer-copyright-link .name strong {
  display: block;
  font-size: 16px;
  letter-spacing: 3.4px;
  color: #c42d89;
}
.buy-wrap .buy-item {
  -ms-transition: none !important;
  transition: none !important;
}
.buy-wrap .buy-item:before {
  -ms-transition: none !important;
  transition: none !important;
}
.left-banner .banner-pic {
  pointer-events: none;
}
.left-banner .insta-pic {
  pointer-events: none;
}
.left-banner:before {
  width: 80vw;
}
.fallower-buying > img {
  pointer-events: none;
  -ms-user-select: none;
  user-select: none;
}
.left-banner .banner-pic .image-bg2 {
  top: 42.6%;
}
.stars {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  width: max-content;
}
.stars svg {
  width: 12px;
  height: 12px;
  fill: #738291;
  margin-right: 5px;
}
.stars .avg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  direction: ltr;
}
.stars .avg svg {
  fill: url("#grad2");
}
.stars.blue .avg svg {
  fill: #37c0b1;
}
.stars.yellow .avg svg {
  fill: #fecc17;
}
.star-ratings .rate-txt .average-rating {
  margin-left: 10px;
}
.star-ratings .rate-txt .rated-users {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
body {
  /*overflow-x: hidden;*/
}
.site-wrap {
  position: relative;
  -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .site-wrap {
    padding-top: 85px;
  }

  .site-wrap {
    overflow: visible;
  }

  .inexpensive-fallow:before,
  .inexpensive-fallow:after{
    content: none !important;
  }
}
.site-wrap.blurred {
  filter: blur(5px);
}
.site-wrap.offCanvas {
  -ms-transform: translateX(-320px);
  transform: translateX(-320px);
}
html.no-flow,
body.no-flow {
  overflow: hidden;
}

/*# sourceMappingURL=styles.css.map */
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #a46497;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    width: -webkit-fill-available !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    /* border-radius: 3px; */
    right: auto;
     color: #fff !important;
    background-color: #bc3190 !important;
    border: 20px;
        width: 50% !important;
    height: 40px !important;
 
    backgr: ;
    background-image: none;
    adow: none;
    text-shadow: none;
}
.pagination {
    clear: both;
    position: relative;
    font-size: 14px;
    line-height: 13px;
    background: white;
    box-shadow: 0 0px 12px rgb(0 0 0 / 10%);
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 10px 10px 50px 0px;
}
.pagination span, .pagination a {
    display: block;
    float: right;
    margin-left: 5px;
    padding: 8px 9px;
    padding-bottom: 6px;
    text-decoration: none;
    width: auto;
    color: #666;
    border-radius: 3px;
    background: #ffffff;
}
.pagination .current {
    background: #5F7EE1;
    color: #fff;
}
.tag-box {
    background: #F9F9F9;
    padding: 20px;
    font-size: 13px;
    line-height: 28px;
    border-bottom: 1px solid #EEEEEE;
}
.tag-box span {
    color: #575757;
    font-size: 14px;
    margin-left: 5px;
}
.tag-box a {
    padding: 5px;
}