#header {
  padding-bottom: 70px;
  padding-top: 60px;
}
#header h1 {
  max-width: 600px;
}
#header .subtitle-wrapper {
  color: #40444a;
}

footer {
  border-top: 0 !important;
  background: rgb(37, 40, 43);
  color: rgba(255, 255, 255, 0.7);
}
footer a {
  color: rgba(255, 255, 255, 0.7);
}

#panel-shadow {
  height: 1px;
  background: #e4e4e4;
  position: sticky;
  top: clamp(54px, 10vw, 64px);
}
#panel-shadow + .section {
  border-top: 0;
}

#scroll-up {
  padding: 0;
  background: none;
  border: 0;
}
#scroll-up:hover {
  cursor: pointer;
  opacity: 0.6;
}

body .uii-theme-grid {
  grid-template-columns: minmax(clamp(20px, 6vw, 46px), 1fr) minmax(0, 1200px) minmax(clamp(20px, 6vw, 46px), 1fr);
}
@media screen and (min-width: 1000px) {
  body .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1000px) {
  body .grid-text h2 {
    max-width: 300px;
  }
}
body .grid-text > div {
  display: flex;
  flex-flow: column;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
body .grid-text > div .text:first-of-type {
  font-size: 18px;
}
body .grid-text > div > div:not(:first-child):not(.divider) {
  border-top: 1px solid #e4e4e4;
  padding-top: 20px;
}
body .grid-text > div .divider {
  background: #e4e4e4;
  margin-top: 20px;
  height: 1px;
}
@media screen and (min-width: 1000px) {
  body .grid-text {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: clamp(26px, 4vw, 60px);
  }
  body .grid-text > div {
    grid-column: 2/-1;
  }
  body .card-article-link header {
    height: 220px;
  }
}
body h3 {
  font-size: 16px;
}

.wrapper {
  padding: 0 clamp(20px, 6vw, 46px);
}

.container {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

.section {
  border-top: 1px solid rgba(187, 187, 187, 0.2392156863);
  padding: clamp(30px, 6vw, 50px) clamp(20px, 6vw, 46px);
}
.section.small {
  padding: clamp(30px, 6vw, 40px) clamp(20px, 6vw, 46px);
}

@media screen and (min-width: 1000px) {
  .grid-text {
    grid-column-gap: 20px !important;
  }
  .grid-text h2 {
    max-width: 230px !important;
  }
}

#ecosystem {
  display: grid;
  grid-template-rows: 360px 120px 120px 120px 150px;
  border-radius: 10px;
  background: #cdcdcd;
  margin: 10px 0;
}
#ecosystem + p {
  margin-top: 20px;
  border-top: 1px solid #e4e4e4;
  padding-top: 10px;
}
#ecosystem > div {
  perspective: 1000px;
}
#ecosystem > div#ecosystem-foundation-card {
  perspective: 2500px;
}
#ecosystem > div#ecosystem-tools-card, #ecosystem > div#ecosystem-framework-card {
  perspective: 1500px;
}
#ecosystem > div:has(.selection) {
  z-index: 100;
}
#ecosystem > div .selection {
  transform: rotateX(180deg);
}
#ecosystem > div .selection h3 {
  text-decoration: underline;
}
#ecosystem > div .card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease-in-out;
  transform-style: preserve-3d;
}
#ecosystem > div .card-inner:hover h2, #ecosystem > div .card-inner:hover h3 {
  text-decoration: underline;
}
#ecosystem > div .card-front {
  padding: 15px 20px;
}
#ecosystem > div .card-front, #ecosystem > div .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  box-sizing: border-box;
  outline: 1px solid transparent;
}
#ecosystem > div .card-inner:not(.selection) {
  cursor: pointer;
}
#ecosystem > div .card-back {
  background: #e6e6e6;
  background-size: 10px 10px;
  background-image: repeating-linear-gradient(-45deg, #dadada 0, #dadada 1px, #e6e6e6 0, #e6e6e6 50%);
  transform: rotateX(180deg);
  will-change: transform;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
#ecosystem > div .card-back p {
  background: #fff;
  padding: 15px 20px 30px;
  border: 1px solid #cdcdcd;
}
#ecosystem #ecosystem-foundation-card {
  grid-column: 1/-1;
  margin-bottom: -1px;
  border-bottom: 20px solid #fff;
}
#ecosystem #ecosystem-foundation-card .card-front, #ecosystem #ecosystem-foundation-card .card-back, #ecosystem #ecosystem-foundation-card .card-back p {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#ecosystem #ecosystem-foundation-card .card-front {
  color: #fff;
  background-color: #a0c8dc;
  background: linear-gradient(180deg, #a0c8dc 0%, rgb(179, 211, 214) 100%);
  display: flex;
  justify-content: center;
  align-items: end;
  overflow: hidden;
}
#ecosystem #ecosystem-foundation-card .card-front #rectangle {
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.66);
  position: absolute;
  left: 0;
  right: 74px;
  margin: auto;
  top: 0;
  bottom: 0;
}
#ecosystem #ecosystem-foundation-card .card-front #rectangle-outline {
  width: 210px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 74px;
  margin: auto;
  top: 0;
  bottom: 0;
  border-left: 1px solid rgba(56, 76, 95, 0.29);
  border-right: 1px solid rgba(56, 76, 95, 0.29);
}
#ecosystem #ecosystem-foundation-card .card-front #circle-outline {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  position: absolute;
  left: 85px;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  border: 1px solid rgba(56, 76, 95, 0.29);
}
#ecosystem #ecosystem-foundation-card .card-front #circle {
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.66);
  border-radius: 50%;
  position: absolute;
  left: 85px;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
#ecosystem #ecosystem-foundation-card .card-front #triangle {
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.85);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  left: 0;
  right: 76px;
  margin: auto;
  top: 1px;
  bottom: 0;
}
#ecosystem #ecosystem-foundation-card .card-front h2 {
  font-size: 18px;
  position: absolute;
  font-weight: 500;
  background: #0d70d3;
  padding: 15px 20px 30px 20px;
  bottom: 70px;
}
#ecosystem #ecosystem-tools-card {
  margin-bottom: 1px;
}
#ecosystem #ecosystem-tools-card .card-front {
  background: #eee;
}
#ecosystem #ecosystem-services-card {
  margin-bottom: 1px;
}
#ecosystem #ecosystem-services-card .card-front {
  background: #eee;
}
#ecosystem #ecosystem-services-card .card-back p {
  border-top: unset;
}
#ecosystem #ecosystem-framework-card {
  margin-bottom: 1px;
}
#ecosystem #ecosystem-framework-card .card-front {
  background: #eee;
}
#ecosystem #ecosystem-framework-card .card-back p {
  border-top: unset;
}
#ecosystem #ecosystem-apps-card .card-front {
  background: #eee;
}
#ecosystem #ecosystem-apps-card .card-front, #ecosystem #ecosystem-apps-card .card-back {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#ecosystem #ecosystem-apps-card .card-back p {
  border-top: unset;
}
@media screen and (min-width: 700px) {
  #ecosystem {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 360px 130px 140px;
  }
  #ecosystem #ecosystem-foundation-card {
    grid-row: 1;
    grid-column: 1/-1;
  }
  #ecosystem #ecosystem-tools-card {
    margin-right: 1px;
  }
  #ecosystem #ecosystem-tools-card .card-back p {
    border-right: unset;
  }
  #ecosystem #ecosystem-services-card .card-back p {
    border-left: unset;
    border-top: 1px solid #cdcdcd;
  }
  #ecosystem #ecosystem-framework-card {
    margin-bottom: unset;
    margin-right: 1px;
  }
  #ecosystem #ecosystem-framework-card .card-front, #ecosystem #ecosystem-framework-card .card-back {
    border-bottom-left-radius: 10px;
  }
  #ecosystem #ecosystem-framework-card .card-back p {
    border-right: unset;
  }
  #ecosystem #ecosystem-apps-card .card-back p {
    border-left: unset;
  }
  #ecosystem #ecosystem-apps-card .card-front, #ecosystem #ecosystem-apps-card .card-back {
    border-bottom-left-radius: unset;
  }
}
@media screen and (min-width: 900px) {
  #ecosystem {
    grid-template-columns: 3fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 190px 190px;
  }
  #ecosystem #ecosystem-foundation-card {
    grid-row: 1/-1;
    grid-column: 1/3;
    margin-bottom: 0;
    border-right: 20px solid #fff;
    border-bottom: unset;
  }
  #ecosystem #ecosystem-foundation-card .card-front {
    background: linear-gradient(90deg, #a0c8dc 0%, rgb(179, 211, 214) 100%);
  }
  #ecosystem #ecosystem-foundation-card .card-front, #ecosystem #ecosystem-foundation-card .card-back {
    border-bottom-left-radius: 10px;
    border-top-right-radius: unset;
  }
  #ecosystem #ecosystem-foundation-card .card-front {
    align-items: center;
  }
  #ecosystem #ecosystem-foundation-card .card-front h2 {
    bottom: unset;
    margin-right: 190px;
  }
  #ecosystem #ecosystem-foundation-card .card-back p {
    border-top: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    border-top-left-radius: 10px;
    border-top-right-radius: unset;
  }
  #ecosystem #ecosystem-tools-card {
    grid-column: 3/5;
  }
  #ecosystem #ecosystem-tools-card .card-front, #ecosystem #ecosystem-tools-card .card-back {
    border-top-right-radius: unset;
  }
  #ecosystem #ecosystem-tools-card .card-back p {
    border-top: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
  }
  #ecosystem #ecosystem-services-card {
    grid-column: 5/-1;
  }
  #ecosystem #ecosystem-services-card .card-front, #ecosystem #ecosystem-services-card .card-back {
    border-top-right-radius: 10px;
  }
  #ecosystem #ecosystem-services-card .card-back p {
    border-top: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    border-top-right-radius: 10px;
  }
  #ecosystem #ecosystem-framework-card {
    grid-column: 3/5;
  }
  #ecosystem #ecosystem-framework-card .card-front, #ecosystem #ecosystem-framework-card .card-back {
    border-bottom-left-radius: unset;
  }
  #ecosystem #ecosystem-framework-card .card-back p {
    border-left: 1px solid #cdcdcd;
  }
  #ecosystem #ecosystem-apps-card {
    grid-column: 5/-1;
  }
  #ecosystem #ecosystem-apps-card .card-front, #ecosystem #ecosystem-apps-card .card-back {
    border-bottom-right-radius: 10px;
  }
  #ecosystem #ecosystem-apps-card .card-back p {
    border-right: 1px solid #cdcdcd;
  }
}

#project-ideas {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
#project-ideas .idea-card {
  background: #eee;
  height: 190px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#project-ideas .idea-card > div {
  text-align: center;
  padding: 40px;
}
#project-ideas > div:nth-child(-n+2) {
  background: rgb(230, 235, 238);
}
@media screen and (min-width: 700px) {
  #project-ideas {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1000px) {
  #project-ideas {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

#featured-projects {
  display: grid;
  margin-top: 15px;
  grid-gap: 20px;
}
#featured-projects > div {
  border-top: 1px solid #e4e4e4;
}
#featured-projects a {
  border-top: 1px solid #e4e4e4;
}
#featured-projects a:hover {
  opacity: unset !important;
}
#featured-projects a:hover h1 {
  text-decoration: underline;
}
#featured-projects a:first-child {
  border: none;
}
#featured-projects article {
  padding-top: 25px;
  display: flex;
  gap: 15px;
}
#featured-projects article h1 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: -5px;
}
#featured-projects article img {
  border-radius: 10px;
}
#featured-projects article .avatar-default {
  text-transform: capitalize;
  background: #eee;
  height: 40px;
  width: 40px;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
@media screen and (min-width: 700px) {
  #featured-projects {
    grid-template-columns: 1fr 1fr;
  }
  #featured-projects a:nth-child(-n+2) {
    border: none;
  }
}
@media screen and (min-width: 1000px) {
  #featured-projects {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #featured-projects a:nth-child(-n+3) {
    border: none;
  }
}