
.text-lg .ld-fancy-heading h2 {
	font-size: 25vw;
	line-height: 0.8em;
	letter-spacing: -20px;
	margin: 0;
    overflow: hidden;
}

.text-lg .ld-fh-element,
.text-lg .ld-fh-element a {
	color: #D9DCFF;
    overflow-x: hidden;
}
.roll-down {
	margin-bottom: 50px;
}
.roll-down img{
width: 40px;
color: var(--lqd-color-primary);
margin-bottom: 10px;
}

.roll-down p{
    color: var(--lqd-color-primary);
}

.roll-down div{
    width: 3px;
    height: 200px;
    background-color: var(--lqd-color-primary);
}

@media (max-width: 1199px) {
	.text-lg .ld-fancy-heading h2 {
		font-size: 26vw;
		letter-spacing: -15px;
	}
}

@media (max-width: 767px) {
	.text-lg .ld-fancy-heading h2 {
		font-size: 25vw;
		letter-spacing: -5px;
	}

}

.how-it-work .module-number {
	right: -5%;
}

.how-it-work .ld-fancy-heading .h1 {
	font-size: 192px;
	margin: 0;
	color: #DFE8ED;
}

@media(max-width: 1199px) {
	.how-it-work {
		padding: 80px 20px;
	}
}

@media(max-width: 767px) {
	.how-it-work .module-col {
		margin-bottom: 30px;
	}
}

:root {
	--lqd-container-width: 1140px;
	--lqd-container-width-md: 100%;
	--lqd-container-width-sm: 100%;
    
	--lqd-row-gutter-x: 0;
	--lqd-row-gutter-y: 0;

	--lqd-heading-color: #273653;
	--lqd-heading-font-family: "Space Grotesk", Sans-serif;
	--lqd-heading-font-weight: 700;
	--lqd-h1-font-size: 52px;
	--lqd-h1-line-height: 1.01em;
	--lqd-h1-letter-spacing: -4.6px;
	--lqd-h2-font-size: 46px;
	--lqd-h2-line-height: 1.1em;
	--lqd-h2-letter-spacing: -2.3px;
	--lqd-h3-font-size: 36px;
	--lqd-h3-line-height: 1.25em;
	--lqd-h4-font-size: 25px;
	--lqd-h4-line-height: 1em;
	--lqd-h5-font-size: 21px;
	--lqd-h5-line-height: 1.01em;
	--lqd-h6-font-size: 18px;
	--lqd-h6-line-height: 1.01em;

}

@media (max-width: 1199px) {
	.lity-modal .module-content {
		padding: 10px;
	}

	.lity-modal .ld-fancy-heading h2 {
		font-size: 48px;
		line-height: 1em;
	}
}

@media (max-width: 767px) {
	.lity-modal .ld-fancy-heading h2 {
		font-size: 34px;
	}
}

.titlebar-inner h1 {
	font-size: 72px;
}

@media (max-width: 767px) {
	.titlebar-inner h1 {
		font-size: 62px;
	}
}


/*  Text Carousel  */
.text-carousel .module-first {
	margin-bottom: 1.5%;
}

.text-carousel .carousel-item-content>* {
	white-space: nowrap;
}
.text-carousel {
	color: #000;
}

@media(max-width: 1199px) {
	.text-carousel {
		padding-top: 70px;
	}

	.text-carousel .carousel-item-content {
		font-size: 5vw;
	}
}

@media(max-width: 767px) {
	.text-carousel {
		padding: 0;
	}

	.text-carousel .carousel-item-content {
		font-size: 8vw;
	}
}
