/* latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jsGyN.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjsGyN.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVIGxA.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.base_article, main article {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 767px) {
  .base_article, main article {
    padding-top: 85px;
  }
}
.base_article > section, main article > section {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .base_article > section, main article > section {
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .base_article > section, main article > section {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .base_article > section, main article > section {
    max-width: 1140px;
  }
}
@media only screen and (min-width: 1400px) {
  .base_article > section, main article > section {
    max-width: 1360px;
  }
}
.base_article > section > hgroup p, main article > section > hgroup p {
  display: inline-block;
  max-width: max-content;
  padding: 8px 30px;
  margin-bottom: 15px;
  border-radius: 30px;
  color: light-dark(#a3a3a3, #a3a3a3);
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  font-size: 17px;
  letter-spacing: -1px;
  text-transform: uppercase;
  border: 1px solid light-dark(#a3a3a3, #a3a3a3);
}
@media (min-width: 767px) {
  .base_article > section > hgroup p, main article > section > hgroup p {
    margin-bottom: 25px;
  }
}
.base_article > section > hgroup > h2, main article > section > hgroup > h2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-bottom: 50px;
  color: light-dark(#f6f6f6, #f6f6f6);
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  .base_article > section > hgroup > h2, main article > section > hgroup > h2 {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (min-width: 992px) {
  .base_article > section > hgroup > h2, main article > section > hgroup > h2 {
    width: 720px;
    font-size: 50px;
    line-height: 58px;
  }
}
@media (min-width: 1200px) {
  .base_article > section > hgroup > h2, main article > section > hgroup > h2 {
    width: 920px;
    font-size: 60px;
    line-height: 68px;
  }
}
.base_article > section > div, main article > section > div {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  .base_article > section > div, main article > section > div {
    max-width: 540px;
  }
}
@media only screen and (min-width: 768px) {
  .base_article > section > div, main article > section > div {
    max-width: 720px;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) {
  .base_article > section > div, main article > section > div {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .base_article > section > div, main article > section > div {
    max-width: 1140px;
  }
}
@media only screen and (min-width: 1400px) {
  .base_article > section > div, main article > section > div {
    max-width: 1360px;
  }
}

:root {
  color-scheme: light dark;
}

*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  min-width: 340px;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7rem;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  color: light-dark(#f6f6f6, #f6f6f6);
  background-color: light-dark(#000000, #000000);
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select {
  font: inherit;
}

h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
  font-family: "Ubuntu", sans-serif;
  text-wrap: balance;
  letter-spacing: 0;
}

h1 {
  font-weight: 700;
}

p {
  overflow-wrap: break-word;
  text-wrap: pretty;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

a {
  color: light-dark(#f6f6f6, #f6f6f6);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
}

nav[role=navigation] {
  display: block;
  position: absolute;
  width: 100%;
  min-width: 340px;
  z-index: 100;
  box-shadow: 0 8px 25px light-dark(rgba(0, 0, 0, 0.0980392157), rgba(0, 0, 0, 0.0980392157));
  background: light-dark(#171717, #171717);
  border-bottom: 1px solid light-dark(rgba(246, 246, 246, 0.1019607843), rgba(246, 246, 246, 0.1019607843));
}
@media only screen and (min-width: 1024px) {
  nav[role=navigation] {
    background: transparent;
    border: none;
  }
}
nav[role=navigation] > div {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  position: relative;
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  nav[role=navigation] > div {
    max-width: 540px;
  }
}
@media only screen and (min-width: 768px) {
  nav[role=navigation] > div {
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  nav[role=navigation] > div {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1024px) {
  nav[role=navigation] > div {
    max-width: 960px;
    padding: 10px 0;
    background: transparent;
    border: unset;
  }
}
@media only screen and (min-width: 1200px) {
  nav[role=navigation] > div {
    max-width: 1140px;
  }
}
@media only screen and (min-width: 1400px) {
  nav[role=navigation] > div {
    max-width: 1320px;
  }
}
nav[role=navigation] > div div[aria-description="navbar header"] {
  max-width: 500px;
}
nav[role=navigation] > div div[aria-description="navbar header"] label[aria-label=global-menu] {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
  padding: 35px 0 30px;
  cursor: pointer;
}
nav[role=navigation] > div div[aria-description="navbar header"] label[aria-label=global-menu] input {
  display: block;
  position: absolute;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
nav[role=navigation] > div div[aria-description="navbar header"] label[aria-label=global-menu] span {
  display: block;
  width: 25px;
  height: 2px;
  margin-bottom: 6px;
  position: relative;
  cursor: pointer;
  background: light-dark(#e7e7e7, #e7e7e7);
  border-radius: 3px;
  z-index: 1;
}
nav[role=navigation] > div div[aria-description="navbar header"] > a {
  position: absolute;
  top: 50%;
  left: calc(50% - 150px);
  transform: translate(25%, -50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  text-transform: none;
}
nav[role=navigation] > div div[aria-description="navbar header"] > a img {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background-color: #171717;
}
nav[role=navigation] > div div[aria-description="navbar header"] > a span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  width: 150px;
  margin-left: 0.5rem;
  color: light-dark(#f6f6f6, #f6f6f6);
  font: 700 1.85rem/1 "Ubuntu";
  line-height: 1.6rem;
  text-decoration: none;
  text-transform: none;
}
@media only screen and (min-width: 768px) {
  nav[role=navigation] > div div[aria-description="navbar header"] {
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  nav[role=navigation] > div div[aria-description="navbar header"] {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1023px) {
  nav[role=navigation] > div div[aria-description="navbar header"] {
    display: block;
    width: auto;
    margin: 0;
  }
  nav[role=navigation] > div div[aria-description="navbar header"] > label[aria-label=global-menu] {
    display: none;
  }
  nav[role=navigation] > div div[aria-description="navbar header"] > a {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    text-transform: none;
  }
  nav[role=navigation] > div div[aria-description="navbar header"] > a img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    background-color: #171717;
  }
  nav[role=navigation] > div div[aria-description="navbar header"] > a span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    width: 175px;
    margin-left: 0.5rem;
    color: light-dark(#f6f6f6, #f6f6f6);
    font: 700 1.85rem/1 "Ubuntu";
    line-height: 1.6rem;
    text-decoration: none;
    text-transform: none;
  }
}
nav[role=navigation] > div div > p {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  text-transform: none;
}
nav[role=navigation] > div div > p img {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background-color: #171717;
}
nav[role=navigation] > div div > p span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  width: 175px;
  margin-left: 0.5rem;
  color: light-dark(#f6f6f6, #f6f6f6);
  font: 700 1.85rem/1 "Ubuntu";
  line-height: 1.6rem;
  text-decoration: none;
  text-transform: none;
}
nav[role=navigation] > div div[aria-description="navbar menu's content"] > label {
  position: absolute;
  top: 47px;
  right: 35px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
nav[role=navigation] > div div[aria-description="navbar menu's content"] > label span {
  display: block;
  width: 30px;
  height: 2px;
  margin-bottom: 6px;
  position: relative;
  background: light-dark(#f6f6f6, #f6f6f6);
  border-radius: 3px;
  z-index: 1;
}
nav[role=navigation] > div div[aria-description="navbar menu's content"] > label span:first-child {
  transform-origin: 0 0;
}
nav[role=navigation] > div div[aria-description="navbar menu's content"] > label span:nth-last-child(2) {
  transform-origin: 0 100%;
}
nav[role=navigation] > div div[aria-description="navbar menu's content"] > label span:nth-last-child(1) {
  transform: rotate(-45deg) translate(-2px, -4px);
}
nav[role=navigation] > div div[aria-description="navbar menu's content"] > label span:nth-last-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
nav[role=navigation] > div div[aria-description="navbar menu's content"] > label span:nth-last-child(3) {
  transform: rotate(45deg) translate(3px, 2px);
}
nav[role=navigation] > div div[aria-description="navbar menu's content"] div {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
}
nav[role=navigation] > div div[aria-description="navbar menu's content"] div ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  list-style: none;
  color: light-dark(#f6f6f6, #f6f6f6);
}
nav[role=navigation] > div div[aria-description="navbar menu's content"] div ul li {
  height: 100%;
  padding-top: 5px;
}
nav[role=navigation] > div div[aria-description="navbar menu's content"] div ul li a {
  width: 100%;
  display: inline-flex;
  align-items: center;
  padding: 0.8rem 1rem;
  font-weight: 500;
  font-size: 0.925rem;
  text-align: center;
  vertical-align: center;
  white-space: normal;
}
nav[role=navigation] > div div[aria-description="navbar menu's content"] div ul li a:hover {
  background: light-dark(#059666, #059666);
}
nav[role=navigation] > div div[aria-description="navbar menu's content"] div ul li a[aria-current=page] {
  border-bottom: 2px solid light-dark(#059666, #059666);
}
nav[role=navigation] > div div[aria-description="navbar menu's content"] div ul li label {
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 1rem;
  font: 500 0.925rem/1 "Open Sans", sans-serif;
  color: light-dark(#f6f6f6, #f6f6f6);
  text-decoration: none;
  text-align: center;
  vertical-align: center;
  white-space: normal;
  cursor: pointer;
}
nav[role=navigation] > div div[aria-description="navbar menu's content"] div ul li label:hover {
  background: light-dark(#059666, #059666);
}
nav[role=navigation] > div div[aria-description="navbar menu's content"] div ul li label[aria-current=page] {
  border-bottom: 2px solid light-dark(#059666, #059666);
}
nav[role=navigation] > div div[aria-description="navbar menu's content"] div ul li label input {
  display: block;
  position: absolute;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
nav[role=navigation] > div div[aria-description="navbar menu's content"] div ul li label svg {
  width: 16px;
  height: 9px;
  fill: light-dark(#f6f6f6, #f6f6f6);
  transition: all 0.25s ease-in-out;
}
nav[role=navigation] > div div[aria-description="navbar menu's content"] div ul li ul {
  display: none;
  flex-direction: column;
  justify-content: center;
}
nav[role=navigation] > div div[aria-description="navbar menu's content"] div ul li ul li {
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  nav[role=navigation] > div div[aria-description="navbar menu's content"] {
    position: fixed;
    top: 0;
    left: -485px;
    width: 350px;
    height: 100%;
    min-height: 100vh;
    padding: 35px;
    animation-duration: 0.25s;
    z-index: 150;
    transition: all 0.35s ease-in-out;
    background: light-dark(#171717, #171717);
  }
}
@media only screen and (min-width: 1024px) {
  nav[role=navigation] > div div[aria-description="navbar menu's content"] {
    display: block;
    float: left;
    flex: inherit;
  }
  nav[role=navigation] > div div[aria-description="navbar menu's content"] p, nav[role=navigation] > div div[aria-description="navbar menu's content"] label {
    display: none;
  }
  nav[role=navigation] > div div[aria-description="navbar menu's content"] div {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    align-self: flex-start;
    margin-top: unset;
  }
  nav[role=navigation] > div div[aria-description="navbar menu's content"] div ul {
    flex-direction: row;
    justify-content: center;
    justify-items: center;
  }
  nav[role=navigation] > div div[aria-description="navbar menu's content"] div ul li a, nav[role=navigation] > div div[aria-description="navbar menu's content"] div ul li label {
    font-weight: 500;
  }
  nav[role=navigation] > div div[aria-description="navbar menu's content"] div ul li label {
    gap: 5px;
  }
  nav[role=navigation] > div div[aria-description="navbar menu's content"] div ul li ul {
    width: auto;
    display: none;
    position: absolute;
    top: calc(100% - 2px);
    transition: all 0.25s ease-in-out;
    opacity: 1;
    padding: 10px;
    text-align: left;
    background: light-dark(#171717, #171717);
    border-top: 2px solid light-dark(#059666, #059666);
  }
  nav[role=navigation] > div div[aria-description="navbar menu's content"] div ul li ul li {
    text-align: left;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1400px) {
  nav[role=navigation] > div div[aria-description="navbar menu's content"] div > ul > li > a, nav[role=navigation] > div div[aria-description="navbar menu's content"] div > ul > li label {
    font-weight: 500;
    font-size: 0.95rem;
  }
}
nav[role=navigation] > div div[aria-description="screen overlay"] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: light-dark(#000000, #000000);
  opacity: 0.6;
  transition: all 0.25s ease-in-out;
}
nav[role=navigation] > div:has(input[id=global-menu]:checked) div[aria-description="navbar menu's content"] {
  left: 0;
}
nav[role=navigation] > div:has(input[id=global-menu]:checked) div[aria-description="screen overlay"] {
  display: block;
}
@media (min-width: 1024px) {
  nav[role=navigation] > div:has(input[id=global-menu]:checked) div[aria-description="screen overlay"] {
    display: none;
  }
}
nav[role=navigation] > div:has(input[id=service-details]:checked) div[aria-description="navbar menu's content"] div ul li ul {
  display: flex;
}
nav[role=navigation] > div:has(input[id=service-details]:checked) div[aria-description="navbar menu's content"] div ul li label svg {
  transform: rotate(180deg);
}

footer {
  border-top: 1px solid #44403c;
  background: #171717;
}
footer > div {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}
@media only screen and (min-width: 576px) {
  footer > div {
    max-width: 540px;
  }
}
@media only screen and (min-width: 768px) {
  footer > div {
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  footer > div {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  footer > div {
    max-width: 1140px;
  }
}
@media only screen and (min-width: 1400px) {
  footer > div {
    max-width: 1320px;
  }
}
footer > div > div:first-child {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}
footer > div > div:first-child > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 25px;
  margin-bottom: 35px;
}
footer > div > div:first-child > div > p:first-child {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  text-transform: none;
}
footer > div > div:first-child > div > p:first-child img {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background-color: #171717;
}
footer > div > div:first-child > div > p:first-child span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  width: 175px;
  margin-left: 0.5rem;
  color: light-dark(#f6f6f6, #f6f6f6);
  font: 700 1.85rem/1 "Ubuntu";
  line-height: 1.6rem;
  text-decoration: none;
  text-transform: none;
}
footer > div > div:first-child > div > p:last-child {
  font: 400 16px/1 "Open Sans", sans-serif;
  color: #a3a3a3;
  padding-right: 25px;
}
footer > div > div:first-child > section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer > div > div:first-child > section > h2 {
  font: 500 24px/1 "Ubuntu", sans-serif;
  color: #f5f5f5;
  letter-spacing: -1px;
  margin-bottom: 35px;
}
footer > div > div:first-child > section > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
}
footer > div > div:first-child > section > div > ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 15px;
  list-style: none;
}
footer > div > div:first-child > section > div > ul > li > a {
  width: 100%;
  color: #d4d4d4;
  font: 500 18px/1 "Open Sans", sans-serif;
  text-decoration: none;
  text-align: center;
  vertical-align: center;
  transition: color 0.25s ease-in-out;
}
footer > div > div:first-child > section > div > ul > li > a:hover {
  color: #059666;
}
@media only screen and (min-width: 768px) {
  footer > div > div:first-child > section > div {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 992px) {
  footer > div > div:first-child {
    flex-direction: row;
    align-items: flex-start;
  }
  footer > div > div:first-child > section {
    border-left: 1px solid #44403c;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  footer > div > div:first-child > div > p:last-child {
    width: 80%;
  }
}
footer > div > div:last-child {
  margin-top: 35px;
  border-top: 1px solid #44403c;
}
footer > div > div:last-child > ul {
  width: 100%;
  margin: 15px 0 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  list-style: none;
}
footer > div > div:last-child > ul > li > a {
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0.6rem 0.5rem;
}
footer > div > div:last-child > ul > li > a[href*="linkedin.com"]:hover > div {
  background: #0A66C2;
}
footer > div > div:last-child > ul > li > a[href*="linkedin.com"]:hover > div > svg {
  fill: #fafafa;
}
footer > div > div:last-child > ul > li > a[href*="bsky.app"]:hover > div {
  background: #0886fe;
}
footer > div > div:last-child > ul > li > a[href*="bsky.app"]:hover > div > svg {
  fill: #fafafa;
}
footer > div > div:last-child > ul > li > a[href*="github.com"]:hover > div {
  background: #131418;
}
footer > div > div:last-child > ul > li > a[href*="github.com"]:hover > div > svg {
  fill: #fafafa;
}
footer > div > div:last-child > ul > li > a > div {
  padding: 0.6rem;
  border-radius: 50%;
  border: 1px solid #525252;
  background: #f5f5f5;
}
footer > div > div:last-child > ul > li > a > div > svg {
  width: 1.3rem;
  height: 1.3rem;
  fill: #171717;
  transition: all 0.25s ease-in-out;
}
footer > div > div:last-child p {
  margin-top: 10px;
  font: 400 12px/1 "Open Sans", sans-serif;
  color: #d4d4d4;
  text-align: center;
}
footer > div > div:last-child p > a {
  margin-top: 10px;
  font: 400 12px/1 "Open Sans", sans-serif;
  color: #d4d4d4;
  text-decoration: none;
  transition: color 0.25s ease-in-out;
}
footer > div > div:last-child p > a:hover {
  color: #10b981;
  transition: color 0.25s ease-in-out;
}

header > section {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-image: url("../img/header_background_2.webp");
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
header > section > div {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  max-width: 540px;
}
@media (min-width: 768px) {
  header > section > div {
    max-width: 720px;
  }
}
@media (min-width: 768px) {
  header > section > div {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  header > section > div {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  header > section > div {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  header > section > div {
    max-width: 1320px;
  }
}
@media (min-width: 992px) {
  header > section > div {
    padding-top: 220px;
    padding-bottom: 170px;
  }
}
header > section > div > h1 {
  color: light-dark(#f6f6f6, #f6f6f6);
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
@media (min-width: 768px) {
  header > section > div > h1 {
    font-size: 5rem;
  }
}
header > section > div > nav[aria-label=breadcrumb] > ol {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent none repeat scroll 0 0;
  border: none;
  margin: 1rem 0 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
header > section > div > nav[aria-label=breadcrumb] > ol > li {
  position: relative;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-right: 0.625rem;
  font-size: 0.9rem;
}
header > section > div > nav[aria-label=breadcrumb] > ol > li > a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 0.9rem;
  margin-right: 0.8rem;
  transition: color 0.25s ease-in-out;
}
header > section > div > nav[aria-label=breadcrumb] > ol > li > a > svg {
  width: 1rem;
  height: 1rem;
  fill: light-dark(#f6f6f6, #f6f6f6);
  transition: fill 0.25s ease-in-out;
}
header > section > div > nav[aria-label=breadcrumb] > ol > li > a:hover {
  color: #10b981;
  transition: color 0.25s ease-in-out;
}
header > section > div > nav[aria-label=breadcrumb] > ol > li > a:hover > svg {
  fill: #10b981;
  transition: fill 0.25s ease-in-out;
}
header > section > div > nav[aria-label=breadcrumb] > ol > li > svg {
  width: 0.8rem;
  height: 0.8rem;
  fill: light-dark(#f6f6f6, #f6f6f6);
}
header > section > div:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: transparent linear-gradient(to bottom, light-dark(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) 0%, #120F12 90%) repeat scroll 0 0;
  z-index: -1;
}

main article {
  background: #0a0a0a;
}
main article > section > section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: left;
  border: 1px solid light-dark(#3d3d3d, #3d3d3d);
  padding: 2rem;
}
main article > section > section > h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
main article > section > section > h4 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
main article > section > section a {
  font-size: 16px;
  transition: color 0.25s ease-in-out;
}
main article > section > section a:hover {
  color: #10b981;
  transition: color 0.25s ease-in-out;
}
main article > section > section p {
  font-size: 16px;
}
main article > section > section table {
  display: none;
  width: 100%;
  margin: 0.5rem 0.5rem 1rem;
}
main article > section > section table td {
  font-size: 16px;
  padding: 0.5rem;
}
main article > section > section table thead > tr > td {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid light-dark(#3d3d3d, #3d3d3d);
}
main article > section > section > table {
  display: none;
}
@media (min-width: 768px) {
  main article > section > section > table {
    display: block;
  }
}
main article > section > section > div > table {
  display: block;
}
@media (min-width: 768px) {
  main article > section > section > div > table {
    display: none;
  }
}
