.component-30feb8ff-ed22-4e5f-9ddb-beec5a3efb25 .reviews {
  display: grid;
}

.component-30feb8ff-ed22-4e5f-9ddb-beec5a3efb25 .review-avatar {
  width: 120px;
  height: 120px;
  margin: 0 0 2rem;
  border-radius: 100%;
  overflow: hidden;
}
.component-30feb8ff-ed22-4e5f-9ddb-beec5a3efb25 .text-center .review-avatar {
  margin-left: auto;
  margin-right: auto;
}
.component-30feb8ff-ed22-4e5f-9ddb-beec5a3efb25 .text-right .review-avatar {
  margin-left: auto;
}
.component-30feb8ff-ed22-4e5f-9ddb-beec5a3efb25 .review-avatar picture {
  display: flex;
  justify-content: center;
  width: 120px;
  height: 120px;
}
.component-30feb8ff-ed22-4e5f-9ddb-beec5a3efb25 .review-avatar img {
  object-fit: cover;
}

.component-30feb8ff-ed22-4e5f-9ddb-beec5a3efb25 .review-stars {
  margin-bottom: 1rem;
}

.component-30feb8ff-ed22-4e5f-9ddb-beec5a3efb25 .review-text {
  margin-bottom: 1rem;
}
.component-30feb8ff-ed22-4e5f-9ddb-beec5a3efb25 .review-text *:first-child {
  margin-top: 0;
}
.component-30feb8ff-ed22-4e5f-9ddb-beec5a3efb25 .review-text *:last-child {
  margin-bottom: 0;
}

.component-30feb8ff-ed22-4e5f-9ddb-beec5a3efb25 .collection {
  display: contents;
}

.component-30feb8ff-ed22-4e5f-9ddb-beec5a3efb25 .wrapper {
  display: grid;
  grid-template-columns: 1fr;
}
.component-30feb8ff-ed22-4e5f-9ddb-beec5a3efb25 .actions {
  margin: 0 auto;
}


@media only screen and (min-width: 480px) {
  .component-30feb8ff-ed22-4e5f-9ddb-beec5a3efb25.three-col .reviews {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 768px) {
  .component-30feb8ff-ed22-4e5f-9ddb-beec5a3efb25.two-col .reviews {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 900px) {
  .component-30feb8ff-ed22-4e5f-9ddb-beec5a3efb25.three-col .reviews {
    grid-template-columns: repeat(3, 1fr);
  }
}
.component-6e9f1821-5958-44c8-bc56-94f450396c1a ul.faqs {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a li.faq {
  margin-left: 0;
  border-top: 1px solid #e0e3ea;
  padding: 25px 0 !important;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a li.faq &:last-of-type {
  border-bottom: 1px solid #e0e3ea;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .question {
  display: flex;
  margin-bottom: 1rem;
  cursor: pointer;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .question-text {
  flex: 1 1 auto;
  margin-right: 32px;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .question-text :last-child {
  margin-bottom: 0;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .answer {
  margin: 0;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transition: max-height 0.15s ease-in-out, opacity 0.15s;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .answer > :last-child {
  margin-bottom: 0;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .open .answer,
.component-6e9f1821-5958-44c8-bc56-94f450396c1a.editing .answer {
  opacity: 1;
  max-height: initial;
  pointer-events: auto;
}

/* Toggle */

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .toggle {
  flex: 0 0 auto;
  position: relative;
  width: 16px;
  height: 16px;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .toggle:before,
.component-6e9f1821-5958-44c8-bc56-94f450396c1a .toggle:after {
  content: "";
  position: absolute;
  background-color: #4a90e2;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .faq.initialized .toggle:before,
.component-6e9f1821-5958-44c8-bc56-94f450396c1a .faq.initialized .toggle:after {
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .toggle:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .toggle:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .faq.open .toggle:before {
  transform: rotate(90deg);
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .faq.open .toggle:after {
  transform: rotate(180deg);
}
.component-a54f1f46-fc91-414a-8e23-409c37671beb p:last-child {
  margin-bottom: 0;
}

.component-a54f1f46-fc91-414a-8e23-409c37671beb figure img {
  width: 100%;
}

.component-a54f1f46-fc91-414a-8e23-409c37671beb * + .actions {
  margin-top: 2.5rem;
}

.component-d029db81-1a16-4192-9b0a-2ecabd8f2d02 .pricing-tier-header, .component-d029db81-1a16-4192-9b0a-2ecabd8f2d02 .pricing-tier-items, .component-d029db81-1a16-4192-9b0a-2ecabd8f2d02 .pricing-tier-footer {
  padding: 25px 20px 20px;
}

.component-d029db81-1a16-4192-9b0a-2ecabd8f2d02 .pricing-tier-header {
  position: relative;
  text-align: center;
}

.component-d029db81-1a16-4192-9b0a-2ecabd8f2d02 .pricing-tier-header .backdrop {
  position: absolute;
  top: 5px; right: 0; bottom: 0; left: 0;
  background: #fff;
  opacity: 0.9;
}

.component-d029db81-1a16-4192-9b0a-2ecabd8f2d02 .pricing-tier-header picture {
  padding-bottom: 0 !important;
}
.component-d029db81-1a16-4192-9b0a-2ecabd8f2d02 .pricing-tier-header svg,.component-d029db81-1a16-4192-9b0a-2ecabd8f2d02 media,
.component-d029db81-1a16-4192-9b0a-2ecabd8f2d02 .pricing-tier-header picture img {
  position: relative;
  display: block;
  margin: 0 auto 0.5rem;
  height: 50px;
  width: auto;
}

.component-d029db81-1a16-4192-9b0a-2ecabd8f2d02 .pricing-tier-header h3 {
  position: relative;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.component-d029db81-1a16-4192-9b0a-2ecabd8f2d02 .pricing-tier-header p {
  position: relative;
  margin: 0;
  margin-top: 0.5rem;
  font-size: 1.5rem;
  color: rgba(0,0,0,0.5);
}

.component-d029db81-1a16-4192-9b0a-2ecabd8f2d02 .pricing-tier-body {
  background: #fff;
}

.component-d029db81-1a16-4192-9b0a-2ecabd8f2d02 .pricing-tier-items {
  padding: 1rem 2rem 2rem !important;
  margin: 0;
  list-style: none;
}

.component-d029db81-1a16-4192-9b0a-2ecabd8f2d02 .pricing-tier-item {
  padding: 0.5em 0;
  margin: 0;
  font-size: 1.5rem;
}

.component-d029db81-1a16-4192-9b0a-2ecabd8f2d02 .pricing-tier-item:not(:first-child) {
  border-top: solid thin rgba(41,50,65,0.08);
}

.component-d029db81-1a16-4192-9b0a-2ecabd8f2d02 .pricing-tier-item svg.checkmark {
  position: absolute;
  margin-top: 0.5rem;
  height: 1.5rem;
  width: auto;
}

.component-d029db81-1a16-4192-9b0a-2ecabd8f2d02 .pricing-tier-item div {
  margin-left: 2.6rem;
}

.component-d029db81-1a16-4192-9b0a-2ecabd8f2d02 .pricing-tier-footer {
  padding-top: 0;
}

.component-d029db81-1a16-4192-9b0a-2ecabd8f2d02 .pricing-tier-footer .actions {
  position: relative;
  max-width: 360px;
  margin: 0 auto;
}

.component-d029db81-1a16-4192-9b0a-2ecabd8f2d02 .pricing-tier-footer .button {
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-right: 0;
}

/* Mobile layout */
@media only screen and (max-width: 767px) {
  .component-d029db81-1a16-4192-9b0a-2ecabd8f2d02 .pricing-tiers {
    position: relative;
    display: grid;
  }
  .component-d029db81-1a16-4192-9b0a-2ecabd8f2d02.stack-mobile .pricing-tiers {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .component-d029db81-1a16-4192-9b0a-2ecabd8f2d02.grid-mobile .pricing-tiers {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  
  .component-d029db81-1a16-4192-9b0a-2ecabd8f2d02.grid-mobile .pricing-tier-column {
    box-sizing: border-box;
  }
  
  .component-d029db81-1a16-4192-9b0a-2ecabd8f2d02 .pricing-tier, .component-d029db81-1a16-4192-9b0a-2ecabd8f2d02 .box-content {
    height: 100%;
  }
  .component-d029db81-1a16-4192-9b0a-2ecabd8f2d02 .pricing-tier-container {
    overflow: hidden;
  }
  .component-d029db81-1a16-4192-9b0a-2ecabd8f2d02 .box-content > div,
  .component-d029db81-1a16-4192-9b0a-2ecabd8f2d02 .pricing-tier-body {
    height: inherit;
  }
  
  /* Mobile Slider */
  .component-d029db81-1a16-4192-9b0a-2ecabd8f2d02.slider-mobile .pricings {
    overflow: hidden;
    width: 100%;
  }
  .component-d029db81-1a16-4192-9b0a-2ecabd8f2d02.slider-mobile .pricing-tiers {
    display: flex;
    overflow-x: auto;
    gap: 1rem;
    width: 100%;
    scroll-snap-type: x mandatory;
  }
  .component-d029db81-1a16-4192-9b0a-2ecabd8f2d02.slider-mobile .pricing-tiers::-webkit-scrollbar {
    display: none;
  }
  .component-d029db81-1a16-4192-9b0a-2ecabd8f2d02.slider-mobile .pricing-tier-column {
    flex: 0 0 calc(100% / 1.25);
    padding-top: 22px;
  }
  .component-d029db81-1a16-4192-9b0a-2ecabd8f2d02.slider-mobile .pricings {
    margin-top: -22px;
  }
}

/* Desktop layout */
@media only screen and (min-width: 768px) {
  .component-d029db81-1a16-4192-9b0a-2ecabd8f2d02 .pricing-tiers {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: inherit;
  }
  .component-d029db81-1a16-4192-9b0a-2ecabd8f2d02 .pricing-tier-column {
    box-sizing: border-box;
  }
  
  .component-d029db81-1a16-4192-9b0a-2ecabd8f2d02.columns-2 .pricing-tiers { grid-template-columns: repeat(2, 1fr); }
  .component-d029db81-1a16-4192-9b0a-2ecabd8f2d02.columns-3 .pricing-tiers { grid-template-columns: repeat(3, 1fr); }
  .component-d029db81-1a16-4192-9b0a-2ecabd8f2d02.columns-4 .pricing-tiers { grid-template-columns: repeat(4, 1fr); }
  .component-d029db81-1a16-4192-9b0a-2ecabd8f2d02.columns-5 .pricing-tiers { grid-template-columns: repeat(5, 1fr); }
  .component-d029db81-1a16-4192-9b0a-2ecabd8f2d02.columns-6 .pricing-tiers { grid-template-columns: repeat(6, 1fr); }

  .component-d029db81-1a16-4192-9b0a-2ecabd8f2d02 .pricing-tier {
    height: calc(100% - 10px);
  }
  .component-d029db81-1a16-4192-9b0a-2ecabd8f2d02 .box-content {
    height: 100%;
  }

  .component-d029db81-1a16-4192-9b0a-2ecabd8f2d02 .pricing-tier-container {
    overflow: hidden;
  }
  .component-d029db81-1a16-4192-9b0a-2ecabd8f2d02 .box-content > div,
  .component-d029db81-1a16-4192-9b0a-2ecabd8f2d02 .pricing-tier-body {
    height: inherit;
  }

  /* Desktop Slider */
  .component-d029db81-1a16-4192-9b0a-2ecabd8f2d02.slider-desktop .pricings {
    overflow: hidden;
    width: 100%;
  }
  .component-d029db81-1a16-4192-9b0a-2ecabd8f2d02.slider-desktop .pricing-tiers {
    display: flex;
    overflow-x: auto;
    width: 100%;
    scroll-snap-type: x mandatory;
  }
  .component-d029db81-1a16-4192-9b0a-2ecabd8f2d02.slider-desktop .pricing-tiers::-webkit-scrollbar {
    display: none;
  }
  .component-d029db81-1a16-4192-9b0a-2ecabd8f2d02.slider-desktop.columns-2 .pricing-tier-column { flex: 0 0 calc(100% / 2.5); }
  .component-d029db81-1a16-4192-9b0a-2ecabd8f2d02.slider-desktop.columns-3 .pricing-tier-column { flex: 0 0 calc(100% / 3.5); }
  .component-d029db81-1a16-4192-9b0a-2ecabd8f2d02.slider-desktop.columns-4 .pricing-tier-column { flex: 0 0 calc(100% / 4.5); }
  .component-d029db81-1a16-4192-9b0a-2ecabd8f2d02.slider-desktop.columns-5 .pricing-tier-column { flex: 0 0 calc(100% / 5.5); }
  .component-d029db81-1a16-4192-9b0a-2ecabd8f2d02.slider-desktop.columns-6 .pricing-tier-column { flex: 0 0 calc(100% / 6.5); }
  
  .component-d029db81-1a16-4192-9b0a-2ecabd8f2d02.slider-desktop .pricing-tier-column {
    margin-top: 22px;
  }
  .component-d029db81-1a16-4192-9b0a-2ecabd8f2d02.slider-desktop .pricing-tier-column:first-child {
    margin-left: 6px;
  }
  .component-d029db81-1a16-4192-9b0a-2ecabd8f2d02.slider-desktop .pricings {
    margin-top: -22px;
    margin-left: -6px;
  }
}