/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

@media only screen and (min-width: 992px) {	
	.sticky-column {
		top: 15vh;
		position: sticky;
		height: fit-content;
	}
}
b {
	font-weight:800;
}
strong {
	font-weight:800;
}
#link-privacy-cookie.link-privacy-cookie a.iubenda-embed {
    list-style-type: none !important;
    box-sizing: border-box !important;
    font-family: var( --e-global-typography-text-font-family ), Sans-serif !important;;
    font-size: var( --e-global-typography-text-font-size ) !important;;
    font-weight: var( --e-global-typography-text-font-weight ) !important;;
    line-height: var( --e-global-typography-text-line-height ) !important;;
    color: var( --e-global-color-primary ) !important;;
    transition: color 0.3s !important;;
	 background-image: unset !important;
    background-repeat: unset !important;
    background-size: unset !important;
    background-position: unset !important;
    padding-left: unset !important;
	padding: unset !important;
	background-color: unset !important;
	border-color: unset !important;
    border-radius: unset !important;
    border-style: unset !important;
    border-width: unset !important;
	box-shadow: unset !important;
	-webkit-box-shadow: unset !important;
}