/* COLORS */
/* FONTS */
#intro-plain {
  padding-top: 250px;
}
#intro-plain .section-content {
  width: 60%;
}
#intro-plain .section-content .h1 .typewriter-placeholder .Typewriter__cursor {
  background: #00adef;
}
#intro-plain .section-content .typewriter-words {
  display: none;
}
#intro-plain > .section {
  margin-bottom: 0;
}
@media all and (max-width: 1023px) {
  #intro-plain {
    padding-top: 150px;
  }
  #intro-plain .section-content {
    width: 100%;
  }
}
@media screen and (max-width: 812px) {
  #intro-plain .h1 {
    width: 100%;
  }
}
/* COLORS */
/* FONTS */
#certificates {
  padding: 150px 0;
  background: url("/themes/custom/images/waves/hero_lightblue_full.svg") center center repeat-x transparent;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-top: calc(-1 * var(--magic-number));
}
#certificates .blocks {
  position: relative;
  z-index: 9;
  margin: 40px 0 -200px 0;
  color: #0c0d0e;
}
#certificates .blocks .items {
  position: relative;
  z-index: 19;
  padding-bottom: 10px;
  display: flex;
  justify-content: stretch;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}
#certificates .blocks .items .item {
  width: calc(33.33333% - 60px);
  margin: 30px;
}
#certificates .blocks .items .item .item-inner {
  padding: 40px 40px 100px 40px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
#certificates .blocks .items .item .item-inner .h5 {
  font-size: 16px;
  line-height: 18px;
}
#certificates .blocks .items .item .item-inner .button {
  position: absolute;
  bottom: 30px;
}
#certificates .blocks .items .item .item-inner .icon {
  height: 70px;
  width: auto;
  margin-bottom: 40px;
}
#certificates .blocks .items .item .item-inner .icon img {
  height: 100%;
  width: auto;
}
#certificates .blocks .items .item .item-inner .icon .lottie {
  height: 100%;
  display: inline-block;
}
@media all and (max-width: 1247px) {
  #certificates .blocks .items .item {
    width: calc(33.33333% - 20px);
    margin: 10px;
  }
}
@media all and (max-width: 1023px) {
  #certificates .blocks .items .item {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media screen and (max-width: 812px) {
  #certificates .blocks .items .item {
    width: 100%;
    margin: 30px;
  }
}
/*# sourceMappingURL=certificates.css.map */