/* Common */

html {
  box-sizing: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
}

body {
  margin: 0;
  padding: 0;
}

/* Helpers */

.top32 {
  margin: 32px 0 0 0;
}

.contentGapSixteen {
  width: 16px;
}

/* Header */
.navBox {
  max-width: 1200px;
  padding: 0 0 16px 0;
  background: #ffffff;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

#navHamburger {
  all: unset;
  cursor: pointer;
  padding: 16px;
}

#navHamburger:focus {
  outline: #007aff 5px auto;
}

#navHamburger:link,
#navHamburger:visited,
#navHamburger:hover,
#navHamburger:active {
  outline: 0;
}

#navHamburgerIcon {
  display: block;
}

#navCrossIcon {
  display: none;
}

.navLogo {
  text-decoration: none;
  display: flex;
  justify-content: center;
  padding: 16px 16px 16px 14px;
}

#navLinkBox {
  display: none;
  flex-flow: column nowrap;
  width: 100%;
}

.navFeature + div a svg {
  fill: #007aff;
  width: 16px;
  height: 16px;
  margin-right: 16px;
}

.navLinks {
  display: flex;
  justify-content: center;
  text-decoration: none;
  margin: 0;
  padding: 10px;
  color: #000;
  font-size: 16px;
  align-items: center;
}

.navFeature {
  color: #000;
  font-size: 16px;
  padding: 10px;
  display: none;
}

.navFeature + div {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  width: 100%;
}

.navFeature + div a {
  display: flex;
  justify-content: center;
  flex-flow: row nowrap;
  text-decoration: none;
  margin: 0;
  padding: 10px;
  color: #000;
  font-size: 16px;
  align-items: center;
}

.navCTABox {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.navLinks:hover,
.navLogin:hover,
.navFeature + div a:hover {
  color: #007aff;
}

.navStart {
  margin: 16px 0 0 0;
  padding: 10px 20px;
  background: #007aff;
  border-radius: 4px;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  justify-content: center;
}

.navStart:hover,
.mainHeadlineButton:hover,
.mainHeaderCTA:hover {
  background: #004ecc;
  text-decoration: none;
}

@media (min-width: 1024px) {
  .navBox {
    flex-flow: row nowrap;
    margin: 0 auto;
    padding: 16px 32px 16px 32px;
    justify-content: space-between;
    align-items: center;
  }

  #navHamburger {
    display: none;
  }

  .navLogo {
    padding: 0;
  }

  #navLinkBox {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    margin: 0;
    align-items: center;
    position: relative;
    width: auto;
  }

  .navLinks {
    margin: 0 15px 0 15px;
    padding: 14px 10px 14px 10px;
  }

  .navFeature {
    display: flex;
    align-items: center;
    margin: 0 15px 0 15px;
    padding: 14px 10px 14px 10px;
  }

  .navFeatureDown {
    fill: #000;
    margin: 0 0 0 8px;
    width: 10px;
    height: 10px;
  }

  .navFeature + div {
    display: none;
  }

  .navFeature:hover + div,
  .navFeature + div:hover {
    position: absolute;
    display: flex;
    top: 100%;
    left: 15px;
    background: #ffffff;
    border-radius: 4px;
    border: 3px solid #000;
    width: 300px;
    z-index: 999;
  }

  .navFeature:hover + div a,
  .navFeature + div:hover a {
    display: flex;
    flex: 1;
    justify-content: flex-start;
  }

  .navFeature + div a:hover {
    text-decoration: underline 3px solid #007aff;
  }

  .navCTABox {
    flex-flow: row nowrap;
    margin: 0 0 0 32px;
  }

  .navStart {
    margin: 0;
    padding: 14px 20px;
  }
}

/* Main  Index */

.mainHeader {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 32px 24px 32px;
  display: flex;
  flex-flow: column nowrap;
}

.mainHeader h1 {
  margin: 0;
  padding: 0;
}

.mainHeader p {
  margin: 12px 0 0 0;
  padding: 0;
  line-height: 26px;
}

.mainHeaderText {
  display: flex;
  justify-content: center;
  flex-flow: column nowrap;
  align-items: center;
  text-align: center;
}

.mainHeaderText span {
  margin-top: 6px;
  color: #7f7f7f;
  font-size: 14px;
}

.mainHeaderText h1 {
  font-size: 54px;
  line-height: 64px;
  font-weight: 700;
}

.mainHeaderCTA {
  margin: 12px 0 0 0;
  padding: 10px 20px;
  background: #007aff;
  border-radius: 4px;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  justify-content: center;
}

.mainHeaderPicture {
  display: flex;
  justify-content: center;
}

.mainHeaderPicture img {
  border-radius: 5px;
  margin: 40px 0 0 0;
  max-width: 100%;
  width: 600px;
  height: auto;
}

.mainContent {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  max-width: 1200px;
  margin: 64px auto 0 auto;
  padding: 0 32px 0 32px;
  text-align: center;
}

.mainContent h2 {
  font-size: 22px;
  font-weight: 700;
}

.mainContentLogoBox {
  margin: 0 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-flow: column nowrap;
  align-items: center;
  width: 100%;
}

.mainContentLogoBox svg,
.mainContentLogoBox img {
  margin: 38px 0 0 0;
  width: 200px;
}

.mainContentBottomCTA {
  max-width: 1200px;
  margin: 110px auto 0 auto;
  padding: 0 32px 0 32px;
}

.mainContentBottomCTABox {
  background: #007aff;
  padding: 80px 0 80px 0;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
}

.mainContentBottomCTA h2 {
  margin: 0;
  padding: 0;
  font-size: 54px;
  line-height: 64px;
  font-weight: 700;
}

.mainContentBottomCTA svg {
  margin: 0 4px 0 0;
  width: 18px;
  height: 18px;
  fill: #ffffff;
}

.mainContentBottomCTAButton {
  margin: 20px 0 0 0;
  padding: 10px 20px;
  background: #ffffff;
  border-radius: 4px;
  color: #007aff;
  text-decoration: none;
  display: flex;
  justify-content: center;
}

.mainContentBottomCTABenefitsBox {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  align-items: center;
}

@media (min-width: 1024px) {
  .mainHeader {
    flex-flow: row nowrap;
  }

  .mainHeaderText {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 16px 0 0;
    max-width: 496px;
    text-align: left;
  }

  .mainHeaderPicture {
    justify-content: flex-end;
    align-items: flex-end;
    flex-grow: 1;
    padding: 10px 0 0 0;
  }

  .mainHeaderPicture img {
    margin: 0;
    box-shadow: 0 10px 36px 0 rgb(0 0 0 / 16%), 0 0 0 1px rgb(0 0 0 / 6%);
  }

  .mainContentLogoBox {
    flex-flow: row nowrap;
    margin: 40px 40px 0 40px;
    padding: 0;
  }

  .mainContentLogoBox svg,
  .mainContentLogoBox img {
    margin: 0;
  }
}

/* Main  Features */

.mainFeatures {
  max-width: 1200px;
  margin: 64px auto 0 auto;
  padding: 0 32px 0 32px;
}

.mainFeaturesBox {
  background: #f3f2f0;
  padding: 80px 0 80px 0;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  border-radius: 5px;
  color: #000000;
  text-align: center;
}

.mainFeaturesBox h2 {
  margin: 5px 0 20px 0;
}

.mainFeaturesBox svg {
  fill: #000000;
}

/* Main  Pricing */

.mainPricing {
  display: flex;
  flex-flow: column nowrap;
  max-width: 1200px;
  margin: 60px auto 0 auto;
  justify-content: center;
  align-content: center;
  text-align: center;
  padding: 0 32px 0 32px;
}

.mainPricing h1 {
  font-size: 54px;
  line-height: 64px;
  font-weight: 700;
}

.mainPricingBenefitsBox {
  display: flex;
  flex-flow: row nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.mainPricingBenefitsBox svg {
  fill: #868e96;
  width: 18px;
  height: 18px;
  margin: 20px 4px 0 0;
}

.mainPricingBenefitsBox span {
  margin: 20px 0 0 0;
}

.mainPricing p {
  margin: 8px 0 0 0;
}

.mainPricingSlider {
  max-width: 1200px;
  margin: 64px auto 0 auto;
  padding: 0 32px 0 32px;
}

/* Main  Contact */
.mainContact {
  display: flex;
  flex-flow: column nowrap;
  max-width: 1200px;
  margin: 60px auto 0 auto;
  justify-content: center;
  align-content: center;
  text-align: center;
  padding: 0 32px 0 32px;
}

.mainContact h1 {
  font-size: 54px;
  line-height: 64px;
  font-weight: 700;
}

.mainContact p {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  margin: 32px 0 0 0;
}

.mainContact svg {
  width: 18px;
  height: 18px;
  margin: 4px;
}

/* Main  Common */

.mainCommon {
  display: flex;
  flex-flow: column nowrap;
  max-width: 1200px;
  margin: 60px auto 0 auto;
  justify-content: flex-start;
  align-content: center;
  text-align: left;
  padding: 0 32px 0 32px;
}

/* Footer */

footer {
  border-top: 1px solid #eee;
  margin: 48px 0 0 0;
  width: 100%;
}

.footerMain {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 48px 32px 24px 32px;
}

.footerLogo {
  padding: 0 0 8px 0;
}

.footerColumn,
.footerCTAColumn {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.footerColumn {
  margin: 48px 0 0 0;
}

.footerColumn h5 {
  margin: 0;
  padding: 0 0 8px 0;
  font-size: 16px;
  font-weight: 700;
}

.footerColumn a,
.footerColumn a:visited,
.footerColumn img {
  margin: 16px 0 0 0;
  text-decoration: none;
  color: #000;
  font-size: 16px;
}

.footerColumn a:hover {
  color: #007aff;
}

.footerCTAColumn {
  margin: 0;
  padding: 0;
}

.footerCTAColumn svg {
  width: 16px;
  height: 16px;
  fill: #5b5b60;
}

.footerBottom {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  padding: 48px 32px 24px 32px;
  align-items: center;
  align-content: center;
  color: #868e96;
  font-size: 16px;
  text-align: center;
}

.footerBottom span {
  margin: 48px 0 0 0;
}

.footerSocialBox {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.footerSocialBox a {
  width: 18px;
  height: 18px;
  margin: 0 16px 0 0;
  fill: #868e96;
}

@media (min-width: 1024px) {
  .footerMain {
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: row nowrap;
  }

  .footerColumn,
  .footerCTAColumn {
    align-items: flex-start;
    margin: 0;
  }

  .footerBottom {
    flex-flow: row nowrap;
  }

  .footerBottom span {
    margin: 0;
  }
}

/* Homepage */
.homepageBenefits {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  max-width: 1200px;
  margin: 110px auto 0 auto;
  padding: 110px 32px 0px 32px;
  text-align: center;
  border-top: 1px solid #eee;
}

.homepageBenefits h2 {
  display: flex;
  width: 100%;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 52px;
  font-weight: 700;
}

.homepageBenefitBox {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.homepageBenefit {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  border: 2px solid #eee;
  border-radius: 6px;
  padding: 30px 20px 30px 20px;
  width: 240px;
  margin: 70px 10px 0px 10px;
}

.homepageBenefitBubble {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  width: 65px;
  background: #007aff;
  border-radius: 8px;
  color: #ffffff;
  font-size: 20px;
}

.homepageBenefit p {
  margin: 0;
  padding: 0;
  line-height: 26px;
}

.homepageBenefit h3 {
  font-size: 22px;
  font-weight: 700;
  padding: 20px 0 15px 0;
}

.mainContentFeatures {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  max-width: 1200px;
  margin: 110px auto 0 auto;
  padding: 110px 32px 20px 32px;
  text-align: center;
  background: #f3f2f0;
}

.mainContentFeatures h2 {
  display: flex;
  width: 100%;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 52px;
  font-weight: 700;
}

.mainContentFeatureBox {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 70px 0 0 0;
  overflow: hidden;
}

.mainContentFeature {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  padding: 30px 20px 60px 20px;
  width: 354px;
  margin: 0 12px 0 12px;
}

.mainContentFeature svg {
  width: 42px;
  height: 42px;
  fill: #5b5b60;
}

.mainContentFeature h3 {
  margin: 24px 0 0 0;
  padding: 0;
  font-size: 19px;
  line-height: 23px;
  font-weight: 600;
  letter-spacing: 0.228px;
}

.mainContentFeature p {
  margin: 8px 0 0 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

/* Features */

.featureBenefits {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  max-width: 1200px;
  margin: 110px auto 0 auto;
  padding: 110px 32px 70px 32px;
  text-align: center;
  background: #f3f2f0;
}

.featureBenefitText {
  display: flex;
  flex-flow: column nowrap;
  text-align: left;
  width: 100%;
}

.featureBenefitTextLeft {
  padding: 0px 70px 20px 0px;
}

.featureBenefitTextRight {
  padding: 0px 0px 20px 70px;
}

.featureBenefitText h2 {
  margin: 0;
  padding: 0;
}

.featureBenefitText h3 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
}

.featureBenefitText p {
  margin: 0;
  padding: 20px 0 15px 0;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.featureBenefitText ul,
.featureBenefitText ol {
  margin: 4px 0 4px 0;
  padding: 0;
  list-style-position: inside;
}

.featureBenefitText li {
  font-size: 14px;
  line-height: 1.38462;
}

.featureBenefitImageBox {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.featureBenefitImageBox img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.featureFAQ {
  display: flex;
  flex-flow: column nowrap;
  max-width: 1200px;
  margin: 110px auto 0px auto;
  padding: 0px 32px 0px 32px;
}

.featureFAQ h2 {
  display: flex;
  width: 100%;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 52px;
  font-weight: 700;
}

.featureFAQBox:first-of-type {
  margin: 70px 0 0 0;
}

.featureFAQBox {
  padding: 30px;
  border-radius: 6px;
  border: 2px solid #eee;
  margin: 20px 0 0 0;
}

.featureFAQBox p {
  margin: 6px 0 0 0;
  line-height: 25px;
}

@media (min-width: 1024px) {
  .featureBenefitText {
    width: 50%;
  }
  .featureBenefitImageBox {
    width: 50%;
  }
}

/* Pricing */

.pricingPrice {
  max-width: 1200px;
  margin: 64px auto 0 auto;
  padding: 100px 64px 64px 64px;
  background: #f3f2f0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  text-align: center;
}

.pricingPrice h2 {
  display: flex;
  width: 100%;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 52px;
  font-weight: 700;
}

.pricingData {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 60px auto 0 auto;
  padding: 0 20px 0 20px;
}

.pricingPriceBox {
  display: flex;
  flex-flow: column nowrap;
  text-align: left;
  margin: 16px 0 0 0;
  border-radius: 6px;
  border: 2px solid #868e96;
  padding: 16px;
}

.pricingPrice h3:first-of-type {
  padding: 0 0 4px 0;
}

.pricingMainDollarText {
  font-weight: 700;
  font-size: 36px;
  margin: 20px 0 0 0;
}

.pricingMainDollarLight {
  font-weight: 400;
  font-size: 20px;
  margin: 0;
}

.pricingCTAText {
  margin: 10px 0 0 0;
}

.pricingFAQBox {
  max-width: 1100px;
  margin: 80px auto 0 auto;
}

.pricingFeatures {
  max-width: 1200px;
  margin: 80px auto 0 auto;
  text-align: center;
  padding: 0 32px 0 32px;
}

.pricingFeatures h2 {
  font-size: 52px;
  font-weight: 700;
}

.pricingFeatures p {
  margin: 20px 0 0 0;
  line-height: 1.5;
}

.pricingFeaturesItemBox {
  margin: 60px 0 0 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.pricingFeaturesItem {
  width: 320px;
  margin: 0;
  padding: 40px 16px 0 16px;
}

.pricingFeaturesItem h3 {
  line-height: 1.5;
}

.pricingFeaturesItem p {
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.upgradeBox {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.upgradeDetailBox {
  display: flex;
  flex-flow: column nowrap;
  border: 1px solid #737c84;
  border-radius: 5px;
  padding: 0 20px 32px 20px;
  width: 200px;
  margin: 32px 12px 0 12px;
}

.upgradeDetailBox h2 {
  padding: 19px 0 19px 0;
}

.upgradePrice {
  font-size: 22px;
}

.upgradeIncludeHeader {
  font-size: 14px;
  font-weight: 600;
  margin: 16px 0 0 0;
}

.upgradeIncludeItem {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 8px 0 0 0;
}

.upgradeIncludeItem svg {
  width: 16px;
  height: 16px;
  stroke: #22975f;
  margin: 0 8px 0 0;
}
