.home-page {
  line-height: 25px;
}
.home-page .spiral-box {
  background-color: #EDF0F5;
  background-image: url("/images/spiral-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 380px;
}
@media screen and (min-width: 441px) {
  .home-page .slanted-bottom {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  }
}
.home-page .hero-image-col {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
.home-page .hero-image-col .hero-photo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  margin-top: -20px;
  -webkit-transition: margin-top 0.2s ease-in-out;
  transition: margin-top 0.2s ease-in-out;
}
@media screen and (min-width: 1321px) and (max-width: 1399px) {
  .home-page .hero-image-col .hero-photo {
    margin-top: 0px;
  }
}
@media screen and (min-width: 1261px) and (max-width: 1320px) {
  .home-page .hero-image-col .hero-photo {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1171px) and (max-width: 1260px) {
  .home-page .hero-image-col .hero-photo {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1095px) and (max-width: 1170px) {
  .home-page .hero-image-col .hero-photo {
    margin-top: 55px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1094px) {
  .home-page .hero-image-col .hero-photo {
    margin-top: 80px;
  }
}
@media screen and (max-width: 999px) {
  .home-page .hero-image-col .hero-photo {
    margin-top: 55px;
  }
}
.home-page .hero-container {
  height: 450px;
}
.home-page .hero-container .hero-content-block {
  position: relative;
  z-index: 2;
  height: 100%;
}
.home-page .hero-container .hero-border-block {
  position: relative;
  height: calc(100% + 2px);
  background: lightgrey;
  top: -100%;
  z-index: 1;
}
.home-page .hero-container .hero-action-div {
  background: rgba(21, 40, 80, 0.1);
  border-radius: 10px;
  padding: 10px;
}
.home-page .hero-container .hero-action-overlap {
  position: relative;
  z-index: 100;
  margin-top: -625px;
  margin-left: 0px;
  padding: 25px;
}
.home-page .hero-container .hero-action {
  line-height: 20px;
  font-size: 13px;
}
.home-page .hero-container .hero-action-btn-text {
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  .home-page .hero-container {
    height: 600px;
  }
  .home-page .hero-container .hero-action-overlap {
    margin-top: -850px;
  }
}
@media screen and (max-width: 441px) {
  .home-page .hero-container .hero-action-overlap {
    margin-top: -750px;
  }
}
.home-page .home-bg {
  background-color: #EDF0F5;
  background-image: url("/images/home-bg-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
}
.home-page .home-card-img {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 750px;
  min-width: 400px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.home-page .home-card {
  background: white;
  border-radius: 10px;
  padding: 50px;
  text-align: center;
  margin-left: -150px;
  margin-right: 50px;
  max-width: 750px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 991px) {
  .home-page .home-card {
    margin-left: 0;
    margin-right: 0;
    max-width: unset;
  }
}
.home-page .butn.site-interest {
  background: #FFC757;
  color: #1C3863;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  text-decoration: none;
}
.home-page .butn.site-interest:hover {
  background: #152850;
  color: white;
}
.home-page .butn.site-interest:after {
  background: transparent;
}
.policy-page .secure-page-title {
  font-size: 35px;
}
.policy-page .home-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  border: 2px solid #8897AD;
  border-top-width: 10px;
  border-bottom-width: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  margin-bottom: 2rem;
}
.policy-page .wave-box {
  background-color: #EDF0F5;
  background-image: url("/images/waves bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 430px;
  padding-top: 3rem;
  padding-bottom: 6rem;
}
.policy-page .slanted-bottom {
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}
.policy-page .policy-bg {
  position: absolute;
  top: calc(50% - 250px);
  height: 500px;
  width: 100%;
  background-color: #EDF0F5;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .policy-page .policy-bg {
    height: 0;
  }
}
.policy-page .no-bullets {
  list-style-type: none;
}
.policy-page .icon-bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1em;
}
.policy-page .icon-bullet .fa-circle-check {
  margin-right: 0.5em;
  margin-top: 0.5em;
}

/*# sourceMappingURL=general.68769a777a1dd6cac130.css.map*/