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;
  }
}
body .grid-text > div {
  display: flex;
  flex-flow: column;
  grid-column-gap: clamp(26px, 4vw, 60px);
  grid-row-gap: clamp(30px, 4vw, 40px);
}
body .grid-text > div .text:first-of-type {
  font-size: 18px;
}
@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, 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: 300px;
  }
}

#custom-platform-wrapper {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
#custom-platform-wrapper h2 + span {
  color: #767676;
}
#custom-platform-wrapper #custom-platform-groups {
  height: 454px;
  max-width: 100%;
  object-position: left;
  object-fit: cover;
}
#custom-platform-wrapper .grid {
  gap: 20px;
}
#custom-platform-wrapper .grid #custom-platform-rook {
  display: flex;
  flex-flow: column;
}
#custom-platform-wrapper .grid #custom-platform-rook .custom-platform-image {
  order: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f3f4;
  aspect-ratio: 1.77;
  border-radius: 14px;
  margin-bottom: 20px;
}
#custom-platform-wrapper .grid #custom-platform-rook .custom-platform-image img {
  width: 200px;
}
#custom-platform-wrapper .grid #custom-platform-rook h3 {
  order: 1;
  margin-bottom: 8px;
}
#custom-platform-wrapper .grid #custom-platform-rook p {
  order: 2;
}
#custom-platform-wrapper .grid #custom-platform-mariadb {
  display: flex;
  flex-flow: column;
}
#custom-platform-wrapper .grid #custom-platform-mariadb .custom-platform-image {
  order: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f3f4;
  aspect-ratio: 1.77;
  border-radius: 14px;
  margin-bottom: 20px;
}
#custom-platform-wrapper .grid #custom-platform-mariadb .custom-platform-image img {
  width: 120px;
}
#custom-platform-wrapper .grid #custom-platform-mariadb h3 {
  order: 1;
  margin-bottom: 8px;
}
#custom-platform-wrapper .grid #custom-platform-mariadb p {
  order: 2;
}
#custom-platform-wrapper .grid #custom-platform-own {
  display: flex;
  flex-flow: column;
}
#custom-platform-wrapper .grid #custom-platform-own .custom-platform-image {
  order: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  aspect-ratio: 1.77;
  border-radius: 14px;
  margin-bottom: 20px;
}
#custom-platform-wrapper .grid #custom-platform-own .custom-platform-image img {
  width: 110px;
}
#custom-platform-wrapper .grid #custom-platform-own h3 {
  order: 1;
  margin-bottom: 8px;
}
#custom-platform-wrapper .grid #custom-platform-own p {
  order: 2;
}