.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}


.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}

.lenis.lenis-stopped {
	overflow: hidden;
}

.landing-page-body {
	color: #10212d;
}

.landing-page-shell {
	overflow: clip;
}

.landing-page-template {
	position: relative;
}
.landing-page-template p b, .landing-page-template p strong {
	color: #1e1e1e;
	font-weight:700 !important;
}
.landing-page-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	padding: 5px 0;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.admin-bar .landing-page-header {
	top:32px;
}

#primary ul li:before {
	display:none;

}
.landing-page-header.is-scrolled {
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(16px);
	box-shadow: 0 10px 40px rgba(16, 33, 45, 0.08);
}

.landing-page-header__bar {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 1.5rem;
}

.landing-page-header__brand {
	justify-self: start;
}

.landing-page-header__brand-link {
	display: inline-flex;
	align-items: center;
}

.landing-page-header__brand img {
	width: auto;
	max-height: 52px;
}

.landing-page-nav {
	justify-self: center;
}
.landing-page-nav__list > li {
	margin-bottom:0px !important;
}
.landing-page-nav__list > li:before {
	display:none !important;
}
.landing-page-nav__list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.landing-page-nav__link {
	display: inline-flex;
	align-items: center;
	padding: 0.65rem 1rem;
	border-radius: 999px;
	color: #10212d !important;
	font-size: 0.95rem;
	font-weight: 600;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.landing-page-nav__link:hover,
.landing-page-nav__link.is-active {
	color: #f37357 !important;
}

.landing-page-nav__toggle {
	display: none;
	padding: 0.5rem 0.85rem;
	border: 0;
	color: #10212d;
	font-size: 3rem;
	background: none;
}

.landing-page-header__actions {
	display: flex;
	align-items: center;
	justify-self: end;
	gap: 0.75rem;
}

.landing-btn--header-secondary {
	padding: 0.3rem 1.35rem !important;
	border: 1px solid rgba(243, 115, 87, 0.3);
	color: #f37357;
	box-shadow: inset 0 0 0 1px rgba(243, 115, 87, 0.08);
}

.landing-btn--header-primary {
	padding: 0.3rem 1.35rem !important;
	background: #f37357;
	color: #fff;
}

.landing-btn--header-secondary:hover {
	background: #fff5f1;
	color: #e65f43;
}

.landing-btn--header-primary:hover {
	background: #e96347;
	color: #fff;
}

.landing-page-nav--mobile {
	display: none;
	padding-top: 1rem;
}

.landing-page-nav__mobile-actions {
	display: none;
}

.landing-hero {
	position: relative;
	padding: 10rem 0 5rem;
	background: linear-gradient(135deg, #10212d 0%, #17384b 100%);
	background-position: center;
	background-size: cover;
}

.landing-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at top right, rgba(243, 115, 87, 0.28), transparent 35%),
		linear-gradient(135deg, rgba(16, 33, 45, 0.92), rgba(16, 33, 45, 0.72));
}

.landing-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 1.25rem;
	background: #FFF1ED;
	color:#f37357;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	border-radius:50px;
	padding:5px 20px;
}

.landing-hero__content {
	position: relative;
	max-width: 42rem;
	color: #fff;
}

.landing-hero__title,
.landing-section__title {
	margin-bottom: 1.5rem;
	font-size: clamp(2.7rem, 6vw, 5.5rem);
	line-height: 0.95;
	letter-spacing: -0.04em;
}

.landing-hero__intro,
.landing-section__content {
	font-size: 1.1rem;
	line-height: 1.8;
}

.landing-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 2rem;
}

.landing-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.95rem 1.45rem;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.landing-btn i {
	font-size: 1rem;
	line-height: 1;
}


.landing-btn--primary, .landing-btn--header-primary {
	background: #f37357;
	color: #fff !important;
}
.landing-btn--primary:hover {
	background: #b7523b;
}

.landing-btn--ghost {
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff;
}

.landing-btn--dark {
	background: #10212d;
	color: #fff;
}

.landing-btn--ghost-dark {
	border: 1px solid #f37357;
	color: #f37357 !important;
}
.landing-btn--ghost-dark:hover {
	background:  #f37357;
	color: #fff !important;
}

.landing-hero__aside {
	position: relative;
}

.landing-hero__visual-wrap,
.landing-hero-block__visual-wrap {
	position: relative;
}

.landing-hero__visual {
	margin-bottom: 1.5rem;
	border-radius: 2rem;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 22px 80px rgba(6, 15, 22, 0.3);
	overflow: hidden;
}

.landing-hero__floating,
.landing-hero-block__floating {
	position: absolute;
	border-radius: 1.5rem;
	overflow: hidden;
}

.landing-hero__floating img,
.landing-hero-block__floating img {
	display: block;
	width: 100%;
	height: auto;
}

.landing-hero__floating--one {
	top: -2rem;
	left: 1.5rem;
	max-height: 20vh;
}

.landing-hero__floating--two {
	right: -1.5rem;
	bottom: 2rem;
	max-width: 42%;
}

.landing-hero__visual img,
.landing-section__image img {
	display: block;
	width: 100%;
	height: auto;
}

.landing-hero__card,
.landing-section__highlight,
.landing-card {
	border-radius: 1.5rem;
	background: #fff;
	box-shadow: 0 20px 60px rgba(16, 33, 45, 0.08);
}

.landing-hero__card {
	padding: 2rem;
}

.landing-hero__card h2 {
	margin-bottom: 1rem;
	font-size: 1.5rem;
}

.landing-logo-strip {
	padding: 1.5rem 0;
	background: #fff;
	border-top: 1px solid rgba(16, 33, 45, 0.08);
	border-bottom: 1px solid rgba(16, 33, 45, 0.08);
}

.landing-logo-strip__viewport {
	position: relative;
	overflow: hidden;
}
.landing-logo-strip__viewport:before {
	content:'';
	background: #ffffff;
	background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	position:absolute;
	top:0;
	right:0;
	width:100px;
	height:100%;
	z-index:111;
}
.landing-logo-strip__viewport:after {
	content:'';
	background: #ffffff;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	position:absolute;
	top:0;
	left:0;
	width:100px;
	height:100%;
	z-index:111;
}

.landing-logo-strip__track {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	width: max-content;
	will-change: transform;
}

.landing-logo-strip__item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	padding: 1rem 1.5rem;
	border-radius: 1rem;
}

.landing-logo-strip__item img {
	max-width: 350px;
	max-height: 120px;
	width: auto;
	height: auto;
	filter: grayscale(1);
	opacity: 0.8;
}

.landing-page-content {
	position: relative;
}

.landing-anchor-section {
	padding: 6rem 0;
}

.landing-hero-block {
	padding-top: 6rem;
	padding-bottom: 7rem;
	background:
		radial-gradient(circle at top right, rgba(243, 115, 87, 0.30), transparent 25%)
}

.landing-hero-block__title {
	margin-bottom: 1.25rem;
	font-size: clamp(2.8rem, 6vw, 4rem);
	line-height: 0.98;
	letter-spacing: -0.05em;
}

.landing-hero-block__intro {
	max-width: 36rem;
	line-height: 1.8;
}
.landing-hero-block__intro > p {
	font-size:20px;
}

.landing-hero-block__visual,
.landing-hero-block__floating {
	border-radius: 1.75rem;
	overflow: hidden;
	will-change: transform;
}

.landing-hero-block__visual img {
	display: block;
	width: 100%;
	height: auto;
}

.landing-hero-block__floating--one {
	top: -1rem;
    right: 10vw;
	max-height: 40vh;
    max-width: 40vh;
}

.landing-hero-block__floating--two {
    right: calc(100% - 50vh);
    bottom: -4rem;
    max-height: 50vh;
    max-width: 50vh;
}
@media (max-width:1800px) {
	.landing-hero-block__floating--one {
		top: -1.5rem;
		right: 10vw;
		max-height: 35vh;
		max-width: 35vh;
	}

	.landing-hero-block__floating--two {
		right: calc(100% - 40vh);
		max-height: 35vh;
   		max-width: 35vh;
	}
}

@media (max-width:1300px) {
	.landing-hero-block__title {
		font-size: 50px;
	}
}
@media (min-width: 992px) {
	.landing-hero-block {
		overflow: hidden;
	}

	.landing-hero-block .col-lg-6:last-child {
		position: relative;
	}

	.landing-hero-block__visual-wrap {
		width: 50vw;
		max-width: none;
		margin-left: 50px;
	}

	.landing-hero-block__visual {
		margin-bottom: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.landing-hero-block__visual img {
		min-height: clamp(440px, 48vw, 760px);
		object-fit: contain;
		object-position:right;
		max-height: 80vh;
	}
}
@media (max-width:768px) {
	.landing-hero-block__copy {
		text-align:center;
	}
	.landing-hero__actions {
		justify-content: center;
	}
	.landing-hero-block__usps {
		display: flex !important;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.landing-hero-block__visual-wrap {
		margin-right: -40px;
	}
	.landing-hero-block__floating--one, .landing-hero-block__floating--two {
		max-width:50% !important;
	}
	.landing-hero-block__floating--one {
		top: 20px;
	}
	.landing-hero-block__floating--two {
		right:50% !important;
	}
	.landing-hero-block__visual { 
		padding-top:100px;
	}
	.landing-hero-block {
		padding-top:10em;
	}
	.landing-logo-strip__item img {
		max-width: 200px;
		max-height: 80px;
		width: auto;
		height: auto;
		filter: grayscale(1);
		opacity: 0.8;
	}
}

@media (max-width:1200px) {
	.landing-hero-block .align-items-center {
		    align-items: flex-start !important;
	}
	.landing-hero-block__visual img {
		max-height: 60vh;
        min-height: auto;
	}
}

.landing-hero-block__usps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 2rem;
}

.landing-hero-block__usp {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	font-size: 20px;
	line-height:1.3em;
}
.landing-hero-block__usp  > i {
	font-size:40px;
}

.landing-hero-block__usp i {
	color: #f37357;
}

.landing-hero-block__note {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 1.6rem;
	color: #5d6870;
	font-size: 0.92rem;
}

.landing-section-heading {
	margin-bottom: 3rem;
}

.landing-section-heading__title {
	font-size: clamp(2rem, 4vw, 3rem) !important;
	line-height: 1.05;
	letter-spacing: -0.04em;
	color: #231722;
	padding-bottom:40px;
}

.landing-compare-card,
.landing-step-card {
	height: 100%;
	border-radius: 1.75rem;
	background: #fff;
	box-shadow: none;

}
.landing-step-card {
	display:flex;
	flex-wrap:wrap;
	background: #fff;
	background: -webkit-linear-gradient(360deg, rgba(255, 241, 237, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: -moz-linear-gradient(360deg, rgba(255, 241, 237, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(360deg, rgba(255, 241, 237, 1) 0%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF1ED", endColorstr="#FFFFFF", GradientType=0);
	border: 1px solid #CECECE;
	position:relative;
}
.landing-step-card::after {
	position:absolute;
	content: "\f138";
	top:50%;
	right:-30px;
	display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size:25px;
	color:#f37357;
}
#howitworks .row > .col-lg-4:last-child .landing-step-card::after {
	content: "";
}
.landing-step-card__content {
	padding:40px;
}

.landing-step-card__content,
.landing-step-card__image {
	will-change: transform, opacity;
}
.landing-compare-card__label,
.landing-step-card__eyebrow {
	margin-bottom: 0.3rem;
	color: #EC6B4F;
	font-weight: 600 !important;
}

.landing-compare-card__topline {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	align-items: center;
	margin-bottom: 1rem;
}

.landing-compare-card__subheading {
	margin: 0;
	color: #5d3fd3;
	font-weight: 500;
}

.landing-compare-card__image,
.landing-step-card__image {
	border-radius: 1rem;
	overflow: hidden;

}
.landing-compare-card__image > img {
	max-width:100%;
}
.before-col .landing-compare-card {
	padding:30px;
	border-radius: 20px;
	background: #F3F2F9;
	transform:scale(0.85);
	position:relative;
	z-index: 1;
}
.after-col .landing-compare-card {
	padding:30px;
	border-radius: 20px;
	background: #FFF1ED;
}
.after-col .landing-compare-card__label {
	font-size:2em;
}
.compare_image {
	position:absolute;
	top:calc(50% - 50px);
	right:-100px;
	width:100px;
	z-index:111;
}
.landing-compare-card__media--panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 250px;
	gap: 1.5rem;
	align-items: stretch;
}

.landing-step-card__image > img {
	max-width:100%;
}

.landing-compare-card__caption {
	margin-bottom: 1rem;
	font-size: 1.3rem;
}

.landing-compare-card__points {
	display: grid;
	gap: 0.2rem;
	padding: 0;
	margin: 0;
	list-style: none;
	padding-top:15px !important;
}

.landing-compare-card__points li {
	display: flex;
	align-items: center;
	gap: 0.55rem;
}

.landing-compare-card__points i {
	color: #47b16e;
}

.landing-compare-card__point-item {
	margin-bottom:0px !important;
}
.landing-compare-card__point-item .bi-x-lg {
	color: #ff6c63;
    background: #ffe3e2;
    display: flex;
    padding: 5px;
    border-radius: 50px;
    font-size: 14px;
}

.landing-compare-card__panel {
	padding: 1.5rem 1.25rem;
	border-radius: 1.25rem;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(126, 92, 255, 0.08);
}

.landing-compare-card__panel-list {
	display: grid;
	gap: 1.15rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.landing-compare-card__panel-item {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
}

.landing-compare-card__panel-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 2.15rem;
	width: 2.15rem;
	height: 2.15rem;
	border-radius: 999px;
	background: #f37357;
	color: #fff;
	font-size:22px;
}

.landing-compare-card__panel-copy {
	display: grid;
	gap: 0.15rem;
	color: #f37357;
}

.landing-compare-card__panel-copy strong {
	font-size: 1.06rem;
	line-height: 1.2;
	font-weight:600 !important;
}

.landing-compare-card__panel-copy small {
	font-size: 0.92rem;
	line-height: 1.35;
	color: #575757;
}

.landing-step-card h3 {
	margin-bottom: 0.75rem;
	font-size: 2rem;
	font-weight:600 !important;
	color: #231722;
}

@media (max-width: 991px) {
	.landing-compare-card__media--panel {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 1200px) {
	.landing-compare-card__panel-icon {
		flex: 0 0 1.5rem;
		width: 1.5rem;
		height: 1.5rem;
		font-size:17px;
	}
}


@media (max-width: 768px) {
	.compare_image {
		top: 98%;
		right: calc(50% - 50px);
		transform: rotate(90deg);
	}
}

.landing-stat-card {
	height: 100%;
	padding: 1.75rem;
	border-radius: 1.5rem;
	color: #10212d;
	will-change: transform, opacity;
}
.landing-stat-card > i {
	flex: 0 0 100%;
	max-width:100%;
	font-size:40px;
	display: inline-flex;
	margin-bottom: 6rem;
}

.landing-stat-card h3 {
	margin-bottom: 0.5rem;
	font-size: clamp(2rem, 5vw, 3rem);
	line-height: 1;
}

.landing-stat-card__label {
	margin-bottom: 0.5rem;
	font-weight: 700;
}

.landing-stat-card__note {
	margin-bottom: 0;
	font-size: 0.95rem;
}
.landing-stat-card__note {
    position: absolute;
    top: 25px;
    right: 10px;
    background: rgba(255, 255, 255, 0.3);
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 14px !important;
}

@media all and (max-width:1350px) {
    .landing-stat-card__note {
        top: -15px;
        right: inherit;
        background: rgba(255, 255, 255, 0.7);
        color:#5F2F57 !important;
    }
    .landing-stat-card__note i {
        color:#5F2F57 !important;
    }
}
@media all and (max-width:576px) {
    .landing-stat-card__note {
        top: 25px;
        right: 10px;
        background: rgba(255, 255, 255, 0.7);
        color:#5F2F57 !important;
    }
}

.landing-stat-card--peach { background: #fae3dc; }
.landing-stat-card--lilac { background: #e9d4ef; }
.landing-stat-card--orange { background: #f37357; color: #fff; }
.landing-stat-card--plum { background: #5b2b61; color: #fff; }

.landing-stat-card--peach h3, .landing-stat-card--peach i, .landing-stat-card--peach p {
	color: #EC6B4F;
}
.landing-stat-card--lilac h3, .landing-stat-card--lilac i, .landing-stat-card--lilac p {
	color: #5F2F57;
}
.landing-stat-card--orange h3, .landing-stat-card--orange i, .landing-stat-card--orange p {
	color: #fae3dc;
}
.landing-stat-card--plum h3, .landing-stat-card--plum i, .landing-stat-card--plum p {
	color: #e9d4ef;
}


.landing-logos {
	padding-top: 4rem;
	padding-bottom: 5rem;
}

.landing-cta__panel {
	position: relative;
	padding: 4.5rem 2rem;
	border-radius: 2rem;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.landing-cta__overlay {
	position: absolute;
	inset: 0;

}

.landing-cta__content {
	position: relative;
	z-index: 1;
	max-width: 36rem;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.landing-cta__content  .landing-cta__note {
	flex: 0 0 100%;
	color: #fff;
}

.landing-cta__content h2 {
	margin-bottom: 1rem;
	font-size: clamp(2rem, 4vw, 3rem);
}

.landing-cta__content p:not(.landing-eyebrow) {
	line-height: 1.8;
	color: #fff;
}

.landing-cta__note {
	display: inline-flex;
	justify-content: center;
	gap: 0.5rem;
	margin-top: 1rem;
	font-size: 0.92rem;
	opacity: 0.86;
}

.landing-section {
	position: relative;
	padding: 6rem 0;
}

.landing-section--light {
	background: #f6f4ef;
}

.landing-section--dark {
	background: #10212d;
	color: #fff;
}

.landing-section--accent {
	background: linear-gradient(180deg, #fff7f4 0%, #f6f4ef 100%);
}

.landing-section__image {
	border-radius: 2rem;
	overflow: hidden;
	box-shadow: 0 24px 80px rgba(16, 33, 45, 0.14);
}

.landing-section__highlight {
	display: flex;
	gap: 1rem;
	margin-top: 1.5rem;
	padding: 1.5rem;
}

.landing-section__highlight i,
.landing-card__icon {
	color: #f37357;
	font-size: 1.5rem;
}

.landing-section__cards {
	margin-top: 2rem;
}

.landing-card {
	height: 100%;
	padding: 1.75rem;
}

.landing-card h3 {
	margin: 0.85rem 0;
	font-size: 1.2rem;
}

[data-animate] {
	opacity: 0;
	transform: translateY(24px);
}

.cleard3-invite-modal {
	position: fixed;
	inset: 0;
	z-index: 2000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 1.25rem;
}

.cleard3-video-modal {
	position: fixed;
	inset: 0;
	z-index: 2000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 1.25rem;
}

.cleard3-invite-modal.is-open {
	display: flex;
}

.cleard3-video-modal.is-open {
	display: flex;
}

.cleard3-invite-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(16, 33, 45, 0.62);
	backdrop-filter: blur(8px);
}

.cleard3-video-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(16, 33, 45, 0.72);
	backdrop-filter: blur(8px);
}

.cleard3-invite-modal__dialog {
	position: relative;
	width: min(100%, 520px);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 32px 90px rgba(16, 33, 45, 0.28);
}

.cleard3-video-modal__dialog {
	position: relative;
	width: min(100%, 980px);
	border-radius: 24px;
	background: #10212d;
	box-shadow: 0 32px 90px rgba(16, 33, 45, 0.36);
}

.cleard3-invite-modal__content {
	padding: 2.25rem;
}

.cleard3-invite-modal__content h2 {
	margin: 0 0 0.75rem;
	color: #10212d;
	font-size: 2rem;
	line-height: 1.1;
}

.cleard3-invite-modal__content p {
	margin: 0 0 1.35rem;
	color: #50616c;
	line-height: 1.7;
}

.cleard3-invite-modal__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	background: #fff1ed;
	color: #f37357;
}

.cleard3-video-modal__close {
	position: absolute;
	top: -1rem;
	right: -1rem;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	background: #fff1ed;
	color: #f37357;
	box-shadow: 0 12px 30px rgba(16, 33, 45, 0.24);
}

.cleard3-video-modal__frame {
	position: relative;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 24px;
	background: #10212d;
}

.cleard3-video-modal__frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.cleard3-invite-form label {
	display: block;
	margin-bottom: 0.55rem;
	color: #10212d;
	font-weight: 700;
}

.cleard3-invite-form__row {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 0.75rem;
}

.cleard3-invite-form__row button {
    border:none;
    padding-top:0.4rem;
    padding-bottom:0.4rem;
}
.cleard3-invite-form input {
	width: 100%;
	min-height: 52px;
	padding: 0.45rem 1rem;
	border: 1px solid rgba(16, 33, 45, 0.18);
	border-radius: 999px;
	color: #10212d;
	font: inherit;
	outline: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cleard3-invite-form input:focus {
	border-color: #f37357;
	box-shadow: 0 0 0 4px rgba(243, 115, 87, 0.14);
}

.cleard3-invite-form button[disabled] {
	cursor: wait;
	opacity: 0.68;
}

.cleard3-invite-form__message {
	min-height: 1.5rem;
	margin: 1rem 0 0 !important;
	font-weight: 700;
}

.cleard3-invite-form__message.is-success {
	color: #217a53;
}

.cleard3-invite-form__message.is-error {
	color: #b93c2f;
}

.cleard3-invite-modal-open {
	overflow: hidden;
}

.cleard3-video-modal-open {
	overflow: hidden;
}



@media (max-width: 991px) {
	.landing-page-header__bar {
		grid-template-columns: 1fr auto;
	}

	.landing-page-nav {
		display: none;
	}

	.landing-page-header__actions .landing-btn {
		display: none;
	}

	.landing-page-nav__toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
	.landing-page-nav--mobile {
		background: #fff;
		position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1;
        padding-top: 100px;
		padding-bottom:150px;
        height: 100dvh;
		flex-wrap:wrap;
		align-items: flex-start;
	}
	.landing-page-nav--mobile.is-open {
		display: flex;
	}
	.landing-page-nav--mobile  > * {
		flex: 0 0 100%;
	}
	.landing-page-nav__mobile-actions {
		align-self: flex-end;
	}

	.landing-page-nav--mobile .landing-page-nav__list {
		flex-direction: column;
		align-items: stretch;
		padding: 1rem;
		border-radius: 1.5rem;
		text-align:center;
	}
	.landing-page-nav--mobile .landing-page-nav__list li {
		padding-top:10px;
		padding-bottom:10px;
	}
	.landing-page-nav__link {
		font-size:20px;
	}

	.landing-page-nav__mobile-actions {
		display: flex;
		flex-direction: column;
		gap: 0.75rem;
		padding: 1rem;
	}

	.landing-hero {
		padding-top: 8.5rem;
	}

	.landing-hero-block__usps {
		grid-template-columns: 1fr;
	}

	.landing-hero__floating,
	.landing-hero-block__floating {
		max-width: 100%;
		margin-top: 1rem;
	}
}

@media (max-width: 767px) {
	.landing-page-header__bar {
		gap: 1rem;
	}

	.landing-hero,
	.landing-section {
		padding: 5rem 0;
	}

	.landing-logo-strip__item {
		min-width: 150px;
	}

	.landing-hero__card,
	.landing-card,
	.landing-section__highlight {
		padding: 1.35rem;
	}
	.cleard3-invite-modal__content {
		padding: 1.6rem;
	}
	.cleard3-invite-form__row {
		grid-template-columns: 1fr;
	}
	.cleard3-invite-form__row .landing-btn {
		width: 100%;
	}
	.cleard3-video-modal__dialog,
	.cleard3-video-modal__frame {
		border-radius: 16px;
	}
	.cleard3-video-modal__close {
		top: 0.75rem;
		right: 0.75rem;
	}
	#howitworks .col-lg-4, #results .col-md-3 {
		margin-bottom:20px;
	}
}
