/* Add this attribute to the element that needs a tooltip */
.tooltip {
  animation: pop-down 200ms forwards ease-in-out;
  background-color: rgba(0, 0, 0, 0.9);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  color: #dcddde;
  font-size: 14px;
  left: 50%;
  line-height: 20px;
  max-width: 400px;
  padding: 5px 14px;
  position: fixed;
  text-align: center;
  transform: translateX(-50%);
  white-space: pre-wrap;
  z-index: 99999;
  pointer-events: none;
}
.tooltip.mod-right {
  animation: pop-right 200ms forwards ease-in-out;
  transform: translateY(-50%);
}
.tooltip.mod-left {
  animation: pop-right 200ms forwards ease-in-out;
  transform: translateY(-50%);
}
.is-mobile .tooltip {
  display: none;
}
.tooltip.mod-multiline {
  white-space: normal;
}
.tooltip.mod-wide {
  max-width: 450px;
  width: 400px;
  white-space: normal;
}
/* Triangle hack to make tooltip look like a speech bubble */
.tooltip .tooltip-arrow {
  position: absolute;
  top: -5px;
  left: 50%;
  width: 0;
  margin-left: -5px;
  border-bottom: 5px solid rgba(0, 0, 0, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
.tooltip.mod-right .tooltip-arrow {
  top: calc(50% - 5px);
  left: -5px;
  border-right: 5px solid rgba(0, 0, 0, 0.9);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.tooltip.mod-left .tooltip-arrow {
  top: calc(50% - 5px);
  left: calc(100% + 5px);
  border-left: 5px solid rgba(0, 0, 0, 0.9);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.tooltip.mod-top .tooltip-arrow {
  top: calc(100%);
  border-top: 5px solid rgba(0, 0, 0, 0.9);
  border-bottom: 5px solid transparent;
}
@keyframes pop-down {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(1);
  }
  20% {
    opacity: 0.7;
    transform: translateX(-50%) scale(1.02);
  }
  40% {
    opacity: 1;
    transform: translateX(-50%) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}
@keyframes pop-right {
  0% {
    opacity: 0;
    transform: translateY(-50%) scale(1);
  }
  20% {
    opacity: 0.7;
    transform: translateY(-50%) scale(1.02);
  }
  40% {
    opacity: 1;
    transform: translateY(-50%) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
}
@font-face {
  font-family: "Proxima Nova Light";
  src: url("../fonts/Proxima%20Nova%20Light.otf");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "Proxima Nova Soft";
  src: url("../fonts/Proxima Nova Soft.ttf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica.ttf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica%20Bold.ttf");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Helvetica%20Italic.ttf");
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto%20Light.ttf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto%20Regular.ttf");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto%20Medium.ttf");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto%20Light%20Italic.ttf");
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora%20Bold.ttf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora%20Italic.ttf");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Calibri";
  src: url("../fonts/Calibri.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Calibri";
  src: url("../fonts/Calibri%20Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Calibri Light";
  src: url("../fonts/Calibri%20Light.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Calibri Light";
  src: url("../fonts/Calibri%20Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Consolas";
  src: url("../fonts/Consolas.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Consolas";
  src: url("../fonts/Consolas Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Whitney";
  src: url("../fonts/Whitney.woff") format('woff');
  font-weight: normal;
}
@font-face {
  font-family: "Whitney";
  src: url("../fonts/Whitney Italic.woff") format('woff');
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: "Whitney";
  src: url("../fonts/Whitney Bold.woff") format('woff');
  font-weight: bold;
}
@font-face {
  font-family: "Whitney Light";
  src: url("../fonts/Whitney.otf");
  font-weight: normal;
}
@font-face {
  font-family: "Whitney Light";
  src: url("../fonts/Whitney Italic.otf");
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: "Whitney Light";
  src: url("../fonts/Whitney Bold.otf");
  font-weight: bold;
}
/*
These "Whitney" fonts are actually Noto fonts for masking the tofus
To generate them, pip install fonttools and run:
pyftsubset <source_file_name>.ttf --unicodes="U+0400-04FF" --layout-features="" --flavor="woff" --output-file="<source_file_name>-Cyrillic.woff"

It works for other Unicode ranges as well if needed.
 */
@font-face {
  font-family: "Whitney";
  src: url("../fonts/Noto-Regular-Cyrillic.woff");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+0400-04FF;
}
@font-face {
  font-family: "Whitney";
  src: url("../fonts/Noto-Bold-Cyrillic.woff");
  font-weight: bold;
  font-style: normal;
  unicode-range: U+0400-04FF;
}
@font-face {
  font-family: "Whitney";
  src: url("../fonts/Noto-Italic-Cyrillic.woff");
  font-weight: normal;
  font-style: italic;
  unicode-range: U+0400-04FF;
}
@font-face {
  font-family: "IcoMoon";
  src: url('../fonts/icomoon.eot');
  src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.svg#IcoMoon') format('svg');
  font-weight: normal;
}
@font-face {
  font-family: "Open Dyslexic";
  src: url("../fonts/Open Dyslexic Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Dyslexic";
  src: url("../fonts/Open Dyslexic Bold.ttf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../fonts/avenir-next-pro-regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../fonts/avenir-next-pro-medium.otf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../fonts/avenir-next-pro-demi.otf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../fonts/avenir-next-pro-italic.woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../fonts/avenir-next-pro-thin.ttf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Neutral";
  src: url("../fonts/Neutral Regular.woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Flow Circular";
  src: url("../fonts/flow-circular.woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  font-weight: normal;
  src: url('../fonts/Inter-Italic.woff2');
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.inputs {
  line-height: 40px;
  position: relative;
}
.login-form .inputs,
.signup-form .inputs,
.signup-to-copy-form .inputs,
.import-workflowy-form .inputs {
  text-align: center;
}
.SuccessMessage,
.ErrorMessage {
  display: none;
  margin: 0 20px 20px 20px;
  border-radius: 4px;
  font-size: 17px;
  line-height: 24px;
  padding: 10px 20px;
  text-align: left;
}
.static-page-container .SuccessMessage,
.static-page-container .ErrorMessage {
  margin: 0 auto 20px auto;
  width: 300px;
}
.CaptchaField {
  margin: 10px;
}
.CaptchaField > div {
  margin: 0 auto;
}
.signup-form .SignupLegalDisclaimer,
.signup-to-copy-form .SignupLegalDisclaimer {
  padding: 0 45px;
}
.is-mobile .feedback-option-forum {
  display: none;
}
.modal-container {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.modal-container.is-shown {
  display: flex;
}
.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal {
  max-height: 90%;
  border-radius: 4px;
  border: none;
  margin: 0 auto;
  padding: 20px 40px;
  text-align: left;
  overflow: hidden;
}
.modal p {
  font-size: 17px;
  line-height: 22px;
  margin: 10px 0;
}
@media screen and (min-width: 510px) and (orientation: portrait), screen and (min-height: 510px) and (orientation: landscape) {
  .modal {
    width: 500px;
    position: relative;
  }
}
.is-mobile .modal {
  height: calc(100% - 47px);
  top: 23px;
  width: 100%;
  border-radius: 0;
  max-height: 100%;
}
.modal.import-workflowy,
.modal.signup-to-copy {
  box-sizing: border-box;
}
@media screen and (min-width: 510px) and (orientation: portrait), screen and (min-height: 510px) and (orientation: landscape) {
  .modal.import-workflowy,
  .modal.signup-to-copy {
    width: 400px;
  }
}
.sync-status .modal {
  width: 700px;
}
@media screen and (min-width: 510px) and (orientation: portrait), screen and (min-height: 510px) and (orientation: landscape) {
  .choose-plan .modal {
    width: 700px;
  }
}
.is-desktop .settings .modal {
  width: 700px;
  height: 90%;
}
.is-desktop .upload-manager .modal {
  width: 700px;
  height: 90%;
}
.is-mobile .settings .modal,
.is-mobile .export .modal {
  width: 100%;
}
.is-mobile .export .modal {
  border-radius: 0;
  overflow: auto;
  padding: 10px 20px;
}
.is-desktop .export .modal {
  width: 650px;
}
.is-desktop .sync-error-report .modal,
.is-desktop .feedback.modal-container .modal,
.is-desktop .help.modal-container .modal {
  width: 700px;
}
.help.modal-container .modal {
  overflow-y: auto;
}
.modal-title {
  font-family: "Avenir Next", sans-serif;
  font-size: 24px;
  padding: 10px 0;
  margin: 0;
  text-align: center;
}
.is-mobile .modal-bg {
  display: none;
}
.modal .button-container {
  margin: 30px 0 10px 0;
}
.modal-inputs {
  line-height: 40px;
  position: relative;
  text-align: center;
}
.unsubscribe-reason {
  margin: 10px 0;
}
.unsubscribe-comment {
  margin-top: 8px;
  min-height: 80px;
  width: 100%;
}
input.custom-recurrence-amount {
  display: inline-block;
  padding: 0 0 0 5px;
  margin: 0 6px !important;
  width: 50px;
}
.custom-recurrence-unit {
  padding: 1px 4px;
  position: relative;
  bottom: 1px;
}
.custom-recurrence-week-day-option {
  margin: 0 5px;
  border-radius: 10px;
  background-color: #e8e8e8;
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  font-size: 0.8em;
  line-height: 20px;
  cursor: pointer;
  color: #555;
}
.custom-recurrence-week-day-option:first-of-type {
  margin-left: 16px;
}
.custom-recurrence-week-day-option.is-selected {
  background-color: #008aff;
  color: #eee;
}
.modal-container.search-replace input[type='text'] {
  display: inline-block;
  margin: 0 0 0 10px;
}
.modal-container.search-replace .search-place-case-sensitivity {
  margin: 0 4px 0 12px;
  position: relative;
  top: 1px;
}
.search-replace-label {
  width: 90px;
  display: inline-block;
  text-align: right;
}
.search-place-case-options {
  font-size: 15px;
}
.static-header {
  position: fixed;
  top: 0;
  font-family: "Avenir Next", Arial, sans-serif;
  width: 100%;
  height: 50px;
  background-color: #fefefe;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  z-index: 2;
}
.static-header.has-banner {
  margin-bottom: 75px;
}
.static-header:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.static-header-inner-container {
  height: 100%;
  position: relative;
  margin: 0 100px;
}
.static-header-logo {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  color: #777777;
  cursor: default;
  font-family: "Proxima Nova Light", arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 2px;
  margin: 0;
  text-align: center;
  padding: 10px 0;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 780px) {
  .static-header-logo {
    font-size: 26px;
    letter-spacing: 2px;
    text-align: left;
    margin-left: 20px;
  }
}
.static-header-logo-link {
  text-decoration: none;
}
.static-header-nav {
  position: absolute;
  top: 0;
  right: 0;
}
.static-header-link {
  color: #999;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 52px;
  text-decoration: none;
  text-transform: uppercase;
  transition-duration: 0.3s;
  transition-property: color;
  margin: 0 8px;
}
.static-header-link:hover {
  color: #222;
}
.static-header-link.mod-enter:after {
  font-family: "IcoMoon", sans-serif;
  bottom: -2px;
  content: '\e909';
  font-size: 18px;
  line-height: 18px;
  padding-left: 3px;
  position: relative;
}
.static-header-pop-up-nav-container {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
  left: 20px;
  line-height: 40px;
  opacity: 0;
  overflow: hidden;
  padding: 35px 0 15px 0;
  perspective: 2000px;
  pointer-events: none;
  position: fixed;
  right: 20px;
  top: 20px;
  transform-origin: 100% 0;
  transform: scale(0.95);
  transition-duration: 0.25s;
  transition-property: transform, opacity;
  white-space: nowrap;
  width: calc(100% - 40px);
  will-change: transform, opacity;
  z-index: 2;
}
.static-header-pop-up-nav-container.is-active {
  transform: none;
  opacity: 1;
  pointer-events: auto;
}
.static-header-pop-up-nav-close-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 51px;
  height: 51px;
  cursor: pointer;
}
.static-header-pop-up-nav-close-button:before,
.static-header-pop-up-nav-close-button:after {
  content: '';
  position: absolute;
  background: #ccc;
  border-radius: 1px;
  left: 14px;
  right: 14px;
  top: 24px;
  height: 2px;
  transition: background 0.1s;
}
.static-header-pop-up-nav-close-button:before {
  transform: rotate(45deg);
}
.static-header-pop-up-nav-close-button:after {
  transform: rotate(-45deg);
}
.static-header-pop-up-nav-close-button:hover:before,
.static-header-pop-up-nav-close-button:hover:after {
  background: #999;
}
.static-header-pop-up-nav {
  color: #777;
  font-family: 'Avenir Next', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  text-align: left;
}
.static-header-pop-up-secondary-nav {
  font-size: 20px;
}
.static-header-pop-up-nav,
.static-header-pop-up-secondary-nav {
  display: flex;
  flex-wrap: wrap;
}
.static-header-pop-up-nav > ul,
.static-header-pop-up-secondary-nav > ul {
  flex-grow: 1;
}
.static-header-pop-up-nav a,
.static-header-pop-up-secondary-nav a {
  padding: 0 30px;
  text-decoration: none;
  color: #666;
  transition: color 0.1s;
}
.static-header-pop-up-nav a:hover,
.static-header-pop-up-secondary-nav a:hover {
  color: #1988e6;
}
.static-header-pop-up-secondary-nav {
  border-top: 2px solid #f6f9fc;
}
.static-header-menu {
  color: #888;
  display: none;
  font-size: 24px;
  height: 50px;
  line-height: 52px;
  text-align: center;
  text-decoration: none;
  width: 60px;
}
.static-header-banner {
  background: #ebf7d8;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  top: 49px;
  font: 16px/20px "Whitney";
  color: #444;
  text-align: center;
  border-top: 1px solid #c0e683;
  border-bottom: 1px solid #c0e683;
}
@media screen and (max-width: 1200px) {
  .static-header-link.mod-tertiary {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .static-header-link.mod-secondary {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .static-header-link {
    display: none;
  }
  .static-header-inner-container {
    margin: 0 10px 0 15px;
  }
  .static-header-menu {
    display: inline-block;
  }
  .static-header-menu:after {
    font-family: "IcoMoon", sans-serif;
    content: "\e923";
  }
}
* {
  text-decoration-skip-ink: none;
}
html,
body {
  font-family: "Whitney", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #555;
  font-size: 18px;
  background: #fdfdfd;
}
button,
input {
  color: #555;
}
body {
  box-sizing: border-box;
  overflow-y: auto;
}
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html,
body {
  height: 100%;
  margin: 0;
  width: 100%;
}
a {
  color: inherit;
}
input,
textarea,
button {
  box-shadow: none;
  outline: none;
}
ul {
  list-style: none;
  padding: 0;
}
.loader {
  background-size: 100px;
  background-image: url('../img/app/loader.gif');
  background-position: center;
  background-repeat: no-repeat;
  bottom: 0;
  display: none;
  left: 0;
  margin: auto;
  max-height: 100px;
  max-width: 100px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.loading .loader,
.is-loading .loader {
  display: block;
}
.tip-container {
  bottom: 0;
  font-size: 18px;
  left: 0;
  margin: auto;
  max-width: 600px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  line-height: 26px;
  width: 100%;
}
.is-mobile .tip-container {
  max-width: 320px;
}
.Form {
  border: none;
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 510px) and (orientation: portrait), screen and (min-height: 510px) and (orientation: landscape) {
  .Form {
    width: 400px;
  }
}
.Form h1 {
  font-family: "Avenir Next", arial, sans-serif;
  font-size: 26px;
  margin: 10px 0 20px 0;
  text-align: center;
}
@media screen and (min-width: 510px) and (orientation: portrait), screen and (min-height: 510px) and (orientation: landscape) {
  .Form input:not([type='checkbox']),
  .Form textarea {
    width: 300px;
  }
}
input,
textarea {
  border-radius: 3px;
  display: block;
  font-family: "Whitney", arial, sans-serif;
  font-size: inherit;
  padding: 6px 12px;
}
.Form input,
.Form textarea,
.modal-container input,
.modal-container textarea {
  margin: 12px auto;
}
select {
  border-radius: 3px;
  font-family: "Whitney", arial, sans-serif;
}
[type='checkbox'],
[type='radio'] {
  display: inline-block;
  margin: 0 5px;
}
.Form [type='checkbox'],
.Form [type='radio'],
.modal-container [type='checkbox'],
.modal-container [type='radio'] {
  margin: 0 5px;
}
.button {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-family: 'Whitney', sans-serif;
  font-size: inherit;
  margin: 0 5px;
  outline: none;
  padding: 8px 18px;
  text-align: center;
  text-decoration: none;
  width: auto;
}
.button.mod-warning {
  color: #b94a48;
  border-color: #b94a48;
  background: #ffcece;
}
.button.mod-warning:hover {
  background-color: #b94a48;
  color: #fff;
}
.close-btn {
  cursor: pointer;
  font-family: "Avenir Next", arial, sans-serif;
  font-size: 30px;
  position: absolute;
  right: 6px;
  text-align: center;
  top: 2px;
  width: 30px;
}
.close-btn::before {
  content: "\D7";
  color: #999;
}
.is-mobile .close-btn {
  font-size: 40px;
  width: 40px;
}
.u-hidden {
  display: none;
}
.u-center-text {
  text-align: center;
}
.u-no-select {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.KeyboardShortcut {
  position: relative;
  bottom: 2px;
  font-size: 0.8em;
  border-radius: 4px;
  padding: 1px 5px;
}
.SignupLegalDisclaimer-link {
  color: #666;
}
.SignupLegalDisclaimer-link:hover {
  color: #444;
}
.is-calibriLight {
  -moz-font-feature-settings: "kern" off;
  -moz-font-feature-settings: "liga" 0;
  -ms-font-feature-settings: "liga" 0;
  -o-font-feature-settings: "liga" 0;
  -webkit-font-feature-settings: "liga" 0;
  font-feature-settings: "liga" 0;
}
.static-page-container {
  margin: 0 auto;
  padding-top: 80px;
}
.Footer {
  color: #555;
  font-size: 16px;
  line-height: 26px;
  padding: 50px 10px 40px 10px;
  text-align: center;
}
.Footer-group {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 20px 40px;
}
.Footer-group li {
  line-height: 28px;
}
@media screen and (max-width: 500px) {
  .Footer-group {
    margin: 0 10px 30px 10px;
    text-align: center;
    width: 30%;
  }
}
.Footer-groupTitle {
  color: #777;
  font-family: 'Avenir Next', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 4px;
  text-align: left;
}
.Footer-link {
  text-decoration: none;
  color: #aaa;
}
@media screen and (max-width: 500px), screen and (max-height: 500px) {
  .Footer-link {
    display: block;
  }
}
.Footer-link:hover {
  color: #444;
}
.Footer-copyright {
  white-space: nowrap;
}
.Form input,
.Form textarea {
  background-color: #fff;
}
.PageTitle {
  color: #555;
  font-family: "Avenir Next", sans-serif;
  font-size: 42px;
  font-weight: 200;
  line-height: 40px;
  margin: 16px 0 36px 0;
  text-align: center;
  transform: scaleY(1.08);
}
@media screen and (max-width: 500px), screen and (max-height: 500px) {
  .PageTitle {
    font-size: 34px;
  }
}
.signin-btn {
  background: #fff;
  border-radius: 4px;
  border: thin solid #bbb;
  color: #555;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  width: 300px;
  height: 42px;
  padding-left: 30px;
  position: relative;
  margin-top: 5px;
}
.signin-btn:hover {
  background: #fafafa;
}
.signin-icon {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 0;
  left: 0;
}
.google-signin-icon {
  background: url('../img/app/google_login_icon.svg') transparent 5px 50% no-repeat;
}
.apple-signin-icon {
  background: url('../img/app/apple_login_icon.svg') transparent 16px 50% no-repeat;
}
.signin-button-text {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 42px;
  font-family: 'Roboto', sans-serif;
}
.login-method-divider {
  font-size: 16px;
  color: #888;
  width: 300px;
  display: table;
  white-space: nowrap;
  height: auto;
  overflow: hidden;
  margin: 10px auto 18px auto;
}
.login-method-divider:before,
.login-method-divider:after {
  content: '';
  display: table-cell;
  position: relative;
  top: 50%;
  width: 150px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC);
}
.login-method-divider:before {
  background-position: right 10px top 55%;
}
.login-method-divider:after {
  background-position: left 10px top 55%;
}
.static-page-section-header {
  font-weight: normal;
  font-size: 28px;
  margin: 35px 0 15px 0;
  text-align: center;
}
.static-page-paragraph {
  line-height: 24px;
  margin: 6px auto;
  max-width: 600px;
  text-align: left;
}
.static-page-paragraph.mod-center {
  text-align: center;
}
.static-page-secondary-text {
  color: #888;
  font-size: 14px;
  line-height: 20px;
  margin-top: 12px;
  text-align: left;
}
.loadable-form {
  position: relative;
}
.loadable-form.loading > *:not(h1) {
  visibility: hidden;
}
.loadable-form.loading .loader {
  visibility: visible !important;
}
.button-container {
  margin: 20px 0;
  text-align: center;
}
.button.mod-primary.mod-static-page {
  width: 300px;
}
.landing-link {
  color: #999;
  text-decoration: none;
  border-bottom: 1px solid rgba(48, 48, 48, 0.4);
}
.landing-link:hover {
  color: #1988e6;
  border-bottom-color: #1988e6;
}
.Hero .landing-link {
  margin: 0 10px;
}
.SignupCTA {
  margin: 20px 0 60px 0;
  text-align: center;
}
.SignupContainer {
  padding: 20px 0;
  text-align: center;
}
.SignupContainer-form {
  display: inline-block;
}
.NameField,
.EmailField,
.PasswordField,
.SignupContainer-submitButton,
.SignupCTA-signupButton,
.SignupContainer-tryDemo,
.SignupLegalDisclaimer {
  box-sizing: border-box;
  display: block;
  font-size: 20px;
  padding: 5px 10px;
  margin: 14px auto;
  width: 300px;
}
@media screen and (max-width: 500px), screen and (max-height: 500px) {
  .NameField,
  .EmailField,
  .PasswordField,
  .SignupContainer-submitButton,
  .SignupCTA-signupButton,
  .SignupContainer-tryDemo,
  .SignupLegalDisclaimer {
    width: 220px;
  }
}
.SignupLegalDisclaimer {
  font-size: 14px;
}
.SignupCTA-signupButton,
.SignupCTA .SignupContainer-tryDemo,
.SignupCTA .SignupContainer-divider {
  width: 200px;
}
.SignupContainer-error,
.SignupContainer-success {
  min-width: 300px;
}
@media screen and (max-width: 500px), screen and (max-height: 500px) {
  .SignupContainer-error,
  .SignupContainer-success {
    width: 220px;
  }
}
.SignupContainer-password {
  margin-bottom: 20px;
}
.SignupCTA-signupButton,
.SignupContainer-submitButton,
.SignupContainer-tryDemo {
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
}
.SignupContainer-tryDemoLink {
  text-decoration: none;
}
.SignupContainer-submitButton.button,
.SignupCTA-signupButton.button {
  padding: 10px;
  font-size: 20px;
}
.SignupContainer-submitButton.button:link,
.SignupCTA-signupButton.button:link,
.SignupContainer-submitButton.button:visited,
.SignupCTA-signupButton.button:visited {
  color: #EEE;
}
.SignupContainer-tryDemo {
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  color: #555;
  text-decoration: none;
}
.SignupContainer-tryDemo:hover {
  background-color: #f9f9f9;
}
.SignupContainer-divider {
  font-size: 22px;
  width: 300px;
  display: table;
  white-space: nowrap;
  height: auto;
  overflow: hidden;
  margin: 10px auto 18px auto;
}
@media screen and (max-width: 500px), screen and (max-height: 500px) {
  .SignupContainer-divider {
    width: 220px;
  }
}
.SignupContainer-divider:before,
.SignupContainer-divider:after {
  content: '';
  display: table-cell;
  position: relative;
  top: 50%;
  width: 150px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC);
}
.SignupContainer-divider:before {
  background-position: right 10px top 55%;
}
.SignupContainer-divider:after {
  background-position: left 10px top 55%;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100px;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 100px;
}
::-webkit-scrollbar-thumb:active {
  -webkit-border-radius: 100px;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
html,
body {
  height: inherit;
  width: inherit;
  overflow-x: hidden;
}
body {
  font-family: "Whitney", sans-serif;
  letter-spacing: -0.006em;
  background: #fff;
  color: #333;
}
#noscript-container {
  text-align: center;
}
#noscript-msg {
  display: inline-block;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 10px 20px;
  background: #ffcece;
  color: #b94a48;
}
/* Header */
.Header {
  position: fixed;
  top: 0;
  letter-spacing: 0;
  z-index: 2;
}
/* Intro header */
.IntroSection {
  padding: 50px 50px 10px 50px;
  text-align: center;
}
@media screen and (max-width: 500px), screen and (max-height: 500px) {
  .IntroSection {
    padding: 20px 20px 10px 20px;
  }
}
.landing-section {
  background: #fefefe;
}
.landing-section.is-colored {
  color: #666;
}
.landing-section.is-first {
  border-top: none;
}
.SignupContainer-heading,
.UseCaseSection-title,
.PageTitle,
.landing-section-header {
  font-family: "Avenir Next", sans-serif;
  color: #555;
  font-size: 46px;
  font-weight: 200;
  transform: scaleY(1.08);
}
.is-colored .SignupContainer-heading,
.is-colored .UseCaseSection-title,
.is-colored .PageTitle,
.is-colored .landing-section-header {
  color: #555;
}
@media screen and (max-width: 500px), screen and (max-height: 500px) {
  .SignupContainer-heading,
  .UseCaseSection-title,
  .PageTitle,
  .landing-section-header {
    font-size: 36px;
  }
}
.SignupLegalDisclaimer,
.Footer {
  letter-spacing: 0.01em;
}
.Footer-group {
  transform: scaleY(1.03);
}
.tooltip {
  font-weight: normal;
}
.tooltip:before {
  width: 260px;
  white-space: inherit;
  top: calc(100% + 9px);
}
.Hero {
  box-sizing: border-box;
  min-height: 700px;
  background: #fefefe;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .Hero {
    min-height: 500px;
  }
}
@media screen and (max-width: 780px) {
  .Hero {
    min-height: 450px;
  }
}
.Hero-innerWrapper {
  padding-top: 40px;
  z-index: 1;
  width: calc(100% - 675px);
  position: absolute;
  top: 50%;
  height: 400px;
  margin: -200px 0 0 0;
}
@media screen and (max-width: 1100px) {
  .Hero-innerWrapper {
    top: 55%;
    width: calc(100% - 450px);
  }
}
@media screen and (max-width: 780px) {
  .Hero-innerWrapper {
    width: 100%;
    position: static;
    margin: 0;
    padding-top: 100px;
  }
}
.Hero-headerContainer {
  margin: 0;
  padding: 10px;
  text-align: center;
  font-family: "Avenir Next", sans-serif;
}
.Hero-headline {
  font-size: 48px;
  color: #444;
  margin: 0 auto;
  letter-spacing: 0;
  font-weight: 200;
  transform: scaleY(1.08);
  white-space: pre-line;
}
@media screen and (max-width: 1100px) {
  .Hero-headline {
    font-size: 36px;
    width: 100%;
  }
}
@media screen and (max-width: 500px), screen and (max-height: 500px) {
  .Hero-headline {
    font-size: 36px;
    white-space: normal;
  }
}
.Hero-subheadline {
  color: #888;
  font-size: 24px;
  font-weight: normal;
  line-height: 38px;
  margin: 12px auto;
}
@media screen and (max-width: 1100px) {
  .Hero-subheadline {
    font-size: 22px;
    width: 100%;
    line-height: 32px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px), screen and (max-height: 500px) {
  .Hero-subheadline {
    font-size: 20px;
    line-height: 28px;
  }
}
.Hero-ctaContainer {
  margin-top: 6px;
  text-align: center;
}
.Hero-button {
  font: 20px/49px 'Avenir Next', sans-serif;
  height: 50px;
  padding: 0;
  width: 150px;
}
.Hero-button.mod-primary {
  width: 250px;
}
@media screen and (max-width: 500px), screen and (max-height: 500px) {
  .Hero-button.mod-primary {
    display: block;
    margin: 0 auto;
  }
}
.Hero-linkContainer {
  text-align: center;
  margin: 20px 0;
}
.Hero-screenshotContainer {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 675px;
  bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .Hero-screenshotContainer {
    top: 22px;
    width: 450px;
  }
}
@media screen and (max-width: 780px) {
  .Hero-screenshotContainer {
    display: none;
  }
}
.Hero-screenshot {
  border-bottom: none;
  background-image: url('../img/doer-screenshot.png');
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 93%;
  background-size: 1000px auto;
  height: 650px;
  width: 675px;
}
@media screen and (max-width: 1100px) {
  .Hero-screenshot {
    width: 450px;
    background-size: 720px auto;
  }
}
.scenario,
.product-intro {
  padding: 70px 80px 60px 80px;
  background: #fefefe;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}
@media screen and (max-width: 1100px) {
  .scenario,
  .product-intro {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 500px), screen and (max-height: 500px) {
  .scenario,
  .product-intro {
    padding: 30px 8%;
  }
}
.scenarios-container {
  background: #fff;
}
.product-intro {
  padding: 60px 20%;
}
@media screen and (max-width: 780px) {
  .product-intro {
    padding: 50px 8%;
  }
}
.scenario.mod-right {
  text-align: right;
}
@media screen and (max-width: 500px), screen and (max-height: 500px) {
  .scenario.mod-right {
    text-align: left;
  }
}
.scenario-text {
  display: inline-block;
  margin: 20px 50px 0 50px;
  padding: 20px;
  text-align: left;
  width: calc(100% - 650px);
}
@media screen and (max-width: 1100px) {
  .scenario-text {
    margin: 0 20px;
    width: calc(100% - 510px);
  }
}
@media screen and (max-width: 780px) {
  .scenario-text {
    margin: 0;
    padding-right: 0;
    padding-bottom: 0;
    width: calc(100% - 460px);
  }
}
@media screen and (max-width: 500px), screen and (max-height: 500px) {
  .scenario-text {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 780px) {
  .scenario.mod-right .scenario-text {
    padding-left: 0;
    padding-right: 0;
  }
}
.scenario-audience {
  color: #888;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
  text-transform: uppercase;
}
@media screen and (max-width: 780px) {
  .scenario-audience {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px), screen and (max-height: 500px) {
  .scenario-audience {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.scenario-header,
.product-intro-header,
.scenarios-container-header {
  font-size: 40px;
  font-weight: 200;
  transform: scaleY(1.08);
  margin: 8px 0 12px 0;
  letter-spacing: 0;
}
@media screen and (max-width: 1100px) {
  .scenario-header,
  .product-intro-header,
  .scenarios-container-header {
    font-size: 36px;
  }
}
@media screen and (max-width: 780px) {
  .scenario-header,
  .product-intro-header,
  .scenarios-container-header {
    font-size: 32px;
  }
}
.product-intro-header,
.scenarios-container-header {
  text-align: center;
  font-size: 46px;
}
@media screen and (max-width: 500px), screen and (max-height: 500px) {
  .product-intro-header,
  .scenarios-container-header {
    font-size: 36px;
  }
}
.scenarios-container-header {
  margin: 40px 0 10px 0;
}
.scenario-explanation,
.product-intro-explanation {
  color: #666;
  font-size: 20px;
  line-height: 32px;
  margin: 20px 0;
  text-align: left;
  transform: scaleY(1.02);
}
@media screen and (max-width: 1100px) {
  .scenario-explanation,
  .product-intro-explanation {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 780px) {
  .scenario-explanation,
  .product-intro-explanation {
    line-height: 30px;
  }
}
.scenario-features {
  margin-top: 40px;
}
.scenario-screenshotContainer {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 650px;
  bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .scenario-screenshotContainer {
    width: 500px;
  }
}
@media screen and (max-width: 780px) {
  .scenario-screenshotContainer {
    width: 450px;
  }
}
@media screen and (max-width: 500px), screen and (max-height: 500px) {
  .scenario-screenshotContainer {
    display: none;
  }
}
.scenario.mod-right .scenario-screenshotContainer {
  right: inherit;
  left: 0;
}
.scenario-screenshot {
  background-repeat: no-repeat;
  background-size: 1000px auto;
  height: 650px;
  position: absolute;
  top: 0;
  width: 650px;
}
@media screen and (max-width: 1100px) {
  .scenario-screenshot {
    width: 500px;
    background-size: 800px auto;
  }
}
@media screen and (max-width: 780px) {
  .scenario-screenshot {
    width: 450px;
    background-size: 720px auto;
  }
}
.scenario-demoBtnContainer {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.scenario.mod-doer .scenario-screenshot {
  background-image: url('../img/doer-screenshot.png');
}
@media screen and (max-width: 1100px) {
  .scenario.mod-doer .scenario-screenshot {
    background-position: left 0 top 20px;
  }
}
.scenario.mod-scholar .scenario-screenshot {
  background-image: url('../img/scholar-screenshot.png');
  background-position: right 0 top;
}
@media screen and (max-width: 1100px) {
  .scenario.mod-scholar .scenario-screenshot {
    background-position: right 0 top 20px;
  }
}
.scenario-mobile-demo-btn-container {
  display: none;
  text-align: center;
}
@media screen and (max-width: 500px), screen and (max-height: 500px) {
  .scenario-mobile-demo-btn-container {
    display: block;
  }
}
.scenario-relevant-features {
  font-size: 20px;
  margin-top: 80px;
  position: relative;
  display: flex;
  justify-content: space-around;
}
.scenario-relevant-features:before {
  content: 'Related features';
  position: absolute;
  left: 0;
  top: -40px;
  font-size: 16px;
  text-transform: uppercase;
  color: #888;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 780px) {
  .scenario-relevant-features:before {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px), screen and (max-height: 500px) {
  .scenario-relevant-features:before {
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 780px) {
  .scenario-relevant-features {
    display: none;
  }
}
@media screen and (max-width: 500px), screen and (max-height: 500px) {
  .scenario-relevant-features {
    display: flex;
    margin-top: 70px;
  }
}
.scenario-relevant-feature {
  display: inline-block;
  color: #666;
  font-size: 17px;
  transform: scaleY(1.03);
}
@media screen and (max-width: 1100px) {
  .scenario-relevant-feature {
    font-size: 15px;
  }
}
@media screen and (max-width: 500px), screen and (max-height: 500px) {
  .scenario-relevant-feature {
    margin: 0 8px;
    text-align: center;
  }
}
.scenario-relevant-feature-icon {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto 14px auto;
  opacity: 0.9;
}
@media screen and (max-width: 1100px) {
  .scenario-relevant-feature-icon {
    width: 24px;
    height: 24px;
  }
}
.testimonials-container {
  border-top: 1px solid #f0f0f0;
  padding: 40px 10%;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  .testimonials-container {
    padding: 20px 10px;
  }
}
.testimonials-header {
  font-size: 38px;
  font-weight: 200;
  transform: scaleY(1.08);
  margin: 8px 0 12px 0;
  letter-spacing: 0;
  font-family: 'Avenir Next', sans-serif;
}
@media screen and (max-width: 1100px) {
  .testimonials-header {
    font-size: 34px;
  }
}
@media screen and (max-width: 780px) {
  .testimonials-header {
    font-size: 30px;
  }
}
.testimonials-subheader {
  margin: 20px 0;
}
.testimonial {
  color: #555;
  text-align: left;
  width: 500px;
  display: inline-block;
  vertical-align: top;
  margin: 15px 30px;
}
@media screen and (max-width: 780px) {
  .testimonial {
    height: auto;
    width: calc(100% - 20px);
    padding: 10px 15px;
    margin: 10px 10px 0 10px;
  }
}
.testimonial-quote {
  font-family: 'Avenir Next', sans-serif;
  font-size: 20px;
  line-height: 30px;
  padding: 15px 20px 0 20px;
  position: relative;
}
@media screen and (max-width: 500px), screen and (max-height: 500px) {
  .testimonial-quote {
    font-size: 17px;
    line-height: 26px;
  }
}
.testimonial-quote:before,
.testimonial-quote:after {
  font-size: 24px;
}
@media screen and (max-width: 500px), screen and (max-height: 500px) {
  .testimonial-quote:before,
  .testimonial-quote:after {
    font-size: 20px;
  }
}
.testimonial-quote:before {
  content: '“';
  margin-right: 2px;
}
.testimonial-quote:after {
  content: '”';
  margin-left: 2px;
}
.testimonial-person {
  font-family: 'Avenir Next', sans-serif;
  font-size: 18px;
  margin: 10px 0 20px 10px;
}
@media screen and (max-width: 500px), screen and (max-height: 500px) {
  .testimonial-person {
    margin: 0 auto;
  }
}
.testimonial-person-info {
  display: inline-block;
  vertical-align: top;
}
.testimonial-person-name:before {
  content: ' — ';
  width: 22px;
  margin-right: 8px;
  text-align: right;
  display: inline-block;
}
.testimonial-person-title {
  display: block;
}
.testimonial-person-title:before {
  content: ' ';
  width: 30px;
  display: inline-block;
}
.testimonial-person-info {
  line-height: 28px;
  margin-left: 12px;
  position: relative;
  top: 2px;
}
.testimonial-person-name {
  font-weight: bold;
  margin-bottom: 4px;
}
.UseCaseSection {
  box-sizing: border-box;
  text-align: center;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 500px), screen and (max-height: 500px) {
  .UseCaseSection {
    padding: 20px;
    min-height: inherit;
  }
  .UseCaseSection.UseCaseSection--notes {
    padding-bottom: 0;
  }
}
.UseCaseSection.UseCaseSection--notes {
  padding-bottom: 30px;
}
.UseCaseSection {
  padding: 0 50px;
}
.UseCaseSection-textContainer {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 40px;
}
@media screen and (max-width: 500px), screen and (max-height: 500px) {
  .UseCaseSection-textContainer {
    padding-top: 0;
  }
  .UseCaseSection-textContainer:before {
    top: 0;
  }
}
.UseCaseSection-textContainer:before {
  content: "Dynalist helps you...";
  font-family: "Avenir Next", sans-serif;
  text-transform: uppercase;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.UseCaseSection-screenshotContainer {
  position: relative;
  cursor: pointer;
  width: 600px;
  height: 450px;
  margin: 20px auto 0 auto;
  display: block;
}
@media screen and (max-width: 500px), screen and (max-height: 500px) {
  .UseCaseSection-screenshotContainer {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .UseCaseSection-screenshotContainer:after {
    font-size: 16px;
    height: 40px;
    line-height: 38px;
  }
}
.UseCaseSection-screenshotContainer:after {
  content: "Click to try this";
  font-family: "Avenir Next", sans-serif;
  font-size: 18px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.UseCaseSection-screenshotContainer .UseCaseSection-screenshot {
  width: 100%;
  height: 100%;
}
.UseCaseSection-title {
  line-height: 80px;
}
@media screen and (max-width: 500px), screen and (max-height: 500px) {
  .UseCaseSection-title {
    font-size: 32px;
  }
}
.UseCaseSection-description {
  max-width: 1000px;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 500px), screen and (max-height: 500px) {
  .UseCaseSection-description {
    font-size: 20px;
    line-height: 26px;
  }
}
.UseCaseSection-screenshot {
  border: 1px solid #ccc;
  border-radius: 8px;
}
@media screen and (max-width: 780px) {
  .UseCaseSection-screenshot {
    width: 100%;
    height: auto;
  }
}
.UseCaseSection-content {
  padding: 12px 0 42px 0;
}
@media screen and (max-width: 500px), screen and (max-height: 500px) {
  .UseCaseSection-content {
    padding: 12px 0;
  }
}
.UseCaseSection--notes .UseCaseSection-content {
  padding-bottom: 25px;
}
.UseCaseSection.is-first .UseCaseSection-content {
  padding-top: 0;
}
.feature-list-container {
  background: #fefefe;
}
.FeatureList {
  padding: 30px 50px 30px 50px;
  text-align: center;
}
@media screen and (max-width: 500px), screen and (max-height: 500px) {
  .FeatureList {
    padding: 0 20px 30px 20px;
  }
}
.FeatureListItem {
  display: inline-block;
  width: 260px;
  margin: 20px;
  vertical-align: top;
}
@media screen and (max-width: 780px) {
  .FeatureListItem {
    margin: 10px;
    width: 240px;
  }
}
@media screen and (max-width: 500px), screen and (max-height: 500px) {
  .FeatureListItem {
    width: 120px;
  }
}
.FeatureListItem-icon {
  display: block;
  margin: 0 auto 10px auto;
  width: 38px;
  height: 38px;
  position: relative;
  top: 5px;
}
.FeatureListItem-icon.is-rectangular {
  width: 60px;
  height: 30px;
  margin-right: 0;
}
.FeatureListItem-title {
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  margin: 10px 0 8px 0;
}
@media screen and (max-width: 780px) {
  .FeatureListItem-title {
    font-size: 20px;
  }
}
.FeatureListItem.is-pro .FeatureListItem-title,
.feature-list-feature-name.is-pro {
  position: relative;
  right: 3px;
}
.FeatureListItem.is-pro .FeatureListItem-title:after,
.feature-list-feature-name.is-pro:after {
  background-color: #e6e6e6;
  border-radius: 5px;
  bottom: 3px;
  color: #777;
  content: "PRO";
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-left: 6px;
  padding: 2px 3px 2px 4px;
  position: relative;
}
.feature-list-feature-name.is-pro {
  position: static;
}
.FeatureListItem-caption {
  font-size: 17px;
  line-height: 26px;
  margin-top: 0;
}
@media screen and (max-width: 780px) {
  .FeatureListItem-caption {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 500px), screen and (max-height: 500px) {
  .FeatureListItem-caption {
    display: none;
  }
}
.FeatureList-header {
  color: #777;
  font-family: 'Avenir Next', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 14px;
  margin-top: 30px;
}
@media screen and (max-width: 780px) {
  .FeatureList-header {
    font-size: 13px;
  }
}
@media screen and (max-width: 500px), screen and (max-height: 500px) {
  .FeatureList-header {
    font-size: 16px;
  }
}
.full-feature-list-link {
  display: inline-block;
}
.feature-list {
  background: #fefefe;
  padding: 80px 10% 0 10%;
}
.feature-list-sections {
  align-content: flex-start;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
.feature-list-section {
  width: 300px;
  margin: 0 20px 60px 20px;
}
.feature-list-section-name {
  margin-bottom: 20px;
  margin-top: 30px;
  color: #777;
  font-family: 'Avenir Next', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}
.feature-list-feature {
  margin-bottom: 6px;
}
.feature-list-feature-name {
  font-size: 19px;
  line-height: 34px;
}
.feature-list-feature-description {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 14px;
  color: #777;
}
.feature-note {
  color: #555;
  line-height: 24px;
  margin: 0 auto 50px auto;
  max-width: 100%;
  padding: 0 20px;
  text-align: left;
  width: 700px;
}
.tooltip:before {
  width: 200px;
  white-space: inherit;
  top: calc(100% + 9px);
}
.compare-table-container {
  background: #fefefe;
}
.compare-table,
.compare-table-legend {
  width: 950px;
}
.compare-table-legend {
  color: #666;
  margin: 35px auto 0 auto;
  text-align: center;
}
.compare-table-legend > p {
  color: #555;
  text-align: left;
}
.compare-table {
  margin: 20px auto 0 auto;
}
.compare-table {
  border-collapse: collapse;
  color: #555;
  display: flex;
  flex-flow: column;
}
.compare-table tbody {
  display: block;
  flex: 1 1 auto;
  width: 100%;
}
.compare-table tbody:after {
  color: transparent;
  content: "-";
  display: block;
  line-height: 24px;
}
.compare-table thead {
  /* head takes the height it requires,
    and it's not scaled when table is resized */
  flex: 0 0 auto;
  width: calc(100% - 0.9em);
}
.compare-table tbody tr {
  width: 100%;
}
.compare-table thead,
.compare-table tbody tr {
  display: table;
  table-layout: fixed;
}
.compare-table tr.mod-colored {
  background: #f9f9f9;
}
.compare-table th,
.compare-table td {
  padding: 8px 0;
  position: relative;
  text-align: center;
}
.compare-table th:first-child,
.compare-table td:first-child {
  width: 250px;
  padding-right: 30px;
  text-align: right;
}
.compare-table th {
  color: #777;
  font-family: 'Avenir Next', sans-serif;
  letter-spacing: 0.03em;
  padding: 0 20px;
}
.compare-table th.compare-dynalist-logo {
  letter-spacing: 0.1em;
  color: #008aff;
}
.compare-table td[colspan='5'] {
  color: #777;
  font-family: 'Avenir Next', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #888;
  font-size: 20px;
  font-weight: normal;
  padding: 42px 0 18px 0;
}
.compare-table tr:first-child td[colspan='5'] {
  padding-top: 12px;
}
.compare-table td.mod-more-info {
  cursor: help;
}
.compare-table td.mod-more-info:before,
.compare-table-legend-label.mod-limited:before {
  color: #888;
  content: '?';
  font-size: 12px;
  height: 20px;
  left: calc(50% - 10px);
  line-height: 21px;
  position: absolute;
  top: 10px;
  width: 20px;
  z-index: 1;
}
.compare-table-legend-label.mod-limited:before {
  left: -24px;
  top: 1px;
  font-size: 10px;
}
.compare-table td:after {
  content: ' ';
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  top: 10px;
  left: calc(50% - 10px);
}
.compare-table-legend-label {
  display: inline-block;
  position: relative;
  margin-left: 50px;
  margin-top: 15px;
}
.compare-table-legend-label:after {
  content: ' ';
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  top: 3px;
  left: -22px;
}
.compare-table td.mod-yes:after,
.compare-table-legend-label.mod-yes:after {
  background-color: #a8e469;
}
.compare-table td.mod-no:after,
.compare-table-legend-label.mod-no:after {
  background-color: #dd8c8a;
}
.compare-table td.mod-paid:after,
.compare-table-legend-label.mod-paid:after {
  background-color: #ffdb99;
}
.compare-table td.mod-limited:after,
.compare-table-legend-label.mod-limited:after {
  background-color: #daf3bf;
}
.competitor-logo {
  width: 100px;
  filter: grayscale(100%);
}
.competitor-logo.mod-moodo {
  opacity: 0.5;
  width: 80px;
}
.competitor-logo.mod-checkvist {
  opacity: 0.5;
}
.why-page-container {
  padding: 80px 0 20px 0;
}
.why-section {
  margin: 50px 0 70px 0;
}
.why-subsection {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 0 20px;
  color: #666;
}
.why-subsection:nth-child(odd) {
  background-color: #f9f9f9;
}
.why-subsection-text-container,
.why-subsection-image-container {
  padding: 10px;
}
.why-subsection-image-container {
  padding: 0 10px 20px 0;
}
.why-subsection-text-container:not(:last-child) {
  padding-top: 20px;
}
.why-subsection-text-container:last-child {
  text-align: center;
}
.why-subsection-image-container > img {
  border-radius: 4px;
  border: 1px solid #eee;
  height: auto;
  max-width: 100%;
  opacity: 0.85;
  width: 500px;
}
.why-subsection-explanation {
  font-size: 20px;
  line-height: 32px;
}
.why-subsection-explanation p {
  margin: 10px 0;
}
.why-header {
  color: #444;
  font-family: "Avenir Next", sans-serif;
  font-size: 40px;
  font-weight: 200;
  margin: 14px 0;
  text-align: center;
  transform: scaleY(1.11);
  padding: 0 20px;
}
.why-subsection-header {
  color: #666;
  font-family: 'Whitney', sans-serif;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0.003em;
  margin: 15px 0 20px 0;
  text-align: center;
}
.feature-section {
  color: #555;
  font-size: 20px;
  padding: 2px 30px;
  text-align: center;
}
.platforms-container {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.platform {
  flex-grow: 1;
  margin: 0 8px;
  max-width: 60px;
}
.platform-logo {
  width: 44px;
}
.platform-logo.mod-small {
  width: 50px;
}
.platform-name {
  color: #707070;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}
.feature-section.mod-weekly-update {
  display: flex;
  justify-content: center;
}
.feature-standout {
  font-size: 40px;
  font-family: 'Consolas', sans-serif;
  font-weight: 900;
  background-image: url('/assets/img/gold-laurel.svg');
  background-size: 100px;
  background-position: center;
  width: 100px;
  height: 90px;
  line-height: 78px;
  display: none;
}
b,
.feature-standout {
  color: #1988e6;
}
.feature-standout,
.feature-caption {
  margin: 10px 0;
}
.feature-caption {
  max-width: 500px;
}
@media screen and (min-width: 500px) {
  .why-header {
    font-size: 44px;
  }
  .why-subsection-header {
    text-align: inherit;
  }
  .why-subsection-text-container,
  .why-subsection-image-container {
    padding: 20px 30px;
  }
  .why-subsection-text-container,
  .why-subsection-image-container {
    text-align: left;
  }
  .platform {
    margin: 0 20px;
  }
  .platform-name {
    font-size: 16px;
  }
  .feature-standout {
    display: block;
  }
  .feature-standout {
    margin: 20px;
  }
  .feature-caption {
    margin: 8px 20px;
  }
}
@media screen and (min-width: 1170px) {
  .why-subsection-image-container {
    padding: 0 30px 50px 30px;
  }
  .why-subsection:nth-child(odd) .why-subsection-text-container:not(:last-child) {
    text-align: left;
  }
  .why-subsection:nth-child(odd) .why-subsection-image-container {
    text-align: right;
    order: -1;
  }
  .why-subsection-text-container,
  .why-subsection-image-container {
    padding: 40px 30px;
  }
  .why-subsection-text-container:not(:last-child) {
    max-width: 450px;
    padding-top: 60px;
  }
  .why-subsection-image-container {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 780px) {
  .Footer {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .Footer-link {
    margin-right: 10px;
  }
}
.landing-signup-cta-section {
  padding: 40px 10% 20px 10%;
  min-height: 240px;
  text-align: center;
}
.landing-signup-cta-title {
  font-size: 38px;
  font-weight: 200;
  transform: scaleY(1.08);
  margin: 8px 0 12px 0;
  letter-spacing: 0;
  font-family: 'Avenir Next', sans-serif;
}
@media screen and (max-width: 1100px) {
  .landing-signup-cta-title {
    font-size: 34px;
  }
}
@media screen and (max-width: 780px) {
  .landing-signup-cta-title {
    font-size: 30px;
  }
}
.landing-signup-cta-button {
  font: 20px/49px 'Avenir Next', sans-serif;
  height: 50px;
  padding: 0;
  width: 250px;
  margin-top: 20px;
}

/*# sourceMappingURL=landing.css.map */
