/* 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;
  }
}
/* COLORS */
/* FONTS */
#cert-details .section-content {
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 29;
  text-align: center;
}
#cert-details .section-content .h1 {
  font-size: 60px;
  line-height: 70px;
}
#cert-details .section-content .cert-data {
  margin: 40px 0;
}
#cert-details .section-content .cert-data ul {
  text-align: left;
}
#cert-details .section-content .cert-data ul li {
  border-bottom: 1px solid #d9d9d9;
  padding: 15px 40px !important;
}
#cert-details .section-content .cert-data ul.checkmarks li:before {
  top: calc(50% - 2px);
  transform: translateY(-50%);
}
#cert-details .section-content .cert-data ul.checkmarks li:after {
  top: calc(50% - 4px);
  transform: translateY(-50%);
}
@media all and (max-width: 1247px) {
  #cert-details .section-content .h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media all and (max-width: 1023px) {
  #cert-details .section-content {
    width: 100%;
  }
}
@media screen and (max-width: 812px) {
  #cert-details .section-content {
    text-align: left;
  }
  #cert-details .section-content .cert-data {
    text-align: center;
  }
  #cert-details .section-content .h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
/*# sourceMappingURL=cert-list.css.map */