html {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.list {
  padding-left: 20px;
}
.list-item {
  margin-right: 20px;
}
.navbar-logo-left-container {
  z-index: 5;
  max-width: 100%;
  padding: 15px 20px;
  background-color: transparent;
}
.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}
.centered-heading {
  margin-bottom: 16px;
  text-align: center;
}
.navbar-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.nav-brand {
  text-decoration: none;
  color: #333333;
}
.text-block {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 36px;
  font-weight: 400;
}
.nav-menu {
  display: flex;
  margin-bottom: 0px;
  justify-content: space-between;
  align-items: center;
}
.list-unstyled {
  display: flex;
  gap: 20px;
  padding-left: 0;
  list-style: none;
}
.nav-link {
  padding: 5px 0;
  color: rgb(26, 27, 31);
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-decoration: none;
}
.nav-link:hover {
  text-decoration: underline;
}
.button {
  background-color: rgb(26, 27, 31);
  border-radius: 0;
  border: 0;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 20px;
  line-height: inherit;
  padding: 12px 25px;
  text-decoration: none;
  text-transform: uppercase;
}
.section {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid rgb(228, 235, 243);
  background-color: rgb(245, 247, 250);
}
.hero-wrapper {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.hero-split {
  display: block;
  flex: 1 1;
  min-width: 300px;
}
.hero-split.center {
  text-align: center;
}
.hero-image {
  max-width: 100%;
}
.heading-center {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
}
.testimonials {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.testimonial-wrapper {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  font-style: italic;
  background: white;
  box-shadow: 0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
}
.testimonial {
  position: relative;
  &::before {
    position: absolute;
    left: -24px;
    top: -4px;
    content: "“";
    color: #888;
    font-size: 40px;
    font-weight: bold;
  }
  &::after {
    position: absolute;
    right: -16px;
    bottom: 0px;
    content: "”";
    color: #888;
    font-size: 40px;
    font-weight: bold;
  }
}
.testimonial-from {
  margin-top: 1rem;
  padding-right: 40px;
  text-align: right;
}
.columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}
.column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 3 1;
  min-width: 300px;
}
.column.image {
  align-items: center;
  min-width: 300px;
  flex: 1 1;
}
.column-image {
  max-width: 300px;
}
.margin-y-24px {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 16px;
}
.pricing-notice {
  max-width: 700px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.pricing-description {
  max-width: 700px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.pricing-grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 50px;
  gap: 50px 64px;
}
.pricing-card-cell {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  flex: 1 0;
  min-width: 250px;
}
.pricing-card-text {
  margin-top: 10px;
  margin-bottom: 20px;
}
.pricing-card-price {
  margin-top: 10px;
  margin-bottom: 20px;
  color: rgb(24, 182, 0);
  font-size: 24px;
  font-weight: 700;
}
.pricing-card-heading {
  margin-top: 0px;
}
.footer-dark {
  position: relative;
  padding: 50px 30px 15px;
  border-style: none;
  border-width: 1px;
  border-color: black;
  background-color: transparent;
}
.footer-copyright-center {
  color: #555;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}
@media (max-width: 700px) {
  .hide-mobile {
    display: none !important;
  }
}
@media (min-width: 701px) {
  .hide-desktop {
    display: none !important;
  }
}
