html #heroImage {
  display: inline-block;
  position: relative;
}
html #heroImage img {
  border-radius: 8px;
  box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
  display: block;
  max-width: 100%;
}
html body .center {
  margin: 0 auto;
  text-align: center;
  max-width: 500px;
  width: 80%;
}
html body #account {
  display: none;
  margin: 0 0 60px 0;
  text-align: center;
}
html body #account #accountInfo,
html body #account #feedback {
  border-radius: 4px;
  background-color: #d9edf7;
  color: #31708f;
  font-size: 16px;
  margin: 40px auto 0 auto;
  padding: 12px;
  max-width: 400px;
}
html body #account #accountInfo div,
html body #account #feedback div {
  padding: 4px 0;
}
html body #pricing #period {
  text-align: center;
  padding: 0 0 20px 0;
}
html body #pricing #period .toggle,
html body #pricing #period .toggler {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}
html body #pricing #period .toggler {
  color: #ddd;
  cursor: pointer;
  transition: .2s;
  font-weight: bold;
}
html body #pricing #period .toggler.active {
  color: #4588f9;
}
html body #pricing #period .toggle {
  position: relative;
  width: 80px;
  height: 35px;
  border-radius: 100px;
  background-color: #659dfd;
  overflow: hidden;
  box-shadow: inset 0 0 2px 1px rgba(0,0,0,0.05);
}
html body #pricing #period .toggle [type=checkbox]:checked,
html body #pricing #period .toggle [type=checkbox]:not(:checked) {
  pointer-events: all;
}
html body #pricing #period .toggle #switcher {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}
html body #pricing #period .toggle #switcher:checked ~ .switch {
  right: 4px;
  left: 57.5%;
  transition: 0.25s cubic-bezier(0.785,0.135,0.15,0.86);
  transition-property: left, right;
  transition-delay: .08s, 0s;
}
html body #pricing #period .toggle .switch {
  position: absolute;
  left: 4px;
  top: 4px;
  bottom: 4px;
  right: 57.5%;
  background-color: #fff;
  border-radius: 36px;
  z-index: 1;
  transition: 0.25s cubic-bezier(0.785,0.135,0.15,0.86);
  transition-property: left, right;
  transition-delay: 0s, .08s;
}
html body #pricing #pricingHeader {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 0 0 60px 0;
}
html body #pricing #pricingHeader .plan {
  border-radius: 8px;
  border: 1px solid #e6ecf1;
  padding: 24px;
  width: 33%;
}
html body #pricing #pricingHeader .plan .name {
  color: #2a2a4e;
  font-size: 26px;
  font-weight: 600;
  margin: 10px 0;
}
html body #pricing #pricingHeader .plan .about {
  font-size: 15px;
  line-height: 22px;
  margin: 10px 0;
}
html body #pricing #pricingHeader .plan .price {
  font-size: 30px;
  font-weight: 600;
}
html body #pricing #pricingHeader .plan .price span {
  font-size: 14px;
  font-weight: 400;
}
html body #pricing #pricingHeader .plan .button {
  height: 48px;
  margin: 20px 0;
  width: 100%;
  font-size: 16px;
}
html body #pricing #pricingHeader .plan .features {
  margin: 0;
}
html body #pricing #pricingHeader .plan .features ul {
  padding: 0 2px;
  list-style: none;
  font-size: 14.5px;
}
html body #pricing #pricingHeader .plan .features ul li {
  display: flex;
  align-items: center;
}
html body #pricing #pricingHeader .plan .features ul li i {
  margin: 0 10px 0 0;
}
html body #pricing #pricingHeader .plan .features ul .title {
  font-weight: 600;
}
html body #pricing #pricingHeader .plan .hide {
  display: none;
}
html body #pricing #pricingHeader .plan:nth-of-type(2) {
  border: 4px solid transparent;
  border-radius: 8px;
  background: linear-gradient(to right,white,white), linear-gradient(to right,#4588f9,#8e44ad);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}
html body #pricing #pricingHeader .plan:nth-of-type(2):before {
  color: white;
  background: linear-gradient(283deg,#4588f9,#8e44ad);
  content: 'Recommended';
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  border-radius: 4px;
  padding: 4px 0;
  width: 102px;
  margin: -36px auto 0 auto;
  display: block;
}
html body #pricing #pricingHeader .plan:nth-of-type(2) .name {
  margin: 21px 0 10px 0;
}
html body #pricing #plansSticky {
  background: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 45px;
  position: sticky;
  top: 70px;
  display: flex;
  justify-content: space-around;
  color: #27282d;
}
html body #pricing #plansSticky div {
  width: 25%;
}
html body #pricing #plansSticky div:before {
  content: "";
  height: 10px;
  margin: 23px 0 0 1px;
  opacity: .35;
  position: absolute;
}
html body #pricing #plansSticky div:nth-of-type(2):before {
  width: 70px;
  background: #4588f9;
}
html body #pricing #plansSticky div:nth-of-type(3):before {
  width: 142px;
  background: #8e44ad;
}
html body #pricing #plansSticky div:nth-of-type(4):before {
  width: 125px;
  background: linear-gradient(283deg,#4588f9,#8e44ad);
}
html body #pricing #pricingTable {
  border-collapse: collapse;
  font-size: 15px;
  text-align: center;
  width: 100%;
}
html body #pricing #pricingTable .sectionSpacer {
  height: 20px;
}
html body #pricing #pricingTable .section {
  text-align: left;
  font-weight: 600;
}
html body #pricing #pricingTable .section td {
  background: rgba(230,236,241,0.7);
  padding: 8px 20px;
}
html body #pricing #pricingTable .section td:nth-of-type(1) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
html body #pricing #pricingTable .section td:nth-of-type(4) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
html body #pricing #pricingTable .feature .name {
  padding: 8px 20px;
  text-align: left;
}
html body #pricing #pricingTable .feature .fa-check-circle {
  color: #27ae60;
}
html body #pricing #pricingTable .feature .fa-times-circle {
  color: #e6ecf1;
}
html body #pricing #pricingTable td {
  width: 25%;
}
html body #pricingFooter {
  margin: 80px 0 0 0;
  text-align: center;
}
html body #pricingFooter #content {
  display: inline-block;
  width: 90%;
}
html body #pricingFooter #content a {
  font-weight: bold;
}
html body #pricingFooter #content a:hover span {
  padding: 0 0 0 10px;
}
html body #pricingFooter #content a span {
  padding: 0 0 0 5px;
  transition: .1s;
}
html body #pricingFooter #content p {
  font-size: 16px;
  margin: 10px auto 10px auto;
}
html body #pricingFooter #content .title {
  color: rgba(42,42,78,0.8);
  font-size: 20px;
  font-weight: bold;
}
.accordion {
  float: left;
  max-width: 300px;
  padding: 0 15px 0 0;
  width: 18%;
}
.accordion .title {
  color: #6c7c92;
  cursor: pointer;
  font-weight: 700;
  padding: 15px;
  font-size: 17px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion .title:hover {
  color: #546173;
}
.accordion li {
  list-style: none;
}
.accordion li:last-child .title {
  border-bottom: 0;
}
.accordion li .default .content {
  display: block;
}
.accordion .content {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.3s ease-out;
}
.accordion .content li {
  line-height: 22px;
}
.accordion .content li a {
  border-radius: 4px;
  color: #6c7c92;
  display: block;
  font-size: 15px;
  font-weight: 500;
  padding: 11px 12px 11px 30px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.accordion .content li a:hover {
  color: #546173;
}
#faqFAQs {
  float: left;
  margin: 0 0 0 50px;
  width: calc(82% - 80px);
}
#faqFAQs h3 {
  margin: 60px 0 20px 0;
}
#faqFAQs h4 {
  margin-top: 40px;
}
#faqFAQs .sectionTitle {
  margin: 80px 0 -20px 0;
}
#faqFAQs .content {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.3s ease-out;
}
#faqFAQs .content li {
  line-height: 22px;
}
#faqFAQs .content li a {
  border-radius: 4px;
  color: #505050;
  display: block;
  font-size: 15px;
  font-weight: 500;
  padding: 11px 12px 11px 30px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#faqFAQs .content li a:hover {
  color: #8e8e8e;
}
#faqFAQs img {
  border-radius: 8px;
  margin: 20px 0 0 0;
  max-width: 900px;
  width: 100%;
}
#faqFAQs .tabs {
  position: relative;
  z-index: 0;
}
#faqFAQs .tabs .tab {
  height: inherit !important;
}
#faqFAQs .tabs .tab h4 {
  margin-top: 20px;
}
#pricingFAQs {
  float: inherit;
  margin: 100px auto 0 auto;
  max-width: inherit;
  text-align: left;
  width: 60%;
}
#pricingFAQs .content li {
  line-height: 28px;
  list-style: initial;
}
#pricingFAQs .expander {
  color: transparent;
  text-shadow: 0 0 0 #889BB0;
  float: right;
}
#pricingFAQs .title {
  line-height: 70px;
  padding: 0;
  transition: 0.3s;
}
#faqFAQs .notice,
#pricingFAQs .notice {
  color: #155724;
  background-color: #d4edda;
  border-radius: 4px;
  line-height: 25px;
  padding: .75rem 1.25rem;
  width: fit-content;
}
#faqFAQs .notice i,
#pricingFAQs .notice i {
  color: #27ae60;
  margin: 0 10px 0 0;
}
#faqFAQs .notice a,
#pricingFAQs .notice a {
  color: #27ae60;
}
#faqFAQs .notice a:hover,
#pricingFAQs .notice a:hover {
  color: #155724;
}
#faqFAQs li,
#faqFAQs p,
#pricingFAQs li,
#pricingFAQs p {
  color: #6c7c92;
  font-size: 16px;
}
#faqFAQs .tabs,
#pricingFAQs .tabs {
  display: flex;
  flex-wrap: wrap;
}
#faqFAQs .tabs input[type="radio"],
#pricingFAQs .tabs input[type="radio"] {
  display: none;
}
#faqFAQs .tabs input[type="radio"]:checked + label,
#pricingFAQs .tabs input[type="radio"]:checked + label {
  border: 1px solid #e6ecf1;
  border-bottom: 1px solid white;
  z-index: 1;
}
#faqFAQs .tabs input[type="radio"]:checked + label + .tab,
#pricingFAQs .tabs input[type="radio"]:checked + label + .tab {
  display: block;
}
#faqFAQs .tabs label,
#pricingFAQs .tabs label {
  border: 1px solid white;
  border-bottom: 0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  order: 1;
  padding: 1rem 1.5rem;
}
#faqFAQs .tabs .tab,
#pricingFAQs .tabs .tab {
  border: 1px solid #e6ecf1;
  border-radius: 4px;
  display: none;
  height: 312px;
  min-width: 60%;
  overflow-y: auto;
  overflow-x: hidden;
  order: 99;
  padding: 0 1.4rem;
  margin: -1px 0px 0 0;
}
#faqFAQs .tabs .tab a,
#pricingFAQs .tabs .tab a {
  color: #4588f9 !important;
  display: initial;
}
#faqFAQs .tabs .tab a:hover,
#pricingFAQs .tabs .tab a:hover {
  color: #1274ED !important;
}
#faqFAQs .tabs .tab .notice,
#pricingFAQs .tabs .tab .notice {
  margin: 20px 0 0 0;
}
#faqFAQs ol,
#pricingFAQs ol {
  counter-reset: item;
  list-style: none;
  padding-inline-start: 0px;
}
#faqFAQs ol li,
#pricingFAQs ol li {
  counter-increment: item;
  margin-bottom: 15px;
}
#faqFAQs ol li:before,
#pricingFAQs ol li:before {
  color: white;
  background-color: #659dfd;
  border-radius: 2em;
  content: counter(item);
  font-weight: bold;
  font-size: 0.9em;
  height: 2em;
  line-height: 2em;
  margin-right: 10px;
  position: absolute;
  text-align: center;
  width: 2em;
}
#faqFAQs ol li p,
#pricingFAQs ol li p {
  margin-left: 50px;
  padding: 2px 0 0 0;
}
.button {
  border-radius: 8px;
  background: linear-gradient(333deg,#4588f9,#8e44ad);
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  outline: 0;
  padding: 12px 14px;
  text-decoration: none;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}
.button:hover {
  background: linear-gradient(333deg,#4588f9,#4588f9);
}
.button-hero {
  border-radius: 11px !important;
  box-shadow: 6px 6px 0 0 rgba(69,136,249,0.2) !important;
  font-size: 17px !important;
  padding: 20px 50px !important;
  width: inherit !important;
}
.button-hero:hover {
  -webkit-transform: inherit !important;
  transform: inherit !important;
}
.button-hero-clear {
  border-radius: 11px !important;
  box-shadow: 6px 6px 0 0 rgba(69,136,249,0.2) !important;
  color: #1274ED !important;
  font-size: 17px !important;
  padding: 20px 50px !important;
  width: inherit !important;
  border: 4px solid transparent;
  background: linear-gradient(to right,white,white), linear-gradient(to right,#4588f9,#8e44ad);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}
.button-hero-clear:hover {
  background: #4588f9;
  color: #fff !important;
  -webkit-transform: inherit !important;
  transform: inherit !important;
}
.button-tertiary {
  color: #6c7c92;
  font-weight: 600;
  background: transparent;
  box-shadow: none;
}
.button-tertiary:hover {
  background: #f6f9fc;
  transition: box-shadow 200ms, background 200ms;
  box-shadow: none;
}
@media handheld,only screen and (max-width: 700px) {
  html body #pricing #pricingHeader {
    display: block;
  }
  html body #pricing #pricingHeader .plan {
    padding: 24px;
    width: 90%;
    margin: 20px auto;
  }
  html body #pricing #plansSticky {
    display: none;
  }
}
