

.lp-title{
    
    font-weight: 700 !important;
    font-size: 42px !important;
    line-height: 52px !important;
    letter-spacing: 0.0em;
    color: #ffffff !important;
    margin-bottom: 24px;
}

input.hs-button.nav-contact-button:hover, input.hs-button.nav-contact-button:active, input.hs-button.nav-contact-button:focus, button.button.nav-contact-button:hover, button.button.nav-contact-button:active, button.button.nav-contact-button:focus, a.button.nav-contact-button:hover, a.button.nav-contact-button:active, a.button.nav-contact-button:focus {
    background: #BF1E2E;
    color: #fff;
}

a.button .pricing-link-button2 .mt-3 {
    background: #ff8a33 !important;
    color: #fff !important;
    position: relative;
}

a.button .pricing-link-button2 .mt-3:hover {
    background: #212e44;
}

#screenshots .container {
    padding-top: 60px !important;
    padding-bottom:60px !important;
}


@media (max-width: 599px){
    
    #home #home-intro .text-center, #home #home-best-support .module.text-block-center {
    text-align: center !important;
}

#home .text-blocks {
    padding: 100px 0 60px 0 !important;
}
}


/* 

 ul {
  list-style: none;
}

 ul li:before {
  content: '✓';
}

*/

.included {
        margin: 0 auto;
        width: 25px;
        height: 26px;
        background-image: url("../tick-icon.png"); 
    
}

@media (max-width: 727px) {
	
	.wrapper .container .item{
		display: block;
	}
	
	ul.item-ul {
    padding-inline-start: 0px;
    padding-top: 20px;
}
	
	.tab-image{
		width: 300px;
	}
	
	.wrapper .container .item_wrap {
    padding: 0px;
    border-bottom: none;
    cursor: pointer;
}
	
	.wrapper .tabs_wrap {
    padding: 20px;
    border-bottom: none;
}
	
}