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

.pricing {
  padding-top: 0px;
  padding-bottom: 80px;
  font-family: sofia-pro, sans-serif;
  font-size: 14px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.hero {
  margin-bottom: 48px;
  font-family: sofia-pro, sans-serif;
}

.hero-container {
  display: block;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-auto-rows: 0px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area-2 Area-2" "Area Area" "Area Area";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 16px auto;
  grid-template-rows: 1fr auto;
}

.hero-heading {
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: adobe-caslon-pro, sans-serif;
  color: #010066;
  font-size: 44px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
}

.hero-heading.store {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #010066;
  line-height: 48px;
}

.maincard {
  padding: 20px;
  border-radius: 8px;
  background-color: #090c4b;
  box-shadow: 0 20px 62px 0 rgba(7, 6, 68, 0.42);
}

.maincard-title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: sofia-pro, sans-serif;
  color: #de2065;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.subcard {
  margin-top: 28px;
  margin-bottom: 28px;
  padding: 20px;
  border: 1px solid #010066;
  border-radius: 8px;
  background-color: #fff;
}

.subcard-title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: sofia-pro, sans-serif;
  color: #de2065;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.body {
  background-image: url('../images/backgroundPattern.svg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-family: sofia-pro, sans-serif;
}

.maincard-cta {
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.maincard-cta:hover {
  background-color: #de2065;
}

.maincard-cta:active {
  background-color: #010066;
}

.price {
  margin-bottom: 40px;
  text-align: center;
}

.subcard-cta {
  display: block;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  border: 1px solid #010066;
  color: #010066;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.subcard-cta:hover {
  background-color: #de2065;
  color: #fff;
}

.subcard-cta:active {
  background-color: #010066;
}

.price-strike {
  margin-bottom: 4px;
  color: #de2065;
  font-size: 26px;
  line-height: 26px;
  font-weight: 500;
  text-decoration: line-through;
}

.price-tag {
  padding-bottom: 6px;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
}

.price-one-time {
  color: #fff;
  font-weight: 600;
}

.subprice-tag {
  padding-bottom: 6px;
  color: #010066;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
}

.subprice-one-time {
  color: #010066;
  font-weight: 600;
}

.price-info {
  width: 75%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  color: #070644;
  font-size: 14px;
  text-align: center;
}

.maincard-imageholder {
  display: -ms-grid;
  display: grid;
  margin-bottom: 20px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.maincard-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding-left: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.subcard-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
}

.maincard-list {
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.subcard-list {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-block {
  padding-left: 12px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.div-block {
  display: none;
  width: 75px;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  background-color: #5ad7e8;
}

.header {
  padding-left: 32px;
}

.logo {
  margin-bottom: 16px;
}

.image {
  display: block;
  margin: 40px auto 44px;
  cursor: pointer;
}

.link-block {
  display: inline-block;
}

.alink {
  color: #010066;
}

.alink:hover {
  color: #de2065;
}

.alink:active {
  color: #010066;
}

.alink.shy {
  color: #010066;
}

.text-span {
  color: #de2065;
}

.guarantee {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #ffead8;
}

.guarantee-heading {
  margin-bottom: 16px;
  font-family: sofia-pro, sans-serif;
  color: #010066;
  font-size: 58px;
  line-height: 61px;
  text-align: center;
  text-transform: uppercase;
}

.guarantantee-text {
  font-family: sofia-pro, sans-serif;
  color: #1d2d35;
  font-size: 23px;
  line-height: 33px;
  font-weight: 400;
  text-align: center;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer-section {
  min-height: 160px;
  margin-top: 80px;
}

.footer-links {
  margin-bottom: 32px;
  font-family: sofia-pro, sans-serif;
  color: #1d2d35;
  font-size: 16px;
  text-align: center;
}

.list-item {
  display: block;
  float: left;
}

.list-item-2 {
  float: left;
}

.list-item-3 {
  float: left;
}

.footer-list {
  float: left;
}

.footer-list-item {
  display: inline;
  padding-right: 32px;
}

.footer-list-item.last {
  padding-right: 0px;
}

.alink-shy {
  font-family: sofia-pro, sans-serif;
  color: #858585;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.alink-shy:hover {
  color: #010066;
}

.alink-shy:active {
  color: #858585;
}

.alink-shy.active {
  color: #de2065;
}

.heading2 {
  color: #010066;
}

.heading3 {
  margin-top: 32px;
  padding-bottom: 16px;
  color: #010066;
}

.paragraph {
  padding-bottom: 8px;
  color: #333;
  font-size: 16px;
  line-height: 26px;
}

.heading4 {
  margin-top: 24px;
  color: #010066;
}

.text-span-2 {
  font-weight: 700;
}

.text-span-3 {
  font-weight: 700;
}

.list {
  font-size: 16px;
  line-height: 24px;
}

.bundleoffer {
  margin-top: 80px;
  margin-bottom: 80px;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cards-grid-container-2 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image-2 {
  margin-top: auto;
}

._2for1-title {
  color: #fff;
}

.maincard-userinfo {
  padding-top: 8px;
  color: #5ad7e8;
  text-align: center;
}

.testimonial {
  margin-top: 100px;
  margin-bottom: 80px;
}

.quote {
  background-color: transparent;
  color: #010066;
  font-size: 37px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.quote-user {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
}

.italic-text {
  color: #1d2d35;
  font-weight: 400;
}

.div-block-2 {
  margin-bottom: 32px;
}

.testimonial-quote {
  margin-bottom: 60px;
}

.testimonial-heading {
  margin-bottom: 16px;
  color: #010066;
  font-size: 58px;
  line-height: 61px;
  text-align: center;
  text-transform: none;
}

.testimonial-heading-text {
  margin-bottom: 58px;
  color: #1d2d35;
  font-size: 23px;
  line-height: 33px;
  font-weight: 400;
  text-align: center;
}

.lottie-animation {
  width: 450px;
  margin-right: auto;
  margin-left: auto;
}

.lottie-animation-2 {
  width: 50px;
}

@media screen and (max-width: 991px) {
  .cards-grid-container {
    grid-column-gap: 20px;
  }
  .hero {
    margin-bottom: 16px;
  }
  .maincard-title {
    font-size: 15px;
  }
  .subcard-title {
    font-size: 15px;
  }
  .header {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }
  .link-block {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .guarantantee-text {
    line-height: 32px;
  }
  .cards-grid-container-2 {
    grid-column-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pricing {
    padding: 40px 20px;
  }
  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .hero {
    margin-bottom: 0px;
  }
  .hero-heading.store {
    font-size: 30px;
    line-height: 34px;
  }
  .maincard-title {
    font-size: 19px;
  }
  .subcard-title {
    font-size: 19px;
  }
  .price-info {
    width: 100%;
  }
  .maincard-list {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .subcard-list {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .guarantantee-text {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 24px;
  }
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .cards-section {
    padding: 40px 20px;
  }
  .cards-grid-container-2 {
    max-width: none;
    justify-items: center;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .image-2 {
    margin-top: 4px;
  }
  .testimonial {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media screen and (max-width: 479px) {
  .centered-container {
    text-align: left;
  }
  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .hero-heading {
    padding-right: 24px;
    padding-left: 24px;
  }
  .hero-heading.store {
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 38px;
  }
  .price-info {
    margin-top: 16px;
  }
  .guarantee-heading {
    font-size: 28px;
    line-height: 32px;
  }
  .guarantantee-text {
    font-size: 22px;
    line-height: 32px;
  }
  .footer {
    padding: 80px 16px;
  }
  .footer-links {
    width: 100%;
  }
  .footer-list {
    width: 100%;
  }
  .alink-shy {
    display: block;
  }
  .cards-grid-container-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .testimonial-heading {
    font-size: 40px;
    line-height: 44px;
  }
}

#w-node-7de294b3b36e-55779396 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

#w-node-da2b3324e375-55779396 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-7de294b3b36e-96c69487 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

#w-node-edcb1b8068f7-96c69487 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-2;
}

#w-node-7de294b3b36e-b213399f {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

#w-node-edcb1b8068f7-b213399f {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-2;
}

#w-node-7de294b3b36e-d98c5925 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

#w-node-edcb1b8068f7-d98c5925 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-2;
}

#w-node-7de294b3b36e-4b135209 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

#w-node-edcb1b8068f7-4b135209 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-2;
}

@media screen and (max-width: 767px) {
  #w-node-da2b3324e378-55779396 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-da2b3324e371-55779396 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-da2b3324e367-55779396 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-da2b3324e375-55779396 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-da2b3324e36e-55779396 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-8055ad914d0d-55779396 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-8055ad914d14-55779396 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

