@charset "UTF-8";
.demo-link {
  border-radius: 3px;
  padding: 5px 29px 5px 12px;
  background: #daecff;
  color: #000 !important;
  font-weight: 400 !important;
  text-decoration: none;
  position: relative;
  margin: 0;
  cursor: pointer;
  white-space: nowrap;
}
.demo-link:after {
  content: "";
  background: url("../img/link.svg");
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 12px;
  top: 9px;
  opacity: 0.7;
}
.demo-link:hover {
  color: #fff !important;
  background: #4884ff;
  text-decoration: none;
}
.demo-link:hover:after {
  filter: invert(1);
}
.demo-link--download:after {
  content: "";
  background: url("../img/download.svg");
  background-repeat: no-repeat;
}

button.demo-link {
  border: none;
  outline: none;
  padding-block: 8px;
  padding-inline: 12px;
  padding-inline-end: 29px;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.min-w-0 {
  min-width: 0;
}

.text-color-primary,
.color-primary {
  color: #252320 !important;
}
.text-color-primary a,
.color-primary a {
  color: #252320 !important;
}

.bg-color-primary,
.bg-primary {
  background-color: #252320 !important;
}

.text-color-secondady,
.color-secondady {
  color: #ffde00 !important;
}
.text-color-secondady a,
.color-secondady a {
  color: #ffde00 !important;
}

.bg-color-secondady,
.bg-secondady {
  background-color: #ffde00 !important;
}

.text-color-black,
.color-black {
  color: #000 !important;
}
.text-color-black a,
.color-black a {
  color: #000 !important;
}

.bg-color-black,
.bg-black {
  background-color: #000 !important;
}

.text-color-white,
.color-white {
  color: #FFF !important;
}
.text-color-white a,
.color-white a {
  color: #FFF !important;
}

.bg-color-white,
.bg-white {
  background-color: #FFF !important;
}

.markdown-section h1,
.markdown-section h2,
.markdown-section h3,
.markdown-section h4,
.markdown-section strong,
.markdown-section .anchor span,
.markdown-section code {
  color: #252320 !important;
}
.markdown-section a {
  color: #ffde00;
  font-weight: 600;
}

.sidebar ul li.active > a {
  color: #252320;
}

.sidebar-toggle span {
  background-color: #252320;
}

section.cover .anchor span {
  color: #FFF;
}

body, html {
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #222222 !important;
}

.demo-logo {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
}

@property --myColor1 {
  syntax: "<color>";
  initial-value: #21a1ba;
  inherits: false;
}
@property --myColor2 {
  syntax: "<color>";
  initial-value: #21a1ba;
  inherits: false;
}
section.cover .cover-main .get-started {
  background: linear-gradient(to right, var(--myColor1, #8d0e2f), var(--myColor2, #bb133e));
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
  word-spacing: 2px;
  transition: --myColor1 1s, --myColor2 1s;
}
section.cover .cover-main .get-started:hover, section.cover .cover-main .get-started:active, section.cover .cover-main .get-started:focus {
  --myColor1: #21a1ba;
  --myColor2: #21a1ba;
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #fff !important;
  opacity: 1 !important;
}

@property --myColorr1 {
  syntax: "<color>";
  initial-value: rgba(33, 161, 186, 0.1);
  inherits: false;
}
@property --myColorr2 {
  syntax: "<color>";
  initial-value: rgba(33, 161, 186, 0.1);
  inherits: false;
}
section.cover a.cover-button-outline {
  background-image: linear-gradient(to right, var(--myColorr1), var(--myColorr2));
  border: 1px solid #21a1ba;
  position: relative;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  padding: 13px 28px;
  text-align: center;
  text-transform: uppercase;
  word-spacing: 2px;
  transition: --myColorr1 1s, --myColorr2 1s;
  margin-right: 20px;
  color: #fff;
}
section.cover a.cover-button-outline:hover, section.cover a.cover-button-outline:active, section.cover a.cover-button-outline:focus {
  --myColorr1: rgba(33, 161, 186, 0.3);
  --myColorr2: rgba(33, 161, 186, 0.3);
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  border: 1px solid #21a1ba;
  color: #fff !important;
}

@media screen and (max-width: 320px) {
  section.cover a.cover-button-outline {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 320px) {
  section.cover a.cover-button-outline {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.cover {
  background: #252320 url("https://ucarecdn.com/91516282-b6c8-441c-815d-d95ccc6f2414/") no-repeat center top !important;
  background-size: cover !important;
  position: relative;
  z-index: 1;
}
.cover .mask {
  background: radial-gradient(ellipse at center, rgba(3, 46, 96, 0.5) 0, #252320 100%) !important;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#intro {
  font-size: 2.4rem;
}

.button-row {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
  width: 100%;
  margin: 15px auto;
}

.fru-image-card {
  padding: 4px;
  font-family: "IBM Plex Sans", sans-serif;
}
.fru-image-card *:focus,
.fru-image-card *:focus-visible {
  outline: none;
  box-shadow: none;
  border: none;
}
.fru-image-card .card {
  height: 350px;
  border-radius: 0;
  border: 0 solid #ffde00;
  background-color: #f6f6f2;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transform: translateZ(0);
}
.fru-image-card .card.shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.fru-image-card .card:hover .btn-bg:before {
  opacity: 0.1;
}
.fru-image-card .card:active .btn-bg:before {
  opacity: 0.2;
}
.fru-image-card .title {
  background-color: #f6f6f2;
}
.fru-image-card .btn-label {
  color: #000;
}
.fru-image-card .image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 106px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.fru-image-card .body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 44px;
  transition: all 0.3s ease-in-out;
  background: #f6f6f2;
  transform: translateY(100%);
}
.fru-image-card .card.animated.hoverable:hover .body,
.fru-image-card .card.animated.open .body {
  transform: translateY(0);
}
.fru-image-card .body-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.fru-image-card .card.animated.hoverable:hover .body-bg,
.fru-image-card .card.animated.open .body-bg {
  background-color: #ffde00;
  opacity: 0.05;
  transition: all 0.3s ease-in-out;
}
.fru-image-card .body-title {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 44px;
  transition: all 0.3s ease-in-out;
  transform: translateY(100%);
}
.fru-image-card .card.animated.hoverable:hover .body-title,
.fru-image-card .card.animated.open .body-title {
  transform: translateY(0);
}
.fru-image-card .title {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 19px 20px;
  transition: all 0.3s ease-in-out;
  transform: translateY(-100%);
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.fru-image-card .card.animated.hoverable:hover .title,
.fru-image-card .card.animated.open .title {
  transform: translateY(0);
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  box-shadow: none;
}
.fru-image-card .title-text {
  font-size: 16px;
  line-height: 24px; /*!rtl:26px*/
  font-weight: 400;
  white-space: normal;
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.fru-image-card .title-fake {
  padding: 20px;
  visibility: hidden;
}
.fru-image-card .title-icon-slot {
  position: relative;
  width: 12px;
  line-height: 12px;
  margin-left: 10px;
}
.fru-image-card .title-icon-slot:before {
  content: " ";
  opacity: 0;
}
.fru-image-card .title-icon-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
}
.fru-image-card .title-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  transform: rotateX(180deg);
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
}
.fru-image-card .card.animated.hoverable:hover .title-icon,
.fru-image-card .card.animated.open .title-icon {
  transform: rotateX(0);
}
.fru-image-card .content {
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 44px;
  left: 0;
  opacity: 0;
  transition: all 0.15s ease-in-out;
  overflow: hidden;
}
.fru-image-card .card.animated.hoverable:hover .content,
.fru-image-card .card.animated.open .content {
  opacity: 1;
  transition: all 0.15s ease-in-out;
  transition-delay: 0.15s;
}
.fru-image-card .content-text {
  padding: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
}
.fru-image-card .content-text p {
  margin: 0;
}
.fru-image-card .content-text p:not(:last-child) {
  margin-bottom: 7px;
}
.fru-image-card .footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.fru-image-card .btn {
  position: relative;
  width: 100%;
  display: block;
  padding: 0 15px;
  margin: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border: 0;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.fru-image-card .btn-bg {
  background: #ffde00;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.fru-image-card .btn-bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #545862;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
.fru-image-card .btn-label {
  line-height: 44px;
  height: 44px;
  padding: 0 5px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
.fru-image-card .offTransition .body,
.fru-image-card .offTransition .body-bg,
.fru-image-card .offTransition .body-title,
.fru-image-card .offTransition .btn,
.fru-image-card .offTransition .btn-bg:before,
.fru-image-card .offTransition .content,
.fru-image-card .offTransition .title,
.fru-image-card .offTransition .title-icon {
  transition: none;
}
.fru-image-card .emoji-symbol {
  font-size: 1.13334em;
}
.fru-image-card .emoji-img {
  height: 1em;
  width: 1em;
  margin: 0 0.05em 0 0.1em;
  vertical-align: -0.1em;
  font-size: 1.13334em;
}
.fru-image-card__card--stopped {
  cursor: default !important;
}
.fru-image-card__card--stopped .btn-bg {
  background: #d7d7d7;
}

.org-list {
  display: grid;
  gap: 20px;
  width: 100%;
  grid-template-columns: 1fr;
}
@media (min-width: 769px) {
  .org-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 1024px) {
  .org-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1421px) {
  .org-list {
    grid-template-columns: repeat(3, 1fr);
  }
}