body{
  font-family: VTEXTrust, sans-serif;
}
.cookie-policy {
  background-color: #F8F7FC;
  width: 500px;
  position: fixed;
  bottom: 16px;
  left: 16px;
  font-size: 14px;
  line-height: 21px;
  color: #717786;
  padding: 16px 46px 16px 16px;
  display: none;
  z-index: 10;
}
.cookie-policy__close {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.cookie-policy__close__icon {
  width: 18px;
  height: 18px;
  fill: #CCCED8;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.cookie-policy a {
  color: #E31C58;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .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;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .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;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1024px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .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;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .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;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.slick-slider, a, button {
  -webkit-tap-highlight-color: transparent;
}
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.slick-list, .slick-slider, .slick-track {
  display: block;
  position: relative;
}
.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-slide {
  height: auto;
}
.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}
.slick-arrow{
  border: 0;
  width: 24px;
  height: 24px;
  background-color: transparent;
  position: absolute;
  left: 0;
  bottom: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  cursor: pointer;
}
.slick-arrow.slick-disabled {
  opacity: .3;
  pointer-events: none;
  cursor: default;
}
.slick-arrow.slick-next{
  left: 40px;
}
.slick-arrow svg{
  stroke: #000;
  -webkit-transition: All .2s ease-in-out;
  -moz-transition: All .2s ease-in-out;
  -o-transition: All .2s ease-in-out;
  transition: All .2s ease-in-out;
}
.slick-arrow:hover svg{
  stroke: #E31C58;
}


.text-center{
  text-align: center;
}
.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}
.heading1{
  font-weight: 400;
  font-size: 48px;
  line-height: 1.2;
  color: #142032;
}
.heading2{
  font-weight: 400;
  font-size: 36px;
  line-height: 1.4;
  color: #142032;
}
.subheading{
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #4A596B;
}
.button{
  display: inline-block;
  padding: 16px 26px;
  border-radius: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}
.button-primary{
  background: #E31C58;
  color: #FFFFFF;
}
.button-primary:hover {
  background-color: #c81e51;
}
.button-black{
  background: #142032;
  color: #FFFFFF;
}
.button-black:hover {
  background-color: #000711;
}

/* .new-accelerator-template {
    padding-top: 80px;
} */
.sticky-accelerator-header + .hero-accelerator .container{
  margin-top: 70px;
}
/* hero section */
.hero-accelerator{
    background: linear-gradient(180deg, #FFF3F6 50%, rgba(255, 243, 246, 0) 100%);
    /* padding: 48px 0 126px; */
    /* height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row; */
    overflow: hidden;
}
.hero-accelerator .container{
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  padding-top: 100px;
  padding-bottom: 48px;
}
/* .hero-picture-accelerator{
  position: relative;
} */
.hero-video-accelerator video{
  width: 100%;
  height: 500px;
}
.hero-subtitle-accelerator{
    font-weight: 400;
    font-size: 22px;
    line-height: 1.4;
    color: #C81E51;
}
.hero-title-accelerator {
    font-weight: 400;
    font-size: 48px;
    line-height: 1.2;
    color: #142032;
}
.her-description-accelerator {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #4A596B;
    padding: 15px 0 65px;
}
.hero-button-accelerator {
    text-align: center;
    border-radius: 9px;
    padding: 19px 30px;
}
.hero-bg-accelerator{
    position: absolute;
    z-index: 1;
    right: -115px;
    top: 65px;
}
.hero-content-accelerator {
    padding-top: 52px;
}
.hero-image-accelerator img{
  position: relative;
  right: -56px;
}
/* info icon css */
.info-icons{
  padding: 70px 0;
}
.info-icons__item__title{
    font-weight: 400;
    font-size: 22px;
    line-height: 1.4;
    color: #142032;
    padding-top: 20px;
    padding-bottom: 15px;
}
.info-icons__item__description{
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: #4A596B;
}
.list-button-accelerator{
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.4;
    color: #E31C58;
    background: #FFF3F6;
    border-radius: 10px;
    padding: 16px;
    margin-top: 94px;
    text-transform: capitalize;
}
/* about program css */
.about-the-program {
  padding-top: 26px;
  padding-bottom: 105px;
}
.about-the-program-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: #4A596B;
    padding-top: 16px;
}
.about-the-program-desc p:not(:last-child){
  padding-bottom: 30px;
}
.about-the-program .row{
    align-items: center;
}
.about-the-program-figure .about-the-program-img{
  border-radius: 10px;
  width: 100%;
}
.about-the-program-figure button.s-itens-acelerator__area-video.js-open-video:hover{
      filter: drop-shadow(0px 0px 22px #142032);
}
.about-the-program-figure button.s-itens-acelerator__area-video.js-open-video{
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.about-the-program-figure {
  position: relative;
}

/* benefit section */
.benefits-box-title{
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4;
  color: #142032;
  padding-top: 3px;
  padding-bottom: 16px;
}
.benefits-box-content{
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #4A596B;
  padding-right: 16px;
}
.benefits-box{
  background: #F8F7FC;
  border-radius: 10px;
  padding: 32px;
  margin: 15px 0;
  height: 100%;
  -webkit-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
}
.benefits-box:hover{
  background: #142032;
}
.benefits-box:hover .benefits-box-title{
  color: #FFFFFF;
}
.benefits-box:hover .benefits-box-content{
  color: #CCCED8;
}
.benefits-section {
  padding: 80px 0;
}
.benefits-section .col-lg-6{
  margin-bottom: 32px;
}
.benefits-section .subheading{
  padding-top: 15px;
  padding-bottom: 20px;
}
/* journey section */
.journey-section {
  padding: 98px 0;
  background: linear-gradient(360deg, #F8F7FC 50.72%, rgba(248, 247, 252, 0) 100%);
}
.journey-section .journey-title-item{
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4;
  color: #4A596B;
  padding-bottom: 34px;
}
.journey-section .journey-title-item .content-fixed__nav__link {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.journey-section .journey-title-item .content-fixed__nav__link.current{
  font-size: 28px;
  color: #E31C58;
}
.journey-section .journey-content-item h3{
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4;
  color: #4A596B;
  padding-bottom: 18px;
}
.journey-section .journey-content-item p{
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #A1A8B3;
}
.journey-section .journey-content-item p a{
  color: #E31C58;
  text-decoration: underline;
}
.journey-section .journey-content-item p a:hover{
  text-decoration: none;
}
.journey-section .journey-content-item .content-fixed__content__item.active h3{
  color: #142032;
}
.journey-section .journey-content-item .content-fixed__content__item.active p{
  color: #4A596B;
}
.journey-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
  margin-left: -15px;
  margin-right: -15px;
}
.journey-wrap .content-fixed__content__item:not(:last-child){
  padding-bottom: 96px;
}
.journey-wrap .content-fixed__sidebar{
  width: 53%;
  padding-left: 15px;
  padding-right: 15px;
  width: 540px;
  position: sticky;
  top: 140px;
  height: 225px;
}
/* .journey-wrap.add-fixed-sidebar .content-fixed__sidebar{
  position: fixed;
    top: 150px;
    left: auto;
    right: auto;
    bottom: auto;
} */
.journey-wrap .content-fixed__content.journey-content-item{
  width: 47%;
  margin-left: auto;
  position: relative;
  padding-left: 47px;
  padding-right: 15px;
}
.content-fixed__content.journey-content-item:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  transform: translatex(-50%);
  border: 1px solid #A1A8B3;
  height: calc(100% - 100px);
  z-index: 1;
  display: block;
}
.journey-wrap .content-fixed__content__item{
  position: relative;
}
.journey-section .journey-content-item .content-fixed__content__item h3:before{
  content: '';
  position: absolute;
  left: -53px;
  top: -7px;
  width: 12px;
  height: 12px;
  background: #A1A8B3;
  border-radius: 50%;
  display: block;
  z-index: 3;
}
.journey-section .journey-content-item .content-fixed__content__item.active h3:before{
  background: #E31C58;
}
.journey-section .journey-content-item .content-fixed__content__item.active h3:after{
  content: '';
  position: absolute;
  left: -62px;
  top: -16px;
  width: 30px;
  height: 30px;
  background: #E31C58;
  opacity: 0.2;
  border-radius: 50%;
  display: block;
  z-index: 2;
}
.journey-section .journey-content-item .content-fixed__content__item.visible::before {
  content: "";
  position: absolute;
  left: -48px;
  top: 0;
  display: block;
  height: 100%;
  width: 2px;
  background-color: #E31C58;
  z-index: 1;
}
.journey-section .journey-content-item .content-fixed__content__item.visible h3:before{
  background: #E31C58;
}

/* looking section */
.looking-section{
  padding-top: 175px;
  padding-bottom: 114px;
  background: #F8F7FC;
  overflow: hidden;
}
.looking-figure-sec{
  position: relative;
}
.looking-image-accelerator{
  position: relative;
  right: -75px;
}
/* .looking-bg-accelerator{
  position: absolute;
  z-index: 1;
  right: -115px;
  top: -60px;
} */
.looking-content{
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #4A596B;
  padding-top: 35px;
  padding-right: 15px;
}
.looking-content li{
  padding: 0 0 35px 25px;
  position: relative;
}
.looking-content li::before{
  content: "";
  position: absolute;
  left: 0;
  font-size: 0;
  width: 16px;
  height: 16px;
  background-image: url('/wp-content/themes/VTEXTheme/v2/images/pages/new-accelerator/check-icon.svg');
  background-repeat: no-repeat;
  background-size: cover;
}
.looking-content-sec {
  padding-top: 54px;
}
.looking-video-accelerator video{
  width: 100%;
  height: 500px;
}
/* testimonial section */
.testimonial-section{
  padding-top: 94px;
  padding-bottom: 115px;
  background: #F8F7FC;
}
.testimonial-box{
  background: #FFFFFF;
  border: 1px solid #E7E9EE;
  /* box-shadow: 0px 0px 35px rgb(0 0 0 / 3%); */
  border-radius: 10px;
  padding: 32px;
  height: 100%;
}
.testimonial-box p{
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  color: #4A596B;
  height: 280px;
  overflow: hidden;
}
.testimonial-bottom-data{
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
  margin: 0 -8px;
}
.testimonial-bottom-data h3, .testimonial-bottom-data h4{
  font-weight: 400;
  font-size: 18px;
  line-height: 1.67;
  color: #142032;
}
.testimonial-bottom-content {
  width: 80%;
  padding: 0 8px;
}
.testimonial-bottom-image {
  width: 20%;
  padding: 0 8px;
}
.testimonial-box-sec {
  padding-top: 35px;
}
.testimonial-section .slick-list{
  padding-bottom: 36px;
  margin-left: -8px;
  margin-right: -8px;
}
.testimonial-box-wrap{
  margin-left: 8px;
  margin-right: 8px;
  height: auto;
}
/* post slider */
.post-list-section {
  background: #F8F7FC;
  padding-top: 96px;
  padding-bottom: 116px;
}
.post-list-image {
  position: relative;
  padding-top: 58%;
  height: unset;
}
.post-list-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.post-list-content h3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.55;
  color: #142032;
  padding-bottom: 18px;
}
.post-list-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  color: #4A596B;
  height: 150px;
  overflow: hidden;
}
.post-list-button{
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  background: transparent;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #4A596B;
  padding-top: 10px;
}
.post-list-box {
  background: #FFFFFF;
  height: 100%;
}
.post-list-box-sec .slick-list{
   margin-left: -15px;
  margin-right: -15px;
  padding-top: 32px;
  padding-bottom: 38px;
}
.post-list-box-wrap {
  margin-left: 15px;
  margin-right: 15px;
  height: auto;
}
.post-list-content {
  padding: 32px;
}
.post-list-link{
  -webkit-transition: All .2s ease-in-out;
    -moz-transition: All .2s ease-in-out;
    -o-transition: All .2s ease-in-out;
    transition: All .2s ease-in-out;
}
.post-list-link:hover {
  box-shadow: 0 2px 10px rgb(0 0 0 / 8%);
}
.post-list-link:hover .post-list-content h3{
  color: #E31C58;
}
.post-list-link:hover button.post-list-button{
  color: #142032;
  text-decoration: underline;
}
/* faq */
.frequently-asked{
  background: #F8F7FC;
  padding: 96px 0;
}
.faq-questions__list-faq__item__response{
  display: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.55;
  color: #4A596B;
  padding: 0 26px 26px;
}
/*.faq-questions__list-faq__item.active .faq-questions__list-faq__item__response {
  display: block;
}*/
.faq-questions__list-faq__item__title__description{
  font-weight: 400;
  font-size: 22px;
  line-height: 1.55;
  color: #4A596B;
  padding-right: 25px;
}
.faq-questions__list-faq__item__title{
  border-bottom: 1px solid #CCCED8;
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  cursor: pointer;
  padding: 26px;
  position: relative;
  -webkit-transition: All .3s ease-in-out;
  -moz-transition: All .3s ease-in-out;
  -o-transition: All .3s ease-in-out;
  transition: All .3s ease-in-out;
}
.faq-questions__list-faq .faq-questions__list-faq__item:first-child .faq-questions__list-faq__item__title{
  border-top: 1px solid #CCCED8;
}
.faq-questions__list-faq .faq-questions__list-faq__item:last-child .faq-questions__list-faq__item__title{
  border-bottom: 1px solid #CCCED8;
}
.faq-questions__list-faq__item.active .faq-questions__list-faq__item__title,
.faq-questions__list-faq .faq-questions__list-faq__item.active:last-child .faq-questions__list-faq__item__title{
  border-bottom: unset;
}
.faq-questions__list-faq__item.active .faq-questions__list-faq__item__response{
  border-bottom: 1px solid #CCCED8;
}
.faq-questions__list-faq__item__title__description::after{
  content: '';
  background-image: url(/wp-content/themes/VTEXTheme/v2/images/pages/new-accelerator/accelerator-arrow.svg);
  background-size: cover;
  position: absolute;
  top: 30px;
  right: 26px;
  display: block;
  z-index: 8;
  width: 24px;
  height: 24px;
  -webkit-transition: All .3s ease-in-out;
  -moz-transition: All .3s ease-in-out;
  -o-transition: All .3s ease-in-out;
  transition: All .3s ease-in-out;
}
.faq-questions__list-faq{
  padding-top: 64px;
}
.faq-questions__list-faq__item.active .faq-questions__list-faq__item__title__description::after{
  transform: rotate(180deg);
}
.frequently-asked .subheading{
  padding-bottom: 6px;
}
/* company section */
.company-section{
  background: #F8F7FC;
  padding-top: 65px;
  padding-bottom: 45px;
}
.compnay-gallery{
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}
.company-image-box{
  width: 12.5%;
  padding-left: 6px;
  padding-right: 6px;
}
.company-image-box .company-image{
  padding: 14px 0;
  width: 100%;
}
.compnay-gallery {
  padding-top: 20px;
}
.company-section .subheading{
  padding-top: 15px;
}
.company-section .subheading a{
  color: #E31C58;
}
.company-section .subheading a:hover{
  color: #4A596B;
}
/* ready section css */
.new-accelerator-template .vtexready-section{
  background: #e31c58;
  padding-top: 66px;
  padding-bottom: 64px;
}
.new-accelerator-template .vtexready-section .ready-title{
  font-weight: 400;
  font-size: 48px;
  line-height: 1.2;  
  color: #FFFFFF;
  max-width: 860px;
}
.new-accelerator-template .vtexready-section .button-black{
  margin-top: 65px;
}
.mobile-btn{
  display: none;
}
/* sticky header */
.sticky-accelerator-header{
  top: 80px;
  left: 0;
  width: 100%;
  position: fixed;
  background-color: #fff;
  z-index: 9;
  border-bottom: 1px solid #E7E9EE;
}
.sticky-accelerator-header .container{
  width: 100%;
  max-width: 1325px;
  padding: 0 15px;
}
.sticky-accelerator-header .row{
  align-items: center;
}
.sticky-accelerator-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #142032;
}
.sticky-accelerator-nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.sticky-accelerator-nav li {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #142032;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 17px 24px;
}
.sticky-accelerator-nav li a{
  color: inherit;
  font-size: inherit;
}
.sticky-accelerator-nav li:hover, .sticky-accelerator-nav li.active{
  color: #E31C58;
}
/* model css */
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(20 32 50 / 80%);
  z-index: 1000000;
  opacity: 1;
  animation-name: modal-video;
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -ms-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}
.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.modal-video-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -ms-transition: -ms-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
}
.modal-video, .modal-video-movie-wrap {
  animation-timing-function: ease-out;
  animation-duration: .3s;
}
.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: 0 0;
}
.modal-video-close-btn:after, .modal-video-close-btn:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 16px;
  top: 50%;
  right: 0;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}
.modal-video-close-btn:before {
  transform: rotate(45deg);
}
.modal-video-close-btn:after {
  transform: rotate(-45deg);
}
.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (orientation: landscape){
  .modal-video-inner {
      padding: 10px 60px;
      box-sizing: border-box;
  }
  .modal-video-close-btn {
    top: -45px;
    right: 0;
  }
}

/* media css */
@media (max-width: 1366px){
  .looking-image-accelerator {
    position: relative;
    right: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px){
  .hero-accelerator{
    padding-top: 65px;
    padding-bottom: 50px;
  }
  .hero-accelerator .container{
    height: auto;
  } 
  .hero-image-accelerator img{
    right: 0;
  }
}
@media only screen and (min-width: 853px) and (max-width: 1023px){
  .content-fixed__content.journey-content-item:before{
    height: calc(100% - 80px);
  }
}
@media (max-width: 1023px){
  .hero-accelerator{
    padding-top: 0;
    padding-bottom: 0;
  }
  .new-accelerator-template {
    padding-top: 80px;
  } 
  body .container {
    width: 100%;
    padding-left: 48px;
    padding-right: 48px;
  }
  .sticky-accelerator-header{
    display: none
  }
  .hero-accelerator .row{
    flex-direction: column-reverse;
  }
  .hero-image-accelerator {
    text-align: left;
    padding-left: 42px;
  }
  /* .hero-bg-accelerator{
    right: 0;
    left: 264px;
  } */
  .sticky-accelerator-header + .hero-accelerator .container{
    margin-top: 0;
  }
  /* .hero-accelerator{
    padding-top: 32px;
    padding-bottom: 64px;
    height: auto;
  } */
  .hero-accelerator .container{
    padding-top: 32px;
    padding-bottom: 64px;
    height: auto;
  }
  .hero-title-accelerator{
    font-size: 38px;
  }
  .about-the-program-figure{
    text-align: left;
    margin-top: 34px;
  }
  .journey-wrap .content-fixed__sidebar{
    display: none;
  }
  .looking-image-accelerator{
    text-align: left;
    right: 0;
  }
  .looking-image-accelerator img{
    width: 100%;
  }
  /* .looking-bg-accelerator{
    right: 235px;
  } */
  .post-list-section {
    display: none;
  }
  .list-button-accelerator{
    margin-top: 64px;
  }
  .info-icons{
    padding-bottom: 35px;
  }
  .about-the-program{
    padding-bottom: 42px;
  }
  .benefits-section .subheading{
    padding-bottom: 18px;
  }
  .journey-wrap .content-fixed__content.journey-content-item{
    width: 100%;
    padding-left: 71px;
  }
  .journey-section .journey-content-item .content-fixed__content__item h3:before{
    top: 0;
  }
  .content-fixed__content.journey-content-item:before{
    top: 12px;
  }
  .journey-section .journey-content-item .content-fixed__content__item.active h3:after{
    top: -9px;
  }
  .content-fixed__content.journey-content-item:before{
    left: 24px;
  }
  .journey-section {
    padding: 65px 0;
  }
  .benefits-section{
    padding-bottom: 46px;
  }
  .looking-section{
    padding-top: 0;
  }
  .looking-content-sec {
    padding-top: 60px;
    padding-bottom: 48px;
  } 
  .looking-section{
    padding-bottom: 80px;
  }
  .testimonial-section {
    padding-top: 60px;
    padding-bottom: 85px;
  }
  .company-section{
    padding-bottom: 50px;
  }
  .frequently-asked{
    padding: 64px 0;
  }
  .faq-questions__list-faq {
    padding-top: 32px;
  }
  .faq-questions__list-faq__item__title{
    padding: 22px 16px;
  }
  .faq-questions__list-faq__item__title__description::after{
    width: 20px;
    height: 20px;
    right: 17px
  }
  .faq-questions__list-faq__item__title__description{
    font-size: 20px;
    line-height: 1.4;
  }
  .faq-questions .heading1{
    font-size: 32px;
    line-height: 1.4;
  }
  .heading2{
    font-size: 32px;
    line-height: 1.4;
  }
  .testimonial-box p{
    font-size: 14px;
    line-height: 1.4;
  }
  .testimonial-bottom-data h3, .testimonial-bottom-data h4{
    font-size: 14px;
    line-height: 1.4;
  }
  .testimonial-bottom-data{
    align-items: center;
  }
  .testimonial-bottom-content {
    width: 70%;
  }
  .testimonial-bottom-image{
    width: 30%;
  }
  .benefits-box:hover .benefits-box-content{
    padding-right: 0;
  }
  .compnay-gallery-wrap{
    overflow-x: auto;
  }
  .compnay-gallery{
    width: 1022px;
  }
  .company-image-box .company-image {
    padding: 14px 0;
    width: 120px;
  } 
  .company-image-box{
    width: auto;
  }
  .looking-figure-sec{
    padding-left: 50px;
  }
  .looking-bg-accelerator{
    right: 0;
    left: 538px;
  }
  .desktop-btn{
    display: none;
  }
  .mobile-btn{
    display: inline-block;
  }
  .hero-image-accelerator img{
    position: relative;
    right: unset;
  }
}
@media (max-width: 767px){
  .hero-image-accelerator img{
    width: 100%;
  }
  .hero-image-accelerator{
    padding-left: 18px;
    padding-right: 12px;
  }
  .hero-subtitle-accelerator{
    font-size: 20px;
  }
  .hero-title-accelerator {
    font-size: 34px;
  }
  .her-description-accelerator{
    padding-bottom: 35px;
  }
  .info-icons .col-lg-4.col-md-4:not(:last-child) .info-icons__item{
    padding-bottom: 42px;
  }
  body .container {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }
  body .main {
    padding-top: 64px;
  }
  .new-accelerator-template {
    padding-top: 0;
  }
  .list-button-accelerator{
    margin-top: 46px;
    font-size: 20px;
  }
  .info-icons {
    padding-bottom: 20px;
  }
  .benefits-section{
    padding-top: 50px;
  }
  .benefits-section .col-lg-6{
    margin-bottom: 24px;
  }
  .benefits-box{
    margin: 0;
  }
  .benefits-section .subheading{
    padding-bottom: 32px;
  }
  .journey-section{
    padding-top: 25px;
    padding-bottom: 35px;
  }
  .journey-wrap{
    padding-top: 45px;
  }
  .journey-wrap .content-fixed__content__item:not(:last-child) {
    padding-bottom: 65px;
  }
  /* .testimonial-bottom-content {
    width: 65%;
  }
  .testimonial-bottom-image {
    width: 35%;
  } */
  .heading2 {
    font-size: 28px;
  }
  .journey-section .journey-content-item h3{
    font-size: 20px;
  }
  .heading2 br{
    display: none;
  }
  .faq-questions .heading1 {
    font-size: 28px;
  }
  .new-accelerator-template .vtexready-section .ready-title{
    font-size: 28px;
    line-height: 1.4;
  }
  .new-accelerator-template .vtexready-section .button-black {
    margin-top: 32px;
  }
  .faq-questions__list-faq__item__title {
    padding: 22px 6px;
  }
  .faq-questions__list-faq__item__title__description::after{
    right: 8px;
  }
  .hero-accelerator .container{
    padding-top: 18px;
    padding-bottom: 30px;
  }
  .hero-content-accelerator{
    padding-top: 42px;
  }
  .content-fixed__content.journey-content-item:before {
    left: 18px;
  }
  .journey-wrap .content-fixed__content.journey-content-item {
    padding-left: 65px;
  }
  .looking-figure-sec {
    padding-left: 24px;
    padding-right: 32px;
  }
  .looking-section{
    padding-bottom: 40px;
  }
  .looking-content-sec{
    padding-bottom: 38px;
  }
  .company-section{
    padding-top: 34px;
  }
  .frequently-asked {
    padding: 46px 0;
  }
  .new-accelerator-template .vtexready-section{
    padding-top: 55px;
    padding-bottom: 50px;
  }
  .testimonial-box p{
    height: auto;
    overflow: unset;
  }
}
@media (max-width: 485px){
  .content-fixed__content.journey-content-item:before{
    height: calc(100% - 124px );
  }
  .company-image-box .company-image{
    width: 85px;
  }
}
@media (max-width: 365px){
  .content-fixed__content.journey-content-item:before{
    height: calc(100% - 146px );
  }
  .testimonial-bottom-image img{
    width: 100%;
  }
}