/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./assets/src/css/flexboxgrid.css ***!
  \**************************************************************************************************************/
/* Uncomment and set these variables to customize the grid. */

.container-fluid {
  max-width: 1440px;
}

.container-fluid.home-adjust {
  max-width: 1600px;
}

.container-max,
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
  width: 100%;
  box-sizing: border-box;
}

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -2rem;
  margin-left: -2rem;
}

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

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

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

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

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

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

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

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

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

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

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem;
  }

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 2rem;
    padding-left: 2rem;
  }

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

  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-1 {
    margin-left: 8.333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.667%;
  }

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

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

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

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

  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

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

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@media only screen and (min-width: 62em) {
  .container {
    width: 62rem;
  }

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 2rem;
    padding-left: 2rem;
  }

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

  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-1 {
    margin-left: 8.333%;
  }

  .col-md-offset-2 {
    margin-left: 16.667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.333%;
  }

  .col-md-offset-5 {
    margin-left: 41.667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.333%;
  }

  .col-md-offset-8 {
    margin-left: 66.667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.333%;
  }

  .col-md-offset-11 {
    margin-left: 91.667%;
  }

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

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

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

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

  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

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

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .container {
    width: 72rem;
  }

  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 2rem;
    padding-left: 2rem;
  }

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

  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-1 {
    margin-left: 8.333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.667%;
  }

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

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

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

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

  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

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

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@media only screen and (max-width: 768px) {
  .row {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .container-max,
  .container-fluid, 
  .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
/*!**************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./assets/src/css/jquery.animatedheadline.css ***!
  \**************************************************************************************************************************/
/* -------------------------------- 

Primary style

-------------------------------- */

.cd-title h1 {
  font-size: 2.4rem;
  font-weight: 700;
}

.cd-words-wrapper {
  display: block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

xslide 

-------------------------------- */
.cd-headline.slide span {
  display: inline-block;
  padding: 0;
}

.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.slide b {
  opacity: 0;
  top: .2em;
}

.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}

.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }

  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}

@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }

  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}

@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./assets/src/css/algolia-search.css ***!
  \*****************************************************************************************************************/
.algolia-autocomplete {
    z-index: 999999 !important;
    width: 100% !important;
    right: 0;
    left: 0 !important;
}

.aa-dropdown-menu {
    background: #ffffff;
    padding: 1rem 1.5rem;
    box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.12);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    max-height: calc(100vh - 300px);
    overflow-y: scroll;
    margin-top: 40px;
}

.aa-dropdown-menu:after {
    content: " ";
    display: block;
    clear: both;

}

.aa-dropdown-menu .aa-input,
.aa-dropdown-menu .aa-hint {
    width: 100%;
}

.aa-dropdown-menu .aa-hint {
    color: #999;
}

.aa-dropdown-menu a:hover {
    text-decoration: none;
}

/* Header */
.aa-dropdown-menu .autocomplete-header {
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 1rem;
}

.aa-dropdown-menu .autocomplete-header-title,
.aa-dropdown-menu .autocomplete-header-more {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.aa-dropdown-menu .autocomplete-header-more a {
    color: rgba(0, 0, 0, .3);
    font-weight: bold;
}

.aa-dropdown-menu .autocomplete-header-more a:hover {
    color: rgba(0, 0, 0, .4);
}

/* Suggestion */

.aa-suggestion {
    display: flex;
    margin: 0 0 1.5rem 0;
}

.suggestion-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.suggestion-link em {
    background-color: #ffe483;
    font-style: normal;
}

.suggestion-link .suggestion-post-thumbnail {
    margin-right: 0.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
}

.suggestion-link .suggestion-post-thumbnail img {
    height: 60px;
    width: 60px;
    border-radius: 0.5rem;
}

.suggestion-link .suggestion-post-attributes {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 0 0;
    height: 100%;
}

.suggestion-link .suggestion-post-title {
    font-size: 13px;
    line-height: 1.2em;
    margin-bottom: 4px;
    color: #000000;
    font-weight: 500;
}

.suggestion-link .suggestion-post-content,
.autocomplete-empty {
    font-size: 12px;
    line-height: 1.35em;
    color: #666666;
}

.suggestion-link {
    display: flex;
    align-items: center;
}

/* Footer */
.aa-dropdown-menu .autocomplete-footer-branding {
    padding: 15px 14px 0px;
    float: right;
    color: rgba(0, 0, 0, .3);
    margin-bottom: 7px;
}

/* Clearfix */
.aa-dropdown-menu .clear {
    clear: both;
}

/* Empty */
.autocomplete-empty {
    clear: both;
    padding: 15px;
}

.autocomplete-empty .empty-query {
    font-weight: bold;
}
/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./assets/src/css/swiper-bundle.min.css ***!
  \********************************************************************************************************************/
/**
 * Swiper 7.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 13, 2021
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./assets/src/css/main.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "Sailec";
  src: url(../fonts/Sailec-Medium.woff2) format("woff2"), url(../fonts/Sailec-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sailec";
  src: url(../fonts/Sailec-RegularItalic.woff2) format("woff2"), url(../fonts/Sailec-RegularItalic.woff) format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sailec";
  src: url(../fonts/Sailec-Regular.woff2) format("woff2"), url(../fonts/Sailec-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sailec";
  src: url(../fonts/Sailec-Bold.woff2) format("woff2"), url(../fonts/Sailec-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sailec";
  src: url(../fonts/Sailec-MediumItalic.woff2) format("woff2"), url(../fonts/Sailec-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sailec";
  src: url(../fonts/Sailec-BoldItalic.woff2) format("woff2"), url(../fonts/Sailec-BoldItalic.woff) format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
:root {
  --main-text-color: #666666;
  --main-heading-color: #000000;
  --main-color-purple: #FF0772;
  --main-color-blue: #07DEFF;
  --main-color-yellow: #FFC907;
  --heading-large-size: 50px;
  --heading-medium-size: 44px;
  --heading-medium-large-size: 34px;
  --heading-standard-size: 25px;
  --heading-smaller-size: 20px;
  --smaller-text-size: 14px;
  --default-text-size: 18px;
  --default-line-height: 1.5em;
  --swiper-theme-color: #FFC907 !important;
}

.screen-reader-text {
  display: none;
}

.color-purple {
  color: var(--main-color-purple);
}

.color-blue {
  color: var(--main-color-blue);
}

.color-yellow {
  color: var(--main-color-yellow);
}

::-moz-selection {
  /* Code for Firefox */
  background: #FFE483;
  color: black;
}

::selection {
  background: #FFE483;
  color: black;
}

.sr-only {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.align-center {
  text-align: center;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently*/
}

.modal-window input:-webkit-autofill,
.modal-window input:-webkit-autofill:focus,
.modal-window input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
  font-size: var(--default-text-size) !important;
  border: solid 1px transparent !important;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Sailec", sans-serif;
  font-size: var(--default-text-size);
  line-height: var(--default-line-height);
  color: var(--main-text-color);
}

body:after {
  bottom: 0;
  content: "";
  position: fixed;
  width: 100%;
  height: calc(100% - 154px);
  left: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
  top: 154px;
  z-index: 9999;
  transform: translateY(10px);
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  background: rgba(0, 0, 0, 0.4);
}

body.overlay:after {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

body.page-template-reviews {
  background: #F8F4F2;
}

.lighter-text {
  opacity: 0.3;
}

.video-container {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  aspect-ratio: 16/9;
}

.video-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--main-heading-color);
  line-height: 1.25em;
}

h1 {
  font-size: var(--heading-large-size);
  line-height: 1.25em;
}

h1.entry-title {
  margin-bottom: 3rem;
  display: inline-block;
  position: relative;
  text-align: left;
}

.single-post h1.entry-title {
  margin-bottom: 2.5rem;
  position: relative;
  text-align: center;
}

h2.size-xl {
  font-size: var(--heading-large-size);
  display: inline-block;
  position: relative;
}

h2.size-medium {
  font-size: var(--heading-medium-size);
  line-height: 1.2em;
  display: inline-block;
  position: relative;
}

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

input[type=email],
input[type=tel],
input[type=text],
input[type=number] {
  font-size: 20px;
  line-height: 1em;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  box-sizing: border-box;
  width: 100%;
  font-family: "Sailec", sans-serif;
  border-radius: 0.5rem;
  color: #111111;
}

abbr[title] {
  text-decoration: none !important;
}

/* SITE HEADER */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999999;
  opacity: 1;
  transition: all 600ms ease-in-out;
  border-bottom: 1px solid rgba(235, 235, 235, 0);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background-color: rgb(255, 255, 255);
}

.scrolledDown .site-header {
  border-bottom: 1px solid rgb(235, 235, 235);
  transition: all 600ms ease-in-out;
  background-color: rgba(255, 255, 255, 0.9);
}

.cta-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  width: 100%;
  z-index: 99999;
  transition: transform 400ms ease-in-out;
  transform: translateY(-100%);
  border-bottom: 1px solid #EBEBEB;
  margin: 0 auto;
}

.cta-header-inner {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}

.cta-header h2 {
  margin: 0;
}

.scrollingDown .cta-header {
  transform: translateY(0);
}

.site-header-container {
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  .site-header-container {
    padding: 1rem 1rem;
  }
}

.logo-nav-container {
  display: flex;
  align-items: center;
}

/* LOGO */
.site-branding a {
  display: block;
}

.logo {
  height: 40px;
  width: auto;
  position: relative;
  padding-right: 40px;
  vertical-align: middle;
}
@media (max-width: 1300px) {
  .logo {
    height: 35px;
  }
}

/* NAVIGATION */
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation ul > li {
  display: inline-block;
  position: relative;
  margin: 0 20px;
}
@media (max-width: 1440px) {
  .main-navigation ul > li {
    margin: 0 10px;
  }
}

.main-navigation ul > li > a {
  color: var(--main-text-color);
  text-decoration: none;
  transition: color 300ms ease-in-out;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 15px 0;
}
@media (max-width: 1300px) {
  .main-navigation ul > li > a {
    font-size: 16px;
  }
}

.main-navigation ul > li.current-menu-item > a,
.main-navigation ul > li.current-category-ancestor > a,
.main-navigation ul > li.current-menu-parent > a {
  color: #111111;
}

.menu-item-has-children .sub-menu {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: calc(100% + 15px);
  left: -2rem;
  padding-top: 20px;
  transition: all 300ms ease-in-out;
  min-width: 250px;
  box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  pointer-events: none;
}

.menu-item-has-children.active .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
  pointer-events: all;
}

.main-navigation .sub-menu > li:first-child > a {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-top: 1px solid #EBEBEB;
}

.main-navigation .sub-menu > li:last-child > a {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.main-navigation .sub-menu > li {
  margin: 0;
  width: 100%;
}

.main-navigation .sub-menu > li > a {
  padding: 1rem 2rem;
  display: block;
  line-height: 1em;
  background: #ffffff;
  border-bottom: 1px solid #EBEBEB;
  border-left: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  width: 100%;
  box-sizing: border-box;
  transition: none;
}

.nav-arrow {
  position: relative;
  width: 12px;
  height: 10px;
  display: inline-block;
  margin-left: 10px;
  background: url(../images/menu-arrow.svg) no-repeat center center;
  background-size: contain;
  transition: all 300ms ease-in-out;
}

.nav-arrow.active {
  transform: scaleY(-1);
}

.pll-parent-menu-item {
  text-transform: uppercase;
}

.pll-parent-menu-item .sub-menu {
  min-width: 80px;
  text-align: center;
}

.menu-item-type-custom.pll-parent-menu-item {
  margin-right: 1rem;
  cursor: pointer;
}

.mobile-nav-btn {
  position: relative;
  width: 37px;
  height: 20px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 1rem 1rem 1rem 1rem;
  margin: -1rem;
}

.mobile-nav-btn-container {
  display: flex;
}

.menubar-1,
.menubar-2,
.menubar-3 {
  height: 3px;
  width: 37px;
  background: #111111;
  border-radius: 2px;
  transition: all 300ms ease-in-out;
}

.menubar-1 {
  position: absolute;
  top: 1rem;
  transform-origin: top left;
}

.menubar-2 {
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
}

.menubar-3 {
  position: absolute;
  bottom: 1rem;
  transform-origin: bottom left;
}

.mobile-menu-open .menubar-1 {
  transform: rotate(45deg) translateY(-6px);
  transform-origin: top left;
}

.mobile-menu-open .menubar-2 {
  opacity: 0;
}

.mobile-menu-open .menubar-3 {
  transform: rotate(-45deg) translateY(6px);
  transform-origin: bottom left;
}

.menu-search-btn {
  width: 20px;
  height: 20px;
  background: url(../images/search.svg) no-repeat center center;
  margin-right: 1.5rem;
}

.search-modal {
  position: fixed;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  z-index: 999999;
  overflow-y: auto;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}

.search-modal.active {
  display: flex;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

.search-modal-inner {
  background: #FFFFFF;
  position: relative;
  width: calc(100% - 2rem);
  height: 100vh;
}

.search-close-btn {
  position: absolute;
  right: 1rem;
  top: 19px;
  width: 37px;
  height: 20px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 1rem 1rem 1rem 1rem;
  margin: -1rem;
}

.search-close-btn .menubar-1 {
  transform: rotate(45deg) translateY(-6px);
  position: absolute;
  top: 1rem;
  transform-origin: top left;
}

.search-close-btn .menubar-3 {
  transform: rotate(-45deg) translateY(6px);
  position: absolute;
  bottom: 1rem;
  transform-origin: bottom left;
}

/* LANDING SECTION */
.landing-view {
  min-height: 100vh;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .landing-view {
    min-height: 700px;
  }
}
.landing-view .deco-element-1 {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 100vw;
  height: calc(100vh - 100px);
  z-index: -1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
}
.landing-view .deco-element-1 img {
  width: auto;
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.landing-view .deco-element-2 {
  position: absolute;
  bottom: -40vh;
  right: -55vh;
  transform: rotate(45deg);
  width: 110vh;
  height: 110vh;
  background: linear-gradient(90deg, #3CE1FA 0%, #1c65fe 200%);
  background-size: 100% 100%;
  border-radius: 15vh;
  z-index: -2;
  flex: none;
}
.landing-view .deco-element-3 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(250, 250, 250, 0) 0%, #F8F4F2 100%);
  z-index: -3;
}
.landing-view .deco-element-4 {
  position: absolute;
  top: 80px;
  right: 2rem;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.landing-view .deco-element-4 img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
  height: 100%;
  width: 100%;
}

.service-block {
  background: #F8F4F2;
  padding: 60px 0;
}

.service-block h2 {
  color: #000;
  font-size: 50px;
  font-style: normal;
  line-height: 62px;
}
.service-block .title {
  text-align: center;
  margin-bottom: 60px;
}
.service-block .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 42px;
  gap: 42px;
  margin: 0;
}
@media (max-width: 1024px) {
  .service-block .row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .service-block .row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service-block .card-outer {
  position: relative;
  box-shadow: 0 5px 14px 0 rgba(8, 15, 52, 0.04);
  background: #ffffff;
  padding: 32px 24px;
  flex-basis: auto;
  transition: all 0.2s ease;
  transform: scale(1);
  text-align: center;
  border-radius: 20px;
}
.service-block .card-link {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.service-block .option-number {
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  color: #000000;
  background: #f8f4f2;
  border-radius: 50%;
  text-align: center;
  line-height: 2.5rem;
  font-weight: bold;
  backdrop-filter: blur(16px);
}
.service-block .option-icon {
  height: 90px;
  width: auto;
  margin-bottom: 2rem;
}
.service-block h3 {
  font-size: 22px;
  font-style: normal;
  line-height: 28px;
  color: #170F49;
  margin-bottom: 12px;
}
.service-block p {
  color: #6F6C90;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  line-height: 20px;
}
.service-block a {
  text-decoration: none;
  display: block;
  height: 100%;
}
.service-block button {
  margin-top: 40px;
}

.cd-services {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem -10px 2.8rem -10px;
  z-index: 9999;
  position: relative;
}

.cd-services a {
  color: inherit;
  text-decoration: none;
}

.service-item {
  background: #ffffff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  flex-basis: auto;
  margin: 10px;
  transition: all 200ms ease;
  transform: scale(1);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.service-item .price-tag {
  margin-bottom: 0;
}

.post-item .price-tag {
  margin-left: 1rem;
  margin-right: 1rem;
}

.break-item {
  flex-basis: 100%;
  height: 0;
}

.service-item .service-item-title {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: bold;
  color: var(--main-heading-color);
}

.service-item-inner {
  padding: 1.5rem 2rem;
}

/* ROTATING HEADLINE */
.cd-headline {
  margin-bottom: 0;
}

/*.benefit {
	color: #FF0772;
}*/
/* CTA BUTTONS */
.cta-btn-primary,
.gform_button,
.single_add_to_cart_button,
.checkout-button,
.woocommerce-checkout .button,
input[type=submit i] {
  display: inline-block;
  position: relative;
  border-radius: 40px;
  padding: 14px 1.7rem 14px 1.7rem;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff !important;
  background-image: linear-gradient(to right, #FF0772 0%, #FF4352 50%, #FF0772 100%);
  background-size: 200% 100%;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0);
  border: none;
  font-size: 18px;
  line-height: 1em;
  flex-grow: 0;
  flex-shrink: 0;
  font-family: "Sailec", sans-serif;
  border: none;
  moz-transition: background 1s ease-in-out, transform 1s ease-in-out, box-shadow 1s ease-in-out;
  transition: background 1s ease-in-out, transform 1s ease-in-out, box-shadow 1s ease-in-out;
  -webkit-appearance: none;
  font-weight: normal;
}

.cta-btn-secondary {
  display: inline-block;
  position: relative;
  border-radius: 40px;
  padding: 14px 1.7rem 14px 1.7rem;
  cursor: pointer;
  text-decoration: none;
  line-height: 1em;
  color: #FFFFFF !important;
  border: 1px solid #FCF4F2;
  background: #111111;
  font-size: 18px;
  flex-grow: 0;
  flex-shrink: 0;
}

.cta-btn-white {
  display: inline-block;
  position: relative;
  border-radius: 40px;
  padding: 14px 1.7rem 14px 1.7rem;
  cursor: pointer;
  text-decoration: none;
  line-height: 1em;
  color: #111111 !important;
  border: 1px solid transparent;
  background: #ffffff;
  font-size: 18px;
  flex-grow: 0;
  flex-shrink: 0;
  transition: all 200ms ease-in-out;
  flex-basis: fit-content;
}

.get-offer-btn {
  cursor: pointer;
}

.forward-icon-sm {
  width: 26px;
  height: 21px;
  margin-left: 13px;
  background: url(../images/forward-icon-sm.svg) no-repeat center center;
  background-size: 100%;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-53%) scale(0.7);
  transition: all 1s ease-in-out;
}

.cta-btn-white .forward-icon-sm {
  background: url(../images/forward-icon-sm-black.svg) no-repeat center center;
  transition: all 200ms ease-in-out;
}

.calculator-cta-btn-wrapper {
  padding-top: 15px;
}
.calculator-cta-btn-wrapper .view-calc-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 1.7rem;
  gap: 13px;
  width: -moz-fit-content;
  width: fit-content;
}
.calculator-cta-btn-wrapper .view-calc-btn:hover {
  padding-right: 1.7rem;
}
.calculator-cta-btn-wrapper .view-calc-btn .forward-icon {
  background: url(../images/forward-icon-sm.svg) no-repeat center center;
  transition: all 200ms ease-in-out;
  opacity: 1;
  visibility: visible;
  position: static;
  display: inline-block;
  transform: none;
  transform: initial;
  margin-left: 0;
}

.btn-small {
  padding: 10px 26px 10px 26px;
}

.login-button,
.back-button {
  padding-left: 3.5rem;
  background: #F8F4F2;
  border: 1px solid #F8F4F2;
  transition: color 300ms ease-in-out;
  color: var(--main-text-color) !important;
}

.login-icon {
  width: 17px;
  height: 20px;
  margin-right: 13px;
  background: url(../images/client-login.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 1.5rem;
  margin-top: -1px;
}

@media (max-width: 1300px) {
  .login-text {
    font-size: 16px;
  }
}

.back-icon {
  width: 26px;
  height: 21px;
  margin-right: 13px;
  background: url(../images/back-icon.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.forward-icon {
  width: 26px;
  height: 21px;
  margin-left: 13px;
  background: url(../images/forward-icon.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 500ms ease-in-out;
}

.client-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.full-width-btn {
  display: block;
  text-align: center;
}

/* NEWS */
.terms-filter {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
}

.terms-filter li {
  display: inline-block;
  vertical-align: middle;
}

.terms-filter li.current-cat a {
  color: inherit;
  background: #F8F4F2;
  color: #111111;
  border-radius: 20px;
  padding: 0.3rem 1rem;
}

.terms-filter li a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 0;
  margin: 0 1.5rem 1rem 0;
  border: 1px transparent;
  transition: all 200ms ease-in-out;
}

.terms-filter li:first-child a {
  margin-left: 0;
}

.searchform {
  position: relative;
}

.header-search {
  margin-right: 1.5rem;
}
.header-search img {
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  display: block;
  cursor: pointer;
}

.search-dropdown {
  position: absolute;
  width: 100%;
  background: #fff;
  padding: 40px 0 40px 0;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  pointer-events: none;
  z-index: 99;
}
.search-dropdown.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}
.search-dropdown .search-dropdown-holder {
  padding: 0 1.5rem;
}
.search-dropdown .search-dropdown-holder form {
  margin-bottom: 0 !important;
}

input.minisearch-field {
  width: 100%;
  box-sizing: border-box;
  border: none;
  background: #F8F4F2;
  font-size: var(--default-text-size);
  line-height: var(--default-line-height);
  padding: 0.3rem 1.5rem;
  margin: 0;
  outline: none;
  border-radius: 2rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: "Sailec", sans-serif;
  transition: border 300ms ease-in-out;
}

input.minisearch-field::-moz-placeholder {
  color: var(--main-text-color);
}

input.minisearch-field::placeholder {
  color: var(--main-text-color);
}

.filter-sidebar input.minisearch-field {
  background: #FFFFFF;
}

.search-btn {
  width: var(--default-text-size);
  height: var(--default-text-size);
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

/*.post-term-list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: var(--smaller-text-size);
	position: absolute;
	bottom: 0.7rem;
	left: 1rem;
	z-index: 999;
}*/
.date-holder {
  position: absolute;
  left: 1rem;
  bottom: 0.8rem;
  background: #FFFFFF;
  line-height: 1em;
  padding: 0.25rem 0.7rem;
  border-radius: 15px;
}

.post-term-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: var(--smaller-text-size);
  pointer-events: all;
  flex-wrap: wrap;
  flex-shrink: 0;
}

.post-term-list li {
  display: inline-block;
  margin-right: 10px;
}

.post-term-list li a {
  display: inline-block;
  background: #FFFFFF;
  line-height: 1em;
  padding: 0.25rem 0.7rem;
  border-radius: 15px;
  vertical-align: middle;
  color: rgba(102, 102, 102, 0.87);
  word-break: keep-all;
}

.featured-image-container .publisher-list {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}

.publisher-list {
  list-style: none;
  padding: 0;
  margin: 0 0 -5px 0;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap-reverse;
}

.publisher-list li {
  margin-left: calc(1rem - 4px);
  pointer-events: none;
  margin-bottom: 5px;
  text-align: right;
}

.publisher-logo {
  background: #ffffff;
  height: 22px;
  border-radius: 4px;
  width: auto;
  vertical-align: middle;
  box-sizing: border-box;
}

.publisher-logo img {
  vertical-align: middle;
}

.delfi-lt img,
.df-media img {
  padding: 6px 10px;
}

.verslozinios img {
  padding: 1px 3px;
  background: #b9082e;
}

.kaunoaleja-lt img,
.grantthornton-lt img,
.ziniuradijas-lt img,
.vmi-lt img {
  padding: 3px;
}

.lrt-lt img {
  padding: 6px;
}

.post-thumbnail-outer {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.tag-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3rem 1rem 0.8rem 1rem;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  pointer-events: none;
}

.post-thumbnail-outer > a {
  display: block;
}

.post-thumbnail-img {
  width: 100%;
  padding-top: 65%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.post-thumbnail-img.square {
  padding-top: 100%;
  border-radius: 40px;
}

.post-thumbnail-img > img,
.post-thumbnail-img > picture > img {
  transform: translate(0, 0) scale3d(1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 500ms ease-in-out;
  display: block;
}

.post-badge {
  position: absolute;
  top: 0;
  right: 2rem;
  transform: translateY(-50%);
  z-index: 9;
  background: #FFE483;
  font-size: var(--smaller-text-size);
  color: var(--main-heading-color);
  line-height: 1em;
  padding: 0.25rem 0.7rem;
  border-radius: 15px;
}

.client-story {
  padding: 7rem 0;
}

.client-story.first {
  padding-top: 2rem;
}

.client-story.has-bg {
  background: #FCFAF9;
}

.client-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.client-links li {
  display: inline-block;
}

.cs-content-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.cs-content h2 {
  font-size: var(--heading-large-size);
  margin-bottom: 2rem;
}

.client-links li {
  margin-right: 0.5rem;
}

.client-links li a {
  text-decoration: none;
  padding: 0.25rem 0.7rem;
  background: #FFE483;
  font-size: var(--smaller-text-size);
  color: var(--main-heading-color);
  line-height: 1em;
  border-radius: 15px;
  display: inline-block;
}

.heart-icon {
  background: url(../images/heart-icon.svg) no-repeat center center;
  background-size: contain !important;
  height: 45px;
  width: 50px;
  position: absolute;
  top: 5px;
  left: calc(100% + 1rem);
}

.rocket-icon {
  background: url(../images/rocket-icon.svg) no-repeat center center;
  background-size: contain !important;
  height: 45px;
  width: 50px;
  position: absolute;
  top: 5px;
  left: calc(100% + 1rem);
}

.offer-section {
  text-align: center;
  transform: translateY(-50%);
}

.post-item {
  position: relative;
  margin-bottom: 4rem;
}

.post-item h2 {
  font-size: var(--heading-smaller-size);
  line-height: 1.35em;
  display: block;
  margin-top: 15px;
  margin-bottom: 7px;
  padding: 0 1rem;
}

.featured-post h2 {
  font-size: var(--heading-standard-size);
}

.post-item a {
  text-decoration: none;
  color: inherit;
}

.post-date {
  font-size: var(--smaller-text-size);
}

.post-item .post-date {
  padding: 0 1rem;
  color: rgba(102, 102, 102, 0.87);
}

/* SINGLE NEW */
.entry-header {
  position: relative;
}

.entry-header .post-date {
  position: absolute;
  left: 50%;
  top: -3rem;
  transform: translateX(-50%);
  color: rgba(102, 102, 102, 0.87);
}

.featured-image-container {
  position: relative;
  padding-top: 65%;
  overflow: hidden;
  border-radius: 20px;
}

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

.post-sharing {
  background: #F8F4F2;
  padding: 30px;
  border-radius: 20px;
  display: flex;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  margin: 0 auto calc(4rem + 1em) auto;
}

.post-sharing-icons {
  display: flex;
  width: 100%;
  padding-left: 1rem;
}

.facebook-icon {
  background: url(../images/facebook-icon.svg);
  width: 40px;
  height: 40px;
  background-size: 40px;
  margin: 0rem 1rem;
}

.instagram-icon {
  background: url(../images/instagram-icon.svg);
  width: 40px;
  height: 40px;
  background-size: 40px;
  margin: 0rem 1rem;
}

.tiktok-icon {
  background: url(../images/tiktok-icon.svg);
  width: 40px;
  height: 40px;
  background-size: 40px;
  margin: 0rem 1rem;
}

.youtube-icon {
  background: url(../images/youtube-icon.svg);
  width: 40px;
  height: 40px;
  background-size: 40px;
  margin: 0rem 1rem;
}

.messenger-icon {
  background: url(../images/messenger-icon.svg);
  width: 40px;
  height: 40px;
  background-size: 40px;
  margin: 0rem 1rem;
}

.linkedin-icon {
  background: url(../images/linkedin-icon.svg);
  width: 40px;
  height: 40px;
  background-size: 40px;
  margin: 0rem 1rem;
}

.print-icon {
  background: url(../images/print-icon.svg);
  width: 40px;
  height: 40px;
  background-size: 40px;
  margin: 0rem 1rem;
}

.email-icon {
  background: url(../images/email-icon.svg);
  width: 40px;
  height: 40px;
  background-size: 40px;
  margin: 0rem 1rem;
}

.link-icon {
  background: url(../images/link-icon.svg);
  width: 40px;
  height: 40px;
  background-size: 40px;
}

.entry-content {
  padding: 5rem 0;
}

.page-id-3976 .entry-content table td {
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
  padding: 1rem;
}

.page-id-3976 .entry-content table {
  margin: 0 -1rem;
  border-collapse: collapse;
  border-spacing: 0;
}

.entry-content img.size-full {
  width: 100%;
  height: auto;
}

.entry-content h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.entry-content.news-content {
  padding: 2rem 0;
}

.entry-content ul {
  list-style: none;
  margin: 1rem 0 2rem 0rem;
  padding: 0;
}

.button-wrapper {
  margin: 1em 0;
}

.entry-content ul li {
  padding-left: 1.6rem;
  background: url(../images/check.svg) no-repeat;
  background-size: 20px;
  background-position: 0px 3px;
  margin-bottom: 5px;
}

.entry-content a {
  color: #1C65FE;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

/* NEWSLETTER SECTION */
.newsletter-info {
  background: #F8F4F2;
  padding: 6rem 0;
}

.newsletter-info .gform-body {
  margin-bottom: 2rem;
}

.newsletter-bg {
  background: url(../images/newsletter-bg.svg) no-repeat right center;
  background-size: contain !important;
  z-index: 2;
  position: relative;
}

.newsletter-img {
  position: relative;
  width: 300px;
  height: 300px;
  transform: rotate(45deg);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-left: 3rem;
  margin-right: 3rem;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
  background: #29defd;
  z-index: 1;
}

.newsletter-img img {
  transform: rotate(-45deg);
  width: 120%;
  height: 120%;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ELEMENTS */
.home .site-main {
  padding: 0;
}

.service-template-default .site-main,
.page-template-about-us .site-main,
.page-template-page-with-image .site-main,
.page-template-for-accountants .site-main,
.error404 .site-main,
.service-template-single-service-registration-address .site-main {
  padding: 72px 0 0 0;
}

.service-plans {
  padding: 32px 0 120px;
  background: #EAE1DD;
}

.service-plans__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 40px;
  gap: 40px;
  margin-top: -72px;
}

.service-plans__card {
  position: relative;
  border-radius: 20px;
  background: white;
}

.service-plans__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 20px 40px;
  background: #FCD94B !important;
  color: #1b1b1b;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  width: calc(100% - 40px);
  right: 0;
  left: 0;
  border-radius: 20px 20px 0 0;
  top: -40px;
}

.service-plans__card-inner {
  position: relative;
  padding: 24px 32px;
  border-radius: 20px 20px 20px 20px;
  background: white;
}

.service-plans__price {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 2px;
  color: #101010;
}

.service-plans__price-main {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
}

.service-plans__price-suffix {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #666;
  margin-bottom: 10px;
}

.service-plans__subtitle {
  color: var(--Text-Secondary, #666);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0;
  min-height: 58px;
}
@media (max-width: 767px) {
  .service-plans__subtitle {
    min-height: 0;
    min-height: initial;
  }
}

.service-plans__badge svg {
  padding-bottom: 3px;
}

.service-plans__table-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 12px;
  margin-bottom: 12px;
  border-radius: 8px;
  background: var(--service-plan-accent, #ffe680);
  color: var(--Text-Primary, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.service-plans__items {
  display: flex;
  flex-direction: column;
}

.service-plans__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid #DACFC9;
}

.service-plans__item:last-child {
  border-bottom: 0;
}

.service-plans__item-service {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  color: #222;
  font-size: 14px;
  line-height: normal;
}

.service-plans__item-service span:last-child {
  display: block;
}

.service-plans__item-value {
  flex-shrink: 0;
  color: #101010;
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  text-align: right;
}

.service-plans__item-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: var(--service-plan-accent, #ffe680);
}

.service-plans__item-icon--image {
  -o-object-fit: contain;
     object-fit: contain;
  padding-top: 2px;
}

.service-plans__item-icon--empty {
  opacity: 0;
}

.service-plans__footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-top: 28px;
  padding: 32px;
  border-radius: 20px;
  background: #2a2a2a;
  color: #fff;
}

.service-plans__footer-note {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 16px;
  line-height: 1.55;
}
.service-plans__footer-note p {
  margin-top: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  color: white;
}

.service-plans__footer-note .dashicons {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  font-size: 22px;
}

.service-plans__footer-note p:last-child {
  margin-bottom: 0;
}

.service-plans__footer-button {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 999px;
  background: #fff;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-plans__footer-button:hover {
  color: #222;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(255, 255, 255, 0.16);
}

@media (max-width: 1199px) {
  .service-plans__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 0;
  }
  .service-plans__card.is-featured {
    transform: none;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .service-plans {
    padding: 24px 0 32px;
  }
  .service-plans__card-inner {
    padding: 22px 18px 24px;
  }
  .service-plans__price-main {
    font-size: 32px;
  }
  .service-plans__item {
    gap: 12px;
  }
  .service-plans__item-service,
  .service-plans__item-value,
  .service-plans__footer-note {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .service-plans__footer {
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    margin-top: 20px;
    gap: 24px;
  }
  .service-plans__footer p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
  .service-plans__footer-button {
    width: auto;
    width: initial;
  }
}
.site-main {
  position: relative;
  padding: 10rem 0 4rem 0;
}

.fe-site-main {
  position: relative;
  padding: 72px 0 0 0;
}

.bg-element {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 79px;
  height: 10vh;
  background: linear-gradient(0deg, #FFFFFF 0%, #F8F4F2 100px, #F8F4F2 100%);
  z-index: -1;
}

.bg-element.no-gradient {
  background: #F8F4F2;
}

/* REVIEWS */
.client-reviews {
  background: #F8F4F2;
  padding-bottom: 4rem;
}

.home .reviews-header {
  text-align: center;
}

.home .star-container {
  justify-content: center;
}

.home .star-container .star-el {
  margin-right: 7px;
  margin-left: 7px;
}

.reviews-header {
  margin: 8rem 0 4rem 0;
  position: relative;
}

.news-header {
  position: relative;
}

.news-header .view-all-btn {
  top: 1.35rem;
}

.view-all-btn {
  position: absolute;
  right: 0;
  top: 1.78rem;
  color: inherit;
  text-decoration: none;
  transition: padding 500ms ease-in-out;
}

.view-all-btn .forward-icon {
  opacity: 0;
  visibility: hidden;
}

.reviews-header h2,
.reviews-page-header h1 {
  margin: 0;
}

.reviews-page-header {
  margin-bottom: 3rem;
}

.review-item {
  margin-bottom: 4rem;
}

.review-item a {
  color: inherit;
  text-decoration: none;
}

.review-cloud {
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  padding: 1.7rem 2rem;
  border-radius: 20px;
  position: relative;
  margin-bottom: 2rem;
}

.review-cloud p {
  margin: 0;
}

.review-cloud .pointer {
  position: absolute;
  bottom: -26px;
  left: 50px;
  width: 20px;
  height: 29px;
  background: url(../images/review-arrow.svg) no-repeat center center;
}

.reviewer-thumbnail {
  width: 85px;
  height: 85px;
  border-radius: 100%;
  background: #ffffff url(../images/happy-client.svg) no-repeat center center;
  background-size: cover;
  flex-grow: 0;
  flex-shrink: 0;
  overflow: hidden;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
}

.reviewer-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reviewer-info {
  display: flex;
  padding: 0 2rem;
  justify-content: flex-start;
  align-items: center;
}

.reviewer-content {
  padding-left: 1rem;
}

.star-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
}

.star-el {
  width: 24px;
  height: 24px;
  background: url(../images/star-el.svg) no-repeat center center;
  background-size: 24px;
  background-position: center;
  margin-right: 14px;
}

/* PRODUCT */
/* GET OFFER MODAL */
.modal-close-btn {
  position: absolute;
  top: 2rem;
  left: 2rem;
  border: 1px solid #ffffff;
  outline: none;
  color: #ffffff;
  border-radius: 15px;
  font-size: 18px;
  line-height: 1em;
  padding: 10px 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  opacity: 0.5;
  transition: opacity 300ms ease-in-out;
  font-family: "Sailec", sans-serif;
  z-index: 99999;
  -webkit-transform: translateZ(0);
}

.close-icon {
  background: transparent url(../images/close-icon.svg) no-repeat left center;
  width: 21px;
  height: 21px;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
  transform: rotate(0deg);
  transition: all 300ms ease-in-out;
  -webkit-transform: translateZ(0);
}

.modal-window {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  visibility: hidden;
  transform: translateY(100%);
  background: #000000;
  color: rgba(248, 244, 242, 0.87);
  z-index: 999999999;
  transition: all 800ms ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-window h1,
.modal-window h2,
.modal-window a {
  color: #F8F4F2;
}

.modal-window.active {
  visibility: visible;
  transform: translateY(0);
}

.modal-window input[type=text],
.modal-window input[type=tel],
.modal-window input[type=email],
.modal-window input[type=number] {
  border: none;
  background: #222222;
  color: #ffffff;
  width: 100%;
  box-sizing: border-box;
  font-size: 20px;
  padding: 10px 15px;
  margin-bottom: 0;
  border-radius: 0.5rem;
  line-height: 1em;
  font-family: "Sailec", sans-serif;
}

.modal-window input[type=checkbox i] {
  margin: 2px 5px 2px 0;
}

.modal-window input:focus {
  outline: none;
}

.modal-window .gform_fields {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

.modal-window .gform-body {
  margin-bottom: 1rem;
}

.gfield_required.gfield_required_asterisk {
  opacity: 0;
  margin-left: 3px;
}

.modal-window .gfield {
  margin: 0 1rem 2rem 1rem;
  position: relative;
  display: inline-block;
  flex: 1;
  flex-basis: calc(50% - 2rem);
}

.modal-window.download-document-set-modal .gfield {
  flex-basis: 100%;
}

.modal-window.download-document-set-modal .gform_confirmation_message {
  display: none !important;
}

.gfield_label {
  position: relative;
  line-height: 1em;
  padding-bottom: 8px;
  display: inline-block;
  color: #111111;
}

.hidden_label legend {
  display: none;
}

.gfield_validation_message {
  font-size: 14px;
  color: #FF0772;
}

.hide-label .gfield_label {
  display: none !important;
}

.gfield_visibility_hidden {
  display: none !important;
}

.get-offer-modal-form,
.set-client-email-modal-form {
  position: relative;
  transform: translateY(200px);
  transition: all 800ms ease-in !important;
  opacity: 0;
  -webkit-transform: translateY(200px);
}
.get-offer-modal-form.float-up,
.set-client-email-modal-form.float-up {
  transform: translateY(0px);
  opacity: 1;
  transition: all 800ms ease-out !important;
  -webkit-transform: translateY(0px);
}
.get-offer-modal-form-container,
.set-client-email-modal-form-container {
  position: relative;
  -webkit-backface-visibility: hidden;
}

.set-client-email-modal-container {
  position: relative;
}

.get-offer-profile {
  /*background: linear-gradient(-45deg, #FFFFFF -50%, #FFC907 100%);*/
  background-color: #FFE483;
  position: absolute;
  right: 0;
  bottom: 2rem;
  border-radius: 3rem;
  height: 160px;
  width: 160px;
  transform: rotate(45deg);
  overflow: hidden;
}

.get-offer-profile img {
  width: 110%;
  height: 110%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4rem;
  transform: rotate(-45deg);
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

fieldset legend {
  display: none;
}

/* GRAVITY FORMS */
.modal-window .ginput_container_consent {
  color: rgba(255, 255, 255, 0.5);
}

.modal-window .ginput_container_consent a {
  text-decoration-color: transparent;
  transition: all 230ms ease-in-out;
  color: rgba(255, 255, 255, 0.5);
}

.modal-window .gfield_label {
  color: rgba(255, 255, 255, 0.78);
}

.gform_validation_errors,
.gform_required_legend {
  display: none !important;
}

.gform_validation_container {
  display: none !important;
}

.extra-field {
  display: none;
}

.align-right {
  text-align: right;
}

/* MISSION VISION SECTION */
.mission-vision {
  background: #111111;
  color: rgba(248, 244, 242, 0.7);
  overflow: hidden;
  position: relative;
}

.mv-info-container {
  padding: 8rem 0;
}

.mission-vision .deco-element-1 {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg) translate(-5%, 40%);
  width: 60vw;
  height: 60vw;
  background: linear-gradient(90deg, #3CE1FA 0%, #FFC907 200%);
  border-radius: 15vh;
}

.mission-vision .deco-element-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(45deg) translate(-50%, 85%);
  width: 100vw;
  height: 100vw;
  background: linear-gradient(45deg, #FFFFFF 0%, #FFC907 100%);
  border-radius: 15vh;
}

.mission-vision-container {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 9;
}

.mission-vision h2 {
  color: #F8F4F2;
}

.post-block-dark {
  background: #1E1E1E;
  padding: 2rem;
  border-radius: 20px;
}

.post-block-dark h3 {
  color: #F8F4F2;
  margin: 0;
}

.post-block-dark p {
  margin-bottom: 0;
}

.director-image {
  position: absolute;
  top: 3rem;
  bottom: 0;
  left: -100px;
  width: 100%;
  background: url(../images/laimis-janciunas.png) no-repeat center left;
  background-size: auto 100%;
  pointer-events: none;
}

.gform_wrapper {
  display: block;
  width: 100%;
}

.info-container {
  position: relative;
  display: block;
  padding: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-bottom: 4rem;
}

.info-container a {
  color: #111111;
  text-decoration: none;
  transition: color 200ms ease-in-out;
}

.ic-header {
  margin-bottom: 10px;
}

.ic-content {
  font-size: 25px;
  line-height: 1em;
  font-weight: bold;
  color: #111111;
}

/* TEAM MEMBERS */
.team-member-list {
  padding: 0 0 3rem 0;
  margin: 0;
  list-style: none;
}

.member-link {
  text-decoration: none;
  color: inherit;
}

.team-member .team-member-image img {
  transition: all 500ms ease-in-out;
}

.team-member-container .team-member {
  padding-top: 0;
}

.team-member-container {
  margin-bottom: 6rem;
}

.team-member {
  text-align: center;
  margin-bottom: 4rem;
  padding: 0;
  position: relative;
  padding-top: 7%;
}

.team-member-title {
  margin: 0 0 2px 0;
  font-size: var(--heading-smaller-size);
  color: var(--main-heading-color);
  font-weight: 600;
}

/*.team-member-image {
	margin: 0 auto calc(7% + 1.5rem) auto;
	width: 85%;
	padding-top: 85%;
	box-shadow: 10px 10px 30px rgb(0 0 0 / 5%);
	position: relative;
	transform: rotate(45deg);
	overflow: hidden;
	border-radius: 30%;
	background-color: #F8F4F2;
}

.team-member-image img {
	position: absolute;
	top: -10%;
	left: -10%;
	width: 120%;
	height: 120%;
	object-fit: cover;
	transform: rotate(-45deg);
}*/
.team-member-image {
  margin: 0 auto calc(5% + 1rem) auto;
  width: 90%;
  padding-top: 90%;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  border-radius: 25%;
  transform: skew(0deg, -5.2deg);
}

.team-member-image img {
  position: absolute;
  top: -3%;
  left: -3%;
  width: 106%;
  height: 106%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: skew(0deg, 5.2deg);
}

.team-member-contacts {
  display: flex;
  margin: 2.5rem 0;
  padding: 0;
  list-style: none;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.team-member-contacts li {
  margin: 0.5rem 0.5rem;
  position: relative;
}

.team-member-contacts li a {
  background: #F8F4F2;
  padding: 10px 26px 10px 26px;
  border-radius: 2rem;
  display: inline-block;
  line-height: 1em;
  color: inherit;
  text-decoration: none;
  position: relative;
  transition: color 300ms ease-in-out;
}

.team-member-linkedin-icon {
  width: 20px;
  height: 20px;
  margin-right: 13px;
  background: url(../images/linkedin-btn-icon.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 1.5rem;
  margin-top: -2px;
}

.team-member-phone-icon {
  width: 22px;
  height: 22px;
  margin-right: 13px;
  background: url(../images/phone-btn-icon.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 1.25rem;
  margin-top: -2px;
}

.team-member-contacts li.team-member-linkedin a {
  padding-left: 3.5rem;
}

.team-member-contacts li.team-member-phone a {
  padding-left: 3rem;
}

.team-member-content {
  margin: 3rem 0;
  text-align: left;
}

/* SINGLE PRODUCT */
.attribute-pa_laikotarpis td.label,
.attribute-pa_laikotarpis td.value {
  display: table-row;
  width: 100%;
}

.attribute-pa_laikotarpis td.label label {
  font-size: var(--heading-standard-size);
  font-weight: 600;
  color: var(--main-heading-color);
  padding-bottom: 1rem;
  position: relative;
  display: block;
}

.woocommerce-variation-price {
  display: none !important;
}

.woocommerce .optional {
  display: none !important;
}

.form-row-first,
.form-row-last {
  width: 48%;
  display: inline-block;
}

.form-row-first {
  margin-right: 4%;
}

.wc-pao-addons-container {
  margin-top: 2rem;
}

.product-addon-totals li:not(.wc-pao-subtotal-line) {
  display: none !important;
}

.product-addon-totals li {
  list-style: none;
  background: none !important;
}

.product-addon-totals .wc-pao-subtotal-line {
  justify-content: flex-start !important;
}

.wc-pao-addon .wc-pao-addon-description {
  font-style: none !important;
}

.wc-pao-addon-image-swatch img {
  max-width: 150px;
  max-height: 150px;
}

.paysera-payment-method .paysera-text {
  display: none !important;
}

.payment_method_paysera br {
  display: none;
}

.paysera-payment-method-label {
  border: none !important;
  outline: none !important;
  border-radius: 1rem;
  display: flex !important;
  flex-direction: column-reverse;
  cursor: pointer !important;
}

.paysera-payment-active {
  background: #ffffff;
}

.payment-country-select {
  display: none;
}

.shop_table {
  width: 100%;
  margin-bottom: 2rem;
  border-collapse: collapse;
}

.shop_table tr {
  text-align: left;
}

.shop_table td,
.shop_table th {
  border-bottom: 1px solid #dddddd;
  padding: 10px 0;
}

.shop_table td.product-total {
  vertical-align: top;
}

.shop_table th {
  color: var(--main-heading-color);
}

.shop_table tfoot th {
  text-align: right;
  border-bottom: 1px solid transparent;
  padding-right: 1rem;
}

.shop_table .variation {
  font-size: var(--smaller-text-size);
  line-height: 1.2em;
}

.shop_table .variation p {
  margin: 0.5em 0 0 0;
}

.wc_payment_methods {
  background: #F8F4F2;
  padding: 2rem !important;
  border-radius: 2rem;
  margin-bottom: 0 !important;
}

.wc_payment_methods li {
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

label[for=payment_method_paysera] {
  display: none;
}

.woocommerce-privacy-policy-text {
  font-size: var(--smaller-text-size);
  line-height: 1.2em;
  padding: 0 2rem;
  margin-bottom: 2rem;
}

.woocommerce-checkout .entry-content {
  padding: 0 !important;
}

#customer_details {
  margin-bottom: 4rem;
}

/* SINGLE SERVICE */
.sticky-footer {
  display: none;
}

/*.scrollingDown .sticky-footer {
	visibility: visible;
	transform: translateY(0);
	transition: all 600ms ease-in-out;
}

.sticky-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1rem 0;
	background: #ffffff;
	border-top: 1px solid rgba(235,235,235,1);
	z-index: 999999;
	visibility: hidden;
	transform: translateY(100%);
	transition: all 600ms ease-in-out;
}

.sticky-header-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.sticky-header-info .price-tag {
	margin-bottom: 0;
	margin-left: 2rem;
}

.sticky-header-title {
	margin: 0;
	line-height: 1em;
	cursor: pointer;
}*/
.order-block {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  padding: 3rem;
  border: 1px solid #EBEBEB;
  position: sticky;
  top: 2rem;
}

.post-header-large {
  background: #F8F4F2;
  display: flex;
  overflow: hidden;
}

.post-header-info,
.post-header-visual {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.post-header-info {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6rem 4rem;
}

.post-header-info h1 {
  margin-bottom: 0;
}

.post-header-bg {
  background: url(../images/post-header-bg.svg) no-repeat center left;
  background-size: contain !important;
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  right: 0;
}

.benefit-list {
  list-style: none;
  margin: 1.5rem 0 2rem 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
}

.benefit-list li {
  margin-bottom: 0.5rem;
  padding-left: 1.6rem;
  background: url(../images/check.svg) no-repeat;
  background-size: 20px;
  background-position: 0px 3px;
  margin: 0 auto 5px auto;
  width: calc(100% - 1.6rem);
}

.swiper.company-benefit-swiper .swiper-wrapper {
  padding: 5rem 0 6rem 0;
}

.swiper.company-benefit-swiper {
  margin-top: -3rem;
}

.swiper.benefit-swiper {
  margin-top: 4rem;
}

.benefits-slider h2 {
  margin-bottom: 1rem;
}

.benefits-slider {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.home .benefits-slider {
  margin-top: 7rem;
  margin-bottom: 2rem;
}

.benefit-content p {
  margin: 0;
}

.slider-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.slider-prev-btn,
.slider-next-btn {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  z-index: 999;
  transform: translateY(-50%);
  outline: none;
  background: #ffffff;
  border: none;
}

.slider-prev-btn {
  margin-right: 2rem;
  background: rgba(0, 0, 0, 0.5) url(../images/prev-arrow.svg) no-repeat center center;
  background-size: 100%;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  left: 2rem;
  top: 50%;
}

.slider-next-btn {
  background: rgba(0, 0, 0, 0.5) url(../images/next-arrow.svg) no-repeat center center;
  background-size: 100%;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  right: 2rem;
  top: 50%;
}

.benefit-block {
  border-radius: 2rem;
  overflow: hidden;
}

.benefit-image {
  position: relative;
  padding-bottom: 150%;
  border-radius: 2rem;
  overflow: hidden;
  background: #F8F4F2;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
  transition: all 500ms ease;
}

.benefit-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.benefit-description-outer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  border-radius: 2rem;
}

.benefit-description h3 {
  margin-bottom: 0.75rem;
  color: #ffffff;
}

.benefit-description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 6rem 2rem 2rem 2rem;
  background: transparent;
  transition: all 500ms ease-in-out;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  color: #FFFFFF;
}

.swiper-slide {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}

.swiper-slide-active .benefit-description {
  transition: all 500ms ease-in-out;
}

.benefit-number {
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  text-align: center;
  line-height: 2.5rem;
  font-weight: bold;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.visual-container {
  aspect-ratio: 16/9;
}

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

.visual-container iframe {
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* CONTACT DETAILS */
/*.contact-details {
	background: #111111;
	color: rgba(255,255,255,0.87);
	display: flex;
}

.contact-details h2 {
	color: #ffffff;
}*/
.contact-details {
  display: flex;
  background: #F8F4F2;
  margin-top: 3rem;
}

.contact-details .one-half {
  flex: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-details .one-half img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#map {
  height: 80vh;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}

/* FOOTER */
.site-footer h3 {
  font-size: 24px;
}

.footer-menu-holder svg {
  display: none;
}

@media (max-width: 767px) {
  .order-3 {
    order: 3;
  }
  .order-2 {
    order: 2;
  }
  .order-1 {
    order: 1;
  }
  .site-footer {
    padding-bottom: 2rem !important;
  }
  #footer-menu, #footer-menu-1, #footer-menu-2, #footer-menu-3, #footer-menu-4 {
    margin: 0;
    padding: 0 12px 14px 12px !important;
  }
  .footer-menu-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
  }
  .footer-menu-holder h3 {
    margin-bottom: 0;
    font-size: 18px;
    font-style: normal;
    line-height: 120%;
  }
  .site-footer .menu li {
    margin-bottom: 9px;
    line-height: 1;
  }
  .site-footer .menu li a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
  .order-3 .title-small {
    padding-top: 18px;
    border-top: 1px solid #D9D9D9;
  }
  .order-3 h3.title-small, .order-3 p {
    color: #757A7D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .footer-menu-holder svg {
    display: block;
    transition: transform 0.3s ease;
  }
  .footer-menu-holder + .menu-footer-menu-3-container, .footer-menu-holder + .menu-footer-menu-2-container, .footer-menu-holder + .menu-footer-menu-1-container, .footer-menu-holder + .menu-footer-menu-4-container {
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease;
  }
  .footer-menu-holder.active svg {
    transform: rotate(180deg);
  }
}
.footer-spacer {
  position: relative;
  display: block;
  width: 100%;
  height: 36px;
}

.site-footer {
  background: #F8F4F2;
  line-height: 1.8em;
  padding: 6rem 0 6rem 0;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
  transition: all 230ms ease-in-out;
}

.site-footer .post-sharing-icons {
  padding-left: 0;
}

.fs-icon {
  margin-left: 0;
}

.copyright {
  font-size: var(--smaller-text-size);
}

.copyright a {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 2px;
}

#footer-menu,
#footer-menu-1,
#footer-menu-2,
#footer-menu-3,
#footer-menu-4 {
  list-style: none;
  padding: 0;
}

#footer-menu .current-menu-item a,
#footer-menu-1 .current-menu-item a,
#footer-menu-2 .current-menu-item a,
#footer-menu-3 .current-menu-item a,
#footer-menu-4 .current-menu-item a {
  color: #111111;
}

.footer-offer {
  background: #ffffff;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
  padding: 2rem;
  border-radius: 20px;
  position: relative;
  margin-bottom: 2rem;
  position: relative;
  line-height: var(--default-line-height);
}

.footer-offer h3 {
  padding-right: 150px;
}

.footer-offer .get-offer-profile {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  top: 0;
  right: 2.5rem;
  bottom: auto;
  transform: translateY(-50%) rotate(45deg);
}

.footer-offer .gfield {
  margin-bottom: 20px;
}

.copyrights {
  text-align: left;
  font-size: var(--smaller-text-size);
  opacity: 0.5;
  margin: 2rem 0;
}

/* RELATED NEWS */
.related-news {
  padding: 6rem 0 2rem 0;
}

/* CALCS */
.calc-form-container {
  background: #F8F4F2;
  padding: 2rem;
  border-radius: 20px;
  margin-bottom: 20px;
}

.calc-form-container input {
  margin-bottom: 20px;
}

.calc-form-container input[type=submit] {
  margin-bottom: 0px;
}

.entry-content #cfaq_clever_faq {
  padding: 0;
  font-family: "Sailec", sans-serif !important;
  color: var(--main-text-color) !important;
}

.entry-content #cfaq_clever_faq .clever_title-faq {
  font-size: var(--heading-smaller-size) !important;
  line-height: 1.5em !important;
  font-weight: 400 !important;
  color: var(--main-text-color) !important;
}

.entry-content #cfaq_clever_faq > .cfaq_step > ul.cfaq_answers > li {
  margin: 0 2rem !important;
}

.entry-content #cfaq_clever_faq > .cfaq_step {
  padding-top: 0 !important;
}

.entry-content .cfaq_answers > li > a {
  display: inline-block;
  position: relative;
  border-radius: 40px;
  padding: 17px 35px !important;
  cursor: pointer;
  text-decoration: none;
  line-height: 1em;
  color: #111111 !important;
  background: #FFE483 !important;
  border: none;
  font-size: 18px !important;
  flex-grow: 0;
  flex-shrink: 0;
  font-family: "Sailec", sans-serif !important;
  border: none !important;
  -webkit-appearance: none;
  font-weight: normal;
  box-shadow: none !important;
}

.entry-content .cfaq_noQuestion,
.entry-content .cfaq_previousStep,
.entry-content .cfaq_restartFaq {
  display: none !important;
}

.entry-content .cfaq_answers {
  display: flex !important;
}

/* ORDER ACCOUNTING */
.order-accounting {
  padding: 10vw 0;
  position: relative;
  overflow: hidden;
}

.order-accounting .deco-element-5 {
  position: absolute;
  left: 8vw;
  right: 0;
  bottom: 0;
  top: 2rem;
  width: calc(80vw - 4rem);
  height: calc(100% - 2rem);
  background: url(../images/phone-mockup.png) no-repeat bottom left;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}

.oa-title {
  position: relative;
}

.oa-title h2 {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
}

.price-tag {
  background: #FFE483;
  /*background: linear-gradient(45deg, #FFFFFF -100%, rgba(255, 201, 7, 0.7) 100%);*/
  color: var(--main-heading-color);
  font-size: var(--smaller-text-size);
  line-height: 1em;
  padding: 0.25rem 0.7rem;
  display: inline-block;
  margin-bottom: 1em;
  border-radius: 15px;
}

.mobile-btn {
  display: none;
}

.mobile-nav-btn-container {
  display: none;
}

.mobile-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 60px;
  background: #FFFFFF;
  z-index: 999999999;
  min-height: calc(100vh - 60px);
  transform: translateX(100%);
  transition: all 300ms ease-in-out;
  visibility: hidden;
  pointer-events: none;
}

.mobile-menu-open .mobile-nav {
  transform: translateX(0);
  transition: all 300ms ease-in-out;
  visibility: visible;
  pointer-events: all;
}

.mobile-nav .searchform-container {
  padding: 1rem;
}

.mobile-nav .minisearch-field {
  font-size: var(--heading-smaller-size);
  padding: 0.5rem 1rem;
  border-color: rgb(235, 235, 235);
}

.mobile-nav .search-btn {
  top: 50%;
  transform: translateY(-50%);
}

.mobile-nav ul {
  list-style: none;
  margin: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.mobile-nav ul.sub-menu {
  position: relative;
  display: none;
  left: auto;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.mobile-nav ul.sub-menu.expanded {
  display: block;
  border-bottom: 1px solid rgb(235, 235, 235);
  padding-bottom: 1.2rem;
}

.mobile-nav ul li.menu-item-has-children > a {
  background: url(../images/chevron-down-solid.svg) no-repeat right center;
  background-size: 12px;
}

.mobile-nav ul li.menu-item-has-children > a.expanded {
  border-bottom: none;
  background: url(../images/chevron-up-solid.svg) no-repeat right center;
  background-size: 12px;
}

.mobile-nav ul.sub-menu li a {
  border: none;
  padding: 1rem 1rem 1rem 2rem;
}

.mobile-nav-container {
  overflow: auto;
  height: calc(100vh - 104px - 66px);
  position: relative;
  padding-top: 104px;
}

.mobile-nav ul li {
  text-align: left;
}

.mobile-nav ul li a {
  color: var(--main-text-color);
  font-size: var(--heading-smaller-size);
  text-decoration: none;
  padding: 1.2rem 0rem;
  display: block;
  border-bottom: 1px solid rgb(235, 235, 235);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mobile-nav ul li.menu-item-has-children:first-child > a {
  border-top: 1px solid rgb(235, 235, 235);
}

.mobile-user-nav {
  padding: 1rem 2rem 6rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.mobile-nav .get-offer-btn {
  margin-top: 1rem;
  font-size: var(--heading-smaller-size);
}

.mobile-nav-header {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

.mobile-nav ul.lang-switcher {
  display: flex;
  padding: 0;
}

.mobile-nav ul.lang-switcher li {
  margin-right: 1rem;
  border-bottom: none;
}

.mobile-nav ul.lang-switcher li a {
  background: #F8F4F2;
  border: 1px solid #F8F4F2;
  border-radius: 2rem;
  padding: 10px 15px;
  line-height: 1em;
  text-transform: uppercase;
}

.es-logo {
  position: relative;
}

.es-logo img {
  height: 80px;
  width: auto;
  position: absolute;
  right: 0;
  transform: translateY(-2rem);
  padding: 10px;
  background: #ffffff;
  border-radius: 1rem;
}

.calculator-cta-block {
  background: #F8F4F2;
  padding: 0.5rem 3rem;
  border-radius: 2rem;
}

.calculator-cta-info {
  margin: 1rem 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.calculator-cta-headline {
  display: flex;
  align-items: center;
}

.view-calc-btn {
  position: relative;
  color: inherit;
  text-decoration: none;
  transition: padding 500ms ease-in-out;
  padding-right: 0;
  cursor: pointer;
}

.view-calc-btn .forward-icon {
  opacity: 0;
  visibility: hidden;
}

.calculator-cta-info a {
  color: var(--main-text-color);
  text-decoration: none;
}

.service-cta {
  padding: 6rem 0 6rem 0;
}

.service-cta-block {
  background: #1C65FE;
  border-radius: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.service-cta-block .lottie {
  position: absolute;
  right: -1rem;
  top: 1rem;
  bottom: 1rem;
  left: 55%;
  z-index: -1;
}

.service-cta-block.bg-yellow {
  background: #FFE483;
  color: #111111;
  margin-top: 3rem;
}

.service-cta-block.bg-yellow h2 {
  color: #111111;
}

.service-cta-block h2 {
  color: #ffffff;
  font-size: var(--heading-medium-large-size);
  margin-top: 0;
}

.service-cta-block h2.contract-headline {
  margin-bottom: 2rem;
  max-width: 60%;
}

.service-cta-info .benefit-list {
  margin-top: 0;
  opacity: 1;
  margin-bottom: 2rem;
}

.service-cta-block .benefit-list li {
  margin-bottom: 0.5rem;
  padding-left: 1.8rem;
  background: url(../images/check-white.svg) no-repeat;
  background-size: 20px;
  background-position: 0px 3px;
  margin-bottom: 5px;
  display: block;
}

.benefit-list.on-dark-bg li {
  margin-bottom: 0.5rem;
  padding-left: 1.8rem;
  background: url(../images/check-white.svg) no-repeat;
  background-size: 20px;
  background-position: 0px 3px;
  margin-bottom: 5px;
  display: block;
}

.service-cta-block.bg-yellow .benefit-list li {
  margin-bottom: 0.5rem;
  padding-left: 1.8rem;
  background: url(../images/check-black.svg) no-repeat;
  background-size: 20px;
  background-position: 0px 3px;
  margin-bottom: 5px;
  display: block;
}

.service-cta-info {
  position: relative;
  width: 100%;
  padding: 3rem;
  z-index: 999;
  min-height: 250px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.service-cta-img {
  opacity: 0.2;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 40%;
}

.service-cta-img-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 80%;
  bottom: 0;
  background: linear-gradient(90deg, #1C66FE 0%, rgba(28, 101, 254, 0) 100%);
}

.service-cta-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.document-list {
  min-height: 80vh;
}

.document-item {
  background: #F8F4F2;
  padding: 1.5rem 2rem;
  display: block;
  margin-bottom: 2rem;
  border-radius: 2rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.download-btn {
  background: #ffffff;
  padding: 0.3rem 1rem 0.3rem 2.8rem;
  color: inherit;
  text-decoration: none;
  border-radius: 2rem;
  font-size: 0.9em;
  position: relative;
  flex-shrink: 0;
}

.download-btn.no-padding {
  padding: 0.3rem 1rem 0.3rem 1rem;
}

.download-icon {
  background: url(../images/download-icon.svg) no-repeat center center;
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 1rem;
  top: calc(50% - 1px);
  transform: translateY(-50%);
}

.file-extension {
  opacity: 0.5;
}

.document-item h2 {
  font-size: var(--heading-smaller-size);
  margin: 0;
  display: inline-block;
}

.sanitized-text {
  display: none;
}

.filter-sidebar {
  position: sticky;
  top: 110px;
  background: #F8F4F2;
  padding: 2rem;
  border-radius: 2rem;
  margin-bottom: 2rem;
}

#docusearch {
  background: #ffffff;
}

.filter-button-group {
  list-style: none;
  margin: 0;
  padding: 0;
}

.filter-button-group li {
  display: inline-block;
  margin-bottom: 1rem;
  margin-right: 0.5rem;
}

.filters {
  margin-top: 2rem;
}

.filters h4 {
  margin-bottom: 1rem;
}

.filter-button-group li a {
  background: #ffffff;
  color: inherit;
  text-decoration: none;
  padding: 0.3rem 1rem 0.3rem 1rem;
  border-radius: 1rem;
  display: inline-block;
  line-height: 1em;
  font-size: 0.9em;
  border: 1px solid transparent;
}

.filter-button-group li a.current {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #111111;
  color: #ffffff;
}

.complete-animation {
  width: 250px;
  height: 250px;
  text-align: center;
  margin: -3rem auto -3rem auto;
}

.gform_confirmation_wrapper {
  text-align: center;
}

.page-template-get-offer .entry-content {
  padding-top: 0;
}

.page-template-get-offer .gfield,
.page-template-for-accountants .gfield {
  margin-bottom: 1.5rem;
}

.mobile-show {
  display: none;
}

.gform_drop_area {
  border: 2px dashed rgba(0, 0, 0, 0.2);
  background: #ffffff;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}

.gform_fileupload_rules {
  display: none;
}

.gfield_description {
  font-size: 14px;
}

.gform-ul-reset {
  margin: 0;
}

/** BUHALTERIAMS **/
.text-benefit {
  margin-bottom: 4rem;
  background: #ffffff;
}

.text-benefit-icon {
  font-size: 33px;
  color: #111111;
  margin-bottom: 1rem;
}

section.requirements {
  margin: 6rem 0 6rem 0;
}

.gap-24 {
  gap: 24px 0;
}

section.faqs {
  background: #F8F4F2;
  padding: 4rem 0 5rem 0;
}

section.send-cv {
  padding: 6rem 0 6rem 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}

section.send-cv h2 {
  margin-bottom: 0.5rem;
}

.send-cv .deco-element-1 {
  position: absolute;
  bottom: -100vw;
  left: -5vw;
  transform: rotate(-45deg);
  width: 110vw;
  height: 110vw;
  background: linear-gradient(45deg, #FFFFFF 0%, #FFE483 100%);
  border-radius: 20vh;
  z-index: -2;
  flex: none;
}

.requirements-container {
  background: linear-gradient(45deg, rgba(255, 228, 131, 0.7137254902) 0%, #FFE483 100%);
  color: #111111;
  padding: 3rem;
  border-radius: 2rem;
}

.requirement {
  text-align: center;
}

.ginput_preview_list {
  display: flex;
}

.faq-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1.5rem 0;
}

.faq-row:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.faq-question {
  font-size: 24px;
  color: #111111;
  font-weight: bold;
}

.faq-answer {
  margin-top: 1rem;
}

.additional-benefits {
  display: none;
}

.button-count {
  background-color: #FFFFFF;
  color: #111111;
  border-radius: 4px;
  font-size: 14px;
  padding: 1px 5px;
  margin-left: 0.5rem;
}

/** SKAIČIUOKLĖ KAINOS */
.totals-sidebar {
  position: sticky;
  top: calc(77px + 2rem);
}

.totals-container {
  width: 100%;
  background-color: #F8F4F2;
  border-radius: 2rem;
  padding: calc(2rem - 15px) 2rem 2rem 2rem;
  margin-bottom: 2rem;
  border-spacing: 0;
}
.totals-container .uab-note.hide, .totals-container .mb-note.hide, .totals-container .ii-note.hide, .totals-container .idv-note.hide, .totals-container .post-scriptum-text.hide {
  display: none;
}
.totals-container .company-type--def-prices {
  margin-bottom: 16px;
}
.totals-container .company-type--def-prices.hide {
  display: none;
}
.totals-container .company-type--def-prices.show {
  display: block;
}
.totals-container .company-type--def-prices p {
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 20px;
}
.totals-container .company-type--def-prices--item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #E2DEDD;
  margin-bottom: 10px;
}
.totals-container .company-type--def-prices--item.hide {
  display: none;
}
.totals-container .company-type--def-prices--item div:last-child {
  flex-wrap: nowrap;
}
.totals-container .company-type--def-prices--item div {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
}
.totals-container .company-type--def-prices--item .currency-symbol {
  margin-left: 5px;
}

.totals-form-container {
  background-color: #F8F4F2;
  border-radius: 2rem;
  padding: 2rem;
}

.totals-form-container input {
  margin-bottom: 1.5rem;
}

.totals-container tr {
  width: 100%;
}

.totals-container .totals-row .info-badge {
  margin-left: 10px;
}

.totals-container .totals-row {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px;
}

.totals-container .totals-row td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0 0 0;
}

.totals-container td.col2 {
  text-align: right;
  vertical-align: bottom;
}

.totals-container .totals-row.hide-onload {
  display: none;
}

.totals-container .totals-sum-row td {
  padding-top: 1.5rem;
}

.totals-container .totals-sum-row h2 {
  margin: 0;
  white-space: nowrap;
}

.pricing-blocks {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}

.pricing-block {
  flex-basis: calc(50% - 6rem);
  margin: 0 1rem;
  padding: 1.4rem 2rem 2rem 2rem;
  border-radius: 2rem;
  margin-bottom: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  background: #F8F4F2;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
  transition: background 500ms ease-in-out;
}
.pricing-block.hide {
  display: none;
}
.pricing-block.company-type .company-type-block-title {
  font-weight: bold;
}
.pricing-block.company-type .input-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 16px;
}
.pricing-block.company-type .input-container label {
  display: flex;
  gap: 12px;
  align-items: center;
  font-family: "Sailec-Medium", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}
.pricing-block.company-type .company-type--radio {
  width: auto;
  align-items: flex-start;
  accent-color: #000000;
}

.pricing-block.filled {
  background: #FFE483;
  transition: background 100ms ease-in-out;
}

.pricing-block.blink {
  background: #fff3ca;
  transition: background 100ms ease-in-out;
}

.pricing-block.full-width {
  flex-basis: 100%;
  margin-left: 0rem;
  margin-right: 0rem;
  -moz-user-select: inherit;
  -webkit-user-select: inherit;
  user-select: inherit;
}

.pricing-block-icon {
  display: none;
}

.pricing-block label {
  padding-left: 0rem;
}

.pricing-block.vat .input-container label {
  padding-left: 0;
}

.input-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}

.minus-sign,
.plus-sign {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: manipulation;
}

.minus-sign {
  background: #ffffff url(../images/minus-solid.svg) no-repeat center center;
  background-size: 18px;
}

.minus-sign.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.plus-sign {
  background: #ffffff url(../images/plus-solid.svg) no-repeat center center;
  background-size: 18px;
}

.pricing-block label {
  display: inline-block;
  color: #111111;
  font-weight: 500;
}

.price-calculation input {
  text-align: center;
  width: 80px;
  margin: 0 10px;
}

.price-calculation input[type=checkbox i] {
  width: 15px;
}

.pricing-block.filled input {
  border: transparent 1px solid;
}

.price-calculation input.filled {
  background-color: #F8F4F2;
}

/* Chrome, Safari, Edge, Opera */
.price-calculation input::-webkit-outer-spin-button,
.price-calculation input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.price-calculation input[type=number] {
  -moz-appearance: textfield;
}

.tooltip-container {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.info-icon-btn {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/info-icon.svg) no-repeat center center;
  cursor: pointer;
}

.tooltip-description {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: -1.5rem;
  top: calc(22px + 1rem);
  width: 250px;
  background: #111111;
  opacity: 0;
  color: #ffffff;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  z-index: 99999999;
  font-size: 14px;
  line-height: normal;
  transform: translateY(20px);
  transition: all 300ms ease-in-out;
}

.tt-arrow {
  position: absolute;
  right: 1.5rem;
  top: -11px;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #111111;
}

.calculator-icon {
  width: 22px;
  height: 22px;
  background: url(../images/calculator-solid-icon.svg) no-repeat center center;
  background-size: contain;
  margin-right: 0.5rem;
}

.mobline {
  display: none;
}

.annual-jobs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.annual-jobs.hide {
  display: none;
}

.annual-jobs label {
  font-weight: normal;
  color: inherit;
  position: relative;
}

.annual-jobs li {
  display: flex;
  flex-direction: column;
  padding-bottom: 0.5rem;
}

.annual-jobs .pricing-line-header .bottom-border {
  height: 1px;
  border-bottom: 1px solid #b6b6b6;
  background: none;
  flex-grow: 1;
  margin-bottom: 7px;
  margin-left: 5px;
  margin-right: 5px;
  min-width: 30px;
}

.annual-jobs li.has-instructions .pricing-line-header,
.annual-jobs li.has-instructions .pricing-line-header label {
  cursor: pointer;
}

.annual-jobs li.has-instructions .pricing-line-header label::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 5px;
  left: -21px;
  background: url(../images/angle-down-solid.svg) no-repeat center;
  background-size: 10px;
  transition: all 300ms ease-in-out;
}

.annual-jobs li.has-instructions .pricing-line-header.active label::before {
  transform: scaleY(-1);
  filter: brightness(70%);
  top: 3px;
  transition: all 300ms ease-in-out;
}

.annual-jobs li:first-child {
  margin-top: 1rem;
}

.annual-jobs .pricing-line-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.annual-jobs .pricing-line-header.active {
  color: #111111;
}

.annual-jobs .pricing-line-cost {
  flex-shrink: 0;
}

.annual-jobs .pricing-line-header.active .bottom-border {
  border-color: #111111 !important;
}

.annual-jobs .instructions {
  display: none;
  font-size: 14px;
  line-height: 1.35;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

.review-src {
  text-align: center;
  display: block;
}

.review-src-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  background: #ffffff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-bottom: 3rem;
  min-height: 110px;
  transition: all 200ms ease;
  transform: scale(1);
}

.review-src-container a {
  color: #111111;
  text-decoration: none;
  transition: color 200ms ease-in-out;
  width: 100%;
}

.review-src-container img {
  padding: 2rem;
  vertical-align: middle;
}

.hide-link {
  display: none;
}

.show-link {
  display: block;
}

.rekvizitai-logo {
  max-height: 30px;
  width: auto;
}

.google-logo {
  max-height: 40px;
  width: auto;
}

/* APP PROMO */
section.mobile-app {
  background-color: #000000;
  padding: 6rem 0;
}

.mobile-app-image {
  border-radius: 2rem;
  width: 100%;
  height: auto;
}

.mobile-app-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  color: rgba(255, 255, 255, 0.78);
}

.mobile-app-description h2 {
  color: white;
  margin-bottom: 1rem;
}

.mobile-app-buttons {
  display: flex;
  margin-top: 3rem;
}

.mobile-app-buttons img {
  max-height: 45px;
}

.app-btn {
  margin-right: 2rem;
}

.compare-block {
  display: none;
  text-align: center;
  padding: 2rem;
  background: #ffffff;
  border-radius: 1rem;
}

.compare-block p {
  margin: 0;
}

.compare-block h2 {
  margin: 1rem 0;
}

.compare-block .cta-btn-primary {
  margin-top: 1em;
}

.compare-block .total-difference {
  background: #ffe483;
  font-size: var(--smaller-text-size);
  color: var(--main-heading-color);
  line-height: 1em;
  padding: 0.25rem 0.7rem;
  border-radius: 15px;
  display: inline-block;
}

.compare-block h2 {
  margin-bottom: 0;
}

.compare-block .price-pcs {
  font-size: var(--smaller-text-size);
}

.bp-sidebar {
  position: sticky;
  top: calc(72px + 3rem);
}

.bp-spacer {
  position: relative;
}

.bp-content {
  margin-bottom: 4rem;
  position: relative;
}

.bp-list {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
}

.bp-list a {
  color: #1C65FE;
}

@media only screen and (max-width: 1600px) {
  .cd-intro h1 {
    font-size: var(--heading-medium-size);
  }
  .cd-services {
    margin: 1rem -10px 2rem -10px;
  }
}
@media only screen and (max-width: 1350px) {
  .main-navigation ul > li {
    margin: 0 0.5rem;
  }
  .menu-item-type-custom.pll-parent-menu-item {
    margin-right: 0.4rem;
  }
  .pricing-block {
    flex-basis: 100%;
  }
  .annual-jobs .pricing-line-header {
    align-items: flex-start;
  }
  .annual-jobs .pricing-line-header .bottom-border {
    display: none;
  }
  .annual-jobs .pricing-line-cost {
    padding-left: 1rem;
  }
  .annual-jobs li {
    padding-top: 0.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .annual-jobs li:first-child {
    padding-top: 0;
  }
}
/*@media only screen and (max-width: 1067px) {
	body:not(.mobile-menu-open) .login-text {
		display: none;
		transition-delay: 300ms;
	}
	body:not(.mobile-menu-open) .login-button {
		height: 25px;
		padding-left: 0;
		transition-delay: 300ms;
	}
	body:not(.mobile-menu-open) .login-icon {
		margin-right: 0;
		left: 0.25rem;
		transition-delay: 300ms;
	}
}*/
@media only screen and (max-width: 1140px) {
  .logo {
    height: 32px;
  }
}
@media only screen and (max-width: 1100px) {
  :root {
    --heading-large-size: 34px;
    --heading-medium-size: 34px;
    --heading-medium-large-size: 28px;
    --heading-standard-size: 20px;
    --heading-smaller-size: 18px;
    --smaller-text-size: 14px;
    --default-text-size: 18px;
    --default-line-height: 25px;
  }
  body.modal-window-open,
  body.mobile-menu-open {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
    touch-action: none;
    -ms-touch-action: none;
  }
  .mobline {
    display: block;
  }
  .site-main {
    padding: 8rem 0 0 0;
  }
  .mobile-nav-btn-container {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .site-header-container {
    padding: 0.8rem 1rem !important;
  }
  .logo {
    height: 35px;
  }
  .main-navigation {
    display: none;
  }
  .client-nav {
    display: none;
  }
  .mobile-hidden {
    display: none;
  }
  .back-button {
    top: -2rem;
  }
  .break-item {
    display: none;
  }
  .benefit-list {
    align-items: center;
    margin: 1.5rem auto 2rem auto;
  }
  .service-cta .benefit-list {
    align-items: flex-start;
    margin: 1.5rem 0 2rem 0;
  }
  .service-item .service-item-title {
    font-size: var(--heading-standard-size);
  }
  .service-item-inner {
    padding: 1rem 1.5rem;
  }
  .cd-headline {
    font-size: var(--heading-medium-size);
  }
  .service-item {
    flex-basis: calc(50% - 20px);
    min-width: calc(50% - 20px);
    transform: none;
    transition: none;
    border-radius: 1.5rem;
  }
  .landing-view {
    padding-top: 0;
    flex-direction: column;
  }
  .home-adjust {
    transform: translateY(120px);
  }
  .landing-view .deco-element-4 {
    text-align: right;
  }
  .landing-view .deco-element-2 {
    display: none;
  }
  .landing-view .deco-element-4 img {
    vertical-align: middle;
    padding: 0 1rem;
    transform: translateX(40px);
    max-width: 60%;
  }
  /*.landing-view .deco-element-1 {
      bottom: 0 !important;
      right: 0;
  }*/
  .cd-services {
    margin: 1rem -10px;
  }
  .service-template-default .site-main,
  .single-product .site-main,
  .page-template-about-us .site-main,
  .page-template-page-with-image .site-main,
  .error404 .site-main,
  .service-template-single-service-registration-address .site-main {
    padding: 66px 0 0 0;
  }
  .service-cta {
    padding: 2rem 0 0 0;
  }
  .reviews-header {
    margin: 3rem 0 3rem 0;
    text-align: center;
  }
  .star-container {
    justify-content: center;
  }
  /* GET OFFER MODAL */
  .modal-window {
    overflow-y: auto;
  }
  .modal-window .get-offer-profile {
    display: none;
  }
  .modal-close-btn {
    left: 1rem;
    top: 1rem;
    padding: 10px;
  }
  .modal-close-btn .close-text {
    display: none;
  }
  .modal-close-btn .close-icon {
    margin-right: 0;
  }
  .modal-window .gfield {
    flex-basis: 100%;
    margin-bottom: 1rem;
  }
  .modal-window {
    align-items: flex-start;
  }
  .get-offer-modal-form,
  .set-client-email-modal {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  /* SINGLE SERVICE */
  .sticky-header h2 {
    font-size: var(--heading-smaller-size);
  }
  .entry-content,
  .entry-content.news-content {
    padding: 0 0 3rem 0;
  }
  .post-header-large {
    flex-direction: column-reverse;
    background: none;
  }
  .post-header-info {
    padding: 2rem 1rem 1.5rem 1rem;
    box-sizing: border-box;
    align-items: center;
    justify-content: flex-start;
    /*background: linear-gradient(0deg, #FFFFFF 0%, #F8F4F2 100px, #F8F4F2 100%);*/
  }
  .post-header-bg {
    display: none;
  }
  .post-header-info,
  .post-header-visual {
    width: 100%;
  }
  .post-header-info {
    justify-content: center;
  }
  .post-header-info h1 {
    display: block;
    text-align: center;
  }
  .slider-prev-btn,
  .slider-next-btn {
    display: none;
  }
  .mobile-btn {
    display: block;
  }
  .mobile-hide {
    display: none !important;
  }
  .contact-details {
    flex-direction: column;
  }
  .contact-details .one-half.first {
    padding: 4rem 0 calc(4rem - 1em) 0;
  }
  .info-container {
    margin-bottom: 3rem;
  }
  .entry-header {
    margin-bottom: 0 !important;
  }
  .entry-header .post-date {
    top: -2rem;
  }
  .swiper.company-benefit-swiper .swiper-wrapper {
    margin-left: 1rem;
  }
  .visual-container {
    position: relative;
    margin-top: 1rem;
  }
  .visual-container img {
    border-radius: 2rem;
    top: 0rem;
    left: 1rem;
    right: 1rem;
    bottom: 0;
    width: calc(100% - 2rem);
  }
  .visual-container iframe {
    border-radius: 2rem;
    top: 0rem;
    left: 1rem;
    right: 1rem;
    bottom: 0;
    width: calc(100% - 2rem);
  }
  .rocket-icon {
    display: none;
  }
  /* FOOTER */
  .site-footer {
    padding-top: 3rem;
  }
  .footer-offer {
    margin-bottom: 4rem;
  }
  .footer-services {
    display: none;
  }
  /* NEWS */
  .single-post h1.entry-title {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .featured-image-container {
    margin-bottom: 1.5rem;
  }
  /* REVIEWS */
  .reviews-page-header {
    text-align: center;
  }
  .star-el {
    width: 18px;
    height: 18px;
    background-size: 18px;
    margin-right: 10px;
  }
  .newsletter-img {
    display: none;
  }
  .post-sharing {
    overflow-y: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .post-sharing::-webkit-scrollbar {
    display: none;
  }
  .contract-btn {
    margin-left: 0rem;
    margin-top: 1rem;
  }
  .view-all-btn {
    display: none;
  }
  .post-thumbnail-img > img {
    transition: none;
    transform: none;
  }
  .entry-content #cfaq_clever_faq > .cfaq_step > ul.cfaq_answers > li {
    margin: 0.5rem 0 !important;
  }
  .entry-content .cfaq_answers {
    flex-direction: column;
  }
  .service-cta-info {
    padding: 2rem;
  }
  .contract-block .service-cta-info {
    min-height: auto;
    text-align: center;
  }
  .service-cta-block h2.contract-headline {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .service-cta-block {
    margin-bottom: 2rem;
  }
  .service-cta-block .lottie {
    display: none;
  }
  .benefit-description {
    padding: 1.5rem;
  }
  .mobile-show {
    display: block;
  }
  .es-logo img {
    height: 50px;
  }
  .post-sharing-icons .print-icon {
    display: none;
  }
  .tooltip-container.active .tooltip-description {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
  }
  .calculator-cta-block {
    padding: 0.5rem 2rem;
  }
  .home .benefits-slider {
    margin-top: 5rem;
    margin-bottom: 0rem;
  }
  .related-news {
    padding-top: 3rem;
  }
  .button-wrapper {
    text-align: center;
  }
  .minus-sign,
  .plus-sign {
    height: 54px;
    width: 54px;
  }
  .price-calculation input {
    margin: 0 2rem;
  }
  .totals-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999999;
    margin: 0;
    border-radius: 0;
    background: #ffffff;
    border-top: 1px solid rgb(235, 235, 235);
    padding: 1rem;
  }
  .page-template-page-calc #tidio-chat {
    display: none !important;
  }
  .page-template-page-calc .site-footer {
    padding-bottom: 10rem;
  }
  .totals-container .totals-row {
    display: none !important;
  }
  .totals-container .totals-sum-row td {
    padding-top: 0;
  }
  .totals-sidebar {
    margin-bottom: 4rem;
  }
  .heart-icon {
    display: none;
  }
  .mobile-app-description h2 {
    text-align: center;
    width: 100%;
  }
  .mobile-app-description {
    align-items: center;
    margin-top: 2rem;
  }
  .mobile-app-buttons {
    justify-content: center;
  }
  .mobile-app-buttons img {
    max-height: 40px;
  }
  /* BUHALTERIAMS */
  .requirement {
    margin-bottom: 3rem;
  }
  .requirement.last {
    margin-bottom: 0;
  }
  .page-template-page-calc .nbot-open-tray {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .cs-content-container {
    margin-top: 1rem;
  }
  .cs-content h2 {
    margin-bottom: 1.5rem;
  }
  .client-story {
    padding: 3rem 0;
  }
  .client-story:last-of-type {
    padding: 3rem 0 6rem 0;
  }
  .document-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .document-item h2 {
    margin-bottom: 1rem;
  }
  .download-btn.no-padding {
    margin-top: 1rem;
  }
  .calculator-cta-info {
    flex-direction: column;
  }
  .calculator-cta-info .view-calc-btn.btn-secondary {
    padding-left: calc(22px + 0.5rem);
    margin-top: 10px;
  }
  .view-calc-btn {
    display: block;
    margin-top: 1rem;
  }
}
@media print {
  .main-navigation,
  .newsletter-info,
  .related-news,
  .post-sharing,
  .site-footer,
  .login-button {
    display: none !important;
  }
  .site-header {
    position: relative;
  }
}
@media (hover: hover) and (pointer: fine) {
  .info-icon-btn:hover + .tooltip-description {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
  }
  .post-thumbnail-img:hover > img {
    transform: translate(0, 0) scale3d(1.05, 1.05, 1);
  }
  .main-navigation ul > li > a:hover {
    color: #111111;
    text-decoration: none;
    transition: color 300ms ease-in-out;
  }
  .main-navigation .sub-menu > li > a:hover {
    color: #111111;
    background: #FCFAF9;
    transition: none;
  }
  .service-item:hover {
    transform: scale(1.08);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
    transition: all 200ms ease;
    z-index: 1;
  }
  .review-src-container:hover {
    transform: scale(1.08);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
    transition: all 200ms ease;
    z-index: 1;
  }
  .calculator-cta-info a:hover {
    text-decoration: none;
  }
  .team-member:hover .team-member-image img {
    transform: scale(1.08) skew(0deg, 5.2deg);
    transition: all 500ms ease-in-out;
    z-index: 1;
  }
  .cta-btn-primary:hover,
  .gform_button:hover,
  .single_add_to_cart_button:hover,
  .checkout-button:hover,
  .woocommerce-checkout .button:hover,
  input[type=submit i]:hover {
    background-position: 50% 0;
    moz-transition: background 0.3s ease-in-out, transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transform: translateY(-5px);
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.25);
  }
  .cta-btn-white:hover {
    background: #111111;
    color: #ffffff !important;
  }
  .get-offer-btn:hover .forward-icon-sm,
  .cta-btn-white:hover .forward-icon-sm {
    transition: all 300ms ease-in-out;
    transform: translate(10px, -53%) scale(0.8);
  }
  .cta-btn-white:hover .forward-icon-sm {
    filter: invert(1);
  }
  .login-button:hover,
  .back-button:hover {
    color: #111111 !important;
  }
  .terms-filter li a:hover {
    color: #111111;
  }
  .post-thumbnail-img.square:hover > img {
    transform: translate(0, 0) scale3d(1, 1, 1);
  }
  .view-all-btn:hover {
    color: var(--main-heading-color);
    padding-right: 2.5rem;
  }
  .view-all-btn:hover .forward-icon {
    opacity: 1;
    visibility: visible;
  }
  .view-calc-btn:hover {
    color: var(--main-heading-color);
    padding-right: 2.5rem;
  }
  .view-calc-btn:hover .forward-icon {
    opacity: 1;
    visibility: visible;
  }
  .modal-close-btn:hover {
    opacity: 1;
  }
  .modal-close-btn:hover .close-icon {
    transform: rotate(180deg);
  }
  .modal-window .ginput_container_consent a:hover {
    text-underline-offset: 2px;
    text-decoration-color: inherit;
    transition: all 230ms ease-in-out;
  }
  .info-container a:hover {
    color: #FF0772;
  }
  .team-member-contacts li a:hover {
    color: #111111;
    transition: color 300ms ease-in-out;
  }
  .site-footer a:hover {
    color: #111111;
  }
  .copyright a:hover {
    text-decoration: underline;
  }
  .download-btn:hover {
    color: #111111;
  }
  .filter-button-group li a:hover {
    color: #111111;
    border: 1px solid rgb(0, 0, 0);
  }
  .calculator-cta-info a:hover {
    color: var(--main-heading-color);
  }
  .annual-jobs li.has-instructions .pricing-line-header:hover {
    color: #111111;
  }
  .modal-window input:-webkit-autofill:hover {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
    font-size: var(--default-text-size) !important;
    border: solid 1px transparent !important;
  }
}
/* ababa.tech temp css location until server access is sorted out */
.postid-62 .calculator-cta-block {
  display: none !important;
}

.page-template-buhpedija .bp-sidebar {
  max-height: calc(100vh - 200px);
  overflow-y: scroll;
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  padding: 1.7rem 2rem;
  border-radius: 20px;
}

.ais-custom-hits .post-item {
  margin-bottom: 2rem;
}

.ais-custom #algolia-search-box input {
  font-family: Sailec, sans-serif;
  width: 100%;
  box-sizing: border-box;
  border: none;
  background: #F8F4F2;
  padding: 0.3rem 1.5rem 0.3rem 3.5rem;
  margin: 0;
  outline: none;
  border-radius: 2rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: "Sailec", sans-serif;
  transition: border 300ms ease-in-out;
  display: flex;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 24px 24px;
}

.ais-custom .algolia-search-box-wrapper .search-icon {
  fill: #545454;
}

#ais-wrapper.ais-custom {
  flex-direction: column;
}

.ais-custom .algolia-search-box-wrapper {
  width: 100%;
}

.ais-custom .algolia-search-box-wrapper {
  margin-bottom: 2rem;
}

.ais-custom #algolia-pagination {
  width: 100%;
}

.ais-custom .ais-Pagination-list {
  padding: 0;
  text-align: center;
}

.ais-custom .ais-Pagination-list a {
  text-decoration: underline;
  color: rgb(102, 102, 102);
  padding: 0 1rem;
}

.ais-custom .ais-Pagination-list a:hover,
.ais-custom .ais-Pagination-list a:focus,
.ais-custom .ais-Pagination-list li.ais-Pagination-item--selected a {
  text-decoration: none;
  font-weight: bold;
}

/* WHY WORK WITH US BLOCK */
.benefits {
  padding: 120px 0 60px 0;
}
.benefits .section-title-block {
  text-align: center;
}
.benefits h2 {
  text-align: center;
  margin-bottom: 2rem;
}
.benefits .subtitle-content {
  text-align: center;
  margin-bottom: 4rem;
}
.benefits .subtitle-content p {
  margin-bottom: 1rem;
}
.benefits .tabs-navigation {
  margin-bottom: 40px;
}
.benefits .tabs-list {
  list-style: none;
  margin-inline: auto;
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  background-color: var(--tabs-bg-color, #F8F4F2);
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem;
  border-radius: 100px;
}
.benefits .tab-item {
  background: none;
  transition: all 0.3s ease-in-out;
  color: var(--tabs-font-color, #000000);
  border-radius: 100px;
}
.benefits .tab-item.active {
  background-color: var(--active-bg, #F8F4F2);
  color: var(--active-color, inherit);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.benefits .tab-item:hover:not(.active) {
  background-color: var(--hover-bg, #F8F4F2);
  color: var(--hover-color, inherit);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.benefits .tab-button {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  border-radius: 100px;
  padding: 16px 24px;
  cursor: pointer;
  font-family: "Sailec", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
  outline: none;
  color: inherit;
}
.benefits .tab-button:focus {
  outline: none;
}
.benefits .tab-title {
  line-height: 24px;
}
.benefits .tabs-content {
  margin-bottom: 2rem;
}
.benefits .tab-panel {
  display: none;
}
.benefits .tab-panel.active {
  display: block;
}
.benefits .tab-panel .show-more-btn {
  display: inline-block;
  background: #F8F4F2;
  color: #666 !important;
  /* padding: 9px 24px; */
  font-size: 16px;
}
.benefits .cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 24px;
  gap: 24px;
}
.benefits .card-item {
  background-color: var(--tabs-bg-color, #F8F4F2);
  color: var(--tabs-font-color, #000000);
  border-radius: 32px;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.benefits .card-icon-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
.benefits .card-title {
  font-size: 15px;
  color: #111111;
  margin-left: 10px;
  line-height: 1.1;
}
.benefits .card-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color-yellow);
  transition: background-color 0.3s ease-in-out;
}
.benefits .card-icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.benefits .card-description {
  font-size: 16px;
  line-height: 24px;
  color: inherit;
  color: #666666;
}
.benefits .global-button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .benefits .global-button-wrapper {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .benefits .global-button-wrapper {
    margin-top: 40px;
  }
}
.benefits .global-button-wrapper.align-center {
  text-align: center;
}
.benefits .global-cta-button {
  transition: all 0.3s ease-in-out;
}
.benefits .global-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 991px) {
  .benefits {
    padding: 4rem 0;
  }
  .benefits .subtitle-content {
    margin-bottom: 3rem;
  }
  .benefits .tabs-navigation {
    margin-bottom: 2rem;
  }
  .benefits .tabs-list {
    gap: 0.75rem;
  }
  .benefits .tab-button {
    padding: 12px 1.5rem;
    font-size: 16px;
  }
  .benefits .card-item {
    padding: 1.5rem;
  }
  .benefits .cards-container {
    margin-bottom: 2rem;
  }
  .benefits .global-button-wrapper {
    margin-top: 2rem;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .benefits {
    padding: 3rem 0;
  }
  .benefits h2 {
    margin-bottom: 1.5rem;
  }
  .benefits .benefits {
    overflow-x: hidden;
  }
  .benefits .subtitle-content {
    margin-bottom: 2rem;
  }
  .benefits .tabs-navigation {
    margin-bottom: 1.5rem;
    overflow-x: auto;
    position: sticky;
    top: 60px;
    z-index: 9;
    background-color: #fff;
    width: calc(100% + 0px);
    margin-left: -16px;
    padding-left: 16px;
    padding-right: 16px;
    scrollbar-width: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .benefits .tabs-list {
    flex-direction: row;
    gap: 0.5rem;
    border-radius: 32px;
    margin: 0;
    flex-wrap: nowrap;
  }
  .benefits .tab-item {
    white-space: nowrap;
  }
  .benefits .tab-button {
    padding: 12px 1.25rem;
    font-size: 16px;
    justify-content: center;
  }
  .benefits .card-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
  }
  .benefits .card-icon img,
  .benefits .card-icon i.dashicons {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .landing-view .load-hidden {
    visibility: visible !important;
  }
  .cd-headline.slide b.is-visible {
    animation: none 0s ease 0s 1 normal none running !important;
    animation: initial !important;
  }
}
.section {
  padding-top: 60px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .section {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .section {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}

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

/** INTERNSHIP OPPORTUNITIES SECTION */
.internship-opportunities {
  background-color: #F8F4F2;
  position: relative;
  min-height: 500px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1099px) {
  .internship-opportunities {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .internship-opportunities {
    min-height: auto;
  }
}
.internship-opportunities .cta-btn-primary {
  font-size: 1rem;
  line-height: 1.5rem;
}
.internship-opportunities .internship-image-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
.internship-opportunities .internship-image-wrapper picture {
  display: block;
  max-width: 50%;
  width: 100%;
}
.internship-opportunities .internship-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .internship-opportunities .internship-image-wrapper {
    justify-content: center;
  }
  .internship-opportunities .internship-image-wrapper picture {
    max-width: 100%;
  }
}
.internship-opportunities .internship-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 1099px) {
  .internship-opportunities .internship-content-wrapper {
    position: relative;
    height: auto;
    padding-block: 40px;
  }
}
.internship-opportunities .internship-title {
  margin-bottom: 1rem;
}
.internship-opportunities .internship-description {
  font-size: 1rem;
  line-height: 1.5;
  color: #666666;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .internship-opportunities .internship-description {
    font-size: 1rem;
  }
}

.photo-gallery--swiper {
  padding-bottom: 84px;
}
.photo-gallery--swiper > .swiper-pagination {
  top: auto;
  top: initial;
  bottom: 40px;
  height: 4px;
  border-radius: 6px;
  width: auto;
  width: initial;
  left: 60px;
  right: 60px;
}
.photo-gallery--swiper > .swiper-pagination .swiper-pagination-progressbar-fill {
  background: linear-gradient(90deg, #FF0772 0%, #FCD94B 188.77%);
}
.photo-gallery--swiper .slider-next-btn {
  background: url(../images/nav-arrow-right.svg) no-repeat center center;
}
.photo-gallery--swiper .slider-prev-btn {
  background: url(../images/nav-arrow-left.svg) no-repeat center center;
}
.photo-gallery--button-wrapper {
  font-size: 1rem;
  line-height: 1.5;
}

.container-fluid-half {
  width: 100%;
  max-width: 720px;
  box-sizing: border-box;
}

.post-header-info--block {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 1101px) {
  .post-header-info--block {
    justify-content: flex-end;
    text-align: inherit;
  }
}
.post-header-info--block .entry-title {
  margin: 0;
}
.post-header-info--wrapper {
  padding: 2rem 1rem 1.5rem;
}
@media screen and (min-width: 1101px) and (max-width: 1439px) {
  .post-header-info--wrapper {
    padding: 6rem 4rem;
  }
}
@media screen and (min-width: 1440px) {
  .post-header-info--wrapper {
    padding: 6rem 4rem 6rem 0;
  }
}
@media screen and (min-width: 1101px) {
  .post-header-info--block {
    width: 50%;
  }
}

.post-header--description .marked-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.post-header--description .marked-list li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  line-height: 1.5;
}
.post-header--description .marked-list li svg {
  flex-shrink: 0;
  margin-top: 3px;
  width: 20px;
  height: 20px;
}
.post-header--description .marked-list li span {
  flex: 1;
}
.post-header--description p {
  line-height: 1.5;
}

/* HOMEPAGE ADVANTAGES SECTION */
.homepage-advantages {
  padding: 60px 0;
}
.homepage-advantages__title {
  text-align: left;
  margin-bottom: 40px;
}
.homepage-advantages__cards-wrapper {
  position: relative;
}
@media screen and (min-width: 768px) {
  .homepage-advantages__cards-wrapper {
    padding-top: 44.44%;
    margin-inline: -0.75rem;
    box-sizing: border-box;
  }
}
.homepage-advantages__cards {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .homepage-advantages__cards {
    position: absolute;
    top: 0;
    left: 0;
    flex-wrap: nowrap;
    gap: 0;
  }
}
.homepage-advantages__button-wrapper {
  margin-top: 40px;
  text-align: center;
}

.advantage-card {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  border-radius: 32px;
  box-sizing: border-box;
}
.advantage-card__wrapper {
  flex: 1 1 100%;
  display: block;
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  aspect-ratio: 3/4;
  max-height: 100%;
  padding-inline: 0.75rem;
  box-sizing: border-box;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .advantage-card__wrapper {
    flex: 1 1 33.333%;
  }
}
.advantage-card__wrapper:hover {
  aspect-ratio: unset;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .advantage-card__wrapper:hover {
    flex: 2 1 50%;
  }
}
.advantage-card__wrapper:hover .advantage-card__description {
  opacity: 1;
  max-height: 200px;
  margin-top: 15px;
}
.advantage-card__wrapper:hover .advantage-card__icon {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
}
@media screen and (min-width: 768px) {
  .advantage-card__wrapper:hover ~ .advantage-card__wrapper, .advantage-card__wrapper:has(~ .advantage-card__wrapper:hover) {
    flex: 0.5 1 25%;
    transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
    height: 75%;
  }
}
.advantage-card__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.advantage-card__image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  transition: background 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
}
.advantage-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.advantage-card__content {
  position: relative;
  z-index: 2;
}
.advantage-card__title {
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 0;
  color: #fff;
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.advantage-card__description {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s, max-height 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s, margin-top 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s;
  margin: 0;
}
.advantage-card__icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.advantage-card__button-wrapper {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .homepage-advantages {
    padding: 40px 0;
  }
  .homepage-advantages__title {
    margin-bottom: 1.5rem;
  }
  .advantage-card {
    padding: 2rem;
  }
  .advantage-card__title {
    font-size: 1.5rem;
  }
  .advantage-card__description {
    font-size: 0.9rem;
  }
}
/**
 * Bents Section - BEM Methodology
 */
.post-type-archive-benefit .post-header-large {
  justify-content: flex-end;
}
.post-type-archive-benefit .post-header-info {
  max-width: 400px;
  width: 100%;
  align-self: center;
}
@media screen and (min-width: 1101px) {
  .post-type-archive-benefit .post-header-info {
    align-self: flex-end;
  }
}

.bents {
  padding: 60px 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .bents {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .bents {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1100px) {
  .bents > .container-fluid > .row {
    gap: 32px;
  }
}
.bents__left {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .bents__left {
    position: sticky;
    top: 100px;
    align-self: flex-start;
    padding-bottom: 0;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .bents__left {
    padding-right: 80px;
  }
}
.bents__title {
  font-size: 2rem;
  font-weight: bold;
  color: #111111;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .bents__title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .bents__title {
    font-size: 3rem;
  }
}
.bents__description {
  font-size: 1rem;
  line-height: 1.6;
  color: #666666;
}
@media screen and (min-width: 768px) {
  .bents__description {
    font-size: 1.125rem;
  }
}
.bents__right {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
  gap: 16px;
}
.bents__card {
  padding: 24px;
  background: #F8F4F2;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .bents__card {
    padding: 40px;
  }
}
.bents__card-icon {
  width: 48px;
  height: 48px;
  background-color: var(--bents-color, #000000);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bents__card-icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.bents__card-heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bents__card-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #111111;
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .bents__card-title {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.bents__card-description {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #666666;
}
@media screen and (min-width: 768px) {
  .bents__card-description {
    font-size: 1rem;
  }
}
.bents__card-lists {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .bents__card-lists {
    flex-direction: row;
    gap: 32px;
  }
}
.bents__card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .bents__card-list {
    gap: 16px;
  }
}
.bents__card-item {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #333333;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .bents__card-item {
    font-size: 1rem;
    gap: 12px;
  }
}
.bents__card-item .icon-check {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: var(--bents-color, #000000);
  margin-top: 2px;
}
@media screen and (min-width: 768px) {
  .bents__card-item .icon-check {
    width: 24px;
    height: 24px;
  }
}

.modal-window.get-offer-modal {
  justify-content: flex-start;
}
.modal-window.get-offer-modal .container {
  max-width: 750px;
  width: 100%;
  margin: 0;
  margin: initial;
  padding-left: 150px;
  padding-right: 0;
}
.modal-window.get-offer-modal .container .col-lg-offset-1 {
  padding: 0;
  margin: 0;
}
@media (max-width: 1100px) {
  .modal-window.get-offer-modal .container .col-lg-offset-1 {
    max-width: 100%;
  }
}
@media (max-width: 1100px) {
  .modal-window.get-offer-modal .container {
    max-width: 100%;
    padding: 6rem 20px;
  }
  .modal-window.get-offer-modal .container .row {
    margin: 0;
    display: block;
  }
}
.modal-window.get-offer-modal .modal-close-btn {
  left: auto;
  left: initial;
  right: 2rem;
}
@media (max-width: 1100px) {
  .modal-window.get-offer-modal .modal-close-btn {
    right: 1rem;
  }
}
.modal-window.get-offer-modal .get-offer-modal-form h2 {
  margin-bottom: 0;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
}
.modal-window.get-offer-modal .gform_description {
  margin-bottom: 40px;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  opacity: 0.8;
}
.modal-window.get-offer-modal .gform_description a {
  text-decoration: none;
  color: #FE0972;
  font-weight: 700;
  transition: 0.3s ease-in-out;
}
.modal-window.get-offer-modal .gform_description a:hover {
  opacity: 0.8;
}
.modal-window.get-offer-modal .gform_fields {
  display: block !important;
  margin: 0 !important;
}
.modal-window.get-offer-modal .gform_fields .gfield {
  width: 100% !important;
  margin: 0 0 1rem 0;
}
.modal-window.get-offer-modal .gform_fields .gfield_checkbox input {
  display: none;
}
.modal-window.get-offer-modal .gform_fields .gfield_checkbox label {
  position: relative;
  padding-left: 32px;
  font-size: 14px;
  opacity: 0.8;
}
.modal-window.get-offer-modal .gform_fields .gfield_checkbox label a {
  opacity: 0.8;
}
.modal-window.get-offer-modal .gform_fields .gfield_checkbox label:before {
  content: "";
  position: absolute;
  top: -2px;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid white;
  opacity: 0.5;
  left: 0;
}
.modal-window.get-offer-modal .gform_fields .gfield_checkbox input:checked + label:after {
  content: "";
  position: absolute;
  top: -2px;
  border-radius: 6px;
  background: url(../images/check-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  background-position: center;
  height: 20px;
  left: 3px;
}
.modal-window.get-offer-modal .gform_fields input::-moz-placeholder {
  color: var(--Text-Secondary, #666);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.modal-window.get-offer-modal .gform_fields input::placeholder {
  color: var(--Text-Secondary, #666);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.modal-window.get-offer-modal .gform_fields input {
  padding: 10px 24px;
}
.modal-window.get-offer-modal .get-offer-profile {
  transform: rotate(-12.278deg);
  border-radius: 93.451px 93.451px 0 0;
  bottom: -60px;
  height: auto;
  height: initial;
  width: auto;
  width: initial;
  overflow: visible;
  width: auto;
  width: initial;
  height: auto;
  height: initial;
}
.modal-window.get-offer-modal .get-offer-profile img {
  transform: rotate(10deg);
  margin-top: -50px;
  overflow: visible;
}

.page-template-calendar .entry-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.page-template-calendar .entry-title {
  margin-bottom: 0;
}

.page-template-calendar .calendar-preview {
  background: #fff;
  text-align: center;
  border-radius: 1.5rem;
  overflow: hidden;
  max-width: 1400px;
  margin: 0 auto;
}

.page-template-calendar .calendar-preview__picture {
  display: block;
}

.page-template-calendar .calendar-preview__image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.page-template-calendar .fixed-btn-wrap {
  position: sticky;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
}

.page-template-calendar .fixed-btn-wrap.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.page-template-calendar .fixed-btn-wrap .btn-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .page-template-calendar .btn-wrap {
    display: none;
  }
  .page-template-calendar .entry-title {
    margin-bottom: 3rem;
  }
  .page-template-calendar .fixed-btn-wrap {
    width: calc(100% - 40px);
    padding: 10px 20px;
  }
}

/*# sourceMappingURL=main-styles.css.map*/