/* @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    */
/*****************************************/
#hero-slider {
  position: relative;
}

#hero-slider::before {
  background-image: var(--slide-bg);
  content: '';
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  z-index: 0;
}

#hero-slider.is-changing::before {
  opacity: 0;
}

#hero-slider .container {
  position: relative;
  z-index: 1;
}

#hero-slider a{
   background-color: #5087FF !important;
   border: none;
   border-radius: 5px;
   padding: 15px 30px;
   font-weight: 600;
   color: #ffffff !important;
}
#hero-slider .button02{
   background-color: #ffffff !important;
   border: none;
   border-radius: 5px;
   padding: 15px 30px;
   font-weight: 600;
   color: #4170d5 !important;
}
#hero-slider img{
   display:none; 
}

.button01{
   background-color: #5087FF !important;
   display: inline-block;
   border: none;
   border-radius: 5px;
   padding: 15px 30px;
   font-weight: 600;
   color: #ffffff !important;
}

.button02{
   background-color: #ffffff !important;
   display: inline-block;
   box-sizing: border-box;
   border: 2px solid #5087FF;
   border-radius: 5px;
   padding: 15px 30px;
   font-weight: 600;
   color: #4170d5 !important;
}

.home-benefit-flex{
   display: flex;
   justify-self:center;
   max-width:560px;
}
.home-benefit .arrows{
  height: auto; min-width: 40px; padding-top: 5px; padding-right:5px;
}
.home-benefit .hhs-img {
  border-radius:20px !important;
  overflow:hidden;
}
.left-right-benefit .hhs-img {
  border-radius:20px !important;
  overflow:hidden;
  padding:50px;
}
.right-benefit-rounded .hhs-img {
  border-radius:20px !important;
  overflow:hidden;
  margin:0px 30px 0px 0px;
}
.left-benefit-rounded .hhs-img {
  border-radius:20px !important;
  overflow:hidden;
  margin:0px 0px 0px 30px;
}
.home-benefit .hhs-img::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:linear-gradient(0deg, #00000050, #429fff47);
  z-index:2;
}
.body-intro{
  max-width: 1200px; 
  margin: auto;
  padding:0px 50px;
}

.body-basic{
  max-width: 1200px; 
  margin: auto;
  padding: 0px 50px;
}

h2 a{
  text-decoration:underline;  
  text-decoration-thickness: 3px !important;
  text-underline-offset: 6px !important;
}
h3 a{
  text-decoration:underline;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 6px !important;
}

.cta-content{
  float: left; width:45%; margin-right:5%;
}

.cta-img{
  float:left; width: 50%; height: auto; 
}

.cta-link{
  clear:both;
  padding-top:40px;
}

.custom-blog-card{
  display:flex;
}

.cbc-img{
  width:30%;
  min-width:250px;
  overflow:hidden;
  align-self:center;
  max-height:250px;
  border-radius:10px;
}
.cbc-img img{
  width:100%; 
  height:auto !important;
}
.cbc-text{
  width:50%;
  padding:0 40px;
  min-width:300px;
  align-self:center;
}
.cbc-btn{
  width:auto;
  align-self:center;
  min-width:250px;
}

.compare-table .sep{
  display:none !important;
}

.compare-table .pack-feature{
  font-weight:600;
}

.compare-table-mobile{
  margin:auto;
  width:100%;
  padding:20px;
  border-collapse:collapse;
}

.compare-table-mobile td, th{
  border: 1px solid #f5f5f5;
  height: 50px;
  padding: 10px;
}

.compare-table-mobile th{
  background-color: rgba(245,245,245,1.0);
}

.compare-table-mobile .pack-feature{
  border-bottom:3px solid #f0f0f0;
  font-size:.9rem;
  font-weight:600;
  padding-top:30px;
  border-left: 0 !important;
  border-right: 0 !important;
}

.compare-table-mobile p{
  margin-bottom:0 !important;
}


/****** Case Studies ******/


.case-study-hero .hhs-col-inner{
  text-align:left !important;
}

.case-study-overview h5{
  margin-bottom:20px !important;
}

.case-study-results-headline h5{
  margin-bottom:20px !important;
}

.case-study-resources-cards img{
 border-radius:10px !important; 
  margin-bottom:20px !important;
}

.case-study-resources-cards h5{
  color:#5087ff !important;
}

.case-study-resources-cards h3{
  margin:10px auto !important;
}

.hero-stat-slider .hs_cos_wrapper{
  padding:30px;
  border-radius: 20px;
  border: 1px solid #34414C;
  background: rgba(17, 25, 35, 0.71);
  box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.07);
}

.case-studies-hero{
  padding-bottom:200px;
}

.custom-case-study-card .hs_cos_wrapper{
  display:flex;
}

.ccsc-img{
  width:50%;
  min-width:250px;
  overflow:hidden;
  align-self:center;
  max-height:350px;
  border-radius:10px;
}
.ccsc-img img{
  width:100%; 
  height:auto !important;
}
.ccsc-text{
  width:50%;
  padding:0 40px;
  min-width:300px;
  align-self:center;
}


/****** Responsive ******/

@media (max-width: 1200px){
  .cta-content, .cta-img{
    float: none; width:unset; text-align:center; margin-right:0;
  }
  .cta-img img{
    width:100%;
    max-width:720px;
  }
  .cta-link{
    text-align:center;
  }
}

@media (max-width: 992px){
  #hero-slider h1{
    font-size:42px;
  }
  .home-benefit{
    padding-bottom:0 !important;
  }
  .home-benefit .hhs-img{
    margin-bottom:30px !important;
  }
  .left-right-benefit .hhs-img {
    margin-bottom:30px !important;
    padding:30px;
  }
  .left-benefit-rounded .hhs-img, .right-benefit-rounded .hhs-img{
    margin-bottom:30px !important;
  }
  .custom-blog-card, .custom-case-study-card .hs_cos_wrapper{
    display:flex;
    flex-direction:column;
  }
  .cbc-img, .cbc-text, .ccsc-img, .ccsc-text{
  width:100%;
  }
  .cbc-text, .ccsc-text{
  padding:30px 0px !important;
  }
}

@media (max-width: 767px){
  .case-study-hero .hhs-col-inner {
    padding:0px 20px;
  }
  
  .case-study-hero h1{
    font-size:2em;
  }
}

@media (max-width: 575px){
  .case-study-resources-cards img{
    border-radius:10px 10px 0px 0px !important; 
  }
  .case-study-resources-cards .hhs-flexi-card{
    padding:0 !important;
  }
  .case-study-resources-cards .hhs-card-content{
    padding:20px 40px !important;
  }
}

@media (min-width: 992px){
  #hero-slider h1{
    font-size:60px;
  }
  
  .case-study-hero h1{
    font-size:4em;
  }
  
  .compare-table-mobile-wrapper{
    display:none;
}