/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/**
* Owl Carousel v2.1.6
* Copyright 2013-2016 David Deutsch
* Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
*/
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

*{
  padding:0px;
  margin:0px;
  box-sizing:border-box;
}
.wrapper{
  max-width:1324px;
  padding:0 17px;
  margin:0 auto;
}


/* header style */
h1{
  letter-spacing: -3px;
}
h2{
  letter-spacing: -2.58px;
}
/* partner section */
h4 {
  color: #4B4A6C;
  /*   font-size: 26px; */
  font-family: Outfit, sans-serif;
  font-weight: normal;
}
h5 {
  /*   font-size: 24px; */
  font-weight: 500;
}
h6{
  /*   font-size:20px; */
  line-height:30px;
  font-weight: 500;
}
.cta-btn {
  display: inline-block;
  padding: 15px 21px;
  font-weight: 500;
  border-radius: 5px;
  padding: 16px 22px;
  line-height: 1;
  text-align: center;
}
.cta-btn span.btn-icn {
  padding-left: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.cta-btn:hover .btn-icn {
  transform: translateX(3px);
}
.cta-btn span.btn-icn svg {
  display: flex;
}
.flex-row {
  display: flex;
  flex-wrap: wrap;
  width:100%;
}
.btn.btn--fill.btn--medium.btn--accent.btn--default {
  border-radius: 5px;
  display: inline-block;
  padding: 15px 21px;
}
.owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0;
  gap: 9px;
}
button.owl-dot {
  border-radius: 18px;
  opacity: 0.22;
  background: #1642C3;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  border: none;
}
button.owl-dot.active {
  opacity: 1;
}
/* header style */
header.header .container {
  width: 1600px;
}
header.header.header--sticky-active .header__section--main, .header, .header__section--main {
  box-shadow: none;
  background-color: transparent;
}
header.header .header__center.container {
  border-radius: 6px;
  border: 1px solid #F4F7FF;
  background: #FFF;
  box-shadow: 10px 15px 20px 0px rgba(205, 211, 240, 0.30);
}
header.header {
  margin-top: 20px;
  position: relative;
  z-index: 9;
}
header.header.header--sticky-active .header__sticky-element {
  top: 20px;
}
.btn--medium {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 14px;
  font-family: Outfit, sans-serif;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.15px;
}
#hs-pwd-widget-password:hover, .hs-input:hover, .hs-input[type=checkbox]:hover, .hs-input[type=radio]:hover {
  box-shadow: none;
}
html body #hs-pwd-widget-password, html body form .hs-input {
  border: 1px solid rgba(22, 66, 195, .22);
  border-radius: 5px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1) !important;
}
html body #hs-pwd-widget-password::placeholder,  html body form .hs-input::placeholder {
  color: #09122C;
  opacity: 0.5;
  letter-spacing: 0.15px;
}
html body form .hs-button {
  background-color: #1642c3;
  border-radius: 5px;
  line-height: 1;
  padding: 22px 48px 22px 28px;
  background-image: url(https://19572841.fs1.hubspotusercontent-na1.net/hubfs/19572841/hardfin2025/images/home/white-arrow.svg);
  background-position: right 27px center;
  background-repeat: no-repeat11
  background-size: 10.687px;
  transition: all .3s ease-in-out;
}
html body form .hs-error-msg {
  border-radius: 3px;
  margin-left: 0;
  margin-top: 2px;
}
html body .hs-button:hover {
  transform: scale(1);
  background-position: right 24px center;
}
html body .box-hover{
  transition: 0.2s ease-in-out;
}
html body .box-hover:hover {
  box-shadow: 0 32px 64px rgba(31, 30, 77, .05), 0 16px 32px rgba(31, 30, 77, .05);
  transform: translateY(-5px);
}
/* Contact Page */
html body .multi-address__offices-inner {
  max-width: 551px;
}
.multi-address .multi-address__intro h2 {
  margin: 0 0 10px;
}
.multi-address .multi-address__intro p {
  color: #FFFFFF;
  margin: 0;
}
.multi-address .multi-address__intro {
  margin: 0 0 43px;
}
.multi-address .multi-address__office-title.ui-label {
  font-size: 24px;
  font-family: Geist, sans-serif;
}
.multi-address .multi-address__office-address {
  font-size: 16px;
}
.multi-address .multi-address__office {
  padding: 40px;
  border-radius: 22px;
  filter: drop-shadow(0px 4px 22px rgba(0, 0, 0, 0.10));
}
.multi-address .txt--dark, .multi-address .txt--dark .super-text {
  color: #fff;
}

/* blog page style */
.s4 {
  width: 33.33333333333333%
}
.blog-listing.section {
  padding: 130px 0 60px;
}
.blog-load-more.section {
  padding: 0 0 130px;
}
.blog-listing .blg-hdg {
  text-align: center;
  margin: 0 0 75px;
}
.blog-listing .blg-hdg h1 {
  margin: 0;
}
.blog-listing .blg-hdg h1 span {
  background: linear-gradient(91deg, #197be9, #1642c3);
  -webkit-background-clip: text;
  color: #197be9;
  display: inline-block;
  padding-right: 3px;
  position: relative;
  z-index: 1;
  -webkit-text-fill-color: transparent;
}
.blog-listing .blg-hdg h1 span:after {
  background-image: url(https://19572841.fs1.hubspotusercontent-na1.net/hubfs/19572841/hardfin2025/images/about/about-shape.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -16px;
  content: "";
  height: 22px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 0;
}
.blog-listing .blog-card--shadow {
  border-radius: 19.665px;
}
.blog-listing .blog-card__content {
  background: #E8ECFF;
}
.blog-listing .blog-card__img img {
  height: 402px;
  object-fit: cover;
  object-position: center;
}
.blog-listing .blog-card__tags .badge--accent {
    background: #1642c3;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    letter-spacing: .15px;
    padding: 5.5px 20px 6.5px 20px;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.blog-listing .blog-card__body {
  padding: 27px 29px 24px 32px;
}
.blog-listing .blog-card__tags {
  margin-bottom: 14px;
}
.blog-listing .blog-card__title {
    font-size: 20px;
    letter-spacing: -.6px;
    line-height: 30px;
    margin: 0 0 6px;
    font-weight: 500;
}
.blog-listing .blog-summary {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
.blog-listing .blog-card__meta.small-text {
  display: flex;
  flex-wrap: wrap;
}
.blog-listing .blog-card__author, .blog-listing .blog-card__date {
  width: 50%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #000;
  line-height: 26px;
}
.blog-listing .blog-card__author .icn-img, .blog-listing .blog-card__date .icn-img {
  display: flex;
}
.blog-listing span.blog-card__date { 
    padding-right: 0;
    flex-wrap: nowrap;
}
.blog-section .container {
    max-width: 1184px;
    width: 100%;
}
.blog-section {
    padding: 140px 0 0;
    background-color: transparent;
    background-image: url(https://19572841.fs1.hubspotusercontent-na1.net/hub/19572841/hubfs/hardfin2025/images/home/banner-bg.png?width=1920&height=858&name=banner-bg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}
.blog-section .blog-post-img img, .blog-section .blog-body img {
  width: 100% !important;
  object-fit: cover;
  border-radius: 22px;
}
.blog-section .blog-post-img img {
    height: 100% !important;
    max-height: 637px;
    min-height: 637px;
}
.blog-section .blog-hero-1__title {
  text-align: center;
  margin: 0 0 38px;
}
.blog-section .info-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 27px 0 40px;
}
.blog-section .social-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}
.blog-section .social-share .sharing-title {
  margin: 0;
}
.blog-section .social-share .sharing-title {
  margin: 0;
}
.blog-section .social-share .sharing__icons {
  gap: 13px !important;
}
.blog-section .icon--light.icon--outline {
  border: none;
  width: 24px;
  height: 24px;
}
.blog-section .icon--light.icon--outline svg path {
  fill: #1642C3;
}
.blog-section .blog-author .prof-img img {
  width: 24px;
  height: 24px;
  border-radius: 4px;
}
.blog-section .blog-author-name, .blog-section .blog-author-name a, .blog-section .blog-infobar__date, .blog-section .blog-infobar__date a {
  padding-left: 4px;
  color: #1F1E4D;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px; /* 150% */
  letter-spacing: -0.6px;
  font-family: Geist, sans-serif;
}
.blog-section .blog-infobar {
  gap: 30px;
}
.blog-section .blog-author-name a,
.blog-section .blog-infobar__date a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.blog-section .blog-infobar__date svg {
  margin-right: 4px;
}
.blog-section .blog-author, .blog-section .blog-infobar__date {
  margin: 0;
}
.blog-section .blog-body-1__content, .blog-section .blog-body-1__content a {
  color: #4B4A6C;
  font-size: 18px;
  font-weight: 400;
  line-height: 29.25px;
}
.blog-section .blog-body-1__content img {
    height: 100% !important;
    max-height: 637px;
    min-height: 637px;
}
.blog-section .blog-body a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.blog-section .blog-body-1__content h2 {
  margin: 60px 0 15px;
}
.blog-section .blog-body-1__content ul {
    padding-left: 30px;
    margin-bottom: 40px;
}
.blog-section .blog-body-1__content p span, .blog-section .blog-body-1__content p a {
    color: #4b4a6c!important;
}
html body .module--related_posts_title .module__inner {
  width: 100%;
  text-align: left;
}
.blog-listing.section {
    background-color: transparent;
    padding: 140px 0 20px;
    background-image: url(https://19572841.fs1.hubspotusercontent-na1.net/hub/19572841/hubfs/hardfin2025/images/home/banner-bg.png?width=1920&height=858&name=banner-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}
.blog-section .tags-visible {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 18px;
  background-color: #E4E8FF;
  border-radius: 10px;
  gap: 8px;
  margin: 60px 0 0;
}
.blog-section .hash-svg {
  display: flex;
}
.blog-section .tag-name {
  color: #1F1E4D;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.6px;
  font-family: Geist, sans-serif;
}
.blog-related.bg-light {
    background-image: unset;
    position: relative;
    padding: 121px 0 100px;
}
.blog-related.bg-light:before {
    background-image: url("https://19572841.fs1.hubspotusercontent-na1.net/hubfs/19572841/hardfin2025/images/blog/67f90f2f0a9f9275c9a4bc6b_Vector20%281%29.svg.png");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 784px;
    left: 0;
    position: absolute;
    top: -103px;
    width: 428px;
    z-index: -1;
}
.blog-related.bg-light h2 .highlight, .blog-section .blog-hero-1__title .highlight {
    background: linear-gradient(91deg, #197be9, #1642c3);
    -webkit-background-clip: text;
    color: #197be9;
    display: inline-block;
    padding-right: 3px;
    position: relative;
    z-index: 1;
    -webkit-text-fill-color: transparent;
}
.blog-section .blog-body-1__content h2 img {
    margin-top: -45px;
}
@media (min-width: 1299px) {
  .blog-listing .container {
    max-width: 1338px;
  }
.blog-listing .col {
    padding: 0 21.5px;
}
  .blog-listing .blog-card {
    margin-bottom: 43px;
  } 
  .blog-listing .container {
    padding: 0 16px;
}
}

@media (max-width: 1139px) {
  .md-s6 {
    width: 50%
  }
}
@media screen and (max-width: 1024px) {
.blog-section .blog-body-1__content img {
    max-height: 450px;
    min-height: 450px;
}
  .blog-section .blog-post-img img {
      max-height: 450px;
    min-height: 450px;
}
  .blog-section {
    padding: 100px 0 0;
}
}
@media (max-width: 991px) {	
.blog-listing .blog-card__img img {
    height: 320px;
}
  }
@media (max-width: 767px) {	
  .sm-s12 {
    width: 100%
  }
  .blog-listing.section {
    padding: 90px 0 35px;
}
  .blog-load-more.section {
    padding: 0 0 80px;
}
  .blog-section .blog-body-1__content img {
    max-height: 350px;
    min-height: 350px;
}
    .blog-section .blog-post-img img {
       max-height: 350px;
    min-height: 350px; 
}
  .blog-section .blog-body-1__content p a, .blog-section .blog-body-1__content p span {
   font-size: 16px !important;
}
  .blog-section .blog-body-1__content, .blog-section .blog-body-1__content a {
    font-size: 16px;
    line-height: 27.25px;
}
  .blog-section .blog-author-name, .blog-section .blog-author-name a, .blog-section .blog-infobar__date, .blog-section .blog-infobar__date a {
    font-size: 16px;
    line-height: 27px;
}
  .blog-section .blog-infobar {
    gap: 20px;
}
.blog-section .blog-infobar__date {
    padding-left: 0; 
} 
.blog-related.bg-light {
    padding: 60px 0;
}
  .blog-section {
    padding: 90px 0 0;
}
  .blog-section .blog-body-1__content h2 {
    margin: 31px 0 15px;
}
  .blog-section .tag-name {
    font-size: 16px;
    line-height: 25px;
} 
  .blog-section .blog-body-1__content h2 img {
    margin-top: -16px;
}
  .container {
    padding: 0 20px;
}
}
@media screen and (max-width: 768px) {
  h2 {
    letter-spacing: -1px;
  }
  .cta-btn {
    padding: 12px 20px;
  }
  header.header .header__center.container {
    border-radius: 0;
  } 
  /* Contact Page */
  html body .multi-address__offices {
    padding: 60px 17px;
  }
  html body form .hs-button {
    padding: 12px 35px 12px 20px;
    background-position: right 20px center;
  }
  html body .hs-button:hover {
    background-position: right 16px center;
  }
}
@media screen and (max-width: 599px) {
  /* Contact Page */
  html body .multi-address__offices {
    padding: 45px 17px;
  }
  button.owl-dot {
    height: 14px;
    width: 14px;
  }
  .owl-dots {
    gap: 7px;
    margin: 20px 0 0;
  }
  .blog-listing .blog-card__img img {
    height: 230px;
}
  .blog-listing .blog-card__author, .blog-listing .blog-card__date {
    gap: 6px;
    width: 100%;
}
  .blog-listing.section {
    background-position: top 77px center;
}
  .blog-related.bg-light:before {
    width: 100%;
}
}
@media screen and (max-width: 480px) {
.blog-section .blog-body-1__content img, .blog-section .blog-post-img img {
           max-height: 230px;
        min-height: 230px;
}
}