/* Box sizing rules */
/* line 2, app/assets/stylesheets/reset.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
/* line 9, app/assets/stylesheets/reset.scss */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
/* line 15, app/assets/stylesheets/reset.scss */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* line 32, app/assets/stylesheets/reset.scss */
input:focus {
  outline: none;
}

/* Set core body defaults */
/* line 37, app/assets/stylesheets/reset.scss */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-synthesis: none;
}

/* Remove list styles on ul, ol elements with a class attribute */
/* line 49, app/assets/stylesheets/reset.scss */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
/* line 55, app/assets/stylesheets/reset.scss */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* line 60, app/assets/stylesheets/reset.scss */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
/* line 66, app/assets/stylesheets/reset.scss */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
/* line 71, app/assets/stylesheets/reset.scss */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  /* line 80, app/assets/stylesheets/reset.scss */
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@font-face {
  font-family: 'Signifier';
  font-weight: 400;
  font-display: block;
  font-style: normal;
  src: url("/assets/signifier-web-regular-6ec4b9e356b99c5af6dd2c8d772f0556f7cbc5d86f817f81b76807e704e1e1b5.woff2") format("woff2");
}

@font-face {
  font-family: 'Signifier';
  font-weight: 400;
  font-display: block;
  font-style: italic;
  src: url("/assets/signifier-web-regular-italic-4b0a729456bc4de16e910fd6c393264ea89760d270890b2bd96761ba9f6660ad.woff2") format("woff2");
}

@font-face {
  font-family: 'Signifier';
  font-weight: 700;
  font-display: block;
  font-style: normal;
  src: url("/assets/signifier-web-medium-579141e27a58fee272ab512383ef63348f92a15336acf1b5ec94b18d88c0aa02.woff2") format("woff2");
}

@font-face {
  font-family: 'Signifier';
  font-weight: 700;
  font-display: block;
  font-style: italic;
  src: url("/assets/signifier-web-medium-italic-6fb1dc6bcef5fdb762c2867a0d6d757f5e79a2a5856c3c889095d415b6800cfb.woff2") format("woff2");
}

@font-face {
  font-family: 'Every';
  font-weight: 400;
  font-display: block;
  font-style: normal;
  src: url("/assets/Every-Regular-238ce228fc861094451084538edfb13549d56204c65803d791ec2bc84932aaef.woff2") format("woff2");
}

@font-face {
  font-family: 'Switzer';
  src: url("/assets/Switzer-Variable-6f8a03032e46a9548270119da921234eb33df33fdd7aa45bb9e497b01a55f3f5.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Switzer';
  src: url("/assets/Switzer-VariableItalic-76a9d65cff728b08fc5a11d8cb715a77847c52915ad6ae97aaa499c83e7ce25f.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
  font-style: italic;
}

/* line 54, app/assets/stylesheets/typography.scss.erb */
body {
  font-size: 15px;
  font-family: "Switzer", "Signifier", "Hoefler Text", "Baskerville Old Face", "Garamond", "Georgia", "Times New Roman", serif;
  font-feature-settings: "calt", "clig", "kern", "liga", "onum", "pnum";
}

/* line 60, app/assets/stylesheets/typography.scss.erb */
h1 {
  font-size: 50px;
}

/* line 63, app/assets/stylesheets/typography.scss.erb */
h1.smaller {
  font-size: 45px;
}

/* line 68, app/assets/stylesheets/typography.scss.erb */
h1, h2, h3, h4, h5 {
  font-family: "Signifier", "Hoefler Text", "Baskerville Old Face", "Garamond", "Georgia", "Times New Roman", serif;
}

/* line 73, app/assets/stylesheets/typography.scss.erb */
.hand {
  font-family: "Every", "Signifier", "Hoefler Text", "Baskerville Old Face", "Garamond", "Georgia", "Times New Roman", serif;
  text-transform: uppercase;
}

/* line 77, app/assets/stylesheets/typography.scss.erb */
.hand-A {
  letter-spacing: -4%;
}

/* line 78, app/assets/stylesheets/typography.scss.erb */
.hand-F {
  letter-spacing: -8%;
}

/* line 79, app/assets/stylesheets/typography.scss.erb */
.hand-H {
  letter-spacing: -6%;
}

/* line 80, app/assets/stylesheets/typography.scss.erb */
.hand-P {
  letter-spacing: -2%;
}

/* line 81, app/assets/stylesheets/typography.scss.erb */
.hand-S {
  letter-spacing: -4%;
}

/* line 83, app/assets/stylesheets/typography.scss.erb */
.small-caps {
  font-variant: small-caps;
}

/* line 3, app/assets/stylesheets/buttons.scss */
.btn, .button_to input[type=submit] {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #222;
  border-radius: 5px;
  background: #222;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* line 13, app/assets/stylesheets/buttons.scss */
.btn.small, .button_to input.small[type=submit] {
  font-size: 14px;
  padding: 5px 10px;
}

/* line 17, app/assets/stylesheets/buttons.scss */
.btn.outline, .button_to input.outline[type=submit] {
  background: transparent;
  color: #222;
}

/* line 21, app/assets/stylesheets/buttons.scss */
.btn.invert, .button_to input.invert[type=submit] {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

/* line 26, app/assets/stylesheets/buttons.scss */
.btn.danger, .button_to input.danger[type=submit] {
  background: #e12e67;
  border-color: #e12e67;
}

/* line 30, app/assets/stylesheets/buttons.scss */
.btn.block, .button_to input.block[type=submit] {
  display: block;
  text-align: center;
  width: 100%;
}

/* line 35, app/assets/stylesheets/buttons.scss */
.btn:disabled, .button_to input[type=submit]:disabled {
  background: #888;
  border-color: #888;
}

/* line 42, app/assets/stylesheets/buttons.scss */
.publisher-button {
  border: 2px solid #111;
  background: #fff;
  color: #111;
  border-radius: 5px;
  padding: 5px 0;
  display: inline-block;
  width: 100px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
}

/* line 52, app/assets/stylesheets/buttons.scss */
.publisher-button:hover {
  background: #eee;
  cursor: pointer;
}

@media (max-width: 900px) {
  /* line 57, app/assets/stylesheets/buttons.scss */
  .publisher-button:hover {
    background: #fff;
  }
}

/* line 61, app/assets/stylesheets/buttons.scss */
.publisher-button.following {
  background: #111;
  color: #fff;
}

/* line 69, app/assets/stylesheets/buttons.scss */
.button_to {
  margin-top: 10px;
}

/* line 74, app/assets/stylesheets/buttons.scss */
.discord-announce-btn input[type=submit] {
  background-color: #1523cd;
  border-color: #1523cd;
}

/* line 3, app/assets/stylesheets/layout.scss */
html {
  scroll-behavior: smooth;
  opacity: 0;
}

/* line 7, app/assets/stylesheets/layout.scss */
html.wf-active {
  opacity: 1;
}

/* line 12, app/assets/stylesheets/layout.scss */
body.public-container:not(.posts) {
  background: #020202;
  color: #fff;
}

/* line 17, app/assets/stylesheets/layout.scss */
body.public-container.posts {
  background: #FDFAF7;
  color: #111;
}

/* line 22, app/assets/stylesheets/layout.scss */
.container {
  max-width: 760px;
  margin: 0 auto;
  padding: 70px 15px;
}

@media (max-width: 900px) {
  /* line 22, app/assets/stylesheets/layout.scss */
  .container {
    padding: 70px 10px;
  }
}

/* line 31, app/assets/stylesheets/layout.scss */
.posts-index,
.admin-page {
  padding-top: 100px;
}

/* line 35, app/assets/stylesheets/layout.scss */
.posts-index .top-bar,
.admin-page .top-bar {
  background: #fff;
  box-shadow: rgba(15, 15, 15, 0.05) 0px 0px 0px 1px, rgba(15, 15, 15, 0.06) 0px 3px 6px, rgba(15, 15, 15, 0.09) 0px 9px 24px;
}

/* line 42, app/assets/stylesheets/layout.scss */
.top-bar {
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  z-index: 1;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

@media (max-width: 900px) {
  /* line 42, app/assets/stylesheets/layout.scss */
  .top-bar {
    background: #fff;
    box-shadow: 0px 1px 0px #e2e3e4, 0px 2px 4px rgba(0, 0, 0, 0.07);
    padding: 0 15px;
  }
}

/* line 62, app/assets/stylesheets/layout.scss */
.top-bar .logo {
  height: 26px;
  margin-right: 10px;
  transition: opacity 0.15s;
}

/* line 67, app/assets/stylesheets/layout.scss */
.top-bar .logo:hover {
  opacity: 0.5;
}

@media (max-width: 900px) {
  /* line 62, app/assets/stylesheets/layout.scss */
  .top-bar .logo {
    height: 22px;
  }
  /* line 73, app/assets/stylesheets/layout.scss */
  .top-bar .logo:hover {
    opacity: 1;
  }
}

/* line 79, app/assets/stylesheets/layout.scss */
.top-bar .admin-label {
  border-left: 1px solid #dadce0;
  padding-left: 10px;
  font-family: "Signifier", "Palatino", "Georgia", "Times New Roman", serif;
}

/* line 84, app/assets/stylesheets/layout.scss */
.top-bar .admin-label a {
  text-decoration: none;
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/layout.scss */
.top-bar .spacer {
  flex-grow: 1;
}

/* line 94, app/assets/stylesheets/layout.scss */
.top-bar .right-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* line 99, app/assets/stylesheets/layout.scss */
.top-bar .right-nav .nav-cta {
  margin: 0 10px;
}

@media (max-width: 900px) {
  /* line 102, app/assets/stylesheets/layout.scss */
  .top-bar .right-nav .nav-cta .btn {
    font-size: 13px;
    padding: 3px 10px;
  }
}

/* line 109, app/assets/stylesheets/layout.scss */
.top-bar .right-nav .nav-search-link {
  margin: 2px 2px 0 2px;
  padding: 5px;
}

/* line 115, app/assets/stylesheets/layout.scss */
.top-bar .current-user {
  display: flex;
  flex-direction: row;
  margin-right: 10px;
}

@media (max-width: 900px) {
  /* line 115, app/assets/stylesheets/layout.scss */
  .top-bar .current-user {
    display: none;
  }
}

/* line 123, app/assets/stylesheets/layout.scss */
.top-bar .current-user .user-avatar {
  height: 20px;
  width: 20px;
  border-radius: 100%;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

/* line 133, app/assets/stylesheets/layout.scss */
.top-bar .dropdown-container {
  user-select: none;
}

/* line 137, app/assets/stylesheets/layout.scss */
.top-bar .dropdown-container:hover .dropdown-nav {
  right: 15px;
}

/* line 141, app/assets/stylesheets/layout.scss */
.top-bar .hamburger {
  font-size: 28px;
  font-weight: 400;
  line-height: 0px;
  position: relative;
  top: 19px;
  right: 5px;
  padding: 0px 0px 40px 13px;
}

/* line 150, app/assets/stylesheets/layout.scss */
.top-bar .hamburger:hover {
  cursor: default;
}

/* line 155, app/assets/stylesheets/layout.scss */
.top-bar .hamburger.bubble:after {
  content: " ";
  background: #4c27ff;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: -9px;
  right: -4px;
  border: 2px solid #fff;
}

/* line 170, app/assets/stylesheets/layout.scss */
.top-bar .dropdown-nav {
  position: absolute;
  top: 50px;
  right: -200px;
  transition: right 0.1s;
  background: #fff;
  border-radius: 3px;
  box-shadow: rgba(15, 15, 15, 0.05) 0px 0px 0px 1px, rgba(15, 15, 15, 0.1) 0px 3px 6px, rgba(15, 15, 15, 0.2) 0px 9px 24px;
}

/* line 179, app/assets/stylesheets/layout.scss */
.top-bar .dropdown-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 185, app/assets/stylesheets/layout.scss */
.top-bar .dropdown-nav ul li a {
  padding: 3px 10px;
  text-decoration: none;
  display: block;
}

/* line 190, app/assets/stylesheets/layout.scss */
.top-bar .dropdown-nav ul li a:hover {
  background: rgba(15, 15, 15, 0.05);
}

/* line 195, app/assets/stylesheets/layout.scss */
.top-bar .dropdown-nav ul li.divider {
  background-color: rgba(15, 15, 15, 0.1);
  height: 1px;
  margin: 3px 0;
  width: 100%;
}

/* line 202, app/assets/stylesheets/layout.scss */
.top-bar .dropdown-nav ul li.admin-link a {
  color: #4c27ff;
}

/* line 206, app/assets/stylesheets/layout.scss */
.top-bar .dropdown-nav ul li:first-child a {
  padding-top: 6px;
}

/* line 210, app/assets/stylesheets/layout.scss */
.top-bar .dropdown-nav ul li:last-child a {
  padding-bottom: 6px;
}

/* line 218, app/assets/stylesheets/layout.scss */
.modal {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: rgba(55, 55, 55, 0.5);
}

/* line 230, app/assets/stylesheets/layout.scss */
.modal .body {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  width: 480px;
  box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.3);
}

/* line 239, app/assets/stylesheets/layout.scss */
.publish-box {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding-left: 15px;
  background: #fff;
  width: 300px;
}

/* line 245, app/assets/stylesheets/layout.scss */
.publish-box p {
  margin-bottom: 10px;
}

/* line 249, app/assets/stylesheets/layout.scss */
.publish-box ul.menu {
  list-style: none;
}

/* line 252, app/assets/stylesheets/layout.scss */
.publish-box ul.menu li {
  text-align: left;
}

/* line 255, app/assets/stylesheets/layout.scss */
.publish-box ul.menu li a {
  text-decoration: none;
  color: #999;
}

/* line 259, app/assets/stylesheets/layout.scss */
.publish-box ul.menu li a.active {
  font-weight: bold;
  color: #222;
}

/* line 268, app/assets/stylesheets/layout.scss */
footer {
  text-align: center;
  padding-bottom: 50px;
}

/* line 272, app/assets/stylesheets/layout.scss */
footer p,
footer a {
  color: #8c8d91;
  margin-bottom: 10px;
}

/* line 281, app/assets/stylesheets/layout.scss */
.collection-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 500px;
  margin: 100px auto 0 auto;
}

/* line 289, app/assets/stylesheets/layout.scss */
.collection-header .collection-header-icon {
  width: 80px;
  height: 80px;
}

/* line 293, app/assets/stylesheets/layout.scss */
.collection-header .collection-header-icon.rounded-icon {
  border-radius: 100%;
}

/* line 298, app/assets/stylesheets/layout.scss */
.collection-header .collection-header-title {
  font-size: 30px;
  width: 100%;
  font-weight: normal;
}

/* line 304, app/assets/stylesheets/layout.scss */
.collection-header .collection-header-desc {
  font-size: 22px;
  color: #8c8d91;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 20px;
}

/* line 313, app/assets/stylesheets/layout.scss */
#signup_icons_animation {
  position: relative;
  width: 338px;
  height: 338px;
}

/* line 318, app/assets/stylesheets/layout.scss */
#signup_icons_animation img {
  transition: left 0.5s ease-in-out, top 0.5s ease-in-out, bottom 0.5s ease-in-out, right 0.5s ease-in-out;
  position: absolute;
  width: 142px;
  height: 142px;
}

/* line 325, app/assets/stylesheets/layout.scss */
#signup_icons_animation img:nth-child(1) {
  left: 0%;
  top: 0%;
  z-index: 5;
}

/* line 331, app/assets/stylesheets/layout.scss */
#signup_icons_animation img:nth-child(2) {
  left: 15%;
  top: 15%;
  z-index: 4;
}

/* line 337, app/assets/stylesheets/layout.scss */
#signup_icons_animation img:nth-child(3) {
  left: 30%;
  top: 30%;
  z-index: 3;
}

/* line 343, app/assets/stylesheets/layout.scss */
#signup_icons_animation img:nth-child(4) {
  left: 45%;
  top: 45%;
  z-index: 2;
}

/* line 349, app/assets/stylesheets/layout.scss */
#signup_icons_animation img:nth-child(5) {
  left: 60%;
  top: 60%;
  z-index: 1;
}

@media (min-width: 976px) {
  /* line 357, app/assets/stylesheets/layout.scss */
  #signup_icons_animation {
    width: 460px;
    height: 460px;
  }
  /* line 361, app/assets/stylesheets/layout.scss */
  #signup_icons_animation img {
    width: 193px;
    height: 193px;
  }
}

/* line 3, app/assets/stylesheets/common.scss */
.tippy-content {
  color: #fff;
}

/* line 6, app/assets/stylesheets/common.scss */
.ss-main .ss-multi-selected .ss-values .ss-value {
  color: #111 !important;
  background-color: #babcbe !important;
}

/* line 11, app/assets/stylesheets/common.scss */
.pagination {
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
}

/* line 15, app/assets/stylesheets/common.scss */
.pagination a {
  color: #8c8d91;
  display: inline-block;
  padding: 0 2px;
  text-decoration: none;
}

/* line 26, app/assets/stylesheets/common.scss */
.bundle-grid {
  display: grid;
  grid-template-columns: 300px 300px 300px 300px;
  grid-template-rows: 300px 300px 300px;
  text-align: left;
  justify-content: center;
  justify-items: center;
}

@media (max-width: 1250px) {
  /* line 26, app/assets/stylesheets/common.scss */
  .bundle-grid {
    grid-template-columns: 220px 220px 220px 220px;
  }
}

@media (max-width: 900px) {
  /* line 26, app/assets/stylesheets/common.scss */
  .bundle-grid {
    display: block;
    margin: 0 auto;
    max-width: 620px;
    padding: 0 10px;
  }
}

/* line 43, app/assets/stylesheets/common.scss */
.bundle-grid.show-follow-button .follow-button-container {
  padding-top: 5px;
}

@media (max-width: 900px) {
  /* line 43, app/assets/stylesheets/common.scss */
  .bundle-grid.show-follow-button .follow-button-container {
    padding-top: 0px;
  }
}

/* line 48, app/assets/stylesheets/common.scss */
.bundle-grid.show-follow-button .follow-button-container .publisher-button {
  font-size: 14px;
}

/* line 54, app/assets/stylesheets/common.scss */
.bundle-grid .grid-item-border {
  border-bottom: solid 1px #e2e3e4;
}

/* line 57, app/assets/stylesheets/common.scss */
.bundle-grid .grid-item {
  width: 100%;
  padding-top: 40px;
}

@media (max-width: 900px) {
  /* line 57, app/assets/stylesheets/common.scss */
  .bundle-grid .grid-item {
    border: none;
    padding-top: 0px;
  }
}

/* line 64, app/assets/stylesheets/common.scss */
.bundle-grid .grid-item.grid-category {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
}

@media (max-width: 900px) {
  /* line 64, app/assets/stylesheets/common.scss */
  .bundle-grid .grid-item.grid-category {
    border-bottom: solid 1px #e2e3e4;
    padding-bottom: 15px;
    justify-content: flex-end;
    margin-top: 60px;
  }
}

/* line 75, app/assets/stylesheets/common.scss */
.bundle-grid .grid-item.grid-category h6 {
  font-size: 28px;
  margin: 0px;
  font-style: italic;
  font-weight: normal;
}

@media (max-width: 900px) {
  /* line 75, app/assets/stylesheets/common.scss */
  .bundle-grid .grid-item.grid-category h6 {
    font-size: 26px;
  }
}

/* line 84, app/assets/stylesheets/common.scss */
.bundle-grid .grid-item.grid-category p {
  font-size: 16px;
}

/* line 87, app/assets/stylesheets/common.scss */
.bundle-grid .grid-item.grid-category.productivity {
  grid-area: 1/1;
}

/* line 88, app/assets/stylesheets/common.scss */
.bundle-grid .grid-item.grid-category.strategy {
  grid-area: 2/1;
}

/* line 89, app/assets/stylesheets/common.scss */
.bundle-grid .grid-item.grid-category.culture {
  grid-area: 3/1;
}

/* line 91, app/assets/stylesheets/common.scss */
.bundle-grid .grid-item .publication-link {
  text-decoration: none;
}

@media (max-width: 900px) {
  /* line 91, app/assets/stylesheets/common.scss */
  .bundle-grid .grid-item .publication-link {
    border: none;
    display: flex;
    flex-direction: row;
    padding-top: 0px;
  }
}

/* line 101, app/assets/stylesheets/common.scss */
.bundle-grid .flex-grid-item {
  display: flex;
  flex-direction: column;
  align-content: space-between;
}

@media (max-width: 900px) {
  /* line 101, app/assets/stylesheets/common.scss */
  .bundle-grid .flex-grid-item {
    flex-direction: row;
    margin: 20px 0 40px 0;
    justify-content: space-between;
  }
}

/* line 110, app/assets/stylesheets/common.scss */
.bundle-grid .flex-grid-item .publication-logo {
  width: 55px;
  height: 55px;
}

@media (max-width: 900px) {
  /* line 110, app/assets/stylesheets/common.scss */
  .bundle-grid .flex-grid-item .publication-logo {
    margin-right: 15px;
  }
}

/* line 117, app/assets/stylesheets/common.scss */
.bundle-grid .flex-grid-item .grid-item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 900px) {
  /* line 117, app/assets/stylesheets/common.scss */
  .bundle-grid .flex-grid-item .grid-item-content {
    justify-content: flex-start;
  }
}

/* line 124, app/assets/stylesheets/common.scss */
.bundle-grid .flex-grid-item .grid-item-content h4 {
  margin: 13px 0 5px 0;
  font-size: 21px;
  line-height: 24px;
  font-weight: normal;
}

@media (max-width: 900px) {
  /* line 124, app/assets/stylesheets/common.scss */
  .bundle-grid .flex-grid-item .grid-item-content h4 {
    margin-top: 0px;
    line-height: 15px;
    font-size: 18px;
  }
}

/* line 135, app/assets/stylesheets/common.scss */
.bundle-grid .flex-grid-item .grid-item-content .grid-item-text {
  max-width: 230px;
}

@media (max-width: 900px) {
  /* line 135, app/assets/stylesheets/common.scss */
  .bundle-grid .flex-grid-item .grid-item-content .grid-item-text {
    max-width: 350px;
  }
}

/* line 141, app/assets/stylesheets/common.scss */
.bundle-grid .flex-grid-item .grid-item-content .avatar-super-new {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (max-width: 900px) {
  /* line 141, app/assets/stylesheets/common.scss */
  .bundle-grid .flex-grid-item .grid-item-content .avatar-super-new {
    margin-top: 10px;
  }
}

/* line 149, app/assets/stylesheets/common.scss */
.bundle-grid .flex-grid-item .grid-item-content .avatar-super-new .avatar-image-new img {
  width: 30px;
  height: 30px;
}

/* line 153, app/assets/stylesheets/common.scss */
.bundle-grid .flex-grid-item .grid-item-content .avatar-super-new .avatar-label-new {
  display: inline-block;
  margin: 0 10px 0 5px;
  font-size: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 13px;
  padding-bottom: 3px;
  min-width: 30px;
}

@media (max-width: 400px) {
  /* line 165, app/assets/stylesheets/common.scss */
  .bundle-grid .flex-grid-item .follow-button-container {
    padding-left: 10px;
  }
}

/* line 170, app/assets/stylesheets/common.scss */
.bundle-grid p {
  color: #8c8d91;
  line-height: 19px;
}

/* line 174, app/assets/stylesheets/common.scss */
.bundle-grid img {
  display: inline;
  max-width: auto;
}

/* line 183, app/assets/stylesheets/common.scss */
.writer-grid {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
  margin-top: 10px;
}

@media (max-width: 900px) {
  /* line 183, app/assets/stylesheets/common.scss */
  .writer-grid {
    grid-template-columns: auto auto;
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  /* line 183, app/assets/stylesheets/common.scss */
  .writer-grid {
    grid-template-columns: auto;
  }
}

/* line 195, app/assets/stylesheets/common.scss */
.writer-grid .writer {
  display: flex;
  flex-direction: row;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  /* line 195, app/assets/stylesheets/common.scss */
  .writer-grid .writer {
    padding-right: 10px;
  }
}

/* line 205, app/assets/stylesheets/common.scss */
.writer-grid .writer .writer-avi-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

/* line 210, app/assets/stylesheets/common.scss */
.writer-grid .writer .writer-info {
  padding-left: 10px;
}

/* line 212, app/assets/stylesheets/common.scss */
.writer-grid .writer .writer-info .writer-name {
  font-weight: bold;
}

/* line 215, app/assets/stylesheets/common.scss */
.writer-grid .writer .writer-info .writer-tag {
  color: #8c8d91;
}

/* line 224, app/assets/stylesheets/common.scss */
.sort-order {
  margin-top: 30px;
}

/* line 227, app/assets/stylesheets/common.scss */
.sort-order .sort-order-link {
  text-decoration: none;
  display: inline-block;
  padding: 6px 10px;
  margin: 0;
  font-size: 16px;
  background: transparent;
  color: #8c8d91;
  font-weight: 500;
}

/* line 236, app/assets/stylesheets/common.scss */
.sort-order .sort-order-link:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  /* line 240, app/assets/stylesheets/common.scss */
  .sort-order .sort-order-link:hover {
    background: transparent;
  }
}

/* line 245, app/assets/stylesheets/common.scss */
.sort-order .first-link {
  border-radius: 5px 0 0 5px;
}

/* line 250, app/assets/stylesheets/common.scss */
.sort-order .last-link {
  border-radius: 0 5px 5px 0;
}

/* line 253, app/assets/stylesheets/common.scss */
.sort-order .active {
  color: white;
  text-decoration: underline;
}

/* line 259, app/assets/stylesheets/common.scss */
.sort-order-homepage-container {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* line 269, app/assets/stylesheets/common.scss */
.pills {
  font-size: 16px;
}

/* line 272, app/assets/stylesheets/common.scss */
.pills.pills-block .pill {
  display: block;
  margin-bottom: 8px;
}

/* line 277, app/assets/stylesheets/common.scss */
.pills .pill {
  text-decoration: none;
  display: inline-block;
  padding: 3px 20px;
  height: 36px;
  background: #e2e3e4;
  border-radius: 100px;
  border: 0px none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  cursor: pointer;
  color: black;
}

@media (max-width: 400px) {
  /* line 277, app/assets/stylesheets/common.scss */
  .pills .pill {
    font-size: 15px;
    padding: 3px 12px;
  }
}

/* line 292, app/assets/stylesheets/common.scss */
.pills .pill.selected {
  font-weight: 700;
}

/* line 294, app/assets/stylesheets/common.scss */
.pills .pill.selected[data-rating=amazing] {
  background: #f7dd6d;
}

/* line 295, app/assets/stylesheets/common.scss */
.pills .pill.selected[data-rating=good] {
  background: #56b990;
}

/* line 296, app/assets/stylesheets/common.scss */
.pills .pill.selected[data-rating=meh] {
  background: #beeffc;
}

/* line 297, app/assets/stylesheets/common.scss */
.pills .pill.selected[data-rating=bad] {
  background: #ffbdc7;
}

/* line 302, app/assets/stylesheets/common.scss */
.unsubscribe-explanation {
  transition: height 0.5s;
  overflow: hidden;
  height: 0px;
}

/* line 306, app/assets/stylesheets/common.scss */
.unsubscribe-explanation .unsubscribe-explanation-button {
  border: 0px none;
}

/* line 311, app/assets/stylesheets/common.scss */
.text-center {
  text-align: center;
}

@media (max-width: 900px) {
  /* line 315, app/assets/stylesheets/common.scss */
  .form-heading {
    text-align: center;
  }
}

/* line 321, app/assets/stylesheets/common.scss */
.form-header-info {
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 10px 20px;
  margin-top: 5px;
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  /* line 321, app/assets/stylesheets/common.scss */
  .form-header-info {
    padding: 5px 5px;
    margin-bottom: 15px;
  }
}

/* line 334, app/assets/stylesheets/common.scss */
.form-header-info.success {
  background: #349361;
}

/* line 338, app/assets/stylesheets/common.scss */
.form-header-info.error {
  background: #cc0707da;
}

/* line 342, app/assets/stylesheets/common.scss */
.form-header-info.info {
  background-color: #048aa5;
}

/* line 346, app/assets/stylesheets/common.scss */
.form-header-info.warn {
  background-color: #ffc107;
  color: #960648;
}

/* line 352, app/assets/stylesheets/common.scss */
.help-icon {
  display: inline-block;
  color: #8c8d91;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  border: 1px solid #8c8d91;
  border-radius: 50%;
  margin-left: 5px;
  cursor: pointer;
  position: relative;
}

/* line 365, app/assets/stylesheets/common.scss */
.help-icon .tooltip {
  position: absolute;
  top: 0;
  left: 25px;
  width: 200px;
  background: #fff;
  color: #8c8d91;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  z-index: 1;
  font-size: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 14px;
  text-align: left;
  visibility: hidden;
}

@media (max-width: 900px) {
  /* line 365, app/assets/stylesheets/common.scss */
  .help-icon .tooltip {
    font-size: 10px;
    line-height: 12px;
    top: 25px;
    left: -100px;
  }
}

/* line 388, app/assets/stylesheets/common.scss */
.help-icon .tooltip.show {
  visibility: visible;
}

/* line 3, app/assets/stylesheets/form.scss */
form {
  display: flex;
  flex-direction: column;
}

/* line 7, app/assets/stylesheets/form.scss */
form #editor p {
  margin-bottom: 20px;
}

/* line 12, app/assets/stylesheets/form.scss */
form .form-group {
  margin-bottom: 10px;
}

/* line 15, app/assets/stylesheets/form.scss */
form .form-group label {
  font-weight: bold;
}

/* line 19, app/assets/stylesheets/form.scss */
form .form-group .checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: normal;
}

/* line 24, app/assets/stylesheets/form.scss */
form .form-group .checkbox input, form .form-group .checkbox label {
  width: auto;
  font-weight: normal;
}

/* line 28, app/assets/stylesheets/form.scss */
form .form-group .checkbox input[type=radio], form .form-group .checkbox input[type=checkbox] {
  margin-right: 5px;
  display: inline-block;
}

/* line 34, app/assets/stylesheets/form.scss */
form .form-group input, form .form-group textarea, form .form-group select {
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  padding: 5px;
  width: 100%;
}

/* line 41, app/assets/stylesheets/form.scss */
form .form-group .error-message {
  color: #ff0f0f;
}

/* line 45, app/assets/stylesheets/form.scss */
form .form-group .datetime-select {
  width: auto;
}

/* line 52, app/assets/stylesheets/form.scss */
.nice-form {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* line 55, app/assets/stylesheets/form.scss */
.nice-form h1 {
  font-family: "Signifier", "Palatino", "Georgia", "Times New Roman", serif;
  border-bottom: 1px solid #e2e3e4;
  margin-bottom: 40px;
  font-weight: normal;
}

/* line 63, app/assets/stylesheets/form.scss */
.survey-form {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* line 66, app/assets/stylesheets/form.scss */
.survey-form h1 {
  font-family: "Signifier", "Palatino", "Georgia", "Times New Roman", serif;
  border-bottom: 1px solid #e2e3e4;
  margin-bottom: 10px;
  font-weight: normal;
}

/* line 73, app/assets/stylesheets/form.scss */
.survey-form .info {
  margin-bottom: 20px;
  font-size: 1.1em;
}

/* line 77, app/assets/stylesheets/form.scss */
.survey-form .info .email {
  text-decoration: underline;
}

/* line 82, app/assets/stylesheets/form.scss */
.survey-form .success {
  text-align: center;
  color: #349361;
}

@font-face {
  font-family: 'Signifier';
  font-weight: 400;
  font-display: block;
  font-style: normal;
  src: url("/assets/signifier-web-regular-6ec4b9e356b99c5af6dd2c8d772f0556f7cbc5d86f817f81b76807e704e1e1b5.woff2") format("woff2");
}

@font-face {
  font-family: 'Signifier';
  font-weight: 400;
  font-display: block;
  font-style: italic;
  src: url("/assets/signifier-web-regular-italic-4b0a729456bc4de16e910fd6c393264ea89760d270890b2bd96761ba9f6660ad.woff2") format("woff2");
}

@font-face {
  font-family: 'Signifier';
  font-weight: 700;
  font-display: block;
  font-style: normal;
  src: url("/assets/signifier-web-medium-579141e27a58fee272ab512383ef63348f92a15336acf1b5ec94b18d88c0aa02.woff2") format("woff2");
}

@font-face {
  font-family: 'Signifier';
  font-weight: 700;
  font-display: block;
  font-style: italic;
  src: url("/assets/signifier-web-medium-italic-6fb1dc6bcef5fdb762c2867a0d6d757f5e79a2a5856c3c889095d415b6800cfb.woff2") format("woff2");
}

@font-face {
  font-family: 'Every';
  font-weight: 400;
  font-display: block;
  font-style: normal;
  src: url("/assets/Every-Regular-238ce228fc861094451084538edfb13549d56204c65803d791ec2bc84932aaef.woff2") format("woff2");
}

@font-face {
  font-family: 'Switzer';
  src: url("/assets/Switzer-Variable-6f8a03032e46a9548270119da921234eb33df33fdd7aa45bb9e497b01a55f3f5.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Switzer';
  src: url("/assets/Switzer-VariableItalic-76a9d65cff728b08fc5a11d8cb715a77847c52915ad6ae97aaa499c83e7ce25f.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
  font-style: italic;
}

/* line 54, app/assets/stylesheets/typography.scss.erb */
body {
  font-size: 15px;
  font-family: "Switzer", "Signifier", "Hoefler Text", "Baskerville Old Face", "Garamond", "Georgia", "Times New Roman", serif;
  font-feature-settings: "calt", "clig", "kern", "liga", "onum", "pnum";
}

/* line 60, app/assets/stylesheets/typography.scss.erb */
h1 {
  font-size: 50px;
}

/* line 63, app/assets/stylesheets/typography.scss.erb */
h1.smaller {
  font-size: 45px;
}

/* line 68, app/assets/stylesheets/typography.scss.erb */
h1, h2, h3, h4, h5 {
  font-family: "Signifier", "Hoefler Text", "Baskerville Old Face", "Garamond", "Georgia", "Times New Roman", serif;
}

/* line 73, app/assets/stylesheets/typography.scss.erb */
.hand {
  font-family: "Every", "Signifier", "Hoefler Text", "Baskerville Old Face", "Garamond", "Georgia", "Times New Roman", serif;
  text-transform: uppercase;
}

/* line 77, app/assets/stylesheets/typography.scss.erb */
.hand-A {
  letter-spacing: -4%;
}

/* line 78, app/assets/stylesheets/typography.scss.erb */
.hand-F {
  letter-spacing: -8%;
}

/* line 79, app/assets/stylesheets/typography.scss.erb */
.hand-H {
  letter-spacing: -6%;
}

/* line 80, app/assets/stylesheets/typography.scss.erb */
.hand-P {
  letter-spacing: -2%;
}

/* line 81, app/assets/stylesheets/typography.scss.erb */
.hand-S {
  letter-spacing: -4%;
}

/* line 83, app/assets/stylesheets/typography.scss.erb */
.small-caps {
  font-variant: small-caps;
}

/* line 8, app/assets/stylesheets/posts.scss */
.post {
  font-size: 20px;
  padding-bottom: 20px;
}

/* line 12, app/assets/stylesheets/posts.scss */
.post .title-block {
  margin: 0 auto;
}

/* line 16, app/assets/stylesheets/posts.scss */
.post .post-title {
  letter-spacing: -1px;
  font-weight: 400;
}

/* line 20, app/assets/stylesheets/posts.scss */
.post .post-title.short-title {
  font-size: 60px;
}

@media (max-width: 900px) {
  /* line 20, app/assets/stylesheets/posts.scss */
  .post .post-title.short-title {
    font-size: 40px;
  }
}

/* line 27, app/assets/stylesheets/posts.scss */
.post .post-title.long-title {
  font-size: 50px;
}

@media (max-width: 900px) {
  /* line 27, app/assets/stylesheets/posts.scss */
  .post .post-title.long-title {
    font-size: 30px;
  }
}

/* line 36, app/assets/stylesheets/posts.scss */
.post .post-intro .post-meta {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 8px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  text-transform: uppercase;
  color: #8c8d91;
}

/* line 46, app/assets/stylesheets/posts.scss */
.post .post-intro .post-meta .like-icon {
  text-decoration: none;
}

/* line 50, app/assets/stylesheets/posts.scss */
.post .post-intro .post-meta .btn.listen {
  width: fit-content;
  border-color: #588bbd;
  margin-top: 10px;
  padding: 3px 8px;
  cursor: pointer;
}

/* line 57, app/assets/stylesheets/posts.scss */
.post .post-intro .post-meta .btn.listen * {
  vertical-align: middle;
  color: #588bbd;
}

/* line 62, app/assets/stylesheets/posts.scss */
.post .post-intro .post-meta .btn.listen svg > path {
  fill: #588bbd;
}

/* line 67, app/assets/stylesheets/posts.scss */
.post .post-intro .post-meta .engagements {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 10px 0;
}

/* line 74, app/assets/stylesheets/posts.scss */
.post .post-intro .post-meta .engagements a {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  color: inherit;
}

/* line 81, app/assets/stylesheets/posts.scss */
.post .post-intro .post-meta .engagements a svg {
  width: 12px;
  height: 12px;
}

/* line 86, app/assets/stylesheets/posts.scss */
.post .post-intro .post-meta .engagements a span {
  font-size: 15px;
}

/* line 95, app/assets/stylesheets/posts.scss */
.post .post-cover figcaption {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #909090;
  font-size: 12px;
  text-align: left;
  margin-top: 4px;
}

/* line 102, app/assets/stylesheets/posts.scss */
.post .post-cover figcaption a {
  color: #8c8d91;
}

@media (max-width: 1280px) {
  /* line 94, app/assets/stylesheets/posts.scss */
  .post .post-cover {
    max-width: 100%;
  }
  /* line 110, app/assets/stylesheets/posts.scss */
  .post .post-cover figcaption {
    padding: 0 16px;
  }
}

/* line 116, app/assets/stylesheets/posts.scss */
.post .post-body {
  font-family: "Signifier", "Palatino", "Georgia", "Times New Roman", serif;
  font-size: 20px;
  line-height: 150%;
  padding-top: 10px;
}

@media (max-width: 900px) {
  /* line 116, app/assets/stylesheets/posts.scss */
  .post .post-body {
    font-size: 18px;
  }
}

/* line 94, app/assets/stylesheets/typography.scss.erb */
.post .post-body .dropcap {
  font-size: 50px;
  font-family: "Every";
  line-height: 50px;
  float: left;
}

/* line 100, app/assets/stylesheets/typography.scss.erb */
.post .post-body h1, .post .post-body h2, .post .post-body h3, .post .post-body h4, .post .post-body h5, .post .post-body h6 {
  margin: 1em 0px 0.4em 0px;
  font-weight: 700;
  line-height: 1.25em;
}

/* line 103, app/assets/stylesheets/typography.scss.erb */
.post .post-body h1 strong, .post .post-body h2 strong, .post .post-body h3 strong, .post .post-body h4 strong, .post .post-body h5 strong, .post .post-body h6 strong {
  font-weight: 700;
}

/* line 108, app/assets/stylesheets/typography.scss.erb */
.post .post-body h1 {
  font-size: 32px;
}

/* line 109, app/assets/stylesheets/typography.scss.erb */
.post .post-body h2 {
  font-size: 30px;
}

/* line 110, app/assets/stylesheets/typography.scss.erb */
.post .post-body h3 {
  font-size: 28px;
}

/* line 111, app/assets/stylesheets/typography.scss.erb */
.post .post-body h4 {
  font-size: 24px;
}

/* line 112, app/assets/stylesheets/typography.scss.erb */
.post .post-body h5 {
  font-size: 20px;
}

/* line 113, app/assets/stylesheets/typography.scss.erb */
.post .post-body h6 {
  font-size: 18px;
}

/* line 114, app/assets/stylesheets/typography.scss.erb */
.post .post-body img {
  margin: 20px auto;
}

/* line 117, app/assets/stylesheets/typography.scss.erb */
.post .post-body p, .post .post-body blockquote {
  margin-bottom: 20px;
}

/* line 120, app/assets/stylesheets/typography.scss.erb */
.post .post-body pre {
  background: #e2e3e4;
  font-family: monospace;
  font-size: 13px;
  padding: 12px;
  border-radius: 3px;
  overflow-x: scroll;
}

/* line 128, app/assets/stylesheets/typography.scss.erb */
.post .post-body ul, .post .post-body ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 25px;
}

/* line 132, app/assets/stylesheets/typography.scss.erb */
.post .post-body ul li, .post .post-body ol li {
  margin-bottom: 3px;
}

/* line 134, app/assets/stylesheets/typography.scss.erb */
.post .post-body ul li p, .post .post-body ol li p {
  margin: 0px;
}

/* line 139, app/assets/stylesheets/typography.scss.erb */
.post .post-body hr {
  border: none;
  height: 2px;
  background-color: #e2e3e4;
  margin: 50px 0;
}

/* line 145, app/assets/stylesheets/typography.scss.erb */
.post .post-body blockquote {
  padding-left: 15px;
  border-left: 3px solid #e2e3e4;
}

@media (max-width: 900px) {
  /* line 116, app/assets/stylesheets/posts.scss */
  .post .post-body {
    padding: 10px 0 100px 0;
  }
}

/* line 133, app/assets/stylesheets/posts.scss */
.post .post-body a {
  text-decoration: underline;
}

/* line 137, app/assets/stylesheets/posts.scss */
.post .post-body ul {
  list-style-type: disc;
}

/* line 141, app/assets/stylesheets/posts.scss */
.post .post-body ol {
  list-style-type: auto;
}

/* line 145, app/assets/stylesheets/posts.scss */
.post .post-body .post-body-content {
  margin-bottom: 70px;
}

/* line 148, app/assets/stylesheets/posts.scss */
.post .post-body .post-body-content .post-subscribe-pane {
  margin-bottom: 20px;
}

/* line 155, app/assets/stylesheets/posts.scss */
.post-subscribe-pane {
  margin: 0 auto;
  background: #222;
  padding: 40px 10px 50px 10px;
  position: relative;
  z-index: 99999;
  text-align: center;
  box-shadow: rgba(15, 15, 15, 0.05) 0px 0px 0px 1px, rgba(15, 15, 15, 0.1) 0px 3px 6px, rgba(15, 15, 15, 0.2) 0px 9px 24px;
  font-size: 20px;
  border-radius: 5px;
}

/* line 166, app/assets/stylesheets/posts.scss */
.post-subscribe-pane * {
  color: #fff;
}

/* line 170, app/assets/stylesheets/posts.scss */
.post-subscribe-pane h3 {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: normal;
}

/* line 176, app/assets/stylesheets/posts.scss */
.post-subscribe-pane p {
  margin-top: 20px;
}

/* line 180, app/assets/stylesheets/posts.scss */
.post-subscribe-pane div#paywall-candidate-id {
  padding: 0px 40px;
}

/* line 183, app/assets/stylesheets/posts.scss */
.post-subscribe-pane div#paywall-candidate-id p,
.post-subscribe-pane div#paywall-candidate-id ul {
  text-align: left;
}

/* line 189, app/assets/stylesheets/posts.scss */
.post-subscribe-pane .learn-more-link {
  font-size: 18px;
  position: absolute;
  right: 20px;
  bottom: 10px;
}

/* line 198, app/assets/stylesheets/posts.scss */
.posts-show .publish-box {
  position: fixed;
  width: auto;
  bottom: 0;
  right: 0;
  padding: 15px;
  text-align: center;
  background: #fff;
}

/* line 208, app/assets/stylesheets/posts.scss */
.posts-show .container {
  padding: 10px 15px;
}

@media (max-width: 900px) {
  /* line 208, app/assets/stylesheets/posts.scss */
  .posts-show .container {
    padding: 10px 10px;
  }
}

/* line 216, app/assets/stylesheets/posts.scss */
#subscribe-popup {
  width: 100dvw;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* line 230, app/assets/stylesheets/posts.scss */
#subscribe-popup.out-of-sight {
  transform: translateY(100%);
  opacity: 0;
}

/* line 236, app/assets/stylesheets/posts.scss */
#subscribe-popup-button {
  position: absolute;
  margin: 0px;
  padding: 0px;
  top: 16px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
  border: none;
  background-color: transparent;
  outline: none;
}

/* line 249, app/assets/stylesheets/posts.scss */
.paywall-mask {
  mask-image: linear-gradient(to bottom, black 30%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 30%, transparent 100%);
}

/* line 254, app/assets/stylesheets/posts.scss */
.quill-extendable-media {
  background-color: #f0f0f0;
  padding: 2px 4px;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.2s;
}

/* line 262, app/assets/stylesheets/posts.scss */
.quill-extendable-media:hover {
  background-color: #e0e0e0;
}

@media screen and (max-width: 976px) {
  /* line 267, app/assets/stylesheets/posts.scss */
  #extendable-widget:not(.expanded) {
    width: 100dvw;
    height: 80px;
    border-bottom: 1px solid #bebebe;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  }
  /* line 274, app/assets/stylesheets/posts.scss */
  #extendable-widget.expanded {
    width: 100dvw;
    height: 100dvh;
    border-bottom: 0px;
    box-shadow: none;
  }
}

/* line 3, app/assets/stylesheets/post-list.scss */
.post-preview {
  display: flex;
  flex-direction: row;
}

/* line 6, app/assets/stylesheets/post-list.scss */
.post-preview a {
  text-decoration: none;
}

/* line 9, app/assets/stylesheets/post-list.scss */
.post-preview .post-cover {
  flex: 0 0 200px;
  margin-right: 20px;
}

/* line 12, app/assets/stylesheets/post-list.scss */
.post-preview .post-cover img {
  width: 200px;
  height: 200px;
}

@media (max-width: 900px) {
  /* line 12, app/assets/stylesheets/post-list.scss */
  .post-preview .post-cover img {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 900px) {
  /* line 9, app/assets/stylesheets/post-list.scss */
  .post-preview .post-cover {
    flex: 0 0 100px;
    margin-right: 10px;
  }
}

/* line 24, app/assets/stylesheets/post-list.scss */
.post-preview .post-cover .cover-placeholder {
  width: 200px;
  height: 200px;
}

@media (max-width: 900px) {
  /* line 24, app/assets/stylesheets/post-list.scss */
  .post-preview .post-cover .cover-placeholder {
    width: 100px;
    height: 100px;
  }
}

/* line 33, app/assets/stylesheets/post-list.scss */
.post-preview .post-preview-inner {
  display: flex;
  flex-direction: column;
}

/* line 36, app/assets/stylesheets/post-list.scss */
.post-preview .post-preview-inner .post-preview-publication {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  margin-bottom: 10px;
}

/* line 42, app/assets/stylesheets/post-list.scss */
.post-preview .post-preview-inner .post-preview-publication .post-preview-publication-logo {
  max-height: 23px;
  max-width: 23px;
  margin-right: 10px;
}

@media (max-width: 900px) {
  /* line 42, app/assets/stylesheets/post-list.scss */
  .post-preview .post-preview-inner .post-preview-publication .post-preview-publication-logo {
    max-height: 18px;
    max-width: 18px;
    margin-right: 5px;
  }
}

/* line 52, app/assets/stylesheets/post-list.scss */
.post-preview .post-preview-inner .post-preview-publication .publication-name {
  flex-grow: 1;
  font-size: 17px;
}

@media (max-width: 900px) {
  /* line 52, app/assets/stylesheets/post-list.scss */
  .post-preview .post-preview-inner .post-preview-publication .publication-name {
    font-size: 13px;
  }
}

/* line 60, app/assets/stylesheets/post-list.scss */
.post-preview .post-preview-inner .post-title {
  font-size: 26px;
  line-height: 30px;
  font-weight: normal;
}

@media (max-width: 900px) {
  /* line 60, app/assets/stylesheets/post-list.scss */
  .post-preview .post-preview-inner .post-title {
    font-size: 21px;
    line-height: 22px;
  }
}

/* line 69, app/assets/stylesheets/post-list.scss */
.post-preview .post-preview-inner .post-preview-text {
  color: #8c8d91;
  margin: 10px 0;
  font-size: 20px;
  line-height: 22px;
}

@media (max-width: 900px) {
  /* line 69, app/assets/stylesheets/post-list.scss */
  .post-preview .post-preview-inner .post-preview-text {
    font-size: 16px;
    line-height: 18px;
  }
}

/* line 79, app/assets/stylesheets/post-list.scss */
.post-preview .post-preview-inner .post-preview-meta {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
}

/* line 83, app/assets/stylesheets/post-list.scss */
.post-preview .post-preview-inner .post-preview-meta .like-count-container, .post-preview .post-preview-inner .post-preview-meta .comment-count-container {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-left: 5px;
}

/* line 90, app/assets/stylesheets/post-list.scss */
.post-preview .post-preview-inner .post-preview-meta .lock-icon {
  font-size: 10px;
  margin-left: 5px;
}

/* line 100, app/assets/stylesheets/post-list.scss */
.post-list.post-list-vertical .post-preview {
  margin-bottom: 60px;
}

@media (max-width: 900px) {
  /* line 100, app/assets/stylesheets/post-list.scss */
  .post-list.post-list-vertical .post-preview {
    margin-bottom: 40px;
  }
}

/* line 109, app/assets/stylesheets/post-list.scss */
.post-preview-container {
  padding: 15px;
  border: 2px solid #e2e3e4;
  border-radius: 5px;
}

/* line 3, app/assets/stylesheets/comments.scss */
.comments {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  border-top: 1px solid #e2e3e4;
  margin-top: 40px;
}

/* line 10, app/assets/stylesheets/comments.scss */
.comments h2 {
  margin-bottom: 20px;
}

/* line 13, app/assets/stylesheets/comments.scss */
.comments .add {
  display: flex;
  flex-direction: row;
}

/* line 17, app/assets/stylesheets/comments.scss */
.comments .add.subcomment {
  margin-top: 10px;
}

/* line 20, app/assets/stylesheets/comments.scss */
.comments .add .image {
  width: 40px;
  margin-top: 5px;
  margin-right: 10px;
  flex-shrink: 0;
}

/* line 26, app/assets/stylesheets/comments.scss */
.comments .add .image img {
  border-radius: 100%;
  border: 1px solid #ccc;
  padding: 1px;
}

/* line 32, app/assets/stylesheets/comments.scss */
.comments .add .input {
  width: 100%;
  margin-bottom: 15px;
}

/* line 36, app/assets/stylesheets/comments.scss */
.comments .add .input textarea {
  outline: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 4px;
  width: 100%;
  font-size: 14px;
}

/* line 50, app/assets/stylesheets/comments.scss */
.comments .list .comment {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

/* line 55, app/assets/stylesheets/comments.scss */
.comments .list .comment .image {
  width: 40px;
  margin-top: 5px;
  margin-right: 10px;
  flex-shrink: 0;
}

/* line 61, app/assets/stylesheets/comments.scss */
.comments .list .comment .image img {
  border-radius: 100%;
  border: 1px solid #ccc;
  padding: 1px;
}

/* line 67, app/assets/stylesheets/comments.scss */
.comments .list .comment .content {
  width: 100%;
}

/* line 71, app/assets/stylesheets/comments.scss */
.comments .list .comment .content .meta .name {
  font-weight: bold;
}

/* line 75, app/assets/stylesheets/comments.scss */
.comments .list .comment .content .meta span .liked {
  color: #EF143C;
}

/* line 78, app/assets/stylesheets/comments.scss */
.comments .list .comment .content .meta span * {
  font-size: 13px;
  color: #999;
  text-decoration: none;
}

/* line 86, app/assets/stylesheets/comments.scss */
.comments .list .comment .content .body p {
  margin-bottom: 10px;
}

/* line 89, app/assets/stylesheets/comments.scss */
.comments .list .comment .content .body p:last-child {
  margin-bottom: 0px;
}

/* line 97, app/assets/stylesheets/comments.scss */
.comments .list .sub-comments {
  border-left: 1px solid #ccc;
  margin-left: 20px;
  padding-left: 20px;
}

/* line 105, app/assets/stylesheets/comments.scss */
.feedback-confirmation-box {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.5em;
  color: #f1f1f1;
  background-color: #349361;
  text-align: center;
}

/* line 114, app/assets/stylesheets/comments.scss */
.feedback-confirmation-box.show {
  display: block;
}

@font-face {
  font-family: 'Signifier';
  font-weight: 400;
  font-display: block;
  font-style: normal;
  src: url("/assets/signifier-web-regular-6ec4b9e356b99c5af6dd2c8d772f0556f7cbc5d86f817f81b76807e704e1e1b5.woff2") format("woff2");
}

@font-face {
  font-family: 'Signifier';
  font-weight: 400;
  font-display: block;
  font-style: italic;
  src: url("/assets/signifier-web-regular-italic-4b0a729456bc4de16e910fd6c393264ea89760d270890b2bd96761ba9f6660ad.woff2") format("woff2");
}

@font-face {
  font-family: 'Signifier';
  font-weight: 700;
  font-display: block;
  font-style: normal;
  src: url("/assets/signifier-web-medium-579141e27a58fee272ab512383ef63348f92a15336acf1b5ec94b18d88c0aa02.woff2") format("woff2");
}

@font-face {
  font-family: 'Signifier';
  font-weight: 700;
  font-display: block;
  font-style: italic;
  src: url("/assets/signifier-web-medium-italic-6fb1dc6bcef5fdb762c2867a0d6d757f5e79a2a5856c3c889095d415b6800cfb.woff2") format("woff2");
}

@font-face {
  font-family: 'Every';
  font-weight: 400;
  font-display: block;
  font-style: normal;
  src: url("/assets/Every-Regular-238ce228fc861094451084538edfb13549d56204c65803d791ec2bc84932aaef.woff2") format("woff2");
}

@font-face {
  font-family: 'Switzer';
  src: url("/assets/Switzer-Variable-6f8a03032e46a9548270119da921234eb33df33fdd7aa45bb9e497b01a55f3f5.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Switzer';
  src: url("/assets/Switzer-VariableItalic-76a9d65cff728b08fc5a11d8cb715a77847c52915ad6ae97aaa499c83e7ce25f.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
  font-style: italic;
}

/* line 54, app/assets/stylesheets/typography.scss.erb */
body {
  font-size: 15px;
  font-family: "Switzer", "Signifier", "Hoefler Text", "Baskerville Old Face", "Garamond", "Georgia", "Times New Roman", serif;
  font-feature-settings: "calt", "clig", "kern", "liga", "onum", "pnum";
}

/* line 60, app/assets/stylesheets/typography.scss.erb */
h1 {
  font-size: 50px;
}

/* line 63, app/assets/stylesheets/typography.scss.erb */
h1.smaller {
  font-size: 45px;
}

/* line 68, app/assets/stylesheets/typography.scss.erb */
h1, h2, h3, h4, h5 {
  font-family: "Signifier", "Hoefler Text", "Baskerville Old Face", "Garamond", "Georgia", "Times New Roman", serif;
}

/* line 73, app/assets/stylesheets/typography.scss.erb */
.hand {
  font-family: "Every", "Signifier", "Hoefler Text", "Baskerville Old Face", "Garamond", "Georgia", "Times New Roman", serif;
  text-transform: uppercase;
}

/* line 77, app/assets/stylesheets/typography.scss.erb */
.hand-A {
  letter-spacing: -4%;
}

/* line 78, app/assets/stylesheets/typography.scss.erb */
.hand-F {
  letter-spacing: -8%;
}

/* line 79, app/assets/stylesheets/typography.scss.erb */
.hand-H {
  letter-spacing: -6%;
}

/* line 80, app/assets/stylesheets/typography.scss.erb */
.hand-P {
  letter-spacing: -2%;
}

/* line 81, app/assets/stylesheets/typography.scss.erb */
.hand-S {
  letter-spacing: -4%;
}

/* line 83, app/assets/stylesheets/typography.scss.erb */
.small-caps {
  font-variant: small-caps;
}

/* line 5, app/assets/stylesheets/admin.scss */
.admin-page {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* line 7, app/assets/stylesheets/admin.scss */
.admin-page .container {
  max-width: 1000px;
  padding-top: 0;
}

/* line 11, app/assets/stylesheets/admin.scss */
.admin-page .container.post-section {
  position: relative;
  padding: 0px;
  max-width: 1060px;
}

/* line 16, app/assets/stylesheets/admin.scss */
.admin-page .container.post-section .post-form {
  flex-direction: row;
}

/* line 21, app/assets/stylesheets/admin.scss */
.admin-page .container .post-form {
  display: flex;
}

/* line 25, app/assets/stylesheets/admin.scss */
.admin-page .container .publish-box {
  position: fixed;
  right: 5%;
  width: 300px;
  box-shadow: rgba(15, 15, 15, 0.05) 0px 0px 0px 1px, rgba(15, 15, 15, 0.1) 0px 3px 6px, rgba(15, 15, 15, 0.2) 0px 9px 24px;
  border-radius: 5px;
  padding: 10px;
}

/* line 32, app/assets/stylesheets/admin.scss */
.admin-page .container .publish-box .menu-bar {
  display: none;
}

/* line 35, app/assets/stylesheets/admin.scss */
.admin-page .container .publish-box .menu li a {
  display: block;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 17px;
}

/* line 40, app/assets/stylesheets/admin.scss */
.admin-page .container .publish-box .menu li a.active {
  background: #e2e3e4;
}

/* line 45, app/assets/stylesheets/admin.scss */
.admin-page .container .publish-box .info {
  font-size: 14px;
  margin: 10px 0 20px 0;
  padding: 0 10px;
  border-top: 1px solid #e2e3e4;
}

/* line 50, app/assets/stylesheets/admin.scss */
.admin-page .container .publish-box .info h4 {
  margin-top: 14px;
}

/* line 55, app/assets/stylesheets/admin.scss */
.admin-page .container .post-box {
  width: 760px;
}

/* line 59, app/assets/stylesheets/admin.scss */
.admin-page.posts-edit .post-form {
  display: flex;
  flex-direction: row;
}

@media (max-width: 900px) {
  /* line 68, app/assets/stylesheets/admin.scss */
  .admin-page .container .post-form {
    flex-direction: column;
    padding: 15px;
  }
  /* line 72, app/assets/stylesheets/admin.scss */
  .admin-page .container .publish-box {
    border-radius: 0;
    z-index: 1;
    top: 50px;
    right: 0;
    width: 100%;
    margin-bottom: 30px;
    padding: 10px;
    box-shadow: rgba(15, 15, 15, 0.05) 0px 0px 0px 1px, rgba(15, 15, 15, 0.06) 0px 3px 6px, rgba(15, 15, 15, 0.09) 0px 9px 24px;
  }
  /* line 83, app/assets/stylesheets/admin.scss */
  .admin-page .container .publish-box .menu-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  /* line 87, app/assets/stylesheets/admin.scss */
  .admin-page .container .publish-box .menu-bar a {
    text-decoration: none;
  }
  /* line 90, app/assets/stylesheets/admin.scss */
  .admin-page .container .publish-box .menu-bar .toggle-save {
    font-weight: bold;
  }
  /* line 94, app/assets/stylesheets/admin.scss */
  .admin-page .container .publish-box ul.menu {
    display: none;
  }
  /* line 97, app/assets/stylesheets/admin.scss */
  .admin-page .container .publish-box ul.menu li {
    border-bottom: 1px solid #ccc;
  }
  /* line 99, app/assets/stylesheets/admin.scss */
  .admin-page .container .publish-box ul.menu li:last-child {
    border-bottom: 0px none;
  }
  /* line 102, app/assets/stylesheets/admin.scss */
  .admin-page .container .publish-box ul.menu li a {
    display: block;
    padding: 10px;
  }
  /* line 108, app/assets/stylesheets/admin.scss */
  .admin-page .container .publish-box .info {
    display: none;
  }
  /* line 111, app/assets/stylesheets/admin.scss */
  .admin-page .container .publish-box .save-post {
    display: none;
  }
  /* line 115, app/assets/stylesheets/admin.scss */
  .admin-page .container .post-box {
    width: 100%;
    margin-left: 0px;
  }
}

/* line 124, app/assets/stylesheets/admin.scss */
.admin-header .admin-header-level-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 128, app/assets/stylesheets/admin.scss */
.admin-header .admin-header-level-1 h1 {
  font-size: 22px;
  line-height: 36px;
}

/* line 131, app/assets/stylesheets/admin.scss */
.admin-header .admin-header-level-1 h1 a {
  text-decoration: none;
  color: #ccc;
  padding: 0 10px 0 0;
}

/* line 135, app/assets/stylesheets/admin.scss */
.admin-header .admin-header-level-1 h1 a.active {
  color: #222;
}

/* line 142, app/assets/stylesheets/admin.scss */
.admin-header .admin-header-level-2 a {
  font-weight: bold;
  text-decoration: none;
  color: #ccc;
  padding: 0 10px 0 0;
}

/* line 147, app/assets/stylesheets/admin.scss */
.admin-header .admin-header-level-2 a.active {
  color: #222;
}

/* line 153, app/assets/stylesheets/admin.scss */
table.post-list {
  width: 100%;
  margin-top: 20px;
}

/* line 157, app/assets/stylesheets/admin.scss */
table.post-list.fixed {
  table-layout: fixed;
}

/* line 160, app/assets/stylesheets/admin.scss */
table.post-list th {
  text-align: left;
}

/* line 163, app/assets/stylesheets/admin.scss */
table.post-list tr:first-of-type th {
  border-bottom: 1px solid #222;
}

/* line 166, app/assets/stylesheets/admin.scss */
table.post-list tr:nth-of-type(odd) td {
  background: #f0f0f0;
}

/* line 169, app/assets/stylesheets/admin.scss */
table.post-list th,
table.post-list td {
  padding: 2px 5px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 175, app/assets/stylesheets/admin.scss */
table.post-list th.publication-logo,
table.post-list td.publication-logo {
  padding: 0;
  min-width: 20px;
}

/* line 181, app/assets/stylesheets/admin.scss */
table.post-list tfoot.transparent td {
  border: 0px none;
  background: transparent;
}

/* line 189, app/assets/stylesheets/admin.scss */
form.post-form .ql-toolbar {
  border-width: 0px 0px 1px;
  background: #fff;
}

/* line 192, app/assets/stylesheets/admin.scss */
form.post-form .ql-toolbar.ql-sticky {
  position: fixed;
  top: 0px;
  z-index: 1;
  border: 0px;
}

/* line 199, app/assets/stylesheets/admin.scss */
form.post-form .ql-container {
  padding: 20px 0px 0px 0px;
  border: 0px;
}

/* line 203, app/assets/stylesheets/admin.scss */
form.post-form .ql-container .ql-editor {
  font-family: "Signifier", "Palatino", "Georgia", "Times New Roman", serif;
  font-size: 20px;
  line-height: 150%;
  padding: 0px;
}

@media (max-width: 900px) {
  /* line 203, app/assets/stylesheets/admin.scss */
  form.post-form .ql-container .ql-editor {
    font-size: 18px;
  }
}

/* line 94, app/assets/stylesheets/typography.scss.erb */
form.post-form .ql-container .ql-editor .dropcap {
  font-size: 50px;
  font-family: "Every";
  line-height: 50px;
  float: left;
}

/* line 100, app/assets/stylesheets/typography.scss.erb */
form.post-form .ql-container .ql-editor h1, form.post-form .ql-container .ql-editor h2, form.post-form .ql-container .ql-editor h3, form.post-form .ql-container .ql-editor h4, form.post-form .ql-container .ql-editor h5, form.post-form .ql-container .ql-editor h6 {
  margin: 1em 0px 0.4em 0px;
  font-weight: 700;
  line-height: 1.25em;
}

/* line 103, app/assets/stylesheets/typography.scss.erb */
form.post-form .ql-container .ql-editor h1 strong, form.post-form .ql-container .ql-editor h2 strong, form.post-form .ql-container .ql-editor h3 strong, form.post-form .ql-container .ql-editor h4 strong, form.post-form .ql-container .ql-editor h5 strong, form.post-form .ql-container .ql-editor h6 strong {
  font-weight: 700;
}

/* line 108, app/assets/stylesheets/typography.scss.erb */
form.post-form .ql-container .ql-editor h1 {
  font-size: 32px;
}

/* line 109, app/assets/stylesheets/typography.scss.erb */
form.post-form .ql-container .ql-editor h2 {
  font-size: 30px;
}

/* line 110, app/assets/stylesheets/typography.scss.erb */
form.post-form .ql-container .ql-editor h3 {
  font-size: 28px;
}

/* line 111, app/assets/stylesheets/typography.scss.erb */
form.post-form .ql-container .ql-editor h4 {
  font-size: 24px;
}

/* line 112, app/assets/stylesheets/typography.scss.erb */
form.post-form .ql-container .ql-editor h5 {
  font-size: 20px;
}

/* line 113, app/assets/stylesheets/typography.scss.erb */
form.post-form .ql-container .ql-editor h6 {
  font-size: 18px;
}

/* line 114, app/assets/stylesheets/typography.scss.erb */
form.post-form .ql-container .ql-editor img {
  margin: 20px auto;
}

/* line 117, app/assets/stylesheets/typography.scss.erb */
form.post-form .ql-container .ql-editor p, form.post-form .ql-container .ql-editor blockquote {
  margin-bottom: 20px;
}

/* line 120, app/assets/stylesheets/typography.scss.erb */
form.post-form .ql-container .ql-editor pre {
  background: #e2e3e4;
  font-family: monospace;
  font-size: 13px;
  padding: 12px;
  border-radius: 3px;
  overflow-x: scroll;
}

/* line 128, app/assets/stylesheets/typography.scss.erb */
form.post-form .ql-container .ql-editor ul, form.post-form .ql-container .ql-editor ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 25px;
}

/* line 132, app/assets/stylesheets/typography.scss.erb */
form.post-form .ql-container .ql-editor ul li, form.post-form .ql-container .ql-editor ol li {
  margin-bottom: 3px;
}

/* line 134, app/assets/stylesheets/typography.scss.erb */
form.post-form .ql-container .ql-editor ul li p, form.post-form .ql-container .ql-editor ol li p {
  margin: 0px;
}

/* line 139, app/assets/stylesheets/typography.scss.erb */
form.post-form .ql-container .ql-editor hr {
  border: none;
  height: 2px;
  background-color: #e2e3e4;
  margin: 50px 0;
}

/* line 145, app/assets/stylesheets/typography.scss.erb */
form.post-form .ql-container .ql-editor blockquote {
  padding-left: 15px;
  border-left: 3px solid #e2e3e4;
}

/* line 206, app/assets/stylesheets/admin.scss */
form.post-form .ql-container .ql-editor a {
  color: #222;
}

/* line 209, app/assets/stylesheets/admin.scss */
form.post-form .ql-container .ql-editor .btn {
  color: #fff;
  text-decoration: none;
}

/* line 213, app/assets/stylesheets/admin.scss */
form.post-form .ql-container .ql-editor .quill-editing {
  border: 1px dashed #71c9f8;
}

/* line 219, app/assets/stylesheets/admin.scss */
form.post-form .ql-container .ql-tooltip:before {
  display: none;
}

/* line 222, app/assets/stylesheets/admin.scss */
form.post-form .ql-container .ql-tooltip label {
  margin: 0px 6px;
}

/* line 225, app/assets/stylesheets/admin.scss */
form.post-form .ql-container .ql-tooltip .error {
  border: 1px solid #e12e67;
}

/* line 228, app/assets/stylesheets/admin.scss */
form.post-form .ql-container .ql-tooltip .collection-id-wrapper {
  display: inline-block;
}

/* line 231, app/assets/stylesheets/admin.scss */
form.post-form .ql-container .ql-tooltip .collection-id-wrapper #collection-ids {
  position: absolute;
  background: #fff;
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 200px;
}

/* line 239, app/assets/stylesheets/admin.scss */
form.post-form .ql-container .ql-tooltip .collection-id-wrapper #collection-ids li {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 1px 0px;
  padding: 4px;
  color: #444;
}

/* line 246, app/assets/stylesheets/admin.scss */
form.post-form .ql-container .ql-tooltip .collection-id-wrapper #collection-ids li:last-child {
  border-width: 1px;
}

/* line 249, app/assets/stylesheets/admin.scss */
form.post-form .ql-container .ql-tooltip .collection-id-wrapper #collection-ids li:hover {
  background: #ccc;
}

/* line 252, app/assets/stylesheets/admin.scss */
form.post-form .ql-container .ql-tooltip .collection-id-wrapper #collection-ids li .autoComplete_highlighted {
  font-weight: bold;
  color: #222;
}

/* line 261, app/assets/stylesheets/admin.scss */
form.post-form .title-field input,
form.post-form .subtitle-field input {
  display: block;
  width: 100%;
  border: none;
}

/* line 267, app/assets/stylesheets/admin.scss */
form.post-form .title-field {
  font-weight: bold;
  font-size: 32px;
}

/* line 271, app/assets/stylesheets/admin.scss */
form.post-form .subtitle-field {
  font-size: 18px;
  margin-bottom: 10px;
}

/* line 274, app/assets/stylesheets/admin.scss */
form.post-form .subtitle-field input {
  color: #aaa;
}

/* line 278, app/assets/stylesheets/admin.scss */
form.post-form .raw-html-editor {
  width: 100%;
  height: 700px;
  font-family: monospace;
  font-size: 14px;
}

/* line 288, app/assets/stylesheets/admin.scss */
form.post-form.configure label,
.post-form.delivery-opts-form label {
  display: block;
  font-weight: bold;
}

/* line 292, app/assets/stylesheets/admin.scss */
form.post-form.configure label.checkbox,
.post-form.delivery-opts-form label.checkbox {
  font-weight: normal;
}

/* line 296, app/assets/stylesheets/admin.scss */
form.post-form.configure .field,
.post-form.delivery-opts-form .field {
  margin-bottom: 20px;
}

/* line 299, app/assets/stylesheets/admin.scss */
form.post-form.configure .field.delivery,
.post-form.delivery-opts-form .field.delivery {
  border-radius: 10px;
  padding: 20px;
  background: #e2e3e4;
}

/* line 305, app/assets/stylesheets/admin.scss */
form.post-form.configure .field .social-preview,
.post-form.delivery-opts-form .field .social-preview {
  display: flex;
  flex-direction: row;
  padding: 8px 8px;
  border: 1px solid #d0d0d0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

/* line 313, app/assets/stylesheets/admin.scss */
form.post-form.configure .field .social-preview .social-preview-image,
.post-form.delivery-opts-form .field .social-preview .social-preview-image {
  margin-right: 10px;
}

/* line 318, app/assets/stylesheets/admin.scss */
form.post-form.configure .field textarea,
form.post-form.configure .field input[type="text"],
form.post-form.configure .field input[type="datetime-local"],
.post-form.delivery-opts-form .field textarea,
.post-form.delivery-opts-form .field input[type="text"],
.post-form.delivery-opts-form .field input[type="datetime-local"] {
  width: 100%;
  padding: 8px 8px;
  border: 1px solid #d0d0d0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

/* line 327, app/assets/stylesheets/admin.scss */
form.post-form.configure .field textarea.choices__input,
form.post-form.configure .field input.choices__input[type="text"],
form.post-form.configure .field input.choices__input[type="datetime-local"],
.post-form.delivery-opts-form .field textarea.choices__input,
.post-form.delivery-opts-form .field input.choices__input[type="text"],
.post-form.delivery-opts-form .field input.choices__input[type="datetime-local"] {
  border: 0;
  border-radius: 0;
  padding: 4px 0 4px 2px;
  width: auto;
  box-shadow: 0px 0px #fff;
}

/* line 332, app/assets/stylesheets/admin.scss */
form.post-form.configure .field .help,
.post-form.delivery-opts-form .field .help {
  font-size: smaller;
}

/* line 335, app/assets/stylesheets/admin.scss */
form.post-form.configure .field .help.error,
.post-form.delivery-opts-form .field .help.error {
  color: #e12e67;
  font-weight: bold;
}

/* line 341, app/assets/stylesheets/admin.scss */
form.post-form.configure .field .ql-editor,
.post-form.delivery-opts-form .field .ql-editor {
  font-family: "Signifier", "Palatino", "Georgia", "Times New Roman", serif;
  font-size: 20px;
  line-height: 150%;
}

@media (max-width: 900px) {
  /* line 341, app/assets/stylesheets/admin.scss */
  form.post-form.configure .field .ql-editor,
.post-form.delivery-opts-form .field .ql-editor {
    font-size: 18px;
  }
}

/* line 94, app/assets/stylesheets/typography.scss.erb */
form.post-form.configure .field .ql-editor .dropcap,
.post-form.delivery-opts-form .field .ql-editor .dropcap {
  font-size: 50px;
  font-family: "Every";
  line-height: 50px;
  float: left;
}

/* line 100, app/assets/stylesheets/typography.scss.erb */
form.post-form.configure .field .ql-editor h1, form.post-form.configure .field .ql-editor h2, form.post-form.configure .field .ql-editor h3, form.post-form.configure .field .ql-editor h4, form.post-form.configure .field .ql-editor h5, form.post-form.configure .field .ql-editor h6,
.post-form.delivery-opts-form .field .ql-editor h1,
.post-form.delivery-opts-form .field .ql-editor h2,
.post-form.delivery-opts-form .field .ql-editor h3,
.post-form.delivery-opts-form .field .ql-editor h4,
.post-form.delivery-opts-form .field .ql-editor h5,
.post-form.delivery-opts-form .field .ql-editor h6 {
  margin: 1em 0px 0.4em 0px;
  font-weight: 700;
  line-height: 1.25em;
}

/* line 103, app/assets/stylesheets/typography.scss.erb */
form.post-form.configure .field .ql-editor h1 strong, form.post-form.configure .field .ql-editor h2 strong, form.post-form.configure .field .ql-editor h3 strong, form.post-form.configure .field .ql-editor h4 strong, form.post-form.configure .field .ql-editor h5 strong, form.post-form.configure .field .ql-editor h6 strong,
.post-form.delivery-opts-form .field .ql-editor h1 strong,
.post-form.delivery-opts-form .field .ql-editor h2 strong,
.post-form.delivery-opts-form .field .ql-editor h3 strong,
.post-form.delivery-opts-form .field .ql-editor h4 strong,
.post-form.delivery-opts-form .field .ql-editor h5 strong,
.post-form.delivery-opts-form .field .ql-editor h6 strong {
  font-weight: 700;
}

/* line 108, app/assets/stylesheets/typography.scss.erb */
form.post-form.configure .field .ql-editor h1,
.post-form.delivery-opts-form .field .ql-editor h1 {
  font-size: 32px;
}

/* line 109, app/assets/stylesheets/typography.scss.erb */
form.post-form.configure .field .ql-editor h2,
.post-form.delivery-opts-form .field .ql-editor h2 {
  font-size: 30px;
}

/* line 110, app/assets/stylesheets/typography.scss.erb */
form.post-form.configure .field .ql-editor h3,
.post-form.delivery-opts-form .field .ql-editor h3 {
  font-size: 28px;
}

/* line 111, app/assets/stylesheets/typography.scss.erb */
form.post-form.configure .field .ql-editor h4,
.post-form.delivery-opts-form .field .ql-editor h4 {
  font-size: 24px;
}

/* line 112, app/assets/stylesheets/typography.scss.erb */
form.post-form.configure .field .ql-editor h5,
.post-form.delivery-opts-form .field .ql-editor h5 {
  font-size: 20px;
}

/* line 113, app/assets/stylesheets/typography.scss.erb */
form.post-form.configure .field .ql-editor h6,
.post-form.delivery-opts-form .field .ql-editor h6 {
  font-size: 18px;
}

/* line 114, app/assets/stylesheets/typography.scss.erb */
form.post-form.configure .field .ql-editor img,
.post-form.delivery-opts-form .field .ql-editor img {
  margin: 20px auto;
}

/* line 117, app/assets/stylesheets/typography.scss.erb */
form.post-form.configure .field .ql-editor p, form.post-form.configure .field .ql-editor blockquote,
.post-form.delivery-opts-form .field .ql-editor p,
.post-form.delivery-opts-form .field .ql-editor blockquote {
  margin-bottom: 20px;
}

/* line 120, app/assets/stylesheets/typography.scss.erb */
form.post-form.configure .field .ql-editor pre,
.post-form.delivery-opts-form .field .ql-editor pre {
  background: #e2e3e4;
  font-family: monospace;
  font-size: 13px;
  padding: 12px;
  border-radius: 3px;
  overflow-x: scroll;
}

/* line 128, app/assets/stylesheets/typography.scss.erb */
form.post-form.configure .field .ql-editor ul, form.post-form.configure .field .ql-editor ol,
.post-form.delivery-opts-form .field .ql-editor ul,
.post-form.delivery-opts-form .field .ql-editor ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 25px;
}

/* line 132, app/assets/stylesheets/typography.scss.erb */
form.post-form.configure .field .ql-editor ul li, form.post-form.configure .field .ql-editor ol li,
.post-form.delivery-opts-form .field .ql-editor ul li,
.post-form.delivery-opts-form .field .ql-editor ol li {
  margin-bottom: 3px;
}

/* line 134, app/assets/stylesheets/typography.scss.erb */
form.post-form.configure .field .ql-editor ul li p, form.post-form.configure .field .ql-editor ol li p,
.post-form.delivery-opts-form .field .ql-editor ul li p,
.post-form.delivery-opts-form .field .ql-editor ol li p {
  margin: 0px;
}

/* line 139, app/assets/stylesheets/typography.scss.erb */
form.post-form.configure .field .ql-editor hr,
.post-form.delivery-opts-form .field .ql-editor hr {
  border: none;
  height: 2px;
  background-color: #e2e3e4;
  margin: 50px 0;
}

/* line 145, app/assets/stylesheets/typography.scss.erb */
form.post-form.configure .field .ql-editor blockquote,
.post-form.delivery-opts-form .field .ql-editor blockquote {
  padding-left: 15px;
  border-left: 3px solid #e2e3e4;
}

/* line 345, app/assets/stylesheets/admin.scss */
form.post-form.configure .field ul,
.post-form.delivery-opts-form .field ul {
  margin-top: 0px;
}

/* line 351, app/assets/stylesheets/admin.scss */
.post-form.delivery-opts-form {
  margin-bottom: 3em;
}

/* line 354, app/assets/stylesheets/admin.scss */
.post-form.delivery-opts-form .post-box {
  padding: 5px 10px 20px;
  background-color: #f1f1f1;
  border-radius: 5px;
}

/* line 359, app/assets/stylesheets/admin.scss */
.post-form.delivery-opts-form .post-box .quill-editor {
  background-color: #fff;
}

/* line 364, app/assets/stylesheets/admin.scss */
.post-form.delivery-opts-form h3 {
  margin-top: 10px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 5px solid #8c8d91;
}

/* line 371, app/assets/stylesheets/admin.scss */
.post-form.delivery-opts-form input[type="file"] {
  margin-top: 10px;
}

/* line 375, app/assets/stylesheets/admin.scss */
.post-form.delivery-opts-form .section-head {
  display: block;
  font-weight: bold;
}

/* line 380, app/assets/stylesheets/admin.scss */
.post-form.delivery-opts-form .choices__heading {
  font-size: 14px;
  font-weight: bold;
}

/* line 385, app/assets/stylesheets/admin.scss */
.post-form.delivery-opts-form .form-header-info {
  display: none;
  margin-bottom: 10px;
}

/* line 392, app/assets/stylesheets/admin.scss */
.admin-page.publications-followers h3 {
  margin-top: 20px;
}

/* line 394, app/assets/stylesheets/admin.scss */
.admin-page.publications-followers h3 img {
  display: inline-block;
}

/* line 398, app/assets/stylesheets/admin.scss */
.admin-page.publications-followers .user-avatar {
  width: 20px;
  height: 20px;
}

/* line 405, app/assets/stylesheets/admin.scss */
.admin-page .user-search input[type="search"] {
  width: 300px;
  font-size: 13px;
  display: inline-block;
  padding: 4px;
  border-radius: 5px;
  border: 1px solid #babcbe;
}

/* line 413, app/assets/stylesheets/admin.scss */
.admin-page .user-search input[type="submit"] {
  display: none;
}

/* line 419, app/assets/stylesheets/admin.scss */
.admin-page.posts-feedback .feedback-container {
  border-bottom: 1px solid #babcbe;
  padding: 10px 0px;
  display: flex;
}

/* line 423, app/assets/stylesheets/admin.scss */
.admin-page.posts-feedback .feedback-container .user-feedback {
  width: 50%;
}

/* line 427, app/assets/stylesheets/admin.scss */
.admin-page.posts-feedback .feedback-container .admin-response form {
  display: flex;
  flex-direction: row;
}

/* line 431, app/assets/stylesheets/admin.scss */
.admin-page.posts-feedback .feedback-container .admin-response textarea {
  border: 1px solid #d0d0d0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  resize: none;
  width: 400px;
}

/* line 442, app/assets/stylesheets/admin.scss */
.publications-show .publish-box {
  position: fixed;
  right: 10px;
  bottom: 20px;
  width: 100px;
}

/* line 450, app/assets/stylesheets/admin.scss */
.admin-page .metrics-page .graph-item {
  margin: 40px 0;
}

/* line 453, app/assets/stylesheets/admin.scss */
.admin-page .metrics-page .graph-item h2 {
  display: flex;
  align-items: center;
}

/* line 458, app/assets/stylesheets/admin.scss */
.admin-page .metrics-page .graph-item h2 .options span {
  display: block;
  cursor: pointer;
  font-size: 10px;
  background-color: #ccc;
  color: #333;
  text-shadow: 1px 1px 1px #eee;
  border-radius: 30px;
  padding: 0px 10px;
  margin-left: 10px;
  line-height: 22px;
}

/* line 476, app/assets/stylesheets/admin.scss */
.weekly-report .weekly-report-header {
  text-align: center;
  font-family: "Signifier", "Palatino", "Georgia", "Times New Roman", serif;
  margin: 50px 0 70px 0;
}

/* line 480, app/assets/stylesheets/admin.scss */
.weekly-report .weekly-report-header h1 {
  font-weight: 500;
  font-style: italic;
}

/* line 484, app/assets/stylesheets/admin.scss */
.weekly-report .weekly-report-header .subtitle {
  font-weight: 300;
  font-size: 20px;
}

/* line 488, app/assets/stylesheets/admin.scss */
.weekly-report .weekly-report-header .weeks-ago {
  font-size: 16px;
}

/* line 491, app/assets/stylesheets/admin.scss */
.weekly-report .weekly-report-header .subtitle a {
  text-decoration: none;
}

/* line 495, app/assets/stylesheets/admin.scss */
.weekly-report section {
  clear: both;
  margin: 40px 0;
}

/* line 498, app/assets/stylesheets/admin.scss */
.weekly-report section h2 {
  font-size: 26px;
}

/* line 504, app/assets/stylesheets/admin.scss */
.admin-page table {
  border-collapse: collapse;
  margin-top: 10px;
}

/* line 507, app/assets/stylesheets/admin.scss */
.admin-page table td,
.admin-page table th {
  border: 1px solid #e2e3e4;
  padding: 4px;
}

/* line 512, app/assets/stylesheets/admin.scss */
.admin-page table th {
  text-align: left;
}

/* line 515, app/assets/stylesheets/admin.scss */
.admin-page table .sent-at {
  min-width: 120px;
}

/* line 518, app/assets/stylesheets/admin.scss */
.admin-page table .red {
  color: #e12e67;
}

/* line 521, app/assets/stylesheets/admin.scss */
.admin-page table .green {
  color: #349361;
}

/* line 526, app/assets/stylesheets/admin.scss */
.admin-page table.dd_metrics th {
  border: 0px;
  border-left: 1px solid #e2e3e4;
  border-right: 1px solid #e2e3e4;
}

/* line 532, app/assets/stylesheets/admin.scss */
.admin-page table.dd_metrics tr.main-header {
  border-top: 1px solid #e2e3e4;
}

/* line 535, app/assets/stylesheets/admin.scss */
.admin-page table.dd_metrics tr.main-header .feedback {
  border-bottom: 1px solid #111;
  text-align: center;
}

/* line 542, app/assets/stylesheets/admin.scss */
.admin-page table.dd_metrics tr.secondary-header th {
  border-bottom: 1px solid #111;
}

/* line 549, app/assets/stylesheets/admin.scss */
.in-page-preview {
  width: 100%;
}

/* line 552, app/assets/stylesheets/admin.scss */
.in-page-preview label {
  font-weight: bold;
}

/* line 556, app/assets/stylesheets/admin.scss */
.in-page-preview label,
.in-page-preview select,
.in-page-preview .show-preview {
  margin-right: 10px;
}

/* line 562, app/assets/stylesheets/admin.scss */
.in-page-preview .new-window {
  background-color: #f1f1f1;
}

/* line 566, app/assets/stylesheets/admin.scss */
.in-page-preview iframe {
  margin-top: 20px;
  width: 100%;
  border: 2px solid #111;
}

/* line 573, app/assets/stylesheets/admin.scss */
.preview-switcher {
  margin-bottom: 2em;
}

/* line 577, app/assets/stylesheets/admin.scss */
.metrics_section {
  margin-bottom: 2em;
}

/* line 581, app/assets/stylesheets/admin.scss */
dialog {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #babcbe;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

/* line 588, app/assets/stylesheets/admin.scss */
.authors-label-row {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  justify-content: space-between;
}

/* line 594, app/assets/stylesheets/admin.scss */
.authors-label-row .add-author-btn {
  font-size: 12px;
  padding: 2px 5px;
}

/* line 600, app/assets/stylesheets/admin.scss */
.deliver-to-all {
  margin-bottom: 10px;
}

/* line 603, app/assets/stylesheets/admin.scss */
.deliver-to-all .help {
  margin-bottom: 5px;
}

/* line 608, app/assets/stylesheets/admin.scss */
.delivery-message {
  font-size: smaller;
  font-weight: bold;
}

/* line 612, app/assets/stylesheets/admin.scss */
.delivery-message.success {
  color: #349361;
}

/* line 616, app/assets/stylesheets/admin.scss */
.delivery-message.error {
  color: #e12e67;
}

/* line 5, app/assets/stylesheets/live_events.scss */
.event-form input.choices__input {
  border: 0;
  border-radius: 0;
  padding: 4px 0 4px 2px;
  width: auto;
  box-shadow: 0px 0px #fff;
}

/* line 9, app/assets/stylesheets/live_events.scss */
.event-form .choices {
  margin-bottom: 0px;
}

/* line 14, app/assets/stylesheets/live_events.scss */
.event-form .checkbox-field .heading {
  font-weight: bold;
}

/* line 18, app/assets/stylesheets/live_events.scss */
.event-form .checkbox-field input[type=checkbox] {
  width: auto;
  margin-left: 0;
}

/* line 23, app/assets/stylesheets/live_events.scss */
.event-form .checkbox-field label {
  font-weight: normal;
}

/* line 5, app/assets/stylesheets/subscriptions.scss */
.subscriptions-new .top-bar,
.sessions-new .top-bar {
  display: none;
}

/* line 8, app/assets/stylesheets/subscriptions.scss */
.subscriptions-new .top .logo,
.sessions-new .top .logo {
  height: 35px;
}

/* line 11, app/assets/stylesheets/subscriptions.scss */
.subscriptions-new .bottom, .subscriptions-new #ck-form-container,
.sessions-new .bottom,
.sessions-new #ck-form-container {
  padding-top: 30px;
}

/* line 14, app/assets/stylesheets/subscriptions.scss */
.subscriptions-new input,
.subscriptions-new button,
.sessions-new input,
.sessions-new button {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* line 18, app/assets/stylesheets/subscriptions.scss */
.subscriptions-new button,
.sessions-new button {
  font-weight: bold;
}

/* line 24, app/assets/stylesheets/subscriptions.scss */
.subscriptions-new .top-bar {
  display: none;
}

/* line 27, app/assets/stylesheets/subscriptions.scss */
.subscriptions-new .coupon-box {
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background: #349361;
  padding: 20px 0px;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* line 37, app/assets/stylesheets/subscriptions.scss */
.subscriptions-new .coupon-box.invalid {
  background: #960648;
}

/* line 40, app/assets/stylesheets/subscriptions.scss */
.subscriptions-new .coupon-box h2,
.subscriptions-new .coupon-box p {
  color: #fff;
}

/* line 44, app/assets/stylesheets/subscriptions.scss */
.subscriptions-new .coupon-box h2 {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1em;
}

/* line 49, app/assets/stylesheets/subscriptions.scss */
.subscriptions-new .coupon-box p {
  font-size: 16px;
}

/* line 52, app/assets/stylesheets/subscriptions.scss */
.subscriptions-new .coupon-box p strong {
  color: #fff;
}

/* line 55, app/assets/stylesheets/subscriptions.scss */
.subscriptions-new .coupon-box p a {
  color: #fff;
}

/* line 60, app/assets/stylesheets/subscriptions.scss */
.subscriptions-new .coupon-box-spacer {
  display: block;
  margin-bottom: 70px !important;
}

/* line 67, app/assets/stylesheets/subscriptions.scss */
.flexbox .email-box {
  max-width: 364px;
  margin: 0px auto;
  padding: 20vh 0 100px 0;
  text-align: center;
}

/* line 72, app/assets/stylesheets/subscriptions.scss */
.flexbox .email-box.publication-intro {
  max-width: 550px;
  padding: 10vh 10px 100px 10px;
}

@media (max-width: 900px) {
  /* line 72, app/assets/stylesheets/subscriptions.scss */
  .flexbox .email-box.publication-intro {
    padding: 30px 10px 100px 10px;
  }
}

/* line 78, app/assets/stylesheets/subscriptions.scss */
.flexbox .email-box.publication-intro .top {
  display: none;
}

/* line 81, app/assets/stylesheets/subscriptions.scss */
.flexbox .email-box.publication-intro .bottom {
  justify-content: left;
}

/* line 84, app/assets/stylesheets/subscriptions.scss */
.flexbox .email-box.publication-intro .bottom button {
  width: 170px;
  padding: 0px;
}

/* line 89, app/assets/stylesheets/subscriptions.scss */
.flexbox .email-box.publication-intro .legal {
  text-align: left;
  margin-top: 20px;
}

/* line 93, app/assets/stylesheets/subscriptions.scss */
.flexbox .email-box.publication-intro .back-to-post {
  text-align: left;
}

/* line 97, app/assets/stylesheets/subscriptions.scss */
.flexbox .email-box.landing-page-intro {
  max-width: 550px;
}

/* line 100, app/assets/stylesheets/subscriptions.scss */
.flexbox .email-box.landing-page-intro .middle {
  text-align: center;
}

/* line 103, app/assets/stylesheets/subscriptions.scss */
.flexbox .email-box.landing-page-intro .middle p {
  line-height: 1.5;
  color: #8c8d91;
}

/* line 109, app/assets/stylesheets/subscriptions.scss */
.flexbox .email-box .top {
  display: flex;
  justify-content: center;
}

/* line 112, app/assets/stylesheets/subscriptions.scss */
.flexbox .email-box .top img {
  margin-bottom: 20px;
}

/* line 116, app/assets/stylesheets/subscriptions.scss */
.flexbox .email-box .middle {
  font-family: "Signifier", "Palatino", "Georgia", "Times New Roman", serif;
  text-align: left;
}

/* line 119, app/assets/stylesheets/subscriptions.scss */
.flexbox .email-box .middle h1 {
  font-size: 37px;
  line-height: 39px;
  margin-bottom: 20px;
}

/* line 124, app/assets/stylesheets/subscriptions.scss */
.flexbox .email-box .middle p {
  font-size: 19px;
  line-height: 22px;
  margin-bottom: 12px;
}

/* line 129, app/assets/stylesheets/subscriptions.scss */
.flexbox .email-box .middle li {
  font-size: 19px;
  line-height: 22px;
  margin-bottom: 12px;
}

/* line 135, app/assets/stylesheets/subscriptions.scss */
.flexbox .email-box .bottom {
  display: flex;
  justify-content: center;
}

/* line 139, app/assets/stylesheets/subscriptions.scss */
.flexbox .email-box .bottom input {
  border: 1px solid #222;
  border-radius: 6px 0px 0px 6px;
  width: 250px;
  height: 48px;
  padding: 5px 15px;
  font-size: 16px;
}

/* line 147, app/assets/stylesheets/subscriptions.scss */
.flexbox .email-box .bottom button {
  cursor: pointer;
  border: 1px solid #222;
  border-radius: 0px 6px 6px 0px;
  background: #222;
  color: #fff;
  width: 114px;
  height: 48px;
  padding: 5px 20px;
  margin: 0px;
}

/* line 158, app/assets/stylesheets/subscriptions.scss */
.flexbox .email-box .bottom button:disabled {
  border: 1px solid #666;
  background: #666;
  color: #ccc;
}

/* line 165, app/assets/stylesheets/subscriptions.scss */
.flexbox .email-box #subscribe-button-error {
  margin-top: 4px;
  font-size: 12px;
  color: #ff0f0f;
  text-transform: uppercase;
  text-align: left;
}

/* line 172, app/assets/stylesheets/subscriptions.scss */
.flexbox .email-box .legal {
  font-size: 12px;
  margin-top: 60px;
}

/* line 175, app/assets/stylesheets/subscriptions.scss */
.flexbox .email-box .legal p,
.flexbox .email-box .legal a {
  color: #8c8d91;
}

/* line 180, app/assets/stylesheets/subscriptions.scss */
.flexbox .email-box .back-to-post {
  margin-top: 20px;
  text-align: center;
}

/* line 184, app/assets/stylesheets/subscriptions.scss */
.flexbox .email-box .back-to-post a {
  font-size: 18px;
  color: #8c8d91;
}

/* line 191, app/assets/stylesheets/subscriptions.scss */
.flexbox .payment-box {
  display: block;
  font-family: "Signifier", "Palatino", "Georgia", "Times New Roman", serif;
  padding: 100px 10px;
}

/* line 196, app/assets/stylesheets/subscriptions.scss */
.flexbox .payment-box > * {
  max-width: 572px;
  margin: auto;
}

/* line 201, app/assets/stylesheets/subscriptions.scss */
.flexbox .payment-box .payment-plan-cards-container {
  max-width: 100%;
}

@media (max-width: 900px) {
  /* line 191, app/assets/stylesheets/subscriptions.scss */
  .flexbox .payment-box {
    padding: 70px 10px;
  }
}

@media (max-width: 400px) {
  /* line 191, app/assets/stylesheets/subscriptions.scss */
  .flexbox .payment-box {
    padding: 50px 10px;
  }
}

/* line 213, app/assets/stylesheets/subscriptions.scss */
.flexbox .payment-box .coupon-box {
  max-width: 100%;
}

/* line 217, app/assets/stylesheets/subscriptions.scss */
.flexbox .payment-box .top {
  text-align: center;
}

/* line 219, app/assets/stylesheets/subscriptions.scss */
.flexbox .payment-box .top .logo {
  margin: 0 auto 50px auto;
  height: 30px;
}

/* line 223, app/assets/stylesheets/subscriptions.scss */
.flexbox .payment-box .top h1 {
  font-size: 40px;
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom: 10px;
}

@media (max-width: 900px) {
  /* line 223, app/assets/stylesheets/subscriptions.scss */
  .flexbox .payment-box .top h1 {
    font-size: 32px;
  }
}

@media (max-width: 400px) {
  /* line 223, app/assets/stylesheets/subscriptions.scss */
  .flexbox .payment-box .top h1 {
    font-size: 26px;
  }
}

/* line 235, app/assets/stylesheets/subscriptions.scss */
.flexbox .payment-box .top h2 {
  font-size: 26px;
  color: #8c8d91;
  font-weight: normal;
}

@media (max-width: 900px) {
  /* line 235, app/assets/stylesheets/subscriptions.scss */
  .flexbox .payment-box .top h2 {
    font-size: 24px;
  }
}

@media (max-width: 400px) {
  /* line 235, app/assets/stylesheets/subscriptions.scss */
  .flexbox .payment-box .top h2 {
    font-size: 20px;
  }
}

/* line 246, app/assets/stylesheets/subscriptions.scss */
.flexbox .payment-box .top h2.monthly a {
  font-size: 18px;
}

/* line 253, app/assets/stylesheets/subscriptions.scss */
.flexbox .payment-box .top h1.plans-header, .flexbox .payment-box .top h2.plans-header {
  margin-bottom: 0.5em;
}

/* line 258, app/assets/stylesheets/subscriptions.scss */
.flexbox .payment-box .credit-card {
  margin: 20px auto 10px;
  box-shadow: rgba(15, 15, 15, 0.05) 0px 0px 0px 1px, rgba(15, 15, 15, 0.1) 0px 3px 6px, rgba(15, 15, 15, 0.2) 0px 9px 24px;
  border-radius: 5px;
}

/* line 262, app/assets/stylesheets/subscriptions.scss */
.flexbox .payment-box .credit-card #card-element {
  padding: 15px 13px 7px 13px;
  font-size: 16px;
}

/* line 266, app/assets/stylesheets/subscriptions.scss */
.flexbox .payment-box .credit-card #pay-button {
  cursor: pointer;
  display: block;
  border: 1px solid #111;
  border-radius: 0px 0px 6px 6px;
  background: #111;
  color: #fff;
  width: 100%;
  height: 48px;
  padding: 5px 20px;
}

/* line 276, app/assets/stylesheets/subscriptions.scss */
.flexbox .payment-box .credit-card #pay-button:disabled {
  border: 1px solid #666;
  background: #666;
  color: #ccc;
}

/* line 282, app/assets/stylesheets/subscriptions.scss */
.flexbox .payment-box .credit-card .email-input-wrapper {
  margin-bottom: 8px;
}

/* line 284, app/assets/stylesheets/subscriptions.scss */
.flexbox .payment-box .credit-card .email-input-wrapper .email-input {
  border: 0px none;
  outline: none;
  width: 100%;
  font-size: 14px;
}

/* line 290, app/assets/stylesheets/subscriptions.scss */
.flexbox .payment-box .credit-card .email-input-wrapper #email-input-error {
  font-size: 12px;
  color: #ff0f0f;
  text-transform: uppercase;
  text-align: left;
}

/* line 297, app/assets/stylesheets/subscriptions.scss */
.flexbox .payment-box .credit-card #card-errors {
  margin-top: 4px;
  font-size: 12px;
  color: #ff0f0f;
  text-transform: uppercase;
  text-align: left;
  padding: 0px 0px 7px 13px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* line 307, app/assets/stylesheets/subscriptions.scss */
.flexbox .payment-box .apple-pay-container {
  display: none;
  text-align: center;
  margin: 10px auto;
}

/* line 311, app/assets/stylesheets/subscriptions.scss */
.flexbox .payment-box .apple-pay-container p {
  margin: 0 0 10px 0;
  font-style: italic;
  font-size: 20px;
}

/* line 316, app/assets/stylesheets/subscriptions.scss */
.flexbox .payment-box .apple-pay-container #payment-request-button {
  box-shadow: rgba(15, 15, 15, 0.05) 0px 0px 0px 1px, rgba(15, 15, 15, 0.1) 0px 3px 6px, rgba(15, 15, 15, 0.2) 0px 9px 24px;
  border-radius: 10px;
}

/* line 322, app/assets/stylesheets/subscriptions.scss */
.flexbox .payment-box .continue-free-btn {
  width: 100%;
  margin: 1em auto 0.5em;
  cursor: pointer;
  display: none;
}

/* line 329, app/assets/stylesheets/subscriptions.scss */
.flexbox .payment-box .legal {
  text-align: center;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

@media (max-width: 400px) {
  /* line 329, app/assets/stylesheets/subscriptions.scss */
  .flexbox .payment-box .legal {
    font-size: 12px;
  }
}

/* line 336, app/assets/stylesheets/subscriptions.scss */
.flexbox .payment-box .legal p,
.flexbox .payment-box .legal a {
  color: #8c8d91;
}

/* line 341, app/assets/stylesheets/subscriptions.scss */
.flexbox .payment-box .skip {
  text-align: center;
  padding-top: 40px;
  font-size: 17px;
}

/* line 346, app/assets/stylesheets/subscriptions.scss */
.flexbox .payment-box .faqs {
  margin-top: 3em;
}

/* line 348, app/assets/stylesheets/subscriptions.scss */
.flexbox .payment-box .faqs h2 {
  padding-bottom: 5px;
  border-bottom: 1px solid #111;
  font-weight: normal;
  font-size: 26px;
}

/* line 354, app/assets/stylesheets/subscriptions.scss */
.flexbox .payment-box .faqs h3 {
  margin-top: 30px;
  font-size: 20px;
}

/* line 358, app/assets/stylesheets/subscriptions.scss */
.flexbox .payment-box .faqs p {
  font-size: 17px;
}

/* line 364, app/assets/stylesheets/subscriptions.scss */
.flexbox .publishers-box {
  font-family: "Signifier", "Palatino", "Georgia", "Times New Roman", serif;
}

/* line 366, app/assets/stylesheets/subscriptions.scss */
.flexbox .publishers-box .publishers {
  max-width: 760px;
  margin: 0 auto;
  padding-top: 80px;
}

/* line 370, app/assets/stylesheets/subscriptions.scss */
.flexbox .publishers-box .publishers h2 {
  text-align: center;
  font-size: 50px;
  font-weight: normal;
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  /* line 370, app/assets/stylesheets/subscriptions.scss */
  .flexbox .publishers-box .publishers h2 {
    font-size: 36px;
  }
}

@media (max-width: 400px) {
  /* line 370, app/assets/stylesheets/subscriptions.scss */
  .flexbox .publishers-box .publishers h2 {
    font-size: 32px;
  }
}

/* line 382, app/assets/stylesheets/subscriptions.scss */
.flexbox .publishers-box .publishers .avatar-super-new {
  margin-bottom: 6px;
}

/* line 387, app/assets/stylesheets/subscriptions.scss */
.flexbox .publishers-box .proceed {
  display: block;
  text-align: center;
  padding: 100px 0 100px 0;
  border-top: 1px solid #e2e3e4;
}

/* line 392, app/assets/stylesheets/subscriptions.scss */
.flexbox .publishers-box .proceed button {
  display: inline-block;
  padding: 10px 40px;
  border-radius: 5px;
  border: 3px solid #111;
  font-size: 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  cursor: pointer;
}

/* line 405, app/assets/stylesheets/subscriptions.scss */
.flexbox .survey-box {
  max-width: 572px;
  margin: 100px auto;
}

/* line 408, app/assets/stylesheets/subscriptions.scss */
.flexbox .survey-box h2 {
  margin-bottom: 20px;
}

/* line 411, app/assets/stylesheets/subscriptions.scss */
.flexbox .survey-box p {
  margin-bottom: 20px;
}

/* line 414, app/assets/stylesheets/subscriptions.scss */
.flexbox .survey-box select,
.flexbox .survey-box input {
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  padding: 5px;
  width: 100%;
}

/* line 421, app/assets/stylesheets/subscriptions.scss */
.flexbox .survey-box .survey-box-error {
  margin-top: 4px;
  font-size: 12px;
  color: #e12e67;
  text-transform: uppercase;
  text-align: left;
}

/* line 433, app/assets/stylesheets/subscriptions.scss */
.payment-plan-cards-container .plan-value div {
  color: #8c8d91;
}

/* line 437, app/assets/stylesheets/subscriptions.scss */
.payment-plan-cards-container .plan-value .desktop-content {
  display: none;
}

@media (min-width: 900px) {
  /* line 442, app/assets/stylesheets/subscriptions.scss */
  .payment-plan-cards-container .plan-value .desktop-content {
    display: block;
  }
  /* line 446, app/assets/stylesheets/subscriptions.scss */
  .payment-plan-cards-container .plan-value .mobile-content {
    display: none;
  }
}

/* line 453, app/assets/stylesheets/subscriptions.scss */
#ck-form-container {
  display: none;
}

/* line 5, app/assets/stylesheets/sessions.scss */
.flexbox {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* line 8, app/assets/stylesheets/sessions.scss */
.flexbox .email-box #login-button-error {
  margin-top: 4px;
  font-size: 12px;
  color: #e12e67;
  text-transform: uppercase;
  text-align: left;
}

/* line 15, app/assets/stylesheets/sessions.scss */
.flexbox .email-box #login-button-success {
  margin-top: 4px;
  font-size: 12px;
  color: #349361;
  text-transform: uppercase;
  text-align: left;
}

/* line 23, app/assets/stylesheets/sessions.scss */
.flexbox .redirect-notice {
  margin-top: 50px;
  text-align: center;
  color: #999;
}

/* line 3, app/assets/stylesheets/users.scss */
.users-show_unsubscibe_user {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* line 5, app/assets/stylesheets/users.scss */
.users-show_unsubscibe_user p {
  margin-bottom: 20px;
}

/* line 8, app/assets/stylesheets/users.scss */
.users-show_unsubscibe_user .confirm-unsubscribe {
  text-align: center;
}

/* line 10, app/assets/stylesheets/users.scss */
.users-show_unsubscibe_user .confirm-unsubscribe h1, .users-show_unsubscibe_user .confirm-unsubscribe p {
  margin-bottom: 20px;
}

/* line 13, app/assets/stylesheets/users.scss */
.users-show_unsubscibe_user .confirm-unsubscribe p {
  font-size: 20px;
}

/* line 19, app/assets/stylesheets/users.scss */
.users-preferences, .users-follow_email_pitch {
  font-family: "Signifier", "Palatino", "Georgia", "Times New Roman", serif;
}

/* line 21, app/assets/stylesheets/users.scss */
.users-preferences h1, .users-preferences h2, .users-follow_email_pitch h1, .users-follow_email_pitch h2 {
  text-align: center;
}

/* line 25, app/assets/stylesheets/users.scss */
.users-preferences h1, .users-follow_email_pitch h1 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-weight: bold;
}

/* line 31, app/assets/stylesheets/users.scss */
.users-preferences h2, .users-follow_email_pitch h2 {
  font-size: 30px;
  font-weight: normal;
  margin-top: 25px;
}

/* line 37, app/assets/stylesheets/users.scss */
.users-preferences h3, .users-follow_email_pitch h3 {
  font-size: 22px;
  font-weight: normal;
}

/* line 42, app/assets/stylesheets/users.scss */
.users-preferences .preference-group, .users-follow_email_pitch .preference-group {
  margin-top: 50px;
}

/* line 45, app/assets/stylesheets/users.scss */
.users-preferences .preference-group h3, .users-follow_email_pitch .preference-group h3 {
  padding-bottom: 7px;
  border-bottom: 2px solid #111;
}

/* line 50, app/assets/stylesheets/users.scss */
.users-preferences .preference-group .long-text, .users-follow_email_pitch .preference-group .long-text {
  font-size: 17px;
  margin-top: 13px;
  margin-bottom: 7px;
}

/* line 56, app/assets/stylesheets/users.scss */
.users-preferences .preference-group .unsubscribe-reason.selected, .users-follow_email_pitch .preference-group .unsubscribe-reason.selected {
  background: #8c8d91;
  color: #fff;
}

/* line 61, app/assets/stylesheets/users.scss */
.users-preferences .preference-group .unsubscribe-all-explanation, .users-follow_email_pitch .preference-group .unsubscribe-all-explanation {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  overflow: hidden;
  height: 0px;
  transition: height 0.5s;
}

/* line 69, app/assets/stylesheets/users.scss */
.users-preferences .preference-group .unsubscribe-all-explanation p, .users-follow_email_pitch .preference-group .unsubscribe-all-explanation p {
  font-size: 15px;
  font-weight: bold;
}

/* line 74, app/assets/stylesheets/users.scss */
.users-preferences .preference-group .unsubscribe-all-explanation button, .users-follow_email_pitch .preference-group .unsubscribe-all-explanation button {
  margin-top: 5px;
}

/* line 79, app/assets/stylesheets/users.scss */
.users-preferences .preference-group .unsubscribe-all-status, .users-follow_email_pitch .preference-group .unsubscribe-all-status {
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  height: 0px;
  transition: height 0.5s;
}

/* line 86, app/assets/stylesheets/users.scss */
.users-preferences .preference-group .unsubscribe-all-status .success, .users-follow_email_pitch .preference-group .unsubscribe-all-status .success {
  color: #349361;
  display: none;
}

/* line 91, app/assets/stylesheets/users.scss */
.users-preferences .preference-group .unsubscribe-all-status .failure, .users-follow_email_pitch .preference-group .unsubscribe-all-status .failure {
  color: #960648;
  display: none;
}

/* line 98, app/assets/stylesheets/users.scss */
.users-preferences #show-more-collections, .users-preferences #show-less-collections, .users-follow_email_pitch #show-more-collections, .users-follow_email_pitch #show-less-collections {
  cursor: pointer;
  font-weight: bold;
  padding-bottom: 2px;
  border-bottom: 1px solid #111;
}

/* line 104, app/assets/stylesheets/users.scss */
.users-preferences #show-more-collections:hidden, .users-preferences #show-less-collections:hidden, .users-follow_email_pitch #show-more-collections:hidden, .users-follow_email_pitch #show-less-collections:hidden {
  display: none;
}

/* line 4, app/assets/stylesheets/quilljs.scss.erb */
.quill-footnote img.image {
  display: inline;
  cursor: pointer;
  margin: 0px !important;
  width: 36px;
  height: 18px;
}

/* line 12, app/assets/stylesheets/quilljs.scss.erb */
.quill-footnote span.text {
  display: none;
}

/* line 17, app/assets/stylesheets/quilljs.scss.erb */
.quill-tweet {
  display: block;
  max-width: 520px;
  margin: 1em auto;
  border: 1px solid #e1e8ed;
  border-radius: 5px;
  line-height: 1em;
  padding: 20px 20px 13px 20px;
}

/* line 26, app/assets/stylesheets/quilljs.scss.erb */
.quill-tweet * {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
}

/* line 30, app/assets/stylesheets/quilljs.scss.erb */
.quill-tweet > span {
  display: inline-block;
  width: 100%;
}

/* line 35, app/assets/stylesheets/quilljs.scss.erb */
.quill-tweet a {
  text-decoration: none !important;
  font-size: 16px;
}

/* line 39, app/assets/stylesheets/quilljs.scss.erb */
.quill-tweet a .tweet-header {
  margin-bottom: 14px;
}

/* line 42, app/assets/stylesheets/quilljs.scss.erb */
.quill-tweet a .tweet-header img {
  float: left;
  display: block;
  margin: 0 8px 0 0 !important;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

/* line 51, app/assets/stylesheets/quilljs.scss.erb */
.quill-tweet a .tweet-header .tweet-author-name {
  display: block;
  margin-bottom: 0;
  color: #1c2022;
  font-weight: 700;
  line-height: 16px;
}

/* line 59, app/assets/stylesheets/quilljs.scss.erb */
.quill-tweet a .tweet-header .tweet-author {
  display: block;
  color: #697882;
  font-size: 14px;
  line-height: 14px;
}

/* line 67, app/assets/stylesheets/quilljs.scss.erb */
.quill-tweet a .reply-tweet {
  font-size: 14px;
  color: #697882;
  margin-bottom: 10px;
}

/* line 72, app/assets/stylesheets/quilljs.scss.erb */
.quill-tweet a .reply-tweet .reply-tweet-username {
  font-size: 14px;
  color: #1b95e0;
}

/* line 78, app/assets/stylesheets/quilljs.scss.erb */
.quill-tweet a span.link {
  color: #1b95e0;
}

/* line 82, app/assets/stylesheets/quilljs.scss.erb */
.quill-tweet a .tweet-photo {
  margin-top: 8px;
  width: 100%;
  border: 1px solid #e1e8ed;
  border-radius: 5px;
  cursor: pointer;
}

/* line 91, app/assets/stylesheets/quilljs.scss.erb */
.quill-tweet a .tweet-gif-preview span {
  position: absolute;
  margin-top: -32px;
  margin-left: 9px;
  height: 22px;
  padding: 5px;
  background: rgba(55, 55, 55, 0.9);
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
}

/* line 106, app/assets/stylesheets/quilljs.scss.erb */
.quill-tweet a .tweet-video-preview {
  position: relative;
}

/* line 109, app/assets/stylesheets/quilljs.scss.erb */
.quill-tweet a .tweet-video-preview .play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 64px;
  height: 64px;
}

/* line 123, app/assets/stylesheets/quilljs.scss.erb */
.quill-tweet a .tweet-poll .tweet-poll-options .tweet-poll-options-label {
  position: absolute;
  padding: 4px 8px;
  font-size: 14px;
}

/* line 129, app/assets/stylesheets/quilljs.scss.erb */
.quill-tweet a .tweet-poll .tweet-poll-options .tweet-poll-options-percent {
  float: right;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: bold;
}

/* line 136, app/assets/stylesheets/quilljs.scss.erb */
.quill-tweet a .tweet-poll .tweet-poll-options .tweet-poll-options-progress {
  background: #71c9f8;
  height: 30px;
  margin-bottom: 8px;
  border-radius: 4px;
}

/* line 144, app/assets/stylesheets/quilljs.scss.erb */
.quill-tweet a .tweet-poll .tweet-poll-status {
  font-size: 14px;
  color: #697882;
}

/* line 150, app/assets/stylesheets/quilljs.scss.erb */
.quill-tweet a .quoted-tweet {
  margin-top: 12px;
  border: 1px solid #e1e8ed;
  border-radius: 4px;
  padding: 10px;
  font-size: 14px;
}

/* line 157, app/assets/stylesheets/quilljs.scss.erb */
.quill-tweet a .quoted-tweet .quote-tweet-name {
  font-weight: bold;
  color: #1c2022;
  padding-right: 5px;
}

/* line 163, app/assets/stylesheets/quilljs.scss.erb */
.quill-tweet a .quoted-tweet .quote-tweet-username {
  font-size: 14px;
  color: #697882;
}

/* line 169, app/assets/stylesheets/quilljs.scss.erb */
.quill-tweet a .tweet-footer {
  margin-top: 10px;
  font-size: 14px;
  color: #697882;
}

/* line 174, app/assets/stylesheets/quilljs.scss.erb */
.quill-tweet a .tweet-footer .tweet-date {
  padding-bottom: 10px;
  margin-bottom: 0px !important;
  font-size: 14px;
  color: #697882;
}

/* line 181, app/assets/stylesheets/quilljs.scss.erb */
.quill-tweet a .tweet-footer .interaction-wrapper {
  border-top: 1px solid #e1e8ed;
  padding-top: 10px;
}

/* line 185, app/assets/stylesheets/quilljs.scss.erb */
.quill-tweet a .tweet-footer .interaction-wrapper .interaction {
  display: inline-block;
  margin-right: 8px;
}

/* line 189, app/assets/stylesheets/quilljs.scss.erb */
.quill-tweet a .tweet-footer .interaction-wrapper .interaction .count {
  font-weight: bold;
  color: #1c2022;
  text-transform: uppercase;
}

/* line 200, app/assets/stylesheets/quilljs.scss.erb */
.quill-cta_button-choices {
  position: absolute;
  z-index: 1;
  margin-top: 34px;
  border-radius: 5px;
  background: #fff;
  box-shadow: rgba(15, 15, 15, 0.05) 0px 0px 0px 1px, rgba(15, 15, 15, 0.1) 0px 3px 6px, rgba(15, 15, 15, 0.2) 0px 9px 24px;
  height: 0px;
  overflow: hidden;
  transition: height 0.5s;
}

/* line 211, app/assets/stylesheets/quilljs.scss.erb */
.quill-cta_button-choices.open {
  height: 70px;
}

/* line 215, app/assets/stylesheets/quilljs.scss.erb */
.quill-cta_button-choices ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

/* line 220, app/assets/stylesheets/quilljs.scss.erb */
.quill-cta_button-choices ul li {
  border-bottom: 1px solid #ccc;
}

/* line 223, app/assets/stylesheets/quilljs.scss.erb */
.quill-cta_button-choices ul li:hover {
  background: #E2E3E4;
}

/* line 227, app/assets/stylesheets/quilljs.scss.erb */
.quill-cta_button-choices ul li a {
  display: block;
  height: 34px;
  padding: 5px 10px;
  text-decoration: none;
  color: #999;
}

/* line 238, app/assets/stylesheets/quilljs.scss.erb */
.quill-button,
.quill-follow,
.quill-subscribe {
  text-align: center;
  margin-bottom: 20px;
}

/* line 244, app/assets/stylesheets/quilljs.scss.erb */
.quill-button a,
.quill-follow a,
.quill-subscribe a {
  display: inline-block;
  padding: 6px 20px;
  border: 2px solid #222;
  border-radius: 5px;
  background: #222;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
}

/* line 258, app/assets/stylesheets/quilljs.scss.erb */
.quill-collection {
  position: relative;
  background-color: #beeffc;
  border-radius: 5px;
  padding: 0 2px;
  transition: box-shadow 0.2s;
}

/* line 265, app/assets/stylesheets/quilljs.scss.erb */
.quill-collection:hover {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.2);
}

@media (max-width: 900px) {
  /* line 258, app/assets/stylesheets/quilljs.scss.erb */
  .quill-collection {
    transition: none;
  }
  /* line 272, app/assets/stylesheets/quilljs.scss.erb */
  .quill-collection:hover {
    box-shadow: none;
  }
}

/* line 277, app/assets/stylesheets/quilljs.scss.erb */
.quill-collection .collection-link {
  text-decoration: none !important;
}

/* line 282, app/assets/stylesheets/quilljs.scss.erb */
.quill-block-image {
  text-align: center;
}

/* line 285, app/assets/stylesheets/quilljs.scss.erb */
.quill-block-image > span {
  display: inline-block;
}

/* line 289, app/assets/stylesheets/quilljs.scss.erb */
.quill-block-image img {
  margin: auto;
}

/* line 294, app/assets/stylesheets/quilljs.scss.erb */
.quill-youtube {
  position: relative;
  text-align: center;
  margin: 1em 0;
  max-width: 100%;
}

/* line 300, app/assets/stylesheets/quilljs.scss.erb */
.quill-youtube iframe {
  max-width: 100%;
  margin: 0 auto;
}

/* line 305, app/assets/stylesheets/quilljs.scss.erb */
.quill-youtube img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/* line 311, app/assets/stylesheets/quilljs.scss.erb */
.quill-youtube .play {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
  height: 34px;
  background: rgba(0, 0, 0, 0.8);
}

/* line 320, app/assets/stylesheets/quilljs.scss.erb */
.quill-youtube .play img {
  display: inline;
  width: 134px;
  height: 30px;
  margin: 2px 4px;
}

/* line 330, app/assets/stylesheets/quilljs.scss.erb */
.ql-tooltip .youtube-tooltip-fields {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 8px;
}

/* line 336, app/assets/stylesheets/quilljs.scss.erb */
.ql-tooltip .youtube-tooltip-fields .field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 341, app/assets/stylesheets/quilljs.scss.erb */
.ql-tooltip .youtube-tooltip-fields .field label {
  font-size: 12px;
  color: #666;
}

/* line 346, app/assets/stylesheets/quilljs.scss.erb */
.ql-tooltip .youtube-tooltip-fields .field input {
  width: 100%;
  padding: 4px 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
}

/* line 353, app/assets/stylesheets/quilljs.scss.erb */
.ql-tooltip .youtube-tooltip-fields .field input:focus {
  outline: none;
  border-color: #666;
}

/* line 358, app/assets/stylesheets/quilljs.scss.erb */
.ql-tooltip .youtube-tooltip-fields .field input.video-height {
  width: 80px;
}

/* line 366, app/assets/stylesheets/quilljs.scss.erb */
.quill-quick-facts {
  margin: 1em 0 1em 12px;
  border-radius: 8px;
}

/* line 370, app/assets/stylesheets/quilljs.scss.erb */
.quill-quick-facts .quick-facts-container {
  display: flex;
  align-items: center;
  padding: 24px;
}

/* line 376, app/assets/stylesheets/quilljs.scss.erb */
.quill-quick-facts .quick-facts-container.with-image .quick-facts-content {
  margin-left: 24px;
}

/* line 382, app/assets/stylesheets/quilljs.scss.erb */
.quill-quick-facts .quick-facts-image {
  flex-shrink: 0;
  width: 219px;
  height: 276px;
  border-radius: 8px;
  overflow: hidden;
  transform: rotate(-3deg);
  margin-left: -30px;
}

/* line 391, app/assets/stylesheets/quilljs.scss.erb */
.quill-quick-facts .quick-facts-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 !important;
}

/* line 399, app/assets/stylesheets/quilljs.scss.erb */
.quill-quick-facts .quick-facts-label {
  font-size: 14px;
  margin-bottom: 8px;
  opacity: 0.8;
}

/* line 405, app/assets/stylesheets/quilljs.scss.erb */
.quill-quick-facts .quick-facts-title {
  line-height: 1em;
}

/* line 408, app/assets/stylesheets/quilljs.scss.erb */
.quill-quick-facts .quick-facts-title.large {
  font-size: 56px;
}

/* line 412, app/assets/stylesheets/quilljs.scss.erb */
.quill-quick-facts .quick-facts-title.medium {
  font-size: 40px;
}

/* line 416, app/assets/stylesheets/quilljs.scss.erb */
.quill-quick-facts .quick-facts-title.small {
  font-size: 35px;
}

@media (max-width: 900px) {
  /* line 366, app/assets/stylesheets/quilljs.scss.erb */
  .quill-quick-facts {
    margin: 1em 0;
  }
  /* line 424, app/assets/stylesheets/quilljs.scss.erb */
  .quill-quick-facts .quick-facts-container {
    flex-direction: column;
  }
  /* line 427, app/assets/stylesheets/quilljs.scss.erb */
  .quill-quick-facts .quick-facts-container.with-image .quick-facts-content {
    margin-left: 0;
    margin-top: 16px;
  }
  /* line 433, app/assets/stylesheets/quilljs.scss.erb */
  .quill-quick-facts .quick-facts-image {
    width: 146px;
    height: 184px;
    transform: rotate(2deg);
    margin-right: -80%;
    margin-top: -35px;
  }
  /* line 442, app/assets/stylesheets/quilljs.scss.erb */
  .quill-quick-facts .quick-facts-title.large {
    font-size: 42px;
  }
  /* line 446, app/assets/stylesheets/quilljs.scss.erb */
  .quill-quick-facts .quick-facts-title.medium {
    font-size: 38px;
  }
  /* line 450, app/assets/stylesheets/quilljs.scss.erb */
  .quill-quick-facts .quick-facts-title.small {
    font-size: 35px;
  }
}

/* line 457, app/assets/stylesheets/quilljs.scss.erb */
.quick-facts-tooltip-fields {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 8px;
}

/* line 463, app/assets/stylesheets/quilljs.scss.erb */
.quick-facts-tooltip-fields .field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 468, app/assets/stylesheets/quilljs.scss.erb */
.quick-facts-tooltip-fields .field label {
  font-size: 12px;
  color: #666;
}

/* line 473, app/assets/stylesheets/quilljs.scss.erb */
.quick-facts-tooltip-fields .field input[type="text"],
.quick-facts-tooltip-fields .field select {
  width: 100%;
  padding: 4px 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
}

/* line 481, app/assets/stylesheets/quilljs.scss.erb */
.quick-facts-tooltip-fields .field input[type="text"]:focus,
.quick-facts-tooltip-fields .field select:focus {
  outline: none;
  border-color: #666;
}

/* line 3, app/assets/stylesheets/toast.scss */
.toast {
  position: fixed;
  top: 10px;
  right: 10px;
  padding: 20px;
  width: 300px;
  min-height: 60px;
  border-radius: 5px;
  color: #fff;
  z-index: 1;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
}

/* line 17, app/assets/stylesheets/toast.scss */
.toast-success {
  background: #349361;
}

/* line 21, app/assets/stylesheets/toast.scss */
.toast-warning {
  background: #ffc107;
  color: #000;
}

/* line 26, app/assets/stylesheets/toast.scss */
.toast-error {
  background: #cc0707da;
}

/* line 1, app/assets/stylesheets/gdpr_cookie.css */
.cookie-banner {
  position: fixed;
  bottom: -75px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #222;
  text-align: center;
  justify-content: center;
  width: 100%;
  height: 75px;
  transition: bottom 0.25s ease-out;
}

/* line 14, app/assets/stylesheets/gdpr_cookie.css */
.cookie-banner.active {
  bottom: 0px;
}

/* line 17, app/assets/stylesheets/gdpr_cookie.css */
.cookie-banner p {
  color: #fff;
  margin-right: 12px;
}

/* line 3, app/assets/stylesheets/static.scss */
.splash-body {
  width: 100vw;
  height: 100vh;
  background-color: #beeffc;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 11, app/assets/stylesheets/static.scss */
.splash-body .splash-inner {
  padding-bottom: 15vh;
}

/* line 15, app/assets/stylesheets/static.scss */
.splash-body .splash-e {
  text-align: center;
  font-size: 300px;
  line-height: 300px;
  color: #111;
}

/* line 22, app/assets/stylesheets/static.scss */
.splash-body .tagline {
  font-family: "Signifier", "Palatino", "Georgia", "Times New Roman", serif;
  text-align: center;
  font-style: italic;
  font-size: 26px;
  color: #111;
}

/* line 30, app/assets/stylesheets/static.scss */
.splash-body .coming-soon {
  text-align: center;
}

/* line 33, app/assets/stylesheets/static.scss */
.splash-body .coming-soon span {
  border: 2px solid #111;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: uppercase;
  padding: 5px 15px;
  display: inline-block;
  margin-top: 25px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 7px;
}

/* line 50, app/assets/stylesheets/static.scss */
.static-charges .logo-letter {
  font-size: 65px;
}

/* line 56, app/assets/stylesheets/static.scss */
.static-letter .logo-letter {
  font-size: 65px;
}

/* line 60, app/assets/stylesheets/static.scss */
.static-letter .signatures {
  margin-top: 75px !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

/* line 67, app/assets/stylesheets/static.scss */
.static-letter .signatures .sig {
  width: 150px;
  margin: 0 20px;
}

@media (max-width: 900px) {
  /* line 67, app/assets/stylesheets/static.scss */
  .static-letter .signatures .sig {
    width: 125px;
  }
}

@media (max-width: 400px) {
  /* line 67, app/assets/stylesheets/static.scss */
  .static-letter .signatures .sig {
    width: 125px;
  }
}

/* line 81, app/assets/stylesheets/static.scss */
.static-legal .logo-letter {
  font-size: 65px;
}

/* line 86, app/assets/stylesheets/static.scss */
.static-write {
  max-width: 760px;
  margin: 0 auto;
  padding: 100px 15px;
}

@media (max-width: 900px) {
  /* line 86, app/assets/stylesheets/static.scss */
  .static-write {
    padding-top: 60px;
  }
}

/* line 94, app/assets/stylesheets/static.scss */
.static-write .lower {
  text-transform: lowercase;
}

/* line 98, app/assets/stylesheets/static.scss */
.static-write .top {
  padding: 0px 0px;
  margin-bottom: 20px;
  margin-top: 40px;
}

/* line 103, app/assets/stylesheets/static.scss */
.static-write .top h1 {
  padding: 0px 0px 60px 0px;
  font-weight: normal;
  font-size: 50px;
  line-height: 40px;
  text-align: center;
}

/* line 111, app/assets/stylesheets/static.scss */
.static-write .top p {
  font-size: 20px;
  line-height: 150%;
  padding: 10px 0px;
}

/* line 117, app/assets/stylesheets/static.scss */
.static-write .top li {
  font-size: 20px;
}

/* line 121, app/assets/stylesheets/static.scss */
.static-write .top .underline {
  text-decoration: underline;
}

/* line 129, app/assets/stylesheets/static.scss */
.static-home video::-webkit-media-controls-start-playback-button {
  display: none;
}

/* line 133, app/assets/stylesheets/static.scss */
.static-home .section-header {
  font-weight: normal;
  font-size: 40px;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 900px) {
  /* line 133, app/assets/stylesheets/static.scss */
  .static-home .section-header {
    margin-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* line 145, app/assets/stylesheets/static.scss */
.static-home .hero {
  text-align: center;
  padding: 18vh 0 15vh 0;
}

@media (max-width: 900px) {
  /* line 145, app/assets/stylesheets/static.scss */
  .static-home .hero {
    padding: 10vh 0 8vh 0;
  }
}

/* line 152, app/assets/stylesheets/static.scss */
.static-home .hero h1 {
  font-size: 72px;
  width: 100vw;
  font-weight: normal;
}

@media (max-width: 900px) {
  /* line 152, app/assets/stylesheets/static.scss */
  .static-home .hero h1 {
    font-size: 50px;
    line-height: 50px;
    margin: 7vh 0 20px 0;
  }
}

@media (max-width: 400px) {
  /* line 152, app/assets/stylesheets/static.scss */
  .static-home .hero h1 {
    width: 95vw;
  }
}

/* line 166, app/assets/stylesheets/static.scss */
.static-home .hero h2 {
  color: #8c8d91;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 30px;
}

@media (max-width: 900px) {
  /* line 166, app/assets/stylesheets/static.scss */
  .static-home .hero h2 {
    font-size: 18px;
  }
}

@media (max-width: 400px) {
  /* line 166, app/assets/stylesheets/static.scss */
  .static-home .hero h2 {
    width: 95vw;
  }
}

/* line 181, app/assets/stylesheets/static.scss */
.static-home .hero .subscribe-button {
  box-shadow: 0px 0px 1px #000000, 0px 7px 17px rgba(0, 0, 0, 0.2);
  display: inline-block;
  border-radius: 9px;
  padding: 10px 30px;
  font-size: 17px;
  margin: 0;
}

/* line 190, app/assets/stylesheets/static.scss */
.static-home .hero .underline-video-container {
  margin: auto;
  width: 120px;
  position: relative;
  top: 5px;
  z-index: -9999;
}

@media (max-width: 460px) {
  /* line 190, app/assets/stylesheets/static.scss */
  .static-home .hero .underline-video-container {
    left: 0;
  }
}

/* line 202, app/assets/stylesheets/static.scss */
.static-home .value-props {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  background-color: #f6f6f6;
  padding-bottom: 80px;
}

/* line 214, app/assets/stylesheets/static.scss */
.static-home .value-props .value-prop {
  width: 400px;
  display: inline-block;
  margin-right: 40px;
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 900px) {
  /* line 214, app/assets/stylesheets/static.scss */
  .static-home .value-props .value-prop {
    margin-right: 0px;
  }
}

/* line 225, app/assets/stylesheets/static.scss */
.static-home .value-props .value-prop-img {
  display: block;
  margin: 0 auto 20px auto;
}

/* line 230, app/assets/stylesheets/static.scss */
.static-home .value-props .no-margin {
  margin-right: 0px;
}

/* line 234, app/assets/stylesheets/static.scss */
.static-home .value-props h3 {
  font-size: 28px;
  font-weight: normal;
}

@media (max-width: 900px) {
  /* line 234, app/assets/stylesheets/static.scss */
  .static-home .value-props h3 {
    font-size: 24px;
  }
}

/* line 242, app/assets/stylesheets/static.scss */
.static-home .value-props p {
  font-size: 22px;
  color: #8c8d91;
}

@media (max-width: 900px) {
  /* line 242, app/assets/stylesheets/static.scss */
  .static-home .value-props p {
    font-size: 17px;
  }
}

/* line 251, app/assets/stylesheets/static.scss */
.static-home .latest-posts {
  padding: 50px 0;
}

/* line 254, app/assets/stylesheets/static.scss */
.static-home .latest-posts .container {
  padding-bottom: 30px;
}

/* line 258, app/assets/stylesheets/static.scss */
.static-home .latest-posts h1 {
  font-size: 60px;
  font-weight: normal;
  text-align: center;
}

@media (max-width: 900px) {
  /* line 258, app/assets/stylesheets/static.scss */
  .static-home .latest-posts h1 {
    font-size: 40px;
    line-height: 44px;
  }
}

/* line 269, app/assets/stylesheets/static.scss */
.static-home .testimonials {
  width: 100%;
  background-color: #fff3de;
  color: #1523cd;
  padding: 50px 0;
}

/* line 275, app/assets/stylesheets/static.scss */
.static-home .testimonials .dark-blue {
  color: #1523cd;
}

/* line 279, app/assets/stylesheets/static.scss */
.static-home .testimonials h1 {
  font-size: 60px;
  font-weight: normal;
  text-align: center;
  color: #1523cd;
}

@media (max-width: 900px) {
  /* line 279, app/assets/stylesheets/static.scss */
  .static-home .testimonials h1 {
    font-size: 40px;
    line-height: 44px;
  }
}

/* line 290, app/assets/stylesheets/static.scss */
.static-home .testimonials .testimonial-grid {
  display: grid;
  grid-template-columns: 250px 250px 250px;
  text-align: center;
  margin: 0 auto;
  max-width: 1200px;
  justify-content: space-evenly;
}

@media (max-width: 900px) {
  /* line 290, app/assets/stylesheets/static.scss */
  .static-home .testimonials .testimonial-grid {
    grid-template-columns: 200px 200px;
    padding: 0 10px;
  }
}

@media (max-width: 400px) {
  /* line 290, app/assets/stylesheets/static.scss */
  .static-home .testimonials .testimonial-grid {
    display: block;
  }
}

/* line 305, app/assets/stylesheets/static.scss */
.static-home .testimonials .testimonial-grid .testimonial {
  color: #1523cd;
  margin: 70px 0px;
  font-size: 20px;
}

@media (max-width: 900px) {
  /* line 305, app/assets/stylesheets/static.scss */
  .static-home .testimonials .testimonial-grid .testimonial {
    font-size: 16px;
    margin: 40px auto;
  }
}

/* line 317, app/assets/stylesheets/static.scss */
.static-home .last-cta {
  background: #222;
  padding: 200px 0;
  text-align: center;
  margin-bottom: 50px;
}

/* line 323, app/assets/stylesheets/static.scss */
.static-home .last-cta * {
  color: #fff;
}

/* line 327, app/assets/stylesheets/static.scss */
.static-home .last-cta .btn {
  background: #4c27ff;
  font-size: 24px;
  padding: 16px 40px;
  border-radius: 10px;
}

/* line 334, app/assets/stylesheets/static.scss */
.static-home .last-cta h2 {
  font-size: 60px;
  font-weight: normal;
  font-style: italic;
}

/* line 340, app/assets/stylesheets/static.scss */
.static-home .last-cta h3 {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 20px;
}

/* line 350, app/assets/stylesheets/static.scss */
.static-about {
  background: #C0F0FB;
}

/* line 354, app/assets/stylesheets/static.scss */
.static-legal, .static-faq {
  background: #FDFAF7;
}

/* line 359, app/assets/stylesheets/static.scss */
.static-home .read-by {
  background-color: #f6f6f6;
  padding: 50px 0;
}

/* line 363, app/assets/stylesheets/static.scss */
.static-home .read-by h1 {
  font-size: 60px;
  font-weight: normal;
  text-align: center;
}

@media (max-width: 900px) {
  /* line 363, app/assets/stylesheets/static.scss */
  .static-home .read-by h1 {
    font-size: 40px;
    line-height: 44px;
  }
}

/* line 373, app/assets/stylesheets/static.scss */
.static-home .read-by .logo-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
}

/* line 381, app/assets/stylesheets/static.scss */
.static-home .read-by .logo-container .logo {
  display: flex;
  align-items: center;
  /* new */
  justify-content: center;
  /* new */
  flex: 1 0 12.5%;
  /* This makes it so that 8 items fit in one line, as 100% / 8 = 12.5% */
  max-width: 12.5%;
  /* This is needed to limit the size of the items when there are less than 8 in a row */
  box-sizing: border-box;
  /* This includes padding and border in the element's total width and height */
  padding: 20px;
  /* adjust as needed */
  /* For tablets: 6 items per row */
  /* For mobile: 3 items per row */
}

@media screen and (max-width: 768px) {
  /* line 381, app/assets/stylesheets/static.scss */
  .static-home .read-by .logo-container .logo {
    flex: 1 0 16.66667%;
    /* This makes it so that 6 items fit in one line, as 100% / 6 = 16.66667% */
    max-width: 16.66667%;
    /* This is needed to limit the size of the items when there are less than 6 in a row */
  }
}

@media screen and (max-width: 480px) {
  /* line 381, app/assets/stylesheets/static.scss */
  .static-home .read-by .logo-container .logo {
    flex: 1 0 33.33333%;
    /* This makes it so that 3 items fit in one line, as 100% / 3 = 33.33333% */
    max-width: 33.33333%;
    /* This is needed to limit the size of the items when there are less than 3 in a row */
  }
}

/* line 403, app/assets/stylesheets/static.scss */
.static-home .read-by .logo-container .logo img {
  max-width: 100%;
  /* This makes the image responsive to its container's size */
  height: auto;
  /* This keeps the image aspect ratio */
}

/* line 3, app/assets/stylesheets/feedback.scss */
.feedback {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 50px 0px;
}

/* line 6, app/assets/stylesheets/feedback.scss */
.feedback.feedback-given {
  display: none;
}

/* line 9, app/assets/stylesheets/feedback.scss */
.feedback .feedback-line-1 {
  text-align: center;
}

/* line 12, app/assets/stylesheets/feedback.scss */
.feedback .feedback-line-1 .feedback-rating h4 {
  margin-top: 0;
  font-size: 24px;
}

@media (max-width: 400px) {
  /* line 12, app/assets/stylesheets/feedback.scss */
  .feedback .feedback-line-1 .feedback-rating h4 {
    font-size: 18px;
  }
}

/* line 19, app/assets/stylesheets/feedback.scss */
.feedback .feedback-line-1 .feedback-rating .feedback-options {
  font-size: 16px;
}

/* line 21, app/assets/stylesheets/feedback.scss */
.feedback .feedback-line-1 .feedback-rating .feedback-options a {
  text-decoration: none;
  display: inline-block;
  padding: 3px 20px;
  background: #e2e3e4;
  border-radius: 100px;
}

@media (max-width: 400px) {
  /* line 21, app/assets/stylesheets/feedback.scss */
  .feedback .feedback-line-1 .feedback-rating .feedback-options a {
    font-size: 15px;
    padding: 3px 12px;
  }
}

/* line 31, app/assets/stylesheets/feedback.scss */
.feedback .feedback-line-1 .feedback-rating .feedback-options a.selected {
  font-weight: 700;
}

/* line 33, app/assets/stylesheets/feedback.scss */
.feedback .feedback-line-1 .feedback-rating .feedback-options a.selected[data-rating=amazing] {
  background: #f7dd6d;
}

/* line 34, app/assets/stylesheets/feedback.scss */
.feedback .feedback-line-1 .feedback-rating .feedback-options a.selected[data-rating=good] {
  background: #56b990;
}

/* line 35, app/assets/stylesheets/feedback.scss */
.feedback .feedback-line-1 .feedback-rating .feedback-options a.selected[data-rating=meh] {
  background: #beeffc;
}

/* line 36, app/assets/stylesheets/feedback.scss */
.feedback .feedback-line-1 .feedback-rating .feedback-options a.selected[data-rating=bad] {
  background: #ffbdc7;
}

/* line 40, app/assets/stylesheets/feedback.scss */
.feedback .feedback-line-1 .feedback-rating .feedback-given-description {
  font-size: 16px;
}

/* line 48, app/assets/stylesheets/feedback.scss */
.feedback-description .message {
  text-align: center;
}

/* line 54, app/assets/stylesheets/feedback.scss */
.feedback-description form textarea {
  display: block;
  border: 2px solid #e2e3e4;
  border-radius: 5px;
  margin: 12px 0px;
  width: 100%;
  height: 80px;
  padding: 8px;
  font-size: 16px;
  outline: none;
  resize: none;
}

@font-face {
  font-family: 'Signifier';
  font-weight: 400;
  font-display: block;
  font-style: normal;
  src: url("/assets/signifier-web-regular-6ec4b9e356b99c5af6dd2c8d772f0556f7cbc5d86f817f81b76807e704e1e1b5.woff2") format("woff2");
}

@font-face {
  font-family: 'Signifier';
  font-weight: 400;
  font-display: block;
  font-style: italic;
  src: url("/assets/signifier-web-regular-italic-4b0a729456bc4de16e910fd6c393264ea89760d270890b2bd96761ba9f6660ad.woff2") format("woff2");
}

@font-face {
  font-family: 'Signifier';
  font-weight: 700;
  font-display: block;
  font-style: normal;
  src: url("/assets/signifier-web-medium-579141e27a58fee272ab512383ef63348f92a15336acf1b5ec94b18d88c0aa02.woff2") format("woff2");
}

@font-face {
  font-family: 'Signifier';
  font-weight: 700;
  font-display: block;
  font-style: italic;
  src: url("/assets/signifier-web-medium-italic-6fb1dc6bcef5fdb762c2867a0d6d757f5e79a2a5856c3c889095d415b6800cfb.woff2") format("woff2");
}

@font-face {
  font-family: 'Every';
  font-weight: 400;
  font-display: block;
  font-style: normal;
  src: url("/assets/Every-Regular-238ce228fc861094451084538edfb13549d56204c65803d791ec2bc84932aaef.woff2") format("woff2");
}

@font-face {
  font-family: 'Switzer';
  src: url("/assets/Switzer-Variable-6f8a03032e46a9548270119da921234eb33df33fdd7aa45bb9e497b01a55f3f5.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Switzer';
  src: url("/assets/Switzer-VariableItalic-76a9d65cff728b08fc5a11d8cb715a77847c52915ad6ae97aaa499c83e7ce25f.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
  font-style: italic;
}

/* line 54, app/assets/stylesheets/typography.scss.erb */
body {
  font-size: 15px;
  font-family: "Switzer", "Signifier", "Hoefler Text", "Baskerville Old Face", "Garamond", "Georgia", "Times New Roman", serif;
  font-feature-settings: "calt", "clig", "kern", "liga", "onum", "pnum";
}

/* line 60, app/assets/stylesheets/typography.scss.erb */
h1 {
  font-size: 50px;
}

/* line 63, app/assets/stylesheets/typography.scss.erb */
h1.smaller {
  font-size: 45px;
}

/* line 68, app/assets/stylesheets/typography.scss.erb */
h1, h2, h3, h4, h5 {
  font-family: "Signifier", "Hoefler Text", "Baskerville Old Face", "Garamond", "Georgia", "Times New Roman", serif;
}

/* line 73, app/assets/stylesheets/typography.scss.erb */
.hand {
  font-family: "Every", "Signifier", "Hoefler Text", "Baskerville Old Face", "Garamond", "Georgia", "Times New Roman", serif;
  text-transform: uppercase;
}

/* line 77, app/assets/stylesheets/typography.scss.erb */
.hand-A {
  letter-spacing: -4%;
}

/* line 78, app/assets/stylesheets/typography.scss.erb */
.hand-F {
  letter-spacing: -8%;
}

/* line 79, app/assets/stylesheets/typography.scss.erb */
.hand-H {
  letter-spacing: -6%;
}

/* line 80, app/assets/stylesheets/typography.scss.erb */
.hand-P {
  letter-spacing: -2%;
}

/* line 81, app/assets/stylesheets/typography.scss.erb */
.hand-S {
  letter-spacing: -4%;
}

/* line 83, app/assets/stylesheets/typography.scss.erb */
.small-caps {
  font-variant: small-caps;
}

/* line 5, app/assets/stylesheets/collections.scss */
.collections-index .title-block {
  text-align: center;
  padding: 80px 0;
}

/* line 8, app/assets/stylesheets/collections.scss */
.collections-index .title-block .page-title {
  font-size: 60px;
  font-weight: normal;
}

@media (max-width: 400px) {
  /* line 8, app/assets/stylesheets/collections.scss */
  .collections-index .title-block .page-title {
    font-size: 40px;
  }
}

/* line 15, app/assets/stylesheets/collections.scss */
.collections-index .title-block .subtitle {
  color: #8c8d91;
  font-size: 30px;
}

@media (max-width: 400px) {
  /* line 15, app/assets/stylesheets/collections.scss */
  .collections-index .title-block .subtitle {
    font-size: 22px;
  }
}

/* line 25, app/assets/stylesheets/collections.scss */
.collection-preview {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}

@media (max-width: 900px) {
  /* line 25, app/assets/stylesheets/collections.scss */
  .collection-preview {
    margin-bottom: 15px;
  }
}

/* line 32, app/assets/stylesheets/collections.scss */
.collection-preview a {
  text-decoration: none;
}

/* line 35, app/assets/stylesheets/collections.scss */
.collection-preview .collection-icon {
  flex: 0 0 100px;
  margin-right: 20px;
  width: 100px;
  height: 100px;
}

/* line 40, app/assets/stylesheets/collections.scss */
.collection-preview .collection-icon img {
  width: 100px;
  height: 100px;
}

@media (max-width: 900px) {
  /* line 40, app/assets/stylesheets/collections.scss */
  .collection-preview .collection-icon img {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 900px) {
  /* line 35, app/assets/stylesheets/collections.scss */
  .collection-preview .collection-icon {
    flex: 0 0 70px;
    margin-right: 10px;
  }
}

/* line 52, app/assets/stylesheets/collections.scss */
.collection-preview .collection-icon .icon-placeholder {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 75px;
  line-height: 75px;
}

@media (max-width: 900px) {
  /* line 52, app/assets/stylesheets/collections.scss */
  .collection-preview .collection-icon .icon-placeholder {
    width: 70px;
    height: 70px;
  }
}

/* line 67, app/assets/stylesheets/collections.scss */
.collection-preview .collection-preview-inner {
  display: flex;
  flex-direction: column;
}

/* line 70, app/assets/stylesheets/collections.scss */
.collection-preview .collection-preview-inner .collection-name {
  font-size: 24px;
  line-height: 26px;
  font-weight: normal;
}

@media (max-width: 900px) {
  /* line 70, app/assets/stylesheets/collections.scss */
  .collection-preview .collection-preview-inner .collection-name {
    font-size: 21px;
    line-height: 22px;
  }
}

/* line 79, app/assets/stylesheets/collections.scss */
.collection-preview .collection-preview-inner .collection-preview-text {
  color: #8c8d91;
  margin: 10px 0;
  font-size: 18px;
  line-height: 20px;
}

@media (max-width: 900px) {
  /* line 79, app/assets/stylesheets/collections.scss */
  .collection-preview .collection-preview-inner .collection-preview-text {
    font-size: 16px;
    line-height: 18px;
  }
}

/* line 89, app/assets/stylesheets/collections.scss */
.collection-preview .collection-preview-inner .collection-preview-meta {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
}

/* line 97, app/assets/stylesheets/collections.scss */
.collections-show .collection-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 500px;
  margin: 100px auto 0 auto;
}

/* line 104, app/assets/stylesheets/collections.scss */
.collections-show .collection-header .collection-header-icon {
  width: 80px;
  height: 80px;
}

/* line 108, app/assets/stylesheets/collections.scss */
.collections-show .collection-header .collection-header-title {
  font-size: 40px;
  width: 100%;
  font-weight: normal;
}

/* line 113, app/assets/stylesheets/collections.scss */
.collections-show .collection-header .collection-header-desc {
  font-size: 22px;
  color: #8c8d91;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 20px;
}

/* line 121, app/assets/stylesheets/collections.scss */
.collections-show .collection-about {
  padding-top: 30px;
  font-family: "Signifier", "Palatino", "Georgia", "Times New Roman", serif;
  font-size: 20px;
  line-height: 150%;
}

@media (max-width: 900px) {
  /* line 121, app/assets/stylesheets/collections.scss */
  .collections-show .collection-about {
    font-size: 18px;
  }
}

/* line 94, app/assets/stylesheets/typography.scss.erb */
.collections-show .collection-about .dropcap {
  font-size: 50px;
  font-family: "Every";
  line-height: 50px;
  float: left;
}

/* line 100, app/assets/stylesheets/typography.scss.erb */
.collections-show .collection-about h1, .collections-show .collection-about h2, .collections-show .collection-about h3, .collections-show .collection-about h4, .collections-show .collection-about h5, .collections-show .collection-about h6 {
  margin: 1em 0px 0.4em 0px;
  font-weight: 700;
  line-height: 1.25em;
}

/* line 103, app/assets/stylesheets/typography.scss.erb */
.collections-show .collection-about h1 strong, .collections-show .collection-about h2 strong, .collections-show .collection-about h3 strong, .collections-show .collection-about h4 strong, .collections-show .collection-about h5 strong, .collections-show .collection-about h6 strong {
  font-weight: 700;
}

/* line 108, app/assets/stylesheets/typography.scss.erb */
.collections-show .collection-about h1 {
  font-size: 32px;
}

/* line 109, app/assets/stylesheets/typography.scss.erb */
.collections-show .collection-about h2 {
  font-size: 30px;
}

/* line 110, app/assets/stylesheets/typography.scss.erb */
.collections-show .collection-about h3 {
  font-size: 28px;
}

/* line 111, app/assets/stylesheets/typography.scss.erb */
.collections-show .collection-about h4 {
  font-size: 24px;
}

/* line 112, app/assets/stylesheets/typography.scss.erb */
.collections-show .collection-about h5 {
  font-size: 20px;
}

/* line 113, app/assets/stylesheets/typography.scss.erb */
.collections-show .collection-about h6 {
  font-size: 18px;
}

/* line 114, app/assets/stylesheets/typography.scss.erb */
.collections-show .collection-about img {
  margin: 20px auto;
}

/* line 117, app/assets/stylesheets/typography.scss.erb */
.collections-show .collection-about p, .collections-show .collection-about blockquote {
  margin-bottom: 20px;
}

/* line 120, app/assets/stylesheets/typography.scss.erb */
.collections-show .collection-about pre {
  background: #e2e3e4;
  font-family: monospace;
  font-size: 13px;
  padding: 12px;
  border-radius: 3px;
  overflow-x: scroll;
}

/* line 128, app/assets/stylesheets/typography.scss.erb */
.collections-show .collection-about ul, .collections-show .collection-about ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 25px;
}

/* line 132, app/assets/stylesheets/typography.scss.erb */
.collections-show .collection-about ul li, .collections-show .collection-about ol li {
  margin-bottom: 3px;
}

/* line 134, app/assets/stylesheets/typography.scss.erb */
.collections-show .collection-about ul li p, .collections-show .collection-about ol li p {
  margin: 0px;
}

/* line 139, app/assets/stylesheets/typography.scss.erb */
.collections-show .collection-about hr {
  border: none;
  height: 2px;
  background-color: #e2e3e4;
  margin: 50px 0;
}

/* line 145, app/assets/stylesheets/typography.scss.erb */
.collections-show .collection-about blockquote {
  padding-left: 15px;
  border-left: 3px solid #e2e3e4;
}

@media (max-width: 400px) {
  /* line 121, app/assets/stylesheets/collections.scss */
  .collections-show .collection-about {
    padding-bottom: 20px;
  }
}

/* line 128, app/assets/stylesheets/collections.scss */
.collections-show .collection-heading-container {
  padding: 10px 10px 40px 10px;
}

@media (max-width: 400px) {
  /* line 128, app/assets/stylesheets/collections.scss */
  .collections-show .collection-heading-container {
    padding: 10px 10px 20px 10px;
  }
}

/* line 133, app/assets/stylesheets/collections.scss */
.collections-show .collection-heading-container h2 {
  font-size: 26px;
  font-weight: normal;
  border-bottom: 2px solid #e2e3e4;
  padding-bottom: 5px;
}

/* line 140, app/assets/stylesheets/collections.scss */
.collections-show .post-list {
  padding-top: 0;
}

/* line 3, app/assets/stylesheets/publications.scss */
.publication-follow {
  text-align: center;
}

/* line 5, app/assets/stylesheets/publications.scss */
.publication-follow p {
  font-size: 18px;
}

/* line 8, app/assets/stylesheets/publications.scss */
.publication-follow .collection-header {
  margin-top: 40px;
  transform: scale(0.8);
  border: 1px solid #e2e3e4;
  padding: 20px 0 0 0;
  border-radius: 10px;
}

/* line 3, app/assets/stylesheets/search.scss */
.search-form {
  font-size: 26px;
}

/* line 5, app/assets/stylesheets/search.scss */
.search-form input[type=text] {
  -webkit-appearance: none;
  border: 2px solid #e2e3e4;
  border-radius: 100px;
  padding: 10px 20px;
}

@media (max-width: 900px) {
  /* line 3, app/assets/stylesheets/search.scss */
  .search-form {
    font-size: 20px;
  }
}

/* line 2, app/assets/stylesheets/discord.scss */
.discord.message-box {
  max-width: 768px;
  margin: 0px auto;
  padding: 100px 0 100px 0;
  text-align: center;
}

/* line 9, app/assets/stylesheets/discord.scss */
.discord .message {
  font-size: 24px;
}

/* line 13, app/assets/stylesheets/discord.scss */
.discord .btn {
  margin-top: 20px;
}

/* line 4, app/assets/stylesheets/advertisements.scss */
.ea-block.normal {
  background-color: #f1f1f1;
  border-radius: 5px;
  margin: 70px 0px;
  padding: 10px;
  font-family: "Signifier", "Palatino", "Georgia", "Times New Roman", serif;
}

/* line 10, app/assets/stylesheets/advertisements.scss */
.ea-block.normal:first-of-type {
  margin-top: 0px;
}

/* line 13, app/assets/stylesheets/advertisements.scss */
.ea-block.normal:last-child {
  margin-bottom: 0px;
}

/* line 16, app/assets/stylesheets/advertisements.scss */
.ea-block.normal h4.ea-block-label {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #8c8d91;
  text-align: center;
  margin: 0px;
}

/* line 25, app/assets/stylesheets/advertisements.scss */
.ea-block.normal .ea-block-inner {
  font-size: 16px;
  padding: 10px;
}

/* line 29, app/assets/stylesheets/advertisements.scss */
.ea-block.normal .ea-block-inner p {
  margin-bottom: 20px;
}

/* line 32, app/assets/stylesheets/advertisements.scss */
.ea-block.normal .ea-block-inner p a {
  color: #2b2b2b;
}

/* line 36, app/assets/stylesheets/advertisements.scss */
.ea-block.normal .ea-block-inner .quill-block-image {
  text-align: center;
}

/* line 40, app/assets/stylesheets/advertisements.scss */
.ea-block.normal .ea-block-footer {
  text-align: center;
}

/* line 43, app/assets/stylesheets/advertisements.scss */
.ea-block.normal .ea-block-footer a, .ea-block.normal .ea-block-footer span {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  color: #8c8d91 !important;
}

/* line 53, app/assets/stylesheets/advertisements.scss */
.admin-form .advertisement {
  margin: 0px;
}

/* line 1, app/assets/stylesheets/components/preference_card.scss */
.preference-card {
  margin-bottom: 35px;
}

/* line 4, app/assets/stylesheets/components/preference_card.scss */
.preference-card .heading {
  display: flex;
  margin-top: 16px;
  margin-bottom: 10px;
  align-items: center;
}

/* line 10, app/assets/stylesheets/components/preference_card.scss */
.preference-card .heading .icon-img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

/* line 16, app/assets/stylesheets/components/preference_card.scss */
.preference-card .heading .icon-letter {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
}

/* line 29, app/assets/stylesheets/components/preference_card.scss */
.preference-card .heading .heading-texts .name {
  font-size: 19px;
  font-weight: bold;
  line-height: 1em;
}

/* line 35, app/assets/stylesheets/components/preference_card.scss */
.preference-card .heading .heading-texts .description {
  font-size: 17px;
  color: #8c8d91;
}

/* line 43, app/assets/stylesheets/components/preference_card.scss */
.preference-card .status.success {
  color: #349361;
  animation-delay: 1s;
  animation-duration: 4s;
  animation-name: checkmark;
}

/* line 50, app/assets/stylesheets/components/preference_card.scss */
.preference-card .status.failure {
  color: #960648;
}

@keyframes checkmark {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 1, app/assets/stylesheets/components/button_group.scss */
.btn-grp-container {
  display: inline-flex;
  border: 2px solid #e2e3e4;
  padding: 0;
  margin: 0;
  border-radius: 7px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* line 9, app/assets/stylesheets/components/button_group.scss */
.btn-grp-container button, .btn-grp-container .button-link {
  border: 0;
  margin: 0;
  padding: 5px 10px;
  font-size: 13px;
  background: transparent;
  color: #8c8d91;
  font-weight: bold;
}

/* line 17, app/assets/stylesheets/components/button_group.scss */
.btn-grp-container button:hover, .btn-grp-container .button-link:hover {
  background: #f1f1f1;
}

/* line 21, app/assets/stylesheets/components/button_group.scss */
.btn-grp-container button:not(:last-child), .btn-grp-container .button-link:not(:last-child) {
  border-right: 2px solid #e2e3e4;
}

/* line 25, app/assets/stylesheets/components/button_group.scss */
.btn-grp-container button:first-child, .btn-grp-container .button-link:first-child {
  border-radius: 5px 0 0 5px;
}

/* line 29, app/assets/stylesheets/components/button_group.scss */
.btn-grp-container button:last-child, .btn-grp-container .button-link:last-child {
  border-radius: 0 5px 5px 0;
}

/* line 33, app/assets/stylesheets/components/button_group.scss */
.btn-grp-container button.selected, .btn-grp-container button.active, .btn-grp-container .button-link.selected, .btn-grp-container .button-link.active {
  background: #e2e3e4;
  color: #111;
}

/* line 39, app/assets/stylesheets/components/button_group.scss */
.btn-grp-container .button-link {
  text-decoration: none;
}

/* line 30, app/assets/stylesheets/components/payment_plan_card.scss */
div.payment-plan-card:not(.selected) {
  display: none;
  visibility: hidden;
}

/* line 39, app/assets/stylesheets/components/payment_plan_card.scss */
.payment-plan-button {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
}

/* line 45, app/assets/stylesheets/components/payment_plan_card.scss */
.payment-plan-button.selected {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 40px;
  background: linear-gradient(to bottom right, rgba(212, 212, 212, 0.7) 0.67%, rgba(102, 102, 102, 0.7) 100.3%);
}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
/* line 7, node_modules/quill/dist/quill.snow.css */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}

/* line 15, node_modules/quill/dist/quill.snow.css */
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

/* line 18, node_modules/quill/dist/quill.snow.css */
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}

/* line 21, node_modules/quill/dist/quill.snow.css */
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

/* line 28, node_modules/quill/dist/quill.snow.css */
.ql-clipboard p {
  margin: 0;
  padding: 0;
}

/* line 32, node_modules/quill/dist/quill.snow.css */
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 45, node_modules/quill/dist/quill.snow.css */
.ql-editor > * {
  cursor: text;
}

/* line 48, node_modules/quill/dist/quill.snow.css */
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

/* line 63, node_modules/quill/dist/quill.snow.css */
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}

/* line 67, node_modules/quill/dist/quill.snow.css */
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}

/* line 71, node_modules/quill/dist/quill.snow.css */
.ql-editor ul > li::before {
  content: '\2022';
}

/* line 74, node_modules/quill/dist/quill.snow.css */
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}

/* line 78, node_modules/quill/dist/quill.snow.css */
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}

/* line 82, node_modules/quill/dist/quill.snow.css */
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}

/* line 88, node_modules/quill/dist/quill.snow.css */
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}

/* line 91, node_modules/quill/dist/quill.snow.css */
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}

/* line 94, node_modules/quill/dist/quill.snow.css */
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}

/* line 99, node_modules/quill/dist/quill.snow.css */
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}

/* line 104, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}

/* line 108, node_modules/quill/dist/quill.snow.css */
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}

/* line 112, node_modules/quill/dist/quill.snow.css */
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}

/* line 116, node_modules/quill/dist/quill.snow.css */
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}

/* line 120, node_modules/quill/dist/quill.snow.css */
.ql-editor ol li:before {
  content: counter(list-0, decimal) ". ";
}

/* line 123, node_modules/quill/dist/quill.snow.css */
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}

/* line 126, node_modules/quill/dist/quill.snow.css */
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}

/* line 129, node_modules/quill/dist/quill.snow.css */
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

/* line 132, node_modules/quill/dist/quill.snow.css */
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}

/* line 135, node_modules/quill/dist/quill.snow.css */
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}

/* line 138, node_modules/quill/dist/quill.snow.css */
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

/* line 141, node_modules/quill/dist/quill.snow.css */
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}

/* line 144, node_modules/quill/dist/quill.snow.css */
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}

/* line 147, node_modules/quill/dist/quill.snow.css */
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

/* line 150, node_modules/quill/dist/quill.snow.css */
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}

/* line 153, node_modules/quill/dist/quill.snow.css */
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}

/* line 156, node_modules/quill/dist/quill.snow.css */
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

/* line 159, node_modules/quill/dist/quill.snow.css */
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}

/* line 162, node_modules/quill/dist/quill.snow.css */
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}

/* line 165, node_modules/quill/dist/quill.snow.css */
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}

/* line 168, node_modules/quill/dist/quill.snow.css */
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}

/* line 171, node_modules/quill/dist/quill.snow.css */
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}

/* line 174, node_modules/quill/dist/quill.snow.css */
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}

/* line 177, node_modules/quill/dist/quill.snow.css */
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}

/* line 180, node_modules/quill/dist/quill.snow.css */
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}

/* line 183, node_modules/quill/dist/quill.snow.css */
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}

/* line 186, node_modules/quill/dist/quill.snow.css */
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}

/* line 189, node_modules/quill/dist/quill.snow.css */
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}

/* line 192, node_modules/quill/dist/quill.snow.css */
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}

/* line 195, node_modules/quill/dist/quill.snow.css */
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}

/* line 198, node_modules/quill/dist/quill.snow.css */
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}

/* line 201, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

/* line 204, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

/* line 207, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

/* line 210, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

/* line 213, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

/* line 216, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

/* line 219, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

/* line 222, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

/* line 225, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

/* line 228, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

/* line 231, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

/* line 234, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

/* line 237, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

/* line 240, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

/* line 243, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

/* line 246, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

/* line 249, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

/* line 252, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

/* line 255, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

/* line 258, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

/* line 261, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

/* line 264, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

/* line 267, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

/* line 270, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

/* line 273, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

/* line 276, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

/* line 279, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

/* line 282, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

/* line 285, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

/* line 288, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

/* line 291, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

/* line 294, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

/* line 297, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

/* line 300, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

/* line 303, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

/* line 306, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

/* line 309, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

/* line 313, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

/* line 316, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

/* line 319, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-bg-black {
  background-color: #000;
}

/* line 322, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-bg-red {
  background-color: #e60000;
}

/* line 325, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-bg-orange {
  background-color: #f90;
}

/* line 328, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

/* line 331, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-bg-green {
  background-color: #008a00;
}

/* line 334, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-bg-blue {
  background-color: #06c;
}

/* line 337, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-bg-purple {
  background-color: #93f;
}

/* line 340, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-color-white {
  color: #fff;
}

/* line 343, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-color-red {
  color: #e60000;
}

/* line 346, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-color-orange {
  color: #f90;
}

/* line 349, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-color-yellow {
  color: #ff0;
}

/* line 352, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-color-green {
  color: #008a00;
}

/* line 355, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-color-blue {
  color: #06c;
}

/* line 358, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-color-purple {
  color: #93f;
}

/* line 361, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

/* line 364, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

/* line 367, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-size-small {
  font-size: 0.75em;
}

/* line 370, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-size-large {
  font-size: 1.5em;
}

/* line 373, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

/* line 376, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

/* line 380, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-align-center {
  text-align: center;
}

/* line 383, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-align-justify {
  text-align: justify;
}

/* line 386, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-align-right {
  text-align: right;
}

/* line 389, node_modules/quill/dist/quill.snow.css */
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

/* line 398, node_modules/quill/dist/quill.snow.css */
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}

/* line 404, node_modules/quill/dist/quill.snow.css */
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}

/* line 415, node_modules/quill/dist/quill.snow.css */
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}

/* line 420, node_modules/quill/dist/quill.snow.css */
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}

/* line 424, node_modules/quill/dist/quill.snow.css */
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}

/* line 428, node_modules/quill/dist/quill.snow.css */
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}

/* line 444, node_modules/quill/dist/quill.snow.css */
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}

/* line 474, node_modules/quill/dist/quill.snow.css */
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}

@media (pointer: coarse) {
  /* line 505, node_modules/quill/dist/quill.snow.css */
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
.ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  /* line 509, node_modules/quill/dist/quill.snow.css */
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  /* line 515, node_modules/quill/dist/quill.snow.css */
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}

/* line 522, node_modules/quill/dist/quill.snow.css */
.ql-snow {
  box-sizing: border-box;
}

/* line 525, node_modules/quill/dist/quill.snow.css */
.ql-snow * {
  box-sizing: border-box;
}

/* line 528, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-hidden {
  display: none;
}

/* line 531, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}

/* line 535, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}

/* line 539, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

/* line 543, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}

/* line 546, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

/* line 550, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}

/* line 555, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

/* line 562, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

/* line 568, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}

/* line 572, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-empty {
  fill: none;
}

/* line 575, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-even {
  fill-rule: evenodd;
}

/* line 578, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}

/* line 582, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-transparent {
  opacity: 0.4;
}

/* line 585, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-direction svg:last-child {
  display: none;
}

/* line 588, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}

/* line 591, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}

/* line 594, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-editor h1 {
  font-size: 2em;
}

/* line 597, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}

/* line 600, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}

/* line 603, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-editor h4 {
  font-size: 1em;
}

/* line 606, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}

/* line 609, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}

/* line 612, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-editor a {
  text-decoration: underline;
}

/* line 615, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

/* line 621, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}

/* line 626, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

/* line 632, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}

/* line 636, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

/* line 641, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-editor img {
  max-width: 100%;
}

/* line 644, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

/* line 654, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

/* line 663, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}

/* line 667, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}

/* line 675, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

/* line 681, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}

/* line 685, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}

/* line 688, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}

/* line 691, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}

/* line 697, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}

/* line 701, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

/* line 705, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

/* line 709, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}

/* line 712, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}

/* line 717, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

/* line 721, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}

/* line 729, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}

/* line 736, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}

/* line 744, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-header {
  width: 98px;
}

/* line 747, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}

/* line 751, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}

/* line 755, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}

/* line 759, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}

/* line 763, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}

/* line 767, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}

/* line 771, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}

/* line 775, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}

/* line 778, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}

/* line 781, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}

/* line 784, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}

/* line 787, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}

/* line 790, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}

/* line 793, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-font {
  width: 108px;
}

/* line 796, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}

/* line 800, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}

/* line 804, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}

/* line 808, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}

/* line 811, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}

/* line 814, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-size {
  width: 98px;
}

/* line 817, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}

/* line 821, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}

/* line 825, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}

/* line 829, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}

/* line 833, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}

/* line 836, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}

/* line 839, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}

/* line 842, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

/* line 845, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

/* line 848, node_modules/quill/dist/quill.snow.css */
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}

/* line 854, node_modules/quill/dist/quill.snow.css */
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}

/* line 857, node_modules/quill/dist/quill.snow.css */
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}

/* line 860, node_modules/quill/dist/quill.snow.css */
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}

/* line 864, node_modules/quill/dist/quill.snow.css */
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}

/* line 867, node_modules/quill/dist/quill.snow.css */
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}

/* line 870, node_modules/quill/dist/quill.snow.css */
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}

/* line 874, node_modules/quill/dist/quill.snow.css */
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}

/* line 877, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}

/* line 885, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}

/* line 890, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}

/* line 899, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

/* line 906, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}

/* line 912, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}

/* line 916, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-tooltip a {
  line-height: 26px;
}

/* line 919, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}

/* line 923, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}

/* line 926, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}

/* line 931, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}

/* line 934, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}

/* line 937, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}

/* line 940, node_modules/quill/dist/quill.snow.css */
.ql-snow a {
  color: #06c;
}

/* line 943, node_modules/quill/dist/quill.snow.css */
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/* line 1, node_modules/tippy.js/dist/tippy.css */
.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

/* line 1, node_modules/tippy.js/dist/tippy.css */
[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

/* line 1, node_modules/tippy.js/dist/tippy.css */
.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  outline: 0;
  transition-property: transform,visibility,opacity;
}

/* line 1, node_modules/tippy.js/dist/tippy.css */
.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

/* line 1, node_modules/tippy.js/dist/tippy.css */
.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}

/* line 1, node_modules/tippy.js/dist/tippy.css */
.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

/* line 1, node_modules/tippy.js/dist/tippy.css */
.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

/* line 1, node_modules/tippy.js/dist/tippy.css */
.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

/* line 1, node_modules/tippy.js/dist/tippy.css */
.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}

/* line 1, node_modules/tippy.js/dist/tippy.css */
.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

/* line 1, node_modules/tippy.js/dist/tippy.css */
.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}

/* line 1, node_modules/tippy.js/dist/tippy.css */
.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

/* line 1, node_modules/tippy.js/dist/tippy.css */
.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}

/* line 1, node_modules/tippy.js/dist/tippy.css */
.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

/* line 1, node_modules/tippy.js/dist/tippy.css */
.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
/* line 8, node_modules/animate.css/animate.css */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

/* line 13, node_modules/animate.css/animate.css */
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 21, node_modules/animate.css/animate.css */
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 25, node_modules/animate.css/animate.css */
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

/* line 31, node_modules/animate.css/animate.css */
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

/* line 37, node_modules/animate.css/animate.css */
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

/* line 43, node_modules/animate.css/animate.css */
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

/* line 49, node_modules/animate.css/animate.css */
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

/* line 55, node_modules/animate.css/animate.css */
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

/* line 61, node_modules/animate.css/animate.css */
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

/* line 67, node_modules/animate.css/animate.css */
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

/* line 73, node_modules/animate.css/animate.css */
.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

/* line 79, node_modules/animate.css/animate.css */
.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

/* line 85, node_modules/animate.css/animate.css */
.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

/* line 91, node_modules/animate.css/animate.css */
.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  /* line 98, node_modules/animate.css/animate.css */
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  /* line 107, node_modules/animate.css/animate.css */
  .animate__animated[class*='Out'] {
    opacity: 0;
  }
}

/* Attention seekers  */
@-webkit-keyframes bounce {
  from,
20%,
53%,
to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

@keyframes bounce {
  from,
20%,
53%,
to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

/* line 188, node_modules/animate.css/animate.css */
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
50%,
to {
    opacity: 1;
  }
  25%,
75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
50%,
to {
    opacity: 1;
  }
  25%,
75% {
    opacity: 0;
  }
}

/* line 218, node_modules/animate.css/animate.css */
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 255, node_modules/animate.css/animate.css */
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 333, node_modules/animate.css/animate.css */
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
  from,
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
30%,
50%,
70%,
90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
40%,
60%,
80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shakeX {
  from,
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
30%,
50%,
70%,
90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
40%,
60%,
80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

/* line 385, node_modules/animate.css/animate.css */
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes shakeY {
  from,
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
30%,
50%,
70%,
90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%,
40%,
60%,
80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

@keyframes shakeY {
  from,
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
30%,
50%,
70%,
90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%,
40%,
60%,
80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

/* line 437, node_modules/animate.css/animate.css */
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 503, node_modules/animate.css/animate.css */
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

/* line 561, node_modules/animate.css/animate.css */
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
50%,
70%,
90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
60%,
80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
50%,
70%,
90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
60%,
80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 631, node_modules/animate.css/animate.css */
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 708, node_modules/animate.css/animate.css */
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
11.1%,
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
11.1%,
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

/* line 798, node_modules/animate.css/animate.css */
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* line 856, node_modules/animate.css/animate.css */
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/* line 905, node_modules/animate.css/animate.css */
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/* line 947, node_modules/animate.css/animate.css */
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/* line 989, node_modules/animate.css/animate.css */
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/* line 1031, node_modules/animate.css/animate.css */
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}

/* line 1074, node_modules/animate.css/animate.css */
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}

/* line 1116, node_modules/animate.css/animate.css */
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}

/* line 1158, node_modules/animate.css/animate.css */
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}

/* line 1200, node_modules/animate.css/animate.css */
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from,
20%,
40%,
60%,
80%,
to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
20%,
40%,
60%,
80%,
to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 1293, node_modules/animate.css/animate.css */
.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
60%,
75%,
90%,
to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
60%,
75%,
90%,
to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1375, node_modules/animate.css/animate.css */
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
60%,
75%,
90%,
to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
60%,
75%,
90%,
to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1453, node_modules/animate.css/animate.css */
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
60%,
75%,
90%,
to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
60%,
75%,
90%,
to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1531, node_modules/animate.css/animate.css */
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
60%,
75%,
90%,
to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
60%,
75%,
90%,
to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1609, node_modules/animate.css/animate.css */
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

/* line 1652, node_modules/animate.css/animate.css */
.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%,
45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%,
45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}

/* line 1698, node_modules/animate.css/animate.css */
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}

/* line 1728, node_modules/animate.css/animate.css */
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}

/* line 1758, node_modules/animate.css/animate.css */
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%,
45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%,
45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}

/* line 1800, node_modules/animate.css/animate.css */
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 1823, node_modules/animate.css/animate.css */
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1853, node_modules/animate.css/animate.css */
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1883, node_modules/animate.css/animate.css */
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1913, node_modules/animate.css/animate.css */
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1943, node_modules/animate.css/animate.css */
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1973, node_modules/animate.css/animate.css */
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 2003, node_modules/animate.css/animate.css */
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 2033, node_modules/animate.css/animate.css */
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 2063, node_modules/animate.css/animate.css */
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 2091, node_modules/animate.css/animate.css */
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 2119, node_modules/animate.css/animate.css */
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 2147, node_modules/animate.css/animate.css */
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 2175, node_modules/animate.css/animate.css */
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 2198, node_modules/animate.css/animate.css */
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/* line 2224, node_modules/animate.css/animate.css */
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 2250, node_modules/animate.css/animate.css */
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 2276, node_modules/animate.css/animate.css */
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 2302, node_modules/animate.css/animate.css */
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

/* line 2328, node_modules/animate.css/animate.css */
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 2354, node_modules/animate.css/animate.css */
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* line 2380, node_modules/animate.css/animate.css */
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 2406, node_modules/animate.css/animate.css */
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}

@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}

/* line 2434, node_modules/animate.css/animate.css */
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}

@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}

/* line 2462, node_modules/animate.css/animate.css */
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}

@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}

/* line 2490, node_modules/animate.css/animate.css */
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}

@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}

/* line 2518, node_modules/animate.css/animate.css */
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

/* line 2607, node_modules/animate.css/animate.css */
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 2677, node_modules/animate.css/animate.css */
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 2747, node_modules/animate.css/animate.css */
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

/* line 2789, node_modules/animate.css/animate.css */
.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

/* line 2835, node_modules/animate.css/animate.css */
.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 2892, node_modules/animate.css/animate.css */
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 2944, node_modules/animate.css/animate.css */
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

/* line 2972, node_modules/animate.css/animate.css */
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}

/* line 3000, node_modules/animate.css/animate.css */
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* line 3033, node_modules/animate.css/animate.css */
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* line 3065, node_modules/animate.css/animate.css */
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* line 3097, node_modules/animate.css/animate.css */
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* line 3129, node_modules/animate.css/animate.css */
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* line 3161, node_modules/animate.css/animate.css */
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

/* line 3190, node_modules/animate.css/animate.css */
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

/* line 3218, node_modules/animate.css/animate.css */
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

/* line 3246, node_modules/animate.css/animate.css */
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

/* line 3274, node_modules/animate.css/animate.css */
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

/* line 3302, node_modules/animate.css/animate.css */
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

/* line 3367, node_modules/animate.css/animate.css */
.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* line 3427, node_modules/animate.css/animate.css */
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3458, node_modules/animate.css/animate.css */
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

/* line 3485, node_modules/animate.css/animate.css */
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

/* line 3512, node_modules/animate.css/animate.css */
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 3550, node_modules/animate.css/animate.css */
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 3588, node_modules/animate.css/animate.css */
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 3626, node_modules/animate.css/animate.css */
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 3664, node_modules/animate.css/animate.css */
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

/* line 3699, node_modules/animate.css/animate.css */
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 3737, node_modules/animate.css/animate.css */
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}

/* line 3769, node_modules/animate.css/animate.css */
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}

/* line 3801, node_modules/animate.css/animate.css */
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 3841, node_modules/animate.css/animate.css */
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3872, node_modules/animate.css/animate.css */
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3900, node_modules/animate.css/animate.css */
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3928, node_modules/animate.css/animate.css */
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3956, node_modules/animate.css/animate.css */
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/* line 3985, node_modules/animate.css/animate.css */
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 4013, node_modules/animate.css/animate.css */
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

/* line 4041, node_modules/animate.css/animate.css */
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* line 4069, node_modules/animate.css/animate.css */
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*===============================
=            Choices            =
===============================*/
/* line 25, node_modules/choices.js/src/styles/choices.scss */
.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px;
}

/* line 29, node_modules/choices.js/src/styles/choices.scss */
.choices:focus {
  outline: none;
}

/* line 32, node_modules/choices.js/src/styles/choices.scss */
.choices:last-child {
  margin-bottom: 0;
}

/* line 36, node_modules/choices.js/src/styles/choices.scss */
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  user-select: none;
}

/* line 41, node_modules/choices.js/src/styles/choices.scss */
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

/* line 46, node_modules/choices.js/src/styles/choices.scss */
.choices [hidden] {
  display: none !important;
}

/* line 51, node_modules/choices.js/src/styles/choices.scss */
.choices[data-type*='select-one'] {
  cursor: pointer;
}

/* line 53, node_modules/choices.js/src/styles/choices.scss */
.choices[data-type*='select-one'] .choices__inner {
  padding-bottom: 7.5px;
}

/* line 56, node_modules/choices.js/src/styles/choices.scss */
.choices[data-type*='select-one'] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #dddddd;
  background-color: #ffffff;
  margin: 0;
}

/* line 64, node_modules/choices.js/src/styles/choices.scss */
.choices[data-type*='select-one'] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.5;
}

/* line 77, node_modules/choices.js/src/styles/choices.scss */
.choices[data-type*='select-one'] .choices__button:hover, .choices[data-type*='select-one'] .choices__button:focus {
  opacity: 1;
}

/* line 81, node_modules/choices.js/src/styles/choices.scss */
.choices[data-type*='select-one'] .choices__button:focus {
  box-shadow: 0px 0px 0px 2px #00bcd4;
}

/* line 85, node_modules/choices.js/src/styles/choices.scss */
.choices[data-type*='select-one'] .choices__item[data-value=''] .choices__button {
  display: none;
}

/* line 88, node_modules/choices.js/src/styles/choices.scss */
.choices[data-type*='select-one']:after {
  content: '';
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

/* line 101, node_modules/choices.js/src/styles/choices.scss */
.choices.is-open[data-type*='select-one']:after {
  border-color: transparent transparent #333333 transparent;
  margin-top: -7.5px;
}

/* line 106, node_modules/choices.js/src/styles/choices.scss */
.choices[data-type*='select-one'][dir='rtl']:after {
  left: 11.5px;
  right: auto;
}

/* line 110, node_modules/choices.js/src/styles/choices.scss */
.choices[data-type*='select-one'][dir='rtl'] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

/* line 120, node_modules/choices.js/src/styles/choices.scss */
.choices[data-type*='select-multiple'] .choices__inner,
.choices[data-type*='text'] .choices__inner {
  cursor: text;
}

/* line 123, node_modules/choices.js/src/styles/choices.scss */
.choices[data-type*='select-multiple'] .choices__button,
.choices[data-type*='text'] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}

/* line 138, node_modules/choices.js/src/styles/choices.scss */
.choices[data-type*='select-multiple'] .choices__button:hover, .choices[data-type*='select-multiple'] .choices__button:focus,
.choices[data-type*='text'] .choices__button:hover,
.choices[data-type*='text'] .choices__button:focus {
  opacity: 1;
}

/* line 145, node_modules/choices.js/src/styles/choices.scss */
.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #dddddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}

/* line 156, node_modules/choices.js/src/styles/choices.scss */
.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7;
}

/* line 160, node_modules/choices.js/src/styles/choices.scss */
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

/* line 163, node_modules/choices.js/src/styles/choices.scss */
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

/* line 168, node_modules/choices.js/src/styles/choices.scss */
.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

/* line 174, node_modules/choices.js/src/styles/choices.scss */
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

/* line 178, node_modules/choices.js/src/styles/choices.scss */
[dir='rtl'] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

/* line 182, node_modules/choices.js/src/styles/choices.scss */
.choices__list--single .choices__item {
  width: 100%;
}

/* line 187, node_modules/choices.js/src/styles/choices.scss */
.choices__list--multiple {
  display: inline;
}

/* line 189, node_modules/choices.js/src/styles/choices.scss */
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #ffffff;
  word-break: break-all;
  box-sizing: border-box;
}

/* line 203, node_modules/choices.js/src/styles/choices.scss */
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

/* line 206, node_modules/choices.js/src/styles/choices.scss */
[dir='rtl'] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

/* line 210, node_modules/choices.js/src/styles/choices.scss */
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

/* line 214, node_modules/choices.js/src/styles/choices.scss */
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

/* line 221, node_modules/choices.js/src/styles/choices.scss */
.choices__list--dropdown {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}

/* line 235, node_modules/choices.js/src/styles/choices.scss */
.choices__list--dropdown.is-active {
  visibility: visible;
}

/* line 238, node_modules/choices.js/src/styles/choices.scss */
.is-open .choices__list--dropdown {
  border-color: #b7b7b7;
}

/* line 241, node_modules/choices.js/src/styles/choices.scss */
.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}

/* line 248, node_modules/choices.js/src/styles/choices.scss */
.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

/* line 255, node_modules/choices.js/src/styles/choices.scss */
.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}

/* line 259, node_modules/choices.js/src/styles/choices.scss */
[dir='rtl'] .choices__list--dropdown .choices__item {
  text-align: right;
}

@media (min-width: 640px) {
  /* line 263, node_modules/choices.js/src/styles/choices.scss */
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px;
  }
  /* line 266, node_modules/choices.js/src/styles/choices.scss */
  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  /* line 275, node_modules/choices.js/src/styles/choices.scss */
  [dir='rtl'] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  /* line 279, node_modules/choices.js/src/styles/choices.scss */
  [dir='rtl'] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px;
  }
}

/* line 285, node_modules/choices.js/src/styles/choices.scss */
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

/* line 287, node_modules/choices.js/src/styles/choices.scss */
.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: 0.5;
}

/* line 294, node_modules/choices.js/src/styles/choices.scss */
.choices__item {
  cursor: default;
}

/* line 298, node_modules/choices.js/src/styles/choices.scss */
.choices__item--selectable {
  cursor: pointer;
}

/* line 302, node_modules/choices.js/src/styles/choices.scss */
.choices__item--disabled {
  cursor: not-allowed;
  user-select: none;
  opacity: 0.5;
}

/* line 308, node_modules/choices.js/src/styles/choices.scss */
.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

/* line 316, node_modules/choices.js/src/styles/choices.scss */
.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

/* line 325, node_modules/choices.js/src/styles/choices.scss */
.choices__button:focus {
  outline: none;
}

/* line 330, node_modules/choices.js/src/styles/choices.scss */
.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

/* line 340, node_modules/choices.js/src/styles/choices.scss */
.choices__input:focus {
  outline: 0;
}

/* line 343, node_modules/choices.js/src/styles/choices.scss */
[dir='rtl'] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

/* line 349, node_modules/choices.js/src/styles/choices.scss */
.choices__placeholder {
  opacity: 0.5;
}

/*=====  End of Choices  ======*/
