.vsl-head {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
}
.common-content {
  text-align: left;
  color: #434343;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .common-content {
    font-size: 16px;
  }
}
.common-content .separate-line {
  max-width: 100%;
  width: 100%;
  margin-bottom: 15px;
}
.common-content h1 {
  font-size: 32px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .common-content h1 {
    font-size: 26px;
  }
}
.common-content h3 {
  font-weight: 700;
  color: #000;
  font-size: 24px;
  margin: 40px 0 15px;
}
@media screen and (max-width: 768px) {
  .common-content h3 {
    font-size: 18px;
  }
}
.common-content ul {
  list-style: none;
  margin: 40px 0;
  margin-left: 40px;
}
.common-content ul strong {
  display: block;
}
.common-content ul li {
  margin-bottom: 24px;
}
.common-content ul.disk-list {
  list-style: disc;
}
.common-content ul.disk-list li {
  margin-bottom: 8px;
}
.page_wrapper {
  color: #2b4c55;
}
.hero-section .under-video-text {
  margin: 4px 0 0;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
}
.cta-btn-wrapper img {
  position: absolute;
  right: -60px;
  bottom: -10px;
  width: 160px;
  filter: drop-shadow(0 4.4px 16.5px rgba(0, 0, 0, 0.5));
}
.about-video-section .av-item h4 {
  color: inherit;
}
@media screen and (min-width: 990px) {
  .about-video-section .av-item {
    margin: 0 auto;
    max-width: 849px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .about-plan-section h3 {
    font-size: 6vw;
  }
}
.lp-about-product-section .title-font {
  font-weight: 400;
}
.lp-about-product-section .title-font span {
  display: inline;
}
.lp-about-product-section .lp-ap-item h4 {
  color: inherit;
}
.lp-about-product-section .green-line {
  width: 300px;
  display: inline-block;
  border-top: 2px solid #448000;
  max-width: 50%;
  margin: 20px 0;
}
.prices .old-price {
  font-size: 2rem;
  text-decoration: none;
}
.testimonials-section {
  background: #fff;
}
.testimonials-section h2 span {
  text-transform: none;
  font-size: inherit;
}
.cta-btn-wrapper {
  margin-top: 32px;
}
.cta-btn-title {
  font-size: 35px;
  line-height: 49px;
  font-weight: 900;
  letter-spacing: 4px;
  text-shadow: 2px 4px 4.5px #00000080;
}
.cta-btn-subtitle {
  font-size: 42px;
  line-height: 49px;
  font-weight: 900;
  letter-spacing: 4px;
  text-shadow: 2px 4px 4.5px #00000080;
}
.video-js {
  position: absolute !important;
  width: 100%;
  height: 100%;
}
.accordion-wrapper {
  width: 1000px;
  max-width: 100%;
  margin: 50px auto;
}
.accordion-wrapper .accordion-item {
  border-radius: 8px;
  overflow: hidden;
  text-align: left;
  margin-bottom: 32px;
}
.accordion-wrapper .accordion-title-row {
  color: #67646a;
  font-size: 18px;
  padding: 20px;
  padding-right: 60px;
  background: #edffe9;
  cursor: pointer;
  position: relative;
  display: flex;
  min-height: 100px;
  align-items: center;
  line-height: 1.4;
}
.accordion-wrapper .accordion-title-row .open_icon {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 30px;
  transition: all 0.3s;
}
.accordion-wrapper .accordion-title-row.active .open_icon {
  transform: rotate(-180deg);
}
.accordion-wrapper .accordion-content {
  padding: 20px;
  line-height: 1.5;
  display: none;
  background: #f2f2f2;
  border-radius: 8px;
  font-size: 16px;
  margin-top: 15px;
}
.accordion-wrapper .accordion-content ul {
  margin: 0;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .accordion-wrapper {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.faqs-section {
  background: #fff;
  padding: 40px 0;
}
.faqs-section h2 {
  font-size: 46px;
  color: inherit;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .faqs-section h2 {
    font-size: 6vw;
    margin-bottom: 32px;
  }
}
.faqs-wrapper {
  display: flex;
  justify-content: space-between;
}
.faqs-wrapper .faqs-column {
  width: 44%;
}
@media screen and (max-width: 768px) {
  .faqs-wrapper {
    flex-direction: column;
  }
  .faqs-wrapper .faqs-column {
    width: 100%;
  }
}
.input-field-bg {
  height: 40px;
  width: 50%;
  border-bottom: 2px solid #000;
}
.input-field-bg-no-top {
  height: 30px;
  width: 50%;
  border-bottom: 2px solid #000;
  margin-top: 0px;
}
.validation-text-field {
  background-color: #fff;
  width: 100%;
}
.download-button {
  color: blue;
  text-decoration: underline;
}
