.lp-hero {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 80px 0;
}
.lp-hero.with-background {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.lp-hero.with-background .information .body {
  text-shadow: 2px 2px 8px rgba(255, 255, 255, 0.32);
}
.lp-hero.with-background .img-logo {
  max-width: 150px;
  margin-bottom: 24px;
}
.lp-hero .information,
.lp-hero .image {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.lp-hero .information .adv {
  display: block;
  margin-bottom: 16px;
}
.lp-hero .information .title,
.lp-hero .information .description {
  width: 100%;
  display: inline-block;
}
.lp-hero .information .title {
  margin-bottom: 16px;
}
.lp-hero .information .btn-main {
  margin: 24px 8px 8px 0;
}
.lp-hero .image {
  position: relative;
}
.lp-hero .image .img-hero {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.lp-hero .image .img-logo {
  position: absolute;
  z-index: 5;
  top: 40px;
  right: 40px;
  max-width: 132px;
  height: auto;
}
.text-beam .text,
.text-beam .image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.text-beam .text .body,
.text-beam .image .body {
  width: 100%;
}
.text-beam .image img {
  width: 100%;
}
.text-beam .image .signature {
  width: 100%;
  display: inline-block;
  margin-top: 16px;
}
.text-beam .extra-content {
  width: 100%;
  display: inline-block;
  margin-top: 64px;
}
.text-beam .btn-main {
  margin-top: 24px;
}
.icon-boxes {
  width: 100%;
  display: inline-block;
}
.icon-boxes.lift .box .icon {
  height: 124px;
}
.icon-boxes .row {
  row-gap: 64px;
}
.icon-boxes .box {
  text-align: center;
}
.icon-boxes .box .icon {
  height: 64px;
  width: auto;
  margin-bottom: 16px;
}
.video {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video iframe {
  border-radius: 24px;
}
.act-beam {
  width: 100%;
  display: inline-block;
  margin: 100px 0;
  border: 4px solid #234286;
  border-radius: 8px;
  padding: 64px 48px;
  text-align: center;
}
.act-beam .btn-box {
  margin-top: 50px;
}
.act-beam.bg-main-color-dark {
  background-color: #234286;
  color: #FFFFFF;
}
.act-beam.bg-main-color-dark h1,
.act-beam.bg-main-color-dark h2,
.act-beam.bg-main-color-dark h3,
.act-beam.bg-main-color-dark h4,
.act-beam.bg-main-color-dark h5,
.act-beam.bg-main-color-dark h6 {
  color: #FFFFFF;
}
.act-beam.bg-main-color-extra-light {
  border-color: #F5F7FC;
  background-color: #F5F7FC;
}
.product-info {
  width: 100%;
  display: inline-block;
}
.product-info .awarded {
  display: inline-block;
  color: #234286;
  font-weight: 600;
  background-color: #BCC9E4;
  border-radius: 4px;
  padding: 4px 12px;
  margin-bottom: 14px;
}
.product-info .content {
  width: 100%;
  display: inline-block;
  margin-bottom: 16px;
}
.product-info .information {
  width: 100%;
  display: flex;
  align-items: center;
  border-top: 1px solid #D5D9DC;
  border-bottom: 1px solid #D5D9DC;
  padding: 10px 0;
  margin-bottom: 32px;
}
.product-info .information.rose {
  margin-top: -33px;
}
.product-info .information.rose .number {
  color: #E0537C;
}
.product-info .information .number,
.product-info .information .info {
  display: inline-block;
  float: left;
}
.product-info .information .number {
  width: 30%;
  margin-bottom: 0;
}
.product-info .information .info {
  width: 70%;
}
.expert-card {
  width: 100%;
  display: inline-block;
}
.expert-card .extra-content {
  margin-top: 32px;
}
.profile {
  width: 100%;
  display: flex;
  align-items: center;
}
.profile .thumb-box,
.profile .info-box {
  display: inline-block;
  float: left;
}
.profile .thumb-box {
  width: 200px;
}
.profile .thumb-box img {
  width: 160px;
  height: 160px;
  border-radius: 80px;
  border: 1px solid #D5D9DC;
  object-fit: cover;
}
.profile .info-box {
  width: calc(100% - 200px);
}
/*Min width: 1200*/
/*Min width: 992*/
@media (max-width: 1199px) {
  .act-beam {
    margin: 80px 0;
    padding: 56px 32px;
  }
}
/*Min width: 768*/
@media (max-width: 991px) {
  .lp-hero .information,
  .lp-hero .image {
    display: inline-block;
  }
  .lp-hero .image {
    margin-top: 60px;
  }
  .video iframe {
    height: 450px;
  }
}
/*Min width: 576*/
@media (max-width: 767px) {
  .icon-boxes.lift .box .icon {
    height: 92px;
  }
  .video iframe {
    height: 290px;
  }
}
/*Min width: 425*/
@media (max-width: 575px) {
  .lp-hero .image {
    margin-top: 42px;
  }
  .lp-hero .btn-main {
    margin-right: 0;
  }
  .video iframe {
    height: 200px;
    border-radius: 12px;
  }
  .profile .thumb-box {
    width: 140px;
  }
  .profile .thumb-box img {
    width: 116px;
    height: 116px;
  }
  .profile .info-box {
    width: calc(100% - 140px);
  }
}
/*Min width: 320*/
@media (max-width: 424px) {
  .icon-boxes .row {
    row-gap: 40px;
  }
  .video iframe {
    height: 180px;
  }
  .act-beam {
    margin: 64px 0;
    padding: 56px 18px;
  }
  .act-beam .btn-box {
    margin-top: 32px;
  }
}
