/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/style.scss ***!
  \********************************************************************************************************************************************************/
/********************
* NORMALIZE & MIXINS *
********************/
html {
  box-sizing: border-box;
  font-size: 16px;
}

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

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

ol,
ul {
  list-style: none;
}

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

h1, .h1 {
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02rem;
}
@media screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 0.7rem;
    letter-spacing: -0.02rem;
  }
}

.h1-small {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .h1-small {
    font-size: 0.6rem;
  }
}

h2, .h2 {
  font-size: 0.64rem;
  font-weight: 700;
  line-height: 0.72rem;
  letter-spacing: -0.0216rem;
}
@media screen and (max-width: 768px) {
  h2, .h2 {
    font-size: 0.5rem;
    letter-spacing: -0.0116rem;
    line-height: 1.2;
  }
}

h3, .h3 {
  font-size: 0.56rem;
  font-weight: 700;
  line-height: 0.64rem;
  letter-spacing: -0.0216rem;
}
@media screen and (max-width: 768px) {
  h3, .h3 {
    font-size: 0.46rem;
    line-height: 1.2;
  }
}

h4, .h4 {
  font-size: 0.4rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  h4, .h4 {
    font-size: 0.4rem;
  }
}

h5, .h5 {
  font-size: 0.32rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  h5, .h5 {
    font-size: 0.34rem;
  }
}

h6, .h6 {
  font-size: 0.28rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  h6, .h6 {
    font-size: 0.24rem;
  }
}

p, .p {
  font-size: 0.2rem;
  line-height: 0.28rem;
  font-weight: 400;
  letter-spacing: 0;
}

a {
  text-decoration: none;
}

.text-gradient {
  background: linear-gradient(88deg, #BE93D3 0%, #3196D3 100%, #6695D3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.svg-deco-line {
  position: absolute;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .svg-deco-line {
    display: none;
  }
}

.validation_message {
  border-radius: 0.08rem;
}

.gfield_error {
  border-color: red !important;
}

.gfield_error label {
  color: red !important;
}

.gform_validation_errors {
  border-color: red !important;
}
.gform_validation_errors .gform_submission_error {
  color: red !important;
}

.validation_message {
  border-color: red !important;
  color: red !important;
}

table td {
  border: 1px solid black;
  padding: 0.08rem 0.16rem;
}

.hero {
  padding-top: 1.95rem;
  position: relative;
  max-width: 14.4rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .hero {
    padding-top: 1.2rem;
  }
}
.hero .svg-deco-line {
  left: calc(50% - 12rem);
  top: 1.95rem;
}
.hero .btn {
  padding: 0.24rem 0.36rem;
}
.hero .title {
  padding-bottom: 0.4rem;
}
.hero .media-wrapper {
  position: relative;
  max-width: 13.2rem;
  margin-left: auto;
}
.hero .media-wrapper .hero-img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .hero .media-wrapper .hero-img {
    height: 4rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero .media-wrapper video {
  width: 100%;
  height: auto;
  display: block;
}
.hero .media-wrapper .buttons {
  display: flex;
  gap: 0.2rem;
}
@media screen and (max-width: 768px) {
  .hero .media-wrapper .buttons {
    align-items: flex-end;
  }
}
.hero .media-wrapper .img-buttons {
  position: absolute;
  bottom: 0.4rem;
  left: 0.4rem;
}
@media screen and (max-width: 768px) {
  .hero .media-wrapper .img-buttons {
    bottom: 0.2rem;
    left: 0.2rem;
  }
}
.hero .media-wrapper .short-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.hero .media-wrapper .short-video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  display: flex;
}
.hero .media-wrapper .short-video-overlay #playLongVideo {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #8132A7;
  cursor: pointer;
  border: none;
  opacity: 0;
  margin: auto;
  transition: 300ms cubic-bezier(0.51, 0.01, 0.2, 1);
}
.hero .media-wrapper .short-video-overlay:hover #playLongVideo {
  opacity: 1;
}
.hero .media-wrapper .video-interface {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0.4rem;
  padding-right: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .hero .media-wrapper .video-interface {
    padding: 0.2rem;
    padding-bottom: 0.3rem;
  }
}
.hero .media-wrapper .video-interface .footing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .hero .media-wrapper .video-interface .footing {
    align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .hero .media-wrapper .video-interface .footing .controls {
    width: 1.4rem;
  }
}
.hero .media-wrapper .video-interface .footing .controls .control-buttons {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background-color: #8132A7;
  cursor: pointer;
  border: none;
  position: relative;
}
.hero .media-wrapper .video-interface .footing .controls .control-buttons:last-child {
  margin-left: 0.16rem;
}
.hero .media-wrapper .video-interface .footing .controls .control-buttons svg {
  width: 0.24rem;
  height: 0.24rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cta {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .cta {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
.cta .title {
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
  .cta .title {
    padding-bottom: 0.3rem;
  }
}
.cta .content-wrapper {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .cta .content-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cta .content-wrapper .description {
  max-width: 8.92rem;
}
.cta .content-wrapper .btn-wrap {
  margin-left: 0.99rem;
}
@media screen and (max-width: 768px) {
  .cta .content-wrapper .btn-wrap {
    margin-left: 0;
    margin-top: 0.3rem;
  }
}

.hero-variant {
  padding-top: 1.95rem;
  position: relative;
  max-width: 14.4rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .hero-variant {
    padding-top: 1.6rem;
  }
}
.hero-variant .svg-deco-line {
  left: calc(50% - 12rem);
  top: 1.95rem;
}
.hero-variant .description {
  padding-bottom: 0.4rem;
}
.hero-variant .small-text {
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
}
.hero-variant .small-text p {
  margin-left: 0.08rem;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 1.6;
}
.hero-variant .small-text .line {
  width: 0.69rem;
  height: 1px;
  background: #000;
  margin-left: 0.08rem;
}
.hero-variant .title {
  padding-bottom: 0.4rem;
}
.hero-variant .media-wrapper {
  position: relative;
  max-width: 13.2rem;
  margin-left: auto;
}
.hero-variant .media-wrapper .hero-img {
  width: 100%;
  height: auto;
  margin-bottom: -0.1rem;
}
.hero-variant .media-wrapper .img-btn {
  position: absolute;
  bottom: 0.4rem;
  left: 0.4rem;
}
@media screen and (max-width: 768px) {
  .hero-variant .media-wrapper .img-btn {
    position: static;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    margin-top: 0.2rem;
  }
}

.faq {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
.faq .title {
  max-width: 7.85rem;
  padding-bottom: 0.6rem;
}
.faq .svg-deco-line {
  right: calc(50% - 9.4rem);
  top: 1.2rem;
  z-index: 0;
}
.faq .accordions .accordion-item {
  overflow: hidden;
  padding: 0 0.24rem 0.24rem 0.24rem;
  border-radius: 0.08rem;
  background: #E5E5F6;
  margin-bottom: 0.16rem;
}
.faq .accordions .accordion-item .accordion-header {
  cursor: pointer;
  padding-top: 0.24rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq .accordions .accordion-item .accordion-header p {
  font-weight: 700;
  padding-right: 0.4rem;
}
.faq .accordions .accordion-item .accordion-header .accordion-btn {
  transition: 0.5s ease;
  position: relative;
  margin-right: 0.2rem;
}
.faq .accordions .accordion-item .accordion-header .accordion-btn .vertical-line {
  height: 0.3rem;
  width: 4px;
  background: #14181F;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  transition: 0.5s ease;
}
.faq .accordions .accordion-item .accordion-header .accordion-btn .horizontal-line {
  width: 0.3rem;
  left: 0;
  top: 50%;
  position: absolute;
  height: 4px;
  border-radius: 4px;
  display: block;
  background: #14181F;
  transform: translate(-50%, -50%);
}
.faq .accordions .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: 0.5s ease;
  font-size: 0.2rem;
  font-weight: 400;
  line-height: 0.28rem;
}
.faq .accordions .accordion-item .accordion-content .accordion-content-wrapper {
  padding-top: 0.24rem;
}
.faq .accordions .accordion-item .accordion-content .accordion-content-wrapper div {
  display: flex;
  flex-wrap: wrap;
  margin: 0.2rem 0;
  gap: 0.1rem;
}
.faq .accordions .accordion-item .accordion-content .accordion-content-wrapper div a[data-gall] {
  width: calc(33% - 0.1rem);
  aspect-ratio: 4/3;
}
.faq .accordions .accordion-item .accordion-content .accordion-content-wrapper div a[data-gall] img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.faq .accordions .accordion-item .accordion-content .accordion-content-wrapper .logos {
  gap: 0.6rem;
}
.faq .accordions .accordion-item .accordion-content .accordion-content-wrapper .logos .single-logo {
  max-width: 2rem;
  display: block;
}
.faq .accordions .accordion-item.active .accordion-btn .vertical-line {
  height: 0;
}
.faq ul li {
  display: flex;
  align-items: center;
}
.faq ul li::before {
  content: "";
  background-image: url(../js/b1a964e4a0a7b23b119d.svg);
  width: 0.24rem;
  height: 0.24rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 0.12rem 0 0;
  flex-shrink: 0;
}

.hero-with-gradient {
  padding-top: 1.94rem;
  padding-bottom: 0.54rem;
  background: linear-gradient(135deg, #BE93D3 0%, #3196D3 100%);
  position: relative;
}
.hero-with-gradient .text-wrapper {
  max-width: 7.28rem;
  color: #fff;
}
.hero-with-gradient .text-wrapper .title {
  font-size: 0.84rem;
}
.hero-with-gradient .text-wrapper .button-and-logo {
  display: flex;
  align-items: flex-end;
}
.hero-with-gradient .text-wrapper .button-and-logo .small-logo-wrapper {
  padding-left: 1.04rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .hero-with-gradient .text-wrapper .button-and-logo .small-logo-wrapper {
    padding-left: 0.7rem;
  }
}
.hero-with-gradient .text-wrapper .button-and-logo .small-logo-wrapper .small-logo {
  max-width: 2.07rem;
  display: block;
}
.hero-with-gradient .text-wrapper .button-and-logo .small-logo-wrapper .small-logo-text {
  font-size: 0.16rem;
  line-height: 1.5;
  font-weight: 700;
}
.hero-with-gradient .text-wrapper .small-text {
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
}
.hero-with-gradient .text-wrapper .small-text p {
  margin-left: 0.08rem;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 1.6;
}
.hero-with-gradient .text-wrapper .small-text .line {
  width: 0.69rem;
  height: 1px;
  background: #fff;
  margin-left: 0.08rem;
}
.hero-with-gradient .text-wrapper .description {
  padding-top: 0.3rem;
  padding-bottom: 0.4rem;
  max-width: 5.41rem;
}
.hero-with-gradient .img-wrapper {
  position: absolute;
  bottom: 0;
  right: calc(50% - 7rem);
  width: 5.8rem;
}
@media screen and (max-width: 768px) {
  .hero-with-gradient .img-wrapper {
    display: none;
  }
}
.hero-with-gradient .img-wrapper img {
  width: 100%;
}

.cta-with-logos {
  padding-top: 1.2rem;
  padding-bottom: 0.8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cta-with-logos {
    padding-top: 0.8rem;
    padding-bottom: 0.4rem;
  }
}
.cta-with-logos .title {
  max-width: 7.9rem;
  padding-bottom: 0.4rem;
}
.cta-with-logos .description-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
  .cta-with-logos .description-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0.2rem;
  }
  .cta-with-logos .description-wrapper .description {
    padding-bottom: 0.2rem;
  }
}
.cta-with-logos .logos-track {
  display: flex;
  white-space: nowrap;
  align-items: center;
  overflow: hidden;
}
.cta-with-logos .logos-track .logos-track-wrap {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
.cta-with-logos .logos-track .logos-track-wrap .logos-track-inner {
  display: flex;
  white-space: nowrap;
  padding: 0rem 0.3rem;
  gap: 0.6rem;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .cta-with-logos .logos-track .logos-track-wrap .logos-track-inner {
    padding: 0rem 0.15rem;
    gap: 0.3rem;
  }
}
.cta-with-logos .logos-track .logos-track-wrap .logos-track-inner .logos-track-piece {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
@media screen and (max-width: 768px) {
  .cta-with-logos .logos-track .logos-track-wrap .logos-track-inner .logos-track-piece {
    gap: 0.3rem;
  }
}
.cta-with-logos .logos {
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
  .cta-with-logos .logos {
    padding-top: 0.4rem;
  }
}
.cta-with-logos .logos a {
  display: block;
}
.cta-with-logos .logos img {
  display: block;
  filter: grayscale(1);
  transition: 300ms cubic-bezier(0.51, 0.01, 0.2, 1);
  max-width: 1.2rem;
  min-width: 0.8rem;
  min-height: 0.8rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.cta-with-logos .logos img:hover {
  filter: none;
}
.cta-with-logos .svg-deco-line {
  right: calc(50% - 9.4rem);
  top: 1.2rem;
}
.cta-with-logos .cards .card {
  display: flex;
  align-items: center;
  padding-left: 0.75rem;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 768px) {
  .cta-with-logos .cards .card {
    flex-direction: column;
    padding: 0 0.2rem;
  }
}
.cta-with-logos .cards .card .text-wrapper {
  padding: 0.3rem 0;
  width: 5.12rem;
}
@media screen and (max-width: 768px) {
  .cta-with-logos .cards .card .text-wrapper {
    width: 100%;
  }
}
.cta-with-logos .cards .card .text-wrapper .card-title {
  margin-bottom: 0.4rem;
}
.cta-with-logos .cards .card.padding-img .card-image {
  padding: 0.6rem;
  max-width: 5.26rem;
}
@media screen and (max-width: 768px) {
  .cta-with-logos .cards .card.padding-img .card-image {
    padding: 0;
    padding-bottom: 0.4rem;
  }
}
.cta-with-logos .cards .card.padding-img .text-wrapper {
  max-width: 6.12rem;
}
.cta-with-logos .cards .card .card-image {
  max-width: 6.57rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cta-with-logos .cards .card .card-image {
    max-width: 100%;
  }
}
.cta-with-logos .cards .card.purple {
  background: #8132A7;
  color: #fff;
}
.cta-with-logos .cards .card.pale_red {
  background: #E67C79;
  color: #fff;
}
.cta-with-logos .cards .card.turquoise {
  background: #80DFD6;
}
.cta-with-logos .cards .card.grey {
  background: #E5E5F6;
}

.testimonial {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #F9FAFC;
}
@media screen and (max-width: 768px) {
  .testimonial {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
.testimonial .logos-wrapper .small-title {
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: -0.0048rem;
  padding-bottom: 0.57rem;
}
.testimonial .logos-wrapper .logos-track {
  display: flex;
  white-space: nowrap;
  align-items: center;
  overflow: hidden;
}
.testimonial .logos-wrapper .logos-track .logos-track-wrap {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
.testimonial .logos-wrapper .logos-track .logos-track-wrap .logos-track-inner {
  display: flex;
  white-space: nowrap;
  padding: 0rem 0.3rem;
  gap: 0.6rem;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .testimonial .logos-wrapper .logos-track .logos-track-wrap .logos-track-inner {
    padding: 0rem 0.15rem;
    gap: 0.3rem;
  }
}
.testimonial .logos-wrapper .logos-track .logos-track-wrap .logos-track-inner .logos-track-piece {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
@media screen and (max-width: 768px) {
  .testimonial .logos-wrapper .logos-track .logos-track-wrap .logos-track-inner .logos-track-piece {
    gap: 0.3rem;
  }
}
.testimonial .logos-wrapper .logos {
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .testimonial .logos-wrapper .logos {
    padding-bottom: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .testimonial .logos-wrapper .logos {
    padding-bottom: 0.3rem;
    padding-top: 0.3rem;
  }
}
.testimonial .logos-wrapper .logos a {
  display: block;
}
.testimonial .logos-wrapper .logos img {
  display: block;
  filter: grayscale(1);
  transition: 300ms cubic-bezier(0.51, 0.01, 0.2, 1);
  max-width: 1.2rem;
  min-width: 0.8rem;
  min-height: 0.8rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.testimonial .logos-wrapper .logos img:hover {
  filter: none;
}
.testimonial .content-wrapper {
  position: relative;
}
.testimonial .content-wrapper .svg-deco-line {
  right: calc(50% - 8.4rem);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .testimonial .content-wrapper .svg-deco-line {
    display: none;
  }
}
.testimonial .content-wrapper .title-description {
  position: relative;
  z-index: 1;
  max-width: 7.9rem;
}
.testimonial .content-wrapper .title-description .title {
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
  .testimonial .content-wrapper .title-description .title {
    padding-bottom: 0.3rem;
  }
}
.testimonial .content-wrapper .quote {
  display: flex;
  max-width: 10.37rem;
  padding-top: 0.8rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .testimonial .content-wrapper .quote {
    padding-top: 0.4rem;
    flex-direction: column;
  }
}
.testimonial .content-wrapper .quote svg {
  width: 0.9rem;
  height: 0.9rem;
}
@media screen and (max-width: 768px) {
  .testimonial .content-wrapper .quote svg {
    width: 0.4rem;
    height: 0.4rem;
    flex-shrink: 0;
    margin-right: 0.1rem;
  }
}
.testimonial .content-wrapper .quote .wrapper {
  max-width: 8.82rem;
  margin-left: auto;
}
.testimonial .content-wrapper .quote .wrapper .quote-text {
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 768px) {
  .testimonial .content-wrapper .quote .wrapper .quote-text {
    padding-bottom: 0.3rem;
  }
}
.testimonial .content-wrapper .quote .wrapper .quote-text p {
  font-size: 0.32rem;
  font-weight: 500;
  line-height: 1.5;
}
.testimonial .content-wrapper .quote .wrapper .author {
  display: flex;
}
.testimonial .content-wrapper .quote .wrapper .author .author-info {
  margin-left: 0.26rem;
}
@media screen and (max-width: 768px) {
  .testimonial .content-wrapper .quote .wrapper .author .author-info {
    margin-left: 0;
  }
}
.testimonial .content-wrapper .quote .wrapper .author .author-info .name {
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 0.32rem;
}
.testimonial .content-wrapper .quote .wrapper .author .author-info .position {
  font-size: 0.18rem;
  line-height: 0.32rem;
}
.testimonial .content-wrapper .quote .wrapper .author .author-info .position a {
  text-decoration: underline;
  color: #8132A7;
  transition: 300ms cubic-bezier(0.51, 0.01, 0.2, 1);
}
.testimonial .content-wrapper .quote .wrapper .author .author-info .position a:hover {
  color: #F1DEFC;
}

.list-posts {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .list-posts {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .list-posts .post-card {
    width: calc(100vw - 0.4rem);
  }
}
.list-posts .splide .intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 0.66rem;
}
@media screen and (max-width: 768px) {
  .list-posts .splide .intro {
    flex-direction: column;
  }
}
.list-posts .splide .intro .main-items {
  max-width: 7.9rem;
}
.list-posts .splide .intro .main-items .title {
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
  .list-posts .splide .intro .main-items .title {
    padding-bottom: 0.3rem;
  }
}
.list-posts .splide .intro .splide__arrows {
  display: flex;
}
.list-posts .splide .intro .splide__arrows .splide__arrow {
  position: static;
  background: transparent;
  height: 0.48rem;
  width: 0.48rem;
  transform: none;
  border-radius: 0;
}
.list-posts .splide .intro .splide__arrows .splide__arrow.splide__arrow--next {
  margin-left: 0.24rem;
}
.small-cards-info {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  position: relative;
  background: #F9FAFC;
}
@media screen and (max-width: 768px) {
  .small-cards-info {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
.small-cards-info .svg-deco-line {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.small-cards-info .small-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.3rem;
  padding: 0.6rem 0;
}
@media screen and (max-width: 768px) {
  .small-cards-info .small-cards {
    padding: 0.3rem 0;
    gap: 0.3rem;
  }
}
.small-cards-info .small-cards .small-card {
  width: 3.8rem;
  padding: 0.39rem 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0.08rem;
}
@media screen and (max-width: 768px) {
  .small-cards-info .small-cards .small-card {
    width: 100%;
  }
}
.small-cards-info .small-cards .small-card:first-child {
  background: #80DFD6;
}
.small-cards-info .small-cards .small-card:nth-child(2) {
  background: #E67C79;
}
.small-cards-info .small-cards .small-card:last-child {
  background: #E5E5F6;
}
.small-cards-info .small-cards .small-card .small-title {
  font-size: 0.16rem;
  line-height: 1.5;
  font-weight: 500;
  padding-bottom: 0.24rem;
}
.small-cards-info .other-info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .small-cards-info .other-info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.small-cards-info .other-info .description {
  max-width: 7.9rem;
}
@media screen and (max-width: 768px) {
  .small-cards-info .other-info .description {
    padding-bottom: 0.2rem;
  }
}
.small-cards-info .other-info .description a {
  color: #000;
  text-decoration: underline;
}

.big-color-cards {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .big-color-cards {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
.big-color-cards .title {
  padding-bottom: 0.4rem;
}
.big-color-cards .disclaimer {
  text-align: center;
  font-size: 0.16rem;
}
.big-color-cards .cards .card {
  display: flex;
  align-items: center;
  padding-left: 0.75rem;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 768px) {
  .big-color-cards .cards .card {
    flex-direction: column;
    padding: 0 0.2rem;
  }
}
.big-color-cards .cards .card .text-wrapper {
  width: 7.09rem;
  padding: 0.8rem 0;
}
@media screen and (max-width: 768px) {
  .big-color-cards .cards .card .text-wrapper {
    padding-bottom: 0;
    padding-top: 0.2rem;
    width: 100%;
  }
}
.big-color-cards .cards .card .text-wrapper .card-title {
  margin-bottom: 0.4rem;
}
.big-color-cards .cards .card.padding-img .card-image {
  padding: 0.6rem;
  max-width: 5.26rem;
}
@media screen and (max-width: 768px) {
  .big-color-cards .cards .card.padding-img .card-image {
    padding: 0;
    padding-bottom: 0.4rem;
  }
}
.big-color-cards .cards .card.padding-img .text-wrapper {
  max-width: 6.12rem;
}
.big-color-cards .cards .card .card-image {
  max-width: 5.68rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .big-color-cards .cards .card .card-image {
    max-width: 100%;
  }
}
.big-color-cards .cards .card.purple {
  background: #8132A7;
  color: #fff;
}
.big-color-cards .cards .card.pale_red {
  background: #E67C79;
  color: #fff;
}
.big-color-cards .cards .card.turquoise {
  background: #80DFD6;
}
.big-color-cards .cards .card.grey {
  background: #E5E5F6;
}

.small-color-cards {
  padding-top: 1.6rem;
  padding-bottom: 1.2rem;
  position: relative;
  overflow: hidden;
  background: #F9FAFC;
}
@media screen and (max-width: 768px) {
  .small-color-cards {
    padding-top: 1.6rem;
    padding-bottom: 0.4rem;
  }
}
.small-color-cards .additional-description {
  padding: 0.4rem 0;
}
.small-color-cards .container-1 {
  position: relative;
}
.small-color-cards .svg-deco-line {
  left: calc(50% - 14rem);
  z-index: 0;
}
.small-color-cards .title {
  padding-bottom: 0.6rem;
  max-width: 9rem;
}
.small-color-cards .extra-content {
  padding-bottom: 0.4rem;
  max-width: 10.59rem;
}
.small-color-cards .extra-content img {
  width: 100%;
  height: auto;
}
.small-color-cards .extra-content ul {
  list-style: disc;
  padding-left: 0.24rem;
}
.small-color-cards .additional-title {
  padding-bottom: 0.4rem;
  letter-spacing: 0;
}
.small-color-cards .color-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.small-color-cards .color-cards .card {
  width: 3.8rem;
  padding: 0.39rem 0.29rem;
  display: flex;
  flex-direction: column;
  border-radius: 0.08rem;
}
@media screen and (max-width: 768px) {
  .small-color-cards .color-cards .card {
    width: 100%;
  }
}
.small-color-cards .color-cards .card svg, .small-color-cards .color-cards .card img {
  width: 0.48rem;
  height: 0.48rem;
  margin-bottom: 0.24rem;
}
.small-color-cards .color-cards .card.small-card {
  width: 2.77rem;
}
@media screen and (max-width: 768px) {
  .small-color-cards .color-cards .card.small-card {
    width: 100%;
  }
}
.small-color-cards .color-cards .card .number {
  font-size: 0.48rem;
  font-weight: 500;
  line-height: 0.48rem;
  padding-bottom: 0.24rem;
}
.small-color-cards .color-cards .card .number:empty {
  display: none;
}
.small-color-cards .color-cards .card .card-title {
  padding-bottom: 0.24rem;
}
.small-color-cards .color-cards .card .btn {
  margin-top: 0.24rem;
}
.small-color-cards .color-cards .card .card-body {
  flex-grow: 1;
}
.small-color-cards .color-cards .card .card-body .card-description p {
  font-size: 0.16rem;
  line-height: 1.5;
}
.small-color-cards .color-cards .card.purple {
  background: #8132A7;
  color: #fff;
}
.small-color-cards .color-cards .card.purple svg path {
  outline: #fff;
  stroke: #fff;
}
.small-color-cards .color-cards .card.purple svg rect {
  outline: #fff;
  stroke: #fff;
}
.small-color-cards .color-cards .card.red {
  background: #E67C79;
}
.small-color-cards .color-cards .card.turquoise {
  background: #80DFD6;
}
.small-color-cards .color-cards .card.grey {
  background: #E5E5F6;
}
.small-color-cards ul li {
  display: flex;
  align-items: center;
}
.small-color-cards ul li::before {
  content: "";
  background-image: url(../js/b1a964e4a0a7b23b119d.svg);
  width: 0.24rem;
  height: 0.24rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 0.12rem 0 0;
  flex-shrink: 0;
}

.text-block {
  padding-top: 1.2rem;
  padding-bottom: 1.6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .text-block {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
.text-block .content {
  max-width: 10.25rem;
}
.text-block .content.full-width {
  max-width: 100%;
}
.text-block .svg-deco-line {
  right: calc(50% - 8.7rem);
}
.text-block ul li {
  display: flex;
  align-items: center;
}
.text-block ul li::before {
  content: "";
  background-image: url(../js/b1a964e4a0a7b23b119d.svg);
  width: 0.24rem;
  height: 0.24rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 0.12rem 0 0;
  flex-shrink: 0;
}
.text-block ol {
  list-style-type: decimal;
  padding-left: 0.24rem;
}

.list-jobs .first-section {
  padding-top: 1.2rem;
  background-color: rgba(34, 37, 44, 0.7803921569);
}
@media screen and (max-width: 768px) {
  .list-jobs .first-section {
    padding-top: 0.6rem;
  }
}
.list-jobs .second-section {
  padding-bottom: 1.2rem;
  background: #22252C;
}
@media screen and (max-width: 768px) {
  .list-jobs .second-section {
    padding-bottom: 0.6rem;
  }
}
.list-jobs .title-button {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .list-jobs .title-button {
    padding-bottom: 0.3rem;
  }
}
.list-jobs .title-button h2 {
  color: #fff;
}
.list-jobs .btn-desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .list-jobs .btn-desktop {
    display: none;
  }
}
.list-jobs .btn-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .list-jobs .btn-mobile {
    display: block;
    margin-bottom: 0.4rem;
  }
}
.list-jobs .icons {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
  .list-jobs .icons {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0.4rem;
  }
}
.list-jobs .icons .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.24rem;
  border-left: 1px solid #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .list-jobs .icons .icon {
    width: 50%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .list-jobs .icons .icon:nth-child(even) {
    border-left: none;
  }
}
.list-jobs .icons .icon:first-child {
  border-left: none;
}
@media screen and (max-width: 768px) {
  .list-jobs .icons .icon:first-child {
    border-left: 1px solid #fff;
  }
}
.list-jobs .icons .icon .icon-desc {
  color: #fff;
  font-size: 0.14rem;
  line-height: 1.5;
  margin-top: 0.16rem;
}
.list-jobs .icons .icon .icon-el {
  width: 0.48rem;
  height: 0.48rem;
}
.list-jobs .positions .sub-title {
  color: #fff;
  padding-top: 0.6rem;
}
.list-jobs .positions .empty-text {
  color: #fff;
}
.list-jobs .positions .single-positions {
  padding-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .list-jobs .positions .single-positions {
    padding-top: 0.3rem;
  }
}
.list-jobs .positions .single-positions #loadJobs {
  border: none;
  cursor: pointer;
  margin: auto;
  display: flex;
  align-items: center;
}
.list-jobs .positions .single-positions .single-job {
  border-top: 1px solid #fff;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .list-jobs .positions .single-positions .single-job {
    flex-direction: column;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.list-jobs .positions .single-positions .single-job .main-info {
  max-width: 3.8rem;
  margin-right: 0.76rem;
}
@media screen and (max-width: 768px) {
  .list-jobs .positions .single-positions .single-job .main-info {
    margin-right: 0;
  }
  .list-jobs .positions .single-positions .single-job .main-info .job-title {
    padding-bottom: 0.2rem;
  }
}
.list-jobs .positions .single-positions .single-job .main-info .date-cat {
  display: flex;
  margin-bottom: 0.16rem;
}
.list-jobs .positions .single-positions .single-job .main-info .date-cat p:first-child {
  margin-right: 0.1rem;
}
.list-jobs .positions .single-positions .single-job .excerpt {
  max-width: 4.93rem;
  margin-right: 0.76rem;
}
@media screen and (max-width: 768px) {
  .list-jobs .positions .single-positions .single-job .excerpt {
    margin-right: 0;
    padding-bottom: 0.2rem;
  }
}
.list-jobs .positions .single-positions .single-job .read-more .job-link {
  display: flex;
  color: #fff;
  align-items: center;
  border-bottom: 1px solid #fff;
}
.list-jobs .positions .single-positions .single-job .read-more .job-link::after {
  content: "";
  background-image: url(../js/8e5e5bb1a3bdae27e693.svg);
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 0.08rem;
}

.contact-form {
  padding-top: 1.94rem;
  padding-bottom: 1.2rem;
  background: #F9FAFC;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact-form {
    padding-top: 1.4rem;
    padding-bottom: 0.6rem;
  }
}
.contact-form .title {
  padding-bottom: 0.4rem;
  font-size: 0.84rem;
}
.contact-form .svg-deco-line {
  right: calc(50% - 8.3rem);
  z-index: 0;
  top: 6rem;
}
.contact-form .contact-form-wrapper {
  max-width: 7.9rem;
}
.contact-form .contact-form-wrapper .gform_title {
  display: none;
}
.contact-form .contact-form-wrapper .gform_confirmation_message {
  font-size: 0.5rem;
  line-height: 1.1;
  letter-spacing: 0;
}
.contact-form .contact-form-wrapper .gfield_error [aria-invalid=true] {
  border: none !important;
}
.contact-form .contact-form-wrapper .gform_submission_error {
  letter-spacing: 1px;
}
.contact-form .contact-form-wrapper form .urgent-input {
  display: none;
}
.contact-form .contact-form-wrapper form .gfield_validation_message {
  display: none;
}
.contact-form .contact-form-wrapper form .select2-results__options {
  max-height: 3rem;
}
.contact-form .contact-form-wrapper form .select2-container {
  width: 100% !important;
}
.contact-form .contact-form-wrapper form .disable-select2 select {
  border: unset;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.contact-form .contact-form-wrapper form .disable-select2 select:focus {
  outline: none;
}
.contact-form .contact-form-wrapper form .parsed-email {
  display: none !important;
}
.contact-form .contact-form-wrapper form .unset-height {
  height: 100%;
  padding: 0.12rem 0.22rem 0.15rem 0.22rem !important;
}
.contact-form .contact-form-wrapper form .unset-height .ginput_container_select .select2-container {
  height: unset;
}
.contact-form .contact-form-wrapper form .unset-height .ginput_container_select .select2-container .select2-selection {
  padding: unset;
}
.contact-form .contact-form-wrapper form select option:hover {
  background-color: yellow; /* Replace with your desired hover color */
}
.contact-form .contact-form-wrapper form .variation-dropdown {
  border: 5px solid #BE93D3;
  border-radius: 0.08rem;
}
.contact-form .contact-form-wrapper form .ginput_container_select {
  height: 100%;
  width: 100%;
}
.contact-form .contact-form-wrapper form .ginput_container_select .select2 {
  height: 100%;
  width: inherit !important;
}
.contact-form .contact-form-wrapper form .ginput_container_select .select2 .select2-selection, .contact-form .contact-form-wrapper form .ginput_container_select .select2 .gfield--type-select {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.12rem 0.22rem 0.15rem 0.22rem;
  border: none;
  border-radius: 0.08rem;
}
.contact-form .contact-form-wrapper form .ginput_container_select .select2 .select2-selection .select2-selection__arrow, .contact-form .contact-form-wrapper form .ginput_container_select .select2 .gfield--type-select .select2-selection__arrow {
  position: static;
}
.contact-form .contact-form-wrapper form .ginput_container_select .select2 .select2-selection .select2-selection__arrow b, .contact-form .contact-form-wrapper form .ginput_container_select .select2 .gfield--type-select .select2-selection__arrow b {
  left: unset;
}
.contact-form .contact-form-wrapper form .ginput_container_select .select2 .select2-selection span, .contact-form .contact-form-wrapper form .ginput_container_select .select2 .gfield--type-select span {
  font-size: 0.15rem;
  color: #000;
  line-height: 0.26rem;
  font-weight: 700;
  font-family: "Satoshi", sans-serif;
  padding: 0;
}
.contact-form .contact-form-wrapper form .gfield {
  padding: 0.12rem 0.22rem 0.15rem 0.22rem;
  background: #fff;
  border-radius: 0.08rem;
  position: relative;
  z-index: 9;
  border: solid 2px #BE93D3;
}
.contact-form .contact-form-wrapper form .gfield.gfield--type-select {
  padding: 0;
}
.contact-form .contact-form-wrapper form .gfield--type-consent {
  background-color: transparent;
  padding-left: 0;
  border: none;
}
.contact-form .contact-form-wrapper form .gfield--type-consent label {
  font-size: 0.16rem !important;
  line-height: 0.22rem;
  color: #000;
  text-transform: none;
  letter-spacing: 0;
  padding-right: 0.67rem;
}
.contact-form .contact-form-wrapper form .gfield--type-consent label a {
  color: #000;
  text-decoration: underline;
}
.contact-form .contact-form-wrapper form .gfield--type-consent .ginput_container_consent {
  display: flex;
  align-items: flex-start;
}
.contact-form .contact-form-wrapper form .gfield--type-consent input {
  position: relative;
  width: 0.2rem;
  height: 0.24rem;
  flex-shrink: 0;
  margin-right: 0.16rem;
}
.contact-form .contact-form-wrapper form .gfield--type-consent input::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 0.08rem;
  background: #fff;
  transition: 300ms cubic-bezier(0.51, 0.01, 0.2, 1);
  border: 2px solid #BE93D3;
  transform: translate(-50%, -50%);
}
.contact-form .contact-form-wrapper form .gfield--type-consent input:checked::after {
  background: #BE93D3;
}
.contact-form .contact-form-wrapper form label {
  font-size: 0.1rem !important;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.016rem;
}
.contact-form .contact-form-wrapper form label.gfield_consent_label {
  font-size: 0.16rem !important;
}
.contact-form .contact-form-wrapper form textarea {
  height: 1.94rem;
}
.contact-form .contact-form-wrapper form input, .contact-form .contact-form-wrapper form textarea {
  border: none;
  padding: 0 !important;
  font-size: 0.15rem;
  color: #000;
  line-height: 0.26rem;
  font-weight: 700;
  font-family: "Satoshi", sans-serif;
}
.contact-form .contact-form-wrapper form input:focus-visible, .contact-form .contact-form-wrapper form textarea:focus-visible {
  outline: none;
}
.contact-form .contact-form-wrapper form input::-moz-placeholder, .contact-form .contact-form-wrapper form textarea::-moz-placeholder {
  border: none;
  padding: 0;
  font-size: 0.15rem;
  color: #000;
  line-height: 0.26rem;
  font-weight: 700;
  font-family: "Satoshi", sans-serif;
  opacity: 0.5;
}
.contact-form .contact-form-wrapper form input::placeholder, .contact-form .contact-form-wrapper form textarea::placeholder {
  border: none;
  padding: 0;
  font-size: 0.15rem;
  color: #000;
  line-height: 0.26rem;
  font-weight: 700;
  font-family: "Satoshi", sans-serif;
  opacity: 0.5;
}
.contact-form .contact-form-wrapper form input::-webkit-input-placeholder, .contact-form .contact-form-wrapper form input::-moz-placeholder, .contact-form .contact-form-wrapper form input:-ms-input-placeholder, .contact-form .contact-form-wrapper form input:-moz-placeholder, .contact-form .contact-form-wrapper form textarea::-webkit-input-placeholder, .contact-form .contact-form-wrapper form textarea::-moz-placeholder, .contact-form .contact-form-wrapper form textarea:-ms-input-placeholder, .contact-form .contact-form-wrapper form textarea:-moz-placeholder {
  border: none;
  padding: 0;
  font-size: 0.15rem;
  color: #000;
  line-height: 0.26rem;
  font-weight: 700;
  font-family: "Satoshi", sans-serif;
}
.contact-form .contact-form-wrapper form input[type=submit], .contact-form .contact-form-wrapper form button[type=submit] {
  padding: 0.16rem 0.24rem !important;
  margin-top: 0.46rem;
  border-radius: 0.08rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1.5;
  background: #8132A7;
  cursor: pointer;
}
.contact-form .contact-form-wrapper form input[type=submit]::after, .contact-form .contact-form-wrapper form button[type=submit]::after {
  content: "";
  background-image: url(../js/c5ce71aeae4ca14dd783.svg);
  width: 0.24rem;
  height: 0.24rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.12rem;
}
.contact-form .contact-form-wrapper form .gform_footer {
  margin: 0;
  padding: 0;
}

.select2-container .select2-dropdown {
  border: none;
  margin-top: 0.08rem;
}
.select2-container .select2-results ul {
  background: transparent;
}
.select2-container .select2-results ul li {
  padding: 0.08rem 0.24rem;
  margin-bottom: 0.08rem;
  border-radius: 0.08rem;
  border: solid 2px #BE93D3;
  font-size: 0.15rem;
  font-weight: 700;
  font-family: "Satoshi", sans-serif;
  line-height: 0.26rem;
  color: #000;
}
.select2-container .select2-results ul li.select2-results__option--selected {
  background: #E5E5F6;
  color: #000;
}
.select2-container .select2-results ul li.select2-results__option--highlighted {
  background: #E5E5F6;
  color: #000;
}

.info-cards {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .info-cards {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
.info-cards.black-bg {
  background: #22252C;
}
.info-cards.white-bg {
  background: #F9FAFC;
}
.info-cards.white-bg .title {
  color: #000;
}
.info-cards .title {
  padding-bottom: 0.6rem;
  max-width: 8.1rem;
  color: #fff;
}
.info-cards .svg-deco-line {
  right: calc(50% - 8.4rem);
  z-index: 0;
  top: 1.2rem;
}
.info-cards .info-cards-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.info-cards .info-cards-row .info-card {
  width: 2.77rem;
  padding: 0.25rem 0.17rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0.08rem;
  min-height: 2.36rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .info-cards .info-cards-row .info-card {
    width: 100%;
    min-height: 2.7rem;
  }
}
.info-cards .info-cards-row .info-card.purplish {
  background: #E5E5F6;
}
.info-cards .info-cards-row .info-card .number {
  padding-bottom: 0.16rem;
}
.info-cards .info-cards-row .info-card .card-title {
  padding-bottom: 0.16rem;
}
.info-cards .info-cards-row .info-card .card-description {
  font-size: 0.16rem;
  line-height: 1.5;
}
.info-cards .info-cards-row .info-card .card-description p {
  font-size: 0.16rem;
  line-height: 1.5;
}

.info-block {
  background: #F9FAFC;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .info-block {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
.info-block .description {
  padding-top: 0.4rem;
  font-weight: 700;
  text-align: center;
}
.info-block .svg-deco-line {
  right: calc(50% - 8rem);
  z-index: 0;
}
.info-block .columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.info-block .columns .column {
  width: 5.85rem;
  display: grid;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
}
@media screen and (max-width: 768px) {
  .info-block .columns .column {
    width: 100%;
  }
}
.info-block .columns .column .column-title {
  padding: 0.125rem 0.16rem;
  background: #E5E5F6;
  display: flex;
  align-items: center;
}
.info-block .columns .column .single-item {
  border-top: 1px solid #000;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  padding: 0.2rem 0.16rem;
}
.info-block .columns .column .single-item p {
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1.5;
}
.info-block .columns .column.right-column .column-title {
  background: #8132A7;
  color: #fff;
}

.info-table {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .info-table {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
.info-table .title-wrap {
  padding: 0.125rem 0.16rem;
  background: #E5E5F6;
  border-bottom: 1px solid #000;
}
.info-table .additional-info {
  font-size: 0.16rem;
  line-height: 1.5;
  padding-top: 0.32rem;
}
.info-table .items {
  display: flex;
  flex-wrap: wrap;
}
.info-table .items .single-item {
  width: 50%;
  padding: 0.08rem 0.16rem;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
}
.info-table .items .single-item:nth-of-type(odd):last-of-type {
  border: none;
}
.info-table .items .single-item a {
  color: #000;
}
.info-table .items .single-item p {
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1.5;
}

.contact-form-with-image {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .contact-form-with-image {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
.contact-form-with-image .title {
  max-width: 6.88rem;
  padding-bottom: 0.8rem;
}
.contact-form-with-image .svg-deco-line {
  z-index: 0;
  left: calc(50% - 10rem);
  top: 4.4rem;
}
.contact-form-with-image .content-wrapper {
  display: flex;
  gap: 0.55rem;
}
@media screen and (max-width: 768px) {
  .contact-form-with-image .content-wrapper {
    flex-direction: column;
  }
}
.contact-form-with-image .content-wrapper .img-wrapper {
  width: 5.6rem;
}
@media screen and (max-width: 768px) {
  .contact-form-with-image .content-wrapper .img-wrapper {
    width: 100%;
  }
}
.contact-form-with-image .content-wrapper .img-wrapper img {
  width: 100%;
}
.contact-form-with-image .content-wrapper .form-wrapper {
  max-width: 5.85rem;
}
.contact-form-with-image .content-wrapper .form-wrapper .gform_validation_errors {
  display: none;
}
.contact-form-with-image .content-wrapper .form-wrapper .gform_confirmation_message {
  font-size: 0.5rem;
  line-height: 1.1;
  letter-spacing: 0;
}
.contact-form-with-image .content-wrapper .form-wrapper .gfield_validation_message {
  border: none !important;
  background: transparent !important;
  padding-left: 0;
  padding-top: 0;
}
.contact-form-with-image .content-wrapper .form-wrapper .gform_submission_error {
  letter-spacing: 1px;
}
.contact-form-with-image .content-wrapper .form-wrapper .gform_heading {
  display: none;
}
.contact-form-with-image .content-wrapper .form-wrapper input, .contact-form-with-image .content-wrapper .form-wrapper textarea {
  border-radius: 0.08rem;
  border: none;
  background: #E5E5F6;
  -webkit-backdrop-filter: blur(0.06rem);
          backdrop-filter: blur(0.06rem);
  padding: 0.09rem 0.24rem !important;
  font-size: 0.2rem !important;
  line-height: 1.8;
  font-family: "Satoshi", sans-serif;
}
.contact-form-with-image .content-wrapper .form-wrapper input:focus-visible, .contact-form-with-image .content-wrapper .form-wrapper textarea:focus-visible {
  outline: none;
}
.contact-form-with-image .content-wrapper .form-wrapper label {
  margin-bottom: 0.16rem;
}
.contact-form-with-image .content-wrapper .form-wrapper input[type=submit], .contact-form-with-image .content-wrapper .form-wrapper button[type=submit] {
  padding: 0.16rem 0.24rem !important;
  margin-top: 0.46rem;
  border-radius: 0.08rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1.5;
  border: none;
  background: #8132A7;
  cursor: pointer;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .contact-form-with-image .content-wrapper .form-wrapper input[type=submit], .contact-form-with-image .content-wrapper .form-wrapper button[type=submit] {
    margin-left: 0;
  }
}
.contact-form-with-image .content-wrapper .form-wrapper input[type=submit]::after, .contact-form-with-image .content-wrapper .form-wrapper button[type=submit]::after {
  content: "";
  background-image: url(../js/c5ce71aeae4ca14dd783.svg);
  width: 0.24rem;
  height: 0.24rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.12rem;
}
.contact-form-with-image .content-wrapper .form-wrapper .gfield--type-consent {
  background-color: transparent;
  padding-left: 0;
  border: none;
}
.contact-form-with-image .content-wrapper .form-wrapper .gfield--type-consent label {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #000;
  text-transform: none;
  letter-spacing: 0;
  padding-right: 0.67rem;
}
.contact-form-with-image .content-wrapper .form-wrapper .gfield--type-consent label a {
  color: #000;
  text-decoration: underline;
}
.contact-form-with-image .content-wrapper .form-wrapper .gfield--type-consent .ginput_container_consent {
  display: flex;
  align-items: flex-start;
}
.contact-form-with-image .content-wrapper .form-wrapper .gfield--type-consent input {
  position: relative;
  width: 0.2rem;
  height: 0.24rem;
  flex-shrink: 0;
  margin-right: 0.16rem;
}
.contact-form-with-image .content-wrapper .form-wrapper .gfield--type-consent input::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 0.08rem;
  background: #fff;
  transition: 300ms cubic-bezier(0.51, 0.01, 0.2, 1);
  border: 2px solid #BE93D3;
  transform: translate(-50%, -50%);
}
.contact-form-with-image .content-wrapper .form-wrapper .gfield--type-consent input:checked::after {
  background: #BE93D3;
}

.contact-form-footer {
  padding-top: 0.6rem;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .contact-form-footer {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
.contact-form-footer .footer-form-wrapper {
  position: relative;
  overflow: hidden;
}
.contact-form-footer .footer-form-wrapper .footer-cta {
  background: #E5E5F6;
  padding: 0.8rem;
  padding-bottom: 1.1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact-form-footer .footer-form-wrapper .footer-cta {
    padding: 0.4rem 0.2rem;
  }
}
.contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper {
  max-width: 6.8rem;
  position: relative;
  z-index: 5;
}
.contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper .gform_validation_errors {
  display: none;
}
.contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper .gfield_validation_message {
  display: none;
}
.contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper .gform_confirmation_message {
  font-size: 0.5rem;
  line-height: 1.1;
  max-width: 80%;
}
.contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper .gfield_error {
  border: 1px solid red !important;
}
.contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper .gform_submission_error {
  letter-spacing: 1px;
}
.contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper .footer-cta-title {
  padding-bottom: 0.48rem;
}
.contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper .gform_heading {
  display: none;
}
.contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper form {
  max-width: 7.76rem;
}
.contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper form .gfield {
  background-color: white;
  padding: 0.12rem 0.22rem 0.15rem 0.22rem;
  border-radius: 0.08rem;
}
.contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper form .gfield--type-consent {
  background-color: transparent;
  padding-left: 0;
}
.contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper form .gfield--type-consent label {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #000;
  text-transform: none;
  letter-spacing: 0;
  padding-right: 0.67rem;
}
.contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper form .gfield--type-consent label a {
  color: #000;
  text-decoration: underline;
}
.contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper form .gfield--type-consent .ginput_container_consent {
  display: flex;
  align-items: flex-start;
}
.contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper form .gfield--type-consent input {
  position: relative;
  width: 0.2rem;
  height: 0.24rem;
  flex-shrink: 0;
  margin-right: 0.16rem;
}
.contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper form .gfield--type-consent input::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 0.08rem;
  background: #fff;
  transition: 300ms cubic-bezier(0.51, 0.01, 0.2, 1);
  transform: translate(-50%, -50%);
}
.contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper form .gfield--type-consent input:checked::after {
  background: #8132A7;
}
.contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper form label {
  font-size: 0.1rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.016rem;
}
.contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper form textarea {
  height: 1.4rem;
}
.contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper form input, .contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper form textarea {
  border: none;
  padding: 0;
  font-size: 0.15rem;
  color: #000;
  line-height: 0.26rem;
  font-weight: 700;
  font-family: "Satoshi", sans-serif;
}
.contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper form input:focus-visible, .contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper form textarea:focus-visible {
  outline: none;
}
.contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper form input::-moz-placeholder, .contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper form textarea::-moz-placeholder {
  border: none;
  padding: 0;
  font-size: 0.15rem;
  color: #000;
  line-height: 0.26rem;
  font-weight: 700;
  font-family: "Satoshi", sans-serif;
  opacity: 0.5;
}
.contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper form input::placeholder, .contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper form textarea::placeholder {
  border: none;
  padding: 0;
  font-size: 0.15rem;
  color: #000;
  line-height: 0.26rem;
  font-weight: 700;
  font-family: "Satoshi", sans-serif;
  opacity: 0.5;
}
.contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper form input::-webkit-input-placeholder, .contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper form input::-moz-placeholder, .contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper form input:-ms-input-placeholder, .contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper form input:-moz-placeholder, .contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper form textarea::-webkit-input-placeholder, .contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper form textarea::-moz-placeholder, .contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper form textarea:-ms-input-placeholder, .contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper form textarea:-moz-placeholder {
  border: none;
  padding: 0;
  font-size: 0.15rem;
  color: #000;
  line-height: 0.26rem;
  font-weight: 700;
  font-family: "Satoshi", sans-serif;
  opacity: 0.5;
}
.contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper form .gfield_required {
  display: none;
}
.contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper form input[type=submit], .contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper form button[type=submit] {
  padding: 0.16rem 0.24rem;
  margin-top: 0.11rem;
  border-radius: 0.08rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1.5;
  background: #8132A7;
  cursor: pointer;
}
.contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper form input[type=submit]::after, .contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper form button[type=submit]::after {
  content: "";
  background-image: url(../js/c5ce71aeae4ca14dd783.svg);
  width: 0.24rem;
  height: 0.24rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.12rem;
}
.contact-form-footer .footer-form-wrapper .footer-cta .form-wrapper form .gform_footer {
  margin: 0;
  padding: 0;
}
.contact-form-footer .footer-form-wrapper .phone-img {
  position: absolute;
  bottom: 0;
  right: -0.6rem;
  z-index: 0;
  width: 7.6rem;
}
@media screen and (max-width: 768px) {
  .contact-form-footer .footer-form-wrapper .phone-img {
    display: none;
  }
}

.image-and-text {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  position: relative;
  background: #F9FAFC;
}
.image-and-text.white {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .image-and-text {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
.image-and-text .titles {
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
  .image-and-text .titles {
    padding-bottom: 0.5rem;
  }
}
.image-and-text .text-underneath-title {
  padding-top: 0.4rem;
  letter-spacing: 0;
}
.image-and-text .svg-deco-line {
  z-index: 0;
  left: calc(50% - 11.7rem);
  top: 0;
}
.image-and-text .columns {
  display: flex;
  gap: 0.55rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .image-and-text .columns {
    flex-direction: column;
    gap: 0.15rem;
  }
}
.image-and-text .columns .column {
  width: 5.85rem;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .image-and-text .columns .column {
    width: 100%;
  }
}
.image-and-text .columns .column p {
  margin-bottom: 0.2rem;
  font-size: 0.16rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .image-and-text .columns .column .btn {
    margin-left: 0;
  }
}
.image-and-text .columns .column ul {
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 768px) {
  .image-and-text .columns .column ul {
    margin-bottom: 0.1rem;
  }
}
.image-and-text .columns .column ul li {
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .image-and-text .columns .column ul li {
    margin-top: 0.1rem;
  }
}
.image-and-text .columns .column ul li::before {
  content: "";
  background-image: url(../js/b1a964e4a0a7b23b119d.svg);
  width: 0.24rem;
  height: 0.24rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  transform: translateY(0.04rem);
  margin-right: 0.1rem;
}
.image-and-text .columns .column-img {
  width: 5.6rem;
  position: relative;
  min-height: 4.2rem;
}
@media screen and (max-width: 768px) {
  .image-and-text .columns .column-img {
    width: 100%;
  }
}
.image-and-text .columns .column-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .image-and-text .columns .column-img img {
    position: static;
  }
}
.image-and-text .columns .column-img.full-img img {
  position: static;
  -o-object-fit: contain;
     object-fit: contain;
}
.image-and-text.remove-bold .column ul li {
  font-weight: 400;
}
.image-and-text.reverse .columns {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .image-and-text.reverse .columns {
    flex-direction: column;
  }
}
.image-and-text.reverse .svg-deco-line {
  z-index: 0;
  left: unset;
  right: calc(50% - 8.3rem);
  top: 0.4rem;
}

.logos-module {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #F9FAFC;
}
@media screen and (max-width: 768px) {
  .logos-module {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
.logos-module .title {
  font-size: 0.24rem;
  line-height: 1.75;
  font-weight: 700;
  padding-bottom: 0.57rem;
}
@media screen and (max-width: 768px) {
  .logos-module .title {
    padding-bottom: 0.2rem;
  }
}
.logos-module .logos-track {
  display: flex;
  white-space: nowrap;
  align-items: center;
  overflow: hidden;
}
.logos-module .logos-track .logos-track-wrap {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
.logos-module .logos-track .logos-track-wrap .logos-track-inner {
  display: flex;
  white-space: nowrap;
  gap: 0.6rem;
  width: -moz-max-content;
  width: max-content;
}
.logos-module .logos-track .logos-track-wrap .logos-track-inner .logos-track-piece {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
@media screen and (max-width: 768px) {
  .logos-module .logos-track .logos-track-wrap .logos-track-inner .logos-track-piece {
    gap: 0.3rem;
  }
}
.logos-module .logos a {
  display: block;
}
.logos-module .logos img {
  display: block;
  filter: grayscale(1);
  transition: 300ms cubic-bezier(0.51, 0.01, 0.2, 1);
  max-width: 1.2rem;
  min-width: 0.8rem;
  min-height: 0.8rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.logos-module .logos img:hover {
  filter: none;
}

.cta-with-image {
  padding-top: 1.2rem;
  padding-bottom: 2.33rem;
}
@media screen and (max-width: 768px) {
  .cta-with-image {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
.cta-with-image .main-title {
  padding-bottom: 0.8rem;
  max-width: 9.33rem;
}
@media screen and (max-width: 768px) {
  .cta-with-image .main-title {
    padding-bottom: 0.3rem;
  }
}
.cta-with-image .svg-deco-line {
  z-index: 0;
  bottom: 0.4rem;
  left: calc(50% - 10rem);
  top: unset;
}
.cta-with-image .columns {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .cta-with-image .columns {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cta-with-image .columns .column.first-column {
  width: 5.6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cta-with-image .columns .column.first-column {
    width: 100%;
  }
}
.cta-with-image .columns .column.first-column .small-card {
  position: absolute;
  padding: 0.24rem;
  border-radius: 0.08rem;
  box-shadow: 0.2rem 0.4rem 0.8rem 0px rgba(45, 51, 81, 0.12);
  background: #fff;
  bottom: -0.9rem;
  right: -0.55rem;
}
@media screen and (max-width: 768px) {
  .cta-with-image .columns .column.first-column .small-card {
    bottom: -0.4rem;
    right: -0.15rem;
  }
}
.cta-with-image .columns .column.first-column .small-card .single-item {
  display: flex;
  align-items: center;
  padding-bottom: 0.16rem;
}
.cta-with-image .columns .column.first-column .small-card .single-item:last-child {
  padding-bottom: 0;
}
.cta-with-image .columns .column.first-column .small-card .single-item .card-title {
  font-size: 0.14rem;
  font-weight: 700;
  line-height: 1.5;
  margin-left: 0.16rem;
}
.cta-with-image .columns .column.first-column .small-card .single-item .circle {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  position: relative;
  background: #E67C79;
}
.cta-with-image .columns .column.first-column .small-card .single-item .circle svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cta-with-image .columns .column.first-column .small-card .single-item:first-child .circle {
  background: #80DFD6;
}
.cta-with-image .columns .column.first-column .small-card .single-item:last-child .circle {
  background: #8132A7;
}
.cta-with-image .columns .column.second-column {
  width: 5.49rem;
}
@media screen and (max-width: 768px) {
  .cta-with-image .columns .column.second-column {
    width: 100%;
  }
}
.cta-with-image .columns .column .single-main-item {
  display: flex;
  padding-bottom: 0.68rem;
}
.cta-with-image .columns .column .single-main-item:last-child {
  padding-bottom: 0;
}
.cta-with-image .columns .column .single-main-item .circle {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 0.56rem;
  flex-shrink: 0;
  position: relative;
  background: #8132A7;
}
.cta-with-image .columns .column .single-main-item .circle img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.24rem;
  height: 0.24rem;
}
.cta-with-image .columns .column .single-main-item .text-wrapper {
  padding-left: 0.24rem;
}
.cta-with-image .columns .column .single-main-item .text-wrapper .title {
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1.5;
}
.cta-with-image .columns .column .single-main-item .text-wrapper .description {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  line-height: 1.5;
}

.cta-black-background {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #22252C;
}
.cta-black-background.turquoise {
  background-color: #80DFD6;
}
@media screen and (max-width: 768px) {
  .cta-black-background {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
.cta-black-background .main-wrapper {
  padding: 0.8rem 0 0.8rem 0.8rem;
  background: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .cta-black-background .main-wrapper {
    padding: 0.4rem 0.2rem;
    flex-direction: column;
  }
}
.cta-black-background .main-wrapper .text-wrapper {
  width: 6rem;
}
@media screen and (max-width: 768px) {
  .cta-black-background .main-wrapper .text-wrapper {
    width: 100%;
  }
}
.cta-black-background .main-wrapper .text-wrapper .title {
  padding-bottom: 0.48rem;
}
.cta-black-background .main-wrapper .text-wrapper .content ul li {
  padding-left: 0.28rem;
  position: relative;
}
.cta-black-background .main-wrapper .text-wrapper .content ul li::before {
  content: "";
  background-image: url(../js/b1a964e4a0a7b23b119d.svg);
  width: 0.24rem;
  height: 0.24rem;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0.07rem;
}
.cta-black-background .main-wrapper .img-wrapper {
  width: 5.2rem;
  padding: 0.4rem;
}
@media screen and (max-width: 768px) {
  .cta-black-background .main-wrapper .img-wrapper {
    margin-top: 0.4rem;
    padding: 0 0.4rem;
  }
}

.category-tabs {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .category-tabs {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
.category-tabs.black {
  background: #22252C;
  color: #fff;
}
.category-tabs.black .tab-btn {
  background-color: #fff !important;
  color: #000 !important;
}
.category-tabs.black .tab-btn.active {
  color: #fff !important;
}
.category-tabs.black .tab-link {
  color: #fff !important;
  border-bottom: 1px solid #fff !important;
}
.category-tabs .btn-desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .category-tabs .btn-desktop {
    display: none;
  }
}
.category-tabs .btn-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .category-tabs .btn-mobile {
    display: block;
    margin-bottom: 0.4rem;
  }
}
.category-tabs .title-btn {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
  .category-tabs .title-btn {
    flex-direction: column;
    padding-bottom: 0.2rem;
    align-items: flex-start;
  }
}
.category-tabs .title-btn .title {
  max-width: 9.42rem;
}
.category-tabs .description {
  max-width: 7.9rem;
  padding-bottom: 0.52rem;
}
.category-tabs .tabs .tab {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: -9;
  transition: visibility 0s, opacity 0.5s linear;
}
.category-tabs .tabs .tab.active {
  visibility: visible;
  position: relative;
  z-index: 1;
  opacity: 1;
}
.category-tabs .tabs .tab .columns {
  display: flex;
  align-items: flex-end;
  gap: 0.3rem;
}
@media screen and (max-width: 768px) {
  .category-tabs .tabs .tab .columns {
    flex-direction: column;
  }
}
.category-tabs .tabs .tab .columns .column {
  width: 5.85rem;
}
@media screen and (max-width: 768px) {
  .category-tabs .tabs .tab .columns .column {
    width: 100%;
  }
}
.category-tabs .tabs .tab .columns .column .content {
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
  font-size: 0.16rem;
  line-height: 1.5;
}
.category-tabs .tabs .tab .columns .column .content ul {
  list-style-type: none;
}
.category-tabs .tabs .tab .columns .column.img-column {
  height: 4.39rem;
  position: relative;
}
.category-tabs .tabs .tab .columns .column.img-column .category-pill {
  background: #fff;
  position: absolute;
  top: 0.2rem;
  right: 0.45rem;
  color: #000;
  padding: 0.1rem 0.2rem;
  border-radius: 0.08rem;
}
.category-tabs .tabs .tab .columns .column.img-column .category-pill p {
  font-size: 0.14rem;
  line-height: 1.5;
  font-weight: 700;
}
.category-tabs .tabs .tab .columns .column.img-column img {
  height: 100%;
}
.category-tabs .tabs .tab .columns .column .tab-link {
  display: flex;
  color: #000;
  align-items: center;
  border-bottom: 1px solid #000;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
}
.category-tabs .tabs .tab .columns .column .tab-link::after {
  content: "";
  background-image: url(../js/8e5e5bb1a3bdae27e693.svg);
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 0.08rem;
}
.category-tabs .category-label {
  font-size: 0.16rem;
  line-height: 1.5;
}
.category-tabs .categories {
  padding-bottom: 0.44rem;
  padding-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem;
}
.category-tabs .categories .tab-btn {
  cursor: pointer;
  background: #000;
  border-radius: 0.08rem;
  padding: 0.14rem 0.22rem;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1.5;
  border: none;
  display: flex;
  align-items: center;
}
.category-tabs .categories .tab-btn img {
  margin-right: 0.08rem;
}
.category-tabs .categories .tab-btn.active {
  background: linear-gradient(91deg, #BE93D3 0%, #3196D3 100%);
}
.category-tabs ul li {
  padding-left: 0.28rem;
  position: relative;
}
.category-tabs ul li::before {
  content: "";
  background-image: url(../js/b1a964e4a0a7b23b119d.svg);
  width: 0.24rem;
  height: 0.24rem;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
}

.price-list {
  background: #F9FAFC;
  padding-bottom: 1.2rem;
  padding-top: 1.2rem;
}
@media screen and (max-width: 768px) {
  .price-list {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
.price-list .title {
  padding-bottom: 0.4rem;
}
.price-list .description {
  padding-bottom: 0.6rem;
}
.price-list .disclaimer {
  max-width: 9.95rem;
}
.price-list .disclaimer .disclaimer-title {
  padding-top: 0.6rem;
}
.price-list .disclaimer .disclaimer-text {
  padding-top: 0.4rem;
}
.price-list .tables-container .table {
  margin-bottom: 0.6rem;
}
.price-list .tables-container .table.no-extra-column .table-header .currencies {
  justify-content: flex-end;
}
.price-list .tables-container .table.no-extra-column .table-header .currencies .euro {
  margin-right: 0;
}
.price-list .tables-container .table.no-extra-column .table-content .currencies {
  justify-content: flex-end;
}
.price-list .tables-container .table:last-child {
  margin-bottom: 0;
}
.price-list .tables-container .table .table-header {
  padding: 0.16rem 0.125rem;
  background: #E5E5F6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .price-list .tables-container .table .table-header .table-title {
    width: 70%;
    padding-right: 0.1rem;
  }
}
.price-list .tables-container .table .table-header .currencies {
  display: flex;
}
@media screen and (max-width: 768px) {
  .price-list .tables-container .table .table-header .currencies {
    gap: 0.2rem;
    width: 30%;
  }
}
.price-list .tables-container .table .table-header .currencies .euro {
  width: 1.55rem;
  margin-right: 0.625rem;
  font-size: 0.16rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .price-list .tables-container .table .table-header .currencies .euro {
    width: 50%;
    margin-right: 0;
  }
}
.price-list .tables-container .table .table-header .currencies .hrk {
  width: 1.55rem;
  font-size: 0.16rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .price-list .tables-container .table .table-header .currencies .hrk {
    width: 50%;
  }
}
.price-list .tables-container .table .table-single-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.08rem 0.16rem;
  font-size: 0.16rem;
  line-height: 1.5;
  background: #fff;
}
.price-list .tables-container .table .table-single-item .single-item-content {
  padding-right: 0.57rem;
}
@media screen and (max-width: 768px) {
  .price-list .tables-container .table .table-single-item .single-item-content {
    width: 70%;
    padding-right: 0.1rem;
  }
}
.price-list .tables-container .table .table-single-item p {
  font-size: 0.16rem;
  line-height: 1.5;
}
.price-list .tables-container .table .table-single-item ul li {
  padding-left: 0.28rem;
  position: relative;
}
.price-list .tables-container .table .table-single-item ul li::before {
  content: "";
  background-image: url(../js/b1a964e4a0a7b23b119d.svg);
  width: 0.24rem;
  height: 0.24rem;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
}
.price-list .tables-container .table .table-single-item.gray-bg {
  background: #F9FAFC;
}
.price-list .tables-container .table .table-single-item.bordered {
  border-bottom: 1px solid #000;
}
.price-list .tables-container .table .table-single-item.highlighted {
  background: #E5E5F6;
  padding: 0.18rem 0.16rem;
}
.price-list .tables-container .table .table-single-item .currencies {
  display: flex;
  gap: 0.6rem;
}
@media screen and (max-width: 768px) {
  .price-list .tables-container .table .table-single-item .currencies {
    gap: 0.2rem;
    width: 30%;
  }
}
.price-list .tables-container .table .table-single-item .currencies .euro {
  width: 1.55rem;
}
@media screen and (max-width: 768px) {
  .price-list .tables-container .table .table-single-item .currencies .euro {
    width: 50%;
  }
}
.price-list .tables-container .table .table-single-item .currencies .hrk {
  width: 1.55rem;
}
@media screen and (max-width: 768px) {
  .price-list .tables-container .table .table-single-item .currencies .hrk {
    width: 50%;
  }
}

.products-list {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #22252C;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .products-list {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
.products-list .intro-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.products-list .intro-wrapper .text {
  max-width: 7.9rem;
}
.products-list .intro-wrapper .text .title {
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
  .products-list .intro-wrapper .text .title {
    padding-bottom: 0.2rem;
  }
}
.products-list .intro-wrapper .text .description {
  padding-bottom: 0.52rem;
}
@media screen and (max-width: 768px) {
  .products-list .intro-wrapper .text .description {
    padding-bottom: 0.2rem;
  }
}
.products-list .products-wrapper .label {
  font-size: 0.16rem;
  line-height: 1.5;
}
.products-list .btn-desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .products-list .btn-desktop {
    display: none;
  }
}
.products-list .btn-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .products-list .btn-mobile {
    display: block;
    margin-bottom: 0.4rem;
  }
}
.products-list .product-categories {
  display: flex;
  gap: 0.42rem;
  padding-bottom: 0.44rem;
  padding-top: 0.2rem;
}
@media screen and (max-width: 768px) {
  .products-list .product-categories {
    overflow-x: scroll;
    white-space: nowrap;
    gap: 0.2rem;
  }
}
.products-list .product-categories button {
  cursor: pointer;
  background: #fff;
  border-radius: 0.08rem;
  padding: 0.14rem 0.22rem;
  color: #000;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1.5;
  border: none;
  display: flex;
  align-items: center;
}
.products-list .product-categories button svg {
  margin-right: 0.08rem;
  width: 0.24rem;
  height: 0.24rem;
}
.products-list .product-categories button svg path {
  outline: #000;
  stroke: #000;
}
.products-list .product-categories button svg rect {
  outline: #000;
  stroke: #000;
}
.products-list .product-categories button.active {
  background: linear-gradient(91deg, #BE93D3 0%, #3196D3 100%);
  color: #fff;
}
.products-list .product-categories button.active svg path {
  outline: #fff;
  stroke: #fff;
}
.products-list .product-categories button.active svg rect {
  outline: #fff;
  stroke: #fff;
}
.products-list .products {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.8rem;
}
.products-list .products[data-class=all] .category-pill {
  opacity: 1 !important;
}
.products-list .products .single-product {
  width: 5.6rem;
  position: relative;
}
.products-list .products .single-product:hover .img-wrapper img {
  transform: scale(1.1);
}
.products-list .products .single-product.hidden-product {
  opacity: 0.3 !important;
}
.products-list .products .single-product .stretched-link {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
}
.products-list .products .single-product .product-link {
  display: flex;
  color: #fff;
  align-items: center;
  border-bottom: 1px solid #fff;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
}
.products-list .products .single-product .product-link::after {
  content: "";
  background-image: url(../js/8e5e5bb1a3bdae27e693.svg);
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 0.08rem;
}
.products-list .products .single-product .img-wrapper {
  position: relative;
  overflow: hidden;
}
.products-list .products .single-product .img-wrapper .category-pills {
  display: flex;
  gap: 0.2rem;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
}
.products-list .products .single-product .img-wrapper .category-pills .category-pill {
  cursor: pointer;
  background: #fff;
  border-radius: 0.08rem;
  border: none;
  display: flex;
  align-items: center;
  opacity: 0.3;
}
.products-list .products .single-product .img-wrapper .category-pills .category-pill p {
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  padding: 0.16rem 0.24rem;
}
.products-list .products .single-product .img-wrapper .category-pills .category-pill img {
  margin-right: 0.08rem;
}
.products-list .products .single-product .img-wrapper .category-pills .category-pill.active {
  background: linear-gradient(91deg, #BE93D3 0%, #3196D3 100%);
}
.products-list .products .single-product .img-wrapper img {
  height: 5.93rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  transition: 300ms cubic-bezier(0.51, 0.01, 0.2, 1);
}
@media screen and (max-width: 768px) {
  .products-list .products .single-product .img-wrapper img {
    height: 5.93rem !important;
  }
}
.products-list .products .single-product:nth-child(4n+2) img, .products-list .products .single-product:nth-child(4n+3) img {
  height: 5.06rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.products-list .products .single-product:nth-child(4n+3), .products-list .products .single-product:nth-child(4n+4) {
  padding-bottom: 1.2rem;
}
.products-list .products .single-product:nth-child(4n+3):nth-last-child(2) {
  padding-bottom: 0;
}
.products-list .products .single-product:nth-child(4n+3):last-child {
  padding-bottom: 0;
}
.products-list .products .single-product:nth-child(4n+4):last-child {
  padding-bottom: 0;
}
.products-list .products .single-product:last-child:nth-child(odd) {
  padding-top: 1.2rem;
}
.products-list .products .single-product:last-child:nth-child(5n) {
  padding-top: 0;
}
.products-list .products .single-product:last-child:nth-child(5n+4) {
  padding-top: 0;
}
.products-list .products .single-product:nth-child(4n+3) {
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .products-list .products .single-product {
    padding-bottom: 0.4rem !important;
    padding-top: 0 !important;
  }
}
.products-list .products .single-product .product-title {
  padding-top: 0.4rem;
  padding-bottom: 0.17rem;
}
.products-list .products .single-product .excerpt {
  padding-bottom: 0.17rem;
}
@media screen and (max-width: 768px) {
  .products-list .products .single-product .excerpt {
    padding-bottom: 0.17rem;
  }
}

.timeline {
  padding-top: 1.2rem;
  padding-bottom: 0.9rem;
}
@media screen and (max-width: 768px) {
  .timeline {
    padding-bottom: 0.4rem;
    padding-top: 0.4rem;
  }
}
.timeline .splide .year-card {
  width: 3.8rem;
  background: #E5E5F6;
  padding: 0.4rem 0.3rem;
  min-height: 2.22rem;
  border-radius: 0.08rem;
  height: 100%;
}
.timeline .splide .year-card .year-title {
  font-weight: 500;
  padding-bottom: 0.24rem;
}
.timeline .splide .splide__track {
  padding-bottom: 3rem;
  padding-top: 0.72rem;
  margin-left: 1.115rem;
}
@media screen and (max-width: 768px) {
  .timeline .splide .splide__track {
    margin-left: 0.2rem;
    padding-bottom: 1rem;
  }
}
.timeline .wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.timeline .wrapper .title {
  max-width: 9.53rem;
}
.timeline .splide__pagination {
  width: 100%;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding-left: 1.9rem;
  padding-right: 0;
  bottom: -0.6rem;
}
.timeline .splide__pagination li {
  padding-right: 3.9rem;
  display: flex;
  position: relative;
}
.timeline .splide__pagination li::after {
  content: "";
  display: block;
  height: 0.02rem;
  width: 3.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.3rem;
  background-image: linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 0.14rem 0.02rem;
  background-repeat: repeat-x;
}
.timeline .splide__pagination li .splide__pagination__page {
  background: #000;
  width: 0.16rem;
  height: 0.16rem;
  flex-shrink: 0;
  opacity: 1;
}
.timeline .splide__pagination li .splide__pagination__page.is-active {
  background: #8132A7;
  transform: none;
}
.timeline .splide__arrows.timeline-arrows {
  position: relative;
  display: flex;
}
.timeline .splide__arrows.timeline-arrows .splide__arrow {
  position: static;
  background: transparent;
  height: 0.48rem;
  width: 0.48rem;
  transform: none;
  border-radius: 0;
}
.timeline .splide__arrows.timeline-arrows .splide__arrow.splide__arrow--next {
  margin-left: 0.24rem;
}

.logos-slider {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .logos-slider {
    padding-top: 0.6rem;
    padding-bottom: 0rem;
  }
}
.logos-slider .title {
  max-width: 7.9rem;
  padding-bottom: 1.38rem;
}
@media screen and (max-width: 768px) {
  .logos-slider .title {
    padding-bottom: 0.68rem;
  }
}
.logos-slider .svg-deco-line {
  right: calc(50% - 9.2rem);
  z-index: 0;
  top: 0.3rem;
}
.logos-slider .spliders {
  padding-left: 1.11531rem;
}
@media screen and (max-width: 768px) {
  .logos-slider .spliders {
    padding-left: 0.2rem;
  }
}
.logos-slider .spliders .splide {
  padding-bottom: 0.8rem;
}
.logos-slider .spliders .splide .splide__slide {
  margin-right: 1.35rem;
  display: flex;
  align-items: center;
}
.logos-slider .spliders .splide .splide__slide img {
  min-height: 0.6rem;
}
.logos-slider .spliders .slider-title {
  padding-bottom: 0.4rem;
  font-size: 0.24rem;
  line-height: 1.75;
  font-weight: 700;
  letter-spacing: 0.0048rem;
}
.logos-slider .spliders.not-a-slider {
  padding-left: 0;
  width: 100%;
  max-width: 12rem;
  margin: auto;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .logos-slider .spliders.not-a-slider {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    padding-bottom: 0.4rem;
  }
}
.logos-slider .spliders.not-a-slider .splide__list {
  flex-wrap: wrap;
  gap: 0.55rem 1.35rem;
  justify-content: center;
  padding-bottom: 0.5rem !important;
}
@media screen and (max-width: 768px) {
  .logos-slider .spliders.not-a-slider .splide__list {
    gap: 0.55rem;
  }
}
.logos-slider .spliders.not-a-slider .splide__list img {
  min-height: 0.6rem;
}
.logos-slider .cards .card {
  display: flex;
  align-items: center;
  padding-left: 0.75rem;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 768px) {
  .logos-slider .cards .card {
    flex-direction: column;
    padding: 0 0.2rem;
  }
}
.logos-slider .cards .card .text-wrapper {
  width: 7.09rem;
  padding: 0.8rem 0;
}
@media screen and (max-width: 768px) {
  .logos-slider .cards .card .text-wrapper {
    padding-bottom: 0;
    padding-top: 0.2rem;
    width: 100%;
  }
}
.logos-slider .cards .card .text-wrapper .card-title {
  margin-bottom: 0.4rem;
}
.logos-slider .cards .card.padding-img .card-image {
  padding: 0.6rem;
  max-width: 5.26rem;
}
@media screen and (max-width: 768px) {
  .logos-slider .cards .card.padding-img .card-image {
    padding: 0;
    padding-bottom: 0.4rem;
  }
}
.logos-slider .cards .card.padding-img .text-wrapper {
  max-width: 6.12rem;
}
.logos-slider .cards .card .card-image {
  max-width: 5.68rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .logos-slider .cards .card .card-image {
    max-width: 100%;
  }
}
.logos-slider .cards .card.purple {
  background: #8132A7;
  color: #fff;
}
.logos-slider .cards .card.pale_red {
  background: #E67C79;
  color: #fff;
}
.logos-slider .cards .card.turquoise {
  background: #80DFD6;
}
.logos-slider .cards .card.grey {
  background: #E5E5F6;
}

.layout-cards {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #F9FAFC;
}
@media screen and (max-width: 768px) {
  .layout-cards {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
.layout-cards .title {
  padding-bottom: 0.6rem;
}
.layout-cards .small-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.layout-cards .small-cards .small-card {
  width: 3.8rem;
  background: #E5E5F6;
  border-radius: 0.08rem;
  padding: 0.4rem 0.35rem;
}
@media screen and (max-width: 768px) {
  .layout-cards .small-cards .small-card {
    width: 100%;
    min-height: 2.2rem;
  }
}
.layout-cards .small-cards .small-card .icon-wrapper {
  display: flex;
  align-items: center;
  padding-bottom: 0.26rem;
}
.layout-cards .small-cards .small-card .icon-wrapper .icon {
  width: 0.48rem;
  height: 0.48rem;
  margin-right: 0.24rem;
  display: block;
}
.layout-cards .small-cards .small-card .icon-wrapper .small-card-text {
  font-size: 0.4rem;
  font-weight: 700;
  line-height: 1.1;
}
.layout-cards .small-cards .small-card.pale_red {
  background: #E67C79;
}
.layout-cards .small-cards .small-card.turquoise {
  background: #80DFD6;
}
.layout-cards .small-cards .small-card.grey {
  background: #E5E5F6;
}
.layout-cards .big-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  padding-top: 0.3rem;
}
.layout-cards .big-cards .big-card {
  background: #E5E5F6;
  width: 5.85rem;
  padding: 0.56rem 0.24rem;
  border-radius: 0.08rem;
}
.layout-cards .big-cards .big-card .icon-wrapper {
  display: flex;
  align-items: center;
  padding-bottom: 0.26rem;
}
.layout-cards .big-cards .big-card .icon-wrapper .icon {
  width: 0.48rem;
  height: 0.48rem;
  margin-right: 0.24rem;
  display: block;
}
.layout-cards .big-cards .big-card .icon-wrapper .small-card-text {
  font-size: 0.4rem;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .layout-cards .big-cards .big-card {
    width: 100%;
    min-height: 2.2rem;
  }
}

.contact-info-table {
  position: relative;
  z-index: 99;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #F9FAFC;
}
@media screen and (max-width: 768px) {
  .contact-info-table {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
.contact-info-table .title {
  padding-bottom: 0.66rem;
}
.contact-info-table .contact-table .table-header {
  display: flex;
  align-items: center;
  gap: 0 0.3rem;
  background: #E5E5F6;
  padding: 0.16rem;
}
.contact-info-table .contact-table .table-header .table-title {
  width: calc(25% - 0.3rem);
}
@media screen and (max-width: 768px) {
  .contact-info-table .contact-table .table-header .table-title {
    font-size: 0.16rem;
  }
}
.contact-info-table .contact-table .table-single-item {
  display: flex;
  align-items: center;
  gap: 0 0.3rem;
  border-top: 1px solid #000;
  background: #F9FAFC;
  padding: 0.16rem;
}
.contact-info-table .contact-table .table-single-item:nth-child(even) {
  background: #fff;
}
.contact-info-table .contact-table .table-single-item .table-text {
  width: calc(25% - 0.3rem);
  font-weight: 700;
  font-size: 0.16rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .contact-info-table .contact-table .table-single-item .table-text {
    font-size: 0.12rem;
  }
}

.contact-form-boxes {
  padding-top: 2.34rem;
  padding-bottom: 1.2rem;
  background: #F9FAFC;
}
@media screen and (max-width: 768px) {
  .contact-form-boxes {
    padding-top: 1.14rem;
  }
}
.contact-form-boxes .title {
  padding-bottom: 0.66rem;
}
.contact-form-boxes .contact-boxes {
  position: relative;
  z-index: 99;
  display: flex;
  flex-wrap: wrap;
  gap: 0.66rem 0.33rem;
}
@media screen and (max-width: 768px) {
  .contact-form-boxes .contact-boxes {
    gap: 0.36rem;
  }
}
.contact-form-boxes .contact-boxes .contact-box {
  padding: 0.39rem 0.29rem;
  background: #fff;
  width: 3.7rem;
  border-radius: 0.08rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-form-boxes .contact-boxes .contact-box .ct-box-btn {
  margin-top: 0.24rem;
}
@media screen and (max-width: 768px) {
  .contact-form-boxes .contact-boxes .contact-box {
    width: 100%;
  }
}
.contact-form-boxes .contact-boxes .contact-box:nth-child(odd) {
  background: #E5E5F6;
}
.contact-form-boxes .contact-boxes .contact-box .contact-box-title {
  padding-bottom: 0.24rem;
}

.integrations_cards {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #F9FAFC;
}
.integrations_cards.dark-mode {
  background: #22252C;
}
.integrations_cards.dark-mode .title, .integrations_cards.dark-mode .description {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .integrations_cards {
    padding-top: 0.8rem;
  }
}
.integrations_cards:first-child {
  padding-top: 2.34rem;
}
@media screen and (max-width: 768px) {
  .integrations_cards:first-child {
    padding-top: 1.14rem;
  }
}
.integrations_cards .title {
  padding-bottom: 0.26rem;
}
.integrations_cards .integrations-cards {
  position: relative;
  z-index: 99;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  padding-top: 0.66rem;
}
.integrations_cards .integrations-cards .integration-card {
  padding: 0.39rem 0.29rem;
  background: #fff;
  width: 3.7rem;
  border-radius: 0.08rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .integrations_cards .integrations-cards .integration-card {
    width: 100%;
  }
}
.integrations_cards .integrations-cards .integration-card .buttons-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 0.24rem;
  gap: 0.2rem;
}
.integrations_cards .integrations-cards .integration-card .img-wrapper {
  width: auto;
  height: 0.8rem;
  border-radius: 50%;
}
.integrations_cards .integrations-cards .integration-card .img-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.integrations_cards .integrations-cards .integration-card.icon .img-wrapper {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E5E5F6;
}
.integrations_cards .integrations-cards .integration-card.icon .img-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 0.3rem;
  height: 0.3rem;
  display: block;
}
.integrations_cards .integrations-cards .integration-card.icon:nth-child(odd) .img-wrapper {
  background: #fff;
}
.integrations_cards .integrations-cards .integration-card:nth-child(odd) {
  background: #E5E5F6;
}
.integrations_cards .integrations-cards .integration-card .card-title {
  padding-bottom: 0.24rem;
  padding-top: 0.24rem;
}

.trusted-partners {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #F9FAFC;
}
@media screen and (max-width: 768px) {
  .trusted-partners {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
.trusted-partners.extra-padding {
  padding-top: 2.34rem;
}
@media screen and (max-width: 768px) {
  .trusted-partners.extra-padding {
    padding-top: 1.8rem;
  }
}
.trusted-partners.dark-mode {
  background: #22252C;
}
.trusted-partners.dark-mode .title, .trusted-partners.dark-mode .description {
  color: #fff;
}
.trusted-partners.dark-mode .title a, .trusted-partners.dark-mode .description a {
  color: #fff;
}
.trusted-partners .title {
  padding-bottom: 0.26rem;
}
.trusted-partners .title, .trusted-partners .description {
  max-width: 10.2rem;
}
.trusted-partners .description a {
  color: #22252C;
  text-decoration: underline;
}
.trusted-partners .trusted-partners-wrap {
  padding-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.29rem;
}
.trusted-partners .trusted-partners-wrap .trusted-partner {
  width: 2.78rem;
  padding: 0.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  border-radius: 0.12rem;
}
.trusted-partners .trusted-partners-wrap .trusted-partner.purplish {
  background: #E5E5F6;
}
@media screen and (max-width: 768px) {
  .trusted-partners .trusted-partners-wrap .trusted-partner {
    flex-wrap: wrap;
    width: 100%;
  }
}
.trusted-partners .trusted-partners-wrap .trusted-partner .img-wrapper {
  max-width: 1.23rem;
  margin-bottom: 0.3rem;
}
.trusted-partners .trusted-partners-wrap .trusted-partner .img-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.trusted-partners .trusted-partners-wrap .trusted-partner .partner-name {
  margin-bottom: 0.16rem;
}
.trusted-partners .trusted-partners-wrap .trusted-partner .main-info {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .trusted-partners .trusted-partners-wrap .trusted-partner .main-info {
    width: 54%;
  }
}
.trusted-partners .trusted-partners-wrap .trusted-partner .main-info p, .trusted-partners .trusted-partners-wrap .trusted-partner .main-info a {
  font-weight: 500;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.trusted-partners .trusted-partners-wrap .trusted-partner .main-info a {
  color: #000;
  text-decoration: underline;
}
.trusted-partners .trusted-partners-wrap .trusted-partner .partner-description {
  width: 6.87rem;
}
@media screen and (max-width: 768px) {
  .trusted-partners .trusted-partners-wrap .trusted-partner .partner-description {
    width: 100%;
  }
}
.trusted-partners .trusted-partners-wrap .trusted-partner .partner-description p {
  font-size: 0.16rem;
  line-height: 0.24rem;
}

.customer_support_module {
  padding: 0.8rem 0;
}
.customer_support_module .main-title {
  padding-bottom: 0.4rem;
}
.customer_support_module .wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .customer_support_module .wrapper {
    flex-direction: column-reverse;
  }
}
.customer_support_module .wrapper .image-box {
  background: #E5E5F6;
  width: 5.85rem;
  padding: 1.3rem 0.53rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .customer_support_module .wrapper .image-box {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.customer_support_module .wrapper .image-box .title-button {
  max-width: 4rem;
}
.customer_support_module .wrapper .image-box .title-button .box-title {
  margin-bottom: 0.4rem;
}
.customer_support_module .wrapper .image-box .title-button .btn::after {
  background-image: url("data:image/svg+xml,<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M20.561 6.96879C19.041 13.7235 13.7235 19.041 6.96879 20.561C4.81355 21.046 3 19.2091 3 17V15.25C3 14.6977 3.4486 14.2547 3.99877 14.2063C5.08823 14.1104 6.13312 13.8593 7.11117 13.4751L8.82037 15.1843C11.6003 13.854 13.854 11.6003 15.1843 8.82037L13.4751 7.11118C13.8593 6.13313 14.1104 5.08823 14.2063 3.99877C14.2547 3.44861 14.6977 3 15.25 3H17C19.2091 3 21.046 4.81355 20.561 6.96879Z\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.7998 6.51999C9.36902 6.51999 8.94246 6.60484 8.54446 6.76969C8.14647 6.93455 7.78485 7.17617 7.48024 7.48078C7.17563 7.78539 6.934 8.14702 6.76915 8.54501C6.60429 8.943 6.51944 9.36957 6.51944 9.80035\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9 3.20099C8.23848 3.20099 7.48441 3.35098 6.78085 3.6424C6.0773 3.93383 5.43803 4.36097 4.89955 4.89945C4.36107 5.43793 3.93393 6.0772 3.6425 6.78075C3.35108 7.48431 3.20109 8.23838 3.20109 8.9999\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>");
}
.customer_support_module .wrapper .image-box .img-support {
  width: 3.07rem;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .customer_support_module .wrapper .image-box .img-support {
    width: 2.67rem;
  }
}
.customer_support_module .wrapper .software-list {
  width: 4.82rem;
  padding: 0.4rem 0;
}
@media screen and (max-width: 768px) {
  .customer_support_module .wrapper .software-list {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0.6rem;
  }
}
.customer_support_module .wrapper .software-list .list-title {
  margin-bottom: 0.4rem;
}
.customer_support_module .wrapper .software-list .softwares .single-software {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0;
  border-top: 1px solid #000;
  background: #F9FAFC;
}
.customer_support_module .wrapper .software-list .softwares .single-software:nth-child(even) {
  background: #fff;
}
.customer_support_module .wrapper .software-list .softwares .single-software .software-name, .customer_support_module .wrapper .software-list .softwares .single-software .software-number {
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-weight: 700;
}

section.pricing_cards {
  padding: 1.2rem 0;
  background-color: #F9FAFC;
  position: relative;
  overflow: hidden;
}
section.pricing_cards .svg-deco-line {
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section.pricing_cards {
    padding: 0.8rem 0;
  }
}
section.pricing_cards .title-switcher {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section.pricing_cards .title-switcher {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
  }
}
section.pricing_cards .title-switcher .switcher-content {
  display: flex;
  gap: 0.16rem;
}
section.pricing_cards .title-switcher .switcher-content p {
  font-weight: 700;
}
section.pricing_cards .switch {
  display: inline-block;
  position: relative;
  width: 0.52rem;
  height: 0.28rem;
  background-color: #E5E5F6;
  border-radius: 0.08rem;
  transition: background-color 0.3s ease;
}
section.pricing_cards .switch input {
  display: none;
}
section.pricing_cards .switch label {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
section.pricing_cards .switch .slider {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.08rem;
  width: 0.14rem;
  height: 0.14rem;
  border: 0.03rem solid white;
  background-color: #3297D4;
  border-radius: 0.02rem;
  transition: left 0.3s ease, background-color 0.3s ease;
}
section.pricing_cards .switch input:checked + label .slider {
  left: calc(100% - 0.22rem);
}
section.pricing_cards .cards {
  display: flex;
  margin-top: 0.6rem;
  gap: 0.3rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section.pricing_cards .cards {
    flex-wrap: wrap;
  }
}
section.pricing_cards .cards.three .single-card:nth-child(2) {
  background-color: #fff;
}
section.pricing_cards .cards .single-card {
  flex: 1;
  border-radius: 0.08rem;
  background-color: #E5E5F6;
  padding: 0.39rem 0.29rem;
  text-align: center;
}
section.pricing_cards .cards .single-card .price {
  font-size: 0.48rem;
  line-height: 1;
  font-weight: 700;
  margin: 0.08rem 0;
}
section.pricing_cards .cards .single-card .title {
  padding-top: 0.48rem;
}

section.universal_cards {
  padding: 1.2rem 0;
  position: relative;
}
section.universal_cards .svg-deco-line {
  right: 0;
}
section.universal_cards .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-top: 0.6rem;
}
section.universal_cards .cards .single-card {
  width: 3.8rem;
  padding: 0.39rem 0.29rem;
  border-radius: 0.08rem;
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  height: 100%;
}
@media screen and (max-width: 768px) {
  section.universal_cards .cards .single-card {
    width: 100%;
  }
}
section.universal_cards .cards .single-card .icon {
  width: -moz-fit-content;
  width: fit-content;
}
section.universal_cards .cards .single-card .description a {
  text-decoration: underline;
  color: inherit;
}
section.universal_cards .cards .single-card.center {
  align-items: center;
  text-align: center;
}
section.universal_cards .cards.two-cards .single-card {
  width: 5.85rem;
}
@media screen and (max-width: 768px) {
  section.universal_cards .cards.two-cards .single-card {
    width: 100%;
  }
}
section.universal_cards .btn-desc {
  display: flex;
  justify-content: space-between;
  margin-top: 0.6rem;
}
@media screen and (max-width: 768px) {
  section.universal_cards .btn-desc {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
  }
}
section.universal_cards .btn-desc .description {
  max-width: 7.9rem;
}

.is-animating .header {
  opacity: 0;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  transition: background-color 0.4s ease, opacity 1000ms cubic-bezier(0.51, 0.01, 0.2, 1), transform 0.4s ease;
  background: transparent;
}
.header.logged-in {
  padding-top: 0.4rem;
}
.header.active {
  background: #fff;
}
.header .logo-white {
  display: none;
}
.header .logo-black {
  display: block;
}
.header .menu-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  position: relative;
}
.header .menu-wrapper .navigation-menu {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header .menu-wrapper .navigation-menu {
    justify-content: space-between;
    width: 100%;
  }
}
.header .menu-wrapper .navigation-menu .nav-logo {
  width: 1.7rem;
  height: auto;
}
.header .menu-wrapper .navigation-menu .hamburger-btn {
  display: none;
  background-color: transparent;
  border: none;
  padding: 0;
  width: 0.36rem;
  height: 0.36rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .header .menu-wrapper .navigation-menu .hamburger-btn {
    display: block;
  }
}
.header .menu-wrapper .navigation-menu .hamburger-btn span {
  width: 0.4rem;
  height: 0.05rem;
  margin-bottom: 0.1rem;
  display: block;
  background-color: #000;
}
.header .menu-wrapper .navigation-menu .hamburger-btn span:last-child {
  margin-bottom: 0;
}
.header .menu-wrapper .navigation-menu .navigation {
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .header .menu-wrapper .navigation-menu .navigation {
    display: none;
  }
}
.header .menu-wrapper .navigation-menu .navigation ul {
  display: flex;
  gap: 0 0.26rem;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item {
  position: relative;
  padding: 0.2rem;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item.new-menu {
  position: static;
  padding: 0.4rem 0.2rem;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item.new-menu.small-dropdown {
  position: relative;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item.new-menu.small-dropdown .sub-menu.upgrade {
  width: 5.16rem !important;
  padding: 0.24rem !important;
  gap: 0.17rem !important;
  top: 1rem !important;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item.new-menu.small-dropdown .sub-menu.upgrade .dropdown-desc-title {
  margin-right: 0 !important;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item.new-menu.small-dropdown .sub-menu.upgrade .dropdown-section {
  width: 1.72rem !important;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item .fake-link {
  display: flex !important;
  gap: 0.08rem;
  align-items: center;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item a, .header .menu-wrapper .navigation-menu .navigation ul .menu-item .fake-link {
  cursor: pointer;
  display: block;
  padding: 0 0.08rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: black;
  line-height: 1.5;
  position: relative;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item a::after, .header .menu-wrapper .navigation-menu .navigation ul .menu-item .fake-link::after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  background-color: #F1DEFC;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: 300ms cubic-bezier(0.51, 0.01, 0.2, 1);
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item a.active, .header .menu-wrapper .navigation-menu .navigation ul .menu-item a.active-link, .header .menu-wrapper .navigation-menu .navigation ul .menu-item .fake-link.active, .header .menu-wrapper .navigation-menu .navigation ul .menu-item .fake-link.active-link {
  font-weight: 700;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item a.active::after, .header .menu-wrapper .navigation-menu .navigation ul .menu-item a.active-link::after, .header .menu-wrapper .navigation-menu .navigation ul .menu-item .fake-link.active::after, .header .menu-wrapper .navigation-menu .navigation ul .menu-item .fake-link.active-link::after {
  height: 0.1rem;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item a:hover::after, .header .menu-wrapper .navigation-menu .navigation ul .menu-item .fake-link:hover::after {
  height: 0.1rem;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item.menu-item-has-children:hover .sub-menu {
  display: flex;
  opacity: 1;
  transition: 300ms opacity;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item.menu-item-has-children .sub-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: -0.14rem;
  top: 0.64rem;
  min-width: unset;
  gap: 0;
  flex-wrap: wrap;
  height: 2.75rem;
  padding: 0 0.2rem 0.2rem 0.2rem;
  background: #fff;
  opacity: 0;
  display: none;
  border-radius: 0.08rem;
  width: -moz-max-content;
  width: max-content;
  box-sizing: border-box;
  padding: 0.02rem;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item.menu-item-has-children .sub-menu::before {
  content: "";
  background-image: linear-gradient(90deg, #BE93D3 35.57%, #3196D3 68.06%, #6695D3 68.06%);
  top: -0.02rem;
  left: -0.024rem;
  bottom: -0.02rem;
  right: -0.02rem;
  position: absolute;
  z-index: -1;
  border-radius: 0.08rem;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item.menu-item-has-children .sub-menu.upgrade {
  width: 12rem;
  left: 0;
  top: 1.2rem;
  padding: 0.24rem 0.72rem 0.72rem 0.24rem;
  flex-direction: row;
  flex-wrap: nowrap;
  height: unset;
  gap: 0.38rem;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item.menu-item-has-children .sub-menu.upgrade .dropdown-section {
  width: 2.77rem;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item.menu-item-has-children .sub-menu.upgrade .dropdown-section .dropdown-section-title {
  font-size: 0.2rem;
  line-height: 0.28rem;
  margin-bottom: 0.16rem;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item.menu-item-has-children .sub-menu.upgrade .dropdown-section .sub-menu {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  position: static;
  width: 100%;
  flex-wrap: nowrap;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item.menu-item-has-children .sub-menu.upgrade .dropdown-section .sub-menu .menu--item a {
  color: #8132A7;
  font-weight: 700;
  margin-bottom: 0.1rem;
  padding: 0;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item.menu-item-has-children .sub-menu.upgrade .dropdown-section .sub-menu .menu--item .last-level {
  display: flex;
  flex-direction: column;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item.menu-item-has-children .sub-menu.upgrade .dropdown-section .sub-menu .menu--item .last-level li a {
  font-size: 0.12rem;
  line-height: 0.2rem;
  font-weight: 400;
  color: black;
  transition: color 300ms ease-in-out;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item.menu-item-has-children .sub-menu.upgrade .dropdown-section .sub-menu .menu--item .last-level li a::after, .header .menu-wrapper .navigation-menu .navigation ul .menu-item.menu-item-has-children .sub-menu.upgrade .dropdown-section .sub-menu .menu--item .last-level li a::before {
  display: none;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item.menu-item-has-children .sub-menu.upgrade .dropdown-section .sub-menu .menu--item .last-level li a svg {
  width: 0.06rem;
  height: 0.1rem;
  margin-left: 0.08rem;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item.menu-item-has-children .sub-menu.upgrade .dropdown-section .sub-menu .menu--item .last-level li a:hover {
  color: #8132A7;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item.menu-item-has-children .sub-menu.upgrade .dropdown-desc-title {
  width: 2.77rem;
  margin-right: 0.72rem;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item.menu-item-has-children .sub-menu.upgrade .dropdown-desc-title .dropdown-desc {
  font-size: 0.16rem;
  line-height: 0.24rem;
  margin-top: 0.16rem;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item.menu-item-has-children .sub-menu .sub-menu {
  position: relative;
  left: 0;
  top: 0;
  height: unset;
  min-width: unset;
  padding: 0;
  padding-left: 0.32rem;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item.menu-item-has-children .sub-menu .sub-menu li a {
  font-weight: 400;
  pointer-events: all;
  padding-top: 0;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item.menu-item-has-children .sub-menu .sub-menu li a::before {
  display: none !important;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item.menu-item-has-children .sub-menu li {
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item.menu-item-has-children .sub-menu li.card a {
  display: flex;
  align-items: center;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item.menu-item-has-children .sub-menu li.card a::before {
  content: "";
  background-image: url(../js/43593eb912ed1d9e171b.svg);
  background-size: contain;
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.08rem;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item.menu-item-has-children .sub-menu li.dollar a {
  display: flex;
  align-items: center;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item.menu-item-has-children .sub-menu li.dollar a::before {
  content: "";
  background-image: url(../js/6a4fba5acf4fe0909987.svg);
  background-size: contain;
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.08rem;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item.menu-item-has-children .sub-menu li.plus a {
  display: flex;
  align-items: center;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item.menu-item-has-children .sub-menu li.plus a::before {
  content: "";
  background-image: url(../js/c7f0f1a802daa9f521f0.svg);
  background-size: contain;
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.08rem;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item.menu-item-has-children .sub-menu li:first-child a {
  border-radius: 0.08rem 0.08rem 0 0;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item.menu-item-has-children .sub-menu li:last-child a {
  border-radius: 0 0 0.08rem 0.08rem;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item.menu-item-has-children .sub-menu li a {
  transition: 300ms cubic-bezier(0.51, 0.01, 0.2, 1);
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  pointer-events: none;
  padding-top: 0.2rem;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item.menu-item-has-children .sub-menu li a::after {
  background-color: #F1DEFC !important;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item.single-level .sub-menu {
  min-width: 3rem;
  padding: 0 0.2rem 0.2rem 0.2rem;
  height: unset;
}
.header .menu-wrapper .navigation-menu .navigation ul .menu-item.single-level .sub-menu li a {
  pointer-events: all;
  font-weight: 400;
}
.header .menu-wrapper .navigation-misc {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header .menu-wrapper .navigation-misc {
    display: none;
  }
}
.header .menu-wrapper .navigation-misc .tel-wrapper .telephone {
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
  padding-right: 0.32rem;
}
.header .menu-wrapper .navigation-misc .wpml-wrapper {
  background-color: #000;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 0.26rem;
  position: absolute;
  right: calc(50% - 6.8rem);
  top: calc(50% - 0.26rem);
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  transition: 300ms cubic-bezier(0.51, 0.01, 0.2, 1);
}
.header .menu-wrapper .navigation-misc .wpml-wrapper.active {
  overflow: visible;
  height: 100%;
}
.header .menu-wrapper .navigation-misc .wpml-wrapper.active .languages li a {
  color: #fff;
}
.header .menu-wrapper .navigation-misc .wpml-wrapper.active .languages li.current a {
  color: #8132A7;
}
.header .menu-wrapper .navigation-misc .wpml-wrapper svg {
  margin-top: 0.13rem;
  width: 0.24rem;
  height: 0.24rem;
}
.header .menu-wrapper .navigation-misc .wpml-wrapper .languages {
  padding-bottom: 0.1rem;
}
.header .menu-wrapper .navigation-misc .wpml-wrapper .languages li a {
  color: #fff;
  text-transform: uppercase;
  transition: 600ms cubic-bezier(0.51, 0.01, 0.2, 1);
}
.header .menu-wrapper .navigation-misc .wpml-wrapper .languages li a:hover {
  color: #8132A7;
}
.header .menu-wrapper .navigation-misc .wpml-wrapper .languages li.current a {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .header .menu-wrapper .navigation-misc .wpml-wrapper {
    display: none;
  }
}

.dropdown-menu {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 999;
  background: linear-gradient(135deg, #BE93D3 0%, #3196D3 100%);
  overflow-y: scroll;
}
.dropdown-menu .dropdown-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.dropdown-menu .dropdown-container .dropdown-menu-other-items {
  margin-top: auto;
  padding-bottom: 0.6rem;
}
.dropdown-menu .dropdown-container .dropdown-menu-other-items .tel-wrapper .telephone {
  color: #fff !important;
}
.dropdown-menu .dropdown-upper-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.2rem;
}
.dropdown-menu .dropdown-upper-wrapper .nav-logo {
  width: 1.7rem;
  height: auto;
}
.dropdown-menu .dropdown-upper-wrapper .hamburger-btn {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 0.36rem;
  height: 0.36rem;
}
.dropdown-menu .dropdown-upper-wrapper .hamburger-btn svg {
  width: 100%;
  height: 100%;
}
.dropdown-menu .dropdown-upper-wrapper .hamburger-btn span {
  width: 0.4rem;
  height: 0.02rem;
  display: block;
  background-color: #000;
}
.dropdown-menu .dropdown-upper-wrapper .hamburger-btn span:first-child {
  transform: rotateZ(45deg);
}
.dropdown-menu .dropdown-upper-wrapper .hamburger-btn span:last-child {
  transform: rotateZ(140deg);
  margin-top: -0.02rem;
}
.dropdown-menu .menu-wrapper {
  padding: 0.6rem 0.6rem 0.3rem 0;
}
.dropdown-menu .menu-wrapper .navigation ul li {
  overflow: hidden;
}
.dropdown-menu .menu-wrapper .navigation ul li.menu-item-has-children.active-parent > a::after, .dropdown-menu .menu-wrapper .navigation ul li.menu-item-has-children.active-parent .fake-link::after {
  transform: rotateX(0deg) !important;
}
.dropdown-menu .menu-wrapper .navigation ul li.menu-item-has-children > a {
  display: flex;
  align-items: center;
}
.dropdown-menu .menu-wrapper .navigation ul li.menu-item-has-children > a::after {
  content: "";
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  margin-left: 0.2rem;
  background-image: url(../js/a52d481cd441b75a85fa.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: static;
  transform: rotateX(180deg);
  transition: transform 300ms ease;
}
.dropdown-menu .menu-wrapper .navigation ul li.menu-item-has-children .sub-menu li a {
  font-size: 0.24rem;
  margin-left: 0.12rem;
  font-weight: 700;
  border-radius: 0.08rem;
}
.dropdown-menu .menu-wrapper .navigation ul li.menu-item-has-children .sub-menu li.card a {
  display: flex;
  align-items: center;
}
.dropdown-menu .menu-wrapper .navigation ul li.menu-item-has-children .sub-menu li.card a::before {
  content: "";
  background-image: url(../js/7e71dfae5cba5bcb96b0.svg);
  background-size: contain;
  background-color: transparent;
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.08rem;
  position: static;
}
.dropdown-menu .menu-wrapper .navigation ul li.menu-item-has-children .sub-menu li.dollar a {
  display: flex;
  align-items: center;
}
.dropdown-menu .menu-wrapper .navigation ul li.menu-item-has-children .sub-menu li.dollar a::before {
  content: "";
  background-image: url(../js/1e7150293ecf5eeae0cb.svg);
  background-size: contain;
  background-color: transparent;
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.08rem;
  position: static;
}
.dropdown-menu .menu-wrapper .navigation ul li.menu-item-has-children .sub-menu li.plus a {
  display: flex;
  align-items: center;
}
.dropdown-menu .menu-wrapper .navigation ul li.menu-item-has-children .sub-menu li.plus a::before {
  content: "";
  background-image: url(../js/019c02527736617801ff.svg);
  background-size: contain;
  background-color: transparent;
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.08rem;
  position: static;
}
.dropdown-menu .menu-wrapper .navigation ul li.menu-item-has-children .sub-menu .sub-menu {
  opacity: 1;
  visibility: visible;
  height: 100%;
  margin-left: 0.2rem;
}
.dropdown-menu .menu-wrapper .navigation ul li.menu-item-has-children .sub-menu .sub-menu li a {
  font-weight: 400;
}
.dropdown-menu .menu-wrapper .navigation ul li.menu-item-has-children .sub-menu .sub-menu li a::before {
  display: none;
}
.dropdown-menu .menu-wrapper .navigation ul li a {
  font-size: 0.32rem;
  color: #fff;
  line-height: 1.5;
  display: block;
  margin: 0.2rem 0;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
}
.dropdown-menu .menu-wrapper .navigation ul li a::before {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  background-color: #292663;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: 300ms cubic-bezier(0.51, 0.01, 0.2, 1);
}
.dropdown-menu .menu-wrapper .navigation ul li a.active {
  font-weight: 700;
}
.dropdown-menu .menu-wrapper .navigation ul li a.active::before {
  height: 0.1rem;
}
.dropdown-menu .menu-wrapper .wpml-wrapper {
  background-color: #000;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 0.26rem;
  position: absolute;
  top: 0.8rem;
  right: 0;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  transition: 300ms cubic-bezier(0.51, 0.01, 0.2, 1);
}
.dropdown-menu .menu-wrapper .wpml-wrapper .languages {
  padding-bottom: 0.1rem;
}
.dropdown-menu .menu-wrapper .wpml-wrapper .languages li a {
  color: transparent;
  transition: 300ms cubic-bezier(0.51, 0.01, 0.2, 1);
  text-transform: uppercase;
}
.dropdown-menu .menu-wrapper .wpml-wrapper .languages li a:hover {
  color: #8132A7;
}
.dropdown-menu .menu-wrapper .wpml-wrapper .languages li.current a {
  color: #8132A7 !important;
  font-weight: 500;
}
.dropdown-menu .menu-wrapper .wpml-wrapper.active {
  overflow: visible;
  height: 100%;
}
.dropdown-menu .menu-wrapper .wpml-wrapper.active .languages a {
  color: #fff;
}
.dropdown-menu .menu-wrapper .wpml-wrapper svg {
  margin-top: 0.13rem;
  width: 0.24rem;
  height: 0.24rem;
}
.dropdown-menu .dropdown-menu-other-items .info-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding-bottom: 0.2rem;
}
.dropdown-menu .dropdown-menu-other-items .info-wrapper .tel-wrapper .telephone {
  color: #000;
}
.dropdown-menu .dropdown-menu-other-items .btn-wrapper {
  display: flex;
  justify-content: center;
}
.dropdown-menu.new-menu {
  background: #fff;
}
.dropdown-menu.new-menu .menu-wrapper .navigation ul li.menu-item-has-children > a::after, .dropdown-menu.new-menu .menu-wrapper .navigation ul li.menu-item-has-children .fake-link::after {
  content: "";
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  margin-left: 0.2rem;
  background-image: url(../js/d6c7b6368236e4d9aaf9.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: static;
  transform: rotateX(180deg);
  transition: transform 300ms ease;
}
.dropdown-menu.new-menu .menu-wrapper .navigation ul li.menu-item-has-children > a svg, .dropdown-menu.new-menu .menu-wrapper .navigation ul li.menu-item-has-children .fake-link svg {
  display: none;
}
.dropdown-menu.new-menu .menu-wrapper .navigation ul li a, .dropdown-menu.new-menu .menu-wrapper .navigation ul li .fake-link {
  color: #000;
  font-size: 0.28rem;
  line-height: 0.3rem;
  letter-spacing: -0.05em;
  font-weight: 700;
  margin-bottom: 0.24rem;
  display: flex;
  align-items: center;
  gap: 0.08rem;
}
.dropdown-menu.new-menu .menu-wrapper .navigation ul li .dropdown-desc-title .dropdown-title {
  display: none;
}
.dropdown-menu.new-menu .menu-wrapper .navigation ul li .dropdown-desc-title .dropdown-desc {
  margin-bottom: 0.24rem;
}
.dropdown-menu.new-menu .menu-wrapper .navigation ul li .dropdown-section {
  margin-bottom: 0.16rem;
}
.dropdown-menu.new-menu .menu-wrapper .navigation ul li .dropdown-section .dropdown-section-title {
  font-size: 0.2rem;
  line-height: 0.28rem;
  font-weight: 700;
  margin-bottom: 0.16rem;
}
.dropdown-menu.new-menu .menu-wrapper .navigation ul li .dropdown-section .sub-menu {
  margin-left: 0;
}
.dropdown-menu.new-menu .menu-wrapper .navigation ul li .dropdown-section .sub-menu .menu--item a {
  color: #8132A7;
  font-size: 0.2rem;
  line-height: 0.28rem;
  margin: 0;
  margin-bottom: 0.1rem;
  font-weight: 700;
}
.dropdown-menu.new-menu .menu-wrapper .navigation ul li .dropdown-section .sub-menu .menu--item .last-level .menu-item a {
  font-size: 0.18rem;
  line-height: 0.26rem;
  font-weight: 400;
  margin-bottom: 0.04rem;
  display: flex;
  gap: 0.08rem;
  color: #000;
}

body.white-header header {
  background-color: transparent;
}
body.white-header header .logo-white {
  display: block;
}
body.white-header header .logo-black {
  display: none;
}
body.white-header header.active {
  background: #fff;
}
body.white-header header.active .logo-white {
  display: none;
}
body.white-header header.active .logo-black {
  display: block;
}
body.white-header header.active .navigation ul .menu-item a {
  color: #000 !important;
}
body.white-header header.active .navigation ul .menu-item a::after {
  background-color: #F1DEFC !important;
}
body.white-header header.active .navigation ul .menu-item.menu-item-has-children .sub-menu li a {
  color: #000 !important;
}
body.white-header header.active .hamburger-btn span {
  background-color: #000 !important;
}
body.white-header header.active .navigation-misc .telephone {
  color: #000 !important;
}
body.white-header header.top.active {
  background: transparent;
}
body.white-header header.top.active .logo-white {
  display: block;
}
body.white-header header.top.active .logo-black {
  display: none;
}
body.white-header header.top.active .navigation ul .menu-item a {
  color: #fff !important;
}
body.white-header header.top.active .navigation ul .menu-item a::after {
  background-color: #292663 !important;
}
body.white-header header.top.active .navigation ul .menu-item.menu-item-has-children .sub-menu li a {
  color: #000 !important;
}
body.white-header header.top.active .hamburger-btn span {
  background-color: #fff !important;
}
body.white-header header.top.active .navigation-misc .telephone {
  color: #fff !important;
}
body.white-header header .logo-black {
  display: none;
}
body.white-header header .navigation ul .menu-item a {
  color: #fff !important;
}
body.white-header header .navigation ul .menu-item a::after {
  background-color: #292663 !important;
}
body.white-header header .navigation ul .menu-item.menu-item-has-children .sub-menu li a {
  color: #000 !important;
}
body.white-header header .hamburger-btn span {
  background-color: #fff !important;
}
body.white-header header .navigation-misc .telephone {
  color: #fff !important;
}

#scrollToTop {
  position: fixed;
  bottom: 0.6rem;
  right: 0.8rem;
  background-color: #8132A7;
  z-index: 99;
  border-radius: 50%;
  border: none;
  transform: rotateZ(90deg);
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #scrollToTop {
    bottom: 0.3rem;
    right: 0.2rem;
  }
}
#scrollToTop svg {
  width: 0.3rem;
  height: 0.3rem;
}

.footer .main-lower-footer-wrapper {
  padding-bottom: 0.95rem;
  padding-top: 3.6rem;
  background: #F9FAFC;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer .main-lower-footer-wrapper {
    padding-top: 2.3rem;
    padding-bottom: 0.5rem;
  }
}
.footer .main-lower-footer-wrapper.no-padding {
  padding-top: 0.8rem;
}
.footer .main-lower-footer-wrapper .pink-deco {
  width: 5.05rem;
  height: 5.05rem;
  border-radius: 5.05rem;
  background: radial-gradient(50% 50% at 50% 50%, #F9EBFF 57.15%, rgba(249, 235, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: calc(50% - 8rem);
}
@media screen and (max-width: 768px) {
  .footer .main-lower-footer-wrapper .pink-deco {
    display: none;
  }
}
.footer .main-lower-footer-wrapper .blue-deco {
  width: 6.85rem;
  height: 6.85rem;
  border-radius: 6.85rem;
  background: radial-gradient(50% 50% at 50% 50%, #E9F9FF 57.15%, rgba(233, 249, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  right: calc(50% - 8rem);
}
@media screen and (max-width: 768px) {
  .footer .main-lower-footer-wrapper .blue-deco {
    width: 4.85rem;
    height: 4.85rem;
    border-radius: 4.85rem;
    right: calc(50% - 4rem);
  }
}
.footer .main-upper-footer-wrapper {
  margin-bottom: -1.8rem;
  position: relative;
  z-index: 9;
}
.footer .main-upper-footer-wrapper.no-padding {
  margin-bottom: 0;
}
.footer .footer-wrapper {
  position: relative;
  z-index: 1;
}
.footer .footer-wrapper .first-level {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.27rem;
  margin-bottom: 0.4rem;
  border-bottom: 1px solid #E9ECF2;
}
@media screen and (max-width: 768px) {
  .footer .footer-wrapper .first-level {
    flex-wrap: wrap;
  }
}
.footer .footer-wrapper .first-level .logo-wrapper {
  width: 1.53rem;
  height: auto;
}
.footer .footer-wrapper .first-level .contact-info {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer .footer-wrapper .first-level .contact-info {
    justify-content: space-between;
  }
}
.footer .footer-wrapper .first-level .contact-info .footer-tel {
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
  margin-right: 0.3rem;
}
.footer .footer-wrapper .first-level .contact-info .btn-mail::after {
  background-image: url(../js/5f2cdd0db63a039702b0.svg);
}
.footer .footer-wrapper .second-level {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 0.7rem;
}
@media screen and (max-width: 768px) {
  .footer .footer-wrapper .second-level {
    flex-wrap: wrap;
    gap: 0.3rem;
  }
}
.footer .footer-wrapper .second-level .column-title {
  font-size: 0.18rem;
  line-height: 1.2;
  font-weight: 700;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 768px) {
  .footer .footer-wrapper .second-level .column-title {
    padding-bottom: 0.1rem;
  }
}
.footer .footer-wrapper .second-level .column-link-item a {
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  color: #000;
}
.footer .footer-wrapper .second-level .column-link-item a:hover::before, .footer .footer-wrapper .second-level .column-link-item a:hover::after {
  width: 50%;
}
.footer .footer-wrapper .second-level .column-link-item a::before {
  content: "";
  display: block;
  width: 0;
  height: 0.01rem;
  position: absolute;
  bottom: 0;
  right: 50%;
  background: #000;
  transition: 300ms cubic-bezier(0.51, 0.01, 0.2, 1);
}
.footer .footer-wrapper .second-level .column-link-item a::after {
  content: "";
  display: block;
  width: 0;
  height: 0.01rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #000;
  transition: 300ms cubic-bezier(0.51, 0.01, 0.2, 1);
}
@media screen and (max-width: 768px) {
  .footer .footer-wrapper .second-level .column-link-item a {
    padding-bottom: 0;
  }
}
.footer .footer-wrapper .second-level .column-link-item.child a {
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 0.18rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.04rem;
  transition: 300ms ease-in-out;
}
.footer .footer-wrapper .second-level .column-link-item.child a svg {
  width: 0.06rem;
  height: 0.08rem;
}
.footer .footer-wrapper .second-level .column-link-item.child a:hover {
  color: #8132A7;
}
.footer .footer-wrapper .second-level .column-link-item.child a::before {
  display: none;
}
.footer .footer-wrapper .second-level .column-link-item.child a::after {
  display: none;
}
.footer .footer-wrapper .second-level .first-column {
  max-width: 2.89rem;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .footer .footer-wrapper .second-level .first-column {
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }
}
.footer .footer-wrapper .second-level .first-column .big-column-title {
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 0.3rem;
}
.footer .footer-wrapper .second-level .first-column .form-wrapper {
  position: relative;
}
.footer .footer-wrapper .second-level .first-column .form-wrapper .gform_title {
  display: none;
}
.footer .footer-wrapper .second-level .first-column .form-wrapper .gform_submission_error {
  letter-spacing: 1px;
}
.footer .footer-wrapper .second-level .first-column .form-wrapper .gform_validation_errors {
  visibility: hidden;
  padding: 0;
  margin: 0;
}
.footer .footer-wrapper .second-level .first-column .form-wrapper .validation_message {
  position: absolute;
  top: -0.3rem;
}
.footer .footer-wrapper .second-level .first-column .form-wrapper form {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .footer .footer-wrapper .second-level .first-column .form-wrapper form {
    width: 100%;
  }
  .footer .footer-wrapper .second-level .first-column .form-wrapper form .gform-body {
    width: 100%;
  }
}
.footer .footer-wrapper .second-level .first-column .form-wrapper form input[type=email] {
  padding-top: 0.1rem;
  padding-bottom: 0.15rem;
  padding-left: 0;
  border: none;
  border-bottom: 1px solid #E4E4E7;
  background: transparent;
}
.footer .footer-wrapper .second-level .first-column .form-wrapper form input[type=email]::-moz-placeholder {
  font-size: 0.16rem;
  color: #757B8A;
  line-height: 1.6;
  font-weight: 500;
  font-family: "Satoshi", sans-serif;
}
.footer .footer-wrapper .second-level .first-column .form-wrapper form input[type=email]::placeholder {
  font-size: 0.16rem;
  color: #757B8A;
  line-height: 1.6;
  font-weight: 500;
  font-family: "Satoshi", sans-serif;
}
.footer .footer-wrapper .second-level .first-column .form-wrapper form input[type=email]::-webkit-input-placeholder, .footer .footer-wrapper .second-level .first-column .form-wrapper form input[type=email]::-moz-placeholder, .footer .footer-wrapper .second-level .first-column .form-wrapper form input[type=email]:-ms-input-placeholder, .footer .footer-wrapper .second-level .first-column .form-wrapper form input[type=email]:-moz-placeholder {
  font-size: 0.16rem;
  color: #757B8A;
  line-height: 1.6;
  font-weight: 500;
}
.footer .footer-wrapper .second-level .first-column .form-wrapper form input[type=email]:focus-visible {
  outline: none;
}
.footer .footer-wrapper .second-level .first-column .form-wrapper form .gform_footer {
  margin: 0;
  padding: 0;
}
.footer .footer-wrapper .second-level .first-column .form-wrapper form .gform_footer .gform_image_button {
  margin: 0;
}
.footer .footer-wrapper .second-level .second-column {
  max-width: 1.71rem;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .footer .footer-wrapper .second-level .second-column {
    max-width: 100%;
    width: calc(50% - 0.3rem);
    margin-right: 0;
  }
}
.footer .footer-wrapper .second-level .third-column {
  max-width: 1.55rem;
  margin-right: 0.8rem;
}
@media screen and (max-width: 768px) {
  .footer .footer-wrapper .second-level .third-column {
    max-width: 100%;
    width: calc(50% - 0.3rem);
    margin-right: 0;
  }
}
.footer .footer-wrapper .second-level .fourth-column {
  max-width: 1.32rem;
}
@media screen and (max-width: 768px) {
  .footer .footer-wrapper .second-level .fourth-column {
    max-width: 100%;
    width: calc(50% - 0.3rem);
  }
}
.footer .footer-wrapper .third-level {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer .footer-wrapper .third-level {
    flex-direction: column;
    justify-content: unset;
  }
}
.footer .footer-wrapper .third-level .social-icons {
  display: flex;
  gap: 0.3rem;
}
@media screen and (max-width: 768px) {
  .footer .footer-wrapper .third-level .social-icons {
    justify-content: center;
    padding-top: 0.3rem;
  }
}
.footer .footer-wrapper .third-level .social-icons .social-icon {
  width: 0.2rem;
  height: auto;
}
.footer .footer-wrapper .third-level .gdpr-menu ul {
  display: flex;
  gap: 0.3rem;
}
@media screen and (max-width: 768px) {
  .footer .footer-wrapper .third-level .gdpr-menu ul {
    justify-content: center;
  }
}
.footer .footer-wrapper .third-level .gdpr-menu ul .single-item a {
  font-size: 0.16rem;
  line-height: 1.6;
  font-weight: 500;
  color: #000;
}
.footer .svg-deco {
  position: absolute;
  right: calc(50% - 6.8rem);
  bottom: 0;
  width: 6.32rem;
  height: auto;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .footer .svg-deco {
    right: calc(50% - 3.5rem);
    bottom: 0;
    width: 4.22rem;
  }
}
.footer .footer-cta-wrapper .footer-cta {
  background: #E5E5F6;
  padding: 0.8rem;
  padding-bottom: 1.1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer .footer-cta-wrapper .footer-cta {
    padding: 0.4rem 0.2rem;
  }
}
.footer .footer-cta-wrapper .footer-cta .info-text {
  max-width: 6rem;
}
.footer .footer-cta-wrapper .footer-cta .info-text .footer-cta-title {
  padding-bottom: 0.48rem;
}
.footer .footer-cta-wrapper .phone-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 7.16rem;
}
@media screen and (max-width: 768px) {
  .footer .footer-cta-wrapper .phone-img {
    width: 2.5rem;
  }
}
.footer .footer-form-wrapper {
  position: relative;
  overflow: hidden;
}
.footer .footer-form-wrapper .footer-cta {
  background: #E5E5F6;
  padding: 0.8rem;
  padding-bottom: 1.1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer .footer-form-wrapper .footer-cta {
    padding: 0.4rem 0.2rem;
  }
}
.footer .footer-form-wrapper .footer-cta .form-wrapper {
  max-width: 8.2rem;
  position: relative;
  z-index: 5;
}
.footer .footer-form-wrapper .footer-cta .form-wrapper .gform_validation_errors {
  display: none;
}
.footer .footer-form-wrapper .footer-cta .form-wrapper .gfield_validation_message {
  display: none;
}
.footer .footer-form-wrapper .footer-cta .form-wrapper .gform_confirmation_message {
  font-size: 0.5rem;
  line-height: 1.1;
  max-width: 80%;
}
.footer .footer-form-wrapper .footer-cta .form-wrapper .gfield_error {
  border: 1px solid red !important;
}
.footer .footer-form-wrapper .footer-cta .form-wrapper .gform_submission_error {
  letter-spacing: 1px;
}
.footer .footer-form-wrapper .footer-cta .form-wrapper .footer-cta-title {
  padding-bottom: 0.48rem;
}
.footer .footer-form-wrapper .footer-cta .form-wrapper .gform_heading {
  display: none;
}
.footer .footer-form-wrapper .footer-cta .form-wrapper form {
  max-width: 7.76rem;
}
.footer .footer-form-wrapper .footer-cta .form-wrapper form .gfield {
  background-color: white;
  padding: 0.12rem 0.22rem 0.15rem 0.22rem;
  border-radius: 0.08rem;
}
.footer .footer-form-wrapper .footer-cta .form-wrapper form .gfield--type-consent {
  background-color: transparent;
  padding-left: 0;
}
.footer .footer-form-wrapper .footer-cta .form-wrapper form .gfield--type-consent label {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #000;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  padding-right: 0.67rem;
}
.footer .footer-form-wrapper .footer-cta .form-wrapper form .gfield--type-consent label a {
  color: #000;
  text-decoration: underline;
}
.footer .footer-form-wrapper .footer-cta .form-wrapper form .gfield--type-consent .ginput_container_consent {
  display: flex;
  align-items: flex-start;
}
.footer .footer-form-wrapper .footer-cta .form-wrapper form .gfield--type-consent input {
  position: relative;
  width: 0.2rem;
  height: 0.24rem;
  flex-shrink: 0;
  margin-right: 0.16rem;
}
.footer .footer-form-wrapper .footer-cta .form-wrapper form .gfield--type-consent input::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 0.08rem;
  background: #fff;
  transition: 300ms cubic-bezier(0.51, 0.01, 0.2, 1);
  transform: translate(-50%, -50%);
}
.footer .footer-form-wrapper .footer-cta .form-wrapper form .gfield--type-consent input:checked::after {
  background: #8132A7;
}
.footer .footer-form-wrapper .footer-cta .form-wrapper form label {
  font-size: 0.1rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.016rem;
}
.footer .footer-form-wrapper .footer-cta .form-wrapper form textarea {
  height: 1.4rem;
}
.footer .footer-form-wrapper .footer-cta .form-wrapper form input, .footer .footer-form-wrapper .footer-cta .form-wrapper form textarea {
  border: none;
  padding: 0;
  font-size: 0.15rem;
  color: #000;
  line-height: 0.26rem;
  font-weight: 700;
  font-family: "Satoshi", sans-serif;
}
.footer .footer-form-wrapper .footer-cta .form-wrapper form input:focus-visible, .footer .footer-form-wrapper .footer-cta .form-wrapper form textarea:focus-visible {
  outline: none;
}
.footer .footer-form-wrapper .footer-cta .form-wrapper form input::-moz-placeholder, .footer .footer-form-wrapper .footer-cta .form-wrapper form textarea::-moz-placeholder {
  border: none;
  padding: 0;
  font-size: 0.15rem;
  color: #000;
  line-height: 0.26rem;
  font-weight: 700;
  font-family: "Satoshi", sans-serif;
  opacity: 0.5;
}
.footer .footer-form-wrapper .footer-cta .form-wrapper form input::placeholder, .footer .footer-form-wrapper .footer-cta .form-wrapper form textarea::placeholder {
  border: none;
  padding: 0;
  font-size: 0.15rem;
  color: #000;
  line-height: 0.26rem;
  font-weight: 700;
  font-family: "Satoshi", sans-serif;
  opacity: 0.5;
}
.footer .footer-form-wrapper .footer-cta .form-wrapper form input::-webkit-input-placeholder, .footer .footer-form-wrapper .footer-cta .form-wrapper form input::-moz-placeholder, .footer .footer-form-wrapper .footer-cta .form-wrapper form input:-ms-input-placeholder, .footer .footer-form-wrapper .footer-cta .form-wrapper form input:-moz-placeholder, .footer .footer-form-wrapper .footer-cta .form-wrapper form textarea::-webkit-input-placeholder, .footer .footer-form-wrapper .footer-cta .form-wrapper form textarea::-moz-placeholder, .footer .footer-form-wrapper .footer-cta .form-wrapper form textarea:-ms-input-placeholder, .footer .footer-form-wrapper .footer-cta .form-wrapper form textarea:-moz-placeholder {
  border: none;
  padding: 0;
  font-size: 0.15rem;
  color: #000;
  line-height: 0.26rem;
  font-weight: 700;
  font-family: "Satoshi", sans-serif;
  opacity: 0.5;
}
.footer .footer-form-wrapper .footer-cta .form-wrapper form .gfield_required {
  display: none;
}
.footer .footer-form-wrapper .footer-cta .form-wrapper form input[type=submit], .footer .footer-form-wrapper .footer-cta .form-wrapper form button[type=submit] {
  padding: 0.16rem 0.24rem;
  margin-top: 0.11rem;
  border-radius: 0.08rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1.5;
  background: #8132A7;
  cursor: pointer;
}
.footer .footer-form-wrapper .footer-cta .form-wrapper form input[type=submit]::after, .footer .footer-form-wrapper .footer-cta .form-wrapper form button[type=submit]::after {
  content: "";
  background-image: url(../js/c5ce71aeae4ca14dd783.svg);
  width: 0.24rem;
  height: 0.24rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.12rem;
}
.footer .footer-form-wrapper .footer-cta .form-wrapper form .gform_footer {
  margin: 0;
  padding: 0;
}
.footer .footer-form-wrapper .phone-img {
  position: absolute;
  bottom: 0;
  right: -0.6rem;
  z-index: 0;
  width: 7.6rem;
}
@media screen and (max-width: 768px) {
  .footer .footer-form-wrapper .phone-img {
    display: none;
  }
}

.wpml-ls-statics-footer {
  display: none;
}

.eur-to-kn {
  margin-top: 0.12rem;
  font-size: 0.16rem;
}

.btn {
  padding: 0.16rem 0.24rem;
  border-radius: 0.08rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1.5;
  transition: 300ms cubic-bezier(0.51, 0.01, 0.2, 1);
  position: relative;
}
.btn::after {
  content: "";
  background-image: url(../js/c5ce71aeae4ca14dd783.svg);
  width: 0.24rem;
  height: 0.24rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.12rem;
}
.btn.primary {
  background: #8132A7;
}
.btn.primary:hover {
  color: #fff;
  background: #652683;
}
.btn.secondary {
  background: #000;
}
.btn.secondary:hover {
  color: #fff;
  background: #8132A7;
}
.btn.tertiary {
  background: #3297D4;
}
.btn.tertiary:hover {
  background: #226a95;
}

.disabled-btn {
  pointer-events: none;
  opacity: 0.7;
}

.post-card {
  position: relative;
  width: 3.8rem;
}
@media screen and (max-width: 768px) {
  .post-card {
    width: 100%;
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.post-card .img-wrapper {
  aspect-ratio: 2/1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .post-card .img-wrapper {
    aspect-ratio: 2/1;
    max-width: 100%;
  }
}
.post-card .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 300ms cubic-bezier(0.51, 0.01, 0.2, 1);
}
.post-card .card-body .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.24rem;
  padding-bottom: 0.16rem;
}
.post-card .card-body .info p {
  color: #999;
  font-size: 0.12rem;
  line-height: 0.2rem;
  letter-spacing: 0.0096rem;
  font-weight: 700;
  text-transform: uppercase;
}
.post-card .card-body .info .seperator {
  margin: 0 0.04rem;
}
.post-card .card-body .title {
  color: #000;
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 0.36rem;
  letter-spacing: 0;
}
.post-card .card-body .excerpt {
  font-size: 0.2rem;
  line-height: 1.8;
  margin-top: 0.16rem;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-card .card-body .cat-author {
  display: flex;
}
.post-card .stretched-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.post-card:hover .img-wrapper img {
  transform: scale(1.1);
}

.vbox-overlay {
  --vbox-tools-color:#fff;
  --vbox-title-background:#101010;
  --vbox-title-width:"auto";
  --vbox-title-radius:0;
  --vbox-share-background:#101010;
  --vbox-share-width:"auto";
  --vbox-share-radius:0;
  --vbox-padding:0;
}

.vbox-overlay *, .vbox-overlay :after, .vbox-overlay :before {
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}

.vbox-overlay * {
  backface-visibility: visible;
}

.vbox-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
}

.vbox-share, .vbox-title {
  line-height: 1;
  position: fixed;
  z-index: 98;
  text-align: center;
  margin: 0 auto;
  color: var(--vbox-tools-color);
}

.vbox-title {
  font-size: 12px;
  background-color: var(--vbox-title-background);
  width: var(--vbox-title-width);
  border-radius: var(--vbox-title-radius);
  padding: 12px 54px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.vbox-share {
  font-size: 24px;
  padding: 0 0.35em;
  background-color: var(--vbox-share-background);
  width: var(--vbox-share-width);
  border-radius: var(--vbox-share-radius);
}

.vbox-link-btn, button.vbox-link-btn, button.vbox-link-btn:active, button.vbox-link-btn:focus, button.vbox-link-btn:hover {
  border: none !important;
  background: 0 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  padding: 6px 12px;
  outline: 0;
  display: inline-block;
  cursor: pointer;
}

.vbox-share a {
  color: inherit !important;
  padding: 6px 12px;
  display: inline-block;
}

.vbox-share svg {
  z-index: 10;
  vertical-align: middle;
}

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  padding: 6px 15px;
  color: #000;
  color: var(--vbox-tools-color);
  border: 0;
  font-size: 24px;
  display: flex;
  align-items: center;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.vbox-close:hover {
  opacity: 1;
}

.vbox-left-corner {
  cursor: pointer;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  line-height: 1;
  font-size: 12px;
  z-index: 99;
  display: flex;
  align-items: center;
  color: var(--vbox-tools-color);
}

.vbox-num {
  display: inline-block;
  padding: 12px 15px;
}

.vbox-left {
  left: 0;
}

.vbox-right {
  right: 0;
}

.vbox-top {
  top: 0;
}

.vbox-bottom {
  bottom: 0;
}

.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 99;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.vbox-next:hover, .vbox-prev:hover {
  opacity: 1;
}

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: var(--vbox-tools-color);
  border-right-color: var(--vbox-tools-color);
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev {
  left: 15px;
}

.vbox-next {
  right: 15px;
}

.vbox-prev span {
  left: 10px;
  transform: rotate(-135deg);
}

.vbox-next span {
  transform: rotate(45deg);
  right: 10px;
}

.vbox-inline, .venoratio {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.venoratio::before {
  display: block;
  padding-top: var(--vb-aspect-ratio);
  content: "";
}

.venoratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--vbox-padding);
}

.venoratio-1x1 {
  --vb-aspect-ratio:100%;
}

.venoratio-4x3 {
  --vb-aspect-ratio:calc(3 / 4 * 100%);
}

.venoratio-16x9 {
  --vb-aspect-ratio:calc(9 / 16 * 100%);
}

.venoratio-21x9 {
  --vb-aspect-ratio:calc(9 / 21 * 100%);
}

.venoratio-full {
  --vb-aspect-ratio:calc(100vh - 100px);
}

.vbox-child.vbox-inline, .vbox-child.venoratio {
  max-width: 100%;
}

.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
  padding: 30px 0;
}

.vbox-content {
  opacity: 0;
}

.vbox-content {
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 4%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

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

.vbox-child {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  text-align: initial;
  padding: var(--vbox-padding);
}

.vbox-child img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: block;
}

.vbox-grab .vbox-child img {
  cursor: grab;
}

.vbox-child > iframe {
  border: none !important;
}

.vbox-content.swipe-left {
  margin-left: -200px !important;
}

.vbox-content.swipe-right {
  margin-left: 200px !important;
}

.vbox-preloader {
  transform: translateZ(0);
}

.vbox-preloader .vbox-preloader-inner {
  opacity: 1;
  transition: opacity 0.2s;
}

.vbox-hidden {
  display: none;
}

.vbox-preloader.vbox-hidden .vbox-preloader-inner {
  opacity: 0;
}

.vbox-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(-1px);
  z-index: 0;
}

.vbox-tooltip {
  position: relative;
  display: inline-block;
}

.vbox-tooltip .vbox-tooltip-text {
  visibility: hidden;
  color: #fff;
  text-align: center;
  padding: 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
  margin-bottom: 2px;
  font-family: sans-serif;
}

.vbox-top .vbox-tooltip .vbox-tooltip-text {
  bottom: auto;
  top: 100%;
  margin-bottom: 0;
  margin-top: 2px;
}

.vbox-tooltip-inner {
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 6px;
  font-size: 10px;
}

.vbox-tooltip:hover .vbox-tooltip-text {
  visibility: visible;
  opacity: 1;
}

.vbox-overlay {
  --sk-size:40px;
  --sk-color:#333;
}

.sk-center {
  margin: auto;
}

.sk-plane {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  animation: sk-plane 1.2s infinite ease-in-out;
}

@keyframes sk-plane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sk-chase {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  100%, 80% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  0%, 100% {
    transform: scale(1);
  }
}
.sk-bounce {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-bounce-dot {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--sk-color);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.sk-bounce-dot:nth-child(2) {
  animation-delay: -1s;
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }
  45%, 55% {
    transform: scale(1);
  }
}
.sk-wave {
  width: var(--sk-size);
  height: var(--sk-size);
  display: flex;
  justify-content: space-between;
}

.sk-wave-rect {
  background-color: var(--sk-color);
  height: 100%;
  width: 15%;
  animation: sk-wave 1.2s infinite ease-in-out;
}

.sk-wave-rect:nth-child(1) {
  animation-delay: -1.2s;
}

.sk-wave-rect:nth-child(2) {
  animation-delay: -1.1s;
}

.sk-wave-rect:nth-child(3) {
  animation-delay: -1s;
}

.sk-wave-rect:nth-child(4) {
  animation-delay: -0.9s;
}

.sk-wave-rect:nth-child(5) {
  animation-delay: -0.8s;
}

@keyframes sk-wave {
  0%, 100%, 40% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
.sk-pulse {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-pulse 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@keyframes sk-pulse {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.sk-flow {
  width: calc(var(--sk-size) * 1.3);
  height: calc(var(--sk-size) * 1.3);
  display: flex;
  justify-content: space-between;
}

.sk-flow-dot {
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 50%;
  animation: sk-flow 1.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite both;
}

.sk-flow-dot:nth-child(1) {
  animation-delay: -0.3s;
}

.sk-flow-dot:nth-child(2) {
  animation-delay: -0.15s;
}

@keyframes sk-flow {
  0%, 100%, 80% {
    transform: scale(0.3);
  }
  40% {
    transform: scale(1);
  }
}
.sk-swing {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-swing 1.8s infinite linear;
}

.sk-swing-dot {
  width: 45%;
  height: 45%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-swing-dot 2s infinite ease-in-out;
}

.sk-swing-dot:nth-child(2) {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes sk-swing {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-swing-dot {
  0%, 100% {
    transform: scale(0.2);
  }
  50% {
    transform: scale(1);
  }
}
.sk-circle {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-circle-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle 1.2s infinite ease-in-out both;
}

.sk-circle-dot:nth-child(1) {
  transform: rotate(30deg);
}

.sk-circle-dot:nth-child(2) {
  transform: rotate(60deg);
}

.sk-circle-dot:nth-child(3) {
  transform: rotate(90deg);
}

.sk-circle-dot:nth-child(4) {
  transform: rotate(120deg);
}

.sk-circle-dot:nth-child(5) {
  transform: rotate(150deg);
}

.sk-circle-dot:nth-child(6) {
  transform: rotate(180deg);
}

.sk-circle-dot:nth-child(7) {
  transform: rotate(210deg);
}

.sk-circle-dot:nth-child(8) {
  transform: rotate(240deg);
}

.sk-circle-dot:nth-child(9) {
  transform: rotate(270deg);
}

.sk-circle-dot:nth-child(10) {
  transform: rotate(300deg);
}

.sk-circle-dot:nth-child(11) {
  transform: rotate(330deg);
}

.sk-circle-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-circle-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-circle-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-circle-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-circle-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-circle-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

.sk-circle-dot:nth-child(7):before {
  animation-delay: -0.5s;
}

.sk-circle-dot:nth-child(8):before {
  animation-delay: -0.4s;
}

.sk-circle-dot:nth-child(9):before {
  animation-delay: -0.3s;
}

.sk-circle-dot:nth-child(10):before {
  animation-delay: -0.2s;
}

.sk-circle-dot:nth-child(11):before {
  animation-delay: -0.1s;
}

@keyframes sk-circle {
  0%, 100%, 80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.sk-circle-fade {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-circle-fade-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle-fade-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle-fade 1.2s infinite ease-in-out both;
}

.sk-circle-fade-dot:nth-child(1) {
  transform: rotate(30deg);
}

.sk-circle-fade-dot:nth-child(2) {
  transform: rotate(60deg);
}

.sk-circle-fade-dot:nth-child(3) {
  transform: rotate(90deg);
}

.sk-circle-fade-dot:nth-child(4) {
  transform: rotate(120deg);
}

.sk-circle-fade-dot:nth-child(5) {
  transform: rotate(150deg);
}

.sk-circle-fade-dot:nth-child(6) {
  transform: rotate(180deg);
}

.sk-circle-fade-dot:nth-child(7) {
  transform: rotate(210deg);
}

.sk-circle-fade-dot:nth-child(8) {
  transform: rotate(240deg);
}

.sk-circle-fade-dot:nth-child(9) {
  transform: rotate(270deg);
}

.sk-circle-fade-dot:nth-child(10) {
  transform: rotate(300deg);
}

.sk-circle-fade-dot:nth-child(11) {
  transform: rotate(330deg);
}

.sk-circle-fade-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-circle-fade-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-circle-fade-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-circle-fade-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-circle-fade-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-circle-fade-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

.sk-circle-fade-dot:nth-child(7):before {
  animation-delay: -0.5s;
}

.sk-circle-fade-dot:nth-child(8):before {
  animation-delay: -0.4s;
}

.sk-circle-fade-dot:nth-child(9):before {
  animation-delay: -0.3s;
}

.sk-circle-fade-dot:nth-child(10):before {
  animation-delay: -0.2s;
}

.sk-circle-fade-dot:nth-child(11):before {
  animation-delay: -0.1s;
}

@keyframes sk-circle-fade {
  0%, 100%, 39% {
    opacity: 0;
    transform: scale(0.6);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
}
.sk-grid {
  width: var(--sk-size);
  height: var(--sk-size);
}

.sk-grid-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: var(--sk-color);
  float: left;
  animation: sk-grid 1.3s infinite ease-in-out;
}

.sk-grid-cube:nth-child(1) {
  animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(2) {
  animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(3) {
  animation-delay: 0.4s;
}

.sk-grid-cube:nth-child(4) {
  animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(5) {
  animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(6) {
  animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(7) {
  animation-delay: 0s;
}

.sk-grid-cube:nth-child(8) {
  animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(9) {
  animation-delay: 0.2s;
}

@keyframes sk-grid {
  0%, 100%, 70% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
.sk-fold {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  transform: rotateZ(45deg);
}

.sk-fold-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
}

.sk-fold-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sk-color);
  animation: sk-fold 2.4s infinite linear both;
  transform-origin: 100% 100%;
}

.sk-fold-cube:nth-child(2) {
  transform: scale(1.1) rotateZ(90deg);
}

.sk-fold-cube:nth-child(4) {
  transform: scale(1.1) rotateZ(180deg);
}

.sk-fold-cube:nth-child(3) {
  transform: scale(1.1) rotateZ(270deg);
}

.sk-fold-cube:nth-child(2):before {
  animation-delay: 0.3s;
}

.sk-fold-cube:nth-child(4):before {
  animation-delay: 0.6s;
}

.sk-fold-cube:nth-child(3):before {
  animation-delay: 0.9s;
}

@keyframes sk-fold {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%, 90% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.sk-wander {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-wander-cube {
  background-color: var(--sk-color);
  width: 20%;
  height: 20%;
  position: absolute;
  top: 0;
  left: 0;
  --sk-wander-distance:calc(var(--sk-size) * 0.75);
  animation: sk-wander 2s ease-in-out -2s infinite both;
}

.sk-wander-cube:nth-child(2) {
  animation-delay: -0.5s;
}

.sk-wander-cube:nth-child(3) {
  animation-delay: -1s;
}

@keyframes sk-wander {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: translateX(var(--sk-wander-distance)) rotate(-90deg) scale(0.6);
  }
  50% {
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg);
  }
  50.1% {
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(0.6);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.post-intro {
  padding-top: 1.94rem;
  position: relative;
  max-width: 14.4rem;
  margin: auto;
}
.post-intro .post-distance {
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .post-intro {
    padding-top: 1.4rem;
  }
}
.post-intro .title {
  padding-bottom: 0.4rem;
}
.post-intro .svg-deco-line {
  left: calc(50% - 12rem);
  top: 1.2rem;
}
.post-intro .post-info {
  display: flex;
}
.post-intro .post-info p::after {
  content: "|";
  display: inline-block;
  margin: 0 0.08rem;
  font-weight: 700;
}
.post-intro .post-info p:last-child::after {
  display: none;
}
.post-intro .featured-img-wrap {
  max-width: 13.2rem;
  margin-left: auto;
  padding-top: 0.4rem;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .post-intro .featured-img-wrap {
    padding-bottom: 0.4rem;
  }
}
.post-intro .featured-img-wrap img {
  width: 100%;
}

.post-content {
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .post-content {
    padding-bottom: 0.6rem;
  }
}
.post-content .lightbox-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 0.06rem;
}
.post-content .lightbox-gallery a {
  width: 50%;
}
.post-content .lightbox-gallery a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.post-content .lightbox-gallery.lightbox-gallery-1 a {
  width: 100%;
}
.post-content .lightbox-gallery.lightbox-gallery-2 a {
  width: calc(50% - 0.06rem);
}
.post-content .lightbox-gallery.lightbox-gallery-3 a {
  width: calc(33.33% - 0.06rem);
}
.post-content .lightbox-gallery.lightbox-gallery-4 a {
  width: calc(25% - 0.06rem);
}
.post-content .lightbox-gallery.lightbox-gallery-5 a {
  width: calc(20% - 0.06rem);
}
.post-content .lightbox-gallery.lightbox-gallery-6 a {
  width: calc(16.66% - 0.06rem);
}
.post-content .lightbox-gallery.lightbox-gallery-7 a {
  width: calc(14.28% - 0.06rem);
}
.post-content .lightbox-gallery.lightbox-gallery-8 a {
  width: calc(12.5% - 0.06rem);
}
.post-content .lightbox-gallery.lightbox-gallery-9 a {
  width: calc(11.11% - 0.06rem);
}
.post-content .content {
  max-width: 7.86rem;
  margin: auto;
}
.post-content .content ul {
  list-style-type: disc;
  padding-left: 0.2rem;
}
.post-content .content ol {
  list-style-type: decimal;
  padding-left: 0.2rem;
}
.post-content .content figure {
  width: 100% !important;
  margin: 0.2rem auto;
  text-align: center;
}
.post-content .content p + p, .post-content .content p + h2, .post-content .content p + h3, .post-content .content p + h4, .post-content .content p + h5, .post-content .content p + h6 {
  margin-bottom: 0.2rem;
}
.post-content .content li + li {
  margin-bottom: 0.2rem;
}
.post-content .content p {
  margin-bottom: 0.2rem;
}
.post-content .content a {
  color: #000;
  text-decoration: underline;
}
.post-content .content figcaption {
  font-size: 0.14rem;
  line-height: 1.2;
}
.post-content .comments-area .comment-title {
  padding: 2em 0;
  font-family: "Satoshi", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 19px;
  color: #151d28;
}
.post-content .comments-area .comment-list li {
  border-bottom: 1px solid #eee;
}
.post-content .comments-area .comment-list li .children {
  margin-left: 2em;
}
.post-content .comments-area .comment-list li .children .comment {
  border-bottom: 0;
}
.post-content .comments-area .comment-list li .comment-body {
  padding: 1em 0;
}
.post-content .comments-area .comment-list li .comment-body .comment-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #8132A7;
  justify-content: space-between;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .post-content .comments-area .comment-list li .comment-body .comment-meta {
    align-items: flex-start;
    flex-direction: column;
  }
}
.post-content .comments-area .comment-list li .comment-body .comment-meta .comment-author {
  font-family: "Satoshi", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 19px;
}
.post-content .comments-area .comment-list li .comment-body .comment-meta .comment-author img {
  margin-right: 20px;
  border-radius: 50%;
  vertical-align: middle;
  height: auto;
  max-width: 100%;
}
.post-content .comments-area .comment-list li .comment-body .comment-meta .comment-author .fn a {
  text-decoration: none;
  color: #8132A7;
  margin-bottom: 5px;
}
.post-content .comments-area .comment-list li .comment-body .comment-meta .comment-author .says {
  display: none;
}
.post-content .comments-area .comment-list li .comment-body .comment-meta .comment-metadata a {
  font-weight: 400;
  text-decoration: none;
  color: #8132A7;
  margin-bottom: 5px;
}
.post-content .comments-area .comment-list li .comment-body .comment-meta .comment-metadata .edit-link {
  margin-left: 20px;
}
.post-content .comments-area .comment-list li .comment-body .comment-meta .comment-info {
  display: flex;
  flex-direction: column;
  font-family: "Satoshi", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 19px;
}
.post-content .comments-area .comment-list li .comment-body .comment-meta .comment-info a {
  text-decoration: none;
  color: #8132A7;
  margin-bottom: 5px;
}
.post-content .comments-area .comment-list li .comment-body .comment-meta .comment-info .date {
  font-weight: 400;
}
.post-content .comments-area .comment-list li .comment-body .comment-content {
  font-family: "Satoshi", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}
.post-content .comments-area .comment-list li .comment-body .comment-content p {
  margin-bottom: 1.75em;
}
.post-content .comments-area .comment-list li .comment-body .reply {
  display: flex;
  justify-content: flex-end;
}
.post-content .comments-area .comment-list li .comment-body .reply a {
  text-decoration: none;
  color: #8132A7;
}
.post-content .comments-area .comment-respond .comment-reply-title {
  padding-top: 1em;
  font-family: "Satoshi", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #232c38;
}
@media screen and (max-width: 1199px) {
  .post-content .comments-area .comment-respond .comment-reply-title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 991px) {
  .post-content .comments-area .comment-respond .comment-reply-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .post-content .comments-area .comment-respond .comment-reply-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.post-content .comments-area .comment-respond .comment-reply-title small {
  margin-left: 20px;
}
.post-content .comments-area .comment-respond .comment-reply-title small a {
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  color: #8132A7;
}
.post-content .comments-area .comment-respond .logged-in-as {
  margin-bottom: 1.5em;
}
.post-content .comments-area .comment-respond .logged-in-as a {
  text-decoration: none;
  color: #8132A7;
  font-family: "Satoshi", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}
.post-content .comments-area .comment-respond .comment-form .comment-notes {
  padding: 15px 0;
  font-family: "Satoshi", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}
.post-content .comments-area .comment-respond .comment-form label {
  font-family: "Satoshi", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 18px;
  padding-bottom: 10px;
}
.post-content .comments-area .comment-respond .comment-form textarea,
.post-content .comments-area .comment-respond .comment-form input {
  padding: 10px;
  display: block;
  font-family: "Satoshi", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  background-color: #fafafa;
  outline: 0;
  border-width: 0;
  color: #000;
}
.post-content .comments-area .comment-respond .comment-form .comment-form-comment {
  display: flex;
  flex-direction: column;
}
.post-content .comments-area .comment-respond .comment-form .comment-form-url,
.post-content .comments-area .comment-respond .comment-form .comment-form-author,
.post-content .comments-area .comment-respond .comment-form .comment-form-email {
  width: calc(33.3333333333% - 20px);
  display: inline-flex;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .post-content .comments-area .comment-respond .comment-form .comment-form-url,
  .post-content .comments-area .comment-respond .comment-form .comment-form-author,
  .post-content .comments-area .comment-respond .comment-form .comment-form-email {
    width: 100%;
  }
}
.post-content .comments-area .comment-respond .comment-form .comment-form-url input,
.post-content .comments-area .comment-respond .comment-form .comment-form-author input,
.post-content .comments-area .comment-respond .comment-form .comment-form-email input {
  width: 100%;
}
.post-content .comments-area .comment-respond .comment-form .comment-form-email,
.post-content .comments-area .comment-respond .comment-form .comment-form-author {
  margin-right: 22px;
}
@media (max-width: 768px) {
  .post-content .comments-area .comment-respond .comment-form .comment-form-email,
  .post-content .comments-area .comment-respond .comment-form .comment-form-author {
    margin-right: 0px;
  }
}
.post-content .comments-area .comment-respond .form-submit {
  margin: 20px 0 20px;
}
.post-content .comments-area .comment-respond .form-submit .submit {
  padding: 0.16rem 0.24rem;
  border-radius: 0.08rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1.5;
  transition: 300ms cubic-bezier(0.51, 0.01, 0.2, 1);
  position: relative;
  background: #8132A7;
  cursor: pointer;
}
.post-content .comments-area .comment-respond .form-submit .submit::after {
  content: "";
  background-image: url(../js/c5ce71aeae4ca14dd783.svg);
  width: 0.24rem;
  height: 0.24rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.12rem;
}
.post-content .comments-area .comment-respond .form-submit .submit:hover {
  color: #fff;
  background: #652683;
}

.related-posts {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .related-posts {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
.related-posts .cards-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.3rem;
}

.job-hero {
  padding-top: 1.95rem;
  position: relative;
  max-width: 14.4rem;
  margin: auto;
}
.job-hero .svg-deco-line {
  left: calc(50% - 12rem);
  top: 1.35rem;
}
.job-hero .info {
  display: flex;
  padding-bottom: 0.4rem;
}
.job-hero .info .category {
  margin-left: 0.14rem;
}
.job-hero .title {
  padding-bottom: 0.4rem;
}
.job-hero .media-wrapper {
  position: relative;
  max-width: 13.2rem;
  margin-left: auto;
}
.job-hero .media-wrapper .job-hero-img {
  width: 100%;
  height: auto;
  margin-bottom: -11px;
}

.news-archive {
  padding-top: 2.35rem;
  position: relative;
  padding-bottom: 1.2rem;
}
.news-archive .list-all-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.news-archive .categories {
  display: flex;
  gap: 0.15rem;
  padding-bottom: 0.66rem;
  padding-top: 0.66rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .news-archive .categories {
    overflow-x: scroll;
    white-space: nowrap;
  }
}
.news-archive .categories .cat-list_item {
  cursor: pointer;
  background: #000;
  border-radius: 0.08rem;
  padding: 0.14rem 0.22rem;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1.5;
  border: none;
  display: flex;
  align-items: center;
}
.news-archive .categories .cat-list_item.active {
  background: linear-gradient(91deg, #BE93D3 0%, #3196D3 100%);
}
.news-archive .load-more-btn {
  margin: 0 auto;
  margin-top: 0.9rem;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .news-archive .load-more-btn {
    margin-top: 0;
  }
}

.hero-404 {
  min-height: 100vh;
  display: flex;
  position: relative;
}
.hero-404 .container-video {
  margin-top: 2.3rem;
}
.hero-404 .title {
  padding-bottom: 0.4rem;
  letter-spacing: -0.0128rem;
  max-width: 8.8rem;
}
.hero-404 .svg-deco-line.left {
  left: calc(50% - 11.5rem);
  top: 1.8rem;
}
.hero-404 .svg-deco-line.right {
  right: calc(50% - 9.3rem);
  top: 0;
}
.hero-404 .video-wrapper {
  position: absolute;
  top: 1.5rem;
  right: calc(50% - 8.9rem);
}
@media screen and (max-width: 768px) {
  .hero-404 .video-wrapper {
    display: none;
  }
}
@media screen and (min-width: 1500px) {
  .hero-404 .video-wrapper {
    bottom: -1rem;
  }
}
.hero-404 .video-wrapper video {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  mask: url(../js/22fa33a3f304e9ead8dd.svg);
  -webkit-mask: url(../js/22fa33a3f304e9ead8dd.svg);
  -webkit-mask-repeat: no-repeat;
  width: 6.65rem;
  height: 7.9rem;
}

/* Satoshi */
@font-face {
  font-family: "Satoshi";
  src: url(../js/ca3da5fd2b609836ef69.woff) format("woff"), url(../js/9ec05085c4cd2966eba8.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url(../js/2419b46c96ed15331ba2.woff) format("woff"), url(../js/1ffe968245568e8ba1e7.woff2) format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url(../js/a875ff682ee232938607.woff) format("woff"), url(../js/a0e6d25529eab537426c.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
body {
  font-size: 0.2rem;
  font-family: "Satoshi", sans-serif;
  line-height: 0.36rem;
  letter-spacing: -2%;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
  display: block;
  color: #000;
}

html {
  font-size: 6.944vw;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 18vw;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 100px;
  }
}
html.overflow-hidden {
  overflow: hidden;
}

/* default swup transition */
.transition-fade {
  transition: opacity 1000ms cubic-bezier(0.51, 0.01, 0.2, 1);
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}

[data-scrub-fade-reveal-text] .split-lines div {
  transform: translateY(100%);
}

/* ===============================================================================
    =Site css
    for importing base.scss on top of media query doc copy this : @import 'base';
=============================================================================== */
.block {
  display: block;
}

form .gfield.child-dropdown {
  display: none;
}

.vbox-child img {
  max-height: 80vh;
}

.split-lines {
  overflow: hidden;
  padding: 0.1em 0;
  margin: -0.1em 0;
}

.relative {
  position: relative;
}

.d-none {
  display: none;
}

#popupMonri {
  position: fixed;
  right: 0.1rem;
  bottom: 1.2rem;
  z-index: 99;
  width: 3.9rem;
}
#popupMonri::before {
  content: "";
  background-image: linear-gradient(90deg, #BE93D3 35.57%, #3196D3 68.06%, #6695D3 68.06%);
  top: -0.02rem;
  left: -0.024rem;
  bottom: -0.02rem;
  right: -0.02rem;
  position: absolute;
  z-index: -1;
  border-radius: 0.08rem;
}
#popupMonri .svg-popup-deco {
  position: absolute;
  bottom: 0.1rem;
  right: 0.1rem;
  width: 2.4rem;
  height: 2.68rem;
}
#popupMonri .svg-popup-deco svg {
  width: 100%;
  height: 100%;
}
#popupMonri .extra-wrapper {
  position: relative;
}
#popupMonri .popup-wrapper {
  position: relative;
  padding: 0.64rem 0.24rem 0.24rem 0.24rem;
  background: #ffffff;
  border-radius: 0.08rem;
}
#popupMonri #popupClose {
  position: absolute;
  right: 0.24rem;
  top: 0.24rem;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  width: 0.24rem;
  height: 0.24rem;
}
#popupMonri #popupClose svg {
  width: 100%;
  height: 100%;
}
#popupMonri .popup-desc {
  margin: 0.16rem 0;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
#popupMonri .popup-img {
  display: block;
  margin-bottom: 0.16rem;
  height: 1.27rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.container-1 {
  width: 100%;
  max-width: 12rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .container-1 {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}

.fw-200 {
  font-weight: 200;
}

.fw-400 {
  font-weight: 400;
}

.fw-700 {
  font-weight: 700;
}

/* utility */
.section-spacer {
  height: 500vh;
}

body {
  height: 100%;
}

body.overflow-hidden {
  overflow: hidden;
}
/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/select2/dist/css/select2.css ***!
  \******************************************************************************************************************************************************************************/
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/@splidejs/splide/dist/css/splide.min.css ***!
  \******************************************************************************************************************************************************************************************/
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
