/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/



/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/ 


/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

/* Hero */

.section-hero .hero-headline {
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.section-hero .gradient-text {
    height: 105px;
}
@media only screen and (max-width: 1068px) {
	.section-hero .gradient-text {
    	height: 70px;
	}
}
@media only screen and (max-width: 734px) {
    .section-hero .gradient-text {
        height: 100px;
    }
}

@media only screen and (max-width: 734px) {
	.section-hero .hero-headline {
		width: 350px;
	}
}

/* End hero */

/* Compare */

.section-compare .compare-buttons .button:first-child {
    margin-inline-end: 0px;
}

@media only screen and (max-width: 734px) {
	.section-compare .compare-buttons .compare-column {
    	gap: 15px;
	}
}

/* End compare */

@media only screen and (max-width: 1068px) {
    .tabnav-item .button {
    	font-size: 12px;
	}
}
@media only screen and (max-width: 734px) {
    .tabnav-item .button {
        font-size: 14px
    }
}



.modal .content-icon-paperclip {
	margin-inline-start:0px;
}
.modal .content-icon-record-video {
	margin-inline-start:0px;
}
.modal .content-icon-stop-recording {
	margin-inline-start:0px;
}
.modal .content-icon-bubble-quote {
	margin-inline-start:0px;
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/ 