@charset "UTF-8";
@font-face {
  font-family: "Inter";
  src: url("../../fonts/inter/Inter-VariableFont_opsz,wght.woff2") format("woff2-variations");
  font-weight: 1 999;
}
@font-face {
  font-family: "Rethink Sans";
  src: url("../../fonts/rethink_sans/RethinkSans-VariableFont_wght.woff2") format("woff2-variations");
  font-weight: 1 999;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  line-height: 1.5;
  accent-color: #9797CE;
}

@media (min-width: 960px) {
  :root {
    /* ↓ Upscale by 25% at 960px */
    font-size: calc(1rem + 0.5vw);
  }
}
html {
  color-scheme: dark;
  font-family: "Inter", sans-serif;
}

body {
  background: url("../../img/backgrounds/bg_light.svg"), rgb(11, 11, 20);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, 0 0;
  background-size: 100%, cover;
}

h1, h2, h3, h4, h5 {
  font-size: inherit;
  font-weight: inherit;
  font-family: "Rethink Sans", sans-serif;
}

h1, h2, h3, h4, h5, figure, p, ol, ul {
  margin: 0;
  text-wrap: balance;
}

ol, ul {
  list-style: none;
  padding-inline: 0;
}

img, video, iframe {
  display: block;
  max-inline-size: 100%;
}

h1, h2, h3, h4 {
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: -0.25px;
}

/* Declare text styles */
h1, h2, h3, h4 p {
  /* Font minimum, preferred and maximum value */
  font-size: clamp(var(--min), var(--val), var(--max));
}

/* Font size variables */
h1 {
  --min: 2.25em; /* minimum value */
  --val: 5vw; /* preferred value = 5% viewport width */
  --max: 3.815rem; /* maximum value */
  line-height: 1.1;
}

h2 {
  --min: 1.5em; /* minimum value */
  --val: 4vw; /* preferred value = 4% viewport width */
  --max: 3.052rem; /* maximum value */
}

h3 {
  --min: 1.2em; /* minimum value */
  --val: 4vw; /* preferred value = 4% viewport width */
  --max: 2.441rem; /* maximum value */
}

h4 {
  --min: 1.125em; /* minimum value */
  --val: 4vw; /* preferred value = 4% viewport width */
  --max: 1.953rem; /* maximum value */
}

p {
  --min: 1em; /* minimum value */
  --val: 1em;
  --max: 1em; /* maximum value */
}

p, li, figcaption {
  line-height: 1.5;
  font-weight: 300;
  max-width: 64ch;
  text-wrap: pretty;
}

p {
  margin-bottom: 1.5rem;
}

a:link, a:visited {
  color: #9797CE;
  text-decoration: none;
}

a:hover, a:active {
  color: #9797CE;
  text-decoration: underline;
}

ol, ul {
  padding-left: 2rem;
  margin-bottom: 2.25rem;
}

ul li {
  list-style-type: disc;
  padding-left: 0.25rem;
}

ol li {
  list-style-type: decimal;
  padding-left: 0.25rem;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

small {
  font-size: 0.64rem;
  line-height: 1.6;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6, p, li, figcaption {
  padding: 0 1rem;
}
@media only screen and (min-width: 1024px) {
  h1, h2, h3, h4, h5, h6, p, li, figcaption {
    padding: 0;
  }
}

.subtitle {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 300;
}

.updated {
  position: relative;
  top: -1.25rem;
}

article h2, article h3, aside h2, aside h3 {
  margin-bottom: 0;
}

figcaption {
  font-size: 88%;
  line-height: 1.8;
}

blockquote {
  max-width: 64ch;
  margin: 1.5rem 0;
  padding: 0.5rem 1rem 1rem;
  border-left: 4px solid #9797CE;
  background-color: rgba(151, 151, 206, 0.1);
  font-style: italic;
  font-weight: 300;
}
blockquote p {
  margin-bottom: 0;
}

code {
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  font-size: 0.875rem;
  line-height: 1.5;
  background-color: rgba(151, 151, 206, 0.2);
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}

.post-nav .next-post h3 {
  padding: 1rem 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.1;
  text-wrap: pretty;
}
.post-nav .next-post h3 a:link, .post-nav .next-post h3 a:visited {
  color: #f9f9f9;
  text-decoration: none;
}
.post-nav .next-post h3 a:hover, .post-nav .next-post h3 a:focus {
  color: #9797CE;
}

.post-meta h2 {
  font-family: "Rethink Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
.post-meta p {
  font-size: 0.75rem;
}
.post-meta .tag {
  font-family: "Inter", sans-serif;
  color: #9797CE;
  font-weight: 400;
  text-transform: lowercase;
}

.service-landing-njk main header .service-category-title {
  padding: 0 1rem;
  font-family: "Rethink Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
}
.service-landing-njk main header h1 {
  margin-bottom: 0.5rem;
}
.service-landing-njk main .service-grid .service-block h3 {
  margin: 0;
  font-size: 1.125rem;
  letter-spacing: 0.5px;
}
.service-landing-njk main .service-grid .service-block h3 a {
  color: #f9f9f9;
}
.service-landing-njk main .service-grid .service-block p {
  margin-bottom: 0.5rem;
}

.service-detail-njk h1 {
  margin: 0;
  padding: 0 1rem;
  font-family: "Rethink Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
}
.service-detail-njk h2 {
  font-size: 2.25rem;
  line-height: 1.1;
}

.block-grid h2, .block-grid h3, .block-grid p {
  text-align: center;
}
.block-grid h3 {
  margin: 0;
}
.block-grid p {
  max-width: 64ch;
  margin: 0 auto;
}

.testimonials .testimonial {
  margin: 1.5rem 0;
  padding: 0.5rem 1rem 1rem;
  border-left: 1px solid #9797CE;
  background-color: rgba(151, 151, 206, 0.1);
  font-weight: 300;
  border-radius: 8px;
}
.testimonials .testimonial blockquote {
  font-style: italic;
  border: none;
  background: none;
  shape-outside: circle(50%);
}
.testimonials .testimonial p {
  text-align: left;
}
.testimonials .testimonial:nth-child(even) {
  border-right: 1px solid #9797CE;
  border-left: none;
}
.testimonials .testimonial:nth-child(even) blockquote {
  text-align: right;
}
.testimonials .testimonial:nth-child(even) p {
  text-align: right;
}

body.page-contact h2 {
  padding: 0;
  font-family: "Rethink Sans", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 1.2;
}
body.page-contact .send-email h2 {
  color: rgb(11, 11, 20);
}

#doc-footer {
  font-size: 0.5rem;
  line-height: 1.5;
  color: #dbdbdb;
  margin-top: 2rem;
}
#doc-footer p {
  padding: 0;
  margin: 0;
}
#doc-footer .copyright {
  margin-top: 1rem;
}
#doc-footer sup {
  padding-right: 0.25rem;
}
#doc-footer a:link, #doc-footer a:visited {
  color: #dbdbdb;
  text-decoration: none;
}
#doc-footer a:hover, #doc-footer a:focus {
  color: #9797CE;
  text-decoration: underline;
}

header#doc-header {
  min-height: 80px;
}
header#doc-header #logo-block {
  position: absolute;
  width: 64px;
  padding: 6px 0 8px 6px;
}
@media only screen and (min-width: 1024px) {
  header#doc-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: space-between;
  }
  header#doc-header #logo-block {
    position: static;
  }
}

.post header#doc-header, .service-detail-njk header#doc-header {
  min-height: 0;
}

main article {
  margin-top: 3rem;
}

.post #post-header h1 {
  padding-top: 80px;
  text-shadow: 0 0 4px rgba(11, 11, 20, 0.64);
}
.post #post-header h1::before {
  content: url("../../img/title-accent.svg");
  display: block;
}
.post #post-header.has-image h1 {
  margin-top: -4rem;
  padding-top: 0;
}
.post #post-header picture, .post #post-header img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 180px;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.post article {
  margin-top: 3.1rem;
}
.post article figure img, .post article figure picture {
  width: 100%;
  height: auto;
}
.post aside .post-nav .next-post {
  margin: 7rem auto 4rem;
  width: 240px;
  border-top: 1px solid #f9f9f9;
}
.post aside .post-nav .next-post img {
  width: 233px;
  height: auto;
  padding: 1rem 0 0;
}
.post aside .post-meta .post-date {
  display: none;
}

body.service-landing-njk {
  background-size: auto 34%;
  background-position: top center;
}
body.service-landing-njk.page-video {
  background-image: url("/img/backgrounds/video-services-600.jpg");
}
@media only screen and (min-width: 1024px) {
  body.service-landing-njk.page-video {
    background-image: url("/img/backgrounds/video-services.jpg");
  }
}
body.service-landing-njk.page-web {
  background-position: top left;
  background-image: url("/img/backgrounds/web-services-600.jpg");
}
@media only screen and (min-width: 1024px) {
  body.service-landing-njk.page-web {
    background-image: url("/img/backgrounds/web-services.jpg");
  }
}
body.service-landing-njk main header {
  padding: 12rem 0 2rem;
  background: linear-gradient(to bottom, rgba(11, 11, 20, 0) 64%, rgb(11, 11, 20) 90%);
}
body.service-landing-njk main .service-grid {
  display: flex;
  flex-direction: column;
  padding: 2rem 0 0;
  background: rgb(11, 11, 20);
}
body.service-landing-njk main .service-grid .service-block {
  margin: 0 0 1.5rem;
  display: flex;
  flex-direction: column;
}

body.service-detail-njk main header img {
  width: 100%;
  height: auto;
  min-height: 180px;
}
body.service-detail-njk main header h1 {
  margin-top: -4rem;
}

.block-grid {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 2rem 0 4rem;
}
.block-grid .block {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 0 2rem;
}

.testimonials .testimonial {
  margin: 0 0.5rem 3rem;
  padding: 2rem 1rem;
}
.testimonials .testimonial img {
  margin: -3rem 1rem 1rem;
  width: 64px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 1rem;
  border: 1px solid #dbdbdb;
  box-shadow: 2px 2px 8px rgba(11, 11, 20, 0.9);
}
.testimonials .testimonial blockquote {
  margin: 0;
}
.testimonials .testimonial:nth-child(even) img {
  position: relative;
  right: 0;
  left: auto;
  margin-left: auto;
  margin-right: 0;
}

body.page-contact {
  background-image: url("../../img/backgrounds/continents.svg");
  background-size: 300%;
  background-position: top center;
}
body.page-contact .send-email {
  margin: 0 1rem;
  padding: 2.25rem 1rem;
  border-radius: 0.5rem 0.5rem 0 0;
  background-color: #f9f9f9;
}

#doc-footer {
  padding: 0 1rem;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}

.page-home .home-link {
  display: none;
}

.mobile-menu {
  position: relative;
  z-index: 1000;
}

.mobile-menu__checkbox {
  display: none;
}

.mobile-menu__btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1100;
}

.mobile-menu__icon {
  width: 36px;
  height: 4px;
  background: #f9f9f9;
  border-radius: 2px;
  position: relative;
  transition: background 0.3s;
}

.mobile-menu__icon::before,
.mobile-menu__icon::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 4px;
  background: #f9f9f9;
  border-radius: 2px;
  transition: transform 0.3s, top 0.3s, bottom 0.3s;
}

.mobile-menu__icon::before {
  top: -10px;
}

.mobile-menu__icon::after {
  bottom: -10px;
}

/* Animate icon to X when checked */
.mobile-menu__checkbox:checked + .mobile-menu__btn .mobile-menu__icon {
  background: transparent;
}

.mobile-menu__checkbox:checked + .mobile-menu__btn .mobile-menu__icon::before {
  transform: rotate(45deg);
  top: 0;
  background: rgb(11, 11, 20);
}

.mobile-menu__checkbox:checked + .mobile-menu__btn .mobile-menu__icon::after {
  transform: rotate(-45deg);
  bottom: 0;
  background: rgb(11, 11, 20);
}

/* Menu container */
.mobile-menu__container {
  position: absolute;
  height: 100vh;
  top: 0;
  left: -100%;
  right: 0;
  background: url("../../img/menu-logo.svg"), linear-gradient(to bottom, rgb(249, 249, 249) 0%, rgb(219, 219, 219) 100%);
  background-repeat: no-repeat;
  background-position: 6px 6px, 0 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateX(-80%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0s, opacity 0.33s;
}

/* Show menu when checked */
.mobile-menu__checkbox:checked ~ .mobile-menu__container {
  transform: translateX(0);
  left: 0;
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu__list {
  list-style: none;
  margin: 12vh 0 0 8vw;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0rem;
}

.mobile-menu__item {
  list-style-type: none;
}

.mobile-menu__link {
  display: block;
  padding: 0;
  color: rgb(11, 11, 20);
  font-family: "Rethink Sans", sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-transform: lowercase;
  font-size: 16vw;
  transition: background 0.33s, color 0.33s;
}
.mobile-menu__link:link, .mobile-menu__link:visited {
  color: rgb(11, 11, 20);
}

.mobile-menu__link:hover,
.mobile-menu__link:focus,
.mobile-menu__link:active {
  color: #9797CE;
  text-decoration: none;
}

@media only screen and (min-width: 1024px) {
  .mobile-menu__btn,
  .mobile-menu__checkbox {
    display: none;
  }
  .mobile-menu__container {
    position: static;
    height: auto;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    background: none;
    box-shadow: none;
  }
  .mobile-menu__list {
    margin: 0.5rem 0 0 0;
    flex-direction: row;
    justify-content: flex-end;
    gap: 1rem;
    padding: 0;
  }
  .mobile-menu__item {
    padding: 0 1rem;
  }
  .mobile-menu__link {
    padding: 0.25rem 0rem;
    font-size: 1rem;
    background: none;
    color: #dbdbdb;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 2;
  }
  .mobile-menu__link.active {
    border-bottom: 1px solid #dbdbdb;
  }
}
.post-tags ul {
  margin: 0;
  padding: 0 1rem;
}
.post-tags ul li {
  display: inline-block;
  list-style-type: none;
  padding: 0;
}
.post-tags ul li::after {
  content: ", ";
  color: #9797CE;
}
.post-tags ul li:last-child::after {
  content: "";
}

.page-home #footer-nav, .page-contact #footer-nav {
  display: none;
}

#footer-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#footer-nav ul {
  margin: 0;
  padding: 0;
}
#footer-nav ul li {
  display: inline-block;
  list-style-type: none;
  padding: 0;
}
#footer-nav ul li:first-child:after {
  content: " / ";
}
#footer-nav .back-to-top, #footer-nav .back-button {
  font-weight: 600;
  display: block;
  padding: 1.5rem 0.5rem 0;
  position: relative;
}
#footer-nav .back-to-top::before, #footer-nav .back-button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 24px;
  top: 0;
  left: 0;
  background: url("../../img/up-arrow.svg") no-repeat 0;
  background-position: center center;
}
#footer-nav .back-to-top:hover, #footer-nav .back-to-top:active, #footer-nav .back-button:hover, #footer-nav .back-button:active {
  text-decoration: none;
  color: #f9f9f9;
}
#footer-nav .back-button::before {
  width: 50%;
  top: 0;
  left: 0.5rem;
  transform: rotate(-90deg);
}

figure {
  margin-bottom: 2.2rem;
}

figcaption {
  margin: 1rem 1rem 0;
  padding: 0.75rem 0 0;
  border-top: 1px solid #f9f9f9;
}

a.btn,
p > a.btn,
div > a.btn {
  text-align: center;
}

p:has(> a.btn),
div:has(> a.btn) {
  text-align: center;
}

a.btn, button.btn {
  display: inline-block;
  margin: 0 auto;
  padding: 0.5em 1.5em;
  font-size: 1rem;
  font-family: "Rethink Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  border: none;
  border-radius: 0.25rem;
  background-color: #9797CE;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
a.btn:hover, a.btn:focus, button.btn:hover, button.btn:focus {
  background-color: rgb(32.6666666667, 32.6666666667, 69.3333333333);
  text-decoration: none;
  outline: none;
}
a.btn:active, button.btn:active {
  background-color: rgb(32.6666666667, 32.6666666667, 69.3333333333);
}
a.btn.disabled, a.btn:disabled, a.btn[aria-disabled=true], button.btn.disabled, button.btn:disabled, button.btn[aria-disabled=true] {
  background-color: rgb(91.5, 91.5, 91.5);
  color: #dbdbdb;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
}

.btn.ghost {
  background: transparent;
  color: #9797CE;
  border: 2px solid #9797CE;
}
.btn.ghost:hover, .btn.ghost:focus {
  background: #9797CE;
  color: #fff;
}
.btn.ghost:active {
  background: rgb(32.6666666667, 32.6666666667, 69.3333333333);
  color: #fff;
}

.btn.cta {
  background-color: #9797CE;
  color: #fff;
  box-shadow: 0 2px 8px rgba(151, 151, 206, 0.15);
}
.btn.cta:hover, .btn.cta:focus {
  background-color: rgb(32.6666666667, 32.6666666667, 69.3333333333);
  box-shadow: 0 4px 16px rgba(151, 151, 206, 0.2);
}
.btn.cta:active {
  background-color: rgb(32.6666666667, 32.6666666667, 69.3333333333);
}

button.btn.btn-submit {
  margin: 4.25rem 0;
  background-color: rgb(11, 11, 20);
}

input, select, textarea {
  field-sizing: content;
  color: rgb(11, 11, 20);
  font-family: monospace;
  line-height: 1.5;
}
input:focus-visible, select:focus-visible, textarea:focus-visible {
  border: none;
  outline: 1px solid #dbdbdb;
}

input, textarea {
  width: 100%;
  background-color: #f9f9f9;
  caret-color: #9797CE;
  border: none;
  border-bottom: 1px solid #dbdbdb;
  border-radius: 0;
}

input:is(:-webkit-autofill, :autofill) {
  color: rgb(11, 11, 20);
  background-color: #9797CE;
}

form {
  clear: both;
}
form div {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin: 4.25rem 0;
}

label {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  color: rgb(11, 11, 20);
}

input {
  font-size: 1rem;
  margin: 0.5rem 0;
}

textarea {
  width: 80%;
  min-height: 1rem;
}

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