/** Shopify CDN: Minification failed

Line 1066:7 Expected ":"

**/
.yearly-price {
  text-align: right;
}

ul {
  padding-left:0px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #333;
  font-family: futura-pt, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.heading-title-wrap {
  width: 100%;
  max-width: 700px;
}

.feature-card-column {
  width: 32px;
  height: 100%;
  min-width: 32px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-card-column.blue {
  color: #70c9d7;
}

.feature-card-column.purple {
  color: #8870d7;
}

.feature-card-column.red {
  color: #d77070;
}

.feature-card-column.green {
  color: #70d789;
}

.feature-card-column.yellow {
  color: #d7c970;
}

.h6-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.4;
}

.paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.feature-card-b {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  border: 1px solid #000;
  border-radius: 12px;
  flex: 1;
  align-items: flex-start;
  padding: 32px;
  transition: all .3s;
  display: flex;
  box-shadow: 3px 3px #000;
}

.feature-line-v {
  width: 1px;
  height: 48px;
  background-color: #000;
}

.h2-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.overline {
  color: #000;
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.overline.text-color-blue {
  color: #000;
}

.margin-bottom-12 {
  margin-bottom: 12px;
}

.grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-wrap-r {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.icon-large {
  width: 32px;
  height: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-large {
  padding: 100px 5% 120px;
  position: relative;
}

.highlight-span {
  background-color: #f4f4f5;
  border-radius: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
}

.container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.features-subheading {
  color: #e5e5e5;
  font-size: 20px;
  line-height: 1.5;
}

.feature-title {
  color: #e5e5e5;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 22px;
  line-height: 1.2;
}

.feature-card-primary {
  text-align: left;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.image-wrapper {
  background-color: #000;
  margin-bottom: 32px;
}

.features-heading {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 48px;
  line-height: 1.3;
}

.feature-container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.features-grid {
  grid-column-gap: 40px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.features-title-wrap {
  max-width: 860px;
  text-align: center;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
}

.feature-paragraph {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 32px;
}

.feature-section {
  background-color: #000;
  padding: 120px 3%;
}

.a-span-underline {
  color: #5167f6;
  border-bottom: 6px solid #5167f6;
}

.a-max-width-medium {
  max-width: 486px;
}

.a-detail-regular {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-margin-bottom-24 {
  margin-bottom: 24px;
}

.a-subheading-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-section-large {
  background-color: #f5f5f5;
  padding: 120px 5%;
  position: relative;
}

.a-margin-bottom-08 {
  margin-bottom: 8px;
}

.a-caption {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-container-x-small {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-paragraph-small.bold {
  font-weight: 700;
}

.a-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.8;
}

.a-feature-card-grid-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 64px;
  margin-bottom: 64px;
}

.a-icon-regular {
  width: 14px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.a-feature-icon {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .05);
}

.a-title-wrap-center-large {
  max-width: 770px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-margin-bottom-16 {
  margin-bottom: 16px;
}

.a-feature-caption-wrapper {
  text-align: center;
}

.a-feature-card-row {
  grid-column-gap: 24px;
  border: 1px solid #f4f4f6;
  border-radius: 24px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.a-text-color-orange-900 {
  color: #f69351;
}

.a-h3-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.discount-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 14px;
  display: flex;
}

.check-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.toggle-round {
  z-index: 1;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 30px;
  position: absolute;
  box-shadow: 3px 3px 8px rgba(73, 74, 125, .24);
}

.tab-content {
  height: 100%;
  background-color: #fdfed8;
  border: 1px solid #000;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 3px 3px #000;
}

.pricing-tab-grid {
  width: 100%;
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  margin-left: 32px;
}

.check-centre {
  height: 56px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.pricing-section {
  background-color: #fff;
  border-top: 2px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 120px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.check-white {
  z-index: 999;
  width: 12px;
  color: #fff;
  object-fit: fill;
  position: relative;
}

.pricing-tab-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.detail {
  letter-spacing: -.03em;
  font-size: 20px;
  font-style: italic;
  line-height: 1;
}

.tabs-menu {
  min-width: 50%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 20px;
  display: grid;
}

.pricing-bottom-wrapper {
  border-top: 1px solid rgba(174, 175, 197, .2);
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.date-text {
  opacity: .7;
  white-space: nowrap;
  font-size: 26px;
}

.tab-price-wrap {
  justify-content: flex-end;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.price-tag {
  letter-spacing: -.03em;
  margin-right: 10px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
}

.column-feature {
  height: 100%;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.discount-pill {
  color: #000;
  background-color: #ececec;
  border-radius: 50px;
  margin-top: 12px;
  padding: 6px 10px;
}

.text-block {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6em;
}

.discount-pill-small {
  color: #f97750;
  white-space: nowrap;
  background-color: #fef1ed;
  border-radius: 10px;
  margin-top: 8px;
  padding: 6px 14px;
}

.pricing-header {
  z-index: 2;
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 1.1;
  position: relative;
  max-width: 15ch;
}

.column-check {
  height: 100%;
  background-color: #f9f9fb;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-feature-text {
  height: 56px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.tabs-content {
  width: 100%;
  overflow: visible;
}

.checkbox-wrapper {
  width: 50%;
  align-items: center;
  display: flex;
}

.check-large {
  width: 24px;
}

.toggle-small {
  width: 100%;
  height: 32px;
  max-width: 60px;
  cursor: pointer;
  background-color: #25cc88;
  border-radius: 50px;
  justify-content: flex-end;
  align-items: center;
  padding: 2px;
  display: flex;
  position: relative;
  box-shadow: inset 1px 1px 2px rgba(73, 74, 125, .3), 17px 17px 24px -18px rgba(56, 50, 124, .08);
}

.feature-text {
  font-size: 16px;
  line-height: 1.5;
}

.tabs {
  flex-direction: row-reverse;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding-bottom: 40px;
}

.price-tab {
  color: #02044a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e7e7ee;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 38px;
  transition: all .3s;
  display: flex;
}

.price-tab:hover {
  box-shadow: 34px 34px 74px -24px rgba(56, 50, 124, .08);
}

.price-tab.w--current {
  color: #fff;
  background-color: #000;
}

.feature-grid-base {
  width: 100%;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.button-fill {
  min-height: 62px;
  color: #fff;
  text-align: center;
  background-color: #5f30e2;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.button-fill:hover {
  color: #fff;
  background-color: #5f30e2;
}

.title-wrap-centre {
  width: 100%;
  color: #7b88a8;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 72px;
  display: flex;
  position: relative;
}

.title-wrap-centre.medium {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.price-type {
  letter-spacing: -.03em;
  font-size: 28px;
  line-height: 1;
}

.container-default {
  width: 100%;
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.check-circle {
  width: 26px;
  height: 26px;
  border: 3px solid #aeafc5;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-grid {
  height: 100%;
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.h6-heading-2 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.margin-bottom-56 {
  margin-bottom: 56px;
}

.image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq-item {
  width: 100%;
  background-color: #fff;
  border: 1.5px solid #131315;
  border-radius: 10px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
  box-shadow: 3px 3px #131315;
}

.section-regular {
  padding: 120px 5%;
  position: relative;
}

.section-regular.hero {
  color: #fff;
  background-color: #000;
}

.section-regular.faq {
  background-color: #f7fa44;
  border-top: 2px solid #000;
}

.faq-toggle {
  width: 100%;
  padding: 24px 32px;
}

.faq-image {
  border-radius: 12px;
  overflow: hidden;
}

.paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 2;
}

.faq-content {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
  overflow: hidden;
}

.icon-regular {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-title-wrapper {
  grid-column-gap: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.container-regular {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faq-tab {
  padding-bottom: 16px;
  padding-left: 32px;
  padding-right: 80px;
}

.faq-wrapper-l {
  width: 100%;
  max-width: 526px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
  z-index:0;
}

.faq-icon {
  width: 24px;
  height: 24px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-avatar-l {
  width: 56px;
  height: 56px;
  min-height: 56px;
  min-width: 56px;
  border: 4px solid #fff;
  border-radius: 100px;
  overflow: hidden;
  box-shadow: 0 1px #e4e4e7;
}

.header-avatar-l.move {
  margin-left: -12px;
}

.h1-heading {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.wrap-x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.form-block {
  width: 100%;
  max-width: 440px;
  flex-direction: column;
  margin-bottom: 0;
}

.header-form-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column wrap;
  align-items: flex-start;
  margin-top: 48px;
  display: flex;
}

.header-grid-c {
  grid-column-gap: 52px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1.35fr 1fr;
  align-items: center;
}

.highlight {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-wrap {
  width: 100%;
  max-width: 792px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.wrap-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.text-field-s {
  min-height: 48px;
  letter-spacing: -.02em;
  border: 1px #000;
  border-radius: 24px;
  margin-bottom: 0;
  padding: 12px 12px 12px 20px;
  font-size: 14px;
  line-height: 1.8;
}

.text-field-s::-ms-input-placeholder {
  color: #9797a1;
}

.text-field-s::placeholder {
  color: #9797a1;
}

.margin-bottom-32 {
  flex-direction: row;
  margin-bottom: 32px;
  display: flex;
}

.header-user-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #e4e4e7;
  border-radius: 32px;
  align-items: center;
  padding: 4px;
  display: flex;
}

.margin-bottom-16 {
  margin-bottom: 16px;
}

.button-submit {
  color: #fff;
  letter-spacing: -.02em;
  background-color: #131315;
  border-radius: 24px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.subheading-bold {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.subheading-bold.hero-section {
  width: 10%;
  color: #f7fa44;
  letter-spacing: .2em;
  justify-content: center;
  align-items: center;
  margin-left: -20px;
  font-size: 30px;
  display: flex;
  transform: rotate(-90deg);
}

.highlight-wrap {
  display: inline-block;
  position: relative;
}

.paragraph-regular-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
}

.header-avatar-block {
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.bgvideo{
  height: 100%;
  border-top-left-radius: 200px;
  border-bottom-right-radius: 200px;
  overflow: hidden;
  z-index: 2;
}

.button {
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 4px;
  padding: 16px 38px;
  font-size: 18px;
  font-weight: 700;
}
.button:hover {
  color:#fff;
}

.button.light {
  color: #000;
  background-color: #f7fa44;
}

.botton.light:hover {
  color#000;
}

.pricing_block_content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 10%;
  display: flex;
}

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

.text-block-2 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.6em;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  margin-bottom: 30px;
  display: flex;
}

.text-block-3 {
  font-size: 16px;
}

.text-span {
  color: #f7fa44;
}

.link {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.text-block-4 {
  color: #fff;
  font-size: 16px;
}


.text_link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image {
  max-width: 280px;
}

.background-video {
  height: 100%;
  object-fit: cover;

  background-position: 50%;
  background-size: cover;
  z-index:2;
}

.play-pause-button {
  top: auto;
  bottom: 1%;
  left: 1%;
  right: auto;
}

.text-block-5 {
  color: #000;
  font-size: 16px;
}

.image-2.black {
  filter: brightness(0%) grayscale();
}

.a-title-wrap-center-small {
  max-width: 420px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

@media screen and (max-width: 991px) {
  .grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .heading-wrap-r {
    flex-direction: column;
    align-items: flex-start;
  }

  .features-grid {
    max-width: 450px;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-menu {
    width: 100%;
    min-width: auto;
    flex-wrap: wrap;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .column-check {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tabs-content {
    width: 100%;
  }

  .tabs {
    flex-direction: column;
  }

  .price-tab {
    padding: 20px 32px;
  }

  .column-grid {
    grid-template-columns: 2fr 1fr;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .faq-wrapper-l {
    max-width: none;
  }

  .header-grid-c {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .h2-heading {
    font-size: 36px;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
    padding-right: 7.5%;
  }

  .feature-card-primary {
    text-align: center;
    align-items: center;
  }

  .features-heading {
    font-size: 36px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .feature-section {
    padding-left: 5%;
    padding-right: 7.5%;
  }

  .a-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
    padding-right: 7.5%;
  }

  .a-feature-card-grid-small {
    grid-template-columns: 1fr;
  }

  .a-h3-heading {
    font-size: 36px;
  }

  .pricing-section {
    padding-left: 5%;
    padding-right: 7.5%;
  }

  .pricing-header {
    font-size: 36px;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-regular.hero, .section-regular.faq {
    padding-right: 7.5%;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .faq-tab {
    padding-right: 32px;
  }

  .h1-heading {
    font-size: 48px;
  }

  .subheading-bold.hero-section {
    font-size: 24px;
  }

  .paragraph-regular-3 {
    font-size: 20px;
    line-height: 1.8;
  }

  .image {
    order: -1;
  }

  .heading {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .h6-heading {
    white-space: pre-wrap;
  }

  .feature-card-b {
    flex-direction: column;
  }

  .feature-line-v {
    display: none;
  }

  .section-large {
    padding-right: 10%;
  }

  .feature-card-primary {
    text-align: center;
    align-items: center;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .feature-section, .a-section-large {
    padding-right: 10%;
  }

  .a-feature-card-row {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .pricing-tab-grid {
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-left: 0;
  }

  .pricing-section {
    padding-right: 10%;
  }

  .detail {
    font-size: 16px;
  }

  .pricing-bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .tab-price-wrap {
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .pricing-header {
    text-align: center;
    font-size: 42px;
  }

  .column-check {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .checkbox-wrapper {
    width: 100%;
    justify-content: center;
    margin-bottom: 40px;
  }

  .price-tab {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-fill {
    margin-left: auto;
    margin-right: auto;
  }

  .h6-heading-2 {
    white-space: pre-wrap;
  }

  .section-regular.hero, .section-regular.faq {
    padding-right: 10%;
  }

  .h1-heading {
    font-size: 42px;
  }

  .header-grid-c {
    grid-template-columns: 2fr;
  }

  .header-user-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .subheading-bold.hero-section {
    width: 100%;
    justify-content: flex-start;
    margin-left: 0;
    font-size: 18px;
    transform: none;
  }

  .div-block-6 {
    flex-direction: column;
    align-items: flex-start;
  }
  .yearly-price {
  text-align: left;
}
}

#w-node-_648debc9-c395-338a-df8f-e3e1074f2278-28d5014b, #w-node-_1d35c34b-8039-bab0-e39e-2236ad9ab8ac-28d5014b, #w-node-_1d35c34b-8039-bab0-e39e-2236ad9ab8b5-28d5014b, #w-node-_1d35c34b-8039-bab0-e39e-2236ad9ab8be-28d5014b, #w-node-_1d35c34b-8039-bab0-e39e-2236ad9ab8c7-28d5014b, #w-node-_1d35c34b-8039-bab0-e39e-2236ad9ab8d0-28d5014b, #w-node-_1d35c34b-8039-bab0-e39e-2236ad9ab8d9-28d5014b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e842de0-d5f2-b0d1-9939-f59e3640a6f2-28d5014b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80319b6b-a987-f8d0-d0fb-3983c8a4308d-28d5014b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80319b6b-a987-f8d0-d0fb-3983c8a43095-28d5014b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_648debc9-c395-338a-df8f-e3e1074f2278-28d5014b {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_648debc9-c395-338a-df8f-e3e1074f224a-28d5014b {
    order: -9999;
  }

  #w-node-_8e842de0-d5f2-b0d1-9939-f59e3640a6f2-28d5014b {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_648debc9-c395-338a-df8f-e3e1074f2278-28d5014b {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


