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

h1 {
	margin: 0px;
	font: 800 clamp(38px, 6vw, 80px) / 1.02 Manrope;
	letter-spacing: -0.025em;
	color: rgb(0, 38, 58);
	max-width: 15ch;
	opacity: 1;
	transform: none;
	transition-property: opacity, transform;
	transition-duration: 0.8s, 0.8s;
	transition-timing-function: cubic-bezier(0.16, 0.7, 0.3, 1), cubic-bezier(0.16, 0.7, 0.3, 1);
	transition-delay: 80ms;
	transition-behavior: normal, normal;
}

h2 {
	margin: 0px;
	font: 700 clamp(30px, 3.6vw, 50px) / 1.08 Manrope;
	letter-spacing: -0.02em;
	color: rgb(0, 38, 58);
}

h3 {
	margin: 14px 0px 0px;
	font: 700 clamp(26px, 3vw, 38px) / 1.15 Manrope;
	letter-spacing: -0.02em;
	color: rgb(0, 38, 58);
}

.subheadline {
	margin: 28px 0px 0px;
	font: clamp(17px, 1.6vw, 21px) / 1.6 Manrope;
	color: rgb(90, 102, 112);
	max-width: 56ch;
	opacity: 1;
	transform: none;
	transition-property: opacity, transform;
	transition-duration: 0.8s, 0.8s;
	transition-timing-function: cubic-bezier(0.16, 0.7, 0.3, 1), cubic-bezier(0.16, 0.7, 0.3, 1);
	transition-delay: 160ms;
	transition-behavior: normal, normal;
}

.headline-capitalized:before {
	content: '';
	width: 28px;
	height: 2px;
	background: #DA291C;
	display: block;
	position: absolute;
	top: 6px;
	left: -45px;
}

.headline-capitalized {
	margin-left: 45px;
	text-transform: uppercase;
}


.headline-capitalized-grey {
	text-transform: uppercase;
	color: #9AA4AC;
}

.headline-contact {
	margin: 0px;
	font: 800 clamp(32px, 4.4vw, 60px) / 1.08 Manrope;
	letter-spacing: -0.025em;
	color: rgb(0, 38, 58);
	max-width: 18ch;
}

.cpel-switcher--layout-horizontal .cpel-switcher__lang:not(:last-child):after {
	content: "/";
	font-family: "IBM Plex Mono", sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: rgb(154, 164, 172);
	position: relative;
	left: 10px;
}

.elementor-widget-text-editor ul {
	font: 500 14.5px / 1.5 Manrope;
	color: rgb(65, 80, 90);
	padding-left: 12px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 20px;
	margin-top: 26px;
}