/* COLORS */
/* FONTS */
#intro-withimage {
  position: relative;
  background: url("/themes/custom/images/waves/hero_purple.svg") bottom center repeat-x transparent;
  background-size: cover;
  color: #fff;
}
#intro-withimage .button:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #191b46 !important;
}
#intro-withimage .h1,
#intro-withimage .subtitle {
  color: #fff;
}
#intro-withimage .section {
  padding-top: 240px;
}
@media screen and (max-width: 599px) {
  #intro-withimage .section {
    padding-top: 100px;
  }
}
#intro-withimage .section-flex {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
#intro-withimage .section-flex .image {
  order: 2;
  flex: 1 1 0%;
  min-width: 240px;
  position: relative;
}
#intro-withimage .section-flex .section-content {
  order: 1;
  flex: 1 1 0%;
  min-width: 240px;
}
@media screen and (max-width: 812px) {
  #intro-withimage .section-flex {
    flex-direction: column;
  }
  #intro-withimage .section-flex .image {
    order: 1;
  }
  #intro-withimage .section-flex .section-content {
    order: 2;
  }
}
@media only screen and (min-width: 813px) {
  #intro-withimage .section-flex .image img {
    position: absolute;
    right: -90px;
    transform: scale(1.35) translateY(-40%);
  }
}
#intro-withimage .section-content {
  position: relative;
  z-index: 29;
  margin-bottom: 150px;
}
#intro-withimage .section-content .h1 .typewriter-placeholder .Typewriter__cursor {
  background: #00adef;
}
#intro-withimage .section-content .typewriter-words {
  display: none;
}
#intro-withimage .section-content .text {
  margin-bottom: 20px;
}
#intro-withimage .section-content .links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#intro-withimage .section-content .links .app-container {
  margin-right: 10px;
  float: left;
}
#intro-withimage .section-content .links .app-container .dropdown-content {
  right: auto;
  left: 0;
  margin: 10px 0 0 0;
  padding: 30px;
  border-radius: 12px;
}
#intro-withimage .section-content .links .app-container .dropdown-content .downloads {
  white-space: nowrap;
  font-size: 0px;
  line-height: 0px;
}
#intro-withimage .section-content .links .app-container .dropdown-content .downloads a {
  display: inline-block;
}
#intro-withimage .section-content .links .app-container .dropdown-content .downloads a img {
  height: 50px;
  width: auto;
  max-width: none;
}
#intro-withimage .section-content .links .app-container .dropdown-content .downloads a:first-child {
  margin-right: 20px;
}
#intro-withimage .section-content .links .app-container .dropdown-content .downloads a:hover {
  opacity: 0.5;
}
#intro-withimage .section-content .links .app-container .dropdown-content:before {
  right: auto;
  left: 30px;
}
#intro-withimage .section-content .links a.request {
  float: left;
}
/* COLORS */
/* FONTS */
#what-it-does .section-content {
  width: 60%;
  margin-bottom: 50px;
}
#what-it-does .inner-container {
  margin: 0 auto;
  width: 80%;
}
#what-it-does .what-boxes {
  margin-top: 40px;
}
#what-it-does .what-boxes .items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#what-it-does .what-boxes .items .item {
  display: flex;
  flex-direction: column;
  flex: 1 0 32%;
  min-width: 260px;
  gap: 1rem;
  background: #fff;
  box-shadow: 0 16px 40px 0 rgba(112, 144, 176, 0.2);
  border-radius: 12px;
  padding: 30px;
  position: relative;
}
#what-it-does .what-boxes .items .item:last-child {
  background: #00adef;
  color: #fff;
  box-shadow: none;
}
#what-it-does .what-boxes .items .item .field--name-field-title {
  font-weight: bold;
  margin-bottom: 20px;
}
/* COLORS */
/* FONTS */
#about-us-one-line .section-flex {
  display: flex;
  align-items: end;
  gap: 1rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
#about-us-one-line .section-content {
  flex: 1 1 0%;
  position: relative;
  z-index: 29;
  padding-right: 60px;
}
#about-us-one-line .facts {
  flex: 1 1 0%;
  position: relative;
  overflow: hidden;
  z-index: 19;
}
#about-us-one-line .facts .items .item {
  width: 50%;
  float: left;
  border-left: 1px solid #d1d1da;
  line-height: 25px !important;
  height: 100px;
  padding: 0 30px;
}
#about-us-one-line .facts .items .item .value {
  margin: -8px 0 0 0 !important;
  line-height: 85px !important;
}
@media all and (max-width: 1599px) {
  #about-us-one-line .facts .items .item .value {
    line-height: 70px !important;
    margin-top: 0 !important;
  }
}
@media all and (max-width: 1247px) {
  #about-us-one-line .facts .items .item {
    line-height: 20px !important;
  }
  #about-us-one-line .facts .items .item .value {
    line-height: 60px !important;
  }
}
@media all and (max-width: 1023px) {
  #about-us-one-line .facts .items .item {
    width: 50%;
  }
  #about-us-one-line .facts .items .item:nth-child(3) {
    border-left: 0;
  }
}
@media screen and (max-width: 812px) {
  #about-us-one-line .section-content {
    text-align: left;
  }
  #about-us-one-line .section-content .cert-data {
    text-align: center;
  }
  #about-us-one-line .facts {
    height: auto;
  }
  #about-us-one-line .facts .items {
    padding: 0;
  }
  #about-us-one-line .facts .items .item {
    width: 100%;
    border: 0 !important;
    position: relative;
    margin: 20px 0 25px 0;
    height: auto !important;
    text-align: left;
    padding: 0;
  }
  #about-us-one-line .facts .items .item .value {
    line-height: 40px !important;
    margin-top: 0 !important;
  }
  #about-us-one-line .facts .items .item::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #d1d1da;
    position: absolute;
    bottom: -25px;
    left: 0;
  }
  #about-us-one-line .facts .items .item:last-of-type::before {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #about-us-one-line .section-flex {
    flex-direction: column;
    align-items: initial;
  }
  #about-us-one-line .section-content {
    padding-right: 0;
  }
  #about-us-one-line .section-content .cert-data ul.checkmarks li {
    position: relative;
  }
  #about-us-one-line .section-content .cert-data ul.checkmarks li a {
    text-indent: -9999px;
  }
  #about-us-one-line .section-content .cert-data ul.checkmarks li a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
  }
}
/*# sourceMappingURL=about-us-one-line.css.map */