/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./components/banner/banner.scss ***!
  \********************************************************************************************************************************************************************************/
/* stylelint-disable */
.banner {
  position: relative;
}
.banner__slider {
  position: relative;
  z-index: 1;
  padding: 80px 0 150px 0;
  min-height: 400px;
}
.banner__slider--balanced {
  padding-bottom: 80px;
}
@media print, screen and (max-width: 63.99875em) {
  .banner__slider--balanced {
    padding-bottom: 40px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .banner__slider {
    padding: 40px 0;
    min-height: auto;
  }
}
.banner__item {
  position: relative;
}
.banner__item.no-slider {
  position: relative;
  z-index: 5;
  padding: 20px 0 80px 0;
}
.banner__text {
  padding-left: 3px;
  position: relative;
  width: 100%;
  max-width: 610px;
  font-size: 1rem;
  color: #ffffff;
}
.banner__text p {
  margin-bottom: 21px;
  line-height: 1.6;
  font-size: 1.125rem;
  color: #ffffff;
}
.banner__text p a {
  font-weight: 500;
  color: #ffffff;
}
.banner__text h1 {
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 3rem;
  line-height: 1;
  color: #ffffff;
}
@media print, screen and (max-width: 74.99875em) {
  .banner__text h1 {
    font-size: 2.5rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .banner__text h1 {
    font-size: 2rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .banner__text h1 {
    font-size: 1.5rem;
  }
}
.banner__features {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 40px;
}
.banner__features--vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}
.banner__features--slider {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}
.banner__feature {
  display: flex;
  align-items: center;
  gap: 12px;
}
.banner__feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  flex-shrink: 0;
}
.banner__feature-text {
  font-size: 0.95rem;
  color: #ffffff;
  line-height: 1.4;
}
.banner__review-slider {
  margin-top: 40px;
  max-width: 610px;
  padding-bottom: 30px;
}
@media print, screen and (max-width: 63.99875em) {
  .banner__review-slider {
    margin-top: 30px;
    padding-bottom: 24px;
  }
}
.banner__review-slider .slick-slide {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.banner__review-slider .slick-slide.slick-active {
  opacity: 1;
  transform: translateY(0);
}
.banner__review {
  display: flex !important;
  align-items: flex-start;
  gap: 16px;
}
.banner__review-photo {
  flex-shrink: 0;
}
.banner__review-photo-img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
}
@media print, screen and (max-width: 63.99875em) {
  .banner__review-photo-img {
    width: 48px;
    height: 48px;
  }
}
.banner__review-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.banner__review-text {
  font-size: 0.95rem;
  line-height: 1.4;
  color: #ffffff;
  font-style: italic;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 5.6em;
}
@media print, screen and (max-width: 63.99875em) {
  .banner__review-text {
    font-size: 0.85rem;
    max-height: 4.2em;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .banner__review-text {
    font-size: 0.8rem;
    max-height: 2.8em;
  }
}
.banner__review-author {
  display: flex;
  align-items: center;
  gap: 8px;
}
.banner__review-name {
  font-size: 0.9rem;
  font-weight: 600;
  color: #ffffff;
}
.banner__review-function {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
}
.banner__review-function::before {
  content: "•";
  margin-right: 8px;
}
.banner__image {
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  width: calc(100% - 80px);
  max-width: 1600px;
  height: 100% !important;
  background-color: #F9FBFC;
  transform: translateX(-50%) !important;
  z-index: 0 !important;
}
@media print, screen and (max-width: 74.99875em) {
  .banner__image {
    width: 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .banner__image {
    width: 100% !important;
  }
}
.banner__image:before, .banner__image:after {
  position: absolute;
  bottom: 0;
  z-index: 10;
  content: "";
}
.banner__image:before {
  left: 0;
  border-right: 25px solid transparent;
  border-bottom: 25px solid #ffffff;
}
.banner__image:after {
  right: 0;
  border-bottom: 25px solid #ffffff;
  border-left: 25px solid transparent;
}
.banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.banner__image iframe {
  width: 100%;
  height: 100%;
}
.banner__image-item {
  height: 100% !important;
  position: relative;
}
.banner__gradient {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at top right, rgba(3, 72, 149, 0.1) 0%, rgba(3, 72, 149, 0.9) 100%);
}
.banner__breadcrumb {
  margin-bottom: 42px;
  padding-top: 20px;
  padding-left: 3px;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 610px;
}
.banner__breadcrumb .breadcrumbs {
  color: #ffffff;
}
.banner__breadcrumb .breadcrumbs a {
  color: #ffffff;
}
.banner__breadcrumb .breadcrumbs a:hover {
  color: #ffffff;
}
.banner__breadcrumb .breadcrumbs span {
  color: #ffffff;
}
.banner__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 650px;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 64em) {
  .banner__content {
    padding-bottom: 50px;
    min-height: 340px;
  }
}
.banner__content h1 {
  margin-bottom: 13px;
}
.page-template-contact .banner__content {
  max-width: 560px;
}
.banner.banner--inner {
  min-height: 417px;
}
@media print, screen and (max-width: 39.99875em) {
  .banner.banner--inner {
    min-height: 350px;
  }
}
.banner.banner--inner .banner__content h1 {
  color: white;
}
.banner.banner--inner .banner__image:before {
  z-index: 10;
  left: 0;
  border-right: 34px solid transparent;
  border-bottom: 34px solid #ffffff;
}
.banner.banner--inner .banner__image:after {
  z-index: 10;
  right: 0;
  border-bottom: 34px solid #ffffff;
  border-left: 34px solid transparent;
}
.banner.banner--inner + .solution {
  margin-top: -70px;
}
@media print, screen and (max-width: 63.99875em) {
  .banner.banner--inner + .solution {
    margin-top: -40px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .banner.banner--inner + .solution {
    margin-top: 20px;
  }
}
.banner + .solution {
  margin-top: -170px;
}
@media print, screen and (max-width: 63.99875em) {
  .banner + .solution {
    margin-top: -100px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .banner + .solution {
    margin-top: 20px;
  }
}
.banner + .over {
  margin-top: 86px;
}
@media print, screen and (max-width: 63.99875em) {
  .banner + .connect {
    margin-top: 30px;
  }
}
.banner + .detail-blog {
  margin-top: -367px;
}
@media print, screen and (max-width: 39.99875em) {
  .banner + .detail-blog {
    margin-top: -295px;
  }
}
.banner + .filter--filterbg {
  padding-top: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .banner + .filter--filterbg {
    margin-top: 30px;
  }
}
