body {
  background: #fff;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-rendering: optimizelegibility;
  -webkit-font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  }

h1, h2, h3 {
  color: #000;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  letter-spacing: -0.8px;
  }

h1 {
  font-size: 48px;
  line-height: 1.15;
  }

h2 {
  font-size: 40px;
  line-height: 1.2;
  }

h2 span {
  font-size: 16px;
  font-weight: 700;
  margin-right: 1px;
  vertical-align: 95%;
  }

h1, h2 {
  margin-bottom: 18px;
  }

h3 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 5px;
  }

p, li {
  font-size: 18px;
  line-height: 26px;
  }

p, ol, ol li, ul, .more-space {
  margin-bottom: 24px;
  }

ol {
  padding-left: 24px;
  }

ul li {
  list-style: none;
  }

strong {
  font-weight: 900;
  }

img {
  max-width: 100%;
  }

a {
  color: #000;
  transition: background .2s, border-color .2s, color .2s;
  }

a:hover {
  color: #1a73e8;
  cursor: pointer;
  }

hr {
  background: #ddd;
  border: none;
  color: #ededed;
  height: 1px;
  margin: 0 0 96px;
  }

.wrap {
  margin: 0 auto;
  max-width: 1400px;
  padding: 40px 64px 16px;
  width: 100%;
  }

.header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
  }

a.logo, a.logo:hover {
  color: #000;
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.5px;
  text-decoration: none;
  text-transform: uppercase;
  }

.nav {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: space-between;
  margin: 0;
  }

.nav li {
  font-size: 16px;
  margin: 0 22px;
  }

.nav a {
  text-decoration: none;
  }

.header > div {
  align-items: center;
  display: flex;
  }

.menu-toggle {
  cursor: pointer;
  display: none;
  margin-left: 20px;
  z-index: 1000;
  }

.row {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 120px;
  }

.hero .row {
  align-items: center;
  }

.left {
  width: 45%;
  }

.right {
  width: 40%;
  }

.hero .right,
.faqs .right {
  width: 50%;
  }

.hero p,
.faqs .left p {
  max-width: 90%;
  }

.heading {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  text-transform: uppercase;
  }

.powered-by {
  align-items: center;
  display: flex;
  margin-bottom: 24px;
  }

.powered-by p {
  font-size: 13px;
  margin: 0;
  }

.powered-by img {
  margin-left: 6px;
  max-width: 100px;
  }

.personal {
  color: #db4437;
  }

.business {
  color: #0f9d58;
  }

.benefits ul {
  margin-bottom: 0;
  }

.benefits li {
  display: flex;
  }

.benefits li img {
  height: 24px;
  xmargin-top: -2px;
  margin-bottom: 1px;
  width: 24px;
  }

.benefits li div {
  margin-left: 16px;
  }

.pricing img {
  margin-bottom: 24px;
  }

.pricing .btn {
  margin-bottom: 28px;
  }

p.hosted-by {
  font-size: 13px;
  }

details {
  border-bottom: 1px solid #eee;
  margin-bottom: 24px;
  padding-bottom: 12px;
  }

details:last-child {
  border: 0;
  }

details summary > * { display: inline }

details summary {
  cursor: pointer;
  display: flex;
  }

details summary h3 {
  width: 100%;
  }

details p {
  margin-bottom: 12px;
  max-width: 90%;
  }

summary::-webkit-details-marker {
  display: none;
  }

summary::after {
  content: '';
  background: url('/_assets/images/chevron.svg');
  background-size: cover;
  height: 16px;
  justify-content: space-between;
  margin-left: 12px;
  position: relative;
  top: 8px;
  transition: transform 0.2s;
  width: 16px;
  }

details[open] > summary::after {
  transform: rotate(180deg);
  }

.last-call {
  background: #000;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 90px 0;
  position: relative;
  right: 50%;
  text-align: center;
  width: 100vw;
  }

.last-call h1,
.last-call p {
  color: #fff;
  font-weight: 700;
  }

.footer {
  color: #888;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  }

.footer p {
  font-size: 15px;
  }

.footer ul li {
  display: inline;
  font-size: 15px;
  margin-left: 20px;
  }

.footer ul li:first-child {
  margin: 0;
  }

.footer a {
  color: #888;
  text-decoration: none;
  }

.footer a:hover {
  color: #1a73e8;
  }

a.action {
  text-decoration: none;
  }

a.action span {
  border-bottom: 2px solid #000;
  cursor: pointer;
  font-weight: 700;
  }

a.action:hover span {
  border-bottom: 2px solid #1a73e8;
  }

form { width: 100% }
form .row { margin-bottom: 12px }
form .col { flex: 48%}
form .space { flex: 4% }

fieldset {
  margin-bottom: 16px;
  }

label {
  display: block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.25px;
  line-height: 1.5;
  margin-bottom: 4px;
  text-align: left;
  }

label span { color: #888 }
span.required { color: #f44 }

input[type="text"], input[type="email"], input[type="tel"],
input[type="password"], textarea {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  font: 400 16px/24px 'Roboto', sans-serif;
  outline: 0;
  padding: 12px;
  width: 100%;
  }

textarea { resize: none }
input:focus, textarea:focus { background: #fff; border: 2px solid #000; padding: 11px }
::placeholder { color: #aaa; font-weight: 400; opacity: 1 }
::-ms-input-placeholder { color: #aaa }

.btn, button {
  background: #000;
  border-radius: 32px;
  border: 1px solid #000;
  color: #fff;
  display: inline-block;
  font: 400 16px 'Roboto', sans-serif;
  letter-spacing: 0.5px;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  transition: background .2s, border .2s, box-shadow .2s, color .2s;
  -webkit-font-smoothing: auto !important;
  }

.header .btn {
  font-size: 14px;
  margin-left: 18px;
  padding: 10px 20px;
  }

.alt-btn {
  background: #fff;
  border: 1px solid #ddd;
  color: #000;
  margin-right: 10px;
  }

.content .btn {
  margin-top: 4px;
  }

.last-call .btn {
  background: #fff;
  color: #000;
  font-weight: 500;
  }

.btn:hover, button:hover, .alt-btn:hover {
  background: #1a73e8;
  border: 1px solid #1a73e8;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  color: #fff;
  cursor: pointer;
  }

.profile {
  align-items: start;
  display: flex;
  }

.profile img {
  max-width: 45px;
  }

.profile p {
  line-height: 1.3;
  padding-left: 10px;
  }

.hamburger {
  cursor: pointer;
  display: inline-block;
  }

.bar1, .bar2, .bar3 {
  background: #000;
  height: 2px;
  margin: 4px 0;
  transition: 0.2s;
  width: 20px;
  }

body.menu-open {
  overflow: hidden;
  }

.menu-open .bar1 {
  transform: translate(0, 5.8px) rotate(-45deg);
  }

.menu-open .bar2 {
  opacity: 0;
  }

.menu-open .bar3 {
  transform: translate(0, -5.8px) rotate(45deg);
  }

.mobile-menu {
  align-items: center;
  background: rgb(255,255,255);
  background: rgb(255,255,255,0.97);
  display: flex;
  height: 0;
  justify-content: center;
  left: 0;
  overflow-y: hidden;
  position: fixed;
  top: 0;
  transition: 0.2s;
  width: 100%;
  z-index: 1;
  }

.menu-open .mobile-menu {
  height: 100%;
  }

.mobile-menu ul {
  text-align: center;
  }

.mobile-menu ul li {
  font-size: 18px;
  margin-bottom: 16px;
  }

.mobile-menu ul li a {
  text-decoration: none;
  }

.mta .wrap {
  margin: 0 auto;
  max-width: 450px;
  padding: 16px;
  width: 100%;
  }

.mta .header {
  display: block;
  padding: 24px 0 0;
  text-align: center;
  }

.mta a.logo {
  display: block;
  margin-bottom: 120px;
  }

.mta .content {
  margin-bottom: 24px;
  text-align: center;
  }

.mta h1 {
  font: 900 30px 'Roboto', sans-serif;
  letter-spacing: normal;
  line-height: 1.1;
  margin-bottom: 16px;
  }

.mta .total {
  font-size: 16px;
  }

.mta .price {
  color: #0f9d58;
  font-weight: 700;
  }

.mta .parens {
  color: #999;
  }

.mta .info {
  background: #f6f6f6;
  border-radius: 8px;
  margin-bottom: 32px;
  padding: 16px;
  text-align: left;
  }

.mta .info p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 14px;
  }

.mta .info p:last-child {
  margin: 0;
  }

.mta .error {
  color: #f44;
  font-size: 14px;
  margin-bottom: 0;
  text-align: left;
  }

.mta button {
  width: 100%;
  }

.mta .footer {
  display: block;
  font-size: 14px;
  padding: 0;
  text-align: center;
  }

.mta .footer a {
  text-decoration: underline;
  }

.scheduleForm p {
  font-size: 14px;
  font-weight: 500;
  }

.radioBox {
  display: block;
  position: relative;
  padding-left: 38px;
  padding-top: 4px;
  margin-bottom: 18px;
  cursor: pointer;
  font-weight: normal;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  }

.radioBox:nth-of-type(2),
.radioBox:last-of-type {
  margin-bottom: 32px;
  }

.radioBox span,
.scheduleForm p span {
  color: #888;
  font-weight: 400;
  font-size: 14px;
  }

.radioBox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  }

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  margin-bottom: 8px;
  background-color: #eee;
  border-radius: 50%;
  }

.radioBox:hover input ~ .checkmark {
  background-color: #ccc;
  }

.radioBox input:checked ~ .checkmark {
  background-color: #1a73e8;
  }

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  }

.radioBox input:checked ~ .checkmark:after {
  display: block;
  }

.radioBox .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  }

.hidden, .show-single, .show-mobile { display: none }
.no-space { margin-bottom: 2px }

@media only screen and (max-width: 1280px) {
  h1 { font-size: 38px }
  h2 { font-size: 30px }
  h2 span { vertical-align: 55% }
  h3 { font-size: 20px; font-weight: 700 }
  hr { margin-bottom: 28px }
  .wrap { padding: 20px 32px 16px }
  .header { align-items: flex-start }
  .header > div a:first-child { display: none }
  .header .btn { font-size: 14px; padding: 6px 20px; margin-top: -2px }
  .nav li { display: none; margin: 0 }
  .menu-toggle { display: inline }
  .left { width: 47% }
  .right { width: 47%; max-width: 510px }
  .hero .right, .faqs .right { max-width: none }
  .hero .row { align-items: flex-start }
  .benefits li img { height: 24px; width: 24px }
  .benefits li div { margin-left: 12px }
  .last-call {padding: 90px 32px }
  }

@media only screen and (max-width: 960px) {
  .row { display: block; max-width: 70% }
  .hero .row { max-width: none }
  .left, .right, .hero .right, .faqs .right { max-width: none; width: 100% }
  .hero p, .faqs .left p { max-width: none }
  .hero .left { text-align: center }
  .powered-by { justify-content: center }
  a.action, .how-it-works .btn { display: none }
  .mta a.action { display: block }
  a.show-single, .how-it-works .show-single { display: inline-block }
  }

@media only screen and (max-width: 680px) {
  .row { max-width: none }
  }

@media only screen and (max-width: 480px) {
  h1 { font-size: 30px; font-weight: 700 }
  .wrap { padding: 20px 16px 16px }
  .header, .row { margin-bottom: 72px }
  .mta a.logo { margin-bottom: 48px }
  .faqs .row { margin-bottom: 36px }
  .header .btn { display: none }
  .benefits li { display: block }
  .benefits li div { margin: 0 }
  .last-call { padding: 72px 16px }
  .footer { display: block }
  .footer p { margin-bottom: 8px }
  .show-mobile { display: block }
  }
