@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/IBMPlexMono-Medium.woff2") format("woff2"), url("/fonts/IBMPlexMono-Medium.woff") format("woff");
}
/* Open Sans @font-face kit */
/* BEGIN Regular */
@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/open-sans-fontface/fonts/Regular/OpenSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* END Regular */
/* BEGIN Bold */
@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/open-sans-fontface/fonts/Bold/OpenSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
/* END Bold */
.wrapper {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.wrapper .item {
  padding: 2rem;
}
.wrapper .item.text {
  align-self: center;
}
.wrapper .parent-company a:focus-visible {
  outline: none;
}
.wrapper .parent-company a:focus-visible img {
  outline: 2px solid;
  border-radius: 5px;
}
.wrapper > div {
  flex: 33%;
}
@media screen and (max-width: 800px) {
  h1,
  h2,
  h3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .wrapper {
    flex-flow: column;
  }
}
section#intro {
  display: flex;
  margin: 30px 10px;
}
section#intro .hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 30px;
}
section#intro .hero-text h1 {
  text-align: left;
  font-size: 4.5em;
  margin: 1em 0 0.5em 0;
}
section#intro .hero-text p {
  font-family: 'IBM Plex Mono';
  text-align: left;
  margin: 0;
  padding-left: 0;
}
section#intro .hero-img img {
  max-width: 100%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
@media screen and (max-width: 770px) {
  section#intro {
    flex-direction: column;
  }
  section#intro .hero-text p {
    margin-bottom: 20px;
  }
}
section#try-cryptpad {
  text-align: center;
}
footer {
  display: flex;
  flex-flow: row;
  padding: 2rem;
  padding-bottom: 20rem;
  margin: 15rem auto 0 auto;
}
footer .logo {
  margin-right: 20px;
}
footer .logo img {
  max-width: 150px;
  min-width: 100px;
}
footer .logo a:focus-visible {
  outline: none;
}
footer .logo a:focus-visible img {
  outline: 2px solid;
  border-radius: 5px;
}
footer .link-col p,
footer .link-col ul {
  font-family: "IBM Plex Mono", monospace;
  font-size: 2.5rem;
  font-weight: 500;
}
footer .link-col ul {
  flex: 1;
  list-style: none;
  padding-left: 0;
}
footer .link-col ul li {
  padding: 0.5rem;
}
footer .link-col ul li a {
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
  color: #212121;
  padding: 7px 15px 7px 7px;
  border-radius: 5px;
  width: fit-content;
}
footer .link-col ul li a i {
  width: 40px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  width: auto;
  margin-right: 10px;
}
footer .link-col ul li a:hover,
footer .link-col ul li a:focus {
  background-color: white;
}
footer .link-col ul li a.highlight {
  color: #0087FF;
}
footer .wide {
  flex-grow: 1;
}
footer svg {
  width: 1.2em;
  height: 1.2em;
  margin-right: 1rem;
  vertical-align: middle;
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  footer {
    flex-flow: column;
  }
  footer .logo {
    padding: 20px;
  }
  footer .link-col ul {
    padding: 0;
  }
}
footer li {
  font-size: 2.2rem;
}
nav {
  padding: 1em;
  font-family: 'IBM Plex Mono', monospace;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav .btn {
  margin-left: 0.5em;
}
nav .btn svg {
  width: 1em;
  margin-bottom: 0.5rem;
}
nav .logo a {
  display: inline-block;
}
nav .logo img {
  width: 250px;
}
nav #dropDown {
  z-index: 100000;
}
nav #dropDown .btn {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  #dropDown {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 10rem;
    right: 2rem;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
  #dropDown ul {
    list-style: none;
    padding-left: 0 !important;
    margin: 10px 0;
  }
  #dropDown ul li {
    list-style: none;
  }
  #dropDown ul li a.btn {
    line-height: 150%;
    margin: 0 0.5em;
  }
  .navButtons {
    display: none;
  }
  .hamburger {
    top: 5rem;
    right: 5rem;
    font-size: 3.5em;
    padding: 1rem;
    border-radius: 5px;
    margin-right: 1rem;
  }
  .hamburger svg {
    display: block;
  }
  #hamburger {
    background-color: white;
  }
}
@media screen and (min-width: 1000px) {
  #dropDown {
    display: none;
  }
  .navButtons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: static;
    background-color: transparent;
    box-shadow: none;
    height: auto;
    width: auto;
    font-size: inherit;
  }
  .navButtons ul {
    display: flex;
  }
  .navButtons ul li {
    padding: 0 2px;
    list-style: none;
  }
  .hamburger {
    display: none;
  }
}
.jobs section ul {
  font-size: 2.1rem;
}
.jobs section p {
  font-size: 2.2rem;
}
.jobs main#roles {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.jobs main#roles .role-list {
  text-align: center;
  margin: 0 auto;
}
.jobs main#roles section.role {
  text-align: left;
  margin-bottom: 30px;
  border-radius: 10px;
  padding-bottom: 30px;
}
.jobs main#roles section.role:hover,
.jobs main#roles section.role:focus {
  background-color: #FFF;
}
.contact {
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2rem;
}
#contact-preamble {
  margin-bottom: 2rem;
}
#contact-cards.card-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
#contact-cards .card {
  display: flex;
  width: 150px;
  height: 100px;
  margin: 1rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
#contact-cards .card:hover {
  color: #FFF;
  background-color: #99cfff;
}
#contact-cards .card p {
  margin: 0;
}
#contact-cards .card img {
  width: 40px;
  margin-right: 2rem;
  margin-left: 2rem;
  margin-bottom: 5px;
}
#contact-cards .card i,
#contact-cards .card svg {
  font-size: 2em;
  margin-right: 1em;
  margin-left: 1em;
  margin-bottom: 5px;
  color: #0087FF !important;
}
#contact-cards .card svg {
  width: 5rem;
  height: 5rem;
  margin-bottom: 0;
}
.sector-title {
  display: inline-flex;
  align-items: center;
  background-color: #FFF;
  font-size: 0.8em;
  padding: 0.3rem 1.5rem;
  color: #212121;
  border-radius: 10px;
  transform: rotate(-5deg);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.sector-title svg {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}
section.your-own,
section.pricing {
  margin-top: 5rem;
}
section.your-own .your-own-preview {
  text-align: center;
  margin: 1rem auto;
  max-width: 85%;
}
section.your-own .your-own-preview img {
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.arguments {
  margin: 0 2rem;
}
.arguments h2 {
  color: #424242;
}
.arguments .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3rem;
}
.arguments .items .item {
  background-color: white;
  border-radius: 10px;
  height: fit-content;
  padding: 2rem;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.arguments .items .item svg {
  scale: 1.25;
}
.arguments .items .item h3 {
  margin: 2rem auto;
  text-align: left;
}
.arguments .items .item p {
  text-align: left;
  padding: 0;
}
@media screen and (max-width: 760px) {
  .arguments .items {
    grid-template-columns: repeat(1, 1fr);
  }
}
a.fake-button.app-pad {
  background-color: #256ad5 !important;
  color: white;
}
a.fake-button.app-code {
  background-color: #EAA000 !important;
  color: white;
}
a.fake-button.app-slide {
  background-color: #e57614 !important;
  color: white;
}
a.fake-button.app-poll {
  background-color: #2c9e98 !important;
  color: white;
}
a.fake-button.app-form {
  background-color: #2c9e98 !important;
  color: white;
}
a.fake-button.app-whiteboard {
  background-color: #8f40f5 !important;
  color: white;
}
a.fake-button.app-diagram {
  background-color: #ce3ad3 !important;
  color: white;
}
a.fake-button.app-kanban {
  background-color: #8C4 !important;
  color: #424242;
}
a.fake-button.app-sheet {
  background-color: #40865c !important;
  color: white;
}
a.fake-button.app-doc {
  background-color: #5170B5 !important;
  color: white;
}
a.fake-button.app-presentation {
  background-color: #C65D27 !important;
  color: white;
}
a.fake-button.app-document {
  background-color: #5170B5 !important;
  color: white;
}
a.fake-button.app-file {
  background-color: #CD2532 !important;
  color: white;
}
.app-title {
  text-align: center;
}
.app-title h1 {
  display: inline-flex;
  gap: 2rem;
  align-items: center;
  color: #424242;
}
.app-title .lucide-icon.app-logo {
  background-color: white;
  display: inline-block;
  padding: 1rem;
  width: 1em;
  height: 1em;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.app-title p {
  margin: 0 auto;
}
.app-title .dependency {
  background-color: white;
  border-radius: 10px;
  display: block;
  width: fit-content;
  font-size: 2em;
}
section.subscription {
  text-align: center;
}
section.subscription h2 {
  margin-bottom: 2rem;
}
section.subscription p {
  margin-bottom: 0;
}
section#video {
  margin: 0 2rem;
}
section#video iframe {
  border-radius: 10px;
}
section#video img {
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.other-apps a,
.apps a {
  display: inline-block;
  background-color: white;
  color: #424242;
  text-decoration: none;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.other-apps a {
  padding: 1rem 1.75rem 1rem 1rem;
  border-radius: 10px;
  margin: 1rem;
}
.apps {
  text-align: left;
}
.apps a {
  font-size: 1.5em;
  padding: 2rem;
  border-radius: 10px;
  margin: 2rem;
}
.apps a svg {
  scale: 1.5;
}
.app-preview-image {
  margin: 0 2rem 5rem 2rem;
}
.app-preview-image img {
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  max-width: 100%;
}
.app-pad {
  color: #256ad5;
}
.app-code {
  color: #EAA000;
}
.app-slide {
  color: #e57614;
}
.app-poll {
  color: #2c9e98;
}
.app-form {
  color: #2c9e98;
}
.app-whiteboard {
  color: #8f40f5;
}
.app-diagram {
  color: #ce3ad3;
}
.app-kanban {
  color: #8C4;
}
.app-sheet {
  color: #40865c;
}
.app-doc {
  color: #5170B5;
}
.app-presentation {
  color: #C65D27;
}
.app-document {
  color: #5170B5;
}
.app-file {
  color: #CD2532;
}
.hidden {
  display: none;
}
[role="alertdialog"],
[role="dialog"] {
  box-sizing: border-box;
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
  min-height: 100vh;
  font-size: 2rem;
}
@media screen and (min-width: 640px) {
  [role="alertdialog"],
  [role="dialog"] {
    position: absolute;
    top: 2rem;
    left: 50vw;
    /* move to the middle of the screen (assumes relative parent is the body/viewport) */
    transform: translateX(-50%);
    /* move backwards 50% of this element's width */
    min-width: calc(640px - (15px * 2));
    /* == breakpoint - left+right margin */
    min-height: auto;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  }
}
.dialogs .dialog_label {
  text-align: center;
}
.dialogs .form-element {
  margin-bottom: 1.25rem;
}
.dialogs input,
.dialogs textarea {
  box-sizing: border-box;
  margin-top: 0.5rem;
  border: 1px solid ;
  border-radius: 5px;
  padding: 1rem;
}
.dialogs input,
.dialogs textarea {
  display: block;
  width: 100%;
}
.dialog_form_actions {
  display: flex;
  justify-content: flex-end;
}
.dialog_form_actions button {
  margin-left: 2rem;
}
/* native <dialog> element uses the ::backdrop pseudo-element */
/* dialog::backdrop, */
.dialog-backdrop {
  display: none;
  position: fixed;
  z-index: 2;
  overflow-y: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 640px) {
  .dialog-backdrop {
    background: rgba(0, 0, 0, 0.3);
  }
}
.dialog-backdrop.active {
  display: block;
}
.no-scroll {
  overflow-y: auto !important;
}
/* this is added to the body when a dialog is open */
.has-dialog {
  overflow: hidden;
}
/* styling for alert-dialog example */
.notes {
  display: block;
  font-size: 1rem;
  line-height: 1.3;
  min-width: 400px;
  max-width: 100%;
  width: 33%;
}
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
#notes_save {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
#notes_save svg {
  display: block;
  width: 0.75rem;
}
#notes_save .icon {
  display: none;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#notes_save.loading .spinner {
  display: block;
  animation: rotate 2s linear infinite;
}
#notes_save.saved .check {
  display: block;
}
/* .carousel */
img.reload {
  padding: 0.25em;
  display: block-inline;
  position: relative;
  top: 6px;
  height: 0.9em;
}
.carousel {
  margin: 0 auto;
  max-width: 900px;
}
.carousel .carousel-inner {
  position: relative;
  margin: 0 2rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.carousel .carousel-items.focus {
  padding: 2px;
  border: solid 3px #0087FF;
}
.carousel .carousel-item {
  display: none;
  max-width: 900px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel .carousel-item.active {
  display: block;
}
/* Shared CSS for Pause, Previous and Next Buttons */
.carousel .controls {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  padding: 1rem;
  margin-bottom: 2rem;
}
.carousel .controls button {
  position: absolute;
  z-index: 10;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  outline: none;
}
.carousel .controls button.previous {
  right: 70px;
}
.carousel .controls button.next {
  right: 18px;
}
/* SVG Controls */
.carousel .controls .background {
  display: inline-flex;
  height: 3rem;
  width: 5rem;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.1);
}
.carousel .controls svg.lucide-pause {
  stroke-width: 1;
  fill: transparent;
  stroke: transparent;
  width: 2rem;
}
.carousel .controls svg.lucide-play {
  stroke-width: 1;
  fill: transparent;
  stroke: transparent;
  width: 2rem;
}
.carousel .controls .pause svg.lucide-pause {
  fill: #0087FF;
  stroke: #0087FF;
}
.carousel .controls .play svg.lucide-play {
  fill: #0087FF;
  stroke: #0087FF;
}
.carousel .controls svg.lucide-arrow-right,
.carousel .controls svg.lucide-arrow-left {
  stroke: #0087FF;
  stroke-width: 3;
}
.carousel .controls button:focus .background,
.carousel .controls button:hover .background {
  background-color: white;
  border-color: #0087FF;
  opacity: 1;
}
/* More accessible carousel styles, with caption and controls above/below image */
/* Shared CSS for Pause and Tab Controls */
/* More accessible caption styling */
.testimonial .testimonial-quote {
  font-family: "IBM Plex Mono";
  margin: 1rem 0;
  text-align: left;
}
.testimonial .testimonial-name {
  margin: 0;
  text-align: left;
}
.tabs {
  max-width: 1200px;
  margin: 0 auto;
}
[role="tablist"] {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
[role="tab"],
[role="tab"]:focus,
[role="tab"]:hover {
  display: inline-block;
  padding: 1.3rem 2rem;
  border: none;
  border-radius: 5px;
  background: #FFF;
  outline: none;
  font-weight: bold;
  font-size: 2.5rem;
  text-align: center;
  cursor: pointer;
  color: #424242;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}
[role="tab"]:hover {
  color: #FFF;
  background-color: #616161;
}
[role="tab"][aria-selected="true"] {
  background-color: #0087FF;
  color: #FFF;
}
[role="tab"][aria-selected="true"]:hover {
  background-color: #616161;
}
[role="tab"]:focus-visible {
  outline: 2px solid #0087FF;
  outline-offset: 2px;
}
[role="tabpanel"] {
  padding: 3rem;
  border-radius: 10px;
  width: 100%;
  overflow: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3rem;
}
[role="tabpanel"].is-hidden {
  display: none;
}
[role="tabpanel"] .use-case-image {
  flex-shrink: 0;
  width: 55%;
  max-width: 600px;
  border-radius: 10px;
  order: -1;
}
[role="tabpanel"] p {
  margin: 0;
  font-size: 2.5rem;
  line-height: 150%;
  flex: 1;
  align-items: center;
  text-align: left;
}
.use-case-fallback {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.use-case-fallback .use-case-card {
  background: #FFF;
  border-radius: 10px;
  padding: 2rem;
  max-width: 300px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.use-case-fallback .use-case-card h3 {
  color: #0087FF;
  margin-top: 0;
}
.use-case-fallback .use-case-card p {
  font-size: 2rem;
  line-height: 150%;
}
.use-case-fallback .use-case-card img {
  max-width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 1000px) {
  .tabs {
    padding: 0 1rem;
  }
  [role="tablist"] {
    flex-wrap: wrap;
  }
  [role="tab"],
  [role="tab"]:focus,
  [role="tab"]:hover {
    font-size: 2rem;
    padding: 1rem 1.5rem;
  }
  [role="tabpanel"] {
    flex-direction: column;
  }
  [role="tabpanel"] .use-case-image {
    max-width: 100%;
    order: 0;
  }
  [role="tabpanel"] p {
    font-size: 2rem;
  }
}
.form-container {
  background-color: #FFF;
  padding: 4rem;
  border-radius: 10px;
  width: 80%;
  margin: 0 auto;
  resize: none;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.form-container .form {
  border-radius: 10px;
  margin-bottom: 10rem;
  text-align: left;
}
.form-container .form-group {
  margin-bottom: 2rem;
}
.form-container .checkbox-group {
  font-size: 2.5rem;
}
.form-container .checkbox-group label {
  display: flex;
  align-items: center;
}
.form-container .checkbox-group input {
  width: 2.5rem;
  align-self: stretch;
  margin-right: 0.5rem;
  margin-left: 0;
}
.form-container .form-row {
  display: flex;
  margin-right: 0;
  justify-content: space-between;
  max-width: 99%;
}
.form-container .form-row .form-group {
  max-width: 20rem;
  align-self: flex-start;
  margin-right: 1rem;
}
.form-container .XWiki-signature {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}
.form-container .XWiki-signature a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.form-container .XWiki-signature span {
  font-size: 2.5rem;
}
.form-container .XWiki-signature img {
  max-height: 4rem;
  margin-right: 0.5rem;
}
.form-container p.disclaimer {
  font-size: 2rem;
  max-width: 100%;
}
.form-container .error-container {
  display: inline-flex;
  align-items: center;
  font-size: 2rem;
  color: #ff1100;
}
.form-container .error-container span {
  text-align: center;
}
.form-container .error-container svg {
  margin-right: 0.5rem;
  vertical-align: middle;
  width: 1em;
  height: 1em;
}
.form-container .error-container#submitButtonError {
  margin: 1rem;
}
@media screen and (max-width: 1000px) {
  .form-container .form-row {
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
  }
  .form-container .form-row .form-group {
    max-width: 100%;
    align-self: stretch;
  }
  .form-container .url-container {
    max-width: 100%;
    font-size: 1.5rem;
  }
  .form-container .char-count {
    display: none;
  }
  .form-container .url-prefix-box {
    display: none;
  }
  .form-container .url-suffix-box {
    padding-left: 0;
  }
}
.form-container section {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.form-container section p {
  text-align: left;
  margin-left: 0;
  margin-bottom: 5rem;
  padding: 0;
}
.form-container .form-row .form-group {
  min-width: 50%;
}
.form-container .form-group label {
  font-weight: bold;
  font-size: 2rem;
}
.form-container .form-group textarea {
  height: 100%;
}
.form-container .url-container {
  display: flex;
  justify-content: center;
  border: 0.2rem solid #E0E0E0;
  background-color: #EEEEEE;
  border-radius: 5px;
  padding: 0 1rem;
  margin: 0 auto;
}
.form-container .input-sizer {
  display: inline-grid;
  vertical-align: top;
  align-items: center;
  position: relative;
  padding: 0.25em 0.5em;
}
.form-container .input-sizer.stacked {
  padding: 0.5em;
  align-items: stretch;
}
.form-container .input-sizer::after,
.form-container .input-sizer input,
.form-container .input-sizer textarea {
  width: auto;
  min-width: 1em;
  grid-area: 1 / 2;
  padding: 0.25em;
  margin: 0;
  background: none;
  appearance: none;
  border: none;
}
.form-container .input-sizer::after {
  content: attr(data-value) ' ';
  visibility: hidden;
  white-space: pre-wrap;
}
.form-container .url-prefix-box,
.form-container .url-suffix-box {
  padding: 2rem 1rem;
  border-radius: 5px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 2rem;
}
.form-container .url-input {
  border: none;
  background-color: transparent;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 2rem;
  margin-right: 0.1rem;
  width: auto;
}
.form-container .btn.primary {
  margin-left: auto;
  margin-right: auto;
}
.form-container .btn.primary svg {
  margin-right: 1rem;
}
.form-container .validate-account {
  display: flex;
  border: 0.1rem solid #424242;
  text-align: left;
  padding: 1rem;
  border-radius: 1.5rem;
  font-size: 2rem;
  max-width: unset;
}
.form-container .validate-account svg.lucide {
  flex-shrink: 0;
}
.form-container .form-card {
  background-color: #FFF;
  padding: 2.5rem;
  border-radius: 10px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.form-container .status-icon {
  display: flex;
  align-items: center;
}
.form-container .status-icon svg {
  width: 2.5rem;
}
.form-container .status-icon #spinner {
  animation: spin 10s linear infinite;
}
.form-container .status-icon #checkmark {
  color: green;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1800deg);
  }
}
.form-container .textarea-container {
  position: relative;
}
.form-container .char-count {
  position: absolute;
  color: #9E9E9E;
  bottom: 1.5rem;
  right: 1.5rem;
  font-size: 1.5rem;
  pointer-events: none;
}
.form-container .form-group input,
.form-container .form-group select,
.form-container .form-group textarea {
  width: 100%;
  padding: 1.5rem;
  font-family: 'Open Sans', Verdana, Geneva, sans-serif;
  border: 0.2rem solid #E0E0E0;
  border-radius: 5px;
  box-sizing: border-box;
  margin-right: 2rem;
  margin-bottom: 0;
  resize: none;
}
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 5px;
  width: 100%;
  height: 80%;
  margin: 20px auto;
}
.row {
  display: flex;
  text-align: center;
  margin-bottom: 10rem;
  padding: 20px;
}
.row:first-child {
  flex-direction: column;
  align-items: center;
}
.row:first-child > * {
  margin: 10px;
}
.loading-bar-container {
  position: relative;
  width: 100rem;
  height: 2.5rem;
  left: 0;
  background-color: #E0E0E0;
  border-radius: 10px;
}
.loading-bar {
  position: absolute;
  width: 0;
  height: 100%;
  background-color: #0087FF;
  border-radius: 10px;
  transition: width 0.5s ease-in-out;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 30px 30px;
  animation: moveLines 10s linear infinite;
}
.progress-indicator {
  position: absolute;
  font-size: 2rem;
  color: #FFF;
  font-weight: bold;
  transition: left 0.5s ease;
}
@keyframes moveLines {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px;
  border-radius: 10px;
}
.image-container:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.image-container a {
  text-decoration: none;
  margin: 10px;
  width: 35rem;
  height: 40rem;
}
.image-holder {
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
.image-holder img {
  width: 25rem;
  height: 25rem;
}
.image-holder h4.text-center {
  color: #0087FF;
  font-size: 2.2rem;
  text-align: center;
  margin-top: 10px;
}
.image-holder p {
  font-size: 1.8rem;
}
@media (max-width: 1000px) {
  .row {
    flex-direction: column;
    align-items: center;
    margin-bottom: 5rem;
  }
  .loading-bar-container,
  .loading-bar {
    width: 100%;
  }
  .row .h2 {
    font-size: 2rem;
  }
  .container {
    height: 80%;
  }
}
.top-banner {
  font-family: 'IBM Plex Mono';
  font-size: 2rem;
  padding: 1rem;
  margin: 0 1rem 0 1rem;
  background-color: rgba(153, 207, 255, 0.4);
  border-radius: 0 0 10px 10px;
}
.top-banner a {
  color: #424242;
}
html {
  font-size: 8px;
}
/*
@media screen and (max-width: @breakpoint) {
    html {
        font-size: 8px;
    }
}
*/
body {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  background-color: #EEEEEE;
}
html,
div,
h1,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-family: 'Open Sans', Verdana, Geneva, sans-serif;
  color: #424242;
}
a:focus-visible {
  border-radius: 5px;
}
section {
  box-sizing: border-box;
  border: 1px solid transparent;
  margin-top: 5em;
}
section :is(h1, h2, h3) {
  text-align: center;
  font-family: 'IBM Plex Mono', monospace;
}
section :is(h1, h2, h3, p, ul, blockquote /*, div.contain */) {
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
}
.full {
  min-height: 100vh;
}
.half {
  min-height: 50vh;
}
.quarter {
  min-height: 25vh;
}
h1,
h2 {
  font-family: "IBM Plex Mono", Helvetica, Arial, sans-serif;
  font-weight: normal !important;
}
h1 {
  font-size: 7rem;
  color: #0087FF;
  margin: 8rem 0 3rem 0;
}
h2 {
  font-size: 3.7rem;
  color: #0087FF;
  margin: 6rem 0 5rem 0;
}
h3 {
  font-size: 2.5rem;
}
p {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 2.5rem;
  line-height: 150%;
  padding: 10px;
}
a {
  color: #006ccc;
}
a:hover {
  text-decoration: none;
}
h1 > a,
h2 > a,
h3 > a {
  text-decoration: none;
  color: #0087FF;
}
h1 > a:hover,
h2 > a:hover,
h3 > a:hover {
  text-decoration: underline;
}
button {
  border: 0;
}
.btn {
  font-size: 2.5rem;
  padding: 1.3rem;
  background-color: #FFF;
  border-radius: 5px;
  text-decoration: none;
}
.btn svg {
  width: 1.2em;
  height: 1.2em;
  margin-right: 1rem;
  vertical-align: middle;
  flex-shrink: 0;
}
.btn:hover {
  color: #FFF;
  background-color: #616161;
}
.btn[disabled] {
  color: #FFF;
  background-color: #616161;
}
.btn.primary {
  background-color: #0087FF;
  color: #FFF;
}
.btn.primary:hover {
  background-color: #616161;
}
.btn.primary[disabled] {
  background-color: #616161;
}
.btn.primary svg {
  margin-right: 2rem;
}
a.fake-button {
  font-family: "IBM Plex Mono";
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  color: #EEEEEE;
  background: #0087FF;
  padding: 1.5rem;
  border-radius: 5px;
  font-size: 3rem;
  text-decoration: none !important;
  margin: 5rem;
}
a.fake-button:hover,
a.fake-button:focus {
  background-color: rgba(0, 135, 255, 0.8);
}
a.fake-button:focus {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
a.fake-button svg {
  margin-right: 2rem;
}
#try-cryptpad a.fake-button svg {
  margin-right: 0;
  margin-left: 2rem;
}
.left-aligned {
  text-align: left;
}
.twenty {
  max-width: 20%;
}
.thirty {
  max-width: 30%;
}
.fifty {
  max-width: 50%;
}
.left {
  float: left;
  margin-right: 15px;
}
.right {
  float: right;
  margin-left: 15px;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
img {
  max-width: 100%;
}
img.contrast {
  background: #EEEEEE;
}
a {
  color: #006ccc;
}
button {
  cursor: pointer;
}
.small-logos img {
  max-width: 40% !important;
  padding: 10px;
  margin-top: 0px;
}
.small-logos a:focus-visible {
  outline: none;
}
.small-logos a:focus-visible img {
  outline: 2px solid;
  border-radius: 5px;
}
section.features {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 2rem;
  margin: 2rem 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 770px) {
  section.features {
    grid-template-rows: 1fr fit-content 1fr;
    grid-template-columns: 1fr;
  }
}
section.features div {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
section.features div a {
  text-decoration: none;
  color: #0087FF;
  border-radius: 10px;
}
section.features div a:focus {
  border: 2px solid #0087FF;
}
section.features div img {
  max-width: 100%;
}
section.features div p {
  font-size: 3rem;
  margin: 0;
  font-family: "IBM Plex Mono", monospace;
}
section.instance-wrapper {
  display: flex;
  justify-content: center;
}
section.instance,
section.role {
  margin: 25px 10px;
  padding: 15px;
  background-color: white;
  max-width: 100rem;
  flex-grow: 1;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
section.instance h2,
section.role h2 {
  margin-top: 0px;
  color: #0087FF;
}
section.instance p,
section.role p {
  text-align: left;
  padding: 0px;
}
section.instance p i,
section.role p i {
  min-width: 30px;
  padding: 0 5px 0 0;
  text-align: center;
}
section.instance p.instance-details,
section.role p.instance-details {
  color: #757575;
}
section.instance p.instance-details span,
section.role p.instance-details span {
  display: inline-flex;
  align-items: center;
}
section.instance p.instance-details svg,
section.role p.instance-details svg {
  height: 1em;
  width: 1em;
}
section.instance:hover,
section.role:hover,
section.instance:focus,
section.role:focus {
  background-color: #e5f3ff;
}
div.contain {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  justify-content: space-around;
}
div.contain div.card,
div.contain section.card {
  margin: 10px;
  box-shadow: 5px 5px #757575;
  border: 1px solid #616161;
  text-align: center;
  width: calc(50% - 30px);
  min-width: 35rem;
  border-radius: 10px;
}
div.contain div.card b,
div.contain section.card b,
div.contain div.card p,
div.contain section.card p,
div.contain div.card i,
div.contain section.card i {
  font-size: 2rem;
}
div.contain div.card.testimonial,
div.contain section.card.testimonial {
  text-align: left !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
div.contain div.card.testimonial p,
div.contain section.card.testimonial p {
  margin: 5px;
  width: 90%;
}
div.contain div.card.testimonial .text,
div.contain section.card.testimonial .text {
  flex-grow: 1;
}
div.contain div.card.testimonial .name,
div.contain section.card.testimonial .name {
  justify-self: left;
  color: grey;
}
div.contain div.card.testimonial .org,
div.contain section.card.testimonial .org {
  margin-top: -2rem;
}
div.contain div.card.testimonial .name,
div.contain section.card.testimonial .name,
div.contain div.card.testimonial .org,
div.contain section.card.testimonial .org {
  width: 80%;
}
/* XXX not sure why this was so specific
section:first-child ul {
    font-size: 2rem;
}
*/
section ul {
  font-size: 2.5rem;
}
ul.icon-list {
  list-style-type: none;
  columns: 2;
  line-height: 160%;
  padding: 0 10px;
}
ul.icon-list li {
  display: flex;
}
ul.icon-list svg {
  margin-top: 0.5rem;
  margin-right: 1rem;
  min-width: 1rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  ul.icon-list {
    columns: 1;
    width: fit-content;
  }
}
section[data-url] {
  cursor: pointer;
}
.large {
  font-size: 4.2rem;
}
.medium {
  font-size: 3rem;
}
.small {
  font-size: 2rem;
  margin-bottom: 2rem;
}
section p {
  text-align: center;
}
section p svg {
  vertical-align: middle;
  width: 2.7rem;
  margin: 0 0.5rem 0.5rem;
}
section p .flex {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
section.CTA {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 770px) {
  section.CTA {
    flex-direction: column;
  }
}
.pricing-desc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pricing-desc span.price {
  color: #0087FF;
  font-family: 'IBM Plex Mono';
  font-weight: 500;
  margin-right: 1rem;
}
span.discount {
  background: white;
  color: #0087FF;
  font-family: 'IBM Plex Mono';
  font-size: 1.5em;
  margin: 1rem;
  line-height: 230%;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.plan-cards-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 4rem 0;
  font-size: 2.3rem;
}
.plan-cards-container .plan-card,
.plan-cards-container .sub-card {
  box-sizing: border-box;
  padding: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: white;
}
.plan-cards-container .plan-card h2,
.plan-cards-container .sub-card h2 {
  margin: 2rem auto 0 auto;
}
.plan-cards-container .plan-card p,
.plan-cards-container .sub-card p {
  margin: 0;
}
.plan-cards-container .plan-card.noshow,
.plan-cards-container .sub-card.noshow {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.plan-cards-container .plan-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 23%;
  border-radius: 1.5rem;
  position: relative;
}
.plan-cards-container .plan-card.pricing {
  width: 30%;
}
.plan-cards-container .plan-card ul {
  list-style-type: none;
  padding-left: 0;
  line-height: 1.5em;
  margin: 1rem 0 0 2em;
  display: flex;
  flex-direction: column;
}
.plan-cards-container .plan-card ul li {
  display: inline-flex;
}
.plan-cards-container .plan-card ul li svg {
  width: 2em;
  text-align: center;
  margin-left: -2em;
}
.plan-cards-container .plan-card .btn {
  font-family: 'IBM Plex Mono', monospace;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  margin-top: 1rem;
}
.plan-cards-container .sub-card {
  border-radius: 1rem;
  margin-top: 2rem;
}
.plan-cards-container .sub-card p {
  padding: 0 1rem 1rem 1rem;
}
.plan-cards-container .price {
  margin: 1.5rem 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan-cards-container .price div {
  color: #0087FF;
  font-family: 'IBM Plex Mono';
  font-weight: 500;
}
.title-badge {
  display: flex;
  justify-content: center;
}
.badge {
  position: absolute;
  top: -15px;
  right: -15px;
  transform: rotate(10deg);
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.badge a {
  display: flex;
  line-height: 3rem;
  align-items: center;
  border-radius: 5px;
  color: #212121;
  padding: 0.4rem 1rem 0.4rem 0.4rem;
  background-color: #FFF;
  text-decoration: none;
}
.badge a img {
  max-height: 3.75rem;
  margin: 0 0.5rem 0 0;
}
@media screen and (max-width: 1000px) {
  .plan-cards-container {
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    margin: 2rem;
  }
  .plan-cards-container .plan-card {
    width: 100%;
    max-width: 60ch;
    margin: 2rem 0 2rem 0;
  }
  .plan-cards-container .plan-card.instance-plan {
    max-width: 40ch;
  }
  .plan-cards-container .plan-card.pricing {
    width: 100%;
  }
}
.card-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  max-width: 90rem;
}
.card {
  margin: 2rem;
  background-color: #FFF;
  border-radius: 10px;
  width: 100%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
