@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wdth,wght@0,75,300..800;1,75,300..800&display=swap");
@font-face {
  font-family: NotoSansRegular;
  src: url(../fonts/NotoSans-Regular.ttf);
}
@font-face {
  font-family: NotoSansBold;
  src: url(../fonts/NotoSans-Bold.ttf);
}
@font-face {
  font-family: NotoSansLight;
  src: url(../fonts/NotoSans-Light.ttf);
}
.boxWrapper {
  width: 100%;
}

.box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  color: #fff;
  gap: 1.5rem;
  border: 2px dashed #fff;
  border-radius: 1.25rem;
  color: #fff;
  gap: 1.5rem;
  padding: 24px;
  box-sizing: border-box;
}
.box h6 {
  margin: 0;
}
.box .wp-block-post-title a {
  text-decoration: none;
  color: #096;
}
.box .wp-block-post-excerpt__more-link {
  text-decoration: none;
}

.wp-block-post-excerpt {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-template-rnd-archive .wp-block-post-excerpt__more-link {
  text-decoration: none;
}

.page-template-rnd-archive .wp-block-separator {
  display: none;
}

.page-template-rnd-archive .wp-block-post-excerpt__more-text {
  margin-left: auto;
  margin-right: auto;
}

.page-template-rnd-archive .wp-block-post-excerpt {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-template-rnd-archive .wp-block-post-excerpt__excerpt {
  flex-grow: 1;
}

.page-template-rnd-archive .wp-block-post.post.type-post.status-publish {
  display: flex;
}

ul.is-layout-flow.is-flex-container.columns-3.wp-block-post-template {
  padding-inline: 10px !important;
}

@media (max-width: calc(768px - 0.0625rem)) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: calc(992px - 0.0625rem)) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
    width: 48%;
  }
}
.boxedProject {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.projectSlideLogoWrap {
  display: flex;
  justify-content: center;
  width: 100%;
  border-radius: 20px 20px 0px 0px;
  background: radial-gradient(134.23% 88.35% at 66.1% 56.75%, rgba(0, 163, 109, 0.5) 0%, #003D29 100%);
  padding-block: 32px;
}

.boxedProjectMain {
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 24px;
  align-self: stretch;
  border-radius: 0px 0px 20px 20px;
  background: #313131;
  flex: 1;
}
.boxedProjectMain .boxedProjectFields {
  display: flex;
  flex-direction: column;
}
.boxedProjectMain .excerpt-wrap p {
  margin: 0;
}

.boxedProjectButtonWrap {
  width: 100%;
  display: flex;
  flex: 0;
}

/*# sourceMappingURL=card.css.map */
