.article {
  padding-top: 0;
}

.article__container {
  max-width: 800px;
  padding: var(--mm-spacing);
}
.article__container a[href^="http://"]:after,
.article__container a[href^="https://"]:after {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23005f83' stroke-width='0' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z'%3E%3C/path%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1em;
  padding-left: 5px;
  width: 1em;
}

@media only screen and (min-width: 768px) {
  .article {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
    max-width: var(--mm-max-width);
  }
  .article__container {
    justify-self: center;
  }
}
@media only screen and (min-width: 1200px) {
  .article {
    display: grid;
    height: 100%;
    padding: var(--mm-spacing) 0;
  }
  .article__container {
    padding: 0 var(--mm-spacing) 0;
  }
}
@media only screen and (min-width: 1400px) {
  .article {
    justify-items: start;
  }
}
/***** Mixins *****/
body {
  background: var(--mm-color-background);
  display: grid;
  font-family: var(--mm-font-stack-default);
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  margin: 0;
  min-height: 100vh;
  padding: 0;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex-grow: 1;
}

h1 {
  color: #00374c;
  font-family: var(--mm-font-stack-display);
  font-weight: 500;
  line-height: 1.2em;
  margin: calc(var(--mm-spacing) * 2) 0 calc(var(--mm-spacing) / 4);
  position: relative;
  scroll-margin-top: calc(var(--page-header-height) + var(--mm-spacing));
  font-size: 28px;
  font-weight: 700;
  margin: var(--mm-spacing) 0 0;
  padding-top: var(--mm-spacing);
}

h2 {
  color: #00374c;
  font-family: var(--mm-font-stack-display);
  font-weight: 500;
  line-height: 1.2em;
  margin: calc(var(--mm-spacing) * 2) 0 calc(var(--mm-spacing) / 4);
  position: relative;
  scroll-margin-top: calc(var(--page-header-height) + var(--mm-spacing));
  font-size: 24px;
  font-weight: 700;
}

h3 {
  color: #00374c;
  font-family: var(--mm-font-stack-display);
  font-weight: 500;
  line-height: 1.2em;
  margin: calc(var(--mm-spacing) * 2) 0 calc(var(--mm-spacing) / 4);
  position: relative;
  scroll-margin-top: calc(var(--page-header-height) + var(--mm-spacing));
  font-size: 20px;
}

h4 {
  color: #00374c;
  font-family: var(--mm-font-stack-display);
  font-weight: 500;
  line-height: 1.2em;
  margin: calc(var(--mm-spacing) * 2) 0 calc(var(--mm-spacing) / 4);
  position: relative;
  scroll-margin-top: calc(var(--page-header-height) + var(--mm-spacing));
  font-size: 18px;
}

h5 {
  color: #00374c;
  font-family: var(--mm-font-stack-display);
  font-weight: 500;
  line-height: 1.2em;
  margin: calc(var(--mm-spacing) * 2) 0 calc(var(--mm-spacing) / 4);
  position: relative;
  scroll-margin-top: calc(var(--page-header-height) + var(--mm-spacing));
  font-size: 16px;
}

h6 {
  color: #00374c;
  font-family: var(--mm-font-stack-display);
  font-weight: 500;
  line-height: 1.2em;
  margin: calc(var(--mm-spacing) * 2) 0 calc(var(--mm-spacing) / 4);
  position: relative;
  scroll-margin-top: calc(var(--page-header-height) + var(--mm-spacing));
  font-size: 16px;
  text-transform: uppercase;
}
h6 a {
  color: rgba(57, 61, 100, 0.5) !important;
}

p {
  color: var(--mm-color-primary-text);
  font-size: 16px;
  line-height: 26px;
  margin: calc(var(--mm-spacing) / 2) 0;
}

a {
  color: var(--mm-color-display-text);
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}

input,
textarea {
  color: #000;
  font-size: 100%;
}

hr {
  border: 0;
  border-top: 1px dashed var(--mm-color-border);
  height: 0;
  margin: var(--mm-spacing) auto;
  padding: 0 !important;
  width: 200px;
}

ul {
  list-style-type: disc;
  margin: var(--mm-spacing) 0 var(--mm-spacing) calc(var(--mm-spacing) / 2);
  padding-left: calc(var(--mm-spacing) / 2);
}

ul ul {
  margin: calc(var(--mm-spacing) / 4) 0;
}

ol {
  list-style-type: decimal;
  margin: calc(var(--mm-spacing) / 2) var(--mm-spacing);
  padding-left: calc(var(--mm-spacing) / 2);
}

ol ol {
  margin: calc(var(--mm-spacing) / 4) 0;
}

li {
  color: var(--mm-color-primary-text);
  font-size: 16px;
  line-height: 26px;
  margin-bottom: calc(var(--mm-spacing) / 3);
}

li::marker {
  color: #ccc;
}

blockquote {
  color: var(--mm-color-primary-text);
  padding: var(--mm-spacing);
  position: relative;
  z-index: 3;
}
blockquote p {
  font-family: var(--mm-font-stack-display);
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5em;
  text-align: center;
}
blockquote > p:first-of-type {
  margin-top: 0;
}
blockquote > p:last-of-type {
  margin-bottom: 0;
}
blockquote blockquote:last-of-type {
  margin-bottom: 0;
}

code {
  background: #fff;
  border: 1px solid var(--mm-color-border);
  border-radius: 4px;
  color: var(--mm-color-display-text);
  font-family: var(--mm-font-stack-monospace);
  font-size: 14px;
  font-weight: 700;
  padding: 2px 6px;
  transition: background-color 0.2s ease-out;
}

a > code {
  padding-bottom: 0;
}

code:hover {
  background: #f5f5f5;
}

img {
  display: block;
  margin: calc(var(--mm-spacing) * 2) auto;
  width: 80%;
}

table {
  font-size: 1rem;
  line-height: 1rem;
  overflow-x: auto;
  width: 100%;
}

td {
  border-top: 1px solid #eee;
  color: var(--mm-color-primary-text);
  font-size: 12px !important;
  line-height: 18px !important;
  padding: 16px;
}

td * {
  font-size: 12px;
  line-height: 2em;
  margin: calc(var(--mm-spacing) / 4) 0;
  max-width: initial !important;
  min-width: initial !important;
  width: auto !important;
}

td > *:first-child {
  margin-top: 0;
}

td > *:last-child {
  margin-bottom: 0;
}

td [class^=Code-module] {
  white-space: nowrap;
}

th {
  border-bottom: 1px solid var(--mm-color-border);
  color: var(--mm-color-display-text);
  font-family: var(--mm-font-stack-display);
  font-size: 14px;
  font-weight: 700;
  padding: 16px;
  position: sticky;
  text-align: left;
  white-space: nowrap;
}

thead {
  border-bottom: 1px solid var(--mm-color-border);
}

thead tr th {
  background: rgba(255, 255, 255, 0.7);
}

tbody tr:nth-of-type(even) td {
  background: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 42px;
  }
}
/***** Mixins *****/
.blog-post__container-featured {
  display: grid;
  gap: var(--mm-spacing);
  grid-gap: var(--mm-spacing);
  grid-template-areas: "graphic" "content";
  padding: calc(var(--mm-spacing) / 2);
}

.blog-post__featured-image {
  align-content: center;
  border-radius: var(--mm-border-radius);
  display: grid;
  grid-area: graphic;
  height: 100%;
  justify-items: center;
  overflow: hidden;
  width: 100%;
}
.blog-post__featured-image img {
  margin: 0;
  width: 100%;
}

.blog-posts__wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}

.blog-posts {
  display: grid;
  gap: var(--mm-spacing);
  justify-content: center;
  max-width: var(--mm-max-width);
  padding: calc(var(--mm-spacing) / 2);
  width: 100%;
}
.blog-posts .blog-post__heading {
  margin: 0;
  padding: 0;
}

.blog-post__container {
  display: grid;
  margin: auto;
  max-width: 650px;
  padding: calc(var(--mm-spacing) / 2);
}

.blog-post__date::before {
  content: " • ";
}

.blog-post__excerpt {
  grid-area: excerpt;
}

.blog-post__readmore {
  grid-area: readmore;
}
.blog-post__readmore a {
  font-size: 14px;
  font-weight: bold;
}
.blog-post__readmore a:hover {
  text-decoration: underline;
}

.blog-post__categories {
  display: flex;
  flex-wrap: wrap;
  font-family: var(--mm-font-stack-display);
  font-size: 14px;
  font-weight: 500;
  grid-area: category;
  margin-bottom: 10px;
}

.blog-post__category ~ .blog-post__category::before {
  content: " • ";
}

.blog-post__category:not(:last-child) {
  padding-right: 4px;
}

.blog-post__heading {
  margin-top: 0;
  padding: 0 0 var(--mm-spacing);
}

.blog-post__title {
  border: 0;
  font-family: var(--mm-font-stack-display);
  font-size: 20px;
  font-weight: 700;
  grid-area: title;
  height: auto;
  line-height: 1.5em;
  text-decoration: none;
}
.blog-post__title:hover {
  text-decoration: underline;
}

.blog-post__published {
  color: var(--mm-color-primary-text);
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 600;
  gap: 4px;
  grid-area: published;
  grid-template-columns: max-content;
  line-height: 1.5em;
  margin-top: 10px;
}

.blog-post__authors {
  display: flex;
  flex-wrap: wrap;
}
.blog-post__authors .blog-post__author ~ .blog-post__author::before {
  content: ", ";
}

.blog-post__content a {
  align-items: center;
  border-bottom: 2px dotted var(--mm-color-display-text);
  color: var(--mm-color-display-text);
  font-weight: 500;
  height: 20px;
  padding-bottom: 2px;
  text-decoration: none;
}
.blog-post__content a:hover {
  border-bottom-style: solid;
}

.blog-post__category {
  border-bottom: 0;
  color: var(--mm-color-primary-text);
  font-weight: 600;
}
.blog-post__category:hover {
  border-bottom: 0 !important;
  color: var(--mm-color-display-text);
  text-decoration: none;
}

.blog-post__tags a {
  background-color: var(--mm-color-sidebar);
  border-radius: var(--mm-border-radius);
  color: var(--mm-color-display-text);
  font-size: 12px;
  margin: 20px 5px 5px 0;
  padding: 3px 5px;
  text-decoration: none;
  transition: all 0.2s;
  white-space: nowrap;
  width: max-content;
}
.blog-post__tags a:hover {
  background-color: var(--mm-color-display-text);
  color: var(--mm-color-sidebar);
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .blog-post__container-featured {
    grid-template-areas: "content graphic";
    grid-template-columns: 1fr 40%;
    padding: var(--mm-spacing);
  }
  .blog-posts {
    padding: var(--mm-spacing);
  }
}
/***** Mixins *****/
/***** Header *****/
.header-system-status {
  background-color: #2e3a47;
  display: none;
}

.show-header-system-status {
  display: block !important;
  padding: 10px;
}

.header-system-status-content {
  align-items: center;
  color: #c0d2e4;
  display: grid;
  font-size: 14px;
  gap: 10px;
  grid-auto-flow: column;
  grid-gap: 10px;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.header-system-status-content a {
  color: #fff;
}

.header {
  background: var(--mm-color-background);
  box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.06);
  height: calc(var(--page-header-height) - 10px);
  padding-top: 10px;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 10;
}
.header::before, .header::after {
  display: block;
  height: 10px !important;
  overflow: hidden;
}
.header::before {
  background-color: #00a7e5;
  background-image: url("/images/bg-pattern.svg");
  background-position: center center;
  background-size: 80px 140px;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  width: 100%;
  will-change: transform;
}
.header::after {
  background: rgb(0, 119, 194);
  background: linear-gradient(90deg, rgba(0, 119, 194, 0.5) 0%, var(--page-type-color));
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.nav {
  display: grid;
  grid-template-areas: "logo search";
  grid-template-columns: max-content 1fr;
  grid-template-rows: auto;
  height: calc(var(--page-header-height) - 10px);
  margin: 0 auto;
  max-width: 800px;
  padding: 0 var(--mm-spacing);
}

.nav > * {
  align-self: center;
}

.logo {
  display: grid;
  grid-area: logo;
  grid-template-areas: "svg site-name";
  grid-template-columns: auto;
  padding: calc(var(--mm-spacing) / 4);
  transform: translateX(calc(var(--mm-spacing) / -4));
}
.logo:hover, .logo:active, .logo:focus {
  text-decoration: none;
}

.logo svg {
  align-self: center;
  grid-area: svg;
  grid-column: 1;
  grid-row: 1;
  justify-content: center;
  max-width: 125px;
  width: 100%;
}

.logo span {
  align-self: center;
  color: var(--mm-color-primary-text);
  font-family: var(--mm-font-stack-display);
  font-size: 10px;
  font-style: italic;
  font-weight: 600;
  grid-area: site-name;
  letter-spacing: 1px;
  line-height: 1;
  overflow: hidden;
  padding-left: 9px;
  position: relative;
  text-transform: uppercase;
}

.logo span::before {
  background: #ccc;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: rotate(20deg) translateY(-50%);
  width: 1px;
}

@media only screen and (min-width: 320px) {
  .logo {
    gap: 8px;
    grid-gap: 8px;
  }
}
@media only screen and (min-width: 576px) {
  .logo {
    gap: 10px;
    grid-gap: 10px;
    grid-template-columns: auto;
  }
  .logo span {
    padding-left: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .header {
    z-index: 30;
  }
  .logo svg {
    max-width: 172px;
  }
  .logo span {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .nav {
    margin: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .nav {
    padding: 0 var(--mm-spacing) 0;
  }
}
/***** Mixins *****/
/***** Footer *****/
.footer__container {
  grid-template-areas: "a b" "c d" "branding branding" "copyright copyright";
}

.footer__branding {
  display: flex;
  justify-content: space-between;
}

.footer__logo {
  display: inline-block;
  margin-right: 10px;
  width: 180px;
}

.footer__copyright {
  grid-area: copyright;
  text-align: center;
}

.footer__terms {
  margin-top: calc(var(--mm-spacing) / 2);
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .footer__container {
    grid-template-areas: "a b c d" "branding branding copyright copyright";
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: max-content;
  }
  .footer__branding {
    display: flex;
    grid-column: span 2;
    justify-content: left;
    order: 1;
    padding-bottom: var(--mm-spacing);
  }
  .footer__logo {
    width: 200px;
  }
  .footer__copyright {
    grid-column: 3/span 2;
    text-align: right;
  }
  .footer__terms {
    margin-top: calc(var(--mm-spacing) / 2);
    text-align: right;
  }
}
@media only screen and (min-width: 1200px) {
  .footer__container {
    grid-template-areas: "branding a b c d" "branding copyright copyright copyright copyright";
    grid-template-columns: var(--mm-layout-sidebar-width) 1fr 1fr 1fr 1fr;
  }
  .footer__branding {
    align-content: flex-start;
    border-top: 0;
    display: grid;
    grid-template-areas: "logo" "social";
    justify-content: center;
    order: 0;
  }
  .footer__logo {
    display: block;
    grid-area: logo;
    margin: 0 0 calc(var(--mm-spacing) / 4);
    width: 200px;
  }
  .footer__social {
    grid-area: social;
    justify-content: center;
  }
  .footer__socialIcon:first-of-type {
    margin-left: 0;
  }
  .footer__copyright {
    display: grid;
    font-weight: 400;
    grid-area: copyright;
    grid-column-gap: var(--mm-spacing);
    grid-template-areas: "p terms";
    grid-template-columns: "3fr 1fr";
    text-align: left;
  }
  .footer__copyright p {
    grid-area: p;
    margin-top: 0;
  }
  .footer__terms {
    grid-area: terms;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1660px) {
  .footer__container {
    max-width: 1660px;
  }
}
.footer {
  position: relative;
  background-color: #2e3a47;
  color: var(--mm-color-background);
  font-size: 14px;
  z-index: 10;
}
.footer::before {
  background-color: #00a7e5;
  background-image: url("/images/bg-pattern.svg");
  background-position: center center;
  background-size: 80px 140px;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  width: 100%;
  will-change: transform;
}
.footer::after {
  background: rgb(0, 119, 194);
  background: linear-gradient(90deg, rgba(0, 119, 194, 0.5) 0%, var(--page-type-color));
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.footer::after {
  background: rgba(25, 19, 6, 0.7);
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.footer__container {
  column-gap: 0;
  display: grid;
  grid-column-gap: 0;
  grid-row-gap: 0;
  position: relative;
  row-gap: 0;
  z-index: 2;
}

.footer__branding {
  align-items: flex-end;
  flex: 1 0 0;
  grid-area: branding;
  padding: var(--mm-spacing) var(--mm-spacing);
}

.footer__social {
  display: grid;
  grid-template-areas: "a b c";
  height: 30px;
  margin-bottom: 14px;
}

.footer__socialIcon {
  color: var(--mm-color-background);
  display: inline-block;
  font-size: 30px;
  height: 30px;
  margin-left: calc(var(--mm-spacing) / 4);
}

.footer__group {
  padding: var(--mm-spacing);
  padding-bottom: 0;
}

.footer__link {
  color: var(--mm-color-background);
  display: block;
  font-family: var(--mm-font-stack-default);
  font-weight: 400;
  margin-bottom: 10px;
  text-decoration: none;
}
.footer__link:hover {
  text-decoration: underline;
}

.footer__group__products {
  grid-area: a;
}

.footer__group__support {
  grid-area: b;
}

.footer__group__developers {
  grid-area: c;
}

.footer__group__company {
  grid-area: d;
}

.footer__heading {
  color: #c0d2e4;
  font-family: var(--mm-font-stack-display);
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 calc(var(--mm-spacing) / 2) 0;
  margin-bottom: calc(var(--mm-spacing) / 2);
}

.footer__copyright {
  font-size: 12px;
  grid-area: copyright;
  padding: var(--mm-spacing) var(--mm-spacing) calc(var(--mm-spacing) * 2.5);
}

.footer__copyright p {
  grid-area: p;
  margin: 0;
}

.footer__terms {
  grid-area: terms;
  grid-column-gap: var(--mm-spacing);
}

.footer__ccpa,
.footer__status {
  position: relative;
}

.footer__status-icon {
  left: -10px;
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
}

.status-icon {
  display: none;
}

.show-status-icon {
  display: block !important;
}

.footer__ccpa-icon {
  left: -10px;
  position: absolute;
  top: 57%;
  transform: translate(-100%, -50%);
}
.footer__ccpa-icon svg {
  height: 14px;
}

.footer__termsLink {
  color: var(--mm-color-background);
  text-decoration: none;
}
.footer__termsLink:first-child::after {
  color: rgba(255, 255, 255, 0.2);
  content: "|";
  padding: 0 10px;
}

.fourOhFour {
  align-items: center;
  color: var(--mm-color-primary-text);
  display: grid;
  font-family: var(--mm-font-stack-monospace);
  font-size: 100px;
  font-weight: 700;
  grid-auto-flow: column;
  justify-content: center;
  padding: var(--mm-spacing);
  white-space: nowrap;
}

.fourOhFour-message {
  margin: 0;
  padding: 0 var(--mm-spacing) var(--mm-spacing);
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .fourOhFour {
    font-size: 200px;
    padding: calc(var(--mm-spacing) * 2);
  }
  .fourOhFour-message {
    padding: 0 calc(var(--mm-spacing) * 2) calc(var(--mm-spacing) * 2);
  }
}
.featured__wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}

.featured {
  background: var(--mm-color-background);
  border-radius: var(--mm-border-radius);
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  max-width: 800px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 5;
}

.content {
  display: grid;
  grid-area: content;
  grid-template-areas: "category" "title" "published" "excerpt" "readmore";
  width: 100%;
}

.authors__by {
  padding-right: 4px;
}

.posts__header {
  border-bottom: 1px dashed var(--mm-color-border);
  margin: 0 !important;
  max-width: 650px;
  padding: 0 0 var(--mm-spacing) 0;
}

.loading,
.dot__container {
  height: 100px;
  position: relative;
  width: 100px;
}

.loading {
  animation: anirotate 10s linear infinite;
  margin: 100px auto;
  transform-origin: center;
}

.dot {
  background: var(--mm-color-logo-blue-light);
  border-radius: 5px;
  height: 10px;
  position: absolute;
  transform: translate(0, 0);
  width: 10px;
}
.dot:nth-child(1) {
  animation: ani1 2s infinite;
  left: calc(50% - 5px);
  top: 0;
}
.dot:nth-child(2) {
  animation: ani2 2s infinite;
  bottom: calc(28% - 5px);
  left: calc(11% - 5px);
}
.dot:nth-child(3) {
  animation: ani3 2s infinite;
  bottom: calc(28% - 5px);
  right: calc(11% - 5px);
}

.dot__container {
  border: 0 solid var(--mm-color-logo-blue-light);
  border-radius: 50px;
  position: absolute;
}
.dot__container:nth-child(2) {
  transform: rotate(40deg);
}
.dot__container:nth-child(2) .dot {
  animation-delay: -0.5s;
}
.dot__container:nth-child(3) {
  transform: rotate(80deg);
}
.dot__container:nth-child(3) .dot {
  animation-delay: -1s;
}

@keyframes anirotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-359deg);
  }
}
@keyframes ani1 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-40px, 67px);
  }
}
@keyframes ani2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(77px, 0);
  }
}
@keyframes ani3 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-39px, -67px);
  }
}
/***** Mixins *****/
/***** Pagination *****/
.pagination__arrow {
  display: grid;
  grid-area: arrow;
}

.pagination__footer {
  display: grid;
  gap: var(--mm-spacing);
  grid-template-areas: "newer older";
  margin: auto;
  max-width: 800px;
  padding: 0 0 calc(var(--mm-spacing) * 2);
  place-content: end space-between;
  width: 100%;
}
.pagination__footer a:hover {
  text-decoration: none;
}

.pagination__newer {
  grid-area: newer;
  grid-template-areas: "arrow direction";
  grid-template-columns: min-content 1fr;
  justify-self: left;
  padding-left: var(--mm-spacing);
  right: 0;
  text-align: left;
}
.pagination__newer:hover {
  right: calc(var(--mm-spacing) / 2);
}

.pagination__older {
  grid-area: older;
  grid-template-areas: "direction arrow";
  grid-template-columns: 1fr min-content;
  justify-self: right;
  left: 0;
  padding-right: var(--mm-spacing);
  text-align: right;
}
.pagination__older:hover {
  left: calc(var(--mm-spacing) / 2);
}

.pagination__newer,
.pagination__older {
  align-items: center;
  background: 0.1s ease-in-out;
  border-radius: var(--mm-border-radius);
  color: var(--mm-color-display-text);
  column-gap: calc(var(--mm-spacing) / 2);
  display: grid;
  font-size: 18px;
  font-weight: 500;
  grid-template-columns: auto;
  padding: calc(var(--mm-spacing) / 4) calc(var(--mm-spacing) / 2);
  position: relative;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.pagination__newer:hover,
.pagination__older:hover {
  background: var(--mm-color-sidebar);
  cursor: pointer;
}

.pagination__post .pagination__footer {
  grid-template-areas: "newer" "older";
  grid-template-columns: 1fr;
  max-width: var(--mm-max-width);
  padding: 0 0 var(--mm-spacing) 0;
}
.pagination__post .pagination__newer,
.pagination__post .pagination__older {
  width: 85%;
}

.pagination__direction {
  grid-area: direction;
}

@media only screen and (min-width: 768px) {
  .pagination__post .pagination__footer {
    grid-template-areas: "newer older";
    grid-template-columns: 1fr 1fr;
  }
}
.highlight {
  color: #d5ddeb;
  display: inline-block;
  font-size: 14px;
  position: relative;
  width: 100%;
}
.highlight code {
  background: transparent;
  border: 0;
  color: #b3bac6;
  font-family: var(--mm-font-stack-monospace);
  font-size: 14px;
  line-height: 1.5em;
  text-align: left;
  white-space: pre;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}
.highlight pre {
  background-color: var(--mm-color-background-code) !important;
  border-radius: var(--mm-border-radius);
  overflow: auto;
  padding-left: calc(var(--mm-spacing) / 2);
}
.highlight ::-webkit-scrollbar {
  height: var(--mm-border-radius);
  width: var(--mm-border-radius);
}
.highlight ::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: var(--mm-border-radius);
}
.highlight ::-webkit-scrollbar-corner {
  background: transparent;
}

/***** Mixins *****/
.searchbar {
  display: none;
  position: relative;
}

.mag svg {
  color: var(--mm-color-primary-text);
  left: calc(var(--mm-spacing) / 2);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.searchbar__open {
  display: inline-block;
  left: calc(50% - 20px);
  margin: 0 calc(var(--mm-spacing) / 2);
  max-width: calc(var(--mm-max-width) - 80px);
  position: absolute;
  top: calc(50% + 5px);
  transform: translate(-50%, -50%);
  width: calc(100% - 2 * var(--mm-spacing));
  z-index: 100;
}

.search {
  position: relative;
}

.search__button {
  background: var(--mm-color-background);
  border: 1px solid var(--mm-color-border);
  border-radius: var(--mm-border-radius);
  box-sizing: border-box;
  color: var(--mm-color-primary-text);
  cursor: pointer;
  font-size: 12px;
  height: 30px;
  min-width: 30px;
  padding: 0;
  width: 30px;
  float: right;
}
.search__button:hover {
  background-color: var(--mm-color-sidebar);
}
@media only screen and (min-width: 420px) {
  .search__button {
    font-size: 16px;
    height: 50px;
    min-width: 50px;
    width: 50px;
  }
}

.input {
  appearance: none !important;
  border: 1px solid var(--mm-color-border);
  border-radius: var(--mm-border-radius);
  color: var(--mm-color-primary-text);
  padding: 12px 10px 12px calc(var(--mm-spacing) + 15px);
  width: 100%;
}
.input::placeholder {
  opacity: 0.5;
}
.input:focus {
  box-shadow: 0 0 0 2px var(--mm-color-logo-blue-light);
  outline: none;
}

.hidden {
  display: none;
}

/* stylelint-disable no-descending-specificity */
@media only screen and (max-width: 992px) {
  .search-results__heading {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .search-results__heading {
    font-size: 30px;
  }
}
.search-results {
  margin: auto;
  max-width: 800px;
  padding: 0 var(--mm-spacing) 0;
}

.search-results__header {
  margin-bottom: calc(var(--mm-spacing) / 2);
}
.search-results__header .search-results__heading {
  color: #00374c;
  font-family: var(--mm-font-stack-display);
  font-weight: 700;
  line-height: 1.2em;
  margin: 0;
  padding-top: var(--mm-spacing);
  position: relative;
  scroll-margin-top: calc(var(--page-header-height) + var(--mm-spacing));
}
.search-results__header .search-results__count {
  font-size: 14px;
}
.search-results__header a {
  border-bottom: 2px dotted var(--mm-color-display-text);
  color: var(--mm-color-display-text);
}
.search-results__header a:hover {
  border-bottom-style: solid;
  text-decoration: none;
}

.search__result-list-item {
  margin-bottom: calc(var(--mm-spacing) / 1.5);
}

.search__result-title {
  color: var(--mm-color-display-text);
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 3px;
  text-decoration: none;
}
.search__result-title:hover {
  cursor: pointer;
  text-decoration: underline;
}

.search__result-url {
  display: block;
  font-size: 12px;
  margin-bottom: 3px;
}

.search__result-description {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.search__result-heading {
  border-top: 1px dashed var(--mm-color-border);
  color: #00374c;
  font-family: var(--mm-font-stack-display);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
  margin: var(--mm-spacing) 0 calc(var(--mm-spacing) / 2) 0;
  padding-top: var(--mm-spacing);
}

.search__pagination {
  padding-bottom: calc(var(--mm-spacing) * 2);
}
.search__pagination .search__next,
.search__pagination .search__previous {
  border-bottom: 2px dotted var(--mm-color-display-text);
  color: var(--mm-color-display-text);
  font-size: 18px;
  text-decoration: none;
}
.search__pagination .search__next:hover,
.search__pagination .search__previous:hover {
  border-bottom: 2px solid var(--mm-color-display-text) !important;
}
.search__pagination .search__next {
  display: none;
  float: right;
}
.search__pagination .search__previous {
  display: none;
  float: left;
}

:root {
  --mm-color-active-blue: #2b7ec6;
  --mm-color-background: #fff;
  --mm-color-background-code: #274958;
  --mm-color-sidebar: #f5f6f7;
  --mm-color-border: #ddd;
  --mm-color-logo-blue-light: #00aeef;
  --mm-color-logo-blue-dark: #005f83;
  --mm-color-primary-text: #595959;
  --mm-color-display-text: #005f83;
  --mm-border-radius: 6px;
  --mm-font-stack-default: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Ubuntu, sans-serif;
  --mm-font-stack-display: "montserrat", var(--mm-font-stack-default);
  --mm-font-stack-monospace: "Source Code Pro", monospace;
  --mm-layout-toc-width: 290px;
  --mm-layout-sidebar-width: 350px;
  --mm-max-width: 880px;
  --mm-outline: 2px solid var(--mm-color-logo-blue-light);
  --mm-overview-heading-drop-shadow: 1px 3px 0 rgba(0, 0, 0, 0.25);
  --mm-spacing: 40px;
  --page-header-height: 80px;
  --page-type-color: rgba(255, 255, 255, 0.3);
}

*:focus {
  outline-color: var(--mm-color-logo-blue-light);
  outline-style: solid;
  outline-width: 2px;
}