.w-1180 {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.header {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .email {
  font-size: 32px;
  font-weight: bold;
  color: #1e4388;
}

.base-desc {
  margin-top: 67px;
  margin-bottom: 38px;
}

.base-desc h4 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 28px;
}

.base-desc p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.base-desc p span {
  color: #1e4388;
}

.main-content {
  display: flex;
  justify-content: space-between;
}

.main-content .product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
  width: calc(100% - 280px);
  padding-left: 0;
  margin-top: 0;
}

.main-content .product-list .product-item {
  width: calc(100% / 3 - 22px);
  min-height: 491px;
  border: solid 1px #cad0dc;
  margin-bottom: 22px;
  margin-right: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 14px;
  box-sizing: border-box;
  position: relative;
}

.main-content .product-list .product-item:hover {
  border: solid 2px #1e4388;
}

.main-content .product-list .product-item h5 {
  text-align: center;
  font-size: 18px;
  font-family: Arial;
  font-weight: bold;
  color: #1e4388;
  line-height: 24px;
  margin-bottom: 15px;
  margin-top: 0;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; */
}

.main-content .product-list .product-item .imgBox {
  height: 220px;
  position: relative;
}

.main-content .product-list .product-item .imgBox img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
}

.main-content .product-list .product-item p {
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #2d3e50;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.main-content .product-list .product-item .download-btn {
  width: 100%;
  height: 46px;
  margin: 0 auto;
  background: #1e4388;
  text-align: center;
  line-height: 46px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.main-content .product-list .product-item .download-btn a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.main-content .right-form {
  width: 280px;
  margin-left: 0;
  border-top: solid 4px #1e4388;
}

.main-content .right-form h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: 29px 0;
}

.question {
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  margin: 43px 0 76px 0;
}

.question strong {
  font-weight: bold;
}

.form-title {
  font-size: 28px;
  font-family: Arial;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  margin-bottom: 43px;
  text-align: center;
}

footer {
  background-color: #1e4388;
}

.footer .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 372px;
}

.footer .footer-content .footer-left h5 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 21px;
}

.footer .footer-content .footer-left h6 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}

.footer .footer-content .footer-left p {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
}

.footer .footer-bottom {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  font-size: 14px;
  height: 77px;
  line-height: 77px;
}

.footer .footer-bottom p {
  color: rgba(255, 255, 255, 0.9);
}

.hbspt-form .hs_recaptcha.hs-recaptcha.field {
  display: none !important;
}

a.cta_button {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  vertical-align: middle;
}

.hs-breadcrumb-menu {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.hs-breadcrumb-menu-item {
  float: left;
  padding: 10px 0px 10px 10px;
}

.hs-breadcrumb-menu-divider:before {
  content: "›";
  padding-left: 10px;
}

.hs-featured-image-link {
  border: 0;
}

.hs-featured-image {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 50%;
}

.hs-screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.right-form .form-title {
  font-size: 18px;
  text-align: center;
  margin: 30px 0;
}

.form-content {
  height: 1000px;
}

@media (max-width: 850px) {
  .main-content .right-form {
    display: none;
  }

  .main-content .product-list {
    width: 100%;
  }
}

@media (max-width: 750px) {
  .form-title {
    font-size: 18px;
  }

  .form-content {
    height: 1314px;
  }

  .base-desc {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .base-desc h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .base-desc p {
    font-size: 14px;
  }

  .body-container-wrapper {
    margin: 0 15px;
  }

  .main-content .product-list .product-item {
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .main-content .product-list .product-item .content {
    text-align: center;
  }

  .main-content .product-list .product-item p {
    margin-bottom: 10px;
  }

  .main-content .product-list .product-item img {
    width: auto;
    margin: 0 auto;
  }

  .header {
    flex-wrap: wrap;
  }

  .header .email {
    font-size: 18px;
  }

  .question {
    margin: 15px 0;
    font-size: 14px;
  }

  .footer .footer-content {
    flex-direction: column;
    height: auto;
    padding: 15px 15px 0;
  }

  .footer .footer-content .footer-left h5 {
    font-size: 15px;
    margin-bottom: 12px;
  }

  .footer .footer-content .footer-left h6 {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .footer .footer-content .footer-left p {
    font-size: 14px;
    line-height: 26px;
  }
}

@media (max-width: 568px) {
  .hs-featured-image {
    float: none;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 485px) {
  .header {
    justify-content: center;
  }

  .form-content {
    height: 1450px;
  }
}

.tipsBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 99999;
}

.tipsBox .content {
  width: 450px;
  height: 500px;
  background: #ffffff;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 35%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
}

.tipsBox .content .closeBtn {
  display: block;
  text-align: right;
}
.tipsBox .content .closeBtn img {
  cursor: pointer;
}

.tipsBox .content .btn {
  width: 332px;
  height: 70px;
  background: #888888;
  text-align: center;
  line-height: 70px;
  font-size: 38px;
  font-weight: bold;
  color: #ffffff;
  margin: 35px auto;
}

.tipsBox .content p {
  display: block;
  width: 358px;
  font-size: 28px;
  font-weight: 400;
  color: #333333;
  line-height: 38px;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
  padding-top: 25px;
}

.tipsBox .content p.desc2 {
  padding-top: 45px;
  color: #1e4388;
  font-weight: bold;
}

@media (max-width: 750px) {
  .tipsBox .content {
    width: 90%;
    top: 40%;
    height: auto;
  }
  .tipsBox .content .btn {
    width: 100%;
    margin: 20px auto;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
  }
  .tipsBox .content p {
    width: 100%;
    padding-top: 20px;
    font-size: 22px;
  }
  .tipsBox .content p.desc2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
