@font-face {
  font-family: 'sfuiText_regular';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(//theme.hstatic.net/200000469481/1001032507/14/sfuitext-regular.woff?v=402) format("woff"); }

@font-face {
  font-family: 'sfuiText_bold';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("//theme.hstatic.net/200000469481/1001032507/14/sfuitext-bold.woff?v=402") format("woff"); }

@font-face {
  font-family: 'sfuiText_medium';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("//theme.hstatic.net/200000469481/1001032507/14/sfuitext-medium.woff?v=402") format("woff"); }

@font-face {
  font-family: 'sfuiText_semibold';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("//theme.hstatic.net/200000469481/1001032507/14/sfuitext-semibold.woff?v=402") format("woff"); }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* 1.2 - HTML5 Elements */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

html {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  font-family: 'sfuiText_regular',sans-serif;
  font-size: 16px;
  color: #2a363b;
  overflow-x: hidden;
  background: #fff;
  -webkit-font-smoothing: antialiased; }

a, a:hover {
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

a:hover {
  text-decoration: none; }

img, svg {
  max-width: 100%; }

ol, ul {
  margin: 0; }

ul, ol {
  margin: 0;
  list-style: none; }

img.lazyload:not([src]) {
  visibility: hidden; }

.lazyload {
  opacity: 0.1;
  background-color: #e8edef; }

.lazyloading {
  opacity: 1;
  transition: opacity 300ms; }

.lazyload-image {
  box-sizing: content-box;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: auto; }

.lazyload-image img {
  display: block; }

.lazyload-image .lazyload-image__placeholder {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  /*  image height / width * 100% */ }

.lazyload-image .lazyload-image__placeholder img,
.lazyload-image .lazyload-image__placeholder iframe,
.lazyload-image .lazyload-image__placeholder .lazyload {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: none;
  overflow: hidden;
  font-family: "blur-up: auto", "object-fit: contain";
  -o-object-fit: contain;
  object-fit: contain; }

/*========= SVG  ========= */
.lgghn-1 {
  fill: #ff8200; }

.lgghn-2 {
  fill: #074f80; }

.logo-hrv svg {
  fill: #00579a; }

@-webkit-keyframes fragment {
  0% {
    -webkit-transform: translateX(0) translateZ(0) scaleY(1);
    transform: translateX(0) translateZ(0) scaleY(1); }
  50% {
    -webkit-transform: scale(1.1) translateX(-25%) translateZ(0);
    transform: translateX(-25%) translateZ(0) scaleY(1); }
  100% {
    -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
    transform: translateX(-50%) translateZ(0) scaleY(1); } }

@keyframes fragment {
  0% {
    -webkit-transform: translateX(0) translateZ(0) scaleY(1);
    transform: translateX(0) translateZ(0) scaleY(1); }
  50% {
    -webkit-transform: scale(1.1) translateX(-25%) translateZ(0);
    transform: translateX(-25%) translateZ(0) scaleY(1); }
  100% {
    -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
    transform: translateX(-50%) translateZ(0) scaleY(1); } }

/*========= button hover ========= */
@media (min-width: 1200px) {
  .container-fluid {
    max-width: 1600px; } }

.hrv-webform-digital {
  cursor: pointer;
  min-width: 240px; }

.btn-hover-vertical {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.btn-hover-vertical:before {
  content: '';
  background-color: #f9a825;
  position: absolute;
  top: 0;
  left: -2px;
  width: 0%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.btn-hover-vertical:hover::before {
  opacity: 1;
  right: -2px;
  width: calc(100% + 4px); }

/*========== MAIN CONTENT ==============*/
.blockldp-heading {
  margin-bottom: 30px; }
  .blockldp-heading h2 {
    margin: 0;
    font-size: 36px;
    color: #0047BA;
    font-family: var(--hrv-font-family-bold);
    line-height: 1.3; }
  .blockldp-heading h2.cl-white {
    color: #ffffff; }
  .blockldp-heading .subtitle {
    font-size: 22px;
    line-height: 1.6;
    font-family: var(--hrv-font-family-regular);
    color: #26323d;
    letter-spacing: -0.25px;
    margin: 5px auto 0;
    max-width: 840px; }
  .blockldp-heading .subtitle.cl-white {
    color: #ffffff; }
  @media (max-width: 991px) and (min-width: 768px) {
    .blockldp-heading h2 {
      font-size: 30px; }
    .blockldp-heading .subtitle {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .blockldp-heading {
      margin-bottom: 20px; }
    .blockldp-heading h2 {
      font-size: 26px;
      line-height: 1.3; }
    .blockldp-heading .subtitle {
      font-size: 20px; } }

.blockldp-actions .btn-begins {
  min-width: 220px;
  cursor: pointer;
  outline: none;
  text-align: center;
  margin: 0;
  padding: 16px 24px 12px;
  text-transform: uppercase;
  background-color: #2962ff;
  border: 1px solid #2962ff;
  letter-spacing: -0.4px;
  color: #ffffff;
  font-size: 18px;
  font-family: var(--hrv-font-family-bold);
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .blockldp-actions .btn-begins.btn-white {
    background-color: #ffffff;
    color: #ff6e00; }
  .blockldp-actions .btn-begins:hover, .blockldp-actions .btn-begins:focus {
    color: #fff;
    background: #f9a825;
    border-color: #f9a825; }

.blockldp-actions p {
  margin: 0; }

@media (max-width: 767px) {
  .blockldp-actions .btn-begins {
    min-width: 180px;
    padding: 10px 15px;
    font-size: 16px; } }

/*===== HEADER =================================*/
.header-topbar {
  padding: 16px 0 20px;
  background: #0047ba;
  border-bottom: 1px solid #3dc3ff; }
  .header-topbar .topbar-details .tpb-logo svg {
    height: 60px; }
  .header-topbar .topbar-details .tpb-title {
    margin: 0;
    letter-spacing: -0.4px;
    font-size: 26px;
    color: #FFE713;
    font-family: var(--hrv-font-family-bold); }
  .header-topbar .topbar-details .tpb-title .sizebig {
    font-size: 34px; }
  .header-topbar .topbar-details .tpb-text {
    margin: 2px 0 0;
    color: #ffffff;
    letter-spacing: -0.6px;
    font-size: 16px; }
  .header-topbar .topbar-details .wrap-detail {
    padding-right: 35px;
    padding-left: 5px; }
  .header-topbar .topbar-actions .btn-topbar {
    text-align: center;
    outline: none;
    cursor: pointer;
    margin: 0;
    padding: 12px 20px;
    letter-spacing: -0.45px;
    background-color: #f5b100;
    border: 1px solid #f5b100;
    color: #ffffff;
    font-size: 16px;
    font-family: 'sfuiText_bold', sans-serif;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.2); }
    .header-topbar .topbar-actions .btn-topbar:before {
      background-color: #efe713; }
    .header-topbar .topbar-actions .btn-topbar:hover, .header-topbar .topbar-actions .btn-topbar:focus {
      color: #331203;
      background: #efe713;
      border-color: #efe713; }
  @media (min-width: 992px) {
    .header-topbar .topbar-container {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .header-topbar .topbar-details .tpb-logo svg {
      height: 50px; }
    .header-topbar .topbar-details .tpb-title {
      font-size: 25px; }
    .header-topbar .topbar-details .tpb-title .sizebig {
      font-size: 32px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .header-topbar .topbar-details {
      padding-right: 30px; }
      .header-topbar .topbar-details .tpb-logo svg {
        height: 45px; }
      .header-topbar .topbar-details .tpb-title {
        font-size: 21px; }
      .header-topbar .topbar-details .tpb-title .sizebig {
        font-size: 30px; }
      .header-topbar .topbar-details .tpb-text {
        font-size: 15px; }
      .header-topbar .topbar-details .wrap-detail {
        padding: 10px 0 0px; } }
  @media (max-width: 767px) {
    .header-topbar .topbar-container {
      -ms-flex-direction: column;
      flex-direction: column; }
    .header-topbar .topbar-details .tpb-logo svg {
      height: 42px; }
    .header-topbar .topbar-details .tpb-title {
      font-size: 21px; }
    .header-topbar .topbar-details .tpb-title .sizebig {
      font-size: 28px; }
    .header-topbar .topbar-details .tpb-text {
      font-size: 14px; }
    .header-topbar .topbar-details .wrap-detail {
      padding: 12px 0; } }

.footer-ldpage {
  background: #0047ba;
  color: #fff;
  padding: 85px 0 80px; }
  .footer-ldpage .footer-title {
    font-size: 32px;
    letter-spacing: 0;
    font-family: var(--hrv-font-family-bold);
    color: #fff;
    margin: 0 0 30px; }
  .footer-ldpage .footer-title.title-help {
    font-size: 42px;
    line-height: 1.25; }
  .footer-ldpage .footer-content ul li {
    font-size: 16px;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
  .footer-ldpage .footer-content ul li:not(:last-child) {
    padding-bottom: 15px; }
  .footer-ldpage .footer-content ul li svg {
    width: 20px;
    height: 25px;
    fill: #fff;
    margin-right: 10px;
    -webkit-flex: 0 0 20px;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px; }
  .footer-ldpage .footer-content ul li a {
    color: #fff;
    word-break: break-word; }
  @media (max-width: 991px) and (min-width: 768px) {
    .footer-ldpage .footer-title.title-help {
      font-size: 40px;
      text-align: center;
      margin-bottom: 50px; }
    .footer-ldpage .footer-title {
      font-size: 28px; } }
  @media (max-width: 767px) {
    .footer-ldpage {
      padding: 50px 0; }
    .footer-ldpage .footer-title.title-help {
      max-width: initial;
      margin-top: 0;
      margin-bottom: 15px;
      font-size: 28px; }
    .footer-ldpage .footer-title {
      font-size: 26px;
      margin-top: 30px;
      margin-bottom: 15px; }
    .footer-ldpage .footer-content ul li {
      font-size: 14px; } }

[class^="section-sales-"] {
  padding: 60px 0; }

@media (max-width: 767px) {
  [class^="section-sales-"] {
    padding: 45px 0; } }

.section-sales-overview {
  position: relative;
  overflow: hidden;
  padding: 0px;
  background: #276AFF; }
  .section-sales-overview .overview-detail__block {
    padding-top: 80px;
    padding-bottom: 60px; }
  .section-sales-overview .overview-detail .block-heading h1 {
    margin: 0 0 12px;
    line-height: 1.2;
    font-size: 42px;
    color: #ffffff;
    font-family: var(--hrv-font-family-bold); }
  .section-sales-overview .overview-detail .block-heading h1 .hlight {
    color: #FFE713; }
  .section-sales-overview .overview-detail .block-endow {
    margin-left: -5px; }
  .section-sales-overview .overview-detail .block-contact .contact--item {
    position: relative;
    margin-right: 30px;
    margin-top: 16px;
    -ms-display: inline-flex;
    display: inline-flex;
    align-items: center;
    align-items: center;
    letter-spacing: -0.45px;
    color: #ffffff;
    font-size: 18px;
    font-family: 'sfuiText_bold', sans-serif; }
    .section-sales-overview .overview-detail .block-contact .contact--item:last-child {
      margin-right: 0px; }
    .section-sales-overview .overview-detail .block-contact .contact--item .boxico {
      width: 36px;
      height: 36px;
      flex: 0 0 36px;
      margin-right: 10px;
      background: #FFF501;
      display: block;
      border-radius: 50%;
      text-align: center; }
      .section-sales-overview .overview-detail .block-contact .contact--item .boxico svg {
        height: 100%;
        width: 80%; }
  @media (min-width: 992px) {
    .section-sales-overview .overview-detail {
      -ms-align-self: center;
      align-self: center;
      -ms-flex: 0 0 44%;
      flex: 0 0 44%;
      max-width: 44%;
      padding-right: 25px; }
    .section-sales-overview .overview-image {
      -ms-align-self: flex-end;
      align-self: flex-end;
      -ms-flex: 0 0 calc(50vw + 6%);
      flex: 0 0 calc(50vw + 6%);
      max-width: calc(50vw + 6%);
      padding-right: 0; }
      .section-sales-overview .overview-image__block {
        max-width: 880px; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .section-sales-overview .overview-detail {
      padding-right: 12px; }
      .section-sales-overview .overview-detail__block {
        padding-top: 80px;
        padding-bottom: 35px; }
      .section-sales-overview .overview-detail .block-heading h1 {
        font-size: 38px; }
      .section-sales-overview .overview-detail .block-contact .contact--item {
        font-size: 16px;
        margin-right: 25px; }
        .section-sales-overview .overview-detail .block-contact .contact--item .boxico {
          width: 30px;
          height: 30px;
          flex: 0 0 30px;
          margin-right: 8px; } }
  @media (max-width: 767px) {
    .section-sales-overview .container-fluid {
      max-width: 540px; }
    .section-sales-overview .overview-detail__block {
      padding-top: 40px;
      padding-bottom: 10px; }
    .section-sales-overview .overview-detail .block-heading h1 {
      font-size: 28px; }
    .section-sales-overview .overview-detail .block-contact .contact--item {
      font-size: 13px;
      margin-right: 13px;
      margin-top: 10px; }
      .section-sales-overview .overview-detail .block-contact .contact--item .boxico {
        width: 22px;
        height: 22px;
        flex: 0 0 22px;
        margin-right: 6px; }
    .section-sales-overview .overview-image {
      padding: 0; } }

.section-sales-process {
  background: radial-gradient(50% 50% at 50% 50%, #276AFF 0%, #276AFF 100%); }
  .section-sales-process .process-item__inner {
    background: #FFFFFF;
    border: 1px solid #E2E3E4;
    height: 100%;
    box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
    border-radius: 8px; }
  .section-sales-process .process-item .process--title {
    padding: 24px 16px 8px;
    border-bottom: 1px solid #E2E3E4; }
    .section-sales-process .process-item .process--title h3 {
      margin: 0;
      font-size: 24px;
      color: #0047BA;
      font-family: var(--hrv-font-family-bold); }
  .section-sales-process .process-item .process--info {
    padding: 12px 15px; }
    .section-sales-process .process-item .process--info strong {
      font-family: 'sfuiText_semibold',sans-serif;
      font-weight: initial; }
    .section-sales-process .process-item .process--info p {
      margin: 0 0 7px; }
    .section-sales-process .process-item .process--info ul {
      list-style-type: disc;
      padding-left: 20px; }
    .section-sales-process .process-item .process--info ul li {
      margin-bottom: 7px;
      list-style-position: outside; }
    .section-sales-process .process-item .process--info ul li::marker {
      margin-right: 3px;
      color: #2A363B; }
    .section-sales-process .process-item .process--info ul li a {
      color: #0047ba;
      text-decoration: underline; }
  @media (max-width: 767px) {
    .section-sales-process .process-item {
      margin-bottom: 30px; }
      .section-sales-process .process-item:last-child {
        margin-bottom: 0; }
      .section-sales-process .process-item .process--title {
        padding: 20px 15px 8px; }
        .section-sales-process .process-item .process--title h3 {
          font-size: 20px; }
      .section-sales-process .process-item .process--info {
        padding: 12px 15px; } }

.section-sales-prmts {
  background: linear-gradient(194.74deg, #276AFF 1.72%, #276AFF 18.25%, #0363FF 31.43%, #44BCFF 85.75%); }
  .section-sales-prmts .wrapbox-banners {
    padding: 15px;
    text-align: center;
    background: #ffffff;
    border-radius: 4px; }
    .section-sales-prmts .wrapbox-banners img {
      border-radius: 4px; }
  @media (max-width: 991px) and (min-width: 768px) {
    .section-sales-prmts .wrapbox-banners {
      padding: 8px; } }
  @media (max-width: 767px) {
    .section-sales-prmts {
      padding-top: 20px; }
    .section-sales-prmts .wrapbox-banners {
      padding: 4px; }
    .section-sales-prmts .blockldp-heading h2 {
      font-size: 24px; } }

.section-sales-deals {
  background: linear-gradient(97.55deg, #4BBEFF 7.28%, #349EFF 43.66%, #FF588D 93.07%); }
  @media (max-width: 767px) {
    .section-sales-deals .list-deals {
      margin: 0 -8px; }
    .section-sales-deals .deal-item {
      padding: 0 8px; } }

.section-sales-introduce {
  position: relative;
  z-index: 1;
  padding: 40px 0;
  margin-top: 40px; }
  .section-sales-introduce:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 10px;
    right: 10px;
    top: 0;
    bottom: 0;
    background: #FCEAE4;
    border-radius: 48px;
    max-width: 1300px;
    margin: 0 auto; }
  .section-sales-introduce .intro-item {
    margin-bottom: 30px; }
    .section-sales-introduce .intro-item__inner {
      height: 100%;
      background: #FFFFFF;
      border: 1px solid #E2E3E4;
      box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
      border-radius: 8px;
      overflow: hidden;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
    .section-sales-introduce .intro-item .intro-text {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      align-items: center;
      -ms-justify-content: center;
      justify-content: center; }
      .section-sales-introduce .intro-item .intro-text p {
        margin: 0;
        text-align: center;
        width: 100%; }
      .section-sales-introduce .intro-item .intro-text p a {
        padding: 20px 15px;
        display: block;
        font-family: 'sfuiText_bold',sans-serif;
        font-size: 16px;
        color: #0047ba; }
  @media (max-width: 767px) {
    .section-sales-introduce {
      padding: 35px 2px 25px; }
    .section-sales-introduce:before {
      left: 8px;
      right: 8px;
      border-radius: 30px; }
    .section-sales-introduce .intro-item {
      margin-bottom: 8px;
      padding-left: 4px;
      padding-right: 4px; }
      .section-sales-introduce .intro-item .intro-text p a {
        padding: 15px 5px;
        font-size: 14px; }
    .section-sales-introduce .intro-list {
      margin: 0; } }

.section-sales-benefits .benefit-item {
  text-align: center;
  margin-bottom: 30px; }
  .section-sales-benefits .benefit-item__inner {
    padding: 30px 0; }
  .section-sales-benefits .benefit-item__icon svg {
    height: 72px; }
  .section-sales-benefits .benefit-item__title {
    font-size: 24px;
    color: #0047BA;
    font-family: var(--hrv-font-family-bold);
    margin: 16px 0 5px;
    line-height: 1.3; }
  .section-sales-benefits .benefit-item__text {
    margin: 0;
    letter-spacing: -0.25px; }

@media (max-width: 991px) and (min-width: 768px) {
  .section-sales-benefits .benefit-item {
    margin-bottom: 35px; }
    .section-sales-benefits .benefit-item__inner {
      padding: 0; }
    .section-sales-benefits .benefit-item__icon svg {
      height: 65px; }
    .section-sales-benefits .benefit-item__title {
      font-size: 22px;
      margin: 12px 0 3px; } }

@media (max-width: 767px) {
  .section-sales-benefits .benefit-item {
    margin-bottom: 35px; }
    .section-sales-benefits .benefit-item__inner {
      padding: 0; }
    .section-sales-benefits .benefit-item__icon svg {
      height: 65px; }
    .section-sales-benefits .benefit-item__title {
      font-size: 20px;
      margin: 12px 0 3px; }
  .section-sales-benefits .benefit-item:nth-child(odd) {
    padding-right: 8px; }
  .section-sales-benefits .benefit-item:nth-child(even) {
    padding-left: 8px; } }

/*===================================================================*/
