/* ------------------------------------------------------------ *\
	bootstrap
\* ------------------------------------------------------------ */
/*!
 * Bootstrap Grid v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/*---colors---*/
:root {
  --dark: #000;
  --light: #E8ECF0;
  --purple: #575DFF;
  --purple-light: #575DFF56;
  --blue: #94D4D9;
  --blue-light: #94D4D956;
  --green: #1b7c6f;
  --green-light: #1B7C6F56;
  --greener: #94E095;
  --greener-light: #94E09556;
  --orange: #FFB245;
  --orange-light: #FFB24556;
  --red: #FF6363;
  --red-light: #FF636356;
}

/*---breakpoints---*/
/* ------------------------------------------------------------ *\
	mixins
\* ------------------------------------------------------------ */
/*---breakpoints---*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
html, body {
  margin: 0 auto;
  padding: 0;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

a img {
  border: 0;
  -moz-outline-style: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #575DFF;
  -moz-outline-style: none;
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  white-space: nowrap;
}

.no-white-space {
  white-space: normal;
}

body *::-webkit-scrollbar {
  background: transparent;
  opacity: 0;
  width: 0px;
  height: 0px;
}

*:focus {
  -webkit-tap-highlight-color: transparent !important;
  -moz-outline-style: none !important;
  outline: none !important;
}

form, p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.toggleInner {
  display: none;
  padding-bottom: 20px;
}

hr {
  width: auto;
  height: 1px;
  background: #c8c8c8;
  margin: 70px 30px;
  border: none;
}

input:not([type=submit], [type=checkbox], [type=radio]), select, textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  -moz-outline-style: none;
  outline: none;
  padding: 0px 18px;
  font-family: "AttenNew";
  font-size: 18px;
  height: 70px;
  background: #F1F5F9;
  border: none;
  color: #094254;
  padding-top: 15px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input.deliv_check_input {
  padding-top: 8px;
}

input[type=radio] {
  -webkit-appearance: normal;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input {
  font-family: "AttenNew";
}

input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
}

textarea {
  resize: none;
  height: 120px;
  padding-top: 15px;
  padding-bottom: 15px;
}

input:not([type=submit], [type=checkbox], [type=radio]):focus, textarea:focus {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}

.form_input, .form--width, .form_select {
  width: 47.8%;
  position: relative;
  margin-bottom: 18px;
  text-align: left;
}

.form--width {
  margin-bottom: 0;
}

.form_input label, .filter_select label {
  position: absolute;
  padding: 0 18px;
  left: 0;
  top: 24px;
  font-size: 18px;
  color: black;
  opacity: 0.4;
  width: 100%;
  z-index: 2;
  transition: top 150ms ease-out, font-size 150ms ease-out;
  -webkit-transition: top 150ms ease-out, font-size 150ms ease-out;
  -moz-transition: top 150ms ease-out, font-size 150ms ease-out;
  -ms-transition: top 150ms ease-out, font-size 150ms ease-out;
  -o-transition: top 150ms ease-out, font-size 150ms ease-out;
}

.focused.form_input label, .focused.filter_select label {
  top: 5px;
  font-size: 0.65em;
  font-weight: bold;
  opacity: 1;
}

/* Change Autocomplete styles in Chrome*/
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #094254;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  transition: background-color 5000s ease-in-out 0s;
}

::-webkit-input-placeholder { /* WebKit browsers */
  color: #094254;
  -moz-opacity: 100;
  opacity: 100;
  filter: alpha(opacity=100);
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #094254;
  -moz-opacity: 100;
  opacity: 100;
  filter: alpha(opacity=100);
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #094254;
  -moz-opacity: 100;
  opacity: 100;
  filter: alpha(opacity=100);
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #094254;
  -moz-opacity: 100;
  opacity: 100;
  filter: alpha(opacity=100);
}

.wpcf7 br {
  display: none;
}

.wpcf7-response-output {
  display: none !important;
}

.wpcf7-not-valid, .deliv_check.error, .error input, .error .select2-container .select2-selection--single {
  border: 1px solid #FF5757 !important;
}

span.wpcf7-not-valid-tip, .error-tx {
  font-size: 12px;
  text-align: left;
  color: #FF5757 !important;
  margin: 3px 0 -6px;
}

.ok-tx {
  color: #0faf0f !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
  display: block !important;
  border: none !important;
  font-size: 14px;
  text-align: center;
  color: #FF5757 !important;
  padding: 5px;
  margin: 10px auto;
}

.form_submit {
  width: 162px;
  position: relative;
  margin: 12px auto 0;
}

.form_submit input {
  width: 100%;
  display: block;
  border: none !important;
  line-height: inherit;
}

div.wpcf7 .ajax-loader, .loader {
  background: url("../../assets/img/svg/loader.svg") no-repeat center;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  visibility: visible;
  display: none;
}

div.wpcf7 .ajax-loader.is-active {
  display: block;
}

.wpcf7-submit.submit-hide, .is-active.bt_primary, .is-active.form_submit input {
  position: relative;
  font-size: 0px !important;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0 ease-in-out;
  -ms-transition: all 0 ease-in-out;
  -o-transition: all 0 ease-in-out;
  transition: all 0 ease-in-out;
}

.is-active .loader {
  display: block;
}

body .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 5px;
}

.slick-slide {
  -webkit-tap-highlight-color: transparent;
  -moz-outline-style: none;
  outline: none;
}

.slick-list {
  width: 100%;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
}

.slick-slide {
  height: inherit;
}

.slick-slide > div {
  height: 100%;
}

.slick-arrow.slick-disabled {
  opacity: 0.2;
  cursor: default;
}

.slick-slider {
  margin-bottom: 0 !important;
}

.slick-slider img {
  display: inline-block !important;
}

.slick-dots {
  margin: 0;
  bottom: -25px;
}

.slick-dots li button:before {
  display: none;
}

body .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  background-color: black;
  padding: 0;
  opacity: 0.4;
}

body .slick-dots li.slick-active button {
  opacity: 1;
}

.arrow-r, .arrow-l {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -90px;
  width: 68px;
  height: 68px;
  margin: auto;
  z-index: 2;
  background: black;
}

.arrow-l {
  right: auto;
  left: -90px;
}

.arrow-r:hover, .arrow-l:hover {
  opacity: 0.85;
}

.slick-arrow.slick-disabled {
  opacity: 0.3;
}

@media only screen and (min-width: 800px) {
  /*only desck*/
  .entry-content img {
    margin: 0 0 1.5em 0;
  }
  .alignleft, img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .alignright, img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  .alignnone, img.alignnone {
    /* not sure about this one */
  }
  .wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
  }
  .wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
  }
  .wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
  }
  .wp-smiley {
    margin: 0 !important;
    max-height: 1em;
  }
  blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
  }
  blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
  }
}
/* ------------------------------------------------------------ *\
	fonts
\* ------------------------------------------------------------ */
@font-face {
  font-display: swap;
  font-family: "AttenNew";
  src: url("../../assets/font/AttenNew-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "AttenNew";
  src: url("../../assets/font/AttenNew-Book.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "AttenNew";
  src: url("../../assets/font/AttenNew-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "AttenNew";
  src: url("../../assets/font/AttenNew-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "AttenNew";
  src: url("../../assets/font/AttenNew-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
/* ======== TITLES ========= */
.title, .title--36, .title--32, .title--28, .title--big {
  font-size: 40px;
  color: black;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.1;
}

.title--big {
  font-size: 80px;
}

.title--36 {
  font-size: 36px;
  margin-bottom: 12px;
  font-weight: 400;
}

.title--32 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.title--28 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 15px;
}

.text, .text p {
  font-size: 18px;
  line-height: 1.5;
}

.tx--26, .tx--26 p {
  font-size: 26px;
}

.tx--24, .tx--24 p {
  font-size: 24px;
}

.tx--16 {
  font-size: 16px;
  line-height: 1.4;
}

.ft--300 {
  font-weight: 300;
}

.ft--500 {
  font-weight: 500;
}

.note {
  font-size: 13px;
  color: rgba(9, 66, 84, 0.7);
}

.has-p p {
  margin-bottom: 18px;
}

.main_tx p, .has--p p {
  margin-bottom: 20px;
}

.main_tx h2, .main_tx h3 {
  font-size: 22px;
  color: black;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 12px;
  margin-top: 40px;
}

.main_tx h3 {
  font-size: 18px;
}

.main_tx h2:first-child {
  margin-top: 0;
}

.text li {
  margin-bottom: 11px;
}

.text ol {
  padding-right: 25px;
}

.text ul {
  padding-right: 19px;
}

.link {
  font-size: 14px;
  text-decoration: underline;
}

.main_tx iframe {
  width: 100%;
  height: 420px;
}

.sub-up {
  margin-top: -12px;
  margin-bottom: 12px;
}

@media only screen and (min-width: 800px) {
  /* only desctop */
}
@media only screen and (max-width: 800px) {
  /* only mobile */
}
@media only screen and (max-width: 650px) {
  /* only mobile */
  .title {
    font-size: 11vw;
  }
  .title--32 {
    font-size: 21px;
    line-height: 1.5;
  }
  .title--36 {
    font-size: 25px;
    line-height: 1.5;
  }
  .text, .text p {
    font-size: 16px;
  }
  .main_tx h2 {
    font-size: 18px;
  }
  .main_tx h3 {
    font-size: 16px;
  }
  .title--big {
    font-size: 65px;
    margin-bottom: 8px;
  }
  .tx--26, .tx--26 p {
    font-size: 18px;
    line-height: 1.5;
  }
  .tx--24, .tx--24 p {
    font-size: 18px;
    line-height: 1.5;
  }
  .m-tx--26 {
    font-size: 26px;
  }
  .m-title--30 {
    font-size: 8vw;
    line-height: 1.2;
  }
}
/* ------------------------------------------------------------ *\
	helpers
\* ------------------------------------------------------------ */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.flex--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex--top {
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
}

.flex--bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex--start--top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex--base {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.flex--start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex--content--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex--end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.is--fit {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.flex--col--50 {
  width: calc(50% - 70px);
}

.flex--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.bold {
  font-weight: bold;
}

.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

.inline {
  display: inline-block;
}

.img-b img, .img-b svg {
  display: block;
}

.block {
  display: block;
}

.center {
  text-align: center;
}

.cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.img-cover:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.img-cover img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.ease, .ease a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cubic {
  -webkit-transition: 0.9s cubic-bezier(0.32, 1, 0.31, 1);
  -o-transition: 0.9s cubic-bezier(0.32, 1, 0.31, 1);
  transition: 0.9s cubic-bezier(0.32, 1, 0.31, 1);
}

.over--hide {
  overflow: hidden;
}

.z--1 {
  position: relative;
  z-index: 1;
}

.z--2 {
  position: relative;
  z-index: 2;
}

.box--shadow {
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
}

.absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.relative {
  position: relative;
}

.tx--upper {
  text-transform: uppercase;
}

.tx--cap {
  text-transform: capitalize;
}

.tx--under {
  text-decoration: underline;
}

.no-white {
  white-space: normal;
}

.ul--reset {
  list-style: none;
  padding: 0;
  margin: 0;
}

.col--50 {
  width: 50%;
}

.col--33 {
  width: 33.3333333333%;
}

.radius--100 {
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.radius--6 {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.radius--60 {
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
}

.radius--50 {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.radius--10 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.hover--scale {
  -webkit-transition: 0.9s cubic-bezier(0.32, 1, 0.31, 1);
  -o-transition: 0.9s cubic-bezier(0.32, 1, 0.31, 1);
  transition: 0.9s cubic-bezier(0.32, 1, 0.31, 1);
}

.hover--triger:hover .hover--scale {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.sec--pad {
  padding: 70px 0;
}

.sec--pad--top {
  padding-top: 70px;
}

.sec--pad--40 {
  padding: 40px 0;
}

.box--pad {
  padding: 58px;
}

.inner_width {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.max--1280 {
  max-width: 1280px;
}

.max--1400 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.max--530 {
  max-width: 530px;
}

.max--1040 {
  max-width: 1040px;
}

.max--2000 {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
}

.max--1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.pad--70 {
  padding: 0 70px;
}

.pad--55 {
  padding: 0 55px;
}

.big--marge {
  margin-bottom: 35px;
}

/*=== animate =====*/
.doit {
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.opacity-1 {
  opacity: 1;
}

.enter-top {
  transform: translate(0px, 60px) scale(1);
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s, -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate(0px, 60px) scale(1);
  -moz-transform: translate(0px, 60px) scale(1);
  -ms-transform: translate(0px, 60px) scale(1);
  -o-transform: translate(0px, 60px) scale(1);
  -webkit-transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.animated.enter-top, .animated.enter-x {
  opacity: 1;
  -webkit-transform: translate(0) scale(1);
  -ms-transform: translate(0) scale(1);
  transform: translate(0) scale(1);
}

@media only screen and (min-width: 800px) {
  .animated.enter-top:nth-child(1), .animated.delay-count:nth-child(1) {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  .animated.enter-top:nth-child(2), .animated.delay-count:nth-child(2) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .animated.enter-top:nth-child(3), .animated.delay-count:nth-child(3) {
    -webkit-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s;
  }
  .animated.enter-top:nth-child(4), .animated.delay-count:nth-child(4) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .animated.enter-top:nth-child(5), .animated.delay-count:nth-child(5) {
    -webkit-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s;
  }
  .animated.enter-top:nth-child(6), .animated.delay-count:nth-child(6) {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  .animated.enter-top:nth-child(7), .animated.delay-count:nth-child(7) {
    -webkit-transition-delay: 1.05s;
    -o-transition-delay: 1.05s;
    transition-delay: 1.05s;
  }
  .animated.enter-top:nth-child(8), .animated.delay-count:nth-child(8) {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  .animated.enter-top:nth-child(9), .animated.delay-count:nth-child(9) {
    -webkit-transition-delay: 1.35s;
    -o-transition-delay: 1.35s;
    transition-delay: 1.35s;
  }
  .animated.enter-top:nth-child(10), .animated.delay-count:nth-child(10) {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
}
.animated.delay-1 {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.animated.delay-2 {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.animated.delay-3 {
  -webkit-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.animated.delay-4 {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.animated.delay-5 {
  -webkit-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.get-in {
  opacity: 0;
}

.slick-active .get-in {
  -webkit-animation: get-in 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation: get-in 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@-webkit-keyframes get-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes get-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.get-in:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.get-in:nth-child(3) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.get-in:nth-child(4) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.get-in:nth-child(5) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.sec_hp_benefits.doit .hp_benefits_cont {
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.sec_hp_benefits.animated .hp_benefits_cont {
  opacity: 1;
}

.sec_hp_benefits.animated .hp_benefits_cont:nth-child(1) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.sec_hp_benefits.animated .hp_benefits_cont:nth-child(2) {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.sec_hp_benefits.animated .hp_benefits_cont:nth-child(3) {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.sec_hp_benefits_bg span {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  opacity: 1;
}

.sec_hp_benefits.animated .sec_hp_benefits_bg span {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.sec_hp_benefits.animated .sec_hp_benefits_bg span:nth-child(1) {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.sec_hp_benefits.animated .sec_hp_benefits_bg span:nth-child(2) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.sec_hp_benefits.animated .sec_hp_benefits_bg span:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

@media only screen and (max-width: 800px) {
  .enter-top-m {
    transform: translate(0px, 60px) scale(1);
    opacity: 0;
    -webkit-transition: opacity 1s, -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 1s, -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate(0px, 60px) scale(1);
    -moz-transform: translate(0px, 60px) scale(1);
    -ms-transform: translate(0px, 60px) scale(1);
    -o-transform: translate(0px, 60px) scale(1);
    -webkit-transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .animated.enter-top .enter-top-m {
    opacity: 1;
    -webkit-transform: translate(0) scale(1);
    -ms-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
  }
  .hp_why_facts_bottom .col--33.animated .enter-top-m:nth-child(2) {
    transition-delay: 1s;
  }
  .hp_why_facts_bottom .col--33.animated .enter-top-m:nth-child(3) {
    transition-delay: 1.2s;
  }
}
/* ------------------------------------------------------------ *\
	base
\* ------------------------------------------------------------ */
.bg--purple {
  background-color: #575DFF;
}

.tx--purple {
  color: #575DFF;
}

.bg--purple-light {
  background-color: rgba(87, 93, 255, 0.337254902);
}

.tx--purple-light {
  color: rgba(87, 93, 255, 0.337254902);
}

.bg--blue {
  background-color: #94D4D9;
}

.tx--blue {
  color: #94D4D9;
}

.bg--blue-light {
  background-color: rgba(148, 212, 217, 0.337254902);
}

.tx--blue-light {
  color: rgba(148, 212, 217, 0.337254902);
}

.bg--tarawera {
  background-color: #094254;
}

.bg--green {
  background-color: #1b7c6f;
}

.tx--green {
  color: #1b7c6f;
}

.bg--green-light {
  background-color: #D3EBE0;
}

.tx--green-light {
  color: #D3EBE0;
}

.bg--greener {
  background-color: #94E095;
}

.tx--greener {
  color: #94E095;
}

.bg--greener-light {
  background-color: rgba(148, 224, 149, 0.337254902);
}

.tx--greener-light {
  color: rgba(148, 224, 149, 0.337254902);
}

.bg--orange {
  background-color: #FFB245;
}

.tx--orange {
  color: #FFB245;
}

.bg--orange-light {
  background-color: rgba(255, 178, 69, 0.337254902);
}

.tx--orange-light {
  color: rgba(255, 178, 69, 0.337254902);
}

.bg--red {
  background-color: #FF6363;
}

.tx--red {
  color: #FF6363;
}

.bg--red-light {
  background-color: rgba(255, 99, 99, 0.337254902);
}

.tx--red-light {
  color: rgba(255, 99, 99, 0.337254902);
}

.bg--red-light {
  background-color: rgba(255, 99, 99, 0.337254902);
}

.tx--red-light {
  color: rgba(255, 99, 99, 0.337254902);
}

.tx--font {
  color: #094254;
}

.bg--light {
  background-color: #F1F5F9;
}

.bg--white {
  background-color: white;
}

.bg--black {
  background-color: black;
}

.tx--white, .tx--white * {
  color: white;
}

.tx--black, .tx--black * {
  color: black;
}

body {
  font-family: "AttenNew", "arial";
  color: #094254;
  direction: ltr;
  font-size: 18px;
}

.content {
  padding-top: 82px;
  min-height: 100vh;
}

body.no--footer .footer {
  display: none;
}

body.no--header .header {
  display: none;
}

body.no--header .content {
  padding: 0;
}

body.no--footer .head_main.fixed {
  position: relative;
}

.mobile_only {
  display: none;
}

.link {
  font-size: 16px;
  text-decoration: underline;
  display: inline-block;
  color: #094254;
}

/* ====== btns ====== */
.bt_primary, .form_submit input, .bt_border {
  display: inline-block;
  height: 52px;
  line-height: 51px;
  min-width: 160px;
  background: black;
  color: white;
  font-size: 18px;
  font-weight: 400;
  padding: 0 18px;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
  text-align: center;
}

.bt_primary:hover, .form_submit input:hover {
  opacity: 0.85;
}

.form_submit input {
  background-color: #1b7c6f;
}

.bt_primary.marge-top {
  margin-top: 18px;
}

.disable {
  cursor: default;
  opacity: 0.4;
}

.bt_primary {
  border: 1px solid black;
}

.bt_primary:hover {
  background: transparent;
  color: black;
}

.bt_border {
  background: transparent;
  border: 1px solid black;
  color: black;
  font-weight: 400;
  height: 46px;
  line-height: 44px;
  min-width: 120px;
}

.bt_border:hover {
  background: black;
  color: white;
}

.bt_explore {
  display: block;
  overflow: hidden;
  position: relative;
  width: 110px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background: black;
}
.bt_explore span {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: white;
  -webkit-transition: 0.5s cubic-bezier(0.32, 1, 0.31, 1);
  -moz-transition: 0.5s cubic-bezier(0.32, 1, 0.31, 1);
  -ms-transition: 0.5s cubic-bezier(0.32, 1, 0.31, 1);
  -o-transition: 0.5s cubic-bezier(0.32, 1, 0.31, 1);
  transition: 0.5s cubic-bezier(0.32, 1, 0.31, 1);
  padding-left: 10px;
  background-image: url("../../assets/img/svg/arrow-sm.svg");
  background-repeat: no-repeat;
  background-position: 13px center;
}
.bt_explore:before {
  content: attr(data-text);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: black;
  background: #575DFF;
  line-height: 40px;
  -webkit-transition: opacity 0.2s, transform 0.4s cubic-bezier(0.32, 1, 0.31, 1);
  -moz-transition: opacity 0.2s, transform 0.4s cubic-bezier(0.32, 1, 0.31, 1);
  -ms-transition: opacity 0.2s, transform 0.4s cubic-bezier(0.32, 1, 0.31, 1);
  -o-transition: opacity 0.2s, transform 0.4s cubic-bezier(0.32, 1, 0.31, 1);
  transition: opacity 0.2s, transform 0.4s cubic-bezier(0.32, 1, 0.31, 1);
  -webkit-transform: translateX(-70%);
  -ms-transform: translateX(-70%);
  transform: translateX(-70%);
  opacity: 0;
  background-image: url("../../assets/img/svg/arrow-sm-white.svg");
  background-repeat: no-repeat;
  background-position: 13px center;
  padding-left: 5px;
}
.bt_explore:hover span {
  -webkit-transform: translateX(70%);
  -ms-transform: translateX(70%);
  transform: translateX(70%);
  opacity: 0;
}
.bt_explore:hover:before {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.05s;
}

/* ====== forms ====== */
.form_select .select2-container {
  width: 100% !important;
}

.form_select .select2-container-active, .select2-dropdown-open .select2-choice {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.form_select .select2-container .select2-selection--single {
  width: 100%;
  height: 55px;
  line-height: 55px;
  background: transparent;
  border: 1px solid #9DA797;
  font-size: 18px;
  color: #094254;
  padding: 0 !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.form_select .select2-container--default .select2-selection--single .select2-selection__arrow {
  background: url("../../assets/img/svg/arrow-down.svg") no-repeat center;
  background-size: 11px auto;
  border: none !important;
  width: 40px;
  left: 0;
  right: auto;
  height: 100%;
  top: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.form_select .select2-container .select2-selection--single .select2-selection__rendered {
  margin-right: 0 !important;
  padding: 0 12px;
  line-height: inherit;
  color: #094254;
}

.select2-container--open .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.select2-dropdown {
  background: white;
  border: none;
  margin-top: 0;
  -webkit-box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

/*.select2-search{display:none;}*/
.select2-results {
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #094254;
  color: white;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #094254;
  color: white;
}

.select2-results li {
  padding: 0;
  margin: 0;
}

.select2-results .select2-results__option {
  font-size: 16px;
  color: #094254;
  padding: 12px 12px;
  border-bottom: 1px solid #e6e6e6;
  background: transparent;
  position: relative;
}

.select2-results li:last-child.select2-results__option {
  border: none;
}

/*.select2-results li:first-child.select2-results__option{display:none;}*/
.select2-results .select2-results__option:hover {
  color: white;
  background: #094254;
}

.form_check {
  position: relative;
  padding-right: 26px;
  text-align: right;
  margin-bottom: 15px;
}

.form_check label {
  display: block;
  cursor: pointer;
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
}

.form_check input[type=checkbox], .form_check input[type=radio] {
  display: none;
}

.form_check br {
  display: none;
}

.checkmark {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0px;
  right: 0;
  border-radius: 4px;
  border: 2px solid #094254;
}

.checkmark:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../../assets/img/svg/ok.svg") no-repeat center center;
  background-size: 12px auto;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.form_check input:checked ~ .checkmark {
  background-color: #094254;
}

.form_check input:checked ~ .checkmark:before {
  -webkit-animation: check 0.3s ease-in-out forwards;
  -moz-animation: check 0.3s ease-in-out forwards;
  -ms-animation: check 0.3s ease-in-out forwards;
  -o-animation: check 0.3s ease-in-out forwards;
  animation: check 0.3s ease-in-out forwards;
}

@-webkit-keyframes check {
  0%, 30% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes check {
  0%, 30% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes check {
  0%, 30% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes check {
  0%, 30% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes check {
  0%, 30% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.form_check a {
  text-decoration: underline;
}

.form_radio .checkmark {
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-color: #d6d6d6;
}

.form_radio .checkmark:before {
  width: 8px;
  height: 8px;
  border-radius: 60px;
  background: #094254;
  left: 0;
  bottom: 0;
  margin: auto;
}

.form_radio input:checked ~ .checkmark {
  background-color: transparent;
  border-color: #094254;
}

.radio_row {
  margin-bottom: 8px;
}

.radio_choose {
  margin-right: 3%;
}

.radio_choose .form_radio {
  margin-right: 18px;
}

input:not([type=submit], [name=filter-check]), select, textarea {
  height: 70px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

textarea {
  resize: none;
  height: 120px;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* Change Autocomplete styles in Chrome*/
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #094254;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

.paroller {
  transition: all 0.15s linear !important;
}

.faq_row {
  margin-bottom: 5px;
  padding: 0 48px;
}

.faq_title {
  color: #094254;
  padding: 36px 0;
  padding-right: 90px;
}

.ic-plus {
  width: 24px;
  height: 3px;
  background: #FFB245;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -10px;
}

.ic-plus:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFB245;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.toggleContainer.active .ic-plus:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.toggleInner {
  padding-bottom: 60px;
  padding-right: 8%;
}

@media only screen and (max-width: 1200px) {
  .arrow-r {
    right: 0;
    display: none !important;
  }
  .arrow-l {
    left: 0;
    display: none !important;
  }
  .pad--70 {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 800px) {
  /* only desctop */
}
@media only screen and (max-width: 800px) {
  /* only mobile */
  .sec--pad {
    padding: 40px 0;
  }
  .sec--pad--top {
    padding-top: 40px;
  }
  .sec--pad--40 {
    padding: 20px 0;
  }
  .mobile_only, .m-block {
    display: block;
  }
  .no_mobile {
    display: none !important;
  }
  .m-100, .col--50, .col--33, .form_input.m-100, .form_select.m-100, .form--width.m-100 {
    width: 100% !important;
  }
  .is--fit {
    -ms-flex-preferred-size: initial;
    flex-basis: initial;
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
  }
  .m-no-flex {
    display: block;
  }
  .m-flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .m-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .m-flex--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .m-no-center {
    text-align: initial;
  }
  .m-center {
    text-align: center;
  }
  .pad--70, .pad--55 {
    padding: 0 20px;
  }
  .tog_tx {
    height: 32px;
  }
  .tog_btn {
    margin-top: 3px;
  }
  .tog_btn a {
    color: grey;
    font-size: 13px;
    text-decoration: underline;
    display: block;
  }
  .readless {
    display: none;
  }
  .readMore .readless {
    display: block;
  }
  .readMore .readmore {
    display: none;
  }
  input:not([type=submit], [name=filter-check]), select, textarea {
    height: 54px;
    font-size: 16px;
    padding: 0 14px;
  }
  textarea {
    height: 90px;
  }
  .form_input label, .filter_select label {
    font-size: 16px;
    padding: 0 14px;
    top: 18px;
  }
  .tac_mob {
    text-align: center;
  }
}
/* ====== page contact ====== */
.top_contact .inner_width {
  min-height: 560px;
}
.top_contact .tx--24 {
  max-width: 510px;
}
@media only screen and (min-width: 1200px) {
  .top_contact .title--big {
    font-size: 100px;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 800px) {
  .top_contact {
    padding-top: 66%;
  }
}

.enter-tx {
  margin-bottom: 30px;
}

.cont-info {
  color: #094254;
  font-size: 20px;
  margin-bottom: 30px;
}
.cont-info:last-child {
  margin-bottom: 0;
}
.cont-info img {
  margin-left: 14px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
@media only screen and (min-width: 800px) {
  .cont-info:hover img {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.form_contact {
  max-width: 680px;
  margin: 0 auto;
}
@media only screen and (min-width: 800px) {
  .form_contact .form_submit {
    width: 180px;
    margin: 0 auto;
  }
}

.after_send {
  display: none;
  padding-top: 60px;
}

.after_send .title--36 {
  font-size: 60px;
}

.after_send.is-on {
  display: block;
}

/* ====== end ====== */
/*======== top banner =============*/
.top_banner {
  width: 100%;
  padding-top: 13%;
}
@media only screen and (max-width: 1200px) {
  .top_banner {
    padding-top: 16%;
  }
}
@media only screen and (max-width: 800px) {
  .top_banner {
    padding-top: 58%;
  }
}

/* ====== page faq ====== */
.tx-quis {
  width: 80%;
  white-space: normal;
}

.faq_wrap {
  width: 64%;
}
.faq_wrap .descrip_toggle {
  border-top: none;
}
.faq_wrap .ic-plus {
  margin-left: 0 !important;
}
.faq_wrap .text {
  font-size: 16px;
}

.faq_side {
  padding: 40px 0;
  width: 340px;
  background: url(../../assets/img/layout/faq_side.png) no-repeat center bottom;
  background-size: cover;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.faq_side .text {
  max-width: 220px;
  margin: 20px auto;
}
@media only screen and (min-width: 800px) {
  .faq_side {
    min-height: 492px;
  }
}
@media only screen and (max-width: 800px) {
  .faq_side {
    min-height: 320px;
    margin-top: 25px;
    background-image: url(../../assets/img/layout/faq_side_m.png);
    padding-top: 32px;
  }
  .faq_side .text {
    max-width: inherit;
    padding: 0 15px;
    margin-top: -13px;
  }
}

/* ====== end ====== */
.box--white {
  margin: 80px auto;
  padding: 40px 20px;
  max-width: 600px;
}
@media only screen and (min-width: 800px) {
  .box--white {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: white;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 800px) {
  .box--white {
    margin: 0;
  }
}

/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/*---header---*/
.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.head_top {
  width: 100%;
  height: 40px;
  padding: 0 36px;
  background: rgba(0, 0, 0, 0.57);
  line-height: 40px;
  font-size: 15px;
}

.head_main.fixed, .page-template-home .head_main.fixed {
  position: fixed;
  top: 0;
  background: white;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}

.head_main, .header-inner {
  width: 100%;
  height: 82px;
  position: relative;
  z-index: 5;
}

.logo img {
  display: block;
  height: 82px;
  width: auto;
}

.logo-express.logo img {
  height: auto;
}

.m-open {
  opacity: 0;
}

.head_side .bt_border {
  margin-right: 22px;
  color: #5857FF;
  border-color: #5857FF;
  font-weight: 500;
}

.head_side .bt_border:hover {
  color: white;
  background-color: #5857FF;
}

.head_side .bt_border:last-child {
  margin-right: 40px;
}

.menu_bt {
  display: none;
}

.has-express .head_top.center {
  display: none;
}

.has-express .head_top {
  background: #000000;
}

.has-express .head_top a {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.has-express .head_top img {
  margin-right: 16px;
}

.menu {
  margin-right: 15px;
}

.menu_item {
  margin-right: 30px;
  position: relative;
}

.menu_item_top {
  color: black;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding: 7px 0;
  display: block;
}

.express-menu .menu_item_top {
  font-size: 18px;
  font-weight: 400;
}

.menu_item_top:before {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  left: -6px;
  bottom: 0;
  background: #575DFF;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.drop_down {
  display: none;
  position: absolute;
}

@media only screen and (min-width: 800px) {
  .menu_item:hover .menu_item_top:before, .menu_item.active .menu_item_top:before {
    width: 100%;
    left: 0;
  }
}
.open_menu, .head_user_open {
  position: absolute;
  top: 36px;
  left: 0px;
  background: white;
  z-index: 1;
  width: 210px;
  padding: 25px 20px;
  padding-bottom: 5px;
  display: none;
}

.open_menu_link, .head_user_link {
  display: block;
  color: #094254;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 18px;
  white-space: normal;
}

.open_menu_link:hover, .head_user_link:hover {
  color: #575DFF;
}

.menu_bt {
  display: none;
}

.open_menu li {
  position: relative;
}

.head_input input::-webkit-input-placeholder { /* WebKit browsers */
  color: white;
  -moz-opacity: 100;
  opacity: 100;
  filter: alpha(opacity=100);
}

.head_input input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: white;
  -moz-opacity: 100;
  opacity: 100;
  filter: alpha(opacity=100);
}

.head_input input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: white;
  -moz-opacity: 100;
  opacity: 100;
  filter: alpha(opacity=100);
}

.head_input input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: white;
  -moz-opacity: 100;
  opacity: 100;
  filter: alpha(opacity=100);
}

@media only screen and (min-width: 1200px) {
  .menu_mega > ul > .menu_item > .menu_item_top {
    padding: 31px 0;
  }
  .open_menu.menu-opened {
    display: block;
    opacity: 0;
    -webkit-animation: showm 0.3s ease-in-out forwards 0.1s;
    animation: showm 0.3s ease-in-out forwards 0.1s;
  }
  .open_menu_mega.menu-opened {
    display: flex !important;
    align-items: stretch;
  }
  @-webkit-keyframes showm {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes showm {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
@media only screen and (max-width: 1200px) {
  .menu_item {
    margin-right: 24px;
  }
  .menu_item_top {
    font-size: 16px;
  }
  .head_side .bt_border:last-child {
    margin-right: 30px;
  }
  .menu {
    margin-right: 0px;
  }
  .head_side .bt_border {
    min-width: 100px;
  }
}
@media only screen and (min-width: 800px) {
  /* only desctop */
  .open_menu .open_menu {
    left: -20px;
    padding-left: 35px;
    padding-top: 5px;
    box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.2);
  }
  .mega_menu_two_colors .first-col-menu_mega {
    background: linear-gradient(90deg, #F3F4FF 48.8%, #FFFAEA 0%);
  }
  .mega_menu_two_colors .first-col-menu_mega .menu_mega-wrap-col .mega_menu_two_columns .menu-icon-items li {
    margin-right: 14px;
    flex-basis: 48.8% !important;
  }
  .mega_menu_two_colors .open_menu_mega .second-col-menu_mega {
    background-color: white;
  }
  .menu_mega .menu_item_top:before {
    display: none;
  }
  .menu_mega > ul {
    position: relative;
  }
  .menu_mega > ul > .menu_item {
    position: unset;
  }
  .menu_mega > ul > .menu_item:hover > .menu_item_top {
    color: #5857FF !important;
  }
  .menu_mega > ul > .menu_item > img {
    padding-left: 23px;
    padding-right: 27px;
    position: absolute;
    z-index: 3;
    width: auto;
    display: none;
  }
  .menu_mega > ul > .menu_item > img.menu-opened {
    display: block;
    opacity: 0;
    -webkit-animation: showm 0.3s ease-in-out forwards 0.1s;
    animation: showm 0.3s ease-in-out forwards 0.1s;
  }
  .menu_mega .has--banner .open_menu_mega .first-col-menu_mega {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
  }
  .menu_mega .has--banner .open_menu_mega .first-col-menu_mega .banner-mega-menu {
    margin-top: 40px;
    display: block;
  }
  .menu_mega .has--banner .open_menu_mega .first-col-menu_mega .menu_mega-wrap-col {
    text-align: left;
  }
  .open_menu_mega {
    flex-wrap: nowrap;
    width: auto;
    border-radius: 20px;
    padding: 0;
    top: 93px;
    left: -40px;
    filter: drop-shadow(0px 4px 33px rgba(0, 0, 0, 0.15));
  }
  .open_menu_mega .first-col-menu_mega {
    padding: 44px 57px;
    min-width: 350px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
  }
  .open_menu_mega .first-col-menu_mega .banner-mega-menu {
    display: none;
  }
  .open_menu_mega .first-col-menu_mega .menu_mega-wrap-col {
    display: flex;
  }
  .open_menu_mega .first-col-menu_mega .menu_mega-wrap-col > li {
    margin-right: 18px;
    width: 218px;
    padding: 0 10px;
  }
  .open_menu_mega .first-col-menu_mega .menu_mega-wrap-col > li.has--child > a {
    margin-bottom: 21px;
  }
  .open_menu_mega .first-col-menu_mega .menu_mega-wrap-col > li > a {
    font-weight: 800;
    color: #000000;
    line-height: 19px;
    font-size: 18px;
    min-height: 38px;
    margin-bottom: 0;
  }
  .open_menu_mega .first-col-menu_mega .menu_mega-wrap-col > li > a img {
    vertical-align: top;
    margin-left: 5px;
    position: absolute;
  }
  .open_menu_mega .first-col-menu_mega .menu_mega-wrap-col > li .menu-icon-items {
    font-size: 15px;
  }
  .open_menu_mega .first-col-menu_mega .menu_mega-wrap-col > li .menu-icon-items li {
    margin-bottom: 20px;
    border-radius: 9px;
    margin-left: -10px;
    margin-top: -10px;
    margin-right: -10px;
    transition: all 0.3s ease;
  }
  .open_menu_mega .first-col-menu_mega .menu_mega-wrap-col > li .menu-icon-items li:hover {
    transition: all 0.4s ease;
    background-color: var(--my-hover-var);
  }
  .open_menu_mega .first-col-menu_mega .menu_mega-wrap-col > li .menu-icon-items li:last-child {
    margin-bottom: -10px;
  }
  .open_menu_mega .first-col-menu_mega .menu_mega-wrap-col > li .menu-icon-items li a {
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    line-height: 18px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .open_menu_mega .first-col-menu_mega .menu_mega-wrap-col > li .menu-icon-items li a .menu-icon-item-title {
    padding-left: 4px;
  }
  .open_menu_mega .first-col-menu_mega .menu_mega-wrap-col > li .menu-icon-items li a .menu-icon-item-title img {
    width: auto;
    max-height: 51px;
    max-width: 123px;
  }
  .open_menu_mega .first-col-menu_mega .menu_mega-wrap-col > li .menu-icon-items li a .menu-icon-item-title span {
    display: block;
  }
  .open_menu_mega .first-col-menu_mega .menu_mega-wrap-col > li .menu-icon-items li a .menu-icon-item-title span:first-child {
    margin-bottom: 4px;
  }
  .open_menu_mega .first-col-menu_mega .menu_mega-wrap-col > li .menu-icon-items li a .menu-icon-item-title span.menu-icon-item-title-desc {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
  }
  .open_menu_mega .first-col-menu_mega .menu_mega-wrap-col > li .menu-icon-items li a img {
    max-width: 18px;
  }
  .open_menu_mega .first-col-menu_mega .menu_mega-wrap-col > li:last-child {
    margin-right: 0;
  }
  .open_menu_mega .first-col-menu_mega .menu_mega-wrap-col .mega_menu_two_columns {
    width: 436px;
  }
  .open_menu_mega .first-col-menu_mega .menu_mega-wrap-col .mega_menu_two_columns .menu-icon-items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
  }
  .open_menu_mega .first-col-menu_mega .menu_mega-wrap-col .mega_menu_two_columns .menu-icon-items li {
    flex-basis: 50%;
  }
  .open_menu_mega .second-col-menu_mega {
    width: 313px;
    background-color: #F0F4F9;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
  }
  .open_menu_mega .second-col-menu_mega .menu_mega_static_links {
    padding: 45px 50px;
    border-bottom: 1px solid #D2D6D9;
    list-style-type: none;
  }
  .open_menu_mega .second-col-menu_mega .menu_mega_static_links li {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .open_menu_mega .second-col-menu_mega .menu_mega_static_links li:last-child {
    margin-bottom: 0;
  }
  .open_menu_mega .second-col-menu_mega .menu_mega_static_links li a {
    color: #000;
  }
  .open_menu_mega .second-col-menu_mega .menu_mega_static_links li a:hover {
    color: #5857FF;
  }
  .open_menu_mega .second-col-menu_mega .menu_mega_static_links li a img {
    vertical-align: top;
    margin-right: 5px;
  }
  .open_menu_mega .second-col-menu_mega .menu_mega_talk {
    text-align: center;
    padding: 34px 48px;
    border-bottom: 1px solid #D2D6D9;
  }
  .open_menu_mega .second-col-menu_mega .menu_mega_talk img {
    margin-bottom: 18px;
  }
  .open_menu_mega .second-col-menu_mega .menu_mega_talk .bg--bluer {
    background: #5857FF;
    color: white;
    border: none;
    font-weight: 500;
    font-size: 16px;
  }
  .open_menu_mega .second-col-menu_mega .menu_mega_express_link {
    display: flex;
    justify-content: center;
    padding: 34px;
  }
  .open_menu_mega .second-col-menu_mega .menu_mega_express_link img {
    max-width: 100px;
    padding-right: 10px;
    border-right: 1px solid #D2D6D9;
  }
  .open_menu_mega .second-col-menu_mega .menu_mega_express_link p {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    padding-left: 10px;
  }
  .open_menu_mega .second-col-menu_mega .menu_mega_express_link p a {
    color: #000;
    text-decoration: underline;
  }
  .page-template-home .head_main {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0.18) 100%);
  }
}
@media only screen and (max-width: 1400px) {
  .open_menu_mega.menu-opened {
    max-width: 1200px;
    left: -100px;
  }
  .page-template-express .open_menu_mega.menu-opened, .page-template-express_technical .open_menu_mega.menu-opened, .page-template-voice-services .open_menu_mega.menu-opened, .page-template-page-fast-translation .open_menu_mega.menu-opened, .page-template-website_express .open_menu_mega.menu-opened, .page-template-translation-price .open_menu_mega.menu-opened,
  .page-template-voice .open_menu_mega.menu-opened, .page-template-voice-services-right .open_menu_mega.menu-opened, .page-template-voice-case .open_menu_mega.menu-opened, .page-template-voice-catalog .open_menu_mega.menu-opened, .page-template-about-voice .open_menu_mega.menu-opened {
    left: -180px;
  }
}
@media only screen and (max-width: 800px) {
  /* only mobile */
  .head_top {
    text-align: center;
  }
  .head_main {
    height: 67px;
    padding: 0 20px;
    background: white;
  }
  .logo {
    width: 67px;
    position: relative;
    z-index: 6;
    margin-left: -20px;
  }
  .logo span {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .logo.active .m-normal {
    opacity: 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .logo.active .m-open {
    opacity: 1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .logo img {
    height: 67px;
  }
  .content {
    padding-top: 67px;
  }
  .inner_width {
    padding-left: 20px;
    padding-right: 20px;
  }
  .head_side, .search_bt_wrap {
    position: static;
  }
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    background-color: white;
    height: 100%;
    display: none;
    padding: 67px 0px 40px;
  }
  .menu_scroll {
    overflow-y: scroll;
    max-width: 260px;
    margin: 0 auto;
  }
  .menu_top {
    padding: 20px 0 30px;
  }
  .menu_top .bt_border {
    color: white;
    border-color: white;
    margin-top: 15px;
  }
  .menu_top .bt_border:hover {
    color: black;
    background-color: white;
  }
  .menu_top .form_submit {
    width: 100%;
  }
  .menu_top .form_submit input {
    background-color: black;
  }
  .menu_top .wpcf7 form.invalid .wpcf7-response-output {
    display: none !important;
  }
  .head_input {
    margin-bottom: 14px;
  }
  .head_input input {
    background: transparent;
    border: 1px solid white;
    color: white;
    height: 45px;
  }
  .menu_item {
    margin: 0;
  }
  .menu_item .mega-menu-vector {
    display: none;
  }
  .menu_item_top {
    font-size: 17px;
    padding: 15px 0;
    color: black;
    display: inline-block;
  }
  .menu_item_top:before {
    display: none;
  }
  .menu_item.homepage .menu_item_top {
    display: block;
  }
  .drop_down {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 20px;
    left: 0;
    top: 0;
    margin-bottom: -5px;
    background: url("../../assets/img/svg/arrow-r-black.svg") no-repeat center;
    background-size: 8px auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .drop_down.active {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .menu.active .head-anim {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .menu_bt {
    display: block;
    width: 54px;
    position: absolute;
    height: 100%;
    z-index: 11;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .menu_bt a {
    display: block;
    height: 100%;
  }
  .menu_bt_in {
    display: block;
    width: 24px;
    height: 12px;
    position: absolute;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    right: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .menu_bt_sep {
    display: block;
    width: 100%;
    height: 0;
    background: black;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 60px;
    -webkit-transition: top 0.2s 0.25s, opacity 0.2s, -webkit-transform 0.2s 0s;
    transition: top 0.2s 0.25s, opacity 0.2s, -webkit-transform 0.2s 0s;
    -o-transition: top 0.2s 0.25s, opacity 0.2s, transform 0.2s 0s;
    transition: top 0.2s 0.25s, opacity 0.2s, transform 0.2s 0s;
    transition: top 0.2s 0.25s, opacity 0.2s, transform 0.2s 0s, -webkit-transform 0.2s 0s;
  }
  .menu_bt_in:before, .menu_bt_in:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: black;
    position: absolute;
    right: 0;
    border-radius: 60px;
    -webkit-transition: top 0.2s 0.25s, opacity 0.2s, -webkit-transform 0.2s 0s;
    transition: top 0.2s 0.25s, opacity 0.2s, -webkit-transform 0.2s 0s;
    -o-transition: top 0.2s 0.25s, opacity 0.2s, transform 0.2s 0s;
    transition: top 0.2s 0.25s, opacity 0.2s, transform 0.2s 0s;
    transition: top 0.2s 0.25s, opacity 0.2s, transform 0.2s 0s, -webkit-transform 0.2s 0s;
  }
  .menu_bt_in:before {
    top: 0;
  }
  .menu_bt_in:after {
    top: 90%;
  }
  .menu_bt.active .menu_bt_sep {
    background: none !important;
  }
  .menu_bt.active .menu_bt_in:before {
    top: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu_bt.active .menu_bt_in:after {
    top: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu_bt.active .menu_bt_in:before, .menu_bt.active .menu_bt_in:after {
    background: black;
    -webkit-transition: top 0.2s, opacity 0.2s, -webkit-transform 0.2s 0.25s;
    transition: top 0.2s, opacity 0.2s, -webkit-transform 0.2s 0.25s;
    -o-transition: top 0.2s, opacity 0.2s, transform 0.2s 0.25s;
    transition: top 0.2s, opacity 0.2s, transform 0.2s 0.25s;
    transition: top 0.2s, opacity 0.2s, transform 0.2s 0.25s, -webkit-transform 0.2s 0.25s;
  }
  .head_side .bt_border {
    height: 28px;
    line-height: 26px;
    font-size: 12px;
    min-width: 90px;
    margin-right: 34px;
  }
  .open_menu {
    position: static;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    display: none;
    padding-left: 0;
    padding-top: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .open_menu li:last-child a {
    margin-bottom: 0;
  }
  .open_menu_link {
    color: black;
    font-size: 15px;
  }
  .open_menu_link > img {
    display: none;
  }
  .menu_mega .menu_item_top.active {
    color: #5857FF;
  }
  .menu_mega-wrap-col .drop_down {
    display: none;
  }
  .menu_mega-wrap-col .has--child > .open_menu_link {
    margin-bottom: 16px;
    font-weight: 800;
    font-size: 16px;
    color: #454D55;
  }
  .menu_mega-wrap-col .has--child .menu-icon-items {
    padding-left: 20px;
  }
  .menu_mega-wrap-col .has--child .menu-icon-items .open_menu_link {
    margin-bottom: 17px;
    font-weight: 500;
  }
  .menu_mega-wrap-col .has--child .menu-icon-items .open_menu_link .menu-icon-item-title-desc {
    display: none;
  }
  .menu_mega-wrap-col .has--child > .open_menu_link > img {
    display: inline-block;
    max-width: 16px;
    vertical-align: bottom;
  }
  .open_menu_mega .second-col-menu_mega {
    display: none !important;
  }
  .banner-mega-menu {
    display: none;
  }
  .head_side .link {
    margin-right: 55px !important;
  }
  .menu_mega {
    margin: 0;
    margin-top: 23px;
    max-width: unset;
  }
  .menu_mega > ul {
    max-width: 260px;
    margin: 0 auto;
  }
  .second-col-menu_mega {
    margin-top: 25px;
    display: block !important;
  }
  .second-col-menu_mega .menu_mega_static_links {
    background-color: #F0F4F9;
    padding: 30px 32px 10px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .second-col-menu_mega .menu_mega_static_links li {
    flex-basis: 50%;
    list-style-type: none;
    width: 50%;
    font-size: 15px;
    margin-bottom: 20px;
  }
  .second-col-menu_mega .menu_mega_static_links li a {
    color: #000;
  }
  .second-col-menu_mega .menu_mega_static_links li a img {
    vertical-align: bottom;
  }
  .second-col-menu_mega .menu_mega_talk img {
    display: none;
  }
  .second-col-menu_mega .menu_mega_talk .bt_primary {
    border-radius: unset;
    width: 100%;
    background: #5857FF;
    color: white;
    border: none;
    font-weight: 500;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
  }
  .second-col-menu_mega .menu_mega_express_link {
    display: flex;
    padding: 18px 10px;
    justify-content: center;
  }
  .second-col-menu_mega .menu_mega_express_link img {
    max-width: 92px;
    border-right: 1px solid #D2D6D9;
    padding-right: 11px;
    margin-right: 10px;
  }
  .second-col-menu_mega .menu_mega_express_link p {
    font-size: 14px;
  }
  .second-col-menu_mega .menu_mega_express_link p br {
    display: none;
  }
  .second-col-menu_mega .menu_mega_express_link p a {
    color: #000;
    text-decoration: underline;
  }
  .menu_mega-wrap-col .has--child .menu-icon-items .open_menu_link .menu-icon-item-title img {
    max-height: 60px;
    width: auto;
  }
}
/*---footer---*/
.ft_top {
  padding: 60px 0 40px;
}
.ft_top .inner_width {
  max-width: 1280px;
}

.ft_top_cont {
  width: 100%;
  margin-top: 40px;
  justify-content: space-between;
}

.ft_links_col {
  flex-basis: auto;
  max-width: 210px;
}

@media only screen and (min-width: 800px) {
  .ft_links_col:last-child {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 5%;
  }
}
.ft_link_title {
  font-size: 17px;
  font-weight: 800;
  display: inline-block;
  padding-right: 16px;
}

.ft_link_in {
  padding-top: 22px;
  padding-right: 10px;
}

.ft_link {
  font-size: 15px;
  margin-bottom: 14px;
  display: block;
  font-weight: 400;
}

.ft_office {
  font-size: 15px;
  margin-bottom: 14px;
  line-height: 1.4;
}
.ft_office b {
  font-weight: 400;
  display: block;
}

.ft_office:last-child {
  margin-bottom: 0;
}

.arrow_down {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 6px;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footer.active .arrow_down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.soc-item {
  margin: 0 12px;
  border-radius: 15px;
}
.soc-item img {
  max-height: 50px;
}
.soc-item:hover {
  background-color: #333333;
}

.ft_logo {
  margin-right: 4%;
}

.ft_tx {
  max-width: 390px;
  width: 64%;
  font-size: 13px;
  display: flex;
  line-height: 18px;
}

.ft_tx img {
  margin-right: 25px;
}

.ft_bottom {
  padding: 12px 0 58px;
  font-size: 14px;
}
.ft_bottom .inner_width {
  max-width: 100%;
}
.ft_bottom a {
  color: black;
}
@media only screen and (max-width: 800px) {
  .ft_bottom {
    background-color: black;
    color: white;
    text-align: center;
  }
}

.ft_credit, .ft_bottom_links a {
  margin: 0 4px;
}

.ft_bottom_links a:hover {
  text-decoration: underline;
}

.ft_credit a {
  font-weight: 500;
}

.ft_recaptcha a {
  text-decoration: underline;
}

.grecaptcha-badge {
  display: none !important;
}

.brd-footer-top {
  border-top: 1px solid #768092;
}

.footer_gnrl_links {
  margin-top: 10px;
  margin-bottom: 50px;
}
.footer_gnrl_links a {
  display: inline-block;
  width: 198px;
  padding: 14px 16px;
  font-weight: 700;
  font-size: 14px;
  background: #333333;
  border-radius: 32px;
  position: relative;
  transition: all 0.3s ease;
  margin-right: 40px;
}
.footer_gnrl_links a:hover {
  background: #232366;
}
.footer_gnrl_links a:hover::after {
  right: 8px;
}
.footer_gnrl_links a::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  right: 14px;
  background-image: url(../../assets/img/svg/arrow_in_circle.svg);
  top: 8px;
  background-position: center;
  background-size: cover;
  transition: all 0.3s ease;
}

.ft_top_cont .form-subs {
  width: 300px;
  margin-bottom: 0;
}
.ft_top_cont .form-subs input:not([type=submit]) {
  border: 1px solid #FFFFFF;
  background: black;
  color: #fff;
}
.ft_top_cont .form-subs input[type=submit] {
  background: #5857FF url("/wp-content/themes/blend/assets/img/svg/subs-f.svg") no-repeat center;
  top: 1px;
  height: 43px;
  right: 1px;
  width: 110px;
}

@media only screen and (min-width: 800px) {
  /* only desctop */
  .ft_rights, .ft_recaptcha {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .ft_recaptcha {
    top: 32px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 800px) {
  /* only mobile */
  .footer_gnrl_links {
    margin: 0 auto;
    max-width: 290px;
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .footer_gnrl_links a {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .ft_top_cont .form-subs {
    margin: 0 auto 20px;
  }
  .ft_recaptcha {
    opacity: 0.6;
    font-size: 12px;
    margin-top: 20px;
    padding: 0 20px;
    padding-top: 15px;
    border-top: 1px solid grey;
  }
  .ft_credit {
    margin-top: 6px;
  }
  .ft_top {
    padding: 25px 0;
  }
  .ft_links {
    display: block;
    margin: 30px auto;
    max-width: 290px;
    width: 100%;
  }
  .ft_links_col {
    max-width: inherit;
    margin-bottom: 30px;
  }
  .ft_links_col.active .arrow_down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .ft_link_title {
    display: block;
  }
  .ft_link_in {
    padding-bottom: 1px;
  }
  .ft_left {
    width: auto !important;
  }
  .ft_socials {
    display: block;
    width: auto !important;
    padding-top: 8px;
  }
  .ft_soc {
    margin-right: 0;
    margin-bottom: 18px;
  }
  .ft_bottom {
    text-align: center;
    font-size: 15px;
    padding-bottom: 60px;
    text-align: center;
  }
  .ft_bottom * {
    color: white !important;
  }
  .ft_form_left_in {
    margin-bottom: 30px;
  }
  .sec_ft_form {
    padding-bottom: 70px;
  }
  .socials {
    width: 100%;
  }
  .ft_logo {
    margin: 0 auto;
  }
  .ft_logo img {
    height: 68px;
  }
  .ft_rights {
    margin-bottom: 9px;
  }
}
.ft_form_left_in {
  max-width: 360px;
}

.ft_form_right {
  width: 65%;
}

.ft_form {
  width: 100%;
  max-width: 500px;
}

/*=== home ==*/
.page-template-home .content {
  padding: 0;
}

.hp_top {
  padding-top: 50%;
  margin-bottom: 60px;
}

.photo-B {
  height: 69%;
  bottom: auto;
  top: -3px;
}

.hp_top_content_wrap {
  max-width: 1640px;
}

.portrait-photo {
  bottom: 0;
  z-index: 1;
  right: auto;
  left: 22%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 33%;
  top: auto;
  height: 66%;
  max-width: 410px;
  max-height: 465px;
}

.pattern-blocks {
  bottom: -144px;
  z-index: 1;
  left: auto;
  right: 40px;
  top: auto;
  height: 230px;
  max-width: 196px;
}
.pattern-blocks svg {
  max-height: 230px;
}

.hp_top_content {
  position: absolute;
  bottom: 5%;
  z-index: 2;
  left: 63%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 47%;
}
.hp_top_content .title {
  font-size: 3vw;
  margin-bottom: 1%;
}
.hp_top_content .text {
  font-size: 1.8vw;
  text-transform: capitalize;
}
.hp_top_content .bt_primary {
  margin-top: 2.5%;
}

@media only screen and (min-width: 1920px) {
  .hp_top {
    margin-top: -90px;
  }
  .hp_top_content .title {
    font-size: 2.5vw;
  }
  .hp_top_content .text {
    font-size: 1.5vw;
  }
  .hp_top_content_wrap {
    top: auto;
    bottom: 65px;
  }
  .pattern-blocks {
    right: 14%;
  }
}
@media only screen and (max-width: 800px) {
  .photo-B-m {
    bottom: auto;
    top: -40px;
  }
  .portrait-photo-m {
    top: auto;
    width: 55%;
    right: auto;
    left: 18px;
    bottom: -41.5px;
    height: 54%;
    max-width: 206px;
  }
  .pattern-blocks-m {
    top: auto;
    width: 110px;
    left: auto;
    right: 22px;
    bottom: -73px;
    height: 118px;
  }
}
@media only screen and (min-width: 800px) {
  /* only desctop */
  .page-template-home .menu_item_top {
    color: white;
  }
  .page-template-home .head_main.fixed .menu_item_top {
    color: black;
  }
  .page-template-home .header .bt_border {
    color: white;
    border-color: white;
  }
  .page-template-home .header .bt_border:hover {
    color: black;
    background-color: white;
  }
  .page-template-home .head_main.fixed .bt_border {
    color: #5857FF;
    border-color: #5857FF;
  }
  .page-template-home .head_main.fixed .bt_border:hover {
    color: white;
    background-color: #5857FF;
  }
}
.hp_grow_left {
  margin-left: 55px;
  width: 70%;
  margin-bottom: 50px;
}

.hp_grow_left_in {
  margin-top: 28px;
  -webkit-transform: translateX(-114px);
  -ms-transform: translateX(-114px);
  transform: translateX(-114px);
  width: 103%;
  margin-bottom: 20px;
}

.sh-pin-purple {
  position: absolute;
  top: -60px;
  left: -36px;
}

.hp_grow_right {
  width: 32%;
  position: absolute;
  right: 0px;
  top: 120px;
}

.page-template-voice .hp_grow_right {
  width: 34%;
  position: absolute;
  right: 0px;
  top: 120px;
}

.hp_grow_right_item {
  margin-bottom: 25px;
}
.hp_grow_right_item .text {
  padding: 15px 28px;
}
.hp_grow_right_item:last-child {
  margin-bottom: 0;
}

.hp_grow_right_title {
  padding-right: 89px;
}

.hp_grow_right_title .bg--black {
  height: 59px;
  padding: 0 26px;
  font-size: 23px;
}

.hp_grow_shape {
  position: absolute;
  top: -1px;
  right: 0;
  margin: auto;
}
.hp_grow_shape img {
  height: 60px;
  width: 90px;
}

.logos {
  margin: 60px 0 20px;
}

.logo_item {
  height: 68px;
  margin: 0 28px 17px;
  background: #fff;
}
.logo_item img {
  max-height: 52px;
  max-width: 170px;
  mix-blend-mode: exclusion;
  width: auto;
}

.sec_hp_benefits {
  padding-bottom: 0;
}
.sec_hp_benefits .col--33 {
  padding: 60px 86px;
}
.sec_hp_benefits .col--33:nth-child(2) {
  padding-top: 10px;
}
.sec_hp_benefits .title {
  margin-bottom: 50px;
  padding-top: 20px;
}
.sec_hp_benefits .text {
  max-width: 345px;
}

.hp_benefits_item {
  margin-bottom: 52px;
}
.hp_benefits_item:last-child {
  margin-bottom: 0;
}
.hp_benefits_item .img-b {
  margin-bottom: 26px;
  height: 60px;
}
.hp_benefits_item .img-b img {
  max-height: 100%;
}

.sec_hp_benefits_bg span:nth-child(1) {
  margin-top: 35px;
}
.sec_hp_benefits_bg span:nth-child(2) {
  margin-bottom: 100px;
}
.sec_hp_benefits_bg span:nth-child(3) {
  margin-top: 66px;
  margin-bottom: 160px;
}

.sec_hp_benefits.cutting {
  padding-bottom: 70px;
}

.squre {
  position: absolute;
  width: 53px;
}
.squre:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.squre--84 {
  width: 84px;
}

.squre--133 {
  width: 133px;
}

.cutting1 {
  position: absolute;
  right: 0;
  bottom: -245px;
  width: 58%;
  max-width: 279px;
}
.cutting1 .squre.bg--blue {
  top: -90px;
  right: 53px;
}
.cutting1 .squre.bg--purple-light {
  left: -90px;
  top: 50px;
}

.cutting-shape {
  width: 100%;
}

.placehold1 {
  width: 100%;
  margin-right: 28%;
  margin-top: -2px;
}

.cutting-shape-sq {
  position: absolute;
  right: 76%;
  bottom: -83px;
}

.cutting-shapes div:nth-child(1) {
  top: -190px;
  right: 65%;
}
.cutting-shapes .cutting-shapes_in {
  position: absolute;
  top: -170px;
  right: 0;
  direction: rtl;
  width: 58%;
  max-width: 273px;
}

.row {
  margin: 0 -18px;
}

.sec_hp_perfect .box--pad {
  margin-right: 26px;
  min-height: 310px;
}
.sec_hp_perfect .box--pad .title {
  max-width: 200px;
}
.sec_hp_perfect .squre {
  right: 70px;
  top: 48%;
  z-index: 2;
}
.sec_hp_perfect .perfection_image_center {
  width: 24%;
  position: absolute;
  right: 8%;
  max-width: 340px;
  top: 30%;
}
.sec_hp_perfect .perfection_image_center:before {
  padding-top: 80%;
}

.item_hp_perfect {
  width: 33.3333333333%;
  padding: 0 18px;
  margin-bottom: 100px;
}
.item_hp_perfect:nth-of-type(3n + 2) {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}
.item_hp_perfect:nth-of-type(3n + 3) {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}
.item_hp_perfect:nth-child(6) {
  -webkit-transform: translateY(120%);
  -ms-transform: translateY(120%);
  transform: translateY(120%);
}

.item_hp_perfect_in {
  padding: 42px;
  padding-bottom: 50px;
}
.item_hp_perfect_in .bold {
  margin-bottom: 6px;
  letter-spacing: 1px;
  font-size: 17px;
}
.item_hp_perfect_in .bt_explore {
  position: absolute;
  bottom: -20px;
  right: 25px;
}

.sh-hp_perfect {
  position: absolute;
  left: -14px;
  top: -30px;
}
.sh-hp_perfect img {
  height: 45px;
}

.erope {
  position: absolute;
  top: -255px;
  left: 0;
  max-width: 233px;
  width: 16%;
}
.erope .squre.bg--purple-light {
  bottom: 15%;
  right: -85px;
}
.erope .squre.bg--greener {
  width: 77px;
  bottom: -108px;
  left: 52px;
}

.sec_hp_why .title {
  padding-top: 76px;
}
.sec_hp_why .title br {
  display: none;
}

.hp_why_facts {
  margin: 0 -70px;
  margin-top: 110px;
  min-height: 795px;
}

.fact-num {
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
}

.hp_why_facts_item {
  width: 47%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.hp_why_facts_item .title--28 {
  margin-bottom: 0;
  font-size: 30px;
}
.hp_why_facts_item .bg--greener {
  height: 280px;
  margin-right: 33%;
}
.hp_why_facts_item .bg--orange {
  height: 240px;
  margin-right: 33%;
  margin-left: 20px;
  margin-top: 40px;
  padding-right: 8%;
}
.hp_why_facts_item .bg--green {
  height: 258px;
  position: absolute;
  z-index: 1;
  top: 33%;
  right: -5%;
  width: 56%;
}
.hp_why_facts_item:nth-child(1) .img-reveal:before {
  background-color: #94D4D9;
}
.hp_why_facts_item:nth-child(1) .extra-img {
  top: 49%;
  bottom: auto;
  right: auto;
  left: 98%;
  z-index: 2;
  max-width: 610px;
  max-height: inherit;
  width: 90%;
}
.hp_why_facts_item:nth-child(1) .extra-img:before {
  padding-top: 65%;
}
.hp_why_facts_item:nth-child(1) .extra-img .img-reveal:before {
  background-color: #FF6363;
}
.hp_why_facts_item:nth-child(2) {
  left: auto;
  right: -80px;
}
.hp_why_facts_item:nth-child(2) .img-reveal:before {
  background-color: #1b7c6f;
}
.hp_why_facts_item:nth-child(2) .hp_why_facts_img {
  top: 0;
  max-width: 248px;
  right: 79px;
}
.hp_why_facts_item:nth-child(2) .hp_why_facts_img:before {
  padding-top: 133%;
}
.hp_why_facts_item:nth-child(2) .hp_why_facts_sh {
  top: 20px;
  left: -45px;
}
.hp_why_facts_item:nth-child(3) {
  left: 0;
  top: 40%;
}
.hp_why_facts_item:nth-child(3) .img-reveal:before {
  background-color: #575DFF;
}
.hp_why_facts_item:nth-child(3) .hp_why_facts_img {
  top: 0;
  right: 47%;
  max-width: 260px;
}
.hp_why_facts_item:nth-child(3) .hp_why_facts_sh {
  bottom: -50px;
  left: 40%;
  z-index: 2;
}
.hp_why_facts_item:nth-child(3) .extra-img {
  top: auto;
  bottom: 0;
  right: auto;
  left: -20px;
  z-index: -1;
}
.hp_why_facts_item:nth-child(3) .extra-img:before {
  padding-top: 80%;
}
.hp_why_facts_item:nth-child(3) .extra-img .img-reveal:before {
  background-color: #FFB245;
}
.hp_why_facts_item:nth-child(4) {
  left: auto;
  top: 46%;
  right: 0;
}
.hp_why_facts_item:nth-child(4) .img-reveal:before {
  background-color: #94D4D9;
}
.hp_why_facts_item:nth-child(4) .hp_why_facts_img {
  top: 0;
  right: 12%;
  max-width: 260px;
}
.hp_why_facts_item:nth-child(4) .hp_why_facts_sh {
  bottom: 39px;
  right: 38%;
  z-index: 2;
}

.hp_why_facts_img {
  position: absolute;
  max-width: 288px;
  max-height: 330px;
  width: 44%;
  top: 66px;
  right: 0;
}
.hp_why_facts_img:before {
  content: "";
  display: block;
  padding-top: 115%;
}

.img-reveal {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  transform: translateX(-101%);
}
.img-reveal:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #94D4D9;
  z-index: 1;
  -webkit-transition: 0.6s 0.6s;
  -moz-transition: 0.6s 0.6s;
  -ms-transition: 0.6s 0.6s;
  -o-transition: 0.6s 0.6s;
  transition: 0.6s 0.6s;
}

.reveal-triger.animated .img-reveal {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.reveal-triger.animated .img-reveal:before {
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.reveal-triger.animated .reveal-delay-2.img-reveal {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.reveal-triger.animated .reveal-delay-2.img-reveal:before {
  -webkit-transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
  -ms-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.reveal-triger.animated .reveal-delay-3.img-reveal {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.reveal-triger.animated .reveal-delay-3.img-reveal:before {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -ms-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

@media only screen and (min-width: 800px) {
  .hp_why_facts_item.reveal-triger.animated .img-reveal {
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -ms-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  .hp_why_facts_item.reveal-triger.animated .img-reveal:before {
    -webkit-transition-delay: 1.4s;
    -moz-transition-delay: 1.4s;
    -ms-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
  }
}
.hp_why_facts_sh {
  position: absolute;
}
.hp_why_facts_sh img {
  height: 84px;
}

.hp_why_facts_bottom {
  padding: 70px 0 0;
}
.hp_why_facts_bottom .col--33 {
  width: calc(33.3333333333% - 25px);
}

.has--border {
  position: relative;
  padding: 8px 0px;
}

.border-left {
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -20px;
}

.sec_hp_idus {
  padding-top: 40px;
}

.hp_idus_slide_wrap {
  margin-top: 70px;
}

.hp_idus_slide .slick-slide > div {
  height: auto;
}

.sec_hp_idus .bt_primary {
  margin-top: 45px;
  min-width: 210px;
}

.hp_idus_item {
  width: 33.3333333333%;
}

.hp_idus_item_in {
  margin: 0 4px 4px;
  padding-top: 65%;
}
.hp_idus_item_in .cover:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
@media only screen and (max-width: 1580px) {
  .hp_idus_item_in .tx--24 {
    font-size: 1.8vw;
  }
}
@media only screen and (min-width: 800px) {
  .hp_idus_item_in:hover .hp_idus_normal {
    -webkit-transform: translateY(-80%);
    -ms-transform: translateY(-80%);
    transform: translateY(-80%);
  }
  .hp_idus_item_in:hover .hp_idus_hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.hp_idus_sh {
  height: 42%;
  margin-bottom: 2%;
}
.hp_idus_sh img {
  -webkit-filter: drop-shadow(0px 2px 9px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(0px 2px 9px rgba(0, 0, 0, 0.6));
  max-height: 100%;
}

.hp_idus_hover {
  padding: 12% 10% 0;
  z-index: 3;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.hp_idus_hover .tx--white {
  color: white;
}
@media only screen and (max-width: 1580px) {
  .hp_idus_hover .title--28 {
    font-size: 1.8vw;
  }
  .hp_idus_hover .text {
    font-size: 1.2vw;
  }
}

.quote_title {
  padding-right: 9%;
  padding-bottom: 40px;
}

.quote_slide_wrap {
  width: 67%;
  margin-bottom: 20px;
}
.quote_slide_wrap .arrow-r {
  right: auto;
  left: -68px;
  top: auto;
  bottom: 0px;
}
.quote_slide_wrap .arrow-l {
  left: -137px;
  top: auto;
  bottom: 0px;
}

.quote_slide_item {
  margin-right: 50px;
  margin-bottom: 40px;
  height: 92%;
  width: auto !important;
}
.quote_slide_item .text {
  font-size: 22px;
  max-width: 640px;
  margin: 0 auto;
}

.quote_img {
  max-width: 157px;
  position: absolute;
  width: 20%;
  right: -50px;
  bottom: -30px;
}
.quote_img:before {
  content: "";
  display: block;
  padding-top: 112%;
}

.quote_name_wrap {
  margin-top: 38px;
}
.quote_name_wrap .title--28 {
  margin-bottom: 3px;
}

.quote_position {
  font-size: 14px;
}

.quote_logo {
  height: 70px;
  margin-top: 6px;
}
.quote_logo img {
  max-height: 68px;
}

.sec_hp_how {
  padding-top: 100px;
}

.hp_how_item {
  width: 33.3333333333%;
  padding: 0 18px;
}
@media only screen and (min-width: 800px) {
  .hp_how_item:nth-child(1) .hp_how_item_in, .hp_how_item:nth-child(3) .hp_how_item_in {
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
  }
}

.hp_how_item_img {
  position: relative;
  width: 100%;
}
.hp_how_item_img:before {
  content: "";
  display: block;
  padding-top: 85%;
}
.hp_how_item_img .img-reveal:before {
  background-color: #1b7c6f;
}

.hp_how_item_title {
  position: absolute;
  bottom: -43px;
  left: 0;
  z-index: 1;
}
.hp_how_item_title .title--28 {
  margin: 0;
}
.hp_how_item_title .title--28 span {
  padding: 18px 26px;
  padding-right: 60px;
}

.hp_how_item_sh img {
  height: 60px;
}

.hp_how_item_bottom {
  padding-top: 58px;
  padding-left: 15px;
}

@media only screen and (min-width: 800px) {
  .hp_how_item:nth-child(1) .hp_how_item_img {
    width: auto;
    margin: 0 20px;
  }
  .hp_how_item:nth-child(1) .hp_how_item_img:before {
    padding-top: 100%;
  }
}
.hp_how_item:nth-child(1) .hp_how_item_title {
  left: -40px;
}
.hp_how_item:nth-child(1) .hp_how_item_sh {
  margin-left: 60px;
}
.hp_how_item:nth-child(1) .hp_how_item_bottom {
  padding-left: 40px;
}

@media only screen and (min-width: 800px) {
  .hp_how_item:nth-child(3) .hp_how_item_img {
    width: auto;
    margin: 0 20px;
  }
  .hp_how_item:nth-child(3) .hp_how_item_img:before {
    padding-top: 100%;
  }
}
.hp_how_item:nth-child(3) .hp_how_item_title {
  left: 40px;
}
.hp_how_item:nth-child(3) .hp_how_item_sh {
  margin-left: 0px;
}
.hp_how_item:nth-child(3) .hp_how_item_bottom {
  padding-left: 40px;
}

@media only screen and (max-width: 1200px) {
  .sec_hp_benefits .col--33 {
    padding: 40px 30px;
  }
  .hp_benefits_item .img-b {
    height: 40px;
    margin-bottom: 12px;
  }
  .sec_hp_grow {
    padding-left: 30px;
    padding-right: 30px;
  }
  .cutting1 {
    bottom: -186px;
  }
  .sec_hp_perfect .box--pad {
    height: 100%;
    padding: 32px;
    padding-top: 50px;
  }
  .hp_why_facts {
    margin: 0 -50px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 800px) {
  .sec_hp_perfect .box--pad {
    display: block;
  }
}
@media only screen and (max-width: 800px) {
  .page-template-home .content {
    padding-top: 67px;
  }
  .hp_top {
    padding-top: 83%;
  }
  .bt_border {
    height: 49px;
    line-height: 47px;
  }
  .row {
    margin: 0 -20px;
  }
  .hp_top_content_mobile {
    padding-bottom: 50px;
  }
  .hp_top_content_mobile .title {
    font-size: 25px;
  }
  .hp_top_content_mobile .text {
    margin: -15px 0 12px;
  }
  .hp_top_content_mobile .bt_primary {
    display: block;
    margin: 0 auto;
    max-width: 223px;
  }
  .hp_top_content_mobile .bt_border {
    display: block;
    margin: 14px auto 0;
    max-width: 223px;
  }
  .page-template-express .hp_top_content_mobile .bt_border {
    display: block;
    margin: 14px auto 0;
    max-width: 160px;
  }
  .sec_hp_grow {
    padding-left: 0;
    padding-right: 0;
  }
  .hp_grow_left {
    width: auto;
    margin-left: -20px;
  }
  .box--pad {
    padding: 32px 22px;
  }
  .hp_grow_right {
    position: static;
    width: 100%;
    margin-top: 70px;
  }
  .hp_grow_left_in {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    margin-bottom: -65px;
    width: 111%;
    margin-top: 48px;
  }
  .sh-pin-purple {
    left: auto;
    right: 20px;
    top: -34px;
  }
  .sh-pin-purple img {
    height: 35px;
  }
  .hp_grow_right_title {
    padding-right: 59px;
  }
  .hp_grow_right_title .bg--black {
    height: 40px;
    font-size: 25px;
  }
  .hp_grow_shape img {
    width: 60px;
    height: 41px;
  }
  .sec_logos {
    padding-bottom: 25px;
  }
  .logos {
    margin: 20px -12px 0;
    padding-bottom: 15px;
  }
  .logo_item {
    height: 50px;
    margin: 0 9px 20px;
  }
  .logo_item img {
    max-width: 88px;
    max-height: 35px;
  }
  .slide_logos .slick-slide {
    height: auto;
  }
  .slide_logos .slick-slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
  .slide_logos .slick-dots {
    bottom: 5px;
  }
  .sec_hp_benefits_bg span:nth-child(1) {
    margin: 0;
  }
  .sec_hp_benefits .col--33 {
    padding: 0 20px;
  }
  .sec_hp_benefits_bg .squre {
    right: 0;
    top: -30px;
    width: 84px;
  }
  .sec_hp_benefits_bg .squre:last-child {
    right: 0;
    bottom: -40px;
    top: auto;
    width: 84px;
  }
  .hp_benefits_item:last-child {
    margin-bottom: 52px;
  }
  .cutting-shapes {
    position: absolute;
    height: 100%;
  }
  .hp_why_facts {
    margin: 0 -20px;
  }
  .squre {
    width: 35px;
  }
  .squre--84 {
    width: 52px;
  }
  .squre--133 {
    width: 84px;
  }
  .cutting-shapes .cutting-shapes_in {
    top: 40px;
    max-width: 150px;
    width: 35%;
  }
  .cutting-shapes div:nth-child(1) {
    top: 6px;
    right: 10%;
  }
  .placehold1 {
    margin-right: 13%;
    opacity: 0.3;
  }
  .cutting-shape-sq {
    right: -20%;
  }
  .cutting1 {
    max-width: 125px;
    width: 36%;
    bottom: -153px;
  }
  .cutting1 .squre.bg--purple-light {
    top: -18px;
    left: -70px;
  }
  .cutting1 .squre.bg--blue {
    left: -103%;
    width: 84px;
  }
  .sec_hp_perfect .row {
    display: block;
    z-index: 0;
  }
  .sec_hp_perfect .box--pad {
    margin-top: -40px;
    margin-left: -20px;
    min-height: 300px;
    margin-right: 14%;
    padding: 40px 20px;
  }
  .sh-hp_perfect {
    left: -20px;
  }
  .item_hp_perfect:nth-of-type(3n + 2), .item_hp_perfect:nth-of-type(3n + 3) {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .item_hp_perfect {
    margin-bottom: 70px;
  }
  .item_hp_perfect_in {
    padding: 48px 25px;
  }
  .sec_hp_perfect .squre {
    right: -15%;
    top: 51%;
  }
  .erope {
    left: auto;
    right: 0;
    width: 34%;
    top: -75px;
    max-width: 127px;
  }
  .erope .squre.bg--purple-light {
    right: auto;
    left: -61%;
    bottom: auto;
    top: 38%;
  }
  .erope .squre.bg--greener {
    left: -129%;
    bottom: auto;
    top: 52%;
  }
  .sec_hp_why .title {
    padding-top: 148px;
  }
  .sec_hp_why .title br {
    display: block;
  }
  .hp_why_facts {
    min-height: auto;
  }
  .hp_why_facts_bottom {
    padding: 0;
  }
  .hp_why_facts_item {
    position: relative;
    width: auto;
    margin: 0 -20px 20px;
    height: auto;
    padding: 30px 0;
    min-height: 280px;
  }
  .hp_why_facts_bottom .col--33 {
    margin-top: 50px;
  }
  .border-left {
    left: 0;
    width: 100%;
    height: 3px;
    top: auto;
    bottom: 0;
  }
  .hp_why_facts_bottom .col--33:nth-child(1) .border-left {
    background-color: #94E095;
  }
  .hp_why_facts_bottom .col--33:nth-child(1) .hp_why_facts_img:nth-child(2) {
    right: -54px;
    max-width: 150px;
  }
  .hp_why_facts_bottom .col--33:nth-child(1) .hp_why_facts_img:nth-child(2):before {
    padding-top: 133%;
  }
  .hp_why_facts_bottom .col--33:nth-child(1) .hp_why_facts_img:nth-child(3) {
    bottom: 0;
    top: auto;
    right: auto;
    left: 0;
    max-width: 170px;
  }
  .hp_why_facts_bottom .col--33:nth-child(1) .hp_why_facts_img:nth-child(3):before {
    padding-top: 60%;
  }
  .hp_why_facts_bottom .col--33:nth-child(1) .hp_why_facts_sh {
    top: 0;
    left: 20px;
    z-index: 1;
  }
  .hp_why_facts_bottom .col--33:nth-child(2) {
    margin-top: 70px;
  }
  .hp_why_facts_bottom .col--33:nth-child(2) .border-left {
    background-color: #1b7c6f;
  }
  .hp_why_facts_bottom .col--33:nth-child(2) .hp_why_facts_item {
    margin-bottom: 0;
  }
  .hp_why_facts_bottom .col--33:nth-child(2) .hp_why_facts_img:nth-child(2) {
    top: -25px;
    right: auto;
    left: 0;
    max-width: 175px;
    width: 47%;
  }
  .hp_why_facts_bottom .col--33:nth-child(2) .hp_why_facts_img:nth-child(2):before {
    padding-top: 145%;
  }
  .hp_why_facts_bottom .col--33:nth-child(2) .hp_why_facts_img:nth-child(3) {
    bottom: 30px;
    top: auto;
    right: 0;
    max-width: 175px;
    width: 47%;
  }
  .hp_why_facts_bottom .col--33:nth-child(2) .hp_why_facts_img:nth-child(3):before {
    padding-top: 85%;
  }
  .hp_why_facts_bottom .col--33:nth-child(2) .hp_why_facts_sh {
    bottom: 0;
    right: 20px;
    z-index: 1;
  }
  .hp_why_facts_bottom .col--33:nth-child(3) .border-left {
    background-color: #FFB245;
  }
  .hp_why_facts_bottom .col--33:nth-child(3) .hp_why_facts_img:nth-child(2) {
    top: -25px;
    right: 0;
  }
  .hp_why_facts_bottom .col--33:nth-child(3) .hp_why_facts_img:nth-child(3) {
    bottom: 0px;
    top: auto;
    right: auto;
    left: 0;
    max-width: 142px;
    width: 38%;
  }
  .hp_why_facts_bottom .col--33:nth-child(3) .hp_why_facts_img:nth-child(3):before {
    padding-top: 85%;
  }
  .hp_why_facts_bottom .col--33:nth-child(3) .hp_why_facts_sh {
    top: -4px;
    left: 12%;
    z-index: 1;
  }
  .hp_why_facts_item .bg--greener {
    max-width: 67%;
    margin: 0 auto;
    height: 180px;
    position: relative;
    z-index: 1;
  }
  .hp_why_facts_item .bg--green {
    max-width: 67%;
    height: 180px;
    top: -5px;
    right: 20px;
  }
  .hp_why_facts_item .bg--orange {
    max-width: 78%;
    height: 180px;
    padding: 0;
    margin: 0;
    margin-left: 20px;
    position: relative;
    z-index: 1;
  }
  .hp_why_facts_img {
    top: -15px;
    max-width: 160px;
  }
  .hp_why_facts_sh img {
    height: 60px;
  }
  .quote_title {
    padding: 0;
  }
  .quote_title .title {
    max-width: 290px;
    margin-right: auto;
    margin-left: auto;
  }
  .quote_slide_wrap {
    margin-bottom: -130px;
  }
  .quote_slide_item {
    margin-right: 0;
    margin-top: 80px;
    margin-bottom: 0;
    padding-top: 84px;
    height: 80%;
    padding-bottom: 80px;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
  }
  .quote_img {
    bottom: auto;
    top: -50px;
    right: auto;
    left: 40px;
    max-width: 93px;
    width: 28%;
  }
  .quote_slide .slick-list {
    overflow: visible;
  }
  .quote_name_wrap {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .quote_logo {
    width: 85px;
    position: absolute;
    right: 18px;
    bottom: -32px;
    padding: 8px;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
  }
  .quote_logo img {
    max-height: 90%;
  }
  .sec_quote {
    margin-bottom: 150px;
  }
  .sec_hp_how {
    padding-top: 40px;
  }
  .hp_how_item {
    margin-bottom: 50px;
  }
  .hp_how_item_sh img {
    height: 40px;
  }
  .hp_how_item:nth-child(1) .hp_how_item_title {
    left: -20px;
    right: 40px;
  }
  .hp_how_item:nth-child(1) .hp_how_item_sh {
    position: absolute;
    right: 0;
    top: -40px;
  }
  .hp_how_item:nth-child(2) .hp_how_item_top {
    margin-right: -20px;
  }
  .hp_how_item:nth-child(2) .hp_how_item_bottom {
    padding-left: 0;
  }
  .hp_how_item:nth-child(2) .hp_how_item_title {
    left: auto;
    right: 0;
  }
  .hp_how_item:nth-child(2) .hp_how_item_sh {
    position: absolute;
    right: 20px;
    top: -40px;
  }
  .faq_row {
    padding: 0 22px;
  }
  .faq_title {
    padding: 18px 0;
    padding-right: 40px;
  }
  .ic-plus {
    width: 17px;
    right: 0;
  }
}
@media only screen and (max-width: 650px) {
  .fact-num {
    font-size: 19vw;
  }
  .hp_why_facts_item .title--28 {
    font-size: 8vw;
  }
  .has--border {
    font-size: 25px;
    padding-bottom: 10px;
  }
  .hp_idus_slide_wrap {
    margin: 30px -5px;
  }
  .hp_idus_item_in {
    padding-top: 100%;
    margin-bottom: 2px;
  }
  .hp_idus_item_in .tx--24 {
    font-size: 4.5vw;
  }
  .hp_idus_sh {
    height: 40%;
    margin-bottom: 4%;
  }
  .sec_hp_idus .bt_primary {
    margin-top: 18px;
  }
  .quote_slide_item .text {
    font-size: 16px;
  }
}
.sec_hp_platforms .platforms_title_wrap {
  flex-basis: 45%;
  padding: 0 84px 0 54px;
}
.sec_hp_platforms .platforms_title_wrap h2 {
  font-weight: 300;
  font-size: 32px;
  color: #fff;
  line-height: 50px;
}
.sec_hp_platforms .platforms_title_wrap img {
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
.sec_hp_platforms .platforms_title_wrap .platforms_title_block {
  padding: 37px 48px 140px;
  background-color: #000;
  position: relative;
}
.sec_hp_platforms .platforms_title_wrap .platforms_title_block .squre {
  position: absolute;
}
.sec_hp_platforms .platforms_title_wrap .platforms_title_block .squre-1 {
  bottom: 58px;
  width: 58px;
  height: 58px;
  right: -24px;
}
.sec_hp_platforms .platforms_title_wrap .platforms_title_block .squre-1 img {
  position: relative;
  top: -35px;
  left: 15px;
}
.sec_hp_platforms .platforms_title_wrap .platforms_title_block .squre-2 {
  bottom: -20px;
}
.sec_hp_platforms .platforms_title_wrap .platforms_title_block .squre-3 {
  bottom: -10px;
  width: 28px;
  height: 28px;
  right: -14px;
}
.sec_hp_platforms .platforms_blocks_wrap {
  flex-basis: 55%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.sec_hp_platforms .platforms_blocks_wrap .squre-1 {
  position: absolute;
  right: 0;
  opacity: 1;
  bottom: 0;
  z-index: 1;
}
.sec_hp_platforms .platforms_blocks_wrap .platforms_block {
  padding: 34px 37px;
  width: 45%;
  margin: 2.5%;
  box-shadow: 0px 0px 34px rgba(106, 106, 106, 0.15);
  z-index: 1;
  transition: all 0.3s ease;
}
.sec_hp_platforms .platforms_blocks_wrap .platforms_block:hover {
  transition: all 0.3s ease;
}
.sec_hp_platforms .platforms_blocks_wrap .platforms_block:hover a img {
  margin-left: 20px;
  transition: all 0.3s ease;
}
.sec_hp_platforms .platforms_blocks_wrap .platforms_block:hover:nth-child(1) {
  background-color: #ECECFF;
}
.sec_hp_platforms .platforms_blocks_wrap .platforms_block:hover:nth-child(2) {
  background-color: #E7FDE7;
}
.sec_hp_platforms .platforms_blocks_wrap .platforms_block:hover:nth-child(3) {
  background-color: #FFEFDA;
}
.sec_hp_platforms .platforms_blocks_wrap .platforms_block:hover:nth-child(4) {
  background-color: #FFE5E5;
}
.sec_hp_platforms .platforms_blocks_wrap .platforms_block > img {
  margin-bottom: 22px;
  max-width: 48px;
}
.sec_hp_platforms .platforms_blocks_wrap .platforms_block h3 {
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 12px;
  color: #000;
}
.sec_hp_platforms .platforms_blocks_wrap .platforms_block p {
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
.sec_hp_platforms .platforms_blocks_wrap .platforms_block a {
  display: inline-block;
  margin-top: 27px;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
.sec_hp_platforms .platforms_blocks_wrap .platforms_block a img {
  width: 15px;
  margin-left: 8px;
  vertical-align: middle;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1000px) {
  .sec_hp_platforms .platforms_title_wrap {
    flex-basis: 100%;
  }
  .sec_hp_platforms .platforms_blocks_wrap {
    flex-basis: 100%;
  }
  .sec_hp_platforms .platforms_title_wrap .platforms_title_block .squre-1 img {
    transform: rotate(90deg);
  }
}
@media only screen and (max-width: 800px) {
  .sec_hp_platforms .platforms_blocks_wrap .squre-1 {
    display: none;
  }
  .sec_hp_platforms .platforms_title_wrap > img {
    display: none;
  }
  .sec_hp_platforms .platforms_title_wrap .platforms_title_block {
    padding: 32px 20px 46px;
  }
  .sec_hp_platforms .platforms_title_wrap {
    padding-left: 0;
    padding-right: 60px;
    margin-bottom: 30px;
  }
  .sec_hp_platforms .platforms_title_wrap .platforms_title_block .squre-1 {
    right: -54px;
    bottom: -24px;
  }
  .sec_hp_platforms .platforms_title_wrap .platforms_title_block .squre-2 {
    width: 60px;
    height: 17px;
    left: unset;
    right: -54px;
    bottom: 90px;
  }
  .sec_hp_platforms .platforms_title_wrap .platforms_title_block .squre-3 {
    display: none;
  }
  .sec_hp_platforms .platforms_title_wrap h2 {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
  }
  .sec_hp_platforms .platforms_blocks_wrap .platforms_block {
    margin: 3.5%;
    width: 100%;
  }
  .sec_hp_platforms .platforms_blocks_wrap .platforms_block:nth-child(2n+1) {
    margin-left: -20px;
  }
  .sec_hp_platforms .platforms_blocks_wrap .platforms_block:nth-child(2n) {
    margin-right: -20px;
    margin-left: auto;
  }
}
/*====== top ======*/
.page_top .inner_width {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page_top_content {
  padding: 50px 70px;
  width: 47%;
}
.page_top_content .title {
  margin-bottom: 12px;
}
.page_top_content .tx--24 {
  max-width: 290px;
}
.page_top_content .bt_border {
  position: absolute;
  bottom: -80px;
  min-width: 156px;
}
@media only screen and (min-width: 800px) {
  .page_top_content {
    min-height: 247px;
  }
}

.page_top_images {
  position: absolute;
  top: -30px;
  right: 0;
  width: 52.9%;
  padding-right: 30px;
}

.page_top_images .inline {
  width: 65%;
}

.page_top_image {
  position: relative;
  width: 100%;
}
.page_top_image:before {
  content: "";
  display: block;
  padding-top: 70%;
}

.line {
  width: 100px;
  height: 45px;
  position: absolute;
}

.line--old {
  -webkit-animation: line1 6s linear forwards;
  -moz-animation: line1 6s linear forwards;
  -ms-animation: line1 6s linear forwards;
  -o-animation: line1 6s linear forwards;
  animation: line1 6s linear forwards;
}

@-webkit-keyframes line1 {
  0%, 100% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
  }
}
@-moz-keyframes line1 {
  0%, 100% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
  }
}
@-ms-keyframes line1 {
  0%, 100% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
  }
}
@-o-keyframes line1 {
  0%, 100% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
  }
}
@keyframes line1 {
  0%, 100% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
  }
}
.float1--old {
  -webkit-animation: float1 6s linear forwards;
  -moz-animation: float1 6s linear forwards;
  -ms-animation: float1 6s linear forwards;
  -o-animation: float1 6s linear forwards;
  animation: float1 6s linear forwards;
}

@-webkit-keyframes float1 {
  0%, 100% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-moz-keyframes float1 {
  0%, 100% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-ms-keyframes float1 {
  0%, 100% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-o-keyframes float1 {
  0%, 100% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes float1 {
  0%, 100% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.line2--old {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
}

.top-am {
  opacity: 0;
  -webkit-transform: translateX(-90px);
  -ms-transform: translateX(-90px);
  transform: translateX(-90px);
  -webkit-transition: opacity 0.5s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: opacity 0.5s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: opacity 0.5s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 0.5s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.top-am-sq {
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-left: -90px;
}

.page_top .animated .top-am {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.page_top .animated .top-am-sq {
  opacity: 1;
  margin-left: 0px;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.page_top .animated .top-am-1 {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.page_top .animated .top-am-2 {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.page_top .animated .top-am-3 {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.page_top .animated .top-am-4 {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.page_top .animated .top-am-5 {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.page_top .animated .top-am-6 {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.page_top.solutions .page_top_content .squre {
  bottom: -60px;
  left: -60px;
}
.page_top.solutions .page_top_content_sh {
  position: absolute;
  top: -42px;
  right: 20px;
}
.page_top.solutions .line1 {
  top: -68px;
  left: -60px;
}
.page_top.solutions .page_top_images .squre {
  top: 94px;
  left: -96px;
  width: 96px;
}
.page_top.solutions .page_top_image_sh {
  position: absolute;
  bottom: -65px;
  left: -20px;
  z-index: 1;
}
.page_top.solutions .page_top_image_sh img {
  height: 66px;
}
.page_top.solutions .page_top_image:last-child {
  width: 33.3%;
  margin-top: 190px;
  position: absolute;
  left: 0;
  top: 0;
}
.page_top.solutions .page_top_image:last-child:before {
  padding-top: 136%;
}
.page_top.solutions .page_top_image:last-child .img-reveal:before {
  background-color: #FF6363;
}
.page_top.solutions .line2 {
  bottom: -158px;
  left: -5px;
  width: 233px;
  height: 94px;
}
@media only screen and (max-width: 800px) {
  .page_top.solutions .page_top_content .squre {
    bottom: -20px;
    left: -20px;
    width: 60px;
  }
  .page_top.solutions .page_top_content_sh {
    top: auto;
    bottom: -213px;
    right: -20px;
  }
  .page_top.solutions .line1 {
    top: -15px;
    left: -50px;
  }
  .page_top.solutions .page_top_images .squre {
    top: 45px;
    left: -60px;
    width: 60px;
  }
  .page_top.solutions .page_top_image_sh {
    bottom: -41px;
    left: 11px;
  }
  .page_top.solutions .page_top_image:last-child {
    margin-top: 104px;
  }
  .page_top.solutions .page_top_image:last-child:before {
    padding-top: 123%;
  }
  .page_top.solutions .line2 {
    bottom: -90px;
    left: -20px;
    width: 180px;
    height: 50px;
  }
}

@media only screen and (max-width: 800px) {
  .page_top .inner_width {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .page_top_content {
    padding: 50px 25px;
    width: auto;
    margin: 0 20px;
    text-align: center;
  }
  .page_top_content .tx--24 {
    margin: 0 auto;
  }
  .page_top_images {
    position: relative;
    margin-top: -34px;
    width: 100%;
    padding: 0;
  }
  .page_top_images .inline {
    width: 70%;
    max-width: 235px;
  }
  .page_top_image_sh img, .page_top_content_sh img {
    height: 42px !important;
  }
  .line {
    height: 30px;
  }
}
.page_top.about {
  margin-bottom: 50px;
}
.page_top.about .inner_width {
  padding-top: 40px;
}
.page_top.about .page_top_content .tx--24 {
  max-width: inherit;
}
.page_top.about .page_top_content .page_top_image {
  position: absolute;
  left: 0;
  width: 35%;
  top: 100%;
}
.page_top.about .page_top_content .page_top_image:before {
  padding-top: 100%;
}
.page_top.about .page_top_content .squre {
  left: 100%;
  width: 99px;
  top: 60px;
}
.page_top.about .page_top_content .page_top_content_sh {
  left: 100%;
  position: absolute;
  top: 0;
  width: 100px;
}
.page_top.about .squre1 {
  top: -15px;
  left: -30px;
  width: 122px;
}
.page_top.about .page_top_content .squre1-1 {
  left: auto;
  right: 0;
  top: 101%;
  width: 100px;
  height: 140px;
}
.page_top.about .page_top_images .inline {
  width: 36%;
}
.page_top.about .page_top_images {
  z-index: 1;
}
.page_top.about .hero_img1 {
  width: 100%;
}
.page_top.about .hero_img1:before {
  padding-top: 100%;
}
.page_top.about .hero_img1 .img-reveal:before {
  background-color: #FFB245;
}
.page_top.about .hero_img2 {
  width: 54%;
  position: absolute;
  left: 0;
  top: 229px;
}
.page_top.about .hero_img2 .img-reveal:before {
  background-color: #94E095;
}
.page_top.about .squre--133 {
  right: 100%;
  width: 160px;
  top: 168px;
}
.page_top.about .page_top_image_sh img {
  margin: 0;
}
.page_top.about .line2 {
  height: 80px;
  width: 150px;
  left: 40px;
  bottom: -200px;
}
@media only screen and (max-width: 800px) {
  .page_top.about {
    margin-bottom: 0px;
  }
  .page_top.about .inner_width {
    padding-top: 0px;
    padding-bottom: 0;
  }
  .page_top.about .squre1 {
    top: 20px;
    left: 15px;
    width: 78px;
  }
  .page_top.about .page_top_content .page_top_image {
    top: 88%;
    left: -25px;
    max-width: 100px;
  }
  .page_top.about .page_top_content .page_top_image_sh {
    position: absolute;
    bottom: -22px;
    right: 20px;
  }
  .page_top.about .page_top_content .page_top_image_sh img {
    height: 48px !important;
  }
  .page_top.about .page_top_images {
    top: auto;
    margin-top: 98px;
    direction: ltr;
    z-index: -1;
  }
  .page_top.about .page_top_images .inline {
    width: 42%;
    margin-left: 30px;
    z-index: 1;
    max-width: 140px;
  }
  .page_top.about .hero_img2_wrap {
    position: absolute;
    width: 68%;
    left: auto;
    top: -93%;
    right: -8px;
    overflow: hidden;
    max-width: 227px;
    height: 300px;
  }
  .page_top.about .hero_img2 {
    width: 100%;
    left: auto;
    top: 0;
    right: 0px;
    overflow: visible;
  }
  .page_top.about .hero_img2 .squre2 {
    width: 76px;
    bottom: -117px;
    right: 0;
    height: 68px;
  }
  .page_top.about .hero_img2 .page_top_content_sh {
    width: 77px;
    position: absolute;
    bottom: -51px;
    right: -1px;
  }
  .page_top.about .hero_img2 .page_top_content_sh img {
    position: static;
    height: auto !important;
  }
  .page_top.about .line2 {
    bottom: auto;
    top: 23.4px;
    height: 40px;
    width: 80px;
    z-index: -1;
    left: 100%;
  }
  .page_top.about .squre--133 {
    right: -22px;
    width: 60px;
    bottom: -22px;
    z-index: -1;
    top: auto;
  }
  .page_top.about .squre1-1 {
    right: auto;
    left: -25px;
    top: 32%;
    width: 40px;
    height: 90px;
  }
}

.page_top.contact {
  padding-bottom: 0;
}
.page_top.contact .inner_width {
  max-width: 1440px;
}
.page_top.contact .page_top_content {
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 60px 80px;
}
@media only screen and (min-width: 800px) {
  .page_top.contact .page_top_content {
    min-height: 314px;
  }
}
.page_top.contact .page_top_content .page_top_content_sh {
  position: absolute;
  top: -80px;
  right: 90px;
  z-index: 1;
}
.page_top.contact .page_top_content .squre {
  top: -88px;
  width: 98px;
  right: 25px;
}
.page_top.contact .page_top_content .tx--24 {
  margin: 0 auto;
  max-width: 690px;
}
.page_top.contact .page_top_images {
  width: 100%;
  padding: 0;
  top: -10px;
}
.page_top.contact .hero_img2_wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 21.2%;
  max-width: 305px;
}
.page_top.contact .hero_img2_wrap .line2 {
  height: 107px;
  width: 210px;
  left: 0;
  bottom: -107px;
}
.page_top.contact .hero_img1_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 21.2%;
}
.page_top.contact .hero_img1_wrap .page_top_content_sh {
  width: 90px;
  position: absolute;
  bottom: -84px;
  left: 30%;
}
.page_top.contact .hero_img1_wrap .page_top_content_sh img {
  position: static;
}
.page_top.contact .hero_img1_wrap .line {
  top: 0;
  left: 100%;
  height: 70px;
  z-index: -1;
  width: 150px;
}
.page_top.contact .hero_img1_wrap .line1 {
  left: 115%;
}
.page_top.contact .hero_img2:before {
  padding-top: 105%;
}
@media only screen and (max-width: 800px) {
  .page_top.contact .inner_width {
    padding-top: 0;
    z-index: 1;
  }
  .page_top.contact .page_top_content {
    padding: 52px 25px;
    width: auto;
    margin: 0 20px;
  }
  .page_top.contact .page_top_content .tx--24 {
    text-transform: inherit;
  }
  .page_top.contact .page_top_content .squre {
    width: 22px;
    height: 68px;
    top: 15px;
    right: auto;
    left: -22px;
  }
  .page_top.contact .page_top_content .page_top_content_sh {
    top: 15px;
    left: -40px;
  }
  .page_top.contact .page_top_images {
    position: absolute;
    top: 34px;
    height: 100%;
  }
  .page_top.contact .hero_img2_wrap {
    width: 40%;
    max-width: 150px;
    right: -100px;
    top: -7px;
  }
  .page_top.contact .hero_img2_wrap .hero_img1:before {
    padding-top: 114%;
  }
  .page_top.contact .hero_img2_wrap .line2 {
    height: 40px;
    top: -40px;
    bottom: auto;
    left: -100px;
  }
  .page_top.contact .hero_img1_wrap {
    top: auto;
    bottom: 88px;
    max-width: 80px;
  }
  .page_top.contact .hero_img1_wrap.mobile_only {
    z-index: 1;
    width: 100%;
    max-width: inherit;
  }
  .page_top.contact .hero_img1_wrap.mobile_only .line {
    height: 60px;
    left: 0;
    top: auto;
    bottom: -49px;
    width: 90px;
  }
  .page_top.contact .hero_img1_wrap.mobile_only .line1 {
    left: 20px;
    width: 130px;
  }
  .page_top.contact .hero_img1_wrap.mobile_only .page_top_content_sh {
    left: auto;
    right: -7px;
    bottom: -55px;
  }
}

.page_top.indust .squre1 {
  left: -30px;
  top: -7px;
  width: 115px;
}
.page_top.indust .icon1 {
  position: absolute;
  top: -7px;
  left: 84px;
}
.page_top.indust .icon1 img {
  height: 68px;
}
.page_top.indust .page_top_content {
  width: 57%;
}
.page_top.indust .page_top_content .tx--24 {
  max-width: 426px;
}
.page_top.indust .page_top_content .bt_primary {
  background-color: white;
  color: black;
  margin-top: 30px;
}
.page_top.indust .page_top_content .page_top_content_sh {
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 103px;
}
.page_top.indust .page_top_content .squre4 {
  left: auto;
  right: 80px;
  top: -40px;
  width: 45px;
  height: 100px;
}
.page_top.indust .page_top_content .line-btm {
  height: 80px;
  width: 210px;
  right: -103px;
  bottom: -80px;
}
.page_top.indust .page_top_images {
  width: 43.3%;
}
.page_top.indust .page_top_images .inline {
  width: 44%;
  max-width: 200px;
}
.page_top.indust .page_top_images .line_vertical {
  left: 117%;
  width: 70px;
  z-index: -1;
  top: 76px;
}
.page_top.indust .page_top_images .line_vertical .line {
  height: 70px;
  width: 170px;
}
.page_top.indust .hero_img1:before {
  padding-top: 125%;
}
.page_top.indust .hero_img2_wrap {
  width: 40%;
  left: 40.4%;
  top: 57%;
  position: absolute;
}
.page_top.indust .hero_img2_wrap .img-reveal:before {
  background-color: #FFB245;
}
.page_top.indust .hero_img2:before {
  padding-top: 137%;
}
.page_top.indust .squre2 {
  right: -47px;
  left: auto;
  top: -47px;
  width: 47px;
}
@media only screen and (max-width: 800px) {
  .page_top.indust {
    margin-bottom: 50px;
  }
  .page_top.indust .page_top_content {
    width: auto;
  }
  .page_top.indust .inner_width {
    padding-top: 0;
  }
  .page_top.indust .page_top_content .squre4 {
    right: -30px;
    top: -10px;
    height: 70px;
    width: 30px;
  }
  .page_top.indust .page_top_content .page_top_content_sh {
    left: auto;
    right: -30px;
    width: auto;
    bottom: -30px;
  }
  .page_top.indust .page_top_content .page_top_content_sh img {
    height: 52px !important;
  }
  .page_top.indust .page_top_content .line-btm {
    height: 40px;
    bottom: -70px;
    width: 120px;
    right: -30px;
  }
  .page_top.indust .squre1 {
    left: 10px;
    width: 30px;
    top: 15px;
  }
  .page_top.indust .icon1 {
    z-index: 2;
    left: 10px;
    top: -18px;
  }
  .page_top.indust .icon1 img {
    height: 52px !important;
  }
  .page_top.indust .page_top_images {
    width: 100%;
    height: 180px;
    position: absolute;
    left: 10px;
    top: 34%;
  }
  .page_top.indust .hero_img2_wrap {
    left: 0;
    top: 0;
    max-width: 150px;
  }
  .page_top.indust .mobile_only.reveal-triger {
    position: relative;
    z-index: 2;
  }
  .page_top.indust .mobile_only.reveal-triger .line_vertical {
    width: 30px;
    left: 35px;
    top: auto;
    bottom: 72px;
  }
  .page_top.indust .hero_img1 {
    width: 45%;
    position: absolute;
    bottom: -67px;
    left: 22px;
    max-width: 150px;
    z-index: 2;
  }
  .page_top.indust .hero_img1:before {
    padding-top: 88%;
  }
}

.page_top.bg_404 .inline {
  max-width: 500px;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.page_top.bg_404 .page_top_content {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  min-height: 340px;
}
.page_top.bg_404 .page_top_content .text {
  margin: 0 auto;
}
.page_top.bg_404 .icon_404_1, .page_top.bg_404 .icon_404_2 {
  position: absolute;
  top: -67px;
  right: 40px;
}
.page_top.bg_404 .icon_404_2 {
  right: 137px;
}
.page_top.bg_404 .image_404_1 {
  position: absolute;
  top: -60px;
  left: -40%;
  width: 50%;
  max-width: 240px;
  z-index: 2;
}
.page_top.bg_404 .image_404_2 {
  position: absolute;
  bottom: 30px;
  right: -25%;
  width: 25%;
  max-width: 125px;
}
.page_top.bg_404 .image_404_2:before {
  padding-top: 150%;
}
.page_top.bg_404 .image_404_2 .img-reveal:before {
  background-color: #1b7c6f;
}
.page_top.bg_404 .squre1 {
  left: -50px;
  width: 100px;
  top: auto;
  bottom: -50px;
}
.page_top.bg_404 .squre2 {
  left: auto;
  width: 100px;
  top: -90px;
  height: 160px;
  right: -60px;
}
.page_top.bg_404 .squre3 {
  left: auto;
  width: 140px;
  top: auto;
  bottom: -60px;
  height: 90px;
  right: -90px;
  z-index: -1;
}
.page_top.bg_404 .bt_border {
  margin-top: 40px;
  width: 160px;
}
@media only screen and (max-width: 800px) {
  .page_top.bg_404 .inline {
    max-width: 88%;
    margin-top: 60px;
  }
  .page_top.bg_404 .page_top_content {
    min-height: 220px;
  }
  .page_top.bg_404 .squre1 {
    width: 60px;
    left: -20px;
  }
  .page_top.bg_404 .squre2 {
    width: 40px;
    height: 90px;
    right: -20px;
    top: -20px;
  }
  .page_top.bg_404 .squre3 {
    height: 40px;
    right: 0;
    bottom: -90px;
  }
  .page_top.bg_404 .image_404_1 {
    left: -30px;
    max-width: 140px;
  }
  .page_top.bg_404 .image_404_2 {
    right: -30px;
    max-width: 73px;
    z-index: 2;
    bottom: -70px;
  }
  .page_top.bg_404 .icon_404_1 {
    right: 0;
    top: -55px;
  }
  .page_top.bg_404 .icon_404_2 {
    right: 62px;
    top: -55px;
  }
  .page_top.bg_404 .bt_border {
    margin-top: 90px;
  }
}

/*====== solutions =====*/
.sec_servs .title.big--marge {
  margin-bottom: 80px;
}

.target_point {
  position: absolute;
  width: 0px;
  height: 0px;
  top: -180px;
}

.serv_item_top {
  padding: 90px 100px;
  padding-bottom: 230px;
}

.serv_item_top_title {
  padding-bottom: 50px;
}

.page_top_image_sh img {
  height: 62px;
  margin: 30px auto 0;
}

.serv_item_top_text {
  width: 64%;
  padding-right: 7%;
}
.serv_item_top_text .bt_border {
  margin-top: 38px;
  background-color: black;
  color: white;
}
.serv_item_top_text .bt_border:hover {
  background: transparent;
  color: black;
}

.serv_item_bottom {
  padding: 50px 65px;
  margin: 0 35px;
  margin-top: -180px;
}

.serv_item_bottom, .serv_item_col {
  opacity: 0;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: opacity 0.5s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: opacity 0.5s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: opacity 0.5s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 0.5s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.serv_item.animated .serv_item_bottom, .serv_item.animated .serv_item_col {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.serv_item.animated .serv_item_col:nth-child(1) {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.serv_item.animated .serv_item_col:nth-child(2) {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -ms-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.serv_item.animated .serv_item_col:nth-child(3) {
  -webkit-transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  -ms-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.serv_item_col {
  width: calc(33.3333333333% - 58px);
  margin-bottom: 70px;
}
.serv_item_col .has--border {
  padding: 0px;
  min-height: 65px;
  padding-left: 30px;
  margin-bottom: 28px;
}
.serv_item_col .border-left {
  width: 8px;
  left: 0;
  height: 90%;
  top: 1px;
}

.serv_item_img {
  width: 16%;
  position: absolute;
  top: 0;
  right: -55px;
}
.serv_item_img:before {
  content: "";
  display: block;
  padding-top: 60%;
}

.serv_item .line {
  width: 110px;
  height: 60px;
}

.line_vertical {
  position: absolute;
  top: 0;
  left: -20px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.serv_item .line_vertical {
  display: none;
}

.serv_item:nth-of-type(6n + 1) .serv_item_top {
  background-color: rgba(87, 93, 255, 0.337254902);
}
.serv_item:nth-of-type(6n + 1) .border-left, .serv_item:nth-of-type(6n + 1) .squre, .serv_item:nth-of-type(6n + 1) .line_in {
  background-color: #575DFF;
}
.serv_item:nth-of-type(6n + 1) .squre {
  right: 20px;
  top: -30px;
  width: 78px;
}
.serv_item:nth-of-type(6n + 1) .line {
  width: 156px;
  height: 70px;
  top: -40px;
  left: -55px;
}
.serv_item:nth-of-type(6n + 1) .serv_item_img {
  width: 14%;
}
.serv_item:nth-of-type(6n + 1) .serv_item_img:before {
  content: "";
  display: block;
  padding-top: 66%;
}

.serv_item:nth-of-type(6n + 2) .serv_item_top {
  background-color: rgba(255, 178, 69, 0.337254902);
}
.serv_item:nth-of-type(6n + 2) .border-left, .serv_item:nth-of-type(6n + 2) .squre, .serv_item:nth-of-type(6n + 2) .line_in {
  background-color: #FFB245;
}
.serv_item:nth-of-type(6n + 2) .squre {
  right: -58px;
  top: -60px;
  width: 60px;
  z-index: 2;
}
.serv_item:nth-of-type(6n + 2) .line {
  top: 30px;
  left: -55px;
}

.serv_item:nth-of-type(6n + 3) .serv_item_top {
  background-color: #D3EBE0;
}
.serv_item:nth-of-type(6n + 3) .border-left, .serv_item:nth-of-type(6n + 3) .squre, .serv_item:nth-of-type(6n + 3) .line_in {
  background-color: #1b7c6f;
}
.serv_item:nth-of-type(6n + 3) .squre {
  right: 40px;
  top: 14.5%;
  width: 60px;
}
.serv_item:nth-of-type(6n + 3) .line {
  top: 20%;
  right: -148px;
  width: 180px;
}
.serv_item:nth-of-type(6n + 3) .line_vertical {
  left: 30px;
  top: -35px;
  display: block;
}
.serv_item:nth-of-type(6n + 3) .line_vertical .line {
  top: 0;
  left: 0;
  width: 160px;
}

.serv_item:nth-of-type(6n + 4) .serv_item_top {
  background-color: rgba(255, 99, 99, 0.337254902);
}
.serv_item:nth-of-type(6n + 4) .border-left, .serv_item:nth-of-type(6n + 4) .squre, .serv_item:nth-of-type(6n + 4) .line_in {
  background-color: #FF6363;
}
.serv_item:nth-of-type(6n + 4) .serv_item_img {
  width: 12.2%;
  right: auto;
  left: 13%;
  top: -107px;
}
.serv_item:nth-of-type(6n + 4) .serv_item_img:before {
  padding-top: 100%;
}
.serv_item:nth-of-type(6n + 4) .squre {
  left: 9.5%;
  top: 0;
  width: 55px;
}
.serv_item:nth-of-type(6n + 4) .line {
  top: -20px;
  right: -148px;
  width: 180px;
}

.serv_item:nth-of-type(6n + 5) .serv_item_top {
  background-color: rgba(148, 212, 217, 0.337254902);
}
.serv_item:nth-of-type(6n + 5) .border-left, .serv_item:nth-of-type(6n + 5) .squre, .serv_item:nth-of-type(6n + 5) .line_in {
  background-color: #94D4D9;
}
.serv_item:nth-of-type(6n + 5) .squre {
  left: -55px;
  top: -40px;
  width: 133px;
}
.serv_item:nth-of-type(6n + 5) .line {
  top: -20px;
  right: -60px;
  width: 180px;
}

.serv_item:nth-of-type(6n + 6) .serv_item_top {
  background-color: rgba(148, 224, 149, 0.337254902);
}
.serv_item:nth-of-type(6n + 6) .border-left, .serv_item:nth-of-type(6n + 6) .squre, .serv_item:nth-of-type(6n + 6) .line_in {
  background-color: #94E095;
}
.serv_item:nth-of-type(6n + 6) .serv_item_img {
  width: 18%;
  right: -55px;
  top: -55px;
}
.serv_item:nth-of-type(6n + 6) .serv_item_img:before {
  padding-top: 57%;
}
.serv_item:nth-of-type(6n + 6) .line_vertical {
  left: 30px;
  top: -35px;
  display: block;
}
.serv_item:nth-of-type(6n + 6) .line_vertical .line {
  top: 0;
  left: 0;
  width: 160px;
}
.serv_item:nth-of-type(6n + 6) .squre {
  left: 20%;
  top: -90px;
  width: 50px;
}
.serv_item:nth-of-type(6n + 6) .line {
  top: -40px;
  left: 24%;
  width: 180px;
}

.serv_item:nth-of-type(2n + 2) .serv_item_top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.lg--marge {
  margin-bottom: 100px;
}

.sec_lets .lg--marge {
  margin-bottom: 50px;
}

.item_serv_power {
  width: 33.3333333333%;
  padding: 0 22px;
  margin-bottom: 50px;
}
.item_serv_power .sh-hp_perfect img {
  height: 60px;
}
.item_serv_power .sh-hp_perfect {
  top: -36px;
  left: -20px;
}
.item_serv_power .item_hp_perfect_in {
  height: 100%;
  padding: 50px 42px;
}

.sec_serv_benefit .inner_width {
  max-width: 1160px;
}

.serv_ben_item {
  width: 50%;
  padding: 0 18px;
  margin-bottom: 38px;
}

.serv_ben_item_in {
  padding: 90px 80px 70px;
  color: black;
  height: 100%;
}
.serv_ben_item_in .sh-hp_perfect {
  top: 15px;
  left: 14px;
}

.serv_ben_item:nth-of-type(4n + 1) .serv_ben_item_in {
  background-color: #FFB245;
}

.serv_ben_item:nth-of-type(4n + 2) .serv_ben_item_in {
  background-color: #94D4D9;
}

.serv_ben_item:nth-of-type(4n + 3) .serv_ben_item_in {
  background-color: #1b7c6f;
  color: white;
}
.serv_ben_item:nth-of-type(4n + 3) .serv_ben_item_in .title--28 {
  color: white;
}

.serv_ben_item:nth-of-type(4n + 4) .serv_ben_item_in {
  background-color: #94E095;
}

@media only screen and (max-width: 1200px) and (min-width: 800px) {
  .serv_item_top_text {
    width: 55%;
    padding: 0;
  }
  .serv_item_top {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 800px) {
  .lg--marge {
    margin-bottom: 40px;
  }
  .sec_servs .pad--55 {
    padding: 0;
  }
  .serv_item_top {
    padding: 40px 20px;
    padding-bottom: 480px;
  }
  .serv_item_top_text .bt_border {
    margin-top: 20px;
  }
  .serv_item_top_title {
    padding-bottom: 20px;
  }
  .page_top_image_sh img {
    margin-top: 15px;
  }
  .serv_item_top_text {
    padding: 0 10px;
    margin-bottom: 40px;
  }
  .serv_item:nth-of-type(6n + 1) .squre {
    top: -20px;
    width: 50px;
  }
  .serv_item:nth-of-type(6n + 1) .line {
    width: 100px;
    height: 26px;
    top: -15px;
    left: 0px;
  }
  .serv_item:nth-of-type(6n + 2) .line {
    display: none;
  }
  .serv_item:nth-of-type(6n + 2) .squre {
    top: -20px;
    width: 50px;
    right: auto;
    left: 20px;
  }
  .serv_item:nth-of-type(6n + 2) .serv_item_img {
    width: 34%;
    right: 0;
    top: -60px;
  }
  .serv_item:nth-of-type(6n + 2) .serv_item_img:before {
    padding-top: 72%;
  }
  .serv_item:nth-of-type(6n + 3) .line {
    display: none;
  }
  .serv_item:nth-of-type(6n + 3) .squre {
    top: -36px;
    width: 60px;
    right: -10px;
  }
  .serv_item:nth-of-type(6n + 4) .serv_item_img {
    width: 27.2%;
    top: -77px;
    left: auto;
    right: 0;
  }
  .serv_item:nth-of-type(6n + 4) .squre {
    top: -20px;
    width: 45px;
    right: 25%;
    left: auto;
  }
  .serv_item:nth-of-type(6n + 4) .line {
    right: auto;
    left: 0;
    height: 35px;
    width: 110px;
  }
  .serv_item:nth-of-type(6n + 5) .line {
    display: none;
  }
  .serv_item:nth-of-type(6n + 5) .squre {
    top: -36px;
    width: 60px;
    right: -10px;
    left: auto;
  }
  .serv_item:nth-of-type(6n + 6) .serv_item_img {
    right: 0;
    width: 40%;
    top: -60px;
  }
  .serv_item:nth-of-type(6n + 6) .line_vertical {
    display: none;
  }
  .serv_item:nth-of-type(6n + 6) .squre {
    width: 28px;
    left: 20px;
    top: -45px;
  }
  .serv_item:nth-of-type(6n + 6) .line {
    height: 34px;
    width: 110px;
    left: 58px;
    top: -17px;
  }
  .serv_item_bottom {
    margin: 0 20px;
    margin-top: -480px;
    padding: 40px 42px;
  }
  .serv_item_col .has--border {
    padding: 4px 0;
    min-height: 40px;
    margin-bottom: 15px;
  }
  .serv_item_col .border-left {
    left: -20px;
    width: 6px;
    height: 38px;
  }
  .item_serv_power {
    padding: 0 25px;
    padding-right: 0;
  }
  .item_serv_power .sh-hp_perfect {
    top: -20px;
    left: -10px;
  }
  .item_serv_power .sh-hp_perfect img {
    height: 42px;
  }
  .item_serv_power .title--28 {
    font-size: 24px;
  }
  .serv_ben_item {
    padding: 0 25px;
    padding-right: 0;
  }
  .serv_ben_item_in {
    padding: 80px 50px 45px;
    padding-right: 25px;
  }
}
/*====== solutions add =====*/
.page-template-solutions .bt_primary.bg--bluer {
  background: #5857FF;
  color: white;
  border: none;
}

.blog .bt_primary.bg--bluer, .category .bt_primary.bg--bluer {
  background: #5857FF;
  color: white;
  border: none;
  min-width: 200px;
}

.page-template-solutions .page_top.express .col--50:last-child {
  padding-right: 0;
}
.page-template-solutions .page_top.express h1 {
  font-size: 67px;
  margin-top: 50px;
}
.page-template-solutions .page_top.express .text {
  font-size: 26px;
}
.page-template-solutions .page_top.express .hero_img1 {
  position: relative;
}
.page-template-solutions .page_top.express .hero_img1.img-cover:before {
  padding-top: 72%;
}
.page-template-solutions .page_top.express .hero_img1 {
  margin-top: 50px;
}
.page-template-solutions .page_top.express .hero_img1.img-cover:before {
  padding-top: 72%;
}
.page-template-solutions .page_top.express .hero_img2 {
  width: 300px;
  top: 170px;
  left: -30px;
  right: unset;
}
.page-template-solutions .page_top.express .hero_img2.img-cover:before {
  padding-top: 26%;
}
.page-template-solutions .page_top.express .squre1 {
  width: 100%;
  height: 400px;
  top: -30px;
  z-index: 0;
  left: 0;
}
.page-template-solutions .page_top.express .squre2 {
  width: 141px;
  height: 28px;
  right: 48px;
  left: unset;
  bottom: 45px;
  z-index: 2;
}
.page-template-solutions .page_top.express .icon1 {
  top: 0;
  left: -50px;
}
.page-template-solutions .page_top.express .icon2 {
  position: absolute;
  right: 20px;
  top: 50px;
  z-index: 2;
}

@media only screen and (max-width: 800px) {
  .page-template-solutions .page_top.express h1 {
    font-size: 28px;
  }
  .page-template-solutions .page_top.express .text {
    padding: 0 15px;
    font-size: 22px;
  }
  .page-template-solutions .bt_primary.bg--bluer {
    width: 223px;
  }
  .page-template-solutions .page_top.express .hero_img2 {
    left: 0;
    width: 200px;
    z-index: 2;
    top: 130px;
  }
  .page-template-solutions .page_top.express .icon1 {
    left: 0;
  }
  .page-template-solutions .page_top.express .icon2 {
    right: 40px;
  }
  .page-template-solutions .page_top.express .squre2 {
    bottom: 0;
  }
}
/*====== about =====*/
.sec_story {
  padding-top: 40px;
}

.story_row {
  margin-bottom: 70px;
}
.story_row:nth-of-type(2n + 1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.page-template-about-voice .story_row {
  margin-bottom: 100px;
}
.page-template-about-voice .story_row:last-child {
  margin-bottom: 0;
}

.story_side:before {
  content: "";
  display: block;
  padding-top: 110%;
}

.story_row:nth-of-type(2n + 1) .story_img_sh, .story_row:nth-of-type(2n + 1) .line2 {
  display: none;
}
.story_row:nth-of-type(2n + 1) .story_img_sm {
  width: 43%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.story_row:nth-of-type(2n + 1) .story_img_sm .story_img_sh {
  display: block;
  position: absolute;
  width: 93px;
  top: 0;
  right: 100%;
}
.story_row:nth-of-type(2n + 1) .story_img_sm .story_img_sh img {
  position: static;
}
.story_row:nth-of-type(2n + 1) .story_img_big {
  width: 75%;
  position: absolute;
  bottom: 0;
  left: -10px;
}
.story_row:nth-of-type(2n + 1) .story_img_big:before {
  padding-top: 107%;
}
.story_row:nth-of-type(2n + 1) .squre1 {
  left: -78px;
  bottom: 0;
  width: 78px;
}
.story_row:nth-of-type(2n + 1) .squre2 {
  right: 30px;
  bottom: -50px;
  width: 55px;
}
.story_row:nth-of-type(2n + 1) .squre4 {
  left: auto;
  right: 12.2%;
  top: 37%;
  z-index: -1;
  width: 70px;
  height: 150px;
}
.story_row:nth-of-type(2n + 1) .line_vertical {
  left: auto;
  right: 12.2%;
  top: 37%;
  z-index: -1;
}
.story_row:nth-of-type(2n + 1) .line_vertical .line {
  height: 70px;
  width: 150px;
}

.story_row:nth-of-type(2n + 2) .story_side:before {
  padding-top: 99%;
}
.story_row:nth-of-type(2n + 2) .squre4, .story_row:nth-of-type(2n + 2) .squre2 {
  display: none;
}
.story_row:nth-of-type(2n + 2) .story_img_sh {
  display: block;
  position: absolute;
  width: 93px;
  top: -80px;
  left: 22%;
  z-index: 2;
}
.story_row:nth-of-type(2n + 2) .squre1 {
  left: 0px;
  top: -98px;
  width: 78px;
  height: 98px;
  width: 140px;
  background-color: #1b7c6f;
}
.story_row:nth-of-type(2n + 2) .story_img_big {
  position: relative;
}
.story_row:nth-of-type(2n + 2) .story_img_big:before {
  padding-top: 93%;
}
.story_row:nth-of-type(2n + 2) .story_img_big .line2 {
  display: none;
}
.story_row:nth-of-type(2n + 2) .line2 {
  right: -140px;
  height: 114px;
  width: 170px;
  bottom: -19px;
  z-index: -1;
}
.story_row:nth-of-type(2n + 2) .line2 .line_in {
  background-color: rgba(255, 178, 69, 0.337254902);
}

.mission_all {
  margin-top: 120px;
  margin-bottom: 40px;
}
.mission_all .item_serv_power {
  padding: 0 15px;
  margin-bottom: 80px;
}
.mission_all .item_serv_power .sh-hp_perfect {
  left: 42px;
}

.mission_bottom {
  max-width: 810px;
  margin: 0 auto;
  margin-bottom: -180px;
  min-height: 240px;
  text-transform: inherit;
}

.sec_hello {
  padding-top: 300px;
}

.hello_col {
  max-width: 250px;
}

.hello_item {
  margin-bottom: 40px;
}

.hello_content {
  width: 70%;
  padding-left: 20px;
  font-size: 25px;
  line-height: 1.1;
}

.glob_wrap {
  position: absolute;
  bottom: -5px;
  right: 0;
  max-width: 78%;
}

.pin {
  opacity: 0;
  -webkit-transform: translateY(-120px);
  -ms-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.glob_wrap.animated .pin {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.glob_wrap.animated .pin:nth-child(1) {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.glob_wrap.animated .pin:nth-child(2) {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.glob_wrap.animated .pin:nth-child(3) {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.glob_wrap.animated .pin:nth-child(4) {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -ms-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.glob_wrap.animated .pin:nth-child(5) {
  -webkit-transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  -ms-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

@media only screen and (max-width: 800px) {
  .sec_story {
    padding-top: 20px;
  }
  .story_row {
    margin: 0;
  }
  .story_img_big .title {
    position: absolute;
    width: 207px;
    text-align: center;
    bottom: 0;
    right: 0;
    font-size: 24px;
    font-weight: 500;
    z-index: 2;
    margin: 0;
    line-height: 50px;
  }
  .story_row:nth-of-type(2n + 1) .story_side {
    height: 290px;
  }
  .story_row:nth-of-type(2n + 1) .story_img_sm {
    width: 37%;
    max-width: 127px;
    right: -5px;
  }
  .story_row:nth-of-type(2n + 1) .story_img_sm .story_img_sh {
    width: 68px;
  }
  .story_row:nth-of-type(2n + 1) .story_img_big {
    width: 62%;
    left: 45px;
    bottom: auto;
    top: 45px;
    max-width: 207px;
  }
  .story_row:nth-of-type(2n + 1) .squre4 {
    left: auto;
    right: 13%;
    top: 32%;
    z-index: -1;
    width: 45px;
    height: 100px;
  }
  .story_row:nth-of-type(2n + 1) .squre1 {
    width: 180%;
    right: 0;
    height: 50px;
    left: auto;
  }
  .story_row:nth-of-type(2n + 1) .squre1:before {
    display: none;
  }
  .story_row:nth-of-type(2n + 1) .squre2 {
    display: none;
  }
  .story_row:nth-of-type(2n + 2) {
    margin-top: 100px;
  }
  .story_row:nth-of-type(2n + 2) .story_side {
    height: 280px;
    margin-bottom: 28px;
  }
  .story_row:nth-of-type(2n + 2) .line2 {
    display: none;
  }
  .story_row:nth-of-type(2n + 2) .story_img_big {
    width: 70%;
    margin-left: 40px;
    max-width: 234px;
  }
  .story_row:nth-of-type(2n + 2) .story_img_big:before {
    padding-top: 103%;
  }
  .story_row:nth-of-type(2n + 2) .story_img_big .title {
    right: auto;
    left: 0;
    bottom: -36px;
  }
  .story_row:nth-of-type(2n + 2) .story_img_big .squre2 {
    display: block;
    top: -80px;
    right: -5px;
  }
  .story_row:nth-of-type(2n + 2) .story_img_big .line2 {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -ms-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
    right: auto;
    left: 0px;
    z-index: 1;
    bottom: -38px;
    height: 50px;
    width: 180%;
    display: block;
  }
  .story_row:nth-of-type(2n + 2) .story_img_big .line2 .line_in {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -ms-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
    background-color: #fce5c2;
  }
  .story_row:nth-of-type(2n + 2) .squre1 {
    height: 70px;
    top: -70px;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    left: -40px;
    width: 70%;
  }
  .story_row:nth-of-type(2n + 2) .squre1:before {
    display: none;
  }
  .story_row:nth-of-type(2n + 2) .story_img_sh {
    width: 68px;
    top: -57px;
    left: 42%;
  }
  .mission_all {
    margin-top: 80px;
  }
  .mission_all .item_serv_power {
    padding: 0 20px;
    margin-bottom: 45px;
  }
  .mission_all .item_serv_power:nth-of-type(2n + 1) {
    padding-left: 0;
  }
  .mission_all .item_serv_power:nth-of-type(2n + 2) {
    padding-right: 0;
  }
  .mission_all .item_serv_power .sh-hp_perfect img {
    height: 48px;
  }
  .mission_bottom {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    padding: 38px 12px;
    margin-bottom: -140px;
    min-height: 200px;
  }
  .sec_hello {
    padding-top: 160px;
    padding-bottom: 240px;
    padding-left: 30px;
  }
  .hello_content {
    font-size: 18px;
  }
  .glob_wrap {
    width: 420px;
    right: -10%;
    max-width: inherit;
  }
}
@media only screen and (max-width: 650px) {
  .glob_wrap {
    width: 420px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
  }
}
/*====== holiday =====*/
.page-template-holiday-advertising .content {
  padding-top: 0;
}

.holiday_banner {
  color: #000;
  background-color: #F0F4F9;
}
.holiday_banner .img-b {
  position: absolute;
}
.holiday_banner .img-b img {
  width: 128px;
}
.holiday_banner .icon1 {
  top: 300px;
  left: -65px;
}
.holiday_banner .icon2 {
  top: 60px;
  right: -20px;
  z-index: 1;
}
.holiday_banner .icon3 {
  left: 46%;
  transform: translate(-50%, 0);
  bottom: -20px;
  z-index: 1;
}
.holiday_banner h1 {
  font-weight: bold;
  font-size: 50px;
  font-weight: 800;
  line-height: 120%;
  padding-top: 60px;
  padding-bottom: 16px;
}
.holiday_banner .banner-text {
  font-size: 24px;
  line-height: 32px;
  max-width: 530px;
}
.holiday_banner .banner-text p {
  padding-bottom: 22px;
  font-weight: 500;
}
.holiday_banner .buttom-wrap-pink {
  margin-top: 20px;
  text-align: left;
  margin-bottom: 43px;
}
.holiday_banner .buttom-wrap-pink a {
  padding: 12px 46px;
  font-size: 20px;
}

.buttom-wrap-pink {
  text-align: left;
}

.img-h {
  position: absolute;
}
.img-h img {
  width: 128px;
}

.pink-button {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  background-color: #FFFFFF;
  padding: 23px 95px;
  display: inline-block;
  border-radius: 100px;
}

.instraction {
  background-color: #DCF0F2;
}
.instraction .instraction-wrap {
  padding: 50px 80px;
  display: flex;
  align-items: center;
}
.instraction .instraction-wrap span {
  font-size: 80px;
}
.instraction .instraction-wrap p {
  font-size: 24px;
  line-height: 36px;
  padding-left: 64px;
  font-weight: 500;
  max-width: 460px;
}
.instraction .icon1 {
  bottom: -20px;
  right: -30px;
}

.copy-section {
  padding: 0 0 138px 0;
}
.copy-section .blocks-notice {
  text-align: center;
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  color: #000;
  padding: 22px 0;
}

.copy-item-wrap {
  position: relative;
  margin-bottom: 50px;
  display: none;
}
.copy-item-wrap ::selection {
  background-color: orange;
}
.copy-item-wrap.on {
  display: block;
}

.copy-item-inside {
  border: 1px #CBC9C9 solid;
  padding: 120px 160px 55px 35px;
  border-radius: 8px;
  position: relative;
  min-height: 293px;
}
.copy-item-inside h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 12px;
}
.copy-item-inside p {
  font-size: 20px;
  margin-bottom: 20px;
}
.copy-item-inside span {
  font-weight: bold;
  font-size: 24px;
  position: absolute;
  bottom: 30px;
}
.copy-item-inside .button_copy {
  position: absolute;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #BCBCBC;
  padding: 8px 18px;
  top: 120px;
  right: 28px;
  font-weight: 800;
  font-size: 16px;
}

.copy-flags {
  width: 530px;
  position: absolute;
  left: 35px;
  display: flex;
  justify-content: space-between;
  top: 30px;
}
.copy-flags .flag-wrap {
  min-width: 73px;
  padding: 8px 8px 0px;
  cursor: pointer;
}
.copy-flags .flag-wrap.active {
  border: 3px solid #5857FF;
  border-radius: 12px;
  padding: 5px 5px 0px;
}
.copy-flags .flag-wrap img {
  width: 57px;
}

.copy-image {
  width: 100%;
}

.gs-banner {
  background-color: #5857FF;
  background-image: url("/wp-content/themes/blend/assets/img/svg/bg-hs.svg");
  background-size: contain;
  background-position: right 100px top;
  background-repeat: no-repeat;
  padding: 70px;
  text-align: left;
  margin: 50px 0;
}
.gs-banner p {
  margin-bottom: 40px;
  font-weight: bold;
  color: #fff;
  font-size: 24px;
}

.pic-banner {
  height: 488px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 64px;
}

.bottom-more {
  text-align: center;
  position: absolute;
  width: 95%;
  margin-top: 30px;
}
.bottom-more .read-more {
  cursor: pointer;
}
.bottom-more .read-more.active img {
  transform: rotate(180deg);
}

.m-collapse {
  position: relative;
  overflow-y: hidden;
  transition: height 1s !important;
}
.m-collapse.large {
  height: 230px;
}
.m-collapse.in {
  max-height: none;
}
.m-collapse.in::before {
  opacity: 0;
  transition: opacity 0.5s !important;
}
.m-collapse::before {
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: opacity 0.5s !important;
}

.season {
  background-image: url("/wp-content/themes/blend/assets/img/layout/bg-hb.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 100px 0;
}
.season h2 {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 64px;
}
.season p {
  font-size: 22px;
  margin-bottom: 20px;
}
.season .buttom-wrap {
  margin-top: 90px;
  text-align: center;
}
.season .buttom-wrap .green-button {
  font-size: 22px;
  color: #000;
  background-color: none;
  padding: 23px 95px;
  display: inline-block;
  border-radius: 100px;
  border: 1px solid #23815F;
  font-weight: bold;
}
.season .icon1 {
  left: 150px;
  top: -50px;
}

.subsc {
  background-color: #5861F6;
  padding: 132px 0;
  position: relative;
}
.subsc .icon1 {
  top: -40px;
  right: 80px;
}
.subsc .icon2 {
  top: 180px;
  left: 0px;
}
.subsc .icon3 {
  bottom: 72px;
  right: -20px;
}
.subsc h2 {
  font-weight: bold;
  font-size: 64px;
  color: #fff;
  padding-left: 90px;
  z-index: 1;
}
.subsc p {
  font-weight: bold;
  font-size: 26px;
  color: #fff;
  line-height: 140%;
  z-index: 1;
}
.subsc form {
  z-index: 1;
  margin: 35px 0;
}
.subsc form .your-email input {
  width: 360px;
  height: auto;
  padding: 20px 24px;
  border: 1px solid #220E30;
  border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
}
.subsc form .your-email span {
  position: absolute;
  left: 0;
  bottom: -50px;
}
.subsc form .ajax-loader {
  top: 35px;
}

.wpcf7-submit {
  background: #220E30;
  border-radius: 100px;
  padding: 23px 50px;
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  border: none;
  color: #fff;
  margin-left: 10px;
}

.wpcf7-submit.submit-hide {
  font-size: 20px !important;
}

.page-template-holiday-advertising .hbspt-form .hs-button {
  background: #220E30;
  border-radius: 100px;
  padding: 23px 50px;
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  border: none;
  color: #fff;
  margin-left: 20px;
}
.page-template-holiday-advertising .hbspt-form .hs_email > label {
  display: none;
}
.page-template-holiday-advertising .hbspt-form .hs_email {
  display: inline-block;
}
.page-template-holiday-advertising .hbspt-form .hs_email input {
  width: 360px;
  height: auto;
  padding: 20px 24px;
  border: 1px solid #220E30;
  border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
}
.page-template-holiday-advertising .hbspt-form .hs_email ul {
  list-style-type: none;
  padding: 0;
}
.page-template-holiday-advertising .hbspt-form form {
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}
.page-template-holiday-advertising .hbspt-form .hs_submit {
  display: inline-block;
}

.holiday-footer {
  background-color: #000;
  color: #fff;
}
.holiday-footer .holiday-footer-menu {
  display: flex;
  justify-content: space-between;
  padding: 44px 0 50px;
  border-bottom: 1px solid #DADADA;
}
.holiday-footer .holiday-footer-menu a {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.holiday-footer .holiday-footer-copy {
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  padding: 44px 0;
}

.ad-embed {
  margin-left: 20px;
}

@media only screen and (max-width: 1500px) {
  .season h2 {
    padding-left: 60px;
  }
  .season-text-first {
    padding-left: 60px;
  }
  .season .buttom-wrap {
    padding-left: 60px;
  }
  .holiday_banner-wrap {
    padding-left: 140px;
  }
  .logo-hol {
    max-width: 96px;
  }
  .holiday_banner h1 {
    font-size: 40px;
    line-height: 125%;
    padding-top: 60px;
  }
  .holiday_banner h1 {
    padding-bottom: 32px;
  }
  .holiday_banner .banner-text {
    font-size: 18px;
  }
  .subsc h2 {
    padding-left: 125px;
  }
}
@media only screen and (min-width: 1200px) {
  .container-1400 {
    max-width: 1400px;
  }
}
@media only screen and (max-width: 1200px) {
  .subsc h2 {
    padding-left: 90px;
  }
  .holiday_banner-wrap {
    padding-left: 0;
  }
  .holiday_banner h1 {
    font-size: 40px;
    line-height: 125%;
  }
  .holiday_banner .banner-text {
    font-size: 20px;
    line-height: 28px;
  }
  .copy-flags {
    width: 300px;
    left: 50%;
    transform: translate(-50%, 0);
    top: 30px;
  }
  .copy-flags .flag-wrap {
    width: 32px;
  }
  .copy-flags .flag-wrap {
    min-width: 48px;
  }
  .wpcf7-submit {
    padding: 23px 40px;
  }
  .subsc form .your-email input {
    width: 300px;
  }
  .season h2 {
    padding-left: 0;
  }
  .season-text-first {
    padding-left: 0;
  }
  .season .buttom-wrap {
    padding-left: 0;
  }
  .page-template-holiday-advertising .hbspt-form .hs_email input {
    width: 300px;
  }
  .page-template-holiday-advertising .hbspt-form .hs-button {
    padding: 23px 40px;
  }
}
@media only screen and (max-width: 992px) {
  .buttom-wrap-pink {
    text-align: center;
  }
  .gs-banner {
    text-align: center;
    background-image: none;
  }
  .ad-embed {
    margin: 0 auto;
    margin-top: 20px;
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .pink-button {
    padding: 12px 54px;
    font-size: 20px;
  }
  .holiday_banner .buttom-wrap-pink {
    text-align: center;
    margin-top: 24px;
  }
  .logo-hol {
    display: block;
    margin: 0 auto;
    max-width: 96px;
  }
  .holiday_banner h1 {
    font-size: 41px;
    line-height: 125%;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .holiday_banner .banner-text {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  .holiday_banner:after {
    bottom: 0;
    width: 100%;
    height: 360px;
    top: unset;
  }
  .holiday_banner {
    padding-bottom: 360px;
    background-position: center;
  }
  .img-h img {
    width: 70px;
  }
  .holiday_banner .icon1 {
    top: 104px;
    left: -20px;
    max-width: 60px;
  }
  .holiday_banner .icon2 {
    top: 430px;
    right: -5px;
  }
  .holiday_banner .icon3 {
    left: unset;
    transform: none;
    right: 0px;
  }
  .instraction .instraction-wrap {
    margin-bottom: 20px;
  }
  .copy-section {
    padding: 0 0 50px 0;
  }
  .copy-image {
    margin-bottom: 30px;
  }
  .instraction .icon1 {
    right: -5px;
  }
  .season p {
    margin-bottom: 10px;
  }
  .season .buttom-wrap {
    margin-top: 60px;
  }
  .subsc h2 {
    padding-left: 0;
    text-align: center;
    margin-bottom: 16px;
  }
  .subsc {
    padding: 90px 0;
  }
  .subsc p {
    text-align: center;
  }
  .wpcf7-submit {
    display: block;
    margin: 0 auto;
  }
  .subsc form .your-email input {
    margin-bottom: 16px;
  }
  .page-template-holiday-advertising .hbspt-form .hs_email input {
    margin-bottom: 16px;
  }
  .page-template-holiday-advertising .hbspt-form .hs_submit {
    width: 100%;
    text-align: center;
  }
  .page-template-holiday-advertising .hbspt-form .hs-button {
    margin-left: 0;
  }
  .page-template-holiday-advertising .hbspt-form .hs_email {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .bottom-more {
    margin-top: 15px;
  }
  .logo-hol {
    max-width: 50px;
  }
  .holiday_banner h1 {
    font-size: 24px;
    padding-top: 25px;
    padding-bottom: 16px;
  }
  .holiday_banner .banner-text {
    font-size: 15px;
    line-height: 20px;
  }
  .holiday_banner .banner-text p {
    padding-bottom: 10px;
    font-size: 14px;
  }
  .holiday_banner .buttom-wrap-pink a {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    color: #EA6D69;
    text-decoration: underline;
  }
  .holiday_banner .buttom-wrap-pink {
    margin-top: 14px;
  }
  .holiday_banner:after {
    height: 225px;
  }
  .holiday_banner {
    padding-bottom: 0;
  }
  .instraction .instraction-wrap {
    padding: 10px 20px 10px 40px;
  }
  .instraction .instraction-wrap {
    margin-bottom: 10px;
  }
  .instraction .instraction-wrap span {
    font-size: 44px;
    color: #EA6D69;
  }
  .instraction .instraction-wrap p {
    padding-left: 40px;
    font-size: 14px;
    line-height: 24px;
  }
  .copy-item-inside {
    text-align: center;
    padding: 70px 23px 16px 23px;
    border-radius: 0;
  }
  .copy-item-inside span {
    position: unset;
  }
  .copy-flags {
    top: 16px;
  }
  .copy-item-wrap {
    margin-bottom: 80px;
  }
  .copy-flags .flag-wrap {
    padding: 6px 6px 0;
  }
  .copy-flags .flag-wrap.active {
    border-width: 2px;
    padding: 4px 4px 0;
  }
  .copy-item-inside .button_copy {
    width: 100%;
    top: unset;
    right: 0;
    bottom: -53px;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    border-radius: 0;
    padding: 17px;
    font-weight: 800;
  }
  .copy-item-inside h3 {
    font-size: 20px;
  }
  .copy-item-inside p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .copy-item-inside span {
    font-size: 18px;
  }
  .copy-item-inside {
    min-height: auto;
  }
  .gs-banner {
    margin: 0 0 30px;
    padding: 34px 20px;
  }
  .gs-banner p {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .pic-banner {
    height: 182px;
    margin-bottom: 32px;
  }
  .season {
    position: relative;
    padding: 50px 0;
  }
  .season .season-wrap {
    padding: 0;
  }
  .season h2 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .season p {
    text-align: center;
  }
  .season .icon1 {
    left: 15px;
    top: -20px;
  }
  .season .buttom-wrap {
    margin-top: 24px;
  }
  .season .buttom-wrap .green-button {
    width: 100%;
    padding: 12px;
    text-align: center;
  }
  .subsc .icon1 {
    top: -20px;
    right: 0;
  }
  .subsc {
    padding: 44px 0 55px;
  }
  .subsc h2 {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 16px;
  }
  .season p {
    font-size: 18px;
  }
  .subsc p {
    font-size: 16px;
  }
  .subsc form {
    margin: 24px;
  }
  .subsc .icon2 {
    display: none;
  }
  .subsc form .your-email input {
    padding: 13px 20px;
    width: 100%;
    font-size: 16px;
  }
  .wpcf7-submit {
    width: 100%;
    padding: 13px;
    font-weight: 800;
    font-size: 16px;
  }
  .page-template-holiday-advertising .hbspt-form .hs_email input {
    padding: 13px 20px;
    width: 100%;
    font-size: 16px;
  }
  .page-template-holiday-advertising .hbspt-form .hs-button {
    width: 100%;
    padding: 13px;
    font-weight: 800;
    font-size: 16px;
  }
  .subsc .icon3 {
    bottom: 40px;
    left: -20px;
  }
  .holiday-footer .holiday-footer-menu a {
    font-size: 16px;
    width: 50%;
    margin-bottom: 24px;
  }
  .holiday-footer .holiday-footer-menu {
    flex-wrap: wrap;
    padding: 32px 0 8px;
  }
  .holiday-footer .holiday-footer-copy {
    font-size: 14px;
    padding: 16px 0;
  }
  .wpcf7-submit.submit-hide {
    font-size: 16px !important;
  }
  span.wpcf7-not-valid-tip {
    display: none;
  }
}
/*====== Welcome v2 =====*/
.welcome-v2 #msform .next-hide {
  background: #5861F6;
  color: #fff;
}
.welcome-v2 #msform .next-hide.btn-hide {
  display: none;
}

/*====== Welcome =====*/
.page-template-welcome .content {
  padding-top: 0;
}

.page-template-welcome-2 .content {
  padding-top: 0;
}

.page-template-welcome-v2 .content {
  padding-top: 0;
}

.page-template-welcome-funnel .content {
  padding-top: 0;
}

.welcom_logo-wrap {
  padding-top: 20px;
  margin-bottom: 30px;
}

.welcome_section {
  background-color: #FAFBFC;
  min-height: 100vh;
  color: #111;
}

/*form styles*/
#msform {
  position: relative;
}

#msform fieldset {
  border: 0 none;
  padding: 20px 0px;
  box-sizing: border-box;
  /*stacking fieldsets above each other*/
  text-align: right;
}
#msform fieldset.tal {
  text-align: left;
}

#msform fieldset > * {
  text-align: left;
}

#Wform1, #Wform2, #Wform3 {
  display: flex;
  justify-content: center;
}

#msform .hbspt-form {
  width: 60%;
}

.welcome-funnel .myForm ul li {
  align-content: flex-start;
  padding-top: 40px;
  padding-right: 50px;
  padding-bottom: 40px;
}

.myForm ul {
  display: flex;
  display: -webkit-flex;
  padding: 0;
  flex-wrap: wrap;
  justify-content: space-between;
}

.myForm ul li {
  margin-bottom: 50px;
  background-color: #fff;
  padding: 18px 40px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  padding-right: 70px;
  width: 28%;
  flex-wrap: wrap;
}

.myForm ul li p {
  font-size: 18px;
  line-height: 22px;
  color: #454D55;
  margin-top: 12px;
}

.myForm2 ul li {
  width: 80%;
}

.myForm2 ul {
  justify-content: center;
}

.myForm2 .checkmark_w {
  top: 17px;
}

#myForm2 ul li:first-child {
  border: 2px solid #A4DD9C;
}
#myForm2 ul li:first-child::before {
  content: "";
  position: absolute;
  left: -55px;
  top: -10px;
  width: 55px;
  height: 41px;
  background-image: url(../../assets/img/svg/w7.svg);
}

#myForm2 ul li:nth-child(2) {
  border: 2px solid #F4B55B;
}
#myForm2 ul li:nth-child(2)::before {
  content: "";
  position: absolute;
  left: -55px;
  top: -10px;
  width: 55px;
  height: 41px;
  background-image: url(../../assets/img/svg/w8.svg);
}

#myForm ul li:first-child {
  border: 2px solid #F4B55B;
}
#myForm ul li:first-child::before {
  content: "";
  position: absolute;
  left: -55px;
  top: -10px;
  width: 55px;
  height: 41px;
  background-image: url(../../assets/img/svg/w1.svg);
}

#myForm ul li:nth-child(2) {
  border: 2px solid #3A7A6F;
}
#myForm ul li:nth-child(2)::before {
  content: "";
  position: absolute;
  left: -55px;
  top: -10px;
  width: 55px;
  height: 41px;
  background-image: url(../../assets/img/svg/w2.svg);
}

#myForm ul li:nth-child(3) {
  border: 2px solid #5861F6;
}
#myForm ul li:nth-child(3)::before {
  content: "";
  position: absolute;
  left: -55px;
  top: -10px;
  width: 55px;
  height: 41px;
  background-image: url(../../assets/img/svg/w3.svg);
}

#myForm ul li:nth-child(4) {
  border: 2px solid #A4DD9C;
}
#myForm ul li:nth-child(4)::before {
  content: "";
  position: absolute;
  left: -55px;
  top: -10px;
  width: 55px;
  height: 41px;
  background-image: url(../../assets/img/svg/w4.svg);
}

#myForm ul li:nth-child(5) {
  border: 2px solid #FF7A53;
}
#myForm ul li:nth-child(5)::before {
  content: "";
  position: absolute;
  left: -55px;
  top: -10px;
  width: 55px;
  height: 41px;
  background-image: url(../../assets/img/svg/w5.svg);
}

#myForm ul li:nth-child(6) {
  border: 2px solid #A1D2D7;
}
#myForm ul li:nth-child(6)::before {
  content: "";
  position: absolute;
  left: -55px;
  top: -10px;
  width: 55px;
  height: 41px;
  background-image: url(../../assets/img/svg/w6.svg);
}

.welcome-funnel .welcom_logo-wrap, .form-sales .welcom_logo-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.welcome-funnel #myForm ul li:first-child, .form-sales #myForm ul li:first-child {
  border: 2px solid #FFAF1A;
}
.welcome-funnel #myForm ul li:first-child:has(input:checked), .form-sales #myForm ul li:first-child:has(input:checked) {
  background-color: rgba(255, 175, 26, 0.2);
}
.welcome-funnel #myForm ul li:first-child:hover, .form-sales #myForm ul li:first-child:hover {
  background-color: rgba(255, 175, 26, 0.2);
}
.welcome-funnel #myForm ul li:first-child:hover::before, .form-sales #myForm ul li:first-child:hover::before {
  top: 25px;
}
.welcome-funnel #myForm ul li:first-child::before, .form-sales #myForm ul li:first-child::before {
  content: "";
  position: absolute;
  left: -55px;
  top: -10px;
  width: 55px;
  height: 36px;
  background-image: url(../../assets/img/svg/funnel1.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
.welcome-funnel #myForm ul li:nth-child(2), .form-sales #myForm ul li:nth-child(2) {
  border: 2px solid #94D4D9;
}
.welcome-funnel #myForm ul li:nth-child(2):hover, .form-sales #myForm ul li:nth-child(2):hover {
  background-color: rgba(148, 212, 217, 0.2);
}
.welcome-funnel #myForm ul li:nth-child(2):hover::before, .form-sales #myForm ul li:nth-child(2):hover::before {
  top: 25px;
}
.welcome-funnel #myForm ul li:nth-child(2)::before, .form-sales #myForm ul li:nth-child(2)::before {
  content: "";
  position: absolute;
  left: -55px;
  top: -10px;
  width: 55px;
  height: 37px;
  background-image: url(../../assets/img/svg/funnel2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
.welcome-funnel #myForm ul li:nth-child(3), .form-sales #myForm ul li:nth-child(3) {
  border: 2px solid #5857FF;
}
.welcome-funnel #myForm ul li:nth-child(3):hover, .form-sales #myForm ul li:nth-child(3):hover {
  background-color: rgba(88, 87, 255, 0.2);
}
.welcome-funnel #myForm ul li:nth-child(3):hover::before, .form-sales #myForm ul li:nth-child(3):hover::before {
  top: 25px;
}
.welcome-funnel #myForm ul li:nth-child(3)::before, .form-sales #myForm ul li:nth-child(3)::before {
  content: "";
  position: absolute;
  left: -55px;
  top: -10px;
  width: 55px;
  height: 36px;
  background-image: url(../../assets/img/svg/funnel3.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
.welcome-funnel #msform fieldset, .form-sales #msform fieldset {
  text-align: center;
}
.welcome-funnel #msform .action-button[name=previous], .form-sales #msform .action-button[name=previous] {
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translate(-130%, 0);
  background-color: transparent;
  border: 1px solid #D2D6D9;
}
.welcome-funnel #msform .action-button[name=previous]:focus, .form-sales #msform .action-button[name=previous]:focus {
  box-shadow: none;
}
.welcome-funnel #msform .action-button[name=previous]:hover, .form-sales #msform .action-button[name=previous]:hover {
  background-color: #F0F4F9;
}
.welcome-funnel #msform .hbspt-form, .form-sales #msform .hbspt-form {
  max-width: 380px;
}
.welcome-funnel #msform .hbspt-form input[type=text], .welcome-funnel #msform .hbspt-form [type=email], .welcome-funnel #msform .hbspt-form [type=tel], .welcome-funnel #msform .hbspt-form textarea, .welcome-funnel #msform .hbspt-form select, .form-sales #msform .hbspt-form input[type=text], .form-sales #msform .hbspt-form [type=email], .form-sales #msform .hbspt-form [type=tel], .form-sales #msform .hbspt-form textarea, .form-sales #msform .hbspt-form select {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #D2D6D9;
  border-radius: 8px;
  font-size: 18px;
  color: #000000;
}
.welcome-funnel #msform .hbspt-form input[type=text]:focus, .welcome-funnel #msform .hbspt-form [type=email]:focus, .welcome-funnel #msform .hbspt-form [type=tel]:focus, .welcome-funnel #msform .hbspt-form textarea:focus, .welcome-funnel #msform .hbspt-form select:focus, .form-sales #msform .hbspt-form input[type=text]:focus, .form-sales #msform .hbspt-form [type=email]:focus, .form-sales #msform .hbspt-form [type=tel]:focus, .form-sales #msform .hbspt-form textarea:focus, .form-sales #msform .hbspt-form select:focus {
  box-shadow: none;
  border: 1px solid #5857FF;
}
.welcome-funnel #msform .hbspt-form input[type=text].error, .welcome-funnel #msform .hbspt-form [type=email].error, .welcome-funnel #msform .hbspt-form [type=tel].error, .welcome-funnel #msform .hbspt-form textarea.error, .welcome-funnel #msform .hbspt-form select.error, .form-sales #msform .hbspt-form input[type=text].error, .form-sales #msform .hbspt-form [type=email].error, .form-sales #msform .hbspt-form [type=tel].error, .form-sales #msform .hbspt-form textarea.error, .form-sales #msform .hbspt-form select.error {
  border: 1px solid #EA6E68;
}
.welcome-funnel #msform .hbspt-form .actions, .form-sales #msform .hbspt-form .actions {
  text-align: end;
}
.welcome-funnel #msform .hbspt-form input[type=submit], .form-sales #msform .hbspt-form input[type=submit] {
  width: 150px;
  background: #5861F6;
  color: #fff;
  border-radius: 100px;
  font-weight: bold;
  border: 0 none;
  cursor: pointer;
  padding: 18px 5px;
  text-align: center;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
.welcome-funnel #msform .hbspt-form input[type=submit]:hover, .form-sales #msform .hbspt-form input[type=submit]:hover {
  background-color: #6A70FF;
}
.welcome-funnel #msform .hbspt-form .hs-error-msgs label, .form-sales #msform .hbspt-form .hs-error-msgs label {
  margin-bottom: 0;
  color: #EA6E68;
  margin-left: 7px;
}
.welcome-funnel #msform .hbspt-form .hs-error-msgs label.hs-main-font-element, .form-sales #msform .hbspt-form .hs-error-msgs label.hs-main-font-element {
  position: absolute;
  margin-top: -25px;
}
.welcome-funnel #msform .hbspt-form label, .form-sales #msform .hbspt-form label {
  color: #768092;
  font-size: 16px;
  margin-bottom: 8px;
  display: inline-block;
}
.welcome-funnel #msform .hbspt-form label.hs-form-checkbox-display, .welcome-funnel #msform .hbspt-form label.hs-form-radio-display, .form-sales #msform .hbspt-form label.hs-form-checkbox-display, .form-sales #msform .hbspt-form label.hs-form-radio-display {
  font-size: 17px;
  color: #000;
  margin-top: 10px;
  margin-bottom: 0;
}
.welcome-funnel #msform .hbspt-form label.hs-form-checkbox-display span, .welcome-funnel #msform .hbspt-form label.hs-form-radio-display span, .form-sales #msform .hbspt-form label.hs-form-checkbox-display span, .form-sales #msform .hbspt-form label.hs-form-radio-display span {
  margin-left: 5px;
}
.welcome-funnel #msform .hbspt-form .hs-form-field, .form-sales #msform .hbspt-form .hs-form-field {
  margin-bottom: 30px;
}
.welcome-funnel #msform .hbspt-form ul.inputs-list, .form-sales #msform .hbspt-form ul.inputs-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.welcome-funnel #msform .hbspt-form .submitted-message, .form-sales #msform .hbspt-form .submitted-message {
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
}

.first_form_span {
  display: none;
}

.container_radio {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Create a custom checkbox */
.checkmark_w {
  position: absolute;
  top: 30px;
  right: 20px;
  height: 30px;
  width: 30px;
  border-radius: 100px;
  background-color: #fff;
  border: 2px solid #CED6D7;
}

.welcome-funnel .checkmark_w {
  left: 36px;
  top: 37px;
}
.welcome-funnel .container_radio label {
  padding-left: 34px;
}

.container_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
  left: 0;
  top: 0;
  height: 100% !important;
  width: 100%;
  z-index: 2;
}

/* On mouse-over, add a grey background color */
/* When the checkbox is checked, add a blue background */
.container_radio input:checked ~ .checkmark_w {
  background-color: #5861F6;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark_w:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container_radio input:checked ~ .checkmark_w:after {
  display: block;
}

/* Style the checkmark/indicator */
.container_radio .checkmark_w:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}

/*inputs*/
#msform input, #msform textarea, #msform select {
  height: auto;
  background-color: transparent;
  -webkit-appearance: auto;
}

/*buttons*/
#msform .action-button {
  width: 150px;
  background: #E9E9F2;
  border-radius: 100px;
  font-weight: bold;
  color: #000;
  border: 0 none;
  cursor: pointer;
  padding: 18px 5px;
  margin: 18px 5px;
  text-align: center;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
#msform .action-button.btn-hide {
  display: none;
}

#msform .action-button.next {
  color: #768092;
  pointer-events: none;
}

#msform .action-button.next.imjust {
  color: #5861F6;
  pointer-events: all;
}

#msform .action-button.active {
  background: #5861F6;
  color: #fff;
  pointer-events: auto;
}

#msform .action-button.active:hover {
  background-color: #6A70FF;
}

#msform .imjust {
  width: auto;
  position: absolute;
  left: 0;
  color: #5861F6;
  text-decoration: underline;
  background: none;
  padding: 0;
  margin: 0;
  margin-top: 25px;
  border-radius: 0;
}

/*headings*/
.fs-title {
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 50px;
  text-align: center !important;
}
.fs-title br {
  display: none;
}

.fs-title-with-descr {
  margin-bottom: 20px;
}

.fs-title-desr {
  font-size: 24px;
  color: #000;
  text-align: center !important;
  margin-bottom: 50px;
}

/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 0;
  /*CSS counters to number the steps*/
}

#progressbar li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  float: left;
  position: relative;
  margin-left: 10px;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 18px;
  height: 18px;
  line-height: 18px;
  display: block;
  font-size: 10px;
  color: #C4C4C4;
  background: #C4C4C4;
  border-radius: 100px;
  margin: 0 auto 5px auto;
}

/*progressbar connectors*/
#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
  background: #5861F6;
  color: #5861F6;
}

.welcome-funnel .head_side .bt_border {
  margin-right: 0;
}

.thanks-blocks {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
  display: none;
}
.thanks-blocks .thanks-block {
  text-align: center;
  width: 360px;
  background-color: #fff;
  border: 2px solid #D9DAFF;
  padding: 30px 25px;
  margin-right: 64px;
}
.thanks-blocks .thanks-block:last-child {
  margin-right: 0;
}
.thanks-blocks .thanks-block h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.thanks-blocks .thanks-block p {
  font-weight: 400;
  font-size: 16px;
  color: #454D55;
}
.thanks-blocks .thanks-block a {
  background: #5861F6 !important;
  color: #fff !important;
  margin-top: 40px !important;
  margin-bottom: 0 !important;
  width: 227px !important;
}

@media only screen and (max-width: 768px) {
  .page-template-welcome-funnel .logo-hol, .page-template-welcome .logo-hol, .page-template-welcome-2 .logo-hol {
    max-width: 100px;
  }
  .welcome-funnel .head_side .bt_border {
    margin-right: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    display: inline-block;
    font-size: 14px;
    height: auto;
  }
  .welcome-funnel .head_side .link {
    font-size: 16px;
    margin-right: 20px;
  }
  .welcome-funnel #msform .hbspt-form .submitted-message {
    font-size: 18px;
  }
  .welcome-funnel #msform .hbspt-form input[type=submit] {
    width: 100%;
  }
  .thanks-blocks .thanks-block {
    margin-right: 0;
    width: 100%;
    margin-bottom: 16px;
  }
  .thanks-blocks .thanks-block:last-child {
    margin-bottom: 0;
  }
  .thanks-blocks .thanks-block {
    margin-right: 0;
  }
  .page-template-welcome-funnel #msform .hbspt-form {
    width: 100%;
  }
  .page-template-welcome-funnel #msform .action-button[name=next], .page-template-welcome-funnel #msform .action-button[name=previous] {
    position: unset;
    bottom: unset;
    left: unset !important;
    transform: unset !important;
  }
  .page-template-welcome-funnel .checkmark_w {
    left: 18px;
  }
  .page-template-welcome-funnel #msform .action-button {
    width: 100%;
    margin-top: 0px;
    font-size: 16px;
  }
  .page-template-welcome-funnel #msform .action-button[name=previous] {
    max-width: 380px;
    margin-top: 20px;
  }
  .page-template-welcome-funnel .myForm ul li {
    width: 100%;
    margin-bottom: 55px;
  }
  .page-template-welcome-funnel #msform fieldset {
    padding-bottom: 30px;
  }
  .welcome-funnel #myForm ul li:before {
    top: -37px !important;
    left: -2px !important;
  }
  .welcome-funnel #msform .hbspt-form .actions {
    text-align: center;
  }
  .fs-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 25px;
  }
  .fs-title #break {
    display: none;
  }
  .welcome-funnel .container_radio label {
    font-size: 20px;
  }
  .fs-title-with-descr {
    margin-bottom: 15px;
  }
  .fs-title-desr {
    font-size: 18px;
  }
  #progressbar {
    margin-bottom: 0;
    margin-top: 0;
  }
  #progressbar li:before {
    width: 12px;
    height: 12px;
  }
  .myForm ul {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .myForm ul li {
    width: calc(100% - 55px);
    font-size: 16px;
    padding: 14px 20px;
    padding-right: 50px;
    margin-bottom: 20px;
  }
  .myForm ul li:last-child {
    margin-bottom: 20px;
  }
  .myForm ul li:before {
    top: 2px !important;
  }
  .myForm2 ul li:last-child {
    margin-bottom: 50px;
  }
  .checkmark_w {
    top: 15px;
  }
  #msform .action-button.imjust {
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: -35px;
  }
  #msform fieldset {
    text-align: center;
    padding-top: 15px;
    min-height: calc(100vh - 93px);
    padding-bottom: 110px;
  }
  #msform .action-button {
    margin: 0;
    margin-top: 30px;
    width: 140px;
  }
  #msform fieldset.tal {
    text-align: center;
  }
  #msform .action-button[name=next], #msform .action-button[name=previous] {
    position: absolute;
    bottom: 75px;
  }
  #msform fieldset.tal .action-button[name=previous] {
    left: 50%;
    transform: translate(-50%, 0);
  }
  #msform .action-button[name=previous] {
    left: 50%;
    transform: translate(-150px, 0);
  }
  #next-2 {
    left: 50%;
    transform: translate(10px, 0);
  }
  #next-1 {
    left: 50%;
    transform: translate(-50%, 0);
  }
  #msform .action-button.imjust-1 {
    display: none;
  }
}
@media only screen and (min-width: 1800px) {
  .container.container-1440 {
    max-width: 1440px;
  }
}
.form-sales #msform .hbspt-form .hs-form-field {
  margin-bottom: 18px;
}

.form-sales #msform .hbspt-form .hs-input {
  width: 100%;
}

.form-sales #msform fieldset {
  padding: 0;
}

.form-sales #msform fieldset:not(:first-of-type) {
  display: block;
}

.form-sales #msform .hbspt-form {
  max-width: none;
  width: auto;
}

.form-sales #msform .hbspt-form .actions {
  margin-top: 18px;
  text-align: left;
}
.form-sales #msform .hbspt-form .actions input {
  width: 220px;
  padding: 13px 5px;
}

.form-sales #msform .hbspt-form input[type=text], .form-sales #msform .hbspt-form [type=email], .form-sales #msform .hbspt-form [type=tel], .form-sales #msform .hbspt-form textarea, .form-sales #msform .hbspt-form select {
  font-size: 16px;
}
.form-sales #msform .hbspt-form .hs-fieldtype-intl-phone select {
  width: 40% !important;
  padding-right: 30px;
}
.form-sales #msform .hbspt-form .hs-fieldtype-intl-phone input {
  width: calc(60% - 8px) !important;
}
.form-sales #msform .hbspt-form select {
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-image: url("../../assets/img/svg/arrow_select.svg");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 54%;
}

/*====== Exp web =====*/
.sec_integrations_blocks h2 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 63px;
}
.sec_integrations_blocks .item_integrations_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
}
.sec_integrations_blocks .item_integrations_block:last-child {
  margin-bottom: 0;
}
.sec_integrations_blocks .item_integrations_block:nth-child(2n+1) .item_integrations_block_image {
  order: 2;
  text-align: right;
}
.sec_integrations_blocks .item_integrations_block:nth-child(2n+1) .item_integrations_block_text {
  order: 1;
  padding-left: 0;
  padding-right: 40px;
}
.sec_integrations_blocks .item_integrations_block .item_integrations_block_image {
  flex-basis: 30%;
}
.sec_integrations_blocks .item_integrations_block .item_integrations_block_text {
  flex-basis: 70%;
  padding: 20px;
  max-width: 630px;
}
.sec_integrations_blocks .item_integrations_block .item_integrations_block_text h3 {
  font-size: 32px;
  color: #000000;
  margin-bottom: 24px;
}
.sec_integrations_blocks .item_integrations_block .item_integrations_block_text p {
  font-size: 18px;
  color: #000000;
  line-height: 22px;
  margin-bottom: 24px;
}
.sec_integrations_blocks .item_integrations_block .item_integrations_block_text a {
  color: #5857FF;
  text-decoration: underline;
}

.sec_use_web .flex {
  background-color: #F0F4F9;
  padding-top: 10px;
  padding-left: 6px;
  padding-right: 15px;
  align-items: stretch;
  justify-content: flex-start;
}
.sec_use_web .sec_use_web_image {
  flex-basis: 55%;
}
.sec_use_web .sec_use_web_text {
  flex-basis: 45%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 49px 0;
  padding-left: 15px;
  max-width: 375px;
}
.sec_use_web .sec_use_web_text_1 {
  margin-bottom: 35px;
}
.sec_use_web .sec_use_web_text span {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
}
.sec_use_web .sec_use_web_text h2 {
  font-size: 32px;
  line-height: 38px;
  color: #000;
}
.sec_use_web .sec_use_web_text p {
  font-size: 18px;
  color: #003438;
}
.sec_use_web .sec_use_web_text .bt_primary {
  background-color: #5857FF;
  border: 1px solid #5857FF;
  width: 280px;
  margin-bottom: 19px;
}
.sec_use_web .sec_use_web_text .bt_primary:hover {
  background-color: transparent;
  color: #5857FF;
}
.sec_use_web .sec_use_web_text .use_web_link {
  color: #000000;
  text-decoration: underline;
}

.testemonial_single_wrap {
  padding: 37px 43px;
  max-width: 964px;
  background-color: #fff;
  background-color: #D8EBEC;
  margin: 0 auto;
  position: relative;
}
.testemonial_single_wrap img {
  margin-bottom: 28px;
}
.testemonial_single_wrap p {
  margin-bottom: 28px;
  font-size: 24px;
  line-height: 33px;
  color: #000;
}
.testemonial_single_wrap span {
  font-size: 24px;
  color: #768092;
  font-style: italic;
}
.testemonial_single_wrap::before {
  content: "";
  position: absolute;
  width: 61px;
  height: 50px;
  background-image: url("/wp-content/themes/blend/assets/img/svg/quotes.svg");
  top: -25px;
  right: 140px;
  z-index: 1;
}

.page-template-website_express .sec_hp_why .border-left, .page-template-get_qoute .sec_hp_why .border-left {
  left: 0px;
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: inherit;
  background-color: #94D4D9 !important;
}
.page-template-website_express .sec_expt_why, .page-template-get_qoute .sec_expt_why {
  background-color: #dbf0f2;
}
.page-template-website_express .sec_hp_why .has--border, .page-template-get_qoute .sec_hp_why .has--border {
  padding-left: 25px;
}
.page-template-website_express .sec_hp_why .title, .page-template-get_qoute .sec_hp_why .title {
  padding-top: 0;
  font-weight: 700;
}
.page-template-website_express .sec_hp_why .bt_primary_center, .page-template-get_qoute .sec_hp_why .bt_primary_center {
  margin-top: 70px;
}
.page-template-website_express .sec_hp_why .bt_primary, .page-template-get_qoute .sec_hp_why .bt_primary {
  background-color: transparent;
  color: black;
  min-width: 280px;
}
.page-template-website_express .sec_hp_why .bt_primary:hover, .page-template-get_qoute .sec_hp_why .bt_primary:hover {
  color: #fff;
  background-color: black;
}
.page-template-website_express .sec_expt_why .item_hp_perfect_in, .page-template-get_qoute .sec_expt_why .item_hp_perfect_in {
  background-color: #fff;
  padding: 84px 28px 62px;
}
.page-template-website_express .sec_expt_why .item_hp_perfect_in h3, .page-template-get_qoute .sec_expt_why .item_hp_perfect_in h3 {
  font-size: 24px;
  font-weight: 700;
}
.page-template-website_express .sec_expt_why h2, .page-template-get_qoute .sec_expt_why h2 {
  font-weight: 700;
  font-size: 40px;
}
.page-template-website_express .item_hp_perfect_in .item_hp_numb, .page-template-get_qoute .item_hp_perfect_in .item_hp_numb {
  width: 43px;
  height: 43px;
  background-color: #94D4D9;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  text-align: center;
  line-height: 46px;
  font-weight: 700;
}
.page-template-website_express .item_serv_power .sh-hp_perfect img, .page-template-get_qoute .item_serv_power .sh-hp_perfect img {
  height: 37px;
}
.page-template-website_express .sec_expt_why .sh-hp_perfect, .page-template-get_qoute .sec_expt_why .sh-hp_perfect {
  position: absolute;
  left: 43px;
  top: -25px;
}
.page-template-website_express .sec_expt_why .big--marge, .page-template-get_qoute .sec_expt_why .big--marge {
  margin-bottom: 85px;
}
.page-template-website_express .sec_expt_why .bt_primary_center, .page-template-get_qoute .sec_expt_why .bt_primary_center {
  text-align: center;
  margin-top: 30px;
}
.page-template-website_express .sec_expt_why .bt_primary, .page-template-get_qoute .sec_expt_why .bt_primary {
  width: 280px;
}

.page-template-website_express .sec_hp_why2 .bt_primary {
  background-color: black;
  color: #fff;
}
.page-template-website_express .sec_hp_why2 .bt_primary:hover {
  color: black;
  background-color: #fff;
}
.page-template-website_express .sec_hp_why2 .max--1280 {
  margin: 0 auto;
}
.page-template-website_express .sec_hp_why2 .hp_why_facts_bottom {
  border-top: 42px solid #94D4D9;
  border-left: 42px solid #94D4D9;
  border-right: 42px solid #94D4D9;
  padding: 50px;
}
.page-template-website_express .sec_hp_why2 .border-left {
  background-color: #5857FF !important;
}
.page-template-website_express .sec_expt_faq h2 {
  font-weight: 700;
}
.page-template-website_express .sec_expt_rate {
  margin-top: 150px;
}
.page-template-website_express .sec_expt_rate .inner_width {
  padding-bottom: 540px;
}
.page-template-website_express .sec_expt_rate_prices {
  margin-top: -500px;
}
.page-template-website_express .sec_expt_rate_prices .partners_logo_item_in .title--28 {
  font-size: 25px;
  font-weight: 700;
  color: #000;
}
.page-template-website_express .sec_expt_rate_prices .partners_logo_item_in .from_word {
  color: #003438;
}
.page-template-website_express .sec_expt_rate_prices .partners_logo_item_in .plans_price {
  color: #003438;
  font-size: 46px;
}
.page-template-website_express .sec_expt_rate_prices .partners_logo_item_in .plans_price .word {
  color: #003438;
}
.page-template-website_express .sec_expt_rate_prices .partners_logo_item_in .partners_logo_item_text {
  color: #003438;
  padding-top: 30px;
  border-top: 1px solid #768092;
}
.page-template-website_express .partners_logo_item {
  margin-bottom: 36px;
}
.page-template-website_express .expt_prof_title {
  padding: 0;
}
.page-template-website_express .expt_prof_title h1 {
  font-weight: 700;
  font-size: 44px;
}
.page-template-website_express .expt_prof_text {
  font-weight: 400;
  font-size: 22px;
  max-width: 480px;
  color: #000000;
}
.page-template-website_express .sec_expt_prof .bt_primary {
  width: 280px;
}
.page-template-website_express .expt_prof_img {
  width: 37%;
  padding-right: 40px;
  top: 0;
}
.page-template-website_express .expt_prof_img .img-reveal {
  height: 85%;
}
.page-template-website_express .sec_expt_prof {
  padding-bottom: 100px;
}
.page-template-website_express .expt_prof_img .page_top_content_sh {
  right: 50px;
  bottom: 10px;
}
.page-template-website_express .expt_prof_img .squre-1 {
  width: 165px;
  height: 21px;
  top: 45px;
  right: -35px;
  z-index: 1;
}
.page-template-website_express .expt_prof_img .squre-2 {
  width: 267px;
  height: 66px;
  left: 60px;
  bottom: -20px;
  top: unset;
  right: unset;
  z-index: 1;
}
.page-template-website_express .expt_prof_img .squre-4 {
  width: 104px;
  height: 44px;
  left: 20px;
  bottom: 10px;
  top: unset;
  right: unset;
  z-index: 1;
}
.page-template-website_express .expt_prof_img .squre-3 {
  width: 29px;
  height: 121px;
  left: -8px;
  top: -5px;
  right: unset;
  z-index: 1;
}

.page-template-by-role .page-template-website_express .expt_prof_title h2 {
  font-weight: 700;
  font-size: 44px;
}
.page-template-by-role .page-template-website_express .expt_prof_title h1 {
  font-weight: 300;
  font-size: 30px;
  color: #454D55;
  margin-bottom: 24px;
}

@media only screen and (max-width: 800px) {
  .page-template-by-role .page-template-website_express .expt_prof_title h2 {
    font-weight: 700;
    font-size: 28px;
    color: #000;
  }
  .page-template-by-role .page-template-website_express .expt_prof_title h1 {
    font-size: 18px;
  }
  .page-template-website_express .sec_expt_rate_prices:before {
    height: 100%;
  }
  .page-template-website_express .sec_expt_rate {
    margin-top: 65px;
  }
  .page-template-website_express .expt_rate_title {
    background-color: #94D4D9;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .page-template-website_express .sec_hp_why2 .hp_why_facts_bottom {
    padding: 0 15px;
    border: none;
  }
  .page-template-website_express .sec_hp_why2 .hp_why_facts_bottom .col--33:first-child {
    margin-top: 0;
  }
  .sec_integrations_blocks h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 32px;
  }
  .sec_integrations_blocks .item_integrations_block {
    margin-bottom: 44px;
  }
  .sec_integrations_blocks .item_integrations_block .item_integrations_block_text p {
    font-size: 16px;
  }
  .sec_integrations_blocks .item_integrations_block .item_integrations_block_image {
    flex-basis: 100%;
  }
  .sec_integrations_blocks .item_integrations_block .item_integrations_block_image img {
    width: 100%;
    margin-left: -40px;
  }
  .sec_integrations_blocks .item_integrations_block .item_integrations_block_text {
    flex-basis: 100%;
    width: 100%;
    padding: 15px 0 0;
  }
  .sec_integrations_blocks .item_integrations_block .item_integrations_block_text h3 {
    font-size: 24px;
    line-height: 29px;
  }
  .sec_integrations_blocks .item_integrations_block .item_integrations_block_text a {
    white-space: break-spaces;
  }
  .sec_integrations_blocks .item_integrations_block:nth-child(2n+1) .item_integrations_block_image {
    order: unset;
    text-align: left;
  }
  .sec_integrations_blocks .item_integrations_block:nth-child(2n+1) .item_integrations_block_text {
    order: unset;
    padding: 15px 0 0;
  }
  .testemonial_single_wrap::before {
    right: 25px;
  }
  .testemonial_single_wrap {
    padding: 32px 18px;
  }
  .testemonial_single_wrap span {
    font-size: 18px;
  }
  .sec_use_web .flex {
    padding-left: 10px;
    padding-right: 10px;
    justify-content: center;
  }
  .sec_use_web .sec_use_web_image {
    flex-basis: 100%;
  }
  .sec_use_web .sec_use_web_image img {
    width: 100%;
  }
  .sec_use_web .sec_use_web_text {
    flex-basis: 100%;
    text-align: center;
    padding: 30px 0;
  }
  .sec_use_web .sec_use_web_text h2 {
    font-size: 24px;
  }
  .page-template-website_express .expt_prof_text {
    max-width: unset;
  }
  .page-template-website_express .expt_prof_img {
    padding-right: 15px;
    padding-left: 15px;
  }
  .page-template-website_express .expt_prof_title h1 {
    font-size: 28px;
  }
  .sec_expt_prof .expt_prof_text {
    font-size: 16px;
  }
  .page-template-website_express .sec_expt_prof .bt_primary {
    width: 200px;
  }
  .page-template-website_express .expt_prof_img {
    margin-top: 50px;
  }
  .page-template-website_express .expt_prof_img .squre-1 {
    left: unset;
    right: 0;
    top: -10px;
  }
  .page-template-website_express .expt_prof_img .page_top_content_sh {
    left: unset;
    right: 30px;
  }
  .page-template-website_express .sec_expt_prof {
    padding-bottom: 40px;
  }
  .page-template-website_express .sec_expt_why .item_serv_power:nth-child(2n+1), .page-template-get_qoute .sec_expt_why .item_serv_power:nth-child(2n+1) {
    padding-right: 0;
  }
  .page-template-website_express .sec_expt_why .item_serv_power:nth-child(2n), .page-template-get_qoute .sec_expt_why .item_serv_power:nth-child(2n) {
    padding-left: 0;
  }
  .page-template-website_express .hp_why_facts_bottom .col--33, .page-template-get_qoute .hp_why_facts_bottom .col--33 {
    margin-top: 40px;
  }
  .page-template-website_express .sec_expt_why h2, .page-template-get_qoute .sec_expt_why h2 {
    font-size: 28px;
  }
  .page-template-website_express .sec_expt_why .bt_primary_center, .page-template-get_qoute .sec_expt_why .bt_primary_center {
    margin-top: 0;
  }
  .page-template-website_express .sec_expt_why .big--marge, .page-template-get_qoute .sec_expt_why .big--marge {
    margin-bottom: 65px;
  }
  .page-template-website_express .sec_hp_why .title, .page-template-get_qoute .sec_hp_why .title {
    font-size: 28px;
    margin-bottom: 0;
  }
  .page-template-website_express .sec_hp_why .bt_primary_center, .page-template-get_qoute .sec_hp_why .bt_primary_center {
    margin-top: 40px;
  }
}
/*====== quote =====*/
.page-template-get_qoute .item_most_popular {
  flex-basis: 24%;
  border-radius: 3px;
  padding-left: 38px;
}
.page-template-get_qoute .item_most_popular:nth-child(1)::before, .page-template-get_qoute .item_most_popular:nth-child(2)::before, .page-template-get_qoute .item_most_popular:nth-child(3)::before, .page-template-get_qoute .item_most_popular:nth-child(4)::before {
  background-color: #5857FF;
}
.page-template-get_qoute .item_most_popular:nth-child(5)::before, .page-template-get_qoute .item_most_popular:nth-child(6)::before, .page-template-get_qoute .item_most_popular:nth-child(7)::before, .page-template-get_qoute .item_most_popular:nth-child(8)::before {
  background-color: #94D4D9;
}
.page-template-get_qoute .item_most_popular:nth-child(9)::before, .page-template-get_qoute .item_most_popular:nth-child(10)::before, .page-template-get_qoute .item_most_popular:nth-child(11)::before, .page-template-get_qoute .item_most_popular:nth-child(12)::before {
  background-color: #FFAF1A;
}
.page-template-get_qoute .item_most_popular:nth-child(13)::before, .page-template-get_qoute .item_most_popular:nth-child(14)::before, .page-template-get_qoute .item_most_popular:nth-child(15)::before, .page-template-get_qoute .item_most_popular:nth-child(16)::before {
  background-color: #EA6E68;
}
.page-template-get_qoute .item_most_popular::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  top: 22px;
  left: 14px;
}
.page-template-get_qoute .item_most_popular:hover {
  background-color: #F0F4F9;
  transition: all 0.3s ease;
}
.page-template-get_qoute .item_most_popular:hover h3 {
  background-color: #F0F4F9;
  transition: all 0.3s ease;
}
.page-template-get_qoute .sec_expt_prof {
  background-color: #F0F4F9;
  padding-top: 100px;
}
.page-template-get_qoute .sec_langs_most {
  background-color: #fff;
}
.page-template-get_qoute .sec_langs_most .center {
  background-color: #fff;
}
.page-template-get_qoute .quote-calc {
  width: 70%;
}
.page-template-get_qoute .expt_prof_img {
  top: 0;
  width: 29%;
  padding-left: 35px;
  padding-right: 26px;
}
.page-template-get_qoute .expt_prof_img .img-cover:before {
  padding-top: 137%;
}
.page-template-get_qoute .expt_prof_img .squre-1 {
  width: 287px;
  height: 190px;
  right: 0px;
  top: -21px;
  z-index: 0;
}
.page-template-get_qoute .expt_prof_img .squre-2 {
  width: 77px;
  height: 23px;
  left: 9px;
  top: 64px;
  z-index: 1;
}
.page-template-get_qoute .expt_prof_img .squre-3 {
  width: 265px;
  height: 131px;
  bottom: -57px;
  left: 9px;
  z-index: 0;
}
.page-template-get_qoute .expt_prof_img .page_top_content_sh {
  right: 65px;
  bottom: -95px;
}

.quote-calc {
  padding-right: 100px;
}
.quote-calc .quote-buttons {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 60px;
}
.quote-calc .quote-buttons .bt_primary {
  background: #5857FF;
  color: white;
  border: none;
  padding: 16px 71px;
  margin-top: 0;
  line-height: normal;
}
.quote-calc .quote-buttons .bt_primary img {
  margin-left: 10px;
}
.quote-calc .dn {
  display: none !important;
}
.quote-calc h1 {
  color: #000000;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 60px;
}
.quote-calc form {
  display: flex;
  flex-wrap: wrap;
}
.quote-calc form .invalid-feedback {
  display: none;
  margin-left: 8px;
  color: #EA6E68;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.quote-calc form .file-msg {
  margin-bottom: 18px;
}
.quote-calc form .talk-msg {
  padding: 10px 16px;
  background: #D9DAFF;
  border-radius: 33px;
}
.quote-calc form .file-msg, .quote-calc form .talk-msg {
  color: #000;
  margin-left: 20px;
}
.quote-calc form .file-msg a, .quote-calc form .talk-msg a {
  text-decoration: underline;
}
.quote-calc form label {
  color: #768092;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 8px;
}
.quote-calc form input[type=number], .quote-calc form select {
  padding: 16px 22px;
  background-color: #fff;
  border: 1px solid #D2D6D9;
  border-radius: 8px;
  height: auto;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}
.quote-calc form input[type=number]:focus, .quote-calc form select:focus {
  box-shadow: none;
  border: 1px solid #5857FF;
}
.quote-calc form input[type=number].invalid, .quote-calc form select.invalid {
  border: 1px solid #EA6E68;
}
.quote-calc form select {
  position: relative;
}
.quote-calc form select option:disabled {
  color: #768092;
}
.quote-calc form .field-50 {
  width: 47.5%;
  position: relative;
  margin-bottom: 30px;
}
.quote-calc form .field-50:nth-child(2n+1) {
  margin-right: 5%;
}
.quote-calc form .field-50:nth-child(1)::after, .quote-calc form .field-50:nth-child(2)::after, .quote-calc form .field-50:nth-child(4)::after {
  content: "";
  position: absolute;
  right: 23px;
  top: 52px;
  width: 15px;
  z-index: 1;
  height: 9px;
  background-image: url(../../assets/img/svg/arrow_select.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.quote-calc .your-quote {
  border: 1px solid #D2D6D9;
  border-radius: 8px;
  background-color: #FFFFFF;
  display: flex;
  width: 100%;
  padding: 16px;
}
.quote-calc .your-quote .your-quote-sec {
  width: 50%;
  align-content: baseline;
}
.quote-calc .your-quote .your-quote-sec .your-quote-sec-item {
  display: flex;
  padding-right: 40px;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 15px;
}
.quote-calc .your-quote .your-quote-sec .your-quote-sec-item:last-child {
  margin-bottom: 0;
}
.quote-calc .your-quote .your-quote-sec .your-quote-sec-item span {
  font-weight: 500;
}
.quote-calc .your-quote .your-quote-sec:nth-child(2) {
  border-left: 1px solid #D2D6D9;
  display: flex;
  justify-content: center;
}
.quote-calc .your-quote .your-quote_price {
  background: #E4FAE4;
  border-radius: 8px;
  padding: 12px 22px;
  text-align: center;
}
.quote-calc .your-quote .your-quote_price span {
  display: block;
  font-weight: 700;
  margin-top: 10px;
  font-size: 28px;
}

@media only screen and (max-width: 1000px) {
  .page-template-get_qoute .item_most_popular {
    flex-basis: 49%;
  }
  .page-template-get_qoute .expt_prof_img {
    display: none;
  }
  .page-template-get_qoute .quote-calc {
    width: 100%;
    padding: 0;
  }
  .page-template-get_qoute .sec_expt_prof {
    padding-top: 40px;
  }
  .page-template-get_qoute .sec_expt_prof .inner_width {
    padding-left: 20px;
    padding-right: 20px;
  }
  .quote-calc form .file-msg, .quote-calc form .talk-msg {
    margin-left: 0;
    padding: 10px 22px;
  }
  .quote-calc h1 {
    margin-bottom: 30px;
  }
  .quote-calc form .field-50 {
    width: 100%;
    margin-right: 0 !important;
  }
  .quote-calc form .field-50 {
    margin-bottom: 25px;
  }
  .quote-calc h1 {
    font-size: 28px;
    text-align: center;
  }
  .quote-calc .quote-buttons {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .quote-calc .quote-buttons .bt_primary.calc-wizard {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .quote-calc .your-quote .your-quote-sec .your-quote-sec-item {
    padding-right: 20px;
  }
  .page-template-get_qoute .item_most_popular::before {
    left: 22px;
  }
  .page-template-get_qoute .item_most_popular {
    flex-basis: 100%;
    padding-left: 15px;
  }
  .page-template-get_qoute .sec_langs_most .center {
    margin-top: 0;
  }
  .quote-calc .your-quote {
    flex-wrap: wrap;
  }
  .quote-calc .your-quote .your-quote-sec {
    width: 100%;
  }
  .quote-calc .your-quote .your-quote-sec .your-quote-sec-item:last-child {
    margin-bottom: 15px;
  }
  .quote-calc .your-quote .your-quote-sec:nth-child(2) {
    border-top: 1px solid #D2D6D9;
    border-left: none;
    padding-top: 15px;
  }
  .quote-calc .quote-buttons .bt_primary {
    padding-right: 0;
    padding-left: 0;
    width: 80%;
  }
  .quote-calc .quote-buttons .bt_primary.calc-wizard {
    width: 100%;
  }
}
/*====== Technology =====*/
.page-template-technology .sec_indus_logos .title--28 {
  margin-bottom: 10px;
}
.page-template-technology .sec_indus_logos .indust_item_logo {
  filter: grayscale(1) brightness(1);
  opacity: 0.4;
  height: 80px;
  margin: 0 auto 18px;
}
.page-template-technology .sec_indus_logos .indust_item_logo:hover {
  filter: none;
  opacity: 1;
}
.page-template-technology .sol_logos_item .img-b img {
  width: auto;
}

@media only screen and (min-width: 768px) {
  .page-template-technology .page-template-translation-price .sec_benefits .inner .benefits {
    display: flex;
    flex-flow: column wrap;
    margin-left: 40px;
    max-height: 800px;
  }
  .page-template-technology .page-template-translation-price .sec_benefits {
    background: #F2F5F9;
  }
}
.page-template-technology .page-template-translation-price .sec_benefits .inner .benefits-text {
  font-size: 20px;
}
/*====== Voice =====*/
.page-template-voice .page_top.express .hero_img2 {
  position: absolute;
  top: -50px;
  left: 120px;
  width: 182px;
  z-index: 0;
}
.page-template-voice .page_top.express .hero_img3 {
  position: absolute;
  top: 0px;
  right: 0;
  width: 207px;
  z-index: 0;
}
.page-template-voice .page_top.express .hero_img4 {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 215px;
  z-index: 2;
}
.page-template-voice .page_top.express .squre4 {
  position: absolute;
  top: 100px;
  left: 40px;
  display: block;
  width: 90px;
  height: 45px;
  z-index: 0;
}
.page-template-voice .page_top.express .squre2 {
  position: absolute;
  bottom: 10px;
  right: 100px;
  left: unset;
  width: 90px;
  height: 45px;
  z-index: 3;
}
.page-template-voice .page_top.express .squre1 {
  position: absolute;
  top: -10px;
  right: 200px;
  height: 100px;
  width: 40px;
  z-index: 0;
}
.page-template-voice .page_top.express .icon1 {
  position: absolute;
  bottom: 0;
  left: 240px;
  z-index: 1;
}
.page-template-voice .page_top.express .icon2 {
  position: absolute;
  bottom: 240px;
  left: -20px;
  z-index: 1;
}
.page-template-voice .page_top.express .icon3 {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 1;
}
.page-template-voice .page_top.express .icon4 {
  position: absolute;
  top: 0px;
  left: 20px;
  z-index: 1;
}
.page-template-voice .sec-exp-ind .max--650 {
  max-width: 1000px;
  text-align: left;
}
.page-template-voice .item_hp_perfect_in {
  height: 100%;
}

.sec_audio {
  margin-top: 72px;
  padding: 70px 0;
}
.sec_audio .sec_audio-top {
  text-align: center;
}
.sec_audio .audio-items {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.sec_audio .audio-items .audio-item {
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 12px;
  width: calc(50% - 12px);
  display: flex;
  background-color: #fff;
  padding: 16px;
  min-height: 120px;
  align-items: center;
  align-content: center;
}
.sec_audio .audio-items .audio-item .audio-player {
  flex-basis: 70%;
}
.sec_audio .audio-items .audio-item .audio-text {
  flex-basis: 30%;
  height: 100%;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #E8ECE8;
}
.sec_audio .audio-items .audio-item .audio-text .audio-title {
  width: 100%;
  font-weight: bold;
  font-size: 20px;
  color: #161E1F;
  margin-bottom: 4px;
}
.sec_audio .audio-items .audio-item .audio-text .audio-tx {
  font-weight: normal;
  font-size: 16px;
}
.sec_audio .audio-items .audio-item .plyr--full-ui input[type=range] {
  color: #161E1F;
}
.sec_audio .audio-items .audio-item .plyr--audio .plyr__control.plyr__tab-focus, .sec_audio .audio-items .audio-item .plyr--audio .plyr__control:hover, .sec_audio .audio-items .audio-item .plyr--audio .plyr__control[aria-expanded=true] {
  background-color: #161E1F;
}
.sec_audio .audio-items .audio-item input:not([type=submit]):focus, .sec_audio .audio-items .audio-item textarea:focus {
  box-shadow: none;
}
.sec_audio .audio-player .plyr__volume {
  display: none;
}
.sec_audio .audio-player a.plyr__control {
  display: none;
}

.voices-iframe {
  margin-top: 47px;
}

.sec_audio-top .text {
  font-size: 22px;
}

#headerPopup {
  width: 75%;
  margin: 0 auto;
  position: relative;
  height: 0;
  padding-bottom: 42.2%;
}

#headerPopup iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-template-voice-services-right .voice-services-story.story_row:nth-of-type(2n + 1) .story_img_sm {
  right: unset !important;
  left: 40px;
  bottom: -110px !important;
  max-height: 175px !important;
}

.page-template-voice-services-right .voice-services-story.story_row:nth-of-type(2n + 1) .square.first .line_in {
  top: unset !important;
  bottom: 75px !important;
  width: 140px !important;
  height: 40px !important;
}

.page-template-voice-services-right .voice-services-story.story_row:nth-of-type(2n + 2) .square.first {
  width: 200px !important;
  height: 200px !important;
}

.page-template-voice-services-right .voice-services-story.story_row:nth-of-type(2n + 2) .square.first .float1 {
  background-color: #F2B55A !important;
}

.page-template-voice-services-right .voice-services-story.story_row:nth-of-type(2n + 2) .story_img_sh {
  left: unset !important;
  right: -30px;
}

#app * {
  font-family: "AttenNew", "arial" !important;
}
#app * .fa, #app * .fas {
  font-family: "Font Awesome 5 Free" !important;
}
#app * h1, #app * h2, #app * h3, #app * h4, #app * h5, #app * h6 {
  font-weight: 700;
}
#app * ul {
  list-style-type: none;
}

@media only screen and (max-width: 800px) {
  .voices-iframe {
    margin-top: 0;
  }
  .page-template-voice-services-right .voice-services-story.story_row:nth-of-type(2n + 1) .story_img_sm {
    bottom: 50px !important;
  }
  .sec_audio .audio-items .audio-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .page-template-voice .ex_sol_left {
    padding-bottom: 80px !important;
  }
  .page-template-voice .hp_grow_right {
    position: unset;
  }
  .page-template-voice .page_top.express .hero_img2 {
    top: 20px;
  }
  .page-template-voice .page_top.express .hero_img3 {
    display: none;
  }
  .page-template-voice .page_top.express .hero_img4 {
    display: none;
  }
  .page-template-voice .page_top.express .squre4 {
    display: none;
  }
  .page-template-voice .page_top.express .squre2 {
    position: absolute;
    bottom: 0;
    right: unset;
    left: 20px;
    z-index: 2;
  }
  .page-template-voice .page_top.express .squre1 {
    display: none;
  }
  .page-template-voice .page_top.express .squre3 {
    right: unset;
    left: 0;
  }
  .page-template-voice .page_top.express .icon2 {
    display: none;
  }
  .page-template-voice .page_top.express .icon3 {
    display: none;
  }
  .page-template-voice .page_top.express .icon4 {
    display: none;
  }
}
/*====== Zendesk =====*/
.page-template-zendesk .page_top.express .hero_img1 {
  margin-top: 0;
  top: 0;
  position: relative;
}
.page-template-zendesk .img-reveal:before {
  content: none;
}
.page-template-zendesk .page_top.express .squre1 {
  z-index: 0;
  width: 208px;
  height: 305px;
  left: 20px;
  top: -20px;
}
.page-template-zendesk .page_top.express .icon1 {
  bottom: 150px;
  left: -20px;
}
.page-template-zendesk .exp-logo {
  margin-bottom: 40px;
}
.page-template-zendesk .bt_primary {
  background-color: #3F7A6F;
  border: none;
}
.page-template-zendesk .bt_primary:hover {
  color: #fff;
}
.page-template-zendesk .sec-exp-how {
  padding-top: 140px;
}

.sec_serv_power {
  padding-bottom: 0;
}
.sec_serv_power h2 {
  font-weight: 400;
}

.sec-union {
  padding-top: 120px;
}

.union-banner-first {
  padding: 70px;
  background-color: #000;
  color: #fff;
  position: relative;
}
.union-banner-first::after {
  content: "";
  width: 230px;
  height: 230px;
  position: absolute;
  background-image: url(../../assets/img/svg/Union.svg);
  bottom: -12px;
  right: -12px;
}
.union-banner-first h3 {
  background-color: #3F7A70;
  color: #fff;
  font-weight: 700;
  padding: 16px 55px;
  position: absolute;
  left: 0;
  top: -32px;
}
.union-banner-first .union-banner-text h4 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 14px;
}
.union-banner-first .union-banner-text p {
  font-weight: 300;
  font-size: 22px;
}

.union-banner-second {
  padding: 70px;
  background-color: #DBEDEF;
  color: #111;
  position: relative;
  margin-top: 116px;
  margin-bottom: 40px;
}
.union-banner-second::after {
  content: "";
  width: 230px;
  height: 230px;
  position: absolute;
  background-image: url(../../assets/img/svg/Union1.svg);
  top: -12px;
  left: -12px;
}
.union-banner-second h3 {
  margin-bottom: 30px;
}
.union-banner-second .union-banner-text h4 {
  font-size: 24px;
  margin-bottom: 14px;
}
.union-banner-second .union-banner-text p {
  font-weight: 300;
  font-size: 22px;
}

.banner-zen {
  display: flex;
  background-color: #000000;
  color: #fff;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  top: -70px;
}
.banner-zen .banner-zen-logo {
  background-color: #003039;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
}
.banner-zen h4 {
  font-weight: 700;
  font-size: 24px;
  text-align: left;
  padding: 24px 44px;
  line-height: 48px;
}

@media only screen and (max-width: 800px) {
  .page-template-zendesk .sec-exp-how {
    padding-top: 20px;
  }
  .banner-zen {
    top: 0;
    flex-wrap: wrap;
    position: relative;
  }
  .banner-zen h4 {
    font-size: 20px;
    padding: 24px 24px;
    line-height: 34px;
  }
  .banner-zen .banner-zen-logo {
    width: 100%;
    padding: 24px;
  }
  .union-banner-first, .union-banner-second {
    padding: 40px 24px;
  }
  .union-banner-first .union-banner-text p, .union-banner-second .union-banner-text p {
    font-size: 18px;
  }
  .union-banner-first .union-banner-text h4, .union-banner-second .union-banner-text h4 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .union-banner-second h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .page-template-zendesk .page_top.express .squre1 {
    display: block;
    width: 208px;
    height: 200px;
    left: 20px;
    bottom: 0;
    top: unset;
  }
  .page-template-zendesk .page_top.express .hero_img1 {
    margin-top: 70px;
  }
}
/*====== SaaS =====*/
.sec_plans .inner_width {
  padding: 0;
}

.wats-table {
  padding: 10px 30px 50px;
}
.wats-table:first-child {
  padding-top: 67px;
}
.wats-table .wats-table-head {
  display: flex;
  margin-bottom: 18px;
}
.wats-table .wats-table-head .wats-table-head-first {
  flex-basis: 20%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.wats-table .wats-table-head .wats-table-head-second {
  background-color: #DDDEFC;
  border-radius: 6px;
  padding: 15px 0px 27px;
  display: flex;
  flex-basis: 80%;
  position: relative;
}
.wats-table .wats-table-head .wats-table-head-second .self-table {
  position: absolute;
  top: -45px;
}
.wats-table .wats-table-head .wats-table-head-second .plans-tab {
  flex-basis: 25%;
  height: 100%;
  border-right: 1px solid #F2F5F9;
  padding: 10px 30px 0;
  display: flex;
  flex-wrap: wrap;
}
.wats-table .wats-table-head .wats-table-head-second .plans-tab .plans-tab-title {
  width: 100%;
  align-self: flex-start;
  margin-bottom: 19px;
}
.wats-table .wats-table-head .wats-table-head-second .plans-tab .plans-tab-title h4 {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 7px;
}
.wats-table .wats-table-head .wats-table-head-second .plans-tab .plans-tab-title p {
  font-size: 14px;
  color: #8487BC;
}
.wats-table .wats-table-head .wats-table-head-second .plans-tab .plans-tab-price {
  width: 100%;
  align-self: flex-end;
}
.wats-table .wats-table-head .wats-table-head-second .plans-tab .plans-tab-price .bt_plan {
  padding: 13px 10px;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  background-color: #5A61F6;
  border-radius: 2px;
  display: inline-block;
  margin-top: 10px;
}
.wats-table .wats-table-head .wats-table-head-second .plans-tab .plans-tab-price p {
  margin-bottom: 5px;
  font-weight: bold;
  color: #000;
  font-size: 24px;
}
.wats-table .wats-table-head .wats-table-head-second .plans-tab .plans-tab-price p b {
  font-size: 18px;
  color: #8487BC;
  font-weight: 400;
  display: block;
  margin-top: -5px;
}
.wats-table .wats-table-head .wats-table-head-second .plans-tab .plans-tab-price p strong {
  font-size: 18px;
  color: #8487BC;
}
.wats-table .wats-table-head h3 {
  padding: 10px 15px;
  border: 2px solid #5A61F6;
  max-width: 160px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  align-self: flex-end;
  position: relative;
}
.wats-table .wats-table-head .arrows-title {
  position: absolute;
  bottom: -24px;
  left: -3px;
}
.wats-table .wats-table-head .table-logo {
  width: 190px;
  height: fit-content;
  padding-top: 10px;
}
.wats-table .table-tab {
  display: flex;
}
.wats-table .table-tab:nth-child(2) .table-tab-inner .table-tab-item:first-child {
  border-radius: 6px 0 0;
}
.wats-table .table-tab:nth-child(2) .table-tab-inner .table-tab-item:last-child {
  border-radius: 0 6px 0;
}
.wats-table .table-tab:last-child .table-tab-inner .table-tab-item {
  border-bottom: none;
}
.wats-table .table-tab:last-child .table-tab-title {
  border-bottom: none;
}
.wats-table .table-tab:last-child .table-tab-inner .table-tab-item:first-child {
  border-radius: 0 0 0 6px;
}
.wats-table .table-tab:last-child .table-tab-inner .table-tab-item:last-child {
  border-radius: 0 0 6px 0;
}
.wats-table .table-tab .table-tab-title {
  flex-basis: 20%;
  padding: 15px 10px 15px 5px;
  border-bottom: 1px solid #CEDDE3;
  position: relative;
}
.wats-table .table-tab .table-tab-title img {
  position: absolute;
  display: inline-block;
  top: 0px;
  right: -25px;
  cursor: pointer;
}
.wats-table .table-tab .table-tab-title img:hover ~ p {
  opacity: 1;
}
.wats-table .table-tab .table-tab-title h4 {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 5px;
  display: inline-block;
  margin-top: 5px;
  position: relative;
}
.wats-table .table-tab .table-tab-title h4 b {
  color: #5A61F6;
  font-weight: 400;
}
.wats-table .table-tab .table-tab-title h4 p {
  position: absolute;
  background-color: #000;
  top: -7px;
  max-width: 280px;
  padding: 10px 20px;
  width: 260px;
  font-size: 14px;
  color: #A3AEAF;
  margin-bottom: 5px;
  left: calc(100% + 35px);
  opacity: 0;
}
.wats-table .table-tab .table-tab-title h4 p::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 10px;
  width: 7px;
  height: 11px;
  background-image: url(../../assets/img/svg/info-message.svg);
}
.wats-table .table-tab .table-tab-inner {
  flex-basis: 80%;
  display: flex;
}
.wats-table .table-tab .table-tab-inner .table-tab-item {
  background-color: #fff;
  flex-basis: 25%;
  height: 100%;
  border-bottom: 1px solid #CEDDE3;
  border-right: 1px solid #CEDDE3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 16px;
}
.wats-table .table-tab .table-tab-inner .table-tab-item b {
  color: #A1B2B9;
  font-weight: normal;
}
.wats-table .table-tab .table-tab-inner .table-tab-item:last-child {
  border-right: none;
}

.sec_exp_tech-top {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.sec_exp_tech-top .exp_tech_left .title--28 {
  margin-left: 0;
  width: 80%;
  z-index: 1;
  position: relative;
}
.sec_exp_tech-top .exp_tech_left .text {
  padding-right: 0;
}
.sec_exp_tech-top .box--pad {
  margin-left: 50px;
  margin-top: -10px;
  padding: 32px;
  position: relative;
  z-index: 0;
}
.sec_exp_tech-top .icon2 {
  position: absolute;
  left: 84px;
  top: 38px;
}
.sec_exp_tech-top .icon3 {
  position: absolute;
  left: 154px;
  bottom: -200px;
}
.sec_exp_tech-top .icon4 {
  position: absolute;
  left: 184px;
  bottom: -144px;
}
.sec_exp_tech-top .exp_tech_left .squre1 {
  width: 170px;
  height: 32px;
  bottom: 30px;
  left: -100px;
}

@media only screen and (max-width: 1000px) {
  .sec_plans {
    overflow-x: scroll;
    padding: 5px;
  }
  .sec_plans .inner_width {
    width: 1000px;
  }
  .wats-table .wats-table-head .table-logo {
    width: 140px;
  }
  .wats-table .wats-table-head .wats-table-head-second .plans-tab {
    padding: 10px 25px 0;
  }
  .wats-table .wats-table-head .wats-table-head-second {
    padding-bottom: 20px;
  }
  .wats-table .wats-table-head .wats-table-head-second .plans-tab .plans-tab-price .bt_plan {
    border-radius: 100px;
  }
  .wats-table {
    padding: 10px 20px 50px;
  }
  .wats-table:first-child {
    padding-top: 62px;
  }
}
@media only screen and (max-width: 1200px) {
  .wats-table .table-tab .table-tab-title h4 {
    position: unset;
  }
  .wats-table .table-tab .table-tab-title img {
    top: 20px;
    right: 8px;
  }
  .wats-table .table-tab .table-tab-title h4 p {
    top: 14px;
    left: calc(100% + 5px);
  }
  .wats-table .table-tab .table-tab-title {
    padding-right: 25px;
  }
}
/*===== contact =====*/
.sec_form {
  padding-top: 0;
  margin-top: -123px;
  padding-bottom: 100px;
}
.sec_form .inner_width {
  max-width: 1040px;
}

.contact_wrap {
  padding-top: 120px;
}

.page-template-contact .sec_ft_form {
  display: none;
}

.contact_wrap {
  min-height: 500px;
}
.contact_wrap .line_vertical {
  left: 0;
  top: 30%;
}
.contact_wrap .line {
  height: 60px;
  width: 150px;
}
.contact_wrap .squre {
  width: 122px;
  right: -80px;
  top: 20%;
}

.lets_item {
  padding: 0 30px;
  width: 33.3333333333%;
  margin-bottom: 40px;
}
.lets_item .tx--24 {
  margin: 30px 0 40px;
}
.lets_item .bt_primary {
  padding: 0 35px;
  height: 52px;
  border: none;
  color: white;
}
.lets_item:nth-child(1) .bt_primary {
  background-color: #575DFF;
}
.lets_item:nth-child(2) .bt_primary {
  background-color: #1b7c6f;
}
.lets_item:nth-child(3) .bt_primary {
  background-color: #FF6363;
}

.lets_item_ic img {
  height: 88px;
  margin: 0 auto;
}

.contact_form_in {
  max-width: 490px;
  margin: 0 auto;
}
.contact_form_in .form_input input {
  height: 40px;
  padding: 0 14px;
  background-color: white;
  font-size: 16px;
}
.contact_form_in .form_input textarea {
  background-color: white;
  font-size: 16px;
}
.contact_form_in .form_input label, .contact_form_in .form_select label {
  position: static;
  padding: 0;
  margin-bottom: 5px;
  color: #575DFF;
  font-size: 16px;
  opacity: 1;
  display: block;
}
.contact_form_in .focused.form_input label, .contact_form_in .focused.filter_select label {
  font-weight: 400;
}
.contact_form_in .text {
  font-size: 13px;
}
.contact_form_in .text a {
  color: #094254;
  text-decoration: underline;
}
.contact_form_in .form_submit {
  width: auto;
  display: inline-block;
  margin-top: 30px;
}
.contact_form_in .form_submit input {
  background-color: black;
  padding: 0 32px;
}

.form_select .select2-container .select2-selection--single {
  background-color: white;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  border: none;
}

.form_select .select2-container .select2-selection--single {
  font-size: 16px;
}

.form_select .select2-container--default .select2-selection--single .select2-selection__arrow {
  left: auto;
  right: 0;
  background-image: url(../../assets/img/svg/arrow_down_purple.svg);
}

.select2-dropdown {
  border-radius: 0 !important;
}

.select2-results .select2-results__option {
  border: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #E8ECF0;
  color: #094254;
}

@media only screen and (max-width: 800px) {
  .contact_wrap {
    padding-left: 32px;
    padding-right: 32px;
  }
  .contact_wrap .form_input, .contact_wrap .form--width, .contact_wrap .form_select {
    width: 100%;
  }
  .contact_wrap .line_vertical {
    top: 50%;
  }
  .contact_wrap .squre {
    width: 60px;
    right: -50px;
  }
  .lets_item {
    margin-bottom: 60px;
  }
  .lets_item .tx--24 {
    margin: 20px auto 20px;
    max-width: 320px;
  }
  .contact_form_in .form_submit input {
    white-space: normal;
    height: auto;
    line-height: 1.1;
    padding: 12px 30px;
    min-height: 52px;
  }
}
/*===== contact new =====*/
.page-template-contact-new .form-sales {
  background: linear-gradient(90deg, #DBF0F2 60%, #fff 40%);
  padding-bottom: 0;
}
.page-template-contact-new .form-sales #msform fieldset {
  max-width: unset;
}
.page-template-contact-new .form-sales #msform .hbspt-form .actions {
  text-align: center;
}
.page-template-contact-new .form-sales .form-sales-right {
  width: 40%;
  padding-left: 90px;
  padding-bottom: 400px;
}
.page-template-contact-new .form-sales .form-sales-right .contact_form_links {
  text-align: center;
}
.page-template-contact-new .form-sales .form-sales-right .contact_form_link {
  margin-bottom: 23px;
}
.page-template-contact-new .form-sales .form-sales-right .contact_form_link h3 {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 20px;
  color: #000;
}
.page-template-contact-new .form-sales .form-sales-right .contact_form_link .bt_border {
  color: #5857FF;
  border-color: #5857FF;
  font-weight: 500;
  font-size: 16px;
}
.page-template-contact-new .form-sales .form-sales-right .contact_form_link .bt_border:hover {
  color: white;
  background-color: #5857FF;
}
.page-template-contact-new .form-sales .form-sales-right .expt_prof_img {
  top: unset;
  width: 33%;
  padding-left: 35px;
  padding-right: 26px;
  margin-top: 80px;
}
.page-template-contact-new .form-sales .form-sales-right .expt_prof_img .img-cover:before {
  padding-top: 70%;
}
.page-template-contact-new .form-sales .form-sales-right .expt_prof_img .squre-1 {
  width: 99px;
  height: 146px;
  right: 0px;
  top: -20px;
  z-index: 0;
}
.page-template-contact-new .form-sales .form-sales-right .expt_prof_img .squre-2 {
  width: 53px;
  height: 53px;
  right: 0px;
  bottom: -15px;
  top: unset;
  z-index: 1;
}
.page-template-contact-new .form-sales .form-sales-right .expt_prof_img .icon1 {
  top: -20px;
  left: 50px;
  max-width: 130px;
}
.page-template-contact-new .form-sales .form-sales-left {
  width: 60%;
  display: inline-block;
  padding-right: 100px;
  padding-left: 0px;
}
.page-template-contact-new .form-sales .form-sales-left h1 {
  font-weight: 800;
  font-size: 40px;
  color: #000000;
  margin-bottom: 4px;
}
.page-template-contact-new .form-sales .form-sales-left > p {
  font-size: 15px;
}
.page-template-contact-new .form-sales .contact_form_wrap {
  margin-top: 32px;
}

.page-template-contact-new .sec-exp-quote .arrow-r, .page-template-contact-new .sec-exp-quote .arrow-l {
  background-color: #000000;
}
.page-template-contact-new .sec-exp-quote.sec_quote {
  padding-top: 70px;
  padding-bottom: 70px;
}
.page-template-contact-new .sec-exp-quote.sec_quote .quote_slide::before {
  background-image: url(../../assets/img/svg/quotes_black.svg);
}
.page-template-contact-new .exp-logos {
  background-color: #fff;
  margin: 0;
  margin-top: 20px;
}
.page-template-contact-new .exp-logos h2 {
  font-weight: 700;
  font-size: 44px;
}
.page-template-contact-new .exp-logos .logo_item {
  background-color: transparent;
}
.page-template-contact-new .page_top.form-sales {
  padding-top: 50px;
}

.thanks-blocks-wrap {
  display: flex;
  justify-content: center;
  background-color: #DBF0F2;
}
.thanks-blocks-wrap .thanks-blocks {
  display: flex;
  margin-top: 0;
}
.thanks-blocks-wrap .thanks-blocks:first-child {
  margin-right: 50px;
}
.thanks-blocks-wrap .thanks-blocks .thanks-block {
  border: none;
}
.thanks-blocks-wrap .thanks-blocks .thanks-block .bt_primary {
  border: none;
}

.thanks-page-title {
  text-align: center;
  background-color: #DBF0F2;
  padding-top: 47px;
}
.thanks-page-title h1 {
  font-weight: 700;
  font-size: 47px;
  color: #000000;
  margin-bottom: 10px;
}
.thanks-page-title p {
  color: #000000;
}

.page-template-thank-you .sec_logos {
  padding-top: 0;
  background-color: #fff;
}

.page-template-thank-you .exp-logos {
  background-color: #fff;
}
.page-template-thank-you .exp-logos h2 {
  font-weight: 700;
  font-size: 44px;
}
.page-template-thank-you .exp-logos .logo_item {
  background-color: transparent;
}

.thanks-testemonial {
  background-color: #DBF0F2;
}
.thanks-testemonial .thanks-testemonial-text-wrap {
  width: 55%;
  background-color: #fff;
  position: relative;
}
.thanks-testemonial .thanks-testemonial-text-wrap::before {
  background-image: url(../../assets/img/svg/quotes_black.svg);
  content: "";
  position: absolute;
  width: 61px;
  height: 50px;
  top: -25px;
  right: 65px;
  z-index: 1;
}
.thanks-testemonial .thanks-testemonial-text-wrap .testemonial-icon {
  position: absolute;
  left: 0;
  top: -30px;
}
.thanks-testemonial .thanks-testemonial-text-wrap .thanks-testemonial-text {
  padding: 62px 38px 54px;
  font-size: 20px;
  line-height: 132%;
}
.thanks-testemonial .thanks-testemonial-text-wrap .thanks-testemonial-author {
  display: flex;
}
.thanks-testemonial .thanks-testemonial-text-wrap .thanks-testemonial-author img {
  margin-right: 35px;
}
.thanks-testemonial .thanks-testemonial-text-wrap .thanks-testemonial-author .thanks-testemonial-author-stars p {
  margin-top: 21px;
  font-style: italic;
  color: #454D55;
  font-size: 16px;
}
.thanks-testemonial .thanks-testemonial-img {
  width: 45%;
}
.thanks-testemonial .thanks-testemonial-img .img-cover.abs {
  position: absolute;
  width: 191px;
  height: 225px;
  top: 0;
  left: 37px;
}
.thanks-testemonial .thanks-testemonial-img .hero_img1 {
  position: relative;
  width: 361px;
  height: 308px;
  margin-left: auto;
  margin-top: 26px;
}
.thanks-testemonial .thanks-testemonial-img .squre-1 {
  width: 356px;
  height: 332px;
  left: 0;
  top: 0;
}
.thanks-testemonial .thanks-testemonial-img .squre-2 {
  width: 68px;
  height: 31px;
  right: 80px;
  top: 0;
}
.thanks-testemonial .thanks-testemonial-img .squre-3 {
  width: 86px;
  height: 33px;
  left: 0;
  bottom: -10px;
}

@media only screen and (max-width: 800px) {
  .page-template-contact-new .form-sales .contact_form_wrap {
    margin: 32px auto 0;
  }
  .page-template-contact-new .form-sales, .page-template-contact .form-sales {
    background: #dbf0f2;
  }
  .page-template-contact-new .form-sales #msform fieldset, .page-template-contact .form-sales #msform fieldset {
    min-height: unset;
  }
  .page-template-contact-new .form-sales .d-flex, .page-template-contact .form-sales .d-flex {
    flex-wrap: wrap;
  }
  .page-template-contact-new .form-sales .form-sales-right, .page-template-contact .form-sales .form-sales-right {
    width: 100%;
    padding-bottom: 0;
    padding-left: unset;
    margin-top: 70px;
  }
  .page-template-contact-new .form-sales .form-sales-right .expt_prof_img, .page-template-contact .form-sales .form-sales-right .expt_prof_img {
    margin-top: 70px;
  }
  .page-template-contact-new .form-sales .form-sales-left, .page-template-contact .form-sales .form-sales-left {
    width: 100%;
    padding-right: unset;
    padding-left: unset;
  }
  .page-template-contact-new .page_top.form-sales {
    padding-top: 20px;
  }
  .page-template-contact-new .sec-exp-quote.sec_quote {
    padding-bottom: 0;
  }
  .thanks-page-title h1, .page-template-thank-you .exp-logos h2, .page-template-contact-new .exp-logos h2 {
    font-size: 32px;
  }
  .thanks-blocks-wrap {
    flex-wrap: wrap;
    padding: 30px 15px 50px;
  }
  .thanks-blocks-wrap .thanks-blocks:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .thanks-testemonial .thanks-testemonial-img {
    display: none;
  }
  .thanks-testemonial .thanks-testemonial-text-wrap {
    width: 100%;
  }
  .thanks-testemonial .thanks-testemonial-text-wrap .testemonial-icon {
    width: 170px;
    top: -20px;
  }
  .thanks-testemonial .thanks-testemonial-text-wrap::before {
    right: 16px;
  }
  .thanks-testemonial .thanks-testemonial-text-wrap .thanks-testemonial-author .thanks-testemonial-author-stars img {
    margin-right: 0;
    width: 100px;
  }
  .thanks-testemonial .thanks-testemonial-text-wrap .thanks-testemonial-author .thanks-testemonial-author-stars p {
    margin-top: 10px;
  }
  .thanks-testemonial .thanks-testemonial-text-wrap .thanks-testemonial-author img {
    margin-right: 25px;
  }
}
/*==== industries ========*/
.indust_item_in {
  max-width: 430px;
}

.indust_item {
  margin-bottom: 130px;
}
@media only screen and (min-width: 800px) {
  .indust_item:nth-of-type(2n + 1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .indust_item:nth-of-type(2n + 2) {
    -webkit-transform: translateY(420px);
    -ms-transform: translateY(420px);
    transform: translateY(420px);
  }
  .indust_item:nth-child(2) {
    -webkit-transform: translateY(220px);
    -ms-transform: translateY(220px);
    transform: translateY(220px);
  }
  .indust_item:nth-of-type(3n + 3) {
    margin-bottom: 200px;
  }
}

.indust_item_top {
  width: 64%;
  margin: 0 auto;
  margin-bottom: -85px;
}
.indust_item_top:before {
  content: "";
  display: block;
  padding-top: 63%;
}
.indust_item_top .cover:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.indust_item_bottom {
  padding-top: 120px;
}

.indust_item_content {
  padding: 0 20px 50px;
}
.indust_item_content .text {
  max-width: 370px;
  margin: 0 auto 25px;
}

.indust_item_logos {
  background: rgba(255, 255, 255, 0.4);
  padding: 10px 0;
}

.indust_item_logo {
  width: 33.3333333333%;
  padding: 0 5px;
  height: 60px;
}

.indust_item_logo img {
  mix-blend-mode: multiply;
  max-height: 35px;
  max-width: 75%;
  width: auto;
}

.indust_item:nth-of-type(12n + 1) .line_vertical {
  display: none;
}
.indust_item:nth-of-type(12n + 1) .squre {
  left: 6%;
  top: -53px;
}
@media only screen and (max-width: 800px) {
  .indust_item:nth-of-type(12n + 1) .squre {
    left: -36px;
    top: 25px;
  }
}

.indust_item:nth-of-type(12n + 2) .squre {
  left: -10px;
  top: -30px;
  width: 54px;
  height: 64px;
}
.indust_item:nth-of-type(12n + 2) .line_vertical {
  width: 54px;
  left: 67px;
  top: -75px;
}
.indust_item:nth-of-type(12n + 2) .line {
  height: 54px;
}
@media only screen and (max-width: 800px) {
  .indust_item:nth-of-type(12n + 2) .squre {
    left: -23px;
    top: -9px;
    width: 28px;
    height: 28px;
  }
  .indust_item:nth-of-type(12n + 2) .line_vertical {
    width: 32px;
    left: 20px;
    top: -9px;
  }
  .indust_item:nth-of-type(12n + 2) .line {
    height: 32px;
    width: 50px;
  }
}

.indust_item:nth-of-type(12n + 3) .line_vertical {
  display: none;
}
.indust_item:nth-of-type(12n + 3) .squre {
  left: auto;
  top: -30px;
  right: 8%;
  z-index: 2;
}

.indust_item:nth-of-type(12n + 4) .squre {
  display: none;
}
.indust_item:nth-of-type(12n + 4) .line_vertical {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  top: -36px;
  left: 5px;
}
.indust_item:nth-of-type(12n + 4) .line {
  height: 74px;
  width: 128px;
}
@media only screen and (max-width: 800px) {
  .indust_item:nth-of-type(12n + 4) .line {
    height: 60px;
    width: 128px;
  }
}

.indust_item:nth-of-type(12n + 5) .line_vertical {
  display: none;
}
.indust_item:nth-of-type(12n + 5) .squre {
  left: auto;
  top: 60%;
  z-index: 2;
  right: -30px;
}

.indust_item:nth-of-type(12n + 6) .line_vertical {
  display: none;
}
.indust_item:nth-of-type(12n + 6) .squre {
  left: 10px;
  top: -70px;
  width: 70px;
  height: 60px;
}
@media only screen and (max-width: 800px) {
  .indust_item:nth-of-type(12n + 6) .squre {
    height: 45px;
    width: 55px;
    top: -50px;
    left: -10px;
  }
}

.indust_item:nth-of-type(12n + 7) .line_vertical {
  display: none;
}
.indust_item:nth-of-type(12n + 7) .squre {
  left: auto;
  top: 30px;
  z-index: 2;
  right: 0px;
  width: 50px;
}
@media only screen and (max-width: 800px) {
  .indust_item:nth-of-type(12n + 7) .squre {
    width: 32px;
    top: 27px;
  }
}

.indust_item:nth-of-type(12n + 8) .line_vertical {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  top: -104px;
  left: 60px;
}
.indust_item:nth-of-type(12n + 8) .line {
  height: 74px;
  width: 105px;
}
.indust_item:nth-of-type(12n + 8) .squre {
  left: 0;
  top: -30px;
  width: 42px;
}
@media only screen and (max-width: 800px) {
  .indust_item:nth-of-type(12n + 8) .line_vertical {
    top: -57px;
  }
  .indust_item:nth-of-type(12n + 8) .line {
    height: 42px;
  }
  .indust_item:nth-of-type(12n + 8) .squre {
    width: 28px;
    top: -19px;
  }
}

.indust_item:nth-of-type(12n + 9) .line_vertical {
  display: none;
}
.indust_item:nth-of-type(12n + 9) .squre {
  left: auto;
  top: -89px;
  right: 20%;
}
@media only screen and (max-width: 800px) {
  .indust_item:nth-of-type(12n + 9) .squre {
    top: -50px;
  }
}

.indust_item:nth-of-type(12n + 10) .line_vertical {
  display: none;
}
.indust_item:nth-of-type(12n + 10) .squre {
  left: -20px;
  top: 89px;
  z-index: 2;
  width: 70px;
  height: 65px;
}
@media only screen and (max-width: 800px) {
  .indust_item:nth-of-type(12n + 10) .squre {
    width: 45px;
    height: auto;
    top: 59px;
  }
}

.indust_item:nth-of-type(12n + 11) .line_vertical {
  left: auto;
  right: 5px;
  width: 70px;
  z-index: 2;
  top: -22px;
}
.indust_item:nth-of-type(12n + 11) .line {
  height: 70px;
  width: 112px;
}
.indust_item:nth-of-type(12n + 11) .squre {
  left: auto;
  top: -120px;
  right: 26%;
  width: 65px;
  height: 55px;
}
@media only screen and (max-width: 800px) {
  .indust_item:nth-of-type(12n + 11) .line_vertical {
    left: auto;
    right: 5px;
    width: 45px;
    z-index: 2;
    top: -15px;
  }
  .indust_item:nth-of-type(12n + 11) .line {
    height: 45px;
    width: 70px;
  }
  .indust_item:nth-of-type(12n + 11) .squre {
    left: auto;
    top: -70px;
    right: 25%;
    width: 40px;
    height: 35px;
  }
}

.indust_item:nth-of-type(12n + 12) .line_vertical, .indust_item:nth-of-type(12n + 12) .squre {
  display: none;
}
@media only screen and (max-width: 800px) {
  .indust_item:nth-of-type(12n + 12) {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 800px) {
  .sec_indust {
    margin-bottom: 220px;
  }
}

.indus_shapes_bottom {
  position: absolute;
  bottom: -80px;
  right: 7%;
  width: 339px;
  height: 160px;
}
.indus_shapes_bottom .squre {
  width: 118px;
  height: 98px;
  left: auto;
  right: -4px;
  top: auto;
  bottom: -98px;
}
.indus_shapes_bottom .line_vertical {
  left: auto;
  right: 118px;
  z-index: 2;
  top: -13px;
}
.indus_shapes_bottom .line {
  height: 118px;
  width: 172px;
}
.indus_shapes_bottom .indus_shapes_bottom_sh {
  position: absolute;
  left: 0;
  bottom: 0;
}

@media only screen and (max-width: 800px) {
  .indust_item {
    margin-bottom: 88px;
  }
  .indust_item_in {
    max-width: 290px;
    margin: 0 auto;
  }
  .indust_item_top {
    width: 190px;
    margin-bottom: -74px;
  }
  .indust_item_top:before {
    padding-top: 70%;
  }
  .indust_item_top .hp_idus_sh {
    height: 65px;
  }
  .indust_item_bottom {
    padding-top: 98px;
  }
  .indust_item_bottom .title--32 {
    font-size: 30px;
    line-height: 1.1;
  }
  .indust_item_logo {
    height: 40px;
  }
  .indust_item_logo img {
    max-height: 25px;
  }
}
/*==== popups ======*/
.popup_wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  overflow-y: scroll;
  display: none;
}

.bgblack {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.popup_in {
  position: relative;
  height: 100%;
  overflow-y: scroll;
  z-index: 10;
  padding: 0 12px;
}

.popup {
  max-width: 650px;
  background: white;
  padding: 40px;
  padding-bottom: 60px;
  position: relative;
  top: 110px;
  margin: 0 auto 50px;
  z-index: 6;
  text-align: center;
}

.pop--small {
  max-width: 550px;
  padding-top: 50px;
}

.popup_close a {
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 15px;
  left: 15px;
  text-align: center;
}

.popup_close a svg {
  width: 15px;
  height: 100%;
}

.close-animate a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.close-animate a svg {
  display: block;
  margin: 0 auto;
}

.close-animate a:hover {
  -ms-transform: rotate(180deg);
  -ms-transform-origin: 50% 50%;
  -webkit-transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  transform: rotate(180deg);
  transform-origin: 50% 50%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.pop_thank .popup_in {
  padding: 65px 60px;
}
.pop_thank .popup {
  max-width: 1440px;
  top: auto;
  margin: 0 auto;
}
.pop_thank .title {
  font-size: 45px;
}
.pop_thank .text {
  max-width: 410px;
  margin: 0 auto;
}
.pop_thank .text a {
  color: #094254;
  font-weight: bold;
}
.pop_thank .bt_border {
  width: 154px;
  margin-top: 40px;
}
.pop_thank .bgblack {
  display: none;
}
@media only screen and (max-width: 800px) {
  .pop_thank .popup_in {
    padding: 45px 32px;
  }
  .pop_thank .popup {
    padding: 30px 15px;
  }
}

/*==== text =======*/
.page-template-text .sec_ft_form, .error404 .sec_ft_form {
  display: none;
}

.text_page .main_tx {
  padding-top: 40px;
}

@media only screen and (min-width: 800px) {
  .text_side {
    padding-right: 7%;
  }
  .text_page .main_tx {
    width: 59%;
    margin-right: 9%;
    padding-top: 15px;
  }
}
@media all and (max-width: 991px) {
  .page-template-voice-services .title, .page-template-voice-services-right .title {
    font-size: 30px;
  }
}
.page-template-voice-services .voice-services-story, .page-template-voice-services-right .voice-services-story {
  align-items: center;
  margin-bottom: 0;
}
@media all and (min-width: 992px) {
  .page-template-voice-services .voice-services-story:not(:last-child), .page-template-voice-services-right .voice-services-story:not(:last-child) {
    margin-bottom: 140px;
  }
}
.page-template-voice-services .voice-services-story.story_row:nth-of-type(2n + 1) .story_img_big, .page-template-voice-services-right .voice-services-story.story_row:nth-of-type(2n + 1) .story_img_big {
  width: 100%;
  left: 0;
}
@media all and (max-width: 991px) {
  .page-template-voice-services .voice-services-story.story_row:nth-of-type(2n + 1) .story_img_big, .page-template-voice-services-right .voice-services-story.story_row:nth-of-type(2n + 1) .story_img_big {
    top: 0;
    width: 80%;
    max-width: inherit;
    max-height: 200px;
  }
}
.page-template-voice-services .voice-services-story.story_row:nth-of-type(2n + 1) .story_img_big .line, .page-template-voice-services-right .voice-services-story.story_row:nth-of-type(2n + 1) .story_img_big .line {
  width: 127px;
  height: 26px;
  right: 39px;
  top: 62px;
  z-index: 2;
}
@media all and (max-width: 991px) {
  .page-template-voice-services .voice-services-story.story_row:nth-of-type(2n + 1) .story_img_big .line, .page-template-voice-services-right .voice-services-story.story_row:nth-of-type(2n + 1) .story_img_big .line {
    width: 63px;
    height: 13px;
    top: 5%;
    right: 0;
  }
}
.page-template-voice-services .voice-services-story.story_row:nth-of-type(2n + 1) .story_img_sm, .page-template-voice-services-right .voice-services-story.story_row:nth-of-type(2n + 1) .story_img_sm {
  max-height: 126px;
  top: initial;
  bottom: -65px;
  right: calc(50% - 100px);
}
@media all and (max-width: 991px) {
  .page-template-voice-services .voice-services-story.story_row:nth-of-type(2n + 1) .story_img_sm, .page-template-voice-services-right .voice-services-story.story_row:nth-of-type(2n + 1) .story_img_sm {
    width: 126px;
    height: 63px;
    bottom: 50px;
    left: -10px;
  }
}
.page-template-voice-services .voice-services-story.story_row:nth-of-type(2n + 1) .story_img_sh, .page-template-voice-services .voice-services-story.story_row:nth-of-type(2n + 1) .line2, .page-template-voice-services-right .voice-services-story.story_row:nth-of-type(2n + 1) .story_img_sh, .page-template-voice-services-right .voice-services-story.story_row:nth-of-type(2n + 1) .line2 {
  display: block;
}
.page-template-voice-services .voice-services-story.story_row:nth-of-type(2n + 1) .story_img_sh, .page-template-voice-services-right .voice-services-story.story_row:nth-of-type(2n + 1) .story_img_sh {
  position: absolute;
  right: -10%;
  bottom: 10%;
}
@media all and (max-width: 991px) {
  .page-template-voice-services .voice-services-story.story_row:nth-of-type(2n + 1) .story_img_sh, .page-template-voice-services-right .voice-services-story.story_row:nth-of-type(2n + 1) .story_img_sh {
    width: 50px;
    height: 33px;
    right: 10%;
    bottom: 25%;
  }
}
.page-template-voice-services .voice-services-story.story_row:nth-of-type(2n + 1) .square.first .line_in, .page-template-voice-services-right .voice-services-story.story_row:nth-of-type(2n + 1) .square.first .line_in {
  width: 78px;
  height: 78px;
  top: 39px;
  left: -39px;
}
@media all and (max-width: 991px) {
  .page-template-voice-services .voice-services-story.story_row:nth-of-type(2n + 1) .square.first .line_in, .page-template-voice-services-right .voice-services-story.story_row:nth-of-type(2n + 1) .square.first .line_in {
    width: 39px;
    height: 39px;
    top: 15px;
    left: -15px;
  }
}
.page-template-voice-services .voice-services-story.story_row:nth-of-type(2n + 1) .square.second, .page-template-voice-services-right .voice-services-story.story_row:nth-of-type(2n + 1) .square.second {
  right: 20%;
  bottom: -90px;
  width: 145px;
  height: 69px;
  position: absolute;
}
@media all and (max-width: 991px) {
  .page-template-voice-services .voice-services-story.story_row:nth-of-type(2n + 1) .square.second, .page-template-voice-services-right .voice-services-story.story_row:nth-of-type(2n + 1) .square.second {
    width: 72px;
    height: 34px;
    left: 15%;
    bottom: 13%;
    right: inherit;
  }
}
.page-template-voice-services .voice-services-story.story_row:nth-of-type(2n + 1) .square.fouth, .page-template-voice-services-right .voice-services-story.story_row:nth-of-type(2n + 1) .square.fouth {
  width: 239px;
  height: 168px;
  position: absolute;
  top: 39px;
  right: -84px;
  z-index: 1;
}
@media all and (max-width: 991px) {
  .page-template-voice-services .voice-services-story.story_row:nth-of-type(2n + 1) .square.fouth, .page-template-voice-services-right .voice-services-story.story_row:nth-of-type(2n + 1) .square.fouth {
    width: 120px;
    height: 85px;
    right: 0;
    top: -20px;
  }
}
@media all and (min-width: 992px) {
  .page-template-voice-services .voice-services-story.story_row:nth-of-type(2n + 2) .story_content, .page-template-voice-services-right .voice-services-story.story_row:nth-of-type(2n + 2) .story_content {
    padding-left: 50px;
  }
}
.page-template-voice-services .voice-services-story.story_row:nth-of-type(2n + 2) .story_img_sh, .page-template-voice-services-right .voice-services-story.story_row:nth-of-type(2n + 2) .story_img_sh {
  top: -30px;
  left: -30px;
}
@media all and (max-width: 991px) {
  .page-template-voice-services .voice-services-story.story_row:nth-of-type(2n + 2) .story_img_sh, .page-template-voice-services-right .voice-services-story.story_row:nth-of-type(2n + 2) .story_img_sh {
    left: -15px;
    width: 60px;
    height: 40px;
  }
}
.page-template-voice-services .voice-services-story.story_row:nth-of-type(2n + 2) .square.first, .page-template-voice-services-right .voice-services-story.story_row:nth-of-type(2n + 2) .square.first {
  width: 96px;
  height: 96px;
  position: absolute;
  bottom: -40px;
  left: -60px;
  z-index: -1;
}
.page-template-voice-services .voice-services-story.story_row:nth-of-type(2n + 2) .square.first .paroller, .page-template-voice-services-right .voice-services-story.story_row:nth-of-type(2n + 2) .square.first .paroller {
  width: 100%;
  height: 100%;
}
@media all and (max-width: 991px) {
  .page-template-voice-services .voice-services-story.story_row:nth-of-type(2n + 2) .square.first, .page-template-voice-services-right .voice-services-story.story_row:nth-of-type(2n + 2) .square.first {
    width: 72px;
    height: 63px;
    left: -25px;
    bottom: 35px;
  }
}
.page-template-voice-services .voice-services-story.story_row:nth-of-type(2n + 2) .story_img_big .line, .page-template-voice-services-right .voice-services-story.story_row:nth-of-type(2n + 2) .story_img_big .line {
  display: block;
  width: 86px;
  height: 174px;
  top: 20%;
  right: -5%;
}
.page-template-voice-services .voice-services-story.story_row:nth-of-type(2n + 2) .story_img_big .line_in, .page-template-voice-services-right .voice-services-story.story_row:nth-of-type(2n + 2) .story_img_big .line_in {
  background: #FFB245;
}
@media all and (max-width: 991px) {
  .page-template-voice-services .voice-services-story.story_row:nth-of-type(2n + 2) .story_img_big .line, .page-template-voice-services-right .voice-services-story.story_row:nth-of-type(2n + 2) .story_img_big .line {
    width: 56px;
    height: 114px;
    left: 86%;
    z-index: -1;
  }
}
@media all and (max-width: 991px) {
  .page-template-voice-services .voice-services-story.story_row:nth-of-type(2n + 2) .story_img_big, .page-template-voice-services-right .voice-services-story.story_row:nth-of-type(2n + 2) .story_img_big {
    max-width: 100%;
    left: 0;
    margin: 0;
    max-height: 180px;
  }
}
@media all and (max-width: 991px) {
  .page-template-voice-services .voice-services-story .story_content, .page-template-voice-services-right .voice-services-story .story_content {
    text-align: center;
  }
}
@media all and (max-width: 991px) {
  .page-template-voice-services .how-row, .page-template-voice-services-right .how-row {
    padding: 0 20px;
    justify-content: center;
  }
}
@media all and (min-width: 992px) {
  .page-template-voice-services .how-row, .page-template-voice-services-right .how-row {
    gap: 20px;
  }
}
@media all and (min-width: 1199px) {
  .page-template-voice-services .how-row, .page-template-voice-services-right .how-row {
    gap: 40px;
  }
}
.page-template-voice-services .how-text, .page-template-voice-services-right .how-text {
  font-size: 24px;
  line-height: 34px;
  display: block;
  max-width: 925px;
  margin: auto;
  margin-bottom: 60px;
}
.page-template-voice-services .how-item, .page-template-voice-services-right .how-item {
  margin-bottom: 60px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media all and (max-width: 991px) {
  .page-template-voice-services .how-item, .page-template-voice-services-right .how-item {
    text-align: center;
  }
}
@media all and (min-width: 768px) {
  .page-template-voice-services .how-item, .page-template-voice-services-right .how-item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media all and (min-width: 992px) {
  .page-template-voice-services .how-item, .page-template-voice-services-right .how-item {
    flex: 0 0 20%;
    max-width: calc(20% - 20px);
  }
}
@media all and (min-width: 1199px) {
  .page-template-voice-services .how-item, .page-template-voice-services-right .how-item {
    max-width: calc(20% - 40px);
  }
}
.page-template-voice-services .how-item_top, .page-template-voice-services-right .how-item_top {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media all and (max-width: 991px) {
  .page-template-voice-services .how-item_top, .page-template-voice-services-right .how-item_top {
    width: max-content;
    margin: 0 auto 20px;
  }
}
.page-template-voice-services .how-item_top .digit, .page-template-voice-services-right .how-item_top .digit {
  font-size: 60px;
  line-height: 48px;
  color: #FFB245;
  display: block;
  margin-right: 10px;
  font-weight: bold;
}
@media all and (max-width: 991px) {
  .page-template-voice-services .how-item_bottom, .page-template-voice-services-right .how-item_bottom {
    text-align: center;
  }
}
.page-template-voice-services .border-left, .page-template-voice-services-right .border-left {
  left: -10px;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: inherit;
  background-color: #1b7c6f !important;
}
@media all and (max-width: 991px) {
  .page-template-voice-services .sec_hp_why .title, .page-template-voice-services-right .sec_hp_why .title {
    padding-top: 0;
  }
}

.page-template-page-fast-translation .sec_servicelist {
  padding-bottom: 0;
}
.page-template-page-fast-translation .border-left {
  left: -10px;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: inherit;
  background-color: #5857FF !important;
}
.page-template-page-fast-translation .page_top.express .hero_img1 {
  top: 0;
  margin-top: 0px;
  width: 388px;
  position: absolute;
  right: 30px;
  height: 292px;
}
.page-template-page-fast-translation .page_top.express .hero_img2 {
  top: 60px;
  width: 273px;
  height: 81px;
  left: 0;
}
.page-template-page-fast-translation .page_top.express .hero_img3 {
  top: 190px;
  width: 384px;
  position: absolute;
  height: 255px;
  left: 0;
  z-index: 2;
}
.page-template-page-fast-translation .page_top.express .squre1 {
  position: absolute;
  top: 170px;
  left: 100px;
  width: 307px;
  height: 247px;
  z-index: 1;
}
.page-template-page-fast-translation .page_top.express .icon1 {
  position: absolute;
  bottom: 0;
  left: unset;
  right: 30px;
  z-index: 2;
}
.page-template-page-fast-translation .bt_primary {
  background-color: #5857FF;
  border: 1px solid #5857FF;
}
.page-template-page-fast-translation .bt_primary:hover {
  color: #fff;
}
.page-template-page-fast-translation .page_top.express {
  padding-bottom: 170px;
}
.page-template-page-fast-translation .sec_story {
  background-color: #F0F4F9;
  padding-top: 70px;
}
.page-template-page-fast-translation .story_row:nth-of-type(2n + 1) .squre4 {
  display: none;
}
.page-template-page-fast-translation .story_row:nth-of-type(2n + 1) .story_img_big {
  width: 100%;
  position: absolute;
  top: 30px;
  left: unset;
  z-index: 1;
  width: 470px;
  height: 344px;
}
.page-template-page-fast-translation .square.first {
  position: absolute;
  width: 350px;
  height: 300px;
}
.page-template-page-fast-translation .square.first .line_in {
  background-color: #D9DAFF;
}
.page-template-page-fast-translation .voice-services-story:first-child .square.first {
  right: 0px;
  top: 0px;
}
.page-template-page-fast-translation .voice-services-story h2 {
  font-weight: 700;
  font-size: 29px;
  color: #000;
}
.page-template-page-fast-translation .voice-services-story h1 {
  font-weight: 700;
  font-size: 29px;
  color: #000;
}
.page-template-page-fast-translation .voice-services-story .bt_primary {
  background-color: transparent;
  border: 1px solid #5857FF;
  color: #5857FF;
  min-width: 100px;
  margin-top: 30px;
  width: fit-content;
  transition: background-color 0.4s ease;
}
.page-template-page-fast-translation .voice-services-story .bt_primary:hover {
  background-color: #D9DAFF;
}
.page-template-page-fast-translation .story_row:nth-of-type(2n + 2) .story_img_sh {
  top: 60px;
  left: unset;
  right: 0;
}
.page-template-page-fast-translation .page_top.express .col--50:first-child {
  padding-right: 5%;
}
.page-template-page-fast-translation .story_row:nth-of-type(2n + 1) .story_side_in .story_img_sh {
  display: block;
  z-index: 2;
  left: -20px;
  position: absolute;
}
.page-template-page-fast-translation .story_row:nth-of-type(2n + 1) .story_img_big:before {
  padding-top: 80%;
}
.page-template-page-fast-translation .story_side:before {
  display: none;
}
.page-template-page-fast-translation .story_row {
  margin-bottom: 0;
}
.page-template-page-fast-translation .story_row:first-child {
  margin-bottom: 120px;
}
.page-template-page-fast-translation .bt_primary_center {
  margin-top: 82px;
}

.bt_primary_center {
  text-align: center;
}

.sec_servicelist .expt_can_list {
  padding-bottom: 0;
}

.sec_servicelist .services_list_item {
  margin-bottom: 30px;
}

@media only screen and (max-width: 800px) {
  .page-template-page-fast-translation .voice-services-story .bt_primary {
    margin: 0 auto;
    display: block;
    margin-top: 30px;
  }
  .page-template-page-fast-translation .story_row:nth-of-type(2n + 2) {
    margin-top: unset;
  }
  .page-template-page-fast-translation .story_row:first-child {
    margin-bottom: 60px;
  }
  .page-template-page-fast-translation .story_row .story_side {
    margin-bottom: 0;
    order: 2;
  }
  .page-template-page-fast-translation .story_row .story_content {
    margin-bottom: 30px;
    order: 1;
  }
  .page-template-page-fast-translation .bt_primary_center {
    margin-top: 40px;
  }
  .page-template-page-fast-translation .page_top.express h2 {
    font-size: 20px;
  }
  .page-template-page-fast-translation .page_top.express .col--50:first-child {
    padding-right: 0;
  }
  .page-template-page-fast-translation .page_top.express .squre4 {
    display: none;
  }
  .page-template-page-fast-translation .page_top.express .bt_primary {
    display: block;
    max-width: 223px;
    margin: 0 auto;
    margin-top: 28px;
  }
  .page-template-page-fast-translation .page_top.express .squre5 {
    display: none;
  }
  .page-template-page-fast-translation .story_row:nth-of-type(2n + 1) .story_side {
    height: 370px;
  }
  .page-template-page-fast-translation .story_row:nth-of-type(2n + 2) .story_img_big .line2 {
    display: none;
  }
  .page-template-page-fast-translation .story_row:nth-of-type(2n + 2) .story_img_big {
    margin: 0;
  }
  .page-template-page-fast-translation .story_row:nth-of-type(2n + 2) .story_img_big {
    max-width: 100%;
  }
  .page-template-page-fast-translation .story_row:nth-of-type(2n + 1) .story_img_big {
    max-width: 100%;
  }
  .page-template-page-fast-translation .page_top.express .hero_img1 {
    top: 0;
    margin-top: 0px;
    width: 270px;
    position: relative;
    margin: unset;
    margin-left: auto;
    right: unset;
    height: 196px;
  }
  .page-template-page-fast-translation .page_top.express .hero_img2 {
    width: 180px;
    z-index: 2;
    height: 53px;
  }
  .page-template-page-fast-translation .page_top.express .hero_img3 {
    width: 204px;
    height: 160px;
  }
  .page-template-page-fast-translation .page_top.express .squre1 {
    display: block;
    width: 193px;
    height: 155px;
    left: 20px;
  }
  .page-template-page-fast-translation .page_top.express .icon1 {
    width: 120px;
    right: 0;
    bottom: -60px;
  }
  .page-template-page-fast-translation .page_top.express .inner_width:first-child {
    padding-bottom: 0px;
  }
}
.page-template-translation-price .page-menu {
  display: flex;
  list-style-type: none;
  gap: 80px;
}
.page-template-translation-price .page-menu-wrapper {
  min-height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
@media all and (max-width: 767px) {
  .page-template-translation-price .page-menu-wrapper {
    display: none;
  }
}
.page-template-translation-price .page-menu-item {
  padding: 0;
  list-style-type: none;
  width: max-content;
}
.page-template-translation-price .page-menu-item::before {
  display: none;
}
.page-template-translation-price .page-menu-item-link {
  color: #000;
}
.page-template-translation-price .mx-auto {
  margin: auto;
}
.page-template-translation-price .sec_prices .inner-inside {
  top: -150px;
  margin-bottom: -150px;
}
.page-template-translation-price .sec_prices .prices-top {
  padding-bottom: 220px;
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_prices .prices-top {
    padding-bottom: 250px;
  }
}
.page-template-translation-price .sec_prices .prices-top .squre1, .page-template-translation-price .sec_prices .prices-top .squre4 {
  background: #94E095;
}
.page-template-translation-price .sec_prices .prices-top .squre3, .page-template-translation-price .sec_prices .prices-top .squre6 {
  background: #1B7C6F;
  width: 25px;
  height: 20px;
}
.page-template-translation-price .sec_prices .prices-top .squre1 {
  width: 140px;
  height: 50px;
  top: 100px;
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_prices .prices-top .squre1 {
    width: 50px;
    height: 45px;
  }
}
.page-template-translation-price .sec_prices .prices-top .squre2 {
  width: 70px;
  height: 10px;
  left: 130px;
  top: 50px;
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_prices .prices-top .squre2 {
    left: 0;
    top: -40px;
  }
}
.page-template-translation-price .sec_prices .prices-top .squre3 {
  top: 150px;
  left: -20px;
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_prices .prices-top .squre3 {
    top: inherit;
    left: 50px;
    width: 15px;
    height: 15px;
  }
}
.page-template-translation-price .sec_prices .prices-top .squre4 {
  right: 0;
  width: 200px;
  height: 80px;
  top: 30px;
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_prices .prices-top .squre4 {
    top: 80px;
    width: 55px;
    height: 80px;
  }
}
.page-template-translation-price .sec_prices .prices-top .squre5 {
  width: 70px;
  height: 25px;
  right: 180px;
  top: 120px;
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_prices .prices-top .squre5 {
    width: 70px;
    height: 25px;
    right: 20px;
    top: 150px;
  }
}
.page-template-translation-price .sec_prices .prices-top .squre6 {
  top: 170px;
  right: -20px;
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_prices .prices-top .squre6 {
    width: 16px;
    height: 15px;
    top: -30px;
    right: 20px;
  }
}
.page-template-translation-price .sec_prices .prices-bottom {
  background: #E8ECF0;
}
.page-template-translation-price .sec_prices .prices-bottom .squre2, .page-template-translation-price .sec_prices .prices-bottom .squre4 {
  width: 37px;
  height: 34px;
}
.page-template-translation-price .sec_prices .prices-bottom .squre1 {
  bottom: 70px;
  width: 100px;
  height: 70px;
  right: 0;
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_prices .prices-bottom .squre1 {
    bottom: -80px;
    right: 45px;
  }
}
.page-template-translation-price .sec_prices .prices-bottom .squre2 {
  bottom: 140px;
  right: 100px;
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_prices .prices-bottom .squre2 {
    bottom: -20px;
    right: -30px;
  }
}
.page-template-translation-price .sec_prices .prices-bottom .squre3 {
  bottom: 10px;
  width: 65px;
  height: 60px;
  left: 35px;
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_prices .prices-bottom .squre3 {
    display: none;
  }
}
.page-template-translation-price .sec_prices .prices-bottom .squre4 {
  bottom: -20px;
  left: 0;
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_prices .prices-bottom .squre4 {
    bottom: 335px;
    left: 0;
  }
}
.page-template-translation-price .sec_prices .prices-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_prices .prices-wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
.page-template-translation-price .sec_prices .prices-wrapper .price-block {
  background: #fff;
  padding: 20px 25px;
  width: 100%;
  border: 1px solid #E8ECF0;
  box-sizing: border-box;
  text-align: center;
}
@media all and (min-width: 768px) {
  .page-template-translation-price .sec_prices .prices-wrapper .price-block {
    padding: 35px 90px;
    min-height: 430px;
    max-width: 450px;
  }
}
@media all and (min-width: 768px) {
  .page-template-translation-price .sec_prices .prices-wrapper .price-block-inside {
    height: 280px;
  }
}
.page-template-translation-price .sec_prices .prices-wrapper .price-block-inside .price-title {
  font-size: 25px;
  line-height: 49px;
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
}
.page-template-translation-price .sec_prices .prices-wrapper .price-block-inside .price-description {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 25px;
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_prices .prices-wrapper .price-block-inside .price-description {
    color: #000;
  }
}
.page-template-translation-price .sec_prices .prices-wrapper .price-block-inside .price-select-wrapper {
  margin: 25px 0;
}
@media all and (min-width: 768px) {
  .page-template-translation-price .sec_prices .prices-wrapper .price-block-inside .price-select-wrapper {
    height: 40px;
  }
}
.page-template-translation-price .sec_prices .prices-wrapper .price-block-inside .price-select-wrapper-inside {
  position: relative;
}
.page-template-translation-price .sec_prices .prices-wrapper .price-block-inside .price-select-wrapper-inside::before {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  border-bottom: 5px solid #094254;
  border-left: 5px solid #094254;
  position: absolute;
  right: 15px;
  top: calc(40% - 5px);
  transform: rotate(-45deg);
}
.page-template-translation-price .sec_prices .prices-wrapper .price-block-inside .price-select-wrapper select {
  height: 100%;
  padding: 0 20px;
  width: 100%;
  min-height: 40px;
  border: 2px solid #F1F5F9;
  background: transparent;
}
.page-template-translation-price .sec_prices .prices-wrapper .price-block-inside .price-value {
  font-size: 24px;
  font-weight: 500;
}
@media all and (min-width: 768px) {
  .page-template-translation-price .sec_prices .prices-wrapper .price-block-inside .price-value {
    font-size: 47px;
  }
}
.page-template-translation-price .sec_prices .prices-wrapper .price-block .price-declimer {
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid #000000;
}
.page-template-translation-price .sec_prices .prices-text {
  font-size: 24px;
  line-height: 1.5;
  max-width: 840px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_prices .prices-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.page-template-translation-price .sec_prices .prices-text a {
  margin-top: 30px;
  text-transform: none;
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_prices .prices-text a {
    display: block;
    width: max-content;
    margin: 30px auto 0;
  }
}
.page-template-translation-price .sec_prices .prices-cta {
  min-height: 200px;
  padding: 50px;
  max-width: 680px;
  color: #fff;
  text-align: center;
  bottom: -50px;
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_prices .prices-cta {
    bottom: -20px;
  }
}
.page-template-translation-price .sec_prices .prices-cta h3 {
  margin-bottom: 30px;
}
.page-template-translation-price .sec_prices .title-inner {
  max-width: 720px;
}
.page-template-translation-price .sec_prices .title-inner h1 {
  font-size: 45px;
  line-height: 1.07;
  text-align: center;
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_prices .title-inner h1 {
    font-size: 30px;
    line-height: 30px;
    max-width: 300px;
    margin: auto;
  }
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_why_items {
    padding: 0 0 20px;
    background: #fff;
  }
  .page-template-translation-price .sec_why_items .inner_width:nth-child(2) {
    padding-top: 40px;
  }
}
.page-template-translation-price .sec_why_items .title {
  font-weight: normal;
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_why_items .title {
    color: #fff;
  }
  .page-template-translation-price .sec_why_items .title_inner {
    color: #fff;
    padding: 16px 30px;
    background: #575DFF;
  }
}
.page-template-translation-price .sec_why_items .why_content {
  font-size: 24px;
  line-height: 34px;
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_why_items .why_content {
    font-size: 14px;
    line-height: 24px;
  }
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_why_items .item_serv_power {
    padding: 0;
  }
  .page-template-translation-price .sec_why_items .item_serv_power .sh-hp_perfect {
    left: 40px;
  }
  .page-template-translation-price .sec_why_items .item_serv_power:last-child .item_hp_perfect_in {
    padding-bottom: 0;
  }
}
.page-template-translation-price .sec_services_price {
  padding-bottom: 0;
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_services_price {
    padding-top: 100px;
  }
}
.page-template-translation-price .sec_services_price .title--28 {
  font-weight: normal;
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_services_price .indus_service_item {
    padding: 0;
  }
}
.page-template-translation-price .sec_services_price .indus_service_item_in {
  background: #FFF0DA;
  border: unset;
  height: 100%;
  padding: 50px 20px;
}
.page-template-translation-price .sec_services_price .indus_service_item_in .img-b img {
  margin: 0 auto 25px;
}
@media all and (min-width: 768px) {
  .page-template-translation-price .sec_services_price .indus_service_item_in .services_content_wrapper {
    min-height: 170px;
  }
}
.page-template-translation-price .sec_services_price .indus_service_item_in .services_content_wrapper .title--28 {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 10px;
}
@media all and (min-width: 768px) {
  .page-template-translation-price .sec_services_price .indus_service_item_in .services_content_wrapper .title--28 {
    font-weight: bold;
    font-size: 25px;
    max-width: 250px;
    margin: 0 auto 20px;
  }
}
.page-template-translation-price .sec_services_price .indus_service_item_in .services_content_wrapper .text {
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 15px;
}
@media all and (min-width: 768px) {
  .page-template-translation-price .sec_services_price .indus_service_item_in .services_content_wrapper .text {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
  }
}
.page-template-translation-price .sec_services_price .indus_service_item_in .price {
  font-size: 32px;
  line-height: 27px;
  color: #000;
}
.page-template-translation-price .sec_services_price .indus_service_item_in .price-wrapper {
  position: relative;
  padding-top: 45px;
  font-weight: 500;
}
.page-template-translation-price .sec_services_price .indus_service_item_in .price-wrapper::before {
  position: absolute;
  width: 160px;
  height: 1px;
  content: "";
  background-color: #000;
  top: 0;
  left: calc(50% - 80px);
}
.page-template-translation-price .sec_services_price .indus_service_item_in .price-wrapper .before_price, .page-template-translation-price .sec_services_price .indus_service_item_in .price-wrapper .after_price {
  font-size: 20px;
  line-height: 27px;
}
.page-template-translation-price .sec_benefits {
  padding: 60px 0 85px;
}
@media all and (min-width: 768px) {
  .page-template-translation-price .sec_benefits {
    background: rgba(255, 99, 99, 0.1);
  }
}
.page-template-translation-price .sec_benefits .inner {
  margin: auto;
}
@media all and (min-width: 768px) {
  .page-template-translation-price .sec_benefits .inner .benefits {
    display: flex;
    flex-flow: column wrap;
    margin-left: 40px;
    max-height: 1000px;
  }
  .page-template-translation-price .sec_benefits .inner .benefits-row {
    display: flex;
  }
}
@media all and (min-width: 992px) {
  .page-template-translation-price .sec_benefits .inner .benefits-info {
    margin-top: -100px;
  }
}
.page-template-translation-price .sec_benefits .inner .benefits-info-content {
  color: #fff;
  padding: 45px;
  font-weight: 300;
  min-height: 570px;
  margin-bottom: 50px;
  min-width: 400px;
  max-width: 400px;
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_benefits .inner .benefits-info-content {
    color: #000;
    padding: 0 15px;
    text-align: center;
    background: #fff;
    min-height: auto;
    min-width: auto;
  }
}
.page-template-translation-price .sec_benefits .inner .benefits-info .img {
  text-align: center;
  position: relative;
  z-index: 1;
}
.page-template-translation-price .sec_benefits .inner .benefits-info .img .squre {
  width: 175px;
  height: 145px;
  top: -100px;
  left: -50px;
  z-index: -1;
}
.page-template-translation-price .sec_benefits .inner .benefits-info .img img {
  z-index: 1;
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_benefits .inner .benefits-info .img {
    display: none;
  }
}
.page-template-translation-price .sec_benefits .inner .benefits-title {
  font-size: 50px;
  line-height: 52px;
  margin-bottom: 30px;
  letter-spacing: 0.02em;
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_benefits .inner .benefits-title {
    font-size: 30px;
    line-height: 35px;
  }
}
.page-template-translation-price .sec_benefits .inner .benefits-text {
  font-size: 24px;
  line-height: 34px;
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_benefits .inner .benefits-text {
    display: none;
  }
}
.page-template-translation-price .sec_benefits .inner .benefits .benefit {
  position: relative;
  background: rgba(255, 99, 99, 0.1);
  padding: 50px 45px;
  margin: 0 20px 40px;
}
@media all and (min-width: 768px) {
  .page-template-translation-price .sec_benefits .inner .benefits .benefit {
    width: calc(50% - 40px);
    margin: 0 0 40px 40px;
    background: #fff;
  }
}
.page-template-translation-price .sec_benefits .inner .benefits .benefit-size {
  width: 50%;
}
.page-template-translation-price .sec_benefits .inner .benefits .benefit_icon {
  position: absolute;
  top: -20px;
  left: 45px;
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_benefits .inner .benefits .benefit_icon {
    left: calc(50% - 35px);
  }
}
.page-template-translation-price .sec_benefits .inner .benefits .benefit_title {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 20px;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_benefits .inner .benefits .benefit {
    text-align: center;
  }
  .page-template-translation-price .sec_benefits .inner .benefits .benefit_text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
  }
  .page-template-translation-price .sec_benefits .inner .benefits .benefit_title {
    font-size: 18px;
    color: #000000;
  }
}
@media all and (min-width: 768px) {
  .page-template-translation-price .sec_story {
    padding-top: 100px;
  }
}
.page-template-translation-price .sec_story .inner {
  margin: auto;
}
.page-template-translation-price .sec_story .inner .story_row {
  flex-direction: row;
  max-width: 1600px;
  gap: 70px;
}
.page-template-translation-price .sec_story .inner .story_row .title {
  font-weight: normal;
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_story .inner .story_row {
    flex-direction: column-reverse;
  }
  .page-template-translation-price .sec_story .inner .story_row .story_content.flex--col--50 {
    padding: 40px;
  }
}
.page-template-translation-price .sec_story .inner .story_row .flex--col--50 {
  margin-right: 70px;
}
.page-template-translation-price .sec_story .inner .story_row .flex--col--40 {
  width: calc(40% - 70px);
}
.page-template-translation-price .sec_story .inner .story_row .flex--col--40 .story_side_in {
  position: relative;
}
.page-template-translation-price .sec_story .inner .story_row .flex--col--40 .story_side_in .img {
  text-align: right;
}
.page-template-translation-price .sec_story .inner .story_row .flex--col--40 .story_side_in .img-b {
  width: max-content;
  position: absolute;
  bottom: -100px;
  right: 40px;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_story .inner .story_row .flex--col--40 .story_side_in .img-b {
    bottom: -115px;
    right: 70px;
    max-width: 75px;
  }
}
.page-template-translation-price .sec_story .inner .story_row .flex--col--40 .story_side_in .img img {
  max-width: 330px;
  max-height: 430px;
  object-fit: cover;
  margin-left: auto;
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_story .inner .story_row .flex--col--40 .story_side_in .img img {
    width: 100%;
    max-width: 430px;
    max-height: 230px;
  }
}
.page-template-translation-price .sec_story .inner .story_row .flex--col--40 .story_side_in .squre1 {
  width: 150px;
  height: 70px;
  left: 90px;
  bottom: -60px;
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_story .inner .story_row .flex--col--40 .story_side_in .squre1 {
    left: 80vw;
    background: #575DFF;
  }
}
.page-template-translation-price .sec_story .inner .story_row .flex--col--40 .story_side_in .squre2 {
  right: -30px;
  width: 120px;
  height: 110px;
}
.page-template-translation-price .sec_story .inner .story_row .flex--col--40 .story_side_in .squre4 {
  width: 265px;
  height: 220px;
  top: -60px;
  right: -60px;
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_story .inner .story_row .flex--col--40 .story_side_in .squre4 {
    top: -10px;
    right: -55%;
  }
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_cta {
    padding: 0;
  }
}
@media all and (min-width: 768px) {
  .page-template-translation-price .sec_cta .cta-top {
    padding-bottom: 150px;
  }
}
.page-template-translation-price .sec_cta .cta-top .squre {
  right: 0;
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_cta .cta-top .squre {
    display: none;
  }
}
.page-template-translation-price .sec_cta .cta-top .squre1 {
  width: 230px;
  height: 150px;
  top: 50%;
}
.page-template-translation-price .sec_cta .cta-top .squre2 {
  right: 230px;
  bottom: 30px;
}
.page-template-translation-price .sec_cta .cta-bottom {
  padding-bottom: 50px;
}
.page-template-translation-price .sec_cta .cta-bottom .squre {
  left: -45px;
  z-index: -1;
  top: 100px;
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_cta .cta-bottom .squre {
    left: inherit;
    z-index: 1;
    width: 90px;
    height: 75px;
    right: 0;
    top: inherit;
    bottom: 350px;
  }
}
.page-template-translation-price .sec_cta .cta-block {
  background: #575DFF;
  max-width: 940px;
  padding: 90px 20px;
  color: #fff;
}
@media all and (min-width: 768px) {
  .page-template-translation-price .sec_cta .cta-block {
    background: #FFF0DA;
    padding: 50px;
    display: flex;
    gap: 20px;
    color: #000;
  }
}
.page-template-translation-price .sec_cta .cta-img {
  min-width: 25%;
}
.page-template-translation-price .sec_cta .cta-img img {
  height: 170px;
  width: 170px;
  top: -70px;
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_cta .cta-img img {
    top: inherit;
    right: 0;
    left: inherit;
    bottom: -50px;
  }
}
.page-template-translation-price .sec_cta .cta_global_text {
  padding: 30px 60px;
  max-width: 700px;
}
.page-template-translation-price .sec_cta .cta_global_text h3 {
  color: #fff;
  font-size: 24px;
  line-height: 1.42;
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_cta .cta_global_text {
    background: #fff;
    padding: 10px 60px 100px 60px;
  }
  .page-template-translation-price .sec_cta .cta_global_text h3 {
    color: black;
    font-size: 24px;
    line-height: 34px;
  }
}
.page-template-translation-price .sec_cta .cta_title {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 15px;
}
.page-template-translation-price .sec_cta .cta_text {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
}
@media all and (max-width: 767px) {
  .page-template-translation-price .sec_cta .cta_text {
    margin-bottom: 30px;
  }
}

/*===== platform =====*/
.page-template-platform .page_top {
  background-color: #F0F4F9;
}
.page-template-platform .page_top.express .hero_img1 {
  margin-top: 0;
  position: relative;
}
.page-template-platform .page_top.express .hero_img1:before {
  padding-top: 66%;
}
.page-template-platform .page_top.express .col--50:last-child {
  padding: 0;
}
.page-template-platform .page_top.express .icon1 {
  bottom: unset;
  top: 150px;
  left: 20px;
}
.page-template-platform .page_top.express .squre1 {
  right: -20px;
  z-index: 0;
  top: 50px;
}
.page-template-platform .page_top.express .squre2 {
  height: 280px;
  width: 217px;
  z-index: 0;
  right: -20px;
  left: unset;
  bottom: -20px;
}
.page-template-platform .page_top.express h1 {
  font-weight: 800;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 5px;
}
.page-template-platform .page_top.express .sub_title {
  display: inline-block;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #000;
  margin-bottom: 20px;
}
.page-template-platform .page_top.express .text {
  font-size: 18px;
  line-height: 28px;
  color: #000;
}
.page-template-platform .bt_primary.bg--bluer {
  background: #5857FF;
  color: white;
  border: none;
}
.page-template-platform .partner_custom {
  padding-bottom: 70px;
}
.page-template-platform .partner_custom .squre {
  width: 119px;
  height: 90px;
}
.page-template-platform .partner_custom .squre1 {
  left: -24px;
  top: -24px;
}
.page-template-platform .partner_custom .squre2 {
  right: -24px;
  bottom: -24px;
}
.page-template-platform .partner_custom .partner_we_box .title--28 {
  padding: 0;
}
.page-template-platform .partner_custom .partner_we_box p {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
.page-template-platform .partner_custom .partner_we_box p a {
  color: #8988FF;
  text-decoration: underline;
}
.page-template-platform .sec_integrations_blocks .item_integrations_block .item_integrations_block_text {
  flex-basis: 45%;
}
.page-template-platform .sec_integrations_blocks .item_integrations_block .item_integrations_block_image {
  flex-basis: 45%;
}
.page-template-platform .sec_integrations_blocks .item_integrations_block {
  justify-content: space-between;
}
.page-template-platform .sec_integrations_blocks .item_integrations_block .item_integrations_block_text h3 {
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 18px;
}
.page-template-platform .sec_integrations_blocks .item_integrations_block .item_integrations_block_text span {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
}
.page-template-platform .sec_integrations_blocks .item_integrations_block .item_integrations_block_text p {
  font-size: 16px;
  color: #003438;
  line-height: 23px;
  font-weight: 300;
}
.page-template-platform .sec_integrations_blocks {
  padding-top: 120px;
}
.page-template-platform .sec_logos {
  padding-top: 0;
  background-color: #fff;
}
.page-template-platform .exp-logos {
  background-color: #fff;
}
.page-template-platform .exp-logos h2 {
  font-weight: 700;
  font-size: 44px;
}
.page-template-platform .exp-logos .logo_item {
  background-color: transparent;
}

section.wizard {
  background-color: #F0F4F9;
}
section.wizard .wizard-title {
  text-align: center;
}
section.wizard .wizard-title h2 {
  font-weight: 800;
  font-size: 40px;
  color: #000000;
  margin-bottom: 16px;
}
section.wizard .wizard-title span {
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  margin-bottom: 16px;
}
section.wizard .wizard-title p {
  font-weight: 300;
  font-size: 16px;
  color: #003438;
}
section.wizard .wizard-steps {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
section.wizard .wizard-steps .wizard-step {
  width: calc(33% - 20px);
  background-color: #fff;
  text-align: center;
  padding: 24px 0 20px;
  box-shadow: 0px 2.66268px 17.3074px rgba(0, 0, 0, 0.25);
  border-radius: 26px;
}
section.wizard .wizard-steps .wizard-step h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 24px;
}

@media only screen and (max-width: 800px) {
  .page-template-platform .page_top.express .hero_img1 {
    margin-top: 50px;
  }
  .page-template-platform .page_top.express h1 {
    font-size: 40px;
    line-height: 44px;
  }
  .page-template-platform .page_top.express .sub_title {
    padding: 0 15px;
  }
  .page-template-platform .partner_custom .partner_we_box p {
    font-size: 18px;
  }
  section.wizard .wizard-steps {
    flex-wrap: wrap;
    margin-top: 50px;
  }
  section.wizard .wizard-steps .wizard-step {
    width: 100%;
    padding: 24px 20px 20px;
    margin-bottom: 30px;
  }
  .page-template-platform .exp-logos h2 {
    font-size: 30px;
  }
  .sec_integrations_blocks .item_integrations_block:nth-child(2n+1) .item_integrations_block_image {
    text-align: center;
  }
  .page-template-platform .sec_integrations_blocks .item_integrations_block .item_integrations_block_image {
    flex-basis: 100%;
  }
  .sec_integrations_blocks .item_integrations_block .item_integrations_block_image img {
    margin-left: 0;
  }
  .page-template-platform .sec_integrations_blocks .item_integrations_block .item_integrations_block_text {
    flex-basis: 100%;
  }
  .page-template-platform .sec_integrations_blocks .item_integrations_block .item_integrations_block_text h3 {
    font-size: 32px;
    line-height: 36px;
  }
  .page-template-platform .sec_integrations_blocks {
    padding-top: 90px;
  }
}
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
/*@import 'overwrites/*';*/
/*# sourceMappingURL=maps/load.css.map */
