/* COLORS */
/* FONTS */
#intro-withnumbers {
  padding: 250px 0 0;
  margin-bottom: 100px;
  background: url("/themes/custom/images/waves/hero_lightblue.svg") bottom center repeat-x transparent;
  background-size: cover;
  position: relative;
  z-index: 1;
}
#intro-withnumbers:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  padding-top: 3%;
  margin-top: -1px;
  display: block;
}
#intro-withnumbers .section .section-content > .h1 {
  width: 60%;
  padding-right: 130px;
}
#intro-withnumbers .facts {
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 16px 40px 0 rgba(112, 144, 176, 0.2);
  position: relative;
  overflow: hidden;
  margin-bottom: -100px;
  margin-top: 30px;
  height: 200px;
  z-index: 19;
}
#intro-withnumbers .facts .items {
  padding: 50px 0;
}
#intro-withnumbers .facts .items .item {
  width: 25%;
  float: left;
  text-align: center;
  border-left: 1px solid #d1d1da;
  line-height: 25px !important;
  height: 100px;
}
#intro-withnumbers .facts .items .item .value {
  margin: -8px 0 0 0 !important;
  line-height: 85px !important;
}
#intro-withnumbers .facts .items .item:first-child {
  border-left: 0 !important;
}
@media all and (max-width: 1599px) {
  #intro-withnumbers .facts {
    margin-top: 100px;
  }
  #intro-withnumbers .facts .items .item .value {
    line-height: 70px !important;
    margin-top: 0 !important;
  }
}
@media all and (max-width: 1439px) {
  #intro-withnumbers .facts {
    margin-top: 100px;
  }
  #intro-withnumbers .facts .items .item .value {
    font-size: 34px !important;
  }
}
@media all and (max-width: 1247px) {
  #intro-withnumbers .section .section-content > .h1 {
    width: 100%;
    padding-right: 0;
  }
  #intro-withnumbers .facts .items .item {
    line-height: 20px !important;
  }
  #intro-withnumbers .facts .items .item .value {
    line-height: 60px !important;
  }
}
@media all and (max-width: 1023px) {
  #intro-withnumbers .facts {
    margin-top: 70px;
    height: 280px;
    margin-bottom: -140px;
  }
  #intro-withnumbers .facts .items {
    padding: 20px 0;
  }
  #intro-withnumbers .facts .items .item {
    width: 50%;
    padding: 0 30px;
    margin: 20px 0;
    height: 80px;
  }
  #intro-withnumbers .facts .items .item:nth-child(3) {
    border-left: 0;
  }
}
@media screen and (max-width: 812px) {
  #intro-withnumbers .facts .items .item {
    text-align: left;
  }
}
@media screen and (max-width: 599px) {
  #intro-withnumbers .facts {
    height: auto;
  }
  #intro-withnumbers .facts .items {
    padding: 0;
  }
  #intro-withnumbers .facts .items .item {
    width: 100%;
    border: 0 !important;
    position: relative;
    margin: 20px 0 25px 0;
    text-align: left;
    height: auto !important;
  }
  #intro-withnumbers .facts .items .item .value {
    line-height: 40px !important;
    margin-top: 0 !important;
  }
  #intro-withnumbers .facts .items .item::before {
    content: "";
    width: calc(100% - 60px);
    height: 1px;
    background-color: #d1d1da;
    position: absolute;
    bottom: -25px;
    left: 30px;
  }
  #intro-withnumbers .facts .items .item:last-of-type::before {
    display: none;
  }
}
/* COLORS */
/* FONTS */
#investors .section .section-content {
  width: 60%;
}
#investors .investor-line {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 60px;
}
#investors .investor-line .investor {
  flex: calc(33.3333% - 20px) 0;
  background: #fff;
  box-shadow: 0 16px 40px 0 rgba(112, 144, 176, 0.2);
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  position: relative;
  /*
          img {
            max-width: 150px;
            max-height: 150px;
            object-fit: contain;
            margin: 20px auto;
          }
           */
}
#investors .investor-line .investor a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
#investors .investor-line .investor a[href]:hover ~ .image {
  transform: scale(1);
}
#investors .investor-line .investor .image {
  margin-bottom: 20px;
  border-radius: 12px;
  position: relative;
  padding-top: 40%;
  overflow: hidden;
  transform: scale(0.9);
  transition: transform 1s;
}
#investors .investor-line .investor .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s;
  object-fit: contain;
}
@media screen and (max-width: 812px) {
  #investors .investor-line .investor {
    flex: 100% 0;
  }
}
/* COLORS */
/* FONTS */
#board .section .section-content {
  width: 60%;
}
#board .section .board-members {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 60px;
}
#board .section .board-members .board-member {
  flex: calc(20% - 24px) 0;
  /*
            img {
              width: 100%;
              height: 170px;
              object-fit: cover;
              border-radius: 12px;
            }
             */
}
#board .section .board-members .board-member .member-name {
  font-weight: bold;
  color: #00adef;
  margin-top: 20px;
}
#board .section .board-members .board-member .image {
  margin-bottom: 20px;
  border-radius: 12px;
  background: #fafafa;
  position: relative;
  padding-top: 66.666%;
  overflow: hidden;
  transform: translateZ(0);
}
#board .section .board-members .board-member .image a {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(0);
}
#board .section .board-members .board-member .image a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s;
  object-fit: cover;
}
#board .section .board-members .board-member .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s;
}
@media all and (max-width: 1023px) {
  #board .section .board-members .board-member {
    flex: calc(33.3333% - 20px) 0;
  }
}
@media screen and (max-width: 812px) {
  #board .section .board-members .board-member {
    flex: calc(50% - 15px) 0;
  }
}
@media screen and (max-width: 699px) {
  #board .section .section-content {
    width: 100%;
  }
  #board .section .board-members .board-member {
    flex: 100%;
  }
}
/*# sourceMappingURL=board.css.map */