#panel {
  margin: auto;
  max-width: calc(1280px + clamp(20px, 6vw, 46px) * 2);
}

.title-meta-top {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
  color: #444;
}

.title-meta-bottom {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
  color: #444;
}

.title-meta-index {
  display: flex;
  align-items: center;
  gap: 5px;
}
.title-meta-index:after {
  content: "";
  display: inline-flex;
  width: 10px;
  height: 1px;
  background-color: #777;
}

#header {
  padding-bottom: clamp(30px, 6vw, 70px);
  padding-top: clamp(30px, 6vw, 70px);
  display: flex;
  flex-flow: column;
}
#header #hero-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: min-content 400px;
  grid-column-gap: 20px;
  grid-row-gap: clamp(30px, 6vw, 50px);
}
#header #hero-wrapper #hero-text {
  align-self: end;
}
#header #hero-wrapper #hero-text .cta-wrapper {
  display: flex;
  gap: 15px;
  margin-top: 35px;
}
#header #hero-wrapper #hero-image {
  background-color: #79d6a7;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
#header #hero-wrapper #hero-image #rectangle {
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.76);
  position: absolute;
  left: 0;
  right: 74px;
  margin: auto;
  top: 0;
  bottom: 0;
}
#header #hero-wrapper #hero-image #circle {
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.76);
  border-radius: 50%;
  position: absolute;
  left: 85px;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
#header #hero-wrapper #hero-image #triangle {
  width: 150px;
  height: 150px;
  background: rgb(255, 255, 255);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  left: 0;
  right: 76px;
  margin: auto;
  top: 1px;
  bottom: 0;
}
#header #hero-wrapper #hero-image #circle-outline-0 {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  position: absolute;
  left: 85px;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  border: 1px solid rgba(94, 94, 94, 0.66);
}
#header #hero-wrapper #hero-image #circle-outline-1 {
  display: block;
  width: 165px;
  height: 250px;
  border-radius: 50%;
  position: absolute;
  left: 85px;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  border: 1px solid rgba(92, 92, 92, 0.76);
}
#header #hero-wrapper #hero-image #circle-outline-2 {
  display: block;
  width: 67px;
  height: 250px;
  border-radius: 50%;
  position: absolute;
  left: 85px;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  border: 1px solid rgba(94, 94, 94, 0.66);
}
#header h1 {
  font-size: 36px !important;
}
#header .subtitle-wrapper {
  color: #444;
  max-width: 570px;
  padding: unset !important;
  margin-top: 25px !important;
}
#header .subtitle-wrapper::before {
  display: none !important;
}

@media only screen and (min-width: 576px) {
  #header h1 {
    font-size: 42px !important;
  }
}
@media only screen and (min-width: 768px) {
  #header #hero-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 500px;
  }
  #header #hero-wrapper .subtitle-wrapper {
    max-width: 480px;
  }
  #header #hero-wrapper h1 {
    max-width: 340px;
  }
}
@media only screen and (min-width: 972px) {
  #header #hero-wrapper h1 {
    font-size: 44px !important;
  }
  #header #hero-wrapper .subtitle-wrapper {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  #header #hero-wrapper {
    grid-template-rows: 620px;
  }
  #header #hero-wrapper h1 {
    font-size: 52px !important;
    max-width: 380px;
  }
}
.cta-dark {
  background: #222;
  display: inline-flex;
  align-items: center;
  padding: 4px 24px;
  border-radius: 8px;
  color: #fff;
  height: 38px;
  box-sizing: border-box;
}
.cta-dark:hover {
  color: rgba(255, 255, 255, 0.9);
}

.cta-light {
  background: #fff;
  display: inline-flex;
  align-items: center;
  padding: 4px 24px;
  border-radius: 8px;
  height: 38px;
  box-sizing: border-box;
  border: 1px solid #bababa;
}
.cta-light:hover {
  color: rgba(34, 34, 34, 0.85);
}

@media only screen and (min-width: 760px) {
  h2 {
    font-size: 36px !important;
  }
}

footer {
  border-top: 0 !important;
  background: #222;
  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:not(.title-wrapper) {
  display: flex;
  flex-flow: column;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
body .grid-text > div:not(.title-wrapper) .text:first-of-type {
  font-size: 18px;
}
body .grid-text > div:not(.title-wrapper) > div:not(:first-child):not(.divider) {
  border-top: 1px solid #e4e4e4;
  padding-top: 20px;
}
body .grid-text > div:not(.title-wrapper) .divider {
  background: #e4e4e4;
  margin-top: 30px;
  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:not(.title-wrapper) {
    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: 1280px;
  margin: auto;
}

.section {
  border-top: 1px solid rgba(187, 187, 187, 0.2392156863);
  padding: clamp(30px, 6vw, 60px) 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;
  }
}

#foundation-title-wrapper {
  display: grid;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #foundation-title-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
  }
}

#ecosystem {
  display: grid;
  gap: 20px;
  border-radius: 10px;
}
#ecosystem + p {
  margin-top: 20px;
  border-top: 1px solid #e4e4e4;
  padding-top: 10px;
}
#ecosystem #ecosystem-foundation-card {
  perspective: 2500px;
  height: 360px;
}
#ecosystem #ecosystem-foundation-card:has(.selection) {
  z-index: 100;
}
#ecosystem #ecosystem-tools-card,
#ecosystem #ecosystem-framework-card,
#ecosystem #ecosystem-services-card,
#ecosystem #ecosystem-apps-card {
  perspective: 1500px;
}
#ecosystem #ecosystem-tools-card:has(.selection),
#ecosystem #ecosystem-framework-card:has(.selection),
#ecosystem #ecosystem-services-card:has(.selection),
#ecosystem #ecosystem-apps-card:has(.selection) {
  z-index: 100;
}
#ecosystem > div {
  background: #cdcdcd;
  border-radius: 10px;
}
#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;
  border-radius: 10px;
}
#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 {
  border-radius: 10px;
  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 #bababa;
  border-radius: 10px;
}
#ecosystem #ecosystem-tools-card {
  margin-bottom: 1px;
  height: 120px;
}
#ecosystem #ecosystem-tools-card .card-front {
  background: #eee;
}
#ecosystem #ecosystem-services-card {
  margin-bottom: 1px;
  height: 120px;
}
#ecosystem #ecosystem-services-card .card-front {
  background: #eee;
}
#ecosystem #ecosystem-framework-card {
  margin-bottom: 1px;
  height: 120px;
}
#ecosystem #ecosystem-framework-card .card-front {
  background: #eee;
}
#ecosystem #ecosystem-apps-card {
  height: 120px;
}
#ecosystem #ecosystem-apps-card .card-front {
  background: #eee;
}
@media screen and (min-width: 700px) {
  #ecosystem {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 130px 140px;
  }
  #ecosystem #ecosystem-tools-card {
    margin-right: 1px;
    height: unset;
  }
  #ecosystem #ecosystem-services-card {
    height: unset;
  }
  #ecosystem #ecosystem-framework-card {
    margin-bottom: unset;
    margin-right: 1px;
    height: unset;
  }
  #ecosystem #ecosystem-apps-card {
    height: unset;
  }
}
@media screen and (min-width: 900px) {
  #ecosystem {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 180px;
    border-radius: 10px;
  }
  #ecosystem #ecosystem-tools-card {
    margin-bottom: unset;
    margin-right: 1px;
  }
  #ecosystem #ecosystem-services-card {
    margin-bottom: unset;
    margin-right: 1px;
  }
}

#key-benefits {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  border-top: 1px solid #e4e4e4;
  padding-top: clamp(30px, 6vw, 60px);
  margin-top: clamp(30px, 6vw, 50px);
  margin-bottom: 10px;
  /*& > div:nth-child(-n + 2) {
    background: rgb(230, 235, 238);
  }*/
}
#key-benefits .benefits-card {
  background: #f2f2f2;
  min-height: 190px;
  border-radius: 14px;
  padding-top: 100px;
}
#key-benefits .benefits-card > div {
  text-align: center;
  padding: 40px;
}
#key-benefits .benefits-card > div h3 {
  margin-bottom: 10px;
}
@media screen and (min-width: 700px) {
  #key-benefits {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1000px) {
  #key-benefits {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

#featured-projects {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr;
}
#featured-projects h2 {
  grid-column: 1/-1;
}
#featured-projects a:hover {
  opacity: unset !important;
}
#featured-projects article {
  display: flex;
  gap: 20px;
}
#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: 768px) {
  #featured-projects {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1000px) {
  #featured-projects {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #featured-projects h2 {
    grid-column: 1;
    grid-row: 1/4;
    margin-top: -5px;
    max-width: 230px;
  }
}

#project-ideas {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  /*& > div:nth-child(-n + 2) {
    background: rgb(230, 235, 238);
  }*/
}
#project-ideas .idea-card {
  background: #f2f2f2;
  min-height: 190px;
  border-radius: 14px;
  padding-top: 100px;
}
#project-ideas .idea-card > div {
  text-align: center;
  padding: 40px;
}
#project-ideas .idea-card > div h3 {
  margin-bottom: 10px;
}
@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;
  }
}