/* @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    */
/*****************************************/

.btn--accent.btn--fill, .btn--accent.btn--outline{
  text-transform:capitalize;
}

/* tick */
a,
a:hover{
  text-decoration:none;
}
.tick li {
  list-style-type: none;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom:15px;
}
ul.tick {
  padding: 0;
}
.faq-accordion .accordion--boxed{
  padding-top:24px;
  padding-bottom:24px;
}
.faq-accordion .accordion--light.accordion--boxed{
  border: none;
}
.faq-accordion .accordion__item--expanded .accordion__header{
  background: #a2c7ea;
}
.faq-accordion .accordion__header{  
  background: #ff9d42;
  padding: 12px;
  margin-bottom: 5px;
}
.faq-accordion .accordion__chevron svg{
  color: #fff;
}
.faq-accordion .accordion__header .accordion__title{
  color: #fff;
}
.faq-accordion .accordion__items .accordion__item{
  margin-bottom: 0;
  border: none;
  padding: 0;
}
.hs-content-id-111722423767 .legal-consent-container .hs-richtext{
  font-size: 12px;
}

/* Landing pages */

.hs-content-id-111860018121 .footer__section--bottom{
  padding-bottom:0;
}
.hs-content-id-111860018121 .footer__nav,
.hs-content-id-111860018121 .footer__icons{
  display:none;
}  
.hs-content-id-111860018121 .footer__section--bottom p{
  margin-bottom:30px;
}
.hs-content-id-111860018121 ._tq-quote-engine ._tq-mq--desktop ._tq-hero-text,
.hs-content-id-111809913813 ._tq-quote-engine ._tq-mq--desktop ._tq-hero-text,
.hs-content-id-111722423767 ._tq-quote-engine ._tq-mq--desktop ._tq-hero-text,
.hs-content-id-194124752077 ._tq-quote-engine ._tq-mq--desktop ._tq-hero-text,
.hs-content-id-194124933345 ._tq-quote-engine ._tq-mq--desktop ._tq-hero-text{
  margin-top:50px !important;
}
.hs-content-id-111860018121 ._tq-how-it-works-items p,
.hs-content-id-111860018121 #_tq-quote ._tq-hero-timer,
.hs-content-id-111809913813 ._tq-how-it-works-items p,
.hs-content-id-111809913813 #_tq-quote ._tq-hero-timer,
.hs-content-id-111722423767 ._tq-how-it-works-items p,
.hs-content-id-111722423767 #_tq-quote ._tq-hero-timer
.hs-content-id-194124752077 ._tq-how-it-works-items p, .hs-content-id-194124752077 #_tq-quote ._tq-hero-timer,
.hs-content-id-194124933345 ._tq-how-it-works-items p, .hs-content-id-194124933345 #_tq-quote ._tq-hero-timer,
{
  font-size:16px !important;
}
.hs-content-id-111860018121 #_tq-quote #_tq-button-cta,
.hs-content-id-111809913813 #_tq-quote #_tq-button-cta, 
.hs-content-id-111722423767 #_tq-quote #_tq-button-cta,
.hs-content-id-194124752077 #_tq-quote #_tq-button-cta,
.hs-content-id-194124933345 #_tq-quote #_tq-button-cta{
  background-color:#00BF63 !important;
  border:none !important;
}



/* Responsive styles */
@media(max-width:1139px){
  .image-with-content  .img-txt__col--txt {
    max-width: 100% !important;
  }
  .image-with-content .img-txt__col--img .img-txt__col-content img{
    width:100%;
  }
  footer.footer .module--footer_nav{
    padding-left:0;
  }
}

@media(max-width:820px){
  .img-text-overlay .box-over-image__box{
    padding:20px !important;
  }
}

@media(max-width:767px){
  footer.footer .footer__nav .row.justify-end{
    justify-content:left;
  }
  footer.footer .footer__nav .col-nav .sm-s6{
    width:100% !important;
  }
  .footer__section.footer__section--main.section{
    padding-bottom:1rem;
  }
  footer .footer__icons {
    display:none;
  }
  footer .footer__about{
    margin-bottom:2rem;
  }
  /* Cookie Banneer */
  #hs-eu-cookie-confirmation-inner p {
    font-size:10px; !important; 
  }
  #hs-eu-cookie-confirmation-inner{
    padding:15px !important;
  }
}