.billing-cycle[data-v-242129ae] {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 400px;
  height: 44px;
  margin: 0 auto 10px auto;
  padding: 4px;
  background: #383a4c;
  border-radius: 10px;
}
.annual[data-v-242129ae],
.monthly[data-v-242129ae],
.one-time[data-v-242129ae] {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33%;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  column-gap: 5px;
  cursor: pointer;
  transition: all 0.4s;
}
.annual.active[data-v-242129ae],
.monthly.active[data-v-242129ae],
.one-time.active[data-v-242129ae] {
  color: #fff;
}
.annual .label[data-v-242129ae],
.monthly .label[data-v-242129ae],
.one-time .label[data-v-242129ae] {
  padding: 2px 8px;
  color: #269386;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  background: #dff3f1;
  border-radius: 13px;
}
.toggle[data-v-242129ae] {
  position: absolute;
  width: calc(33% - 4px);
  height: calc(100% - 8px);
  background: #269386;
  border-radius: 8px;
  box-shadow: 0px 2px 2px rgba(43, 56, 81, 0.04);
  transition: all 0.4s;
}
.toggle.left[data-v-242129ae] {
  left: 0;
  margin-left: 4px;
}
.toggle.middle[data-v-242129ae] {
  left: 33%;
  margin-left: 4px;
}
.toggle.right[data-v-242129ae] {
  left: 67%;
  margin-right: 4px;
}.plan-card[data-v-4f9622cc] {
  width: 455px;
  padding: 24px;
  margin: 0px 10px;
  border: 1px solid #383a4c;
  border-radius: 10px;
  color: #fff;
}
.plan-card .wrapper[data-v-4f9622cc] {
  display: flex;
  min-height: 175px;
  justify-content: flex-end;
  flex-direction: column;
}
.plan-card .wrapper .title[data-v-4f9622cc] {
  margin: 0px 0px 12px 0px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
}
.plan-card .wrapper .description[data-v-4f9622cc] {
  margin: 0px 0px auto 0px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.plan-card .wrapper .price[data-v-4f9622cc] {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 12px 0px 16px 0px;
}
.plan-card .wrapper .price .price-wrapper[data-v-4f9622cc] {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.plan-card .wrapper .price .price-wrapper .uppercase[data-v-4f9622cc] {
  font-size: 26px;
  font-weight: 400;
}
.plan-card .wrapper .price .price-wrapper .lowercase[data-v-4f9622cc] {
  font-size: 12px;
  font-weight: 500;
}
.plan-card .terms ul[data-v-4f9622cc] {
  list-style: inside;
}
.plan-card .terms ul li[data-v-4f9622cc] {
  margin: 16px;
  font-size: 14px;
  font-weight: 500;
}
.plan-card .terms ul .highlighted[data-v-4f9622cc] {
  color: #269386;
  font-size: 14px;
  font-weight: 600;
}
.plan-card .button[data-v-4f9622cc] {
  margin-top: 28px;
}
.plan-card .button .v-button[data-v-4f9622cc] {
  width: 100%;
  min-height: 33px;
  max-height: 33px;
}
@media (max-width: 899px) {
.plan-card[data-v-4f9622cc] {
    margin: 24px 0px;
}
}
@media (max-width: 539px) {
.plan-card[data-v-4f9622cc] {
    width: 90%;
}
}.plans-container[data-v-4a63c9e1] {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}
.plans-container .cards-wrapper[data-v-4a63c9e1] {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 899px) {
.plans-container .cards-wrapper[data-v-4a63c9e1] {
    flex-direction: column;
}
}
@media (max-width: 539px) {
.plans-container[data-v-4a63c9e1] {
    padding: 0;
}
}.welcome[data-v-3771ddee] {
  overflow: hidden;
  padding-top: 121px;
  background-color: #222435;
}
.welcome h1[data-v-3771ddee] {
  text-align: center;
  color: #fff;
}
.welcome .save-up[data-v-3771ddee] {
  position: relative;
  z-index: 1;
  left: 20px;
  top: 40px;
  display: flex;
  justify-content: center;
  color: #11696f;
  font-size: 14px;
  font-weight: 700;
}
.welcome .most-popular[data-v-3771ddee] {
  position: relative;
  z-index: 1;
  width: 720px;
  margin: auto;
  display: flex;
  justify-content: flex-end;
  color: #269386;
  font-size: 14px;
  font-weight: 700;
}
.welcome .most-popular img[data-v-3771ddee] {
  transform: scaleX(-1);
}
@media (max-width: 899px) {
.welcome .most-popular[data-v-3771ddee] {
    top: 535px;
    left: -170px;
}
}
@media (max-width: 539px) {
.welcome .most-popular[data-v-3771ddee] {
    top: 585px;
    left: -400px;
}
}
.welcome .scroll-down[data-v-3771ddee] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 40px 0px;
  cursor: pointer;
}
.welcome .scroll-down p[data-v-3771ddee] {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  color: #fff;
}.wrapper[data-v-6567b602] {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}
.wrapper .packs[data-v-6567b602] {
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
}
.wrapper .packs .pack[data-v-6567b602] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 40px 36px;
}
.wrapper .packs .pack p[data-v-6567b602] {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  text-align: center;
}
@media (max-width: 539px) {
.wrapper .packs .pack p[data-v-6567b602] {
    font-size: 20px;
    line-height: 24px;
}
}
.wrapper .packs .pack .v-button[data-v-6567b602] {
  width: 200px;
  min-height: 33px;
  max-height: 33px;
}
@media (max-width: 899px) {
.wrapper .packs .pack .v-button[data-v-6567b602] {
    width: 128px;
    padding: 0;
}
}
@media (max-width: 539px) {
.wrapper .packs .pack[data-v-6567b602] {
    margin: 40px 12px;
}
}
.wrapper .compare-table[data-v-6567b602] {
  display: flex;
  flex-direction: column;
}
.wrapper .compare-table .category[data-v-6567b602] {
  margin-bottom: 36px;
}
.wrapper .compare-table .category > *[data-v-6567b602] {
  padding: 12px;
}
.wrapper .compare-table .category .category-title[data-v-6567b602] {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.wrapper .compare-table .category .term[data-v-6567b602] {
  display: flex;
  justify-content: space-between;
}
.wrapper .compare-table .category .term .term-title[data-v-6567b602] {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.wrapper .compare-table .category .term .values[data-v-6567b602] {
  display: flex;
  justify-content: center;
  width: 544px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.wrapper .compare-table .category .term .values .value[data-v-6567b602] {
  height: 24px;
  margin: auto;
}
.wrapper .compare-table .category .term .values .value .icon-wrapper[data-v-6567b602] {
  width: 24px;
  height: 24px;
}
.wrapper .compare-table .category .outline[data-v-6567b602] {
  background: #fafafd;
}
@media (max-width: 899px) {
.wrapper[data-v-6567b602] {
    padding: 0px;
}
}
@media (max-width: 539px) {
.wrapper[data-v-6567b602] {
    padding: 0px 20px;
}
}.compare[data-v-1eda4696] {
  overflow: hidden;
  padding: 100px 0px;
  background-color: #fff;
}
.compare .title[data-v-1eda4696] {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}
.compare .hint[data-v-1eda4696] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.compare .hint > *[data-v-1eda4696] {
  margin: 0px 4px;
}/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper {
  position: relative;
  padding-bottom: 70px;
}
.swiper-slide {
  transform: none !important;
  opacity: 0.3;
  transition: opacity 0.5s ease-out;
}
.swiper-slide-active {
  opacity: 1 !important;
}
.swiper-pagination {
  display: flex;
  justify-content: center;
  column-gap: 5px;
}
.swiper-pagination-bullet {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 20px;
  opacity: 0.5;
  transition: opacity 0.3s ease, width 0.3s ease;
}
.swiper-pagination-bullet-active {
  width: 16px;
  opacity: 1;
}.review[data-v-08984e59] {
  width: 600px;
  padding: 0px 30px;
}
.review .post[data-v-08984e59] {
  padding: 24px;
  border-radius: 15px;
  background: #383a4c;
}
.review .post .title[data-v-08984e59] {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
.review .post .body[data-v-08984e59] {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 899px) {
.review .post[data-v-08984e59] {
    height: 230px;
}
}
.review .author[data-v-08984e59] {
  display: flex;
  align-items: center;
  margin: 20px 0px;
}
.review .author .image[data-v-08984e59] {
  width: 60px;
  height: 60px;
  border-radius: 200px;
  overflow: hidden;
}
.review .author .wrapper[data-v-08984e59] {
  margin-left: 15px;
}
.review .author .wrapper .name[data-v-08984e59] {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}
.review .author .wrapper .position[data-v-08984e59] {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
@media (max-width: 899px) {
.review[data-v-08984e59] {
    margin: auto;
    width: 400px;
}
}.reviews[data-v-8281a012] {
  padding: 50px 0px;
  background: #222435;
  color: white;
}
.reviews h1[data-v-8281a012] {
  text-align: center;
  margin-bottom: 60px;
}.competitor-card[data-v-3ce23e72] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 40px 15px 0px 15px;
  padding: 12px;
  width: 50%;
  border-radius: 10px;
  background: #fafafd;
}
.competitor-card .title[data-v-3ce23e72] {
  display: flex;
  margin: 12px 0px;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
}
.competitor-card .title img[data-v-3ce23e72] {
  margin-right: 14px;
}
.competitor-card .title .big[data-v-3ce23e72] {
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}
.competitor-card .features[data-v-3ce23e72] {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.competitor-card .features .feature[data-v-3ce23e72] {
  display: flex;
  align-items: center;
  margin: 12px;
}
.competitor-card .features .feature .image-wrapper[data-v-3ce23e72] {
  display: flex;
  margin-right: 12px;
  padding: 8px;
  border-radius: 30px;
  background: #edeff9;
}
.competitor-card .features .feature .name[data-v-3ce23e72] {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.competitor-card .features .disabled[data-v-3ce23e72] {
  opacity: 0.4;
}
.competitor-card .features .disabled .image-wrapper[data-v-3ce23e72] {
  background: transparent;
}
@media (max-width: 899px) {
.competitor-card[data-v-3ce23e72] {
    width: 100%;
}
}.competitors[data-v-38da1bf6] {
  margin: 80px 60px;
}
.competitors .competitors-wrapper[data-v-38da1bf6] {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1189px) {
.competitors .competitors-wrapper[data-v-38da1bf6] {
    padding: 0px;
}
}
@media (max-width: 899px) {
.competitors .competitors-wrapper[data-v-38da1bf6] {
    flex-direction: column;
}
}
.competitors h1[data-v-38da1bf6] {
  text-align: center;
}
@media (max-width: 539px) {
.competitors h1[data-v-38da1bf6] {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
}
}
@media (max-width: 539px) {
.competitors[data-v-38da1bf6] {
    margin: 80px 20px;
}
}.faq-card[data-v-be4bf456] {
  margin: 15px;
  padding: 20px;
  width: 100%;
  max-width: 800px;
  border-radius: 10px;
  background: #25273a;
  overflow: hidden;
}
.faq-card .title[data-v-be4bf456] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
}
.faq-card .title img[data-v-be4bf456] {
  transition: all 0.3s ease-out;
}
.faq-card .title .active[data-v-be4bf456] {
  transform: rotate(180deg);
}
.faq-card .body[data-v-be4bf456] {
  opacity: 0;
  max-height: 0px;
  transition: all 0.4s ease;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.faq-card .active[data-v-be4bf456] {
  opacity: 1;
  max-height: 360px;
  margin-top: 16px;
}
@media (max-width: 1189px) {
.faq-card[data-v-be4bf456] {
    max-width: 780px;
}
}.faq[data-v-e56d8cce] {
  padding: 50px 0px 80px 0px;
  background: #222435;
  color: #ffffff;
}
.faq .faq-cards[data-v-e56d8cce] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 899px) {
.faq .faq-cards[data-v-e56d8cce] {
    padding: 0px 20px;
}
}
.faq h1[data-v-e56d8cce] {
  text-align: center;
}