/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

body {
  line-height: 1;
  color: black;
  background: white; }

ol, ul, li {
  list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a,
a:hover,
a:visited {
  text-decoration: none;
  color: inherit; }

button,
input {
  font-size: inherit;
  color: inherit;
  border: none; }

.login-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(150deg, #f9b16f, #fd35ba);
  color: #181a1d; }
  .login-wrapper.is-create {
    background: #181a1d;
    color: #FAFAFA; }
    .login-wrapper.is-create .login__error {
      color: #fd437f; }
    .login-wrapper.is-create .logo-fill {
      fill: #FAFAFA; }
    .login-wrapper.is-create .login__submit-button {
      color: #181a1d;
      background: #FAFAFA; }
    .login-wrapper.is-create .create-account:hover {
      color: #FAFAFA; }
  .login-wrapper.has-error .login__field {
    box-shadow: 0 0 0 3px #fd437f;
    color: #fd437f; }
    .login-wrapper.has-error .login__field:-webkit-autofill {
      color: #fd437f !important;
      -webkit-text-fill-color: #fd437f !important; }

.login {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 500px;
  margin: auto;
  text-align: center; }

.brand .logo {
  width: 150px;
  margin: auto; }
.brand .logo-fill {
  fill: #181a1d; }
.brand .tagline {
  text-transform: uppercase;
  font-weight: 900; }

.login__form {
  margin: auto;
  width: 350px;
  margin-top: 70px; }

.login__field {
  display: block;
  width: 100%;
  margin: 0 auto 10px;
  height: 3em;
  background: #FAFAFA;
  border-radius: 3px;
  padding: 0 1em;
  box-sizing: border-box; }
  .login__field:focus {
    box-shadow: 0 0 0 3px #181a1d; }

.login__submit-button {
  margin-top: 20px;
  color: #FAFAFA;
  background: #181a1d;
  display: inline-block;
  padding: 0.6em 2em;
  border-radius: 3px;
  background: rgba(24, 26, 29, 0.8);
  text-transform: uppercase;
  font-weight: 900;
  transition: transform 0.4s, letter-spacing 0.4s; }
  .login__submit-button:hover {
    transform: scale(1.05);
    letter-spacing: 0.1em; }

.create-account {
  display: inline-block;
  margin-top: 20px;
  font-size: 0.8em;
  color: #FAFAFA;
  cursor: pointer; }
  .create-account:hover {
    color: #181a1d; }

@-webkit-keyframes SCALE_IN {
  to {
    transform: scale(1);
    opacity: 1; } }
.login__error {
  margin-bottom: 2em;
  color: #FAFAFA;
  line-height: 1.2;
  font-size: 0.8em;
  opacity: 0;
  transform: scale(0.9);
  animation: SCALE_IN 0.4s forwards; }

.main {
  -webkit-app-region: drag; }
  .main .day,
  .main .note {
    -webkit-app-region: no-drag; }

.content {
  margin-left: 80px;
  margin-bottom: 100px; }
  @media (max-width: 768px) {
    .content {
      margin-left: 0;
      margin-top: 60px; } }

.show-notes .content {
  margin-left: 300px; }
  @media (max-width: 768px) {
    .show-notes .content {
      margin-left: 0; } }

.titlebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 36px;
  -webkit-app-region: drag; }

.stoplights {
  position: absolute;
  top: 10px;
  left: 14px; }

.stoplight {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--midground, rgba(24, 26, 29, 0.4)); }

.stoplight__close {
  left: 0;
  background: #fd437f; }

.stoplight__minimize {
  left: 20px;
  background: #F6EA5E; }

.stoplight__maximize {
  left: 40px;
  background: #1DE26C; }

.planner-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 250px;
  height: 100%;
  background: var(--foreground, #181a1d);
  color: var(--background, #FAFAFA);
  transition: width 0.4s; }
  @media (max-width: 768px) {
    .planner-nav {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 90px;
      padding: 20px 70px;
      box-sizing: border-box;
      background: var(--foreground, #181a1d);
      color: var(--background, #FAFAFA); } }

.planner-nav__day-nav {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.4s; }
  @media (max-width: 768px) {
    .planner-nav__day-nav {
      bottom: 20px; } }

.planner-nav--notes .planner-nav__day-nav {
  transform: translate(-20px);
  opacity: 0; }

.days {
  width: 4200px;
  margin: 0 100px; }

.day__name {
  margin-bottom: 4em;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em; }

.day__date-words {
  width: 65px;
  text-align: right;
  margin-right: 10px; }
  @media (max-width: 768px) {
    .day__date-words {
      width: 50%; } }

.day__month-name {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase; }

.day__date-number {
  font-size: 49px;
  line-height: 1; }

.day {
  position: relative;
  width: 80%;
  max-width: 45em;
  margin: 0 auto 8em;
  padding-top: 3.5em; }
  @media (max-width: 768px) {
    .day {
      display: block; } }

.day__date {
  margin-bottom: 2em; }
  .day__date:after {
    content: '';
    display: block;
    margin-top: 1.5em;
    width: 2em;
    height: 2px;
    background: var(--foreground, #181a1d);
    font-size: 0.5em; }

.day__day-name {
  margin-bottom: 0.1em;
  font-size: 24px;
  line-height: 1;
  font-weight: 700; }

.day__day {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700; }

.day__left-arrow,
.icon--large-left-arrow {
  position: fixed;
  left: 90px;
  top: 210px;
  -webkit-mask-size: 40px;
  -moz-mask-size: 40px;
  mask-size: 40px; }

.day__right-arrow,
.icon--large-right-arrow {
  position: fixed;
  left: 130px;
  top: 210px;
  -webkit-mask-size: 40px;
  -moz-mask-size: 40px;
  mask-size: 40px; }

@media (max-width: 768px) {
  .day {
    width: auto;
    margin: 0;
    padding: 10px 1em 70px; }

  .day__date {
    position: static;
    width: 100%; }

  .day__left-arrow,
  .icon--large-left-arrow {
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 1; }

  .day__right-arrow,
  .icon--large-right-arrow {
    position: absolute;
    left: auto;
    right: 10px;
    top: 0;
    z-index: 2; } }
.mode-nav {
  position: absolute;
  bottom: 20px;
  left: 30px; }
  @media (max-width: 768px) {
    .mode-nav {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      height: 75px;
      background: var(--background, #FAFAFA); } }

.note {
  margin: 50px auto;
  max-width: 45em;
  width: 80%; }
  @media (max-width: 768px) {
    .note {
      margin: 80px 6%;
      width: auto; } }

.note-name {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1em; }
  @media (max-width: 768px) {
    .note-name {
      font-size: 36px; } }
  .note-name:empty:before {
    content: 'note name';
    display: block;
    opacity: 0.4; }

.note-actions {
  position: fixed;
  top: 20px;
  right: 20px; }
  @media (max-width: 768px) {
    .note-actions {
      position: fixed;
      top: auto;
      bottom: 10px;
      right: 15px; } }

.note-list {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 80px;
  width: 220px;
  padding-bottom: 70px;
  font-size: 0.85em;
  color: var(--foreground, #181a1d);
  opacity: 0;
  pointer-events: none;
  overflow: auto; }
  @media (max-width: 768px) {
    .note-list {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: auto;
      z-index: 4;
      font-size: 0.75em;
      background: var(--background, #FAFAFA);
      transform: translateX(-100%);
      opacity: 1;
      transition: all 0.3s cubic-bezier(0.38, 0, 0.31, 1); } }

.show-notes .note-list {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto; }
  .show-notes .note-list .note-list__toggle {
    display: block; }

@media (max-width: 768px) {
  .note-list__options {
    display: block;
    opacity: 1;
    pointer-events: auto; } }
.note-list__down-arrow {
  display: block;
  transition: all 0.4s; }

.note-list__item {
  padding: 0.3em 1em;
  margin: 0 0.5em;
  border-radius: 3px;
  cursor: default; }
  .note-list__item:hover {
    box-shadow: inset 0 0 0 1px var(--shade, rgba(24, 26, 29, 0.25)); }
  @media (max-width: 768px) {
    .note-list__item {
      padding: 0.6em 0.5em; } }

.note-list__item--current,
.note-list__item--current:hover {
  color: var(--highlight, #4A90E2); }

.note-list__header {
  margin: 0 1.5em 1.5em;
  background: var(--background, #FAFAFA); }
  .note-list__header:after {
    content: '';
    display: inline-block;
    width: 1em;
    height: 2px;
    background: var(--foreground, #181a1d); }
  @media (max-width: 768px) {
    .note-list__header {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 5;
      text-align: center;
      margin: 0;
      padding: 0 1.5em 0; }
      .note-list__header:after {
        display: none; } }

.note-list__title {
  font-size: 1.5em;
  font-weight: 700;
  margin-top: 1em;
  line-height: 1.5; }
  @media (max-width: 768px) {
    .note-list__title {
      font-size: 2em;
      margin: 0.4em 0 0.4em; } }

.new-note-button {
  position: fixed;
  top: 27px;
  right: 0.5em;
  width: 25px;
  height: 25px;
  margin: 0;
  z-index: 5; }
  @media (max-width: 768px) {
    .new-note-button {
      top: 10px;
      right: 10px;
      width: 40px;
      height: 40px; } }

.note-list__toggle {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
  width: 40px;
  height: 40px;
  color: var(--foreground, #181a1d);
  pointer-events: auto; }

.note-list__options {
  overflow: auto; }
  @media (max-width: 768px) {
    .note-list__options {
      position: fixed;
      top: 80px;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 4;
      padding: 0 0 2em;
      box-sizing: border-box;
      font-size: 1.5em;
      transition: all 0.4s; } }

.icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle; }

.icon--checkbox {
  background: url(../images/checkbox.svg) center no-repeat; }
  @media (max-width: 768px) {
    .icon--checkbox {
      background-size: 13px; } }

.icon--checked {
  background: url(../images/checked.svg) center no-repeat; }
  @media (max-width: 768px) {
    .icon--checked {
      background-size: 18px; } }

.icon--new-todo {
  background: url(../images/new-todo.svg) center no-repeat; }

.icon--bell {
  -webkit-mask: url(../images/bell-icon.svg) center no-repeat;
  -moz-mask: url(../images/bell-icon.svg) center no-repeat;
  mask: url(../images/bell-icon.svg) center no-repeat;
  background: var(--midground, rgba(24, 26, 29, 0.4)); }

.icon--trash {
  -webkit-mask: url(../images/trash-icon.svg) center no-repeat;
  -moz-mask: url(../images/trash-icon.svg) center no-repeat;
  mask: url(../images/trash-icon.svg) center no-repeat;
  background: var(--midground, rgba(24, 26, 29, 0.4)); }

.icon--large-right-arrow {
  width: 50px;
  height: 50px;
  -webkit-mask: url(../images/large-right-arrow.svg) center no-repeat;
  -moz-mask: url(../images/large-right-arrow.svg) center no-repeat;
  mask: url(../images/large-right-arrow.svg) center no-repeat;
  background: var(--midground, rgba(24, 26, 29, 0.4)); }

.icon--large-left-arrow {
  width: 50px;
  height: 50px;
  -webkit-mask: url(../images/large-left-arrow.svg) center no-repeat;
  -moz-mask: url(../images/large-left-arrow.svg) center no-repeat;
  mask: url(../images/large-left-arrow.svg) center no-repeat;
  background: var(--midground, rgba(24, 26, 29, 0.4)); }

.icon-fill--none {
  fill: none; }

.icon-fill--black {
  fill: var(--foreground, #181a1d); }

.icon-fill--light {
  fill: var(--shade, rgba(24, 26, 29, 0.25)); }

.icon-fill--white {
  fill: #FAFAFA; }

.icon-stroke {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10; }

.icon-stroke--light {
  stroke: var(--shade, rgba(24, 26, 29, 0.25)); }

.icon-stroke--mid {
  stroke: var(--midground, rgba(24, 26, 29, 0.4)); }

.icon-stroke--black {
  stroke: var(--foreground, #181a1d); }

.icon-stroke--highlight {
  stroke: var(--highlight, #4A90E2); }

.icon-stroke--white {
  fill: none;
  stroke: var(--background, #FAFAFA);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10; }

.alarm-modal {
  position: fixed;
  display: none;
  z-index: 10000;
  width: 322px;
  height: 156px;
  background: white;
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.15);
  text-align: center; }
  .alarm-modal.is-visible {
    display: block; }
  .alarm-modal .icon--trash {
    position: absolute;
    bottom: 10px;
    right: 10px; }
  .alarm-modal.is-pm .alarm-modal__pm {
    opacity: 1; }
  .alarm-modal.is-pm .alarm-modal__am {
    opacity: 0.5; }

.alarm-modal__am,
.alarm-modal__pm {
  transition: all 0.2s; }

.alarm-modal__am {
  margin-right: 15px; }

.alarm-modal__pm {
  opacity: 0.5; }

.alarm-modal__time {
  display: block;
  margin: 38px 0 5px;
  font-size: 49px;
  line-height: 1; }

.alarm-modal__half {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  cursor: default; }

.smarttext-editor {
  width: 100%;
  min-height: 1em;
  white-space: pre-wrap; }
  .smarttext-editor.empty .line:before {
    content: '+ add';
    display: block;
    opacity: 0.4; }
  .smarttext-editor:focus .line:before {
    display: none; }
  .smarttext-editor .checkbox {
    position: relative;
    font-family: monospace;
    vertical-align: middle;
    overflow: hidden;
    text-align: center;
    color: var(--foreground, #181a1d);
    -webkit-text-fill-color: transparent;
    cursor: default; }
    @media (max-width: 768px) {
      .smarttext-editor .checkbox {
        display: inline-block;
        width: 30px; } }
  .smarttext-editor .checked {
    color: var(--midground, rgba(24, 26, 29, 0.4)); }
  .smarttext-editor .checkbox-icon {
    position: absolute;
    stroke-width: 1.5px;
    height: 1.6em; }
    @media (max-width: 768px) {
      .smarttext-editor .checkbox-icon {
        height: 1.9em; } }
  .smarttext-editor .hidden {
    display: none; }
  .smarttext-editor .tag {
    font-size: 0.8em;
    color: var(--midground, rgba(24, 26, 29, 0.4)); }
  .smarttext-editor .headline {
    display: inline;
    position: relative;
    font-weight: 700; }
  .smarttext-editor .smarttext-markup {
    display: none;
    user-select: none; }
  .smarttext-editor h1 {
    font-size: 2em; }
  .smarttext-editor h2 {
    font-size: 1.5em; }
  .smarttext-editor h3 {
    font-size: 1.2em; }
  .smarttext-editor strong {
    font-weight: 700; }
  .smarttext-editor blockquote {
    border-left: 3px solid var(--highlight, #4A90E2);
    padding-left: 2em;
    font-style: italic; }
  .smarttext-editor hr {
    border: none;
    background: var(--shade, rgba(24, 26, 29, 0.25));
    height: 1px; }

.nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  flex: 0 0 auto;
  z-index: 2;
  width: 80px;
  background: var(--background, #FAFAFA); }
  @media (max-width: 768px) {
    .nav {
      position: fixed;
      width: 100%;
      height: 60px; } }

.nav-inner {
  position: fixed;
  top: 30px;
  left: 0;
  bottom: 0; }
  @media (max-width: 768px) {
    .nav-inner {
      position: static; } }

.nav--with-notes {
  width: 300px; }
  @media (max-width: 768px) {
    .nav--with-notes {
      width: 100%; } }

.is-editing .nav {
  position: absolute !important; }

.arrow-icon {
  fill: none;
  stroke: var(--foreground, #181a1d);
  stroke-width: 4;
  stroke-miterlimit: 10; }

.week-arrows {
  position: absolute;
  top: 125px;
  left: 20px;
  width: 40px; }
  @media (max-width: 768px) {
    .week-arrows {
      position: absolute;
      top: 17px;
      left: 0;
      right: 0;
      margin: auto;
      width: 100px; } }

.week-arrow {
  position: absolute;
  transition: all 0.4s; }

.left-arrow {
  left: 0; }

.right-arrow {
  right: 0; }

.nav-icon {
  transition: all 0.5s;
  cursor: default;
  -webkit-user-select: none; }

.settings-button {
  position: absolute;
  bottom: 20px;
  left: 20px; }
  @media (max-width: 768px) {
    .settings-button {
      top: 8px;
      bottom: auto;
      left: auto;
      right: 10px; } }

.calendar-icon {
  position: absolute;
  top: 80px;
  left: 20px; }
  @media (max-width: 768px) {
    .calendar-icon {
      top: 8px;
      left: 0;
      right: 0;
      margin: auto; } }

.note-icon {
  position: absolute;
  top: 20px;
  left: 21px; }
  @media (max-width: 768px) {
    .note-icon {
      top: 8px;
      left: 10px; } }

.icon__gap {
  fill: none; }

.icon__fill {
  fill: var(--foreground, #181a1d); }

.calendar-icon__text {
  font-weight: 700;
  font-size: 12px;
  fill: var(--foreground, #181a1d); }

.is-note .left-arrow {
  transform: translateX(5px);
  opacity: 0;
  pointer-events: none; }
.is-note .right-arrow {
  transform: translateX(-5px);
  opacity: 0;
  pointer-events: none; }

.theme-control {
  position: fixed;
  right: 0; }

.settings {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(24, 26, 29, 0.1); }

.settings-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  margin: auto;
  width: 800px;
  height: 400px;
  box-sizing: border-box;
  background: #FAFAFA;
  color: #181a1d;
  font-size: 17px;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.22); }
  .settings-modal .close-button {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px; }
  .settings-modal .icon-stroke--black {
    stroke: #181a1d; }
  .settings-modal .icon-stroke--light {
    stroke: rgba(24, 26, 29, 0.25); }
  .settings-modal .icon-fill--light {
    fill: rgba(24, 26, 29, 0.25); }
  @media (max-width: 768px) {
    .settings-modal {
      width: 100%;
      height: 100%; } }
  .settings-modal .select-label {
    margin-right: 12px; }
  .settings-modal .row {
    display: flex; }
  .settings-modal .column {
    flex: 1 1 auto;
    margin-right: 1em; }
    .settings-modal .column:last-child {
      margin-right: 0; }
  .settings-modal select {
    width: 100%;
    height: 50px;
    padding: 0 3em 0 1em;
    border: none;
    color: #181a1d;
    background: url(../images/drop-arrow.svg) no-repeat right center white;
    background-size: 20px;
    background-position: right 10px center;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -webkit-appearance: none; }

.nix-settings {
  padding: 2em 4em; }
  @media (max-width: 414px) {
    .nix-settings {
      padding: 4em 2em; } }

.personal-settings {
  padding: 18px 25px;
  font-size: 0.8em;
  text-align: right; }

.log-out-button {
  color: #4A90E2;
  cursor: pointer; }
  .log-out-button:hover {
    color: #181a1d; }

.theme-button {
  display: inline-flex;
  margin-right: 6px;
  border-radius: 4px;
  background: white;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }
  .theme-button.selected {
    box-shadow: 0 0 0 2px #4A90E2, 0 1px 1px 2px rgba(0, 0, 0, 0.15); }

.theme-icon {
  width: 40px;
  height: 40px;
  margin: 5px; }

.theme-colors {
  margin-left: 9px; }

.theme-color {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 18px;
  margin-right: 14px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #FAFAFA, 0 0 0 2px rgba(24, 26, 29, 0.25); }

.color-picker-wrapper {
  position: fixed; }

.settings-row + .settings-row {
  margin-top: 3em; }

.font-size-button,
.font-family-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 6px;
  border-radius: 4px;
  background: white;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  text-align: center;
  line-height: 48px;
  font-weight: 700;
  vertical-align: middle; }
  .font-size-button.selected,
  .font-family-button.selected {
    box-shadow: 0 0 0 2px #4A90E2, 0 1px 1px 2px rgba(0, 0, 0, 0.15); }

.font-size-button--small {
  font-size: 15px; }

.font-size-button--medium {
  font-size: 17px; }

.font-size-button--large {
  font-size: 21px; }

.section-name {
  margin-bottom: 1.5em;
  font-size: 0.7em;
  font-weight: 700;
  text-transform: uppercase; }

@media (max-width: 768px) {
  .custom-theme {
    display: none; } }

@media (max-width: 414px) {
  .theme-picker {
    text-align: center; } }

@media (max-width: 414px) {
  .settings__button {
    width: 50px;
    height: 50px;
    margin-right: 0;
    margin-bottom: 6px;
    padding: 0; } }

@media (max-width: 414px) {
  .settings-button-block {
    display: flex;
    flex-direction: column;
    align-items: center; } }

.intro {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(24, 26, 29, 0.1); }
  .intro[data-current-section="0"] .intro-arrow__prev {
    opacity: 0;
    pointer-events: none;
    transform: translateX(10px); }
  .intro[data-current-section="0"] [data-section="0"] {
    opacity: 1;
    pointer-events: auto; }
  .intro[data-current-section="1"] [data-section="1"] {
    opacity: 1;
    pointer-events: auto; }
  .intro[data-current-section="2"] [data-section="2"] {
    opacity: 1;
    pointer-events: auto; }
  .intro[data-current-section="3"] .intro-arrow__next {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-10px); }
  .intro[data-current-section="3"] [data-section="3"] {
    opacity: 1;
    pointer-events: auto; }

.intro-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  margin: auto;
  width: 800px;
  height: 450px;
  box-sizing: border-box;
  background: linear-gradient(150deg, #ffcf64, #fd35ba);
  color: #181a1d;
  font-size: 17px;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.22); }
  .intro-modal .close-button {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px; }
  .intro-modal .icon-stroke--black {
    stroke: #181a1d; }
  .intro-modal .icon-stroke--light {
    stroke: rgba(24, 26, 29, 0.25); }
  .intro-modal .icon-fill--light {
    fill: rgba(24, 26, 29, 0.25); }
  .intro-modal .icon-fill--black {
    fill: #181a1d; }
  .intro-modal .calendar-icon__text {
    fill: #181a1d; }
  @media (max-width: 768px) {
    .intro-modal {
      width: 100%;
      height: 100%;
      max-width: 414px;
      max-height: 736px; } }
  .intro-modal .select-label {
    margin-right: 12px; }
  .intro-modal .row {
    display: flex; }
  .intro-modal .column {
    flex: 1 1 auto; }
  .intro-modal select {
    height: 50px;
    padding: 0 3em 0 1em;
    border: none;
    color: #181a1d;
    background: url(../images/drop-arrow.svg) no-repeat right center white;
    background-size: 20px;
    background-position: right 10px center;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -webkit-appearance: none; }

.intro-arrow {
  position: absolute;
  top: 0;
  bottom: 50px;
  z-index: 5;
  margin: auto;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  opacity: 0.6; }
  .intro-arrow:hover {
    opacity: 1.0; }

.intro-arrow__prev {
  left: 10px; }
  @media (max-width: 768px) {
    .intro-arrow__prev {
      left: 0; } }

.intro-arrow__next {
  right: 10px; }
  @media (max-width: 768px) {
    .intro-arrow__next {
      right: 0; } }

.intro-section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  line-height: 1.4; }
  @media (max-width: 768px) {
    .intro-section {
      font-size: 0.9em; } }

.intro-section__welcome {
  text-align: center; }

.intro__welcome {
  width: 50%;
  margin: auto; }

.nix-logo {
  width: 160px;
  margin: 115px auto 20px; }
  .nix-logo .logo__fill {
    fill: #181a1d; }
  @media (max-width: 768px) {
    .nix-logo {
      margin-top: 225px; } }

.intro-section__modes {
  display: flex;
  margin: 0 100px; }
  @media (max-width: 768px) {
    .intro-section__modes {
      flex-direction: column;
      margin: 100px 0; } }

.intro-mode__column {
  padding-top: 105px;
  flex: 0 0 50%;
  text-align: center; }
  @media (max-width: 768px) {
    .intro-mode__column {
      padding-top: 0; } }

.intro-mode__icon {
  width: 80px;
  height: 80px; }

.intro-mode__title {
  margin-top: 0.5em;
  font-size: 1.3em;
  font-weight: 800; }

.intro-mode__description {
  width: 50%;
  margin: auto; }

.intro-section__smarttext {
  margin: 60px 120px; }
  @media (max-width: 768px) {
    .intro-section__smarttext {
      margin: 150px 80px; } }

.smarttext-feature {
  margin: 0 0 1.8em; }
  .smarttext-feature code {
    padding: 0.2em 0.5em;
    background: rgba(250, 250, 250, 0.2);
    border-radius: 2px; }

.smarttext-feature__title {
  margin-bottom: 0.5em;
  font-size: 0.9em; }

.smarttext-feature__example {
  padding: 0.5em 1em;
  background: #FAFAFA;
  border-radius: 2px; }

.smarttext-feature__example-header {
  font-weight: bold; }

.smarttext-feature__example-tag {
  color: rgba(24, 26, 29, 0.5); }

.intro-section__other {
  display: flex;
  margin: 0 60px; }
  @media (max-width: 768px) {
    .intro-section__other {
      flex-direction: column;
      margin: 30px 60px 80px; } }

.other-column {
  box-sizing: border-box;
  flex: 0 0 33.33%;
  padding: 95px 20px 0;
  text-align: center; }
  @media (max-width: 768px) {
    .other-column {
      flex: 1 0 auto;
      padding-top: 0; } }

.intro-link,
.intro-link:visited,
.intro-link:hover {
  color: #FAFAFA; }

.intro-link {
  display: block;
  margin-top: 1em;
  cursor: pointer; }

.intro-other__icon {
  width: 80px;
  height: 80px; }
  @media (max-width: 768px) {
    .intro-other__icon {
      width: 60px;
      height: 60px; } }

.intro__avoid {
  position: absolute;
  bottom: 30px;
  left: 32px;
  font-size: 0.8em; }

.intro__avoid-text {
  margin-left: 4px; }

.intro__done {
  position: absolute;
  bottom: 30px;
  right: 32px;
  padding: 0.5em 2.5em;
  background: none;
  border: 2px solid #FAFAFA;
  border-radius: 23px;
  font-size: 0.7em;
  font-weight: 600;
  color: #FAFAFA;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: all 0.2s; }
  .intro__done:hover {
    transform: scale(1.05); }

.intro__actions {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  pointer-events: auto; }

body {
  background: var(--background, #FAFAFA); }

body,
input,
select,
textarea,
button {
  font-size: 17px;
  font-family: "azo-sans-web", -apple-system, BlinkMacSystemFont, "Source Code Pro", "freight-sans-pro", "Roboto", "ingra", "Gotham", "DIN-Regular", "Open Sans", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 300;
  line-height: 1.6;
  color: var(--foreground, #181a1d); }
  @media (max-width: 768px) {
    body,
    input,
    select,
    textarea,
    button {
      line-height: 1.9; } }

::-webkit-scrollbar {
  background: var(--background, #FAFAFA); }

::-webkit-scrollbar-track {
  background: var(--background, #FAFAFA); }

::-webkit-scrollbar-thumb {
  width: 10px;
  border-radius: 10px;
  background: var(--shade, rgba(24, 26, 29, 0.25));
  box-shadow: inset 0 0 0 6px var(--background, #FAFAFA);
  transition: box-shadow 0.3s; }
  ::-webkit-scrollbar-thumb:hover {
    box-shadow: inset 0 0 0 3px var(--background, #FAFAFA); }

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