<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/

/* Add your custom styles here */
html {
	font-size: 62.5%;
	/* changes a default 16px font size to 10px */
}
.elementor-widget-text-editor p,
.elementor-widget-theme-post-content p {
	margin-bottom: 2.4rem;
}
.elementor-widget-text-editor p:last-of-type,
.elementor-widget-theme-post-content p:last-of-type {
	margin-bottom: 0;
}
.elementor-widget-theme-post-content ul {
 	margin-top: 2.4rem;
	margin-bottom: 2.4rem;
}
.elementor-widget-theme-post-content h2,
.elementor-widget-theme-post-content h3,
.elementor-widget-theme-post-content h4 {
	margin-bottom: 2.4rem;
}
.image--box-shadow::before {
	content: "";
    position: absolute;
    z-index: -1;
    background: #0A1939;
    opacity: 0.2;
    left: 0rem;
	bottom: -3rem;
	width: 75%;
	padding-top: 50%;
}
@media (min-width: 769px) {
	.content-home-fixed-width {
		max-width: 436px;
	}
}
.header-scroll-effect {
	width: 100% !important;
    background: var(--e-global-color-primary);
}
@media (min-width: 768px) {
	.header-scroll-effect {
	    background: transparent;
		transition: all .2s linear!important;
		-webkit-transition: all .2s linear!important;
		-moz-transition: all .2s linear!important;
	}
	.header-scroll-effect.elementor-sticky--effects {
		background: rgba(10,25,57,0.9);
		padding: 2rem!important;
		box-shadow: 0px 6px 30px -4px rgba(0,0,0,.05);
		transition: all .2s linear!important;
		-webkit-transition: all .2s linear!important;
		-moz-transition: all .2s linear!important;
	}
}
.mobile-menu-dropdown ul li a {
	background: none !important;
}
.mobile-menu-dropdown ul li ul li a {
	text-transform: initial !important;
	font-weight: 300 !important;
}</pre></body></html>