/*!
Theme Name: Hovarlay
Theme URI: http://underscores.me/
Author: Creativeans
Author URI: https://www.creativeans.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hovarlay
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Hovarlay is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #151515;
/* 	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; */
	font-family: "Inter", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "semplicitapro";
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

/* a:visited {
	color: #800080;
} */

/* a:hover,
a:focus,
a:active {
	color: #191970;
} */

/* a:focus {
	outline: thin dotted;
} */

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

.page-template-default .site-main.default-page {
	padding: clamp(50px, 5vw, 100px) 7% 40px 7%;
}

.page-template-default .site-main.default-page a {
	color: #151515;
	text-underline-offset: 3px;
}

.page-template-default .site-main.default-page .entry-content a {
	word-wrap: break-word; /* Older syntax, still widely supported */
  	overflow-wrap: break-word; /* Modern, recommended */
}

.page-template-default .site-main.default-page .entry-content ul,
.page-template-default .site-main.default-page .entry-content ol {
	margin: 0;
}

.banner-home {
	height: 100vh;
	padding: 2%;
	padding-top: clamp(65px, 8.5vw, 90px);
	position: relative;
}

.banner-home .banner-home-expand-image-container {
	width: clamp(100px, 30vw, 700px);
	height: clamp(80px, 20vw, 450px);
	top: 40%;
	position: absolute;
}

.banner-home .banner-home-inner-container {
	position: relative;
	height: 100%;
	overflow: hidden;
	border-radius: 20px;
}

.banner-home .banner-home-inner {
	position: relative;
	height: 100%;
}

.banner-home .banner-home-heading {
	text-align: center;
	padding-top: clamp(100px, 10vh, 200px);
	position: relative;
	z-index: 2;
	padding-bottom: 30px;
	margin-top: 0;
}

.banner-home .banner-home-heading .banner-home-heading-small {
	font-size: clamp(24px, 1.78vw, 64px);
	font-weight: 500;
}

.banner-home .banner-home-heading .banner-home-heading-large {
	display: flex;
	justify-content: center;
	text-align: center;
	font-weight: 600;
	font-size: clamp(32px, 2.92vw, 96px);
	line-height: 1.2;
}

.banner-home .banner-home-expand-image-container {
    position: absolute; /* Initially absolute to allow animation */
    width: clamp(100px, 30vw, 700px); /* Initial width of the container */
    height: clamp(80px, 20vw, 450px); /* Initial height of the container */
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
/*     top: 100%; /* Starts just under the heading */
    border-radius: 20px;
    overflow: hidden;
}

.banner-home .banner-home-expand-image-container img {
    width: 100%; /* Start larger than the container */
    max-width: unset;
    height: 100%;
    position: absolute;
    object-fit: cover;
	object-position: bottom;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0; /* Keep the image aligned to the bottom */
}

.banner-home .banner-home-mobile-container {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 100%;
/* 	width: 22vw; */
	z-index: 3;
/* 	min-width: 250px; */
	height: 80vh;
	max-width: 90vw;
    aspect-ratio: 2.75 / 6;
}

.banner-home .banner-home-mobile-container-inner {
	position: relative;
	height: 100%;
	padding-top: 215%;
	border-radius: 20px;
	overflow: hidden;
    filter: drop-shadow(0px 0px 10px 2px rgba(213, 211, 207, 0.50)); /* External shadow */

}

.banner-home .banner-home-mobile-container:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	border-radius: 20px;
	box-shadow: 0px 4px 20px 10px rgba(255, 255, 255, 0.40) inset, 0px 0px 30px 20px rgba(255, 255, 255, 0.50) inset, 0px 0px 10px 2px rgba(213, 211, 207, 0.50);
	border: 2px solid #FFFFFF;
}

.banner-home .banner-home-mobile-container-inner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
/* 	object-fit: contain; */
	object-fit: cover;
}

.banner-home .banner-home-mobile-container-inner img.mobile-hovarlay-button {
	opacity: 0;
	height: auto;
	object-fit: contain;
	bottom: 10%;
	top: unset;
    width: 92%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.banner-home .banner-home-mobile-container-inner .mobile-icon-container {
	position: absolute;
	width: 30%;
	transform: scale(0);
}

.banner-home .banner-home-mobile-container-inner .mobile-icon {
	width: 100%;
	padding-top: 100%;
	border-radius: 50%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.60) 0%, rgba(177, 183, 255, 0.60) 100%);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
}

.banner-home .banner-home-mobile-container-inner .mobile-icon-container.mobile-icon1 {
	top: 35%;
	left: 5%;
}

.banner-home .banner-home-mobile-container-inner .mobile-icon-container.mobile-icon2 {
	top: 15%;
	left: 40%;
}

.banner-home .banner-home-mobile-container-inner .mobile-icon-container.mobile-icon3 {
	top: 50%;
	right: 15%;
}

.banner-home .banner-home-mobile-container-inner .mobile-icon img {
    position: absolute;
    width: 75%;
    height: 75%;
    object-fit: contain;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.banner-home .banner-home-mobile-container-inner img.mobile-packaging1 {
	opacity: 0;
}

.banner-home .banner-home-mobile-container-inner img.mobile-scan-effect {
	top: -20%;
	height: auto;
	object-fit: contain;
}

.banner-home .banner-home-mobile-container-inner img.mobile-hover-over-packaging {
	opacity: 1;
}

.banner-home .banner-home-mobile-container-inner img.mobile-powered-by-hovarlay {
	bottom: 0;
	top: unset;
	height: auto;
	object-fit: contain;
}

.banner-home .banner-home-mobile-container-inner .mobile-text-container {
	position: absolute;
  top: 100%; /* Start out of view */
  left: 0;
  width: 100%;
	background: rgba(255, 255, 255, 0.75);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-radius: 20px 20px 0 0;
}

.banner-home .banner-home-mobile-container-inner .mobile-text-container-inner {
	padding: 20% 5% 10% 5%;
}

.banner-home .banner-home-mobile-container-inner .mobile-text-container-inner .mobile-text-container-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10%;
}

.banner-home .banner-home-mobile-container-inner .mobile-text-container-inner .mobile-text-container-heading-text {
	font-weight: 500;
	font-size: clamp(18px, 1.5vw, 42px);
	margin: 0;
	line-height: 1;
}

.banner-home .banner-home-mobile-container-inner .mobile-text-container-heading .mobile-text-container-close-icon {
	position: relative;
	height: clamp(10px, 1vw, 25px);
	width: clamp(10px, 1vw, 25px);
}

.banner-home .banner-home-mobile-container-inner .mobile-text-container .mobile-text-container-image {
	width: 100%;
	padding-top: 60%;
	position: relative;
	overflow: hidden;
}

.banner-home .banner-home-mobile-container-inner .mobile-text-container .mobile-text-container-image img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	object-fit: contain;
}

.banner-home .banner-home-mobile-container-inner .mobile-text-container .mobile-text-container-main p {
	font-size: clamp(14px, 0.835vw, 24px);
}

.banner-home .banner-home-mobile-container-inner .mobile-text-container .mobile-text-container-indicator {
	width: 15%;
    height: auto;
    top: 2%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.banner-home-after {
	background-color: #F2F2F2;
	margin-top: -2px;
}

.banner-home-after .banner-home-after-inner {
	border-radius: 0 0 10vw 0;
	padding: 30px 7% 120px 7%;
	background-color: #151515;
}

.banner-home-after .banner-home-after-text {
	color: #FFFFFF;
	font-size: clamp(28px, 3.88vw, 100px);
	font-weight: 500;
	margin-top: 0;
	line-height: 1.4;
}

.banner-home-after .banner-home-after-text span {
	display: flex;
	justify-content: center;
	text-align: center;
}

.banner-home-after .banner-home-after-text span:last-child {
	font-weight: 700;
}

.home-introduction {
	background-color: #F2F2F2;
	padding: 50px 7%;
}

.home-introduction .home-introduction-text {
	font-family: "semplicitapro";
	font-size: clamp(22px, 2.75vw, 84px);
	color: #353535;
}

.home-introduction .home-introduction-text strong {
	display: inline!important;
}

.home-introduction .home-introduction-text strong span.word {
	color: #6F66FF;
}

@media screen and (min-width: 750px) {
	.home-introduction {
		background-color: #F2F2F2;
		padding: 100px 15%;
	}
}

.brands {
	padding: 50px 0;
}

.brands .brands-heading {
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: clamp(18px, 1.55vw, 28px);
	text-align: center;
	color: #707070;
	padding: 0 7%;
}

.brands .brands-row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 35px;
}

.brands .brands-row:before {
	content: "";
	height: 100%;
	width: 10%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(to right, #FFF 1%, rgba(255, 255, 255, 0) 100%);
	z-index: 2;
}

.brands .brands-row:after {
	content: "";
	height: 100%;
	width: 10%;
	position: absolute;
	bottom: 0;
	right: 0;
	background: linear-gradient(to left, #FFF 1%, rgba(255, 255, 255, 0) 100%);
	z-index: 2;
}

/* .brands .brands-row .brand-logo-container {
	width: 5vw;
	margin: 0 2vw;
} */

.brands .brands-row .brand-logo-container .brand-logo {
	width: 100%;
	padding-top: 60%;
	position: relative;
	overflow: hidden;
}

.brands .brands-row .brand-logo-container .brand-logo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
/* 	filter: grayscale(1);
	-webkit-filter: grayscale(1); */
}

.home-experience .experience-grid {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.home-experience .experience-grid .experience-block {
	border-radius: clamp(10px, 1.45vw, 20px);
	width: 100%;
	background-color: #F2F2F2;
	margin: 5px 0;
	padding: clamp(15px, 2vw, 30px);
}

.home-experience .experience-grid .experience-block.experience-block1,
.home-experience .experience-grid .experience-block.experience-block2,
.home-experience .experience-grid .experience-block.experience-block3,
.home-experience .experience-grid .experience-block.experience-block4,
.home-experience .experience-grid .experience-block.experience-block5 {
	width: 100%;
}

.home-experience .experience-grid .experience-block.experience-block1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 0;
}

.home-experience .experience-grid .experience-block.experience-block1 .block-title {
	font-weight: 500;
    width: 100%;
    font-size: clamp(18px, 2.65vw, 100px);
    line-height: 1.4;
    margin-top: 0.5rem;
    margin-bottom: clamp(15px, 1.5vw, 60px);
}

.home-experience .experience-grid .experience-block.experience-block1 .block1-center-container {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	position: relative;
}

.home-experience .experience-grid .experience-block.experience-block1 .block1-center-container::after {
    content: ''; /* Necessary for pseudo-elements */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10%;
    background: linear-gradient(to bottom, rgba(242, 242, 242, 0) 0%, #F2F2F2 100%);
    pointer-events: none; /* Ensures it doesn't interfere with interactions */
}

.home-experience .experience-grid .experience-block.experience-block1 .block1-center-container .center-text {
	margin: 15px 0;
	color: #A2A2A2;
	text-align: center;
	text-transform: uppercase;
	font-family: "Inter", sans-serif;
	font-size: clamp(16px, 2.25vw, 100px);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.home-experience .experience-grid .experience-block.experience-block1 .block1-center-image-container {
	width: 80%;
	display: flex;
	justify-content: center;
}

.home-experience .experience-grid .experience-block.experience-block1 .block1-center-image-inner-container {
	width: 100%;
	padding-top: 160%;
	position: relative;
	overflow: hidden;
}

.home-experience .experience-grid .experience-block.experience-block1 .block1-center-image-inner-container img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: contain;
	object-position: top;
}

.home-experience .experience-grid .experience-block.experience-block1 .block1-text-container {
	width: 100%;
}

.home-experience .experience-grid .experience-block.experience-block1 .block1-animated-text {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
}

.home-experience .experience-grid .experience-block.experience-block1 .block1-animated-text .block1-text {
	color: #B3B3B3;
	font-weight: 500;
	font-size: clamp(26px, 2.2vw, 46px);
	transition: color 0.5s, font-size 0.5s;
	display: flex;
	padding: 10px 0;
	width: fit-content;
}

@media screen and (min-width: 750px) {
	.home-experience .experience-grid .experience-block.experience-block1 .block1-animated-text .block1-text {
		font-size: clamp(18px, 2.2vw, 46px);
	}
}

.home-experience .experience-grid .experience-block.experience-block2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.home-experience .experience-grid .experience-block.experience-block2 .block2-text-container {
	width: 100%;
}

.home-experience .experience-grid .experience-block.experience-block2 .block2-text-container .block-title {
	font-size: clamp(18px, 2.25vw, 100px);
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
}

.home-experience .experience-grid .experience-block.experience-block2 .block2-slider-container {
	width: 100%;
}

.home-experience .experience-grid .experience-block.experience-block2 .block2-slider-container .avatar-container {
	position: relative;
	aspect-ratio: 1/1;
}

.home-experience .experience-grid .experience-block.experience-block2 .owl-item img {
	transform: scale(0.85);
	transform-origin: bottom center;
	transition: transform 0.5s ease;
	height: 100%;
	width: auto;
	max-width: unset;
    object-fit: cover;
}

.home-experience .experience-grid .experience-block.experience-block2 .owl-item.center {
	position: relative;
	z-index: 2;
}

.home-experience .experience-grid .experience-block.experience-block2 .owl-item.center img {
	transform: scale(1.5);
}

.home-experience .experience-grid .experience-block.experience-block2 .owl-stage {
	padding-top: clamp(50px, 5vw, 100px);
	z-index: 2;
}

.home-experience .experience-grid .experience-block.experience-block3 {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.home-experience .experience-grid .experience-block.experience-block3 .experience-block3-icon {
	width: 12%;
    object-fit: contain;
}

.home-experience .experience-grid .experience-block.experience-block3 .experience-block3-title {
	font-weight: 500;
    width: 100%;
    font-size: clamp(22px, 3.88vw, 100px);
    line-height: 1.2;
    margin-top: 0.5rem;
    margin-bottom: clamp(20px, 1.5vw, 60px);
}

.home-experience .experience-grid .experience-block.experience-block4 {
	padding: 0;
}

.home-experience .experience-grid .experience-block.experience-block4 .block4-image-container {
	width: 100%;
	padding-top: 120%;
	position: relative;
	overflow: hidden;
}

.home-experience .experience-grid .experience-block.experience-block4 .block4-image-container img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.home-experience .experience-grid .experience-block.experience-block5 {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	background-color: #E7E5FF;
}

.home-experience .experience-grid .experience-block.experience-block5 .block-title {
	font-weight: 500;
    font-size: clamp(22px, 2.8vw, 63px);
    margin: 0;
    width: 100%;
    line-height: 1.4;
}

.home-experience .experience-grid .experience-block.experience-block5 .block-text {
	font-size: clamp(16px, 2vw, 48px);
    margin-bottom: 0;
}

@media screen and (min-width: 750px) {
	
	.home-experience .experience-grid .experience-block {
		margin: 15px 0;
	}
	
	.home-experience .experience-grid .experience-block.experience-block1 .block1-center-container::after {
		display: none;
	}
	
	.home-experience .experience-grid .experience-block.experience-block2 .block2-text-container {
		width: 23%;
	}

	.home-experience .experience-grid .experience-block.experience-block2 .block2-slider-container {
		width: 65%;
	}
	
	.home-experience .experience-grid .experience-block.experience-block3 {
		width: 40%;
	}
	
	.home-experience .experience-grid .experience-block.experience-block4 {
		width: 25%;
	}
	
	.home-experience .experience-grid .experience-block.experience-block5 {
		width: 31%;
	}
	
	.home-experience .experience-grid .experience-block.experience-block1 .block1-center-container {
		width: 30%;
	}
	
	.home-experience .experience-grid .experience-block.experience-block1 .block1-text-container {
		width: 30%;
	}
	
	.home-experience .experience-grid .experience-block.experience-block1 .block1-animated-text {
		width: 30%;
	}
	
	.home-experience .experience-grid .experience-block.experience-block3 .experience-block3-title {
		width: 75%;
	}
}

.home-insights {
	background-color: #151515;
}

.home-insights .section-heading h2 {
	color: #FFFFFF;
}

.home-insights .insights-grid {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.home-insights .insights-grid .insights-grid-item {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.90);
	border-radius: clamp(10px, 1.45vw, 20px);
	margin: 5px 0;
	padding: clamp(15px, 2vw, 30px);
}

.home-insights .insights-grid .insights-grid-item.insights-block1 {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.home-insights .insights-grid .insights-grid-item.insights-block1 .insights-block1-icon {
	width: 12%;
	object-fit: contain;
}

.home-insights .insights-grid .insights-grid-item.insights-block1 .insights-block1-title {
	font-weight: 500;
    width: 100%;
    font-size: clamp(22px, 3.88vw, 100px);
    line-height: 1.2;
	margin-top: 0.5rem;
	margin-bottom: clamp(20px, 1.5vw, 60px);
}

.home-insights .insights-grid .insights-grid-item.insights-block1 .block-text {
	font-size: clamp(16px, 2vw,48px);
}

.home-insights .insights-grid .insights-grid-item.insights-block2 {
	padding-bottom: 0;
}

.home-insights .insights-grid .insights-grid-item.insights-block2 .block-title {
	display: flex;
	justify-content: center;
}

.home-insights .insights-grid .insights-grid-item.insights-block2 .block-title .block-title-inner {
    border: 1px solid #FFF;
    border-radius: 2vw;
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    display: flex;
    justify-content: center;
    padding: 5px 15px;
    margin: 15px 0;
}

.home-insights .insights-grid .insights-grid-item.insights-block2 .block-title .block-title-inner .block-icon {
	width: clamp(16px, 1.3vw, 24px);
    object-fit: contain;
}

.home-insights .insights-grid .insights-grid-item.insights-block2 .block-title .block-title-inner .block-title {
	font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 1.05vw, 22px);
    margin: 5px 0;
    margin-left: 10px;
}

.home-insights .insights-grid .insights-grid-item.insights-block2 .block-image-container {
	width: 100%;
    padding-top: 60%;
    position: relative;
    overflow: hidden;
}

.home-insights .insights-grid .insights-grid-item.insights-block2 .block-image-container img {
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.home-insights .insights-grid .insights-grid-item.insights-block3 .block3-text-container {
	width: 100%;
}

.home-insights .insights-grid .insights-grid-item.insights-block3 .block3-icon {
	width: 12%;
	object-fit: contain;
}

.home-insights .insights-grid .insights-grid-item.insights-block3 .block-title {
	font-weight: 500;
    font-size: clamp(22px, 2.8vw, 63px);
    margin: 10px 0;
    width: 100%;
    line-height: 1.4;
}

.home-insights .insights-grid .insights-grid-item.insights-block3 .block-text {
    font-size: clamp(14px, 1.25vw, 28px);
    margin-bottom: 0;
    line-height: 1.4;
	width: 100%;
}

.home-insights .insights-grid .insights-grid-item.insights-block3 .block3-image-container {
	display: flex;
	justify-content: flex-end;
}

.home-insights .insights-grid .insights-grid-item.insights-block3 .block3-image-container-inner {
	width: 100%;
	padding-top: 60%;
	margin-top: 15px;
	position: relative;
	overflow: hidden;
}

.home-insights .insights-grid .insights-grid-item.insights-block3 .block3-image-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.home-insights .insights-grid .insights-grid-item.insights-block4 {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.home-insights .insights-grid .insights-grid-item.insights-block4 .block-title {
	font-size: clamp(18px, 2.35vw, 100px);
	font-weight: 500;
	margin: 0;
	line-height: 1.4;
}

.home-insights .insights-grid .insights-grid-item.insights-block4 .block4-image-container {
	display: flex;
	justify-content: center;
	width: 100%;
	padding-top: 60%;
	position: relative;
	overflow: hidden;
	margin: 15px 0;
}

.home-insights .insights-grid .insights-grid-item.insights-block4 .block4-image-container img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	object-fit: contain;
}

.home-insights .insights-grid .insights-grid-item.insights-block4 .block-text {
    font-size: clamp(14px, 1.25vw, 28px);
    margin-bottom: 0;
    line-height: 1.4;
}

@media screen and (min-width: 750px) {
	
	.home-insights .insights-grid .insights-grid-item {
		margin: 15px 0;
	}
	.home-insights .insights-grid .insights-grid-item:first-child {
		width: 40%;
	}
	
	.home-insights .insights-grid .insights-grid-item:nth-child(2) {
		width: 57%;
	}
		
	.home-insights .insights-grid .insights-grid-item:nth-child(3) {
		width: 67%;
	}
		
	.home-insights .insights-grid .insights-grid-item:nth-child(4) {
		width: 30%;
	}
	
	.home-insights .insights-grid .insights-grid-item.insights-block3 .block3-text-container {
		width: 45%;
	}
	
	.home-insights .insights-grid .insights-grid-item.insights-block3 .block-text {
		width: 55%;
	}
	
	.home-insights .insights-grid .insights-grid-item.insights-block3 .block3-image-container-inner {
		width: 70%;
		padding-top: 40%;
		margin-top: -15%;
	}
}

.home-manage .manage-blocks {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.home-manage .manage-blocks .manage-block {
	background-color: #F2F2F2;
	margin: 5px 0;
	border-radius: clamp(10px, 1.45vw, 20px);
}

.home-manage .manage-blocks .manage-block.manage-block3 {
	background-color: #AFAAFF;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.home-manage .manage-blocks .manage-block1,
.home-manage .manage-blocks .manage-block2,
.home-manage .manage-blocks .manage-block3,
.home-manage .manage-blocks .manage-block4,
.home-manage .manage-blocks .manage-block5,
.home-manage .manage-blocks .manage-block6 {
	width: 100%;
}

.home-manage .manage-blocks .manage-block1,
.home-manage .manage-blocks .manage-block2,
.home-manage .manage-blocks .manage-block3,
.home-manage .manage-blocks .manage-block4 {
	padding: clamp(15px, 2vw, 30px);
}

.home-manage .manage-blocks .manage-block1 {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.home-manage .manage-blocks .manage-block1 .manage-block1-icon {
	width: 12%;
	object-fit: contain;
}

.home-manage .manage-blocks .manage-block1 .manage-block1-title {
	font-weight: 500;
    width: 100%;
    font-size: clamp(22px, 3.88vw, 100px);
    line-height: 1.2;
	margin-top: 0.5rem;
	margin-bottom: clamp(20px, 1.5vw, 60px);
}

.home-manage .manage-blocks .manage-block2 {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}

.home-manage .manage-blocks .manage-block2 .block2-text {
	color: #B3B3B3;
	font-weight: 500;
	font-size: clamp(26px, 2.2vw, 46px);
	transition: color 0.5s, font-size 0.5s;
	display: flex;
	padding: 10px 0;
	width: fit-content;
	text-align: center;
}

@media screen and (min-width: 750px) {
	.home-manage .manage-blocks .manage-block2 .block2-text {
		font-size: clamp(18px, 2.2vw, 46px);
	}
}

.home-manage .manage-blocks .manage-block3 .block-title {
	font-weight: 500;
    font-size: clamp(22px, 2.8vw, 63px);
    margin: 0;
    width: 100%;
    line-height: 1.4;
}

.home-manage .manage-blocks .manage-block4 .block-title {
	font-weight: 500;
    width: 100%;
    font-size: clamp(22px, 3.88vw, 100px);
    line-height: 1.4;
	margin: 0;
}

.home-manage .manage-blocks .manage-block3 .block-text,
.home-manage .manage-blocks .manage-block4 .block-text{
	font-size: clamp(16px, 2vw,48px);
	margin-bottom: 0;
}

.home-manage .manage-blocks .manage-block4 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.home-manage .manage-blocks .manage-block4 .manage-block4-text-container {
	width: 100%;
}
.home-manage .manage-blocks .manage-block4 .manage-block4-image-container {
	width: 100%;
	margin-top: 15px;
}

.home-manage .manage-blocks .manage-block5 {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
}

.home-manage .manage-blocks .manage-block5 .block-title {
	padding: clamp(15px, 2vw, 30px);
	font-size: clamp(18px, 2.35vw, 100px);
	font-weight: 500;
	margin: 0;
	width: 75%;
	line-height: 1.4;
}

.home-manage .manage-blocks .manage-block5 .block-5-image-container {
	width: 100%;
    padding-top: 70%;
    position: relative;
}

.home-manage .manage-blocks .manage-block5 .block-5-image-container img {
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.2);
    transform-origin: bottom;
}

.home-manage .manage-blocks .manage-block5 .block-text {
	padding: clamp(15px, 2vw, 30px);
	font-size: clamp(14px, 1.25vw, 28px);
	margin-bottom: 0;
	line-height: 1.4;
}

.home-manage .manage-blocks .manage-block6 {
	padding: 0;
}

.home-manage .manage-blocks .manage-block6 .manage-block-6-image-container {
	width: 100%;
	position: relative;
	padding-top: 70%;
}

.home-manage .manage-blocks .manage-block6 .manage-block-6-image-container img {
	position: absolute;
	width: 90%;
	height: auto;
	object-fit: contain;
	top: 50%;
	transform: translate(0, -50%);
	right: 0;
}

@media screen and (min-width: 750px) {
	.home-manage .manage-blocks .manage-block {
		margin: 15px 0;
	}
	
	.home-manage .manage-blocks .manage-block1 {
		width: 40%;
	}
	.home-manage .manage-blocks .manage-block2 {
		width: 23%;
	}
	.home-manage .manage-blocks .manage-block3 {
		width: 33%;
	}
	
	.home-manage .manage-blocks .manage-block4 .manage-block4-text-container {
		width: 46%;
	}
	.home-manage .manage-blocks .manage-block4 .manage-block4-image-container {
		width: 52%;
		margin-top: 0;
	}
	
	.home-manage .manage-blocks .manage-block5 {
		width: 30%;
	}
	.home-manage .manage-blocks .manage-block6 {
		width: 68%;
	}

}

.home-solutions .solution-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
  	grid-gap: 10px;
}

@media screen and (min-width: 750px) {
	.home-solutions .solution-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 20px;
	}
}

.home-solutions .solution-grid .solution-item {
	grid-column: span 1;
	grid-row: span 1;
	background-color: #F2F2F2;
	border-radius: 20px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 25px 15px;
}

.home-solutions .solution-grid .solution-item p {
	font-size: clamp(16px, 1.2vw, 32px);
	margin: 0;
}

.home-solutions .solution-grid .solution-item .solution-text {
	display: none;
	color: #FFFFFF;
}

section.section.home-usecase {
	padding: 40px 0;
}

.home-usecase .usecase-top {
	padding: 0 7%;
}
.home-usecase .usecase-slides .owl-stage {
    display: flex;
}

.home-usecase .usecase-slides .usecase-slide {
    position: relative;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
	padding-top: 60%;
    display: flex; /* Added to make it a flex container */
    flex-direction: column;
}

.home-usecase .usecase-slides .usecase-slide .usecase-slide-image-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home-usecase .usecase-slides .usecase-slide .usecase-slide-image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-usecase .usecase-slides .usecase-slide .usecase-slide-text-container {
    position: relative;
    background: rgba(241, 241, 241, 0.75);
    box-shadow: 0px 0px 4px 1px rgba(255, 255, 255, 0.40) inset;
    backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    flex: 1 1 auto; /* Allow the container to grow and fill remaining space */
	padding: 5%;
}

.home-usecase .usecase-slides .usecase-slide .usecase-slide-icon {
	height: clamp(20px, 1.5vw, 40px);
	width: clamp(20px, 1.5vw, 40px);
	object-fit: contain;
}

.home-usecase .usecase-slides .usecase-slide .usecase-slide-title {
	color: #766EFD;
	font-weight: 600;
	font-size: clamp(18px, 1.5vw, 36px);
	margin: 12px 0;
}

.home-usecase .usecase-slides .usecase-slide .usecase-slide-details {
	font-size: clamp(14px, 1.12vw, 28px);
}

@media screen and (min-width: 750px) {
	section.section.home-usecase {
		padding: 100px 0;
	}
}

.archive .archive-banner {
	padding: 40px 7%;
	padding-top: clamp(80px, 8vw, 120px);
}

.archive .archive-banner .archive-heading {
	background: linear-gradient(0deg, #AFAAFF 10%, #5F41FF 73.16%);
    font-size: clamp(32px, 4.73vw, 92px);
	margin: 20px 0;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.post-type-archive-articles .featured-article-heading {
	color: #6F66FF;
	font-family: Inter;
	font-size: clamp(18px, 1.54vw, 32px);
	font-style: normal;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 15px;
}

.post-type-archive-articles .featured-article {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.post-type-archive-articles .featured-article .featured-article-image-container,
.post-type-archive-articles .featured-article .featured-article-text-container {
	width: 100%;
	margin: 5px 0;
}

.post-type-archive-articles .featured-article .featured-article-text-container {
	padding: clamp(15px, 1.8%, 30px);
}

.post-type-archive-articles .featured-article .featured-article-image-container-inner {
	width: 100%;
    padding-top: 60%;
	height: 100%;
    position: relative;
    overflow: hidden;
	border-radius: clamp(15px, 1vw, 20px) clamp(50px, 10vw, 100px) clamp(50px, 10vw, 100px) clamp(15px, 1vw, 20px);
}

.post-type-archive-articles .featured-article .featured-article-image-container-inner .featured-article-categories {
	position: absolute;
    z-index: 2;
    top: 0;
	padding: clamp(10px, 2vw, 20px);
}

.post-type-archive-articles .featured-article .featured-article-image-container-inner .featured-article-categories span {
	display: flex;
	width: fit-content;
    border: 1px solid #766EFD;
    padding: 10px 20px;
    color: #4E43FF;
    border-radius: 10px 5vw 5vw 10px;
    font-family: "Inter", sans-serif;
    font-size: clamp(12px, 1vw, 26px);
	background: rgba(255, 255, 255, 0.60);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	text-decoration: none;
}

.post-type-archive-articles .featured-article .featured-article-image-container-inner .featured-article-thumbnail {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.post-type-archive-articles .featured-article .featured-article-image-container-inner .featured-article-thumbnail a {
	display: flex;
	width: 100%;
	height: 100%;
}

.post-type-archive-articles .featured-article .featured-article-image-container-inner .featured-article-thumbnail a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-type-archive-articles .featured-article .featured-article-text-container {
	background-color: #E9E9E9;
	border-radius: clamp(15px, 1vw, 20px);
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.post-type-archive-articles .featured-article .featured-article-text-container .featured-article-title {
	color: #8780FF;
	font-weight: 500;
    font-size: clamp(22px, 2.8vw, 63px);
    margin: 0;
    width: 100%;
    line-height: 1.25;
}

.post-type-archive-articles .featured-article .featured-article-text-container .featured-article-excerpt {
	font-size: clamp(18px, 1.54vw, 32px);
	font-weight: 500;
	color: #707070;
	line-height: 1.3;
}

.post-type-archive-articles .featured-article .featured-article-text-container .button-container {
	display: flex;
	justify-content: flex-end;
}

.post-type-archive-articles .featured-article .featured-article-text-container .featured-article-link {
	display: flex;
	width: fit-content;
	padding: 10px 20px;
	border-radius: 10px;
	border: 1px solid #FFF;
	background: rgba(255, 255, 255, 0.75);
	box-shadow: 0px 0px 8px 2px rgba(255, 255, 255, 0.25);
	backdrop-filter: blur(10px);
	color: #353535;
	text-decoration: none;
}

.post-type-archive-articles .articles-grid-container {
	padding: 40px 7%;
}

.post-type-archive-articles .articles-grid-container .all-articles-heading {
	font-weight: 500;
    font-size: clamp(22px, 3.88vw, 100px);
    line-height: 1.2;
    margin: clamp(20px, 1.5vw, 60px) 0;
	color: #353535;
}

.post-type-archive-articles .articles-grid-container .search-form-container form {
	display: flex;
	align-items: center;
	width: 100%;
	border-radius: 8px;
	border: 1px solid #D2D2D2;
	background-color: #FFF;
	box-shadow: 0px 0px 4px 1px rgba(255, 255, 255, 0.60) inset;
	backdrop-filter: blur(17.5px);
	-webkit-backdrop-filter: blur(17.5px);
}

.post-type-archive-articles .articles-grid-container .search-form-container form button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	width: 44px;
	height: 44px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.post-type-archive-articles .articles-grid-container .search-form-container form input {
	width: calc(100% - 44px);
	border: none;
	border-radius: 8px;
	padding: 10px;
}

.post-type-archive-articles .articles-grid-container .search-form-container form input:focus,
.post-type-archive-articles .articles-grid-container .search-form-container form input:focus-within,
.post-type-archive-articles .articles-grid-container .search-form-container form input:focus-visible {
	border: none;
	outline: none;
}

@media screen and (min-width: 750px) {
/* 	.archive .archive-banner .archive-heading {
		margin-top: 50px;
	} */
	.post-type-archive-articles .articles-grid-container .search-form-container form {
		width: 50%;
	}
}

.post-type-archive-articles .articles-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: clamp(10px, 2vw, 20px);
	padding: 30px 0;
}

.post-type-archive-articles .articles-grid article {
	width: 100%;
	grid-column: span 1;
	margin: 15px 0;
}

.post-type-archive-articles .articles-grid article .article-listing-thumbnail-container,
.similar-articles .article-listing-thumbnail-container {
	width: 100%;
    padding-top: 65%;
    position: relative;
    overflow: hidden;
    border-radius: clamp(10px, 0.83vw, 20px) clamp(40px, 5.5vw, 100px) clamp(10px, 0.83vw, 20px) clamp(10px, 0.83vw, 20px);
}

.post-type-archive-articles .articles-grid article .article-listing-thumbnail-container a,
.similar-articles .article-listing-thumbnail-container .post-thumbnail {
	display: flex;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.post-type-archive-articles .articles-grid article .article-listing-thumbnail-container a img,
.similar-articles .article-listing-thumbnail-container .post-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-type-archive-articles .articles-grid article .article-listing-category,
.similar-articles .article-listing-category {
	color: #6F66FF;
	font-size: clamp(12px, 0.98vw, 18px);
	margin: 10px 0;
}

.post-type-archive-articles .articles-grid article .article-listing-title,
.similar-articles .article-listing-title {
	font-family: "Inter", sans-serif;
	font-size: clamp(14px, 1.25vw, 28px);
	font-weight: 400;
	margin-top: 10px;
    line-height: 1.4;
}

.post-type-archive-articles .articles-grid article .article-listing-title a,
.similar-articles .article-listing-title a {
	text-decoration: none;
	color: #353535;
}

.post-type-archive-articles .articles-grid-container .pagination-wrapper {
	display: flex;
	justify-content: center;
}

.post-type-archive-articles .articles-grid-container .pagination-wrapper .pagination {
	width: fit-content;
	background-color: #F2F2F2;
	border-radius: clamp(15px, 2vw, 80px);
	padding: 10px;
}

.post-type-archive-articles .articles-grid-container .pagination-wrapper .pagination .nav-links {
	display: flex;
	align-items: center;
}

.post-type-archive-articles .articles-grid-container .pagination-wrapper .pagination .nav-links .page-numbers {
	font-size: clamp(14px, 1.115vw, 20px);
	text-decoration: none;
	color: #353535;
	display: flex;
    align-items: center;
    justify-content: center;
	margin: 0 5px;
}

.nav-links .page-numbers:not(.next):not(.prev) {
	border-radius: 50%;
    width: clamp(30px, 2.2vw, 50px);
    height: clamp(30px, 2.2vw, 50px);
}

.post-type-archive-articles .articles-grid-container .pagination-wrapper .pagination .nav-links .page-numbers.current {
	color: #FFFFFF;
	background-color: #B3B3B3;
}

.pagination-arrow:after {
	content: "";
	width: clamp(20px, 1.6vw, 30px);
	height: clamp(20px, 1.6vw, 30px);
	background-size: 100%;
	background-repeat: no-repeat;
	display: flex;
}

.pagination-arrow-next:after {
	background-image: url("images/chevron-right.svg");
}


.pagination-arrow-prev:after {
	background-image: url("images/chevron-left.svg");
}


@media screen and (min-width: 450px) {
	.post-type-archive-articles .articles-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 750px) {
	.archive .archive-banner {
		padding: clamp(80px, 8vw, 120px) 7% 40px 7%;
	}
	
	.post-type-archive-articles .featured-article .featured-article-image-container {
		width: 58%;
	}
	.post-type-archive-articles .featured-article .featured-article-text-container {
		width: 40%;
	}
	
	.post-type-archive-articles .articles-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.post-type-archive-articles .articles-grid-container  {
		padding: 80px 7%;
	}
}

@media screen and (min-width: 1200px) {
	.post-type-archive-articles .articles-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

.single-articles article {
	padding: 80px 7% 40px 7%;
	padding-top: clamp(80px, 8vw, 150px)
}

.single-articles article .single-article-banner .article-category {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}

.single-articles article .single-article-banner .article-category span {
	display: flex;
    width: fit-content;
    border: 1px solid #766EFD;
    padding: 10px 20px;
    color: #4E43FF;
    border-radius: 10px 5vw 5vw 10px;
    font-family: "Inter", sans-serif;
    font-size: clamp(12px, 1vw, 26px);
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    text-decoration: none;
}

.single-articles article .single-article-banner .back-button .button {
	display: flex;
    align-items: center;
    width: fit-content;
	text-decoration: none;
	color: #707070;
	font-size: clamp(14px, 1.12vw, 28px);
}

.single-articles article .single-article-banner .back-button .button img {
	display: flex;
	flex-shrink: 0;
	width: clamp(18px, 1.5vw, 34px);
	height: clamp(18px, 1.5vw, 34px);
}

.single-articles article .single-article-banner .entry-header {
	display: flex;
	justify-content: center;
}

.single-articles article .single-article-banner .entry-header .entry-title {
	text-align: center;
	width: 100%;
	font-weight: 500;
    width: 100%;
    font-size: clamp(22px, 3.88vw, 100px);
    line-height: 1.2;
}

.single-articles article .single-article-banner .post-thumbnail {
	width: 100%;
    padding-top: 55%;
    position: relative;
    overflow: hidden;
    border-radius: clamp(10px, 1.45vw, 20px);
}

.single-articles article .single-article-banner .post-thumbnail img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-articles article .entry-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: clamp(30px, 2vw, 50px);
}

.single-articles article .entry-content .entry-content-sticky-container,
.single-articles article .entry-content .single-article-main-content {
	width: 100%;
}

.single-articles article .entry-content .single-article-main-content {
	font-size: clamp(14px, 1.25vw, 28px);
	color: #353535;
}

.single-articles article .entry-content .single-article-main-content h2,
.single-articles article .entry-content .single-article-main-content h2 strong {
	font-family: "Inter", sans-serif;
	font-weight: 500;
    font-size: clamp(22px, 2.8vw, 63px);
    margin: 2rem 0;
    width: 100%;
    line-height: 1.4;
}

.single-articles article .entry-content .single-article-main-content h3,
.single-articles article .entry-content .single-article-main-content h3 strong {
	font-family: "Inter", sans-serif;
    font-size: clamp(18px, 2.35vw, 100px);
    font-weight: 500;
    margin: 2rem 0;
    width: 100%;
    line-height: 1.4;
}

.single-articles article .entry-content .single-article-main-content ul,
.single-articles article .entry-content .single-article-main-content ol {
	margin: 15px 0;
	padding: 0 0 0 1rem;
}

.single-articles article .entry-content .single-article-main-content ul li,
.single-articles article .entry-content .single-article-main-content ol li {
	margin: 5px 0;
}

.single-articles article .entry-content .single-article-main-content a {
	color:  #353535;
	text-underline-offset: 3px;
}

.single-articles article .entry-content .single-article-main-content blockquote {
	background-color: #F2F2F2;
	margin: 0;
	padding: clamp(10px, 2vw, 30px);
	border-radius: clamp(10px, 1.2vw, 20px);
}

.single-articles article .entry-content .single-article-main-content blockquote p {
	margin: 0;
}

.single-articles article .entry-content .single-article-main-content figure {
	width: 100%;
}

.single-articles article .entry-content .single-article-main-content figure img {
	border-radius: clamp(10px, 1.45vw, 20px);
	width: 100%;
	object-fit: contain;
}

.single-articles article .entry-content .single-article-main-content figcaption {
	font-size: clamp(12px, 0.98vw, 18px);
	line-height: 1.3;
	text-align: center;
}

.single-articles article .entry-content .single-article-main-content .addtoany_content {
	display: flex;
	justify-content: flex-end;
}

.single-articles article .entry-content .entry-content-sticky {
	position: sticky;
	top: clamp(80px, 8vw, 150px);
}

.single-articles article .entry-content .entry-content-sticky .table-of-contents {
	background: rgba(242, 242, 242, 0.60);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: clamp(10px, 1.45vw, 20px);
	padding: clamp(15px, 1.5vw, 30px);
}

.single-articles article .entry-content .entry-content-sticky .table-of-contents .table-of-contents-title {
	margin: 0;
	color: #707070;
	font-size: clamp(14px, 1.12vw, 28px);
	line-height: 1.3;
}

.single-articles article .entry-content .entry-content-sticky .table-of-contents .article-title {
	margin: 5px 0;
	font-size: clamp(14px, 1.12vw, 28px);
	font-weight: 600;
	line-height: 1.3;
}

.single-articles article .entry-content .entry-content-sticky .table-of-contents .toc-list {
	margin: 15px 0;
	padding: 0;
	list-style: none;
}

.single-articles article .entry-content .entry-content-sticky .table-of-contents .toc-list a {
	display: flex;
	width: fit-content;
	color: #353535;
	position: relative;
	font-weight: 400;
	text-decoration: none;
	padding: 2.5px 0;
}

.single-articles article .entry-content .entry-content-sticky .table-of-contents .toc-list a.level-3 {
	border-left: 1px solid #D2D2D2;
	padding-left: clamp(10px, 1vw, 20px);
}

.single-articles article .entry-content .entry-content-sticky .table-of-contents .toc-list a strong {
	font-weight: 400;
}

.single-articles article .entry-content .entry-content-sticky .table-of-contents .toc-list a:before {
	content: "";
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	left: calc(-1 * clamp(15px, 1.5vw, 30px));
	background-color: transparent;
	transition: background-color 0.5s ease;
}

.single-articles article .entry-content .entry-content-sticky .table-of-contents .toc-list a:after {
	content: "";
	width: 0px;
	height: 1px;
	background-color: #353535;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: width 0.5s ease;
}

.single-articles article .entry-content .entry-content-sticky .table-of-contents .toc-list a.active:before {
	background-color: #353535;
}

.single-articles article .entry-content .entry-content-sticky .table-of-contents .toc-list a.active:after {
	width: 100%;
}

.single-articles article .entry-content .entry-content-sticky .sticky-cta {
	border-radius: clamp(10px, 1.45vw, 20px);
	position: relative;
	overflow: hidden;
	margin: 15px 0;
}

.single-articles article .entry-content .entry-content-sticky .sticky-cta .sticky-cta-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-articles article .entry-content .entry-content-sticky .sticky-cta .sticky-cta-inner-content {
	position: relative;
	padding: clamp(15px, 1.5vw, 30px);
}

.single-articles article .entry-content .entry-content-sticky .sticky-cta .sticky-cta-heading {
	font-size: clamp(18px, 2.35vw, 100px);
    font-weight: 500;
    margin: 0;
    width: 100%;
    line-height: 1.3;
}

.single-articles article .entry-content .entry-content-sticky .sticky-cta .sticky-cta-heading .purple-heading {
	color: #6F66FF;
}

.single-articles article .entry-content .entry-content-sticky .sticky-cta .sticky-cta-button-container {
	margin-top: 25px;
}

.single-articles article .entry-content .entry-content-sticky .sticky-cta .sticky-cta-button {
	border-radius: 8px;
	border: 1px solid #FFF;
	background: rgba(255, 255, 255, 0.60);
	box-shadow: 2px 4px 8px 0px rgba(118, 110, 253, 0.40);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
	padding: 10px 20px;
	text-decoration: none;
}

.single-articles article .entry-content .entry-content-sticky .sticky-cta .sticky-cta-button .sticky-cta-button-text {
	color: #6F66FF;
    font-size: clamp(12px, 0.98vw, 18px);
}

.single-articles article .entry-content .entry-content-sticky .sticky-cta .sticky-cta-button .sticky-cta-button-arrow {
	width: clamp(16px, 1.6vw, 26px);
	height: clamp(16px, 1.6vw, 26px);
	flex-shrink: 0;
}

@media screen and (min-width: 750px) {
	.single-articles article {
		padding: 100px 7% 80px 7%;
		padding-top: clamp(100px, 8vw, 150px);
	}
	
	.single-articles article .single-article-banner .entry-header .entry-title {
		width: 80%;
	}
	
	.single-articles article .entry-content .entry-content-sticky-container {
		width: 30%;
	}
	.single-articles article .entry-content .single-article-main-content {
		width: 65%;
	}

}

@media screen and (min-width: 1200px) {
	.single-articles article {
		padding: 100px 15% 80px 15%;
		padding-top: clamp(100px, 8vw, 150px);
	}
}

section.section.similar-articles {
	padding: 40px 7% 0 7%;
}

.similar-articles .similar-articles-heading-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.similar-articles .similar-articles-heading {
    font-size: clamp(18px, 2.35vw, 100px);
    font-weight: 500;
    margin: 10px 0;
    width: 100%;
    line-height: 1.4;
}

.similar-articles .similar-articles-heading-flex .see-all-button-container {
	flex-shrink: 0;
}

.similar-articles .similar-articles-heading-flex .see-all-button-container .button {
	display: flex;
	width: fit-content;
	align-items: center;
	text-decoration: none;
	color: #353535;
}

.similar-articles .similar-articles-heading-flex .see-all-button-container .button .see-all-button-text {
	font-size: clamp(14px, 1.12vw, 28px);
	display: flex;
	margin-right: 5px;
}

.similar-articles .similar-articles-heading-flex .see-all-button-container .button img {
	display: flex;
	flex-shrink: 0;
	width: clamp(18px, 1.5vw, 34px);
	height: clamp(18px, 1.5vw, 34px);
}

.similar-articles .similar-articles-row {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: clamp(10px, 2vw, 20px);
    padding: 30px 0;
}

@media screen and (min-width: 450px) {
	.similar-articles .similar-articles-row {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 750px) {
	
	section.section.similar-articles {
		padding: 40px 7%;
	}
	
	.similar-articles .similar-articles-row {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.similar-articles .similar-articles-heading-flex {
		flex-wrap: nowrap;
	}
}

@media screen and (min-width: 1200px) {
	.similar-articles .similar-articles-row {
		grid-template-columns: repeat(4, 1fr);
	}
}


.footer-cta {
	padding: 40px 0 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap-reverse;
	position: relative;
}

.cta-video-container {
    width: 100%;
    aspect-ratio: 5/4;
    position: relative;
    overflow: hidden;
}

.cta-video-container-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mask-image: url('images/r-shape-video-mask.svg'); /* Apply the SVG file as the mask */
    -webkit-mask-image: url('images/r-shape-video-mask.svg'); /* Webkit prefix for Safari */
    mask-size: cover; /* Scale the mask to cover the whole area */
    -webkit-mask-size: cover; /* Webkit prefix for Safari */
    mask-position: top center;
    -webkit-mask-position: top center;
	padding-right: 1px;
}

.masked-video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure the video covers the container */
}

.footer-cta .cta-text-container {
	width: 100%;
	padding: 0px 7% 40px 7%;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.footer-cta .section-heading .main-section-heading {
	width: 100%;
	margin: 0;
	line-height: 1.2;
}

.footer-cta .main-section-heading span {
	display: flex;
	margin: 30px 0;
}

.footer-cta .main-section-heading span:first-child {
	color: #707070;
}

@media screen and (min-width: 750px) {
	.footer-cta {
		padding-top: 80px;
	}
	
	.footer-cta .cta-text-container {
		width: 50%;
		padding: 40px 7% 40px 0;
	}
	
	.cta-video-container {
		width: 50%;
	}
	
	.footer-cta .section-heading .main-section-heading {
		width: 100%;
	}
}

.footer-cta .cta-button-container {
	display: flex;
}

.lens-banner,
.insights-banner {
	padding: 0 7%;
	padding-top: clamp(80px, 15vw, 150px);
	border-radius: 0px 0px 15vw 0px;
	border: 1px solid #FFF;
	background: #F2F2F2;
	min-height: 100vh;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
}

.lens-banner .banner-heading-top,
.insights-banner .banner-heading-top {
	display: flex;
	align-items: center;
}

.lens-banner .banner-heading-top span,
.insights-banner .banner-heading-top span{
	font-size: clamp(16px, 1.95vw, 40px);
    margin-left: 15px;
}

.lens-banner .banner-heading-top img,
.insights-banner .banner-heading-top img{
	height: clamp(24px, 3vw, 55px);
	object-fit: contain;
}

.lens-banner .banner-heading-text,
.insights-banner .banner-heading-text{
	background: linear-gradient(0deg, #AFAAFF 10%, #5F41FF 73.16%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
	font-size: clamp(36px, 4.73vw, 120px);
	margin: 30px 0;
    line-height: 1.4;
}

.lens-banner .lens-banner-left,
.insights-banner .insights-banner-left{
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	width: 100%;
}

.lens-banner .lens-banner-left-bottom,
.insights-banner .insights-banner-left-bottom{
	padding-bottom: 5vw;
}

.lens-banner .lens-banner-left-bottom .banner-tags,
.insights-banner .insights-banner-left-bottom .banner-tags{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.insights-banner .insights-banner-left-bottom .banner-tags {
	width: 100%;
}

.lens-banner .lens-banner-left-bottom .banner-tags .banner-tag,
.insights-banner .insights-banner-left-bottom .banner-tags .banner-tag{
	background: rgba(177, 183, 255, 0.20);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid #766EFD;
	border-radius: clamp(30px, 2vw, 80px);
	margin: 5px 0;
	margin-right: 10px;
	padding: 10px 20px;
	line-height: 1;
	color: #4E43FF;
	font-size: clamp(12px, 1vw, 26px);
}

.lens-banner .lens-banner-right,
.insights-banner .insights-banner-right{
	display: flex;
	align-items: flex-end;
	width: 100%;
	position: relative;
}

@media screen and (min-width: 750px) {
	.lens-banner,
	.insights-banner {
		padding: 0 7%;
		padding-top: clamp(80px, 15vw, 150px);
	}
	
	.lens-banner .lens-banner-left,
	.insights-banner .insights-banner-left {
		width: 60%;
	}
	
	.lens-banner .lens-banner-right {
		width: 38%;
	}
	.insights-banner .insights-banner-left {
		position: relative;
		z-index: 2;
	}
	
	.insights-banner .insights-banner-right {
		position: absolute;
		right: 7%;
		bottom: -5%;
		width: 47%;
	}
	
	.insights-banner .insights-banner-left-bottom .banner-tags {
		width: 70%;
	}
}

.lens-features .features-items {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	padding-top: 0px;
}

.lens-features .features-items .feature-item {
	position: relative;
	width: 100%;
	padding-top: 0;
	transition: width 0.5s ease, padding-top 0.5s ease;
	border-radius: clamp(15px, 1vw, 20px);
    overflow: hidden;
	margin: 5px 0;
}

.lens-features .features-items .feature-item .feature-item-image {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: left;
}

/* .lens-features .features-items .feature-item:first-child {
	width: 65%;
	padding-top: 45%;
} */

/* Shrink non-hovered items */
/* .lens-features .features-items .feature-item:not(:hover) {
  width: 15%;
  padding-top: 35%;
} */

/* .lens-features .features-items .feature-item#feature2,
.lens-features .features-items .feature-item#feature3 {
	width: 15%;
} */

.lens-features .features-items .feature-item .feature-item-content {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
	overflow: hidden;
	padding: clamp(15px, 2vw, 30px);
	width: 100%;
	height: 100%;
}

.lens-features .features-items .feature-item .feature-item-title {
	font-weight: 500;
    margin: 0;
    font-size: clamp(20px, 2.37vw, 56px);
}

.lens-features .features-items .feature-item .feature-item-text-container {
	border: 1px solid #FFF;
	background: rgba(241, 241, 241, 0.60);
	box-shadow: 0px 0px 10px 4px rgba(255, 255, 255, 0.25) inset;
	backdrop-filter: blur(17.5px);
	-webkit-backdrop-filter: blur(17.5px);
	padding: 15px;
    border-radius: 20px;
	font-size: clamp(14px, 1.25vw, 24px);
	display: block;
    opacity: 1;
    right: 0;
    width: 55%;
    position: relative;
    top: 0;
    margin-top: 30px;
}

.lens-features .features-items .feature-item .feature-item-text-container {
	margin: 0;
}

@media screen and (min-width: 750px) {
	
	.lens-features .features-items {
		flex-wrap: nowrap;
		padding-top: 30px;
	}
	
	.lens-features .features-items .feature-item {
		width: 15%;
		padding-top: 35%;
		margin: 0;
	}
	
	.lens-features .features-items .feature-item .feature-item-content {
		position: absolute;
		z-index: 2;
		top: 0;
	}
	
	.lens-features .features-items .feature-item .feature-item-text-container {
		display: none;
		opacity: 0;
		right: -100%;
		position: absolute;
		bottom: clamp(15px, 2vw, 30px);
		top: unset;
		width: 27vw;
	}
}

/* .insights-features {
	padding-bottom: 40px;
}

@media screen and (min-width: 750px) {
	.insights-features {
		padding-bottom: 80px;
	}
} */

.insights-features .insights-features-main {
	padding: 40px 7%;
}

.insights-features .features-image-container {
	padding: 7%;
	height: 60vw;
}

.insights-features .features-image-container-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	border-radius: clamp(10px, 2vw, 20px);
}

.insights-features .features-image-container img {
  width: 100vw;
  height: 60vw;
  object-fit: cover; /* Ensures the image fits without scaling */
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}


@media screen and (min-width: 750px) {
	.insights-features .insights-features-main {
		padding: 100px 7% 80px 7%;
	}
}

.insights-features .features-items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.insights-features .features-items .features-item {
	width: 100%;
	margin: 15px 0;
}

.insights-features .features-items .features-item .features-item-title {
	display: flex;
	align-items: center;
}

.insights-features .features-items .features-item .features-item-title-icon {
	width: clamp(22px, 1.7vw, 36px);
	height: clamp(22px, 1.7vw, 36px);
	object-fit: contain;
}

.insights-features .features-items .features-item .features-item-title-text {
	font-family: "Inter", sans-serif;
	font-size: clamp(18px, 1.5vw, 36px);
	font-weight: 500;
	margin: 0;
	margin-left: 15px;
}

.insights-features .features-items .features-item .features-item-text {
	font-family: "Inter", sans-serif;
	font-size: clamp(14px, 1.15vw, 24px);
	color: #707070;
}

@media screen and (min-width: 750px) {
	.insights-features .features-items .features-item {
		width: 48%;
	}
}

.insights1 .insights1-blocks,
.insights2 .insights2-blocks {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.insights1 .insights1-blocks .insights1-block,
.insights2 .insights2-blocks .insights2-block {
	border-radius: clamp(10px, 2vw, 20px);
	margin: 5px 0;
	position: relative;
	overflow: hidden;
}

@media screen and (min-width: 750px) {
	.insights1 .insights1-blocks .insights1-block,
	.insights2 .insights2-blocks .insights2-block {
		margin: 15px 0;
	}
}

.insights1 .insights1-blocks .insights1-block1 {
	position: relative;
	padding: clamp(15px, 2vw, 30px) 5%;
	overflow: hidden;
	width: 100%;
}

.insights1 .insights1-blocks .insights1-block1 .insights1-block1-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.insights1 .insights1-blocks .insights1-block1 .insights1-block1-main-content {
	position: relative;
}

.insights1 .insights1-blocks .insights1-block1 .insights1-block1-title {
	display: flex;
	justify-content: center;
}

.insights1 .insights1-blocks .insights1-block1 .insights1-block1-title-inner {
	border: 1px solid #FFF;
	border-radius: 2vw;
	background: rgba(255, 255, 255, 0.70);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	display: flex;
	justify-content: center;
	padding: 5px 15px;
	margin: 15px 0;
}

.insights1 .insights1-blocks .insights1-block1 .insights1-block1-title-text {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: clamp(14px, 1.05vw, 22px);
	margin: 5px 0;
	margin-left: 10px;
}

.insights1 .insights1-blocks .insights1-block1 .insights1-block1-title-icon {
	width: clamp(16px, 1.3vw, 24px);
	object-fit: contain;
}

.insights1 .insights1-blocks .insights1-block1 .insights1-block1-image-container {
	display: flex;
	justify-content: center;
}

.insights1 .insights1-blocks .insights1-block1 .insights1-block1-image-container img {
	width: 85%;
	object-fit: contain;
}

.insights1 .insights1-blocks .insights1-block2,
.insights1 .insights1-blocks .insights1-block3 {
	width: 100%;
}

.insights1 .insights1-blocks .insights1-block2 {
	background-color: #E9E9E9;
	display: flex;
	flex-flow: column;
	justify-content: space-evenly;
}

.insights1 .insights1-blocks .insights1-block2 .insights1-block2-text-container {
	padding: clamp(15px, 2vw, 30px);
}

.insights1 .insights1-blocks .insights1-block2 .insights1-block2-title {
	font-weight: 500;
    font-size: clamp(22px, 2.8vw, 63px);
    margin: 0;
    width: 100%;
    line-height: 1.4;
}

.insights1 .insights1-blocks .insights1-block2 .insights1-block2-text {
	font-size: clamp(16px, 2vw,48px);
}

.insights1 .insights1-blocks .insights1-block2 .insights1-block2-image-container {
	padding-bottom: 5vw;
}

.insights1 .insights1-blocks .insights1-block2 .insights1-block2-image-container img {
	width: 100%;
	object-fit: contain;
	transform: scale(1.05);
    transform-origin: bottom center;
}

.insights1 .insights1-blocks .insights1-block3-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.insights1 .insights1-blocks .insights1-block3-items {
	position: relative;
	padding-top: 120%;
}

.insights1 .insights1-blocks .insights1-block3-items .insights1-block3-item {
	position: absolute;
	width: 55%;
	object-fit: contain;
	box-shadow: 0px 2px 10px 2px rgba(111, 102, 255, 0.25);
	border-radius: 20px;
	transition: box-shadow 0.5s ease;
}

.insights1 .insights1-blocks .insights1-block3-items .insights1-block3-item:hover {
	box-shadow: 0px 2px 20px 5px rgba(111, 102, 255, 0.50);
}

.insights1 .insights1-blocks .insights1-block3-items .insights1-block3-item:first-child {
    right: 7%;
    top: 7%;
}

.insights1 .insights1-blocks .insights1-block3-items .insights1-block3-item:nth-of-type(2) {
    right: 18%;
    top: 26%;
}

.insights1 .insights1-blocks .insights1-block3-items .insights1-block3-item:nth-of-type(3) {
    left: 17%;
    top: 46%;
}

.insights1 .insights1-blocks .insights1-block3-items .insights1-block3-item:nth-of-type(4) {
    left: 7%;
    bottom: 7%;
}

.insights2 .insights2-blocks .insights2-block1,
.insights2 .insights2-blocks .insights2-block2,
.insights2 .insights2-blocks .insights2-block3,
.insights2 .insights2-blocks .insights2-block4 {
	width: 100%
}

.insights2 .insights2-blocks .insights2-block1 .insights2-block1-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.insights2 .insights2-blocks .insights2-block1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 7%;
}

.insights2 .insights2-blocks .insights2-block1 .insights2-block1-gif-container {
	display: flex;
	width: 100%;
}

.insights2 .insights2-blocks .insights2-block1 .insights2-block1-gif {
	opacity: 0.95;
	width: 100%;
	object-fit: contain;
	border-radius: clamp(10px, 2vw, 20px);
}

.insights2 .insights2-blocks .insights2-block2 {
	background-color: #E9E9E9;
	padding: clamp(15px, 2vw, 30px);
}

.insights2 .insights2-blocks .insights2-block2,
.insights2 .insights2-blocks .insights2-block3 {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.insights2 .insights2-blocks .insights2-block2 .insights2-block2-heading,
.insights2 .insights2-blocks .insights2-block3 .insights2-block3-heading {
	font-weight: 500;
	font-size: clamp(22px, 2.8vw, 63px);
	margin: 0;
	width: 100%;
	line-height: 1.4;
}

.insights2 .insights2-blocks .insights2-block2 .insights2-block2-text,
.insights2 .insights2-blocks .insights2-block3 .insights2-block3-text {
	font-size: clamp(16px, 2vw,48px);
}

.insights2 .insights2-blocks .insights2-block3 {
	background-color: #E7E5FF;
	padding: clamp(15px, 2vw, 30px);
}

.insights2 .insights2-blocks .insights2-block4-video-container {
	width: 100%;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}

.insights2 .insights2-blocks .insights2-block4 video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

@media screen and (min-width: 750px) {
	.insights1 .insights1-blocks .insights1-block2,
	.insights1 .insights1-blocks .insights1-block3 {
		width: 49%;
	}
	
	.insights2 .insights2-blocks .insights2-block1 {
		width: 65%;
	}
	
	.insights2 .insights2-blocks .insights2-block2 {
		width: 33%;
	}
	
	.insights2 .insights2-blocks .insights2-block3,
	.insights2 .insights2-blocks .insights2-block4 {
		width: 49%;
	}
	
	.insights1 .insights1-blocks .insights1-block2 .insights1-block2-title,
	.insights2 .insights2-blocks .insights2-block2 .insights2-block2-heading,
	.insights2 .insights2-blocks .insights2-block3 .insights2-block3-heading {
		width: 75%;
	}
}

.lens-storytelling .storytelling-blocks .storytelling-blocks-row-1,
.lens-storytelling .storytelling-blocks .storytelling-blocks-row-2,
.lens-storytelling .storytelling-blocks .storytelling-blocks-row-3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.lens-storytelling .storytelling-blocks .storytelling-block {
	margin: 5px 0;
	border-radius: clamp(10px, 2vw, 20px);
}

.lens-storytelling .storytelling-blocks .storytelling-blocks-row-1 .storytelling-block {
	width: 100%;
}

@media screen and (min-width: 750px) {
	
	.lens-storytelling .storytelling-blocks .storytelling-block {
		margin: 15px 0;
	}
	
	.lens-storytelling .storytelling-blocks .storytelling-blocks-row-1 .storytelling-block {
		width: 32%;
	}
}

.lens-storytelling .storytelling-blocks .storytelling-blocks-row-1 .storytelling-block-1,
.lens-storytelling .storytelling-blocks .storytelling-blocks-row-1 .storytelling-block-2 {
	background-color: #F2F2F2;
}

.lens-storytelling .storytelling-blocks .storytelling-blocks-row-1 .storytelling-block-1 {
	display: flex;
    flex-flow: column;
    justify-content: space-evenly;
    align-items: center;
	padding: clamp(15px, 2vw, 30px);
}

.lens-storytelling .storytelling-blocks .storytelling-blocks-row-1 .storytelling-block-1 .storytelling-block-1-text {
	color: #B3B3B3;
	font-weight: 500;
	font-size: clamp(26px, 2.2vw, 46px);
	transition: color 0.5s, font-size 0.5s;
	display: flex;
	padding: 10px 0;
}

@media screen and (min-width: 750px) {
	.lens-storytelling .storytelling-blocks .storytelling-blocks-row-1 .storytelling-block-1 .storytelling-block-1-text {
		font-size: clamp(18px, 2.2vw, 46px);
	}
}

.lens-storytelling .storytelling-blocks .storytelling-blocks-row-1 .storytelling-block-2 {
	padding-top: 80%;
	position: relative;
	overflow: hidden;
}

.lens-storytelling .storytelling-blocks .storytelling-blocks-row-1 .storytelling-block-2 img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
    height: 100%;
    object-fit: contain;
}

.lens-storytelling .storytelling-blocks .storytelling-blocks-row-1 .storytelling-block-3 {
	background-color: #8780FF;
	padding: clamp(15px, 2vw, 30px);
}

.lens-storytelling .storytelling-blocks .storytelling-blocks-row-1 .storytelling-block-3 .storytelling-block-3-text {
	color: #FFFFFF;
	font-weight: 500;
	font-size: clamp(22px, 2.8vw, 63px);
	margin: 0;
}

.lens-storytelling .storytelling-blocks .storytelling-blocks-row-2 .storytelling-blocks-row-2-column,
.lens-storytelling .storytelling-blocks .storytelling-blocks-row-2 .storytelling-block-6 {
	width: 100%;
}

.lens-storytelling .storytelling-blocks .storytelling-blocks-row-2 .storytelling-blocks-row-2-column {
	display: flex;
	justify-content: space-between;
}

.lens-storytelling .storytelling-blocks .storytelling-blocks-row-2 .storytelling-block-4 {
	width: 49%;
	padding-top: 30%;
	position: relative;
	overflow: hidden;
}

.lens-storytelling .storytelling-blocks .storytelling-blocks-row-2 .storytelling-block-5 {
	width: 49%;
	padding-top: 30%;
	position: relative;
	overflow: hidden;
}

.lens-storytelling .storytelling-blocks .storytelling-blocks-row-2 .storytelling-block-4 img,
.lens-storytelling .storytelling-blocks .storytelling-blocks-row-2 .storytelling-block-5 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lens-storytelling .storytelling-blocks .storytelling-blocks-row-2 .storytelling-block-4 img {
	object-position: top;
}

@media screen and (min-width: 750px) {
	.lens-storytelling .storytelling-blocks .storytelling-blocks-row-1 .storytelling-block-2 {
		padding-top: 30%;
	}
	.lens-storytelling .storytelling-blocks .storytelling-blocks-row-2 .storytelling-blocks-row-2-column,
	.lens-storytelling .storytelling-blocks .storytelling-blocks-row-2 .storytelling-block-6 {
		width: 49%;
	}
	
	.lens-storytelling .storytelling-blocks .storytelling-blocks-row-2 .storytelling-blocks-row-2-column {
		flex-flow: column;
	}
	
	.lens-storytelling .storytelling-blocks .storytelling-blocks-row-2 .storytelling-block-4 {
		width: 100%;
		padding-top: 65%;
	}

	.lens-storytelling .storytelling-blocks .storytelling-blocks-row-2 .storytelling-block-5 {
		width: 100%;
		padding-top: 60%;
	}
}

.lens-storytelling .storytelling-blocks .storytelling-blocks-row-2 .storytelling-block-6 {
	background-color: #E7E5FF;
	padding-bottom: 5%;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.lens-storytelling .storytelling-blocks .storytelling-blocks-row-2 .storytelling-block-6 .text-container {
	padding: clamp(15px, 2vw, 30px);
}

.lens-storytelling .storytelling-blocks .storytelling-blocks-row-2 .storytelling-block-6 .text-container .block-6-heading {
	font-weight: 500;
	font-size: clamp(22px, 2.8vw, 63px);
}

/* .lens-storytelling .storytelling-blocks .storytelling-blocks-row-2 .storytelling-block-6 img {
	mix-blend-mode: multiply;
} */

.lens-storytelling .storytelling-blocks .storytelling-blocks-row-2 .storytelling-block-6 .block-6-heading,
.lens-storytelling .storytelling-blocks .storytelling-blocks-row-2 .storytelling-block-6 .block-6-heading p {
	margin: 0;
}

.lens-storytelling .storytelling-blocks .storytelling-blocks-row-2 .storytelling-block-6 .avatar-container {
	position: relative;
	aspect-ratio: 1/1;
}

.lens-storytelling .storytelling-blocks .storytelling-blocks-row-2 .storytelling-block-6 .owl-item img {
	transform: scale(0.85);
	transform-origin: bottom center;
	transition: transform 0.5s ease;
	height: 100%;
	width: auto;
	max-width: unset;
    object-fit: cover;
}

.lens-storytelling .storytelling-blocks .storytelling-blocks-row-2 .storytelling-block-6 .owl-item.center {
	position: relative;
	z-index: 2;
}

.lens-storytelling .storytelling-blocks .storytelling-blocks-row-2 .storytelling-block-6 .owl-item.center img {
	transform: scale(1.5);
}

.lens-storytelling .storytelling-blocks .storytelling-blocks-row-2 .storytelling-block-6 .owl-stage {
	padding-top: clamp(50px, 5vw, 100px);
}

.lens-storytelling .storytelling-blocks .storytelling-blocks-row-3 .storytelling-block-7 {
	background-color: #AFAAFF;
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	padding: clamp(15px, 2vw, 30px);
}

.lens-storytelling .storytelling-blocks .storytelling-blocks-row-3 .storytelling-block-7 .block-7-heading {
	font-size: clamp(22px, 2.8vw, 63px);
	font-weight: 500;
	color: #FFFFFF;
	margin: 0;
}

.lens-storytelling .storytelling-blocks .storytelling-blocks-row-3 .storytelling-block-7 .block-7-text {
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: clamp(18px, 1.7vw, 36px);
	color: #FFFFFF;
	width: 70%;
}

.lens-storytelling .storytelling-blocks .storytelling-blocks-row-3 .storytelling-block-8 {
	background-color: #D2D2D2;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: clamp(15px, 2vw, 30px);
}

.lens-storytelling .storytelling-blocks .storytelling-blocks-row-3 .storytelling-block-8 .block-8-heading {
	width: 100%;
	font-size: clamp(18px, 2.2vw, 46px);
	font-weight: 500;
	margin: 0;
}

.lens-storytelling .storytelling-blocks .storytelling-blocks-row-3 .storytelling-block-8 .block-8-image-container {
	width: 100%;
	padding-top: 98%;
	position: relative;
}

.lens-storytelling .storytelling-blocks .storytelling-blocks-row-3 .storytelling-block-8 .block-8-image-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media screen and (min-width: 750px) {
	.lens-storytelling .storytelling-blocks .storytelling-blocks-row-3 .storytelling-block-7 {
		width: 35%;
	}
	.lens-storytelling .storytelling-blocks .storytelling-blocks-row-3 .storytelling-block-8 {
		width: 63%;
	}

	.lens-storytelling .storytelling-blocks .storytelling-blocks-row-3 .storytelling-block-8 .block-8-heading {
		width: 48%;
	}

	.lens-storytelling .storytelling-blocks .storytelling-blocks-row-3 .storytelling-block-8 .block-8-image-container {
		width: 48%;
		padding-top: 45%;
	}
}

.lens-sticky-section {
	background: linear-gradient(180deg, #FFF 0%, rgba(135, 128, 255, 0.71) 51%, #FFF 100%);
	position: relative;
	height: 100vh; /* Full viewport height */
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.lens-sticky-section:after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: clamp(40px, 5vw, 100px);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, #FFFFFF 100%);
    pointer-events: none;
}

.lens-sticky-section .wheel {
width: 100vw; /* Adjust as needed */
  height: 100vw;
  border-radius: 50%;
  position: relative;
	margin-top: 100vw;
}

.lens-sticky-section .card {
 position: absolute;
  width: 28vw; /* Adjust card size */
  height: 28vw;
  border-radius: 10px;
  display: flex;
	flex-flow: column;
  justify-content: space-between;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  transform-origin: center;
	padding: clamp(15px, 2vw, 30px);
}

.lens-sticky-section .card:nth-child(3n+1) {
	border-radius: 20px;
	border: 3px solid #5F41FF;
	background: linear-gradient(157deg, rgba(210, 210, 210, 0.32) 1.34%, rgba(210, 210, 210, 0.32) 51.42%, rgba(210, 210, 210, 0.32) 74.3%, rgba(233, 233, 233, 0.32) 103.12%);
	box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.25) inset;
	backdrop-filter: blur(17.5px);
	-webkit-backdrop-filter: blur(17.5px);
}

.lens-sticky-section .card:nth-child(3n+2) {
	border-radius: 20px;
	border: 3px solid #5F41FF;
	background: linear-gradient(157deg, rgba(111, 102, 255, 0.60) 1.34%, rgba(175, 170, 255, 0.60) 51.42%, rgba(95, 65, 255, 0.42) 74.3%, rgba(135, 128, 255, 0.60) 103.12%);
	box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.25) inset;
	backdrop-filter: blur(17.5px);
	-webkit-backdrop-filter: blur(17.5px);
}

.lens-sticky-section .card:nth-child(3n) {
	border-radius: 20px;
	border: 3px solid #5F41FF;
	background: linear-gradient(157deg, rgba(135, 128, 255, 0.32) 1.34%, rgba(193, 194, 255, 0.32) 51.42%, rgba(135, 128, 255, 0.22) 74.3%, rgba(175, 170, 255, 0.32) 103.12%);
	box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.25) inset;
	backdrop-filter: blur(17.5px);
	-webkit-backdrop-filter: blur(17.5px);
}

.lens-sticky-section .card .card-text {
	font-weight: 400;
	font-size: clamp(22px, 2.8vw, 63px);
	background: linear-gradient(180deg, #1C1A54 0%, #3E39BA 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 10px 0;
}

@media (orientation: portrait) and (max-width: 749px) {
	.lens-sticky-section .wheel {
		width: 300vw; /* Adjust as needed */
	  height: 300vw;
		margin-top: 100%;
	}

	.lens-sticky-section .card {
	  width: 80vw; /* Adjust card size */
	  height: 100vw;
	}
	
	.lens-sticky-section .card .card-text {
		font-size: clamp(28px, 8vw, 83px);
	}
}

@media (orientation: portrait) and (min-width: 750px) {
	.lens-sticky-section .wheel {
		width: 150vw; /* Adjust as needed */
	  height: 150vw;
		margin-top: 150vw;
	}
	
	.lens-sticky-section .card {
	  width: 38vw; /* Adjust card size */
	  height: 38vw;
	}
}

.lens-sticky-section .card-text-container {
  width: 100%;
}

section.section.lens-marketing-benefits {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

.lens-marketing-benefits .marketing-benefits-text-container {
	padding: 0 7%;
}

.lens-marketing-benefits .marketing-benefits-scroll {
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.lens-marketing-benefits .marketing-benefits-scroll .marketing-benefits-sticky-image-container {
	position: relative;
	overflow: hidden;
	width: 100vw;
	height: 100vh;
}

@media (orientation: portrait) {
	.lens-marketing-benefits .marketing-benefits-scroll .marketing-benefits-sticky-image-container {
		position: relative;
		overflow: hidden;
		width: 100vw;
		height: 0;
		padding-top: 60%;
		transform-origin: bottom;
	}
}

.lens-marketing-benefits .marketing-benefits-scroll .marketing-benefits-sticky-image-container img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center center;
}

.lens-marketing-benefits .marketing-benefits-scroll .marketing-benefits-scroll-text {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 0;
}

.lens-marketing-benefits .marketing-benefits-scroll .marketing-benefits-scroll-text-group .benefit {
	position: absolute;
	text-align: center;
    padding: clamp(5px, 1vw, 20px);
	border-radius: clamp(10px, 0.8vw, 15px);
	font-size: clamp(14px, 1.25vw, 26px);
}

.lens-marketing-benefits .marketing-benefits-scroll .marketing-benefits-scroll-text-group .benefit p {
	margin: 0;
}

.lens-marketing-benefits .marketing-benefits-scroll .marketing-benefits-scroll-text-group.group3 .benefit p {
	color: #FFFFFF;
}

.lens-marketing-benefits .marketing-benefits-scroll .marketing-benefits-scroll-text-group.group1 .benefit {
	background-color: rgba(233, 233, 233, 0.60);
	backdrop-filter: blur(17.5px);
	-webkit-backdrop-filter: blur(17.5px);
}

.lens-marketing-benefits .marketing-benefits-scroll .marketing-benefits-scroll-text-group.group2 .benefit {
	background-color: rgba(175, 170, 255, 0.60);
	backdrop-filter: blur(17.5px);
	-webkit-backdrop-filter: blur(17.5px);
}

.lens-marketing-benefits .marketing-benefits-scroll .marketing-benefits-scroll-text-group.group3 .benefit {
	background-color: rgba(118, 110, 253, 0.60);
	backdrop-filter: blur(17.5px);
	-webkit-backdrop-filter: blur(17.5px);
}

.lens-marketing-benefits .marketing-benefits-scroll .marketing-benefits-scroll-text-group.group1 .benefit:first-child {
	top: 15%;
	left: 50%;
}

.lens-marketing-benefits .marketing-benefits-scroll .marketing-benefits-scroll-text-group.group1 .benefit:nth-child(2) {
	top: 70%;
	left: 60%;
}

.lens-marketing-benefits .marketing-benefits-scroll .marketing-benefits-scroll-text-group.group1 .benefit:nth-child(3) {
	top: 60%;
	left: 20%;
}

.lens-marketing-benefits .marketing-benefits-scroll .marketing-benefits-scroll-text-group.group2 .benefit:first-child {
	top: 27%;
	left: 30%;
}

.lens-marketing-benefits .marketing-benefits-scroll .marketing-benefits-scroll-text-group.group2 .benefit:nth-child(2) {
    top: 20%;
    left: 70%;
}

.lens-marketing-benefits .marketing-benefits-scroll .marketing-benefits-scroll-text-group.group2 .benefit:nth-child(3) {
    top: 48%;
    left: 26%;
}

.lens-marketing-benefits .marketing-benefits-scroll .marketing-benefits-scroll-text-group.group2 .benefit:nth-child(4) {
    top: 57%;
    left: 50%;
}

.lens-marketing-benefits .marketing-benefits-scroll .marketing-benefits-scroll-text-group.group3 .benefit:first-child {
    top: 15%;
    left: 25%;
}

.lens-marketing-benefits .marketing-benefits-scroll .marketing-benefits-scroll-text-group.group3 .benefit:nth-child(2) {
    top: 36%;
    left: 15%;
}

.lens-marketing-benefits .marketing-benefits-scroll .marketing-benefits-scroll-text-group.group3 .benefit:nth-child(3) {
    top: 30%;
    left: 55%;
}

.lens-marketing-benefits .marketing-benefits-scroll .marketing-benefits-scroll-text-group.group3 .benefit:nth-child(4) {
    top: 45%;
    left: 75%;
}

.lens-marketing-benefits .marketing-benefits-scroll .marketing-benefits-scroll-text-group.group3 .benefit:nth-child(5) {
    top: 72%;
    left: 25%;
}

@media (orientation: portrait) and (max-width: 749px) {
	.lens-marketing-benefits .marketing-benefits-scroll .marketing-benefits-scroll-text-group.group1 .benefit:first-child {
		top: 15%;
		left: unset;
		right: 10%;
	}

	.lens-marketing-benefits .marketing-benefits-scroll .marketing-benefits-scroll-text-group.group1 .benefit:nth-child(2) {
		top: 50%;
		left: unset;
		right: 10%;
	}

	.lens-marketing-benefits .marketing-benefits-scroll .marketing-benefits-scroll-text-group.group1 .benefit:nth-child(3) {
		top: 35%;
		left: 5%;
	}

	.lens-marketing-benefits .marketing-benefits-scroll .marketing-benefits-scroll-text-group.group2 .benefit:first-child {
		top: 25%;
		left: 10%;
	}

	.lens-marketing-benefits .marketing-benefits-scroll .marketing-benefits-scroll-text-group.group2 .benefit:nth-child(2) {
		top: 32%;
		left: unset;
		right: 10%;
	}

	.lens-marketing-benefits .marketing-benefits-scroll .marketing-benefits-scroll-text-group.group2 .benefit:nth-child(3) {
		top: 58%;
		left: 5%;
	}

	.lens-marketing-benefits .marketing-benefits-scroll .marketing-benefits-scroll-text-group.group2 .benefit:nth-child(4) {
		top: 70%;
		left: unset;
		right: 15%;
	}

	.lens-marketing-benefits .marketing-benefits-scroll .marketing-benefits-scroll-text-group.group3 .benefit:first-child {
		top: 15%;
		left: 5%;
	}

	.lens-marketing-benefits .marketing-benefits-scroll .marketing-benefits-scroll-text-group.group3 .benefit:nth-child(2) {
		top: 40%;
		left: unset;
		right: 5%;
	}

	.lens-marketing-benefits .marketing-benefits-scroll .marketing-benefits-scroll-text-group.group3 .benefit:nth-child(3) {
		top: 22%;
		left: unset;
		right: 5%;
	}

	.lens-marketing-benefits .marketing-benefits-scroll .marketing-benefits-scroll-text-group.group3 .benefit:nth-child(4) {
		top: 45%;
		left: unset;
		left: 5%;
	}

	.lens-marketing-benefits .marketing-benefits-scroll .marketing-benefits-scroll-text-group.group3 .benefit:nth-child(5) {
		top: 62%;
		left: unset;
		right: 10%;
	}
}

.start-building {
	position: relative;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.start-building .start-building-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.start-building .start-building-main {
	position: relative;
	border-radius: 20px;
	border: 1px solid #FFF;
	background: rgba(255, 255, 255, 0.80);
	box-shadow: 0px 7px 20px 0px rgba(111, 102, 255, 0.55), 0px 0px 10px 4px rgba(255, 255, 255, 0.25) inset;
	backdrop-filter: blur(22.5px);
	-webkit-backdrop-filter: blur(22.5px);
	padding: clamp(15px, 5vw, 65px);
	text-align: center;
}

@media screen and (min-width: 750px) {
	.start-building .start-building-main {
		padding: clamp(15px, 5vw, 65px) clamp(15px, 15vw, 150px);
	}
}

.start-building .start-building-main .start-building-heading {
	background: linear-gradient(180deg, #6F66FF 0%, #1C1A54 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: clamp(26px, 2.78vw, 64px);
	font-weight: 400;
	line-height: 1.4;
	margin: 0;
}

.start-building .start-building-main .start-building-heading span {
	display: flex;
	justify-content: center;
	text-align: center;
}

.start-building .start-building-main .start-building-text {
	margin: 25px;
	color: #010D3E;
	font-family: "Inter", sans-serif;
	font-size: clamp(14px, 1.12vw, 28px);
}

section.section.lens-case-study {
	background-color: #F2F2F2;
	padding: 40px 0;
}

section.section.lens-case-study .lens-case-study-top {
	padding: 0 7%;
}

.lens-case-study .case-study-slides .owl-stage {
	display: flex;
}

.lens-case-study .case-study-slide {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	background-color: #FFFFFF;
	border-radius: 20px;
	padding: 10% 5% 5% 5%;
	height: 100%;
}

.lens-case-study .case-study-slide.case-study-last-slide {
	padding: 5%;
	justify-content: center;
	align-items: flex-start;
}

.lens-case-study .case-study-slide .case-study-slide-image-container {
	width: 50%;
	padding-top: 50%;
	position: relative;
	overflow: hidden;
	margin: 5% 0;
}

.lens-case-study .case-study-slide .case-study-slide-image-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	top: 50%;
	transform: translate(0, -50%);
}

.lens-case-study .case-study-slide .case-study-slide-text-container {
    position: relative;
    border-radius: 20px;
    flex: 1 1 auto; /* Allow the container to grow and fill remaining space */
}

.lens-case-study .case-study-slide .case-study-slide-title {
	color: #766EFD;
	font-weight: 600;
	font-size: clamp(18px, 1.5vw, 36px);
	margin: 12px 0;
}

.lens-case-study .case-study-slide .case-study-slide-content {
	font-family: "Inter", sans-serif;
	font-size: clamp(14px, 1.12vw, 28px);
}

.lens-case-study .case-study-slide.case-study-last-slide {
	background-color: #E7E5FF;
}

@media screen and (min-width: 750px) {
	section.section.lens-case-study {
		padding: 100px 0;
	}
}

.banner-pricing {
	padding: 0px 7%;
	padding-top: clamp(80px, 8vw, 120px);
}

.banner-pricing .banner-heading,
.banner-pricing .banner-subheading {
	width: 100%;
}

.banner-pricing .banner-heading {
	line-height: 1.4;
	margin-bottom: 20px;
}

.banner-pricing .banner-subheading {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: clamp(18px,1.95vw, 52px);
	color: #353535;
}

.plans-pricing {
	padding: 40px 7%;
}

.plans-pricing .plans-title {
	text-align: center;
	color: #707070;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: clamp(14px, 1.12vw, 20px);
}

.plans-pricing .plans-pricing-toggle {
	display: flex;
	justify-content: center;
}

.plans-pricing .plans-pricing-toggle .plans-pricing-toggle-inner {
	display: flex;
	align-items: center;
	border-radius: clamp(25px, 4vw, 100px);
	background-color: #E9E9E9;
	padding: clamp(5px, 0.5vw, 10px)
}

.plans-pricing .plans-pricing-toggle .toggle-text {
	color: #151515;
	background-color: transparent;
	border-radius: clamp(25px, 4vw, 100px);
	padding: 5px 15px;
	font-size: clamp(12px, 1.12vw, 20px);
	text-align: center;
}

.plans-pricing .plans-pricing-toggle .toggle-text.active {
	background-color: #151515;
	color: #FFFFFF;
}

@media screen and (min-width: 376px) {
	.plans-pricing .plans-pricing-toggle .toggle-text {
		font-size: clamp(14px, 1.12vw, 20px);
	}
}

.plans-pricing .plans-pricing-columns {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 40px;
}

.plans-pricing .plans-pricing-columns .plans-pricing-column {
	width: 100%;
	display: flex;
	flex-flow: column;
	margin: 15px 0;
	padding: clamp(20px, 2.5%, 35px) clamp(15px, 1.8%, 30px);
}

.plans-pricing .plans-pricing-columns .plans-pricing-column:first-child,
.plans-pricing .plans-pricing-columns .plans-pricing-column:nth-child(3) {
	border-radius: 20px;
	border: 1px solid #C1C2FF;
	background: rgba(242, 242, 242, 0.80);
	box-shadow: 0px 10px 25px 2px rgba(175, 170, 255, 0.20);
}

:root {
    --PURPLE_GD: linear-gradient(45deg, 
        #5F41FF66, 
        #FFFFFF66, 
        #5F41FF66, 
        #E7E5FF4D, 
        #C1C2FF4D, 
        #AFAAFF4D, 
        #FFFFFF4D, 
        #DDDBFF4D, 
        #FFFFFF00, 
        #FFFFFF33, 
        #FFFFFF00);
}
.plans-pricing .plans-pricing-columns .plans-pricing-column:nth-child(2) {
	border-radius: 20px;
/* 	border: 2px solid #5F41FF; */
	border: 2px solid var(--gradient_stroke, rgba(255, 255, 255, 0.40));
	background: linear-gradient(166deg, rgba(255, 255, 255, 0.00) 62.24%, rgba(135, 128, 255, 0.50) 102.7%), #E7E5FF;
	box-shadow: 0px 10px 25px 2px rgba(175, 170, 255, 0.20);
}

.plans-pricing .plans-pricing-columns .plans-pricing-column .plan-column-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.plans-pricing .plans-pricing-columns .plans-pricing-column .plan-column-heading .popular-label {
	font-size: clamp(12px, 0.975vw, 16px);
	background-color: #AFAAFF;
	padding: 5px 10px;
	border-radius: clamp(20px, 2vw, 50px);
}

.plans-pricing .plans-pricing-columns .plans-pricing-column .plan-name {
	font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: clamp(22px, 1.95vw, 52px);
	margin: 0;
}

.plans-pricing .plans-pricing-columns .plans-pricing-column .plan-description {
    font-size: clamp(14px, 1.25vw, 26px);
	margin: 15px 0;
	color: #707070;
}

.plans-pricing .plans-pricing-columns .plans-pricing-column .plan-price .price-container {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: clamp(46px, 3.89vw, 92px);
	margin-bottom: 30px;
}

.plans-pricing .plans-pricing-columns .plans-pricing-column .plan-price .price-container .unit-of-measurement {
	position: absolute;
	bottom: 105%;
	margin: 0;
	font-size: clamp(14px, 1.12vw, 20px);
	color: #6F66FF;
}

.plans-pricing .plans-pricing-columns .plans-pricing-column .plan-price .price {
	font-family: "semplicitapro";
	font-weight: 500;
	font-size: clamp(36px, 3.89vw, 92px);
    margin: 0;
	line-height: 1;
}

.plans-pricing .plans-pricing-columns .plans-pricing-column .plan-price-monthly,
.plans-pricing .plans-pricing-columns .plans-pricing-column .plan-price-annually {
	display: none;
}

.plans-pricing .plans-pricing-column .plan-price .price-container .price-details {
	margin-left: 5px;
}

.plans-pricing .plans-pricing-column .plan-price .price-container .price-details-top {
	display: flex;
	align-items: center;
}

.plans-pricing .plans-pricing-column .plan-price .price-container .price-details-top p,
.plans-pricing .plans-pricing-column .plan-price .price-container .price-details-bottom p {
	margin: 0;
	font-size: clamp(14px, 1.12vw, 20px);
}

.plans-pricing .plans-pricing-column .plan-price .price-container .price-details-top .savings {
	color: #FFFFFF;
	background-color: #151515;
	margin-left: 10px;
	padding: 2px 10px;
	border-radius: clamp(20px, 2vw, 50px);
}

.plans-pricing .plans-pricing-column .plan-price .price-container .price-details-top .savings p {
	font-size: clamp(12px, 0.975vw, 16px);
}

@media screen and (min-width: 750px) {
	.plans-pricing .plans-pricing-column .plan-price .price-container .price-details-top .savings p {
		font-size: clamp(10px, 0.975vw, 16px);
	}
}

.plans-pricing .plans-pricing-columns .plans-pricing-column .plan-button {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	width: 100%;
	border-radius: 12px;
	padding: 10px;
	background-color: #6F66FF;
	box-shadow: 2px 4px 8px 0px rgba(118, 110, 253, 0.40);
	color: #FFFFFF;
	font-size: clamp(14px, 1.25vw, 26px);
}

.plans-pricing .plans-pricing-columns .plans-pricing-column .plan-button-monthly,
.plans-pricing .plans-pricing-columns .plans-pricing-column .plan-button-annually {
	display: none;
}

.plans-pricing .plans-pricing-columns .plans-pricing-column:last-child .plan-button {
	background-color: #151515;
}

.plans-pricing .plans-pricing-columns .plans-pricing-column .plan-specs-container {
	margin: 30px 0;
}

.plans-pricing .plans-pricing-columns .plans-pricing-column .plan-specs-container .plan-specs-title {
	margin: 0;
	font-size: clamp(14px, 1.12vw, 20px);
	font-weight: 600;
}

.plans-pricing .plans-pricing-columns .plans-pricing-column .plan-specs-container .plan-specs-list ul {
	margin: 0;
	padding: 0;
}

.plans-pricing .plans-pricing-columns .plans-pricing-column .plan-specs-container .plan-specs-list ul li {
	list-style: none;
	display: flex;
	margin: 10px 0;
	font-size: clamp(14px, 1.12vw, 20px);
}

.plans-pricing .plans-pricing-columns .plans-pricing-column .plan-specs-container .plan-specs-list ul li strong {
	display: contents;
}

.plans-pricing .plans-pricing-column:first-child .plan-specs-container .plan-specs-list ul li:before,
.plans-pricing .plans-pricing-column:nth-child(3) .plan-specs-container .plan-specs-list ul li:before {
	content: "";
	display: block;
	width: clamp(18px, 1.6vw, 28px);
	height: clamp(18px, 1.6vw, 28px);
	background-image: url('images/pricing-checkmark-purple-padding.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	flex-shrink: 0; /* Prevent shrinking */
	margin-right: 5px;
}

.plans-pricing .plans-pricing-column:nth-child(2) .plan-specs-container .plan-specs-list ul li:before {
	content: "";
	display: block;
	width: clamp(18px, 1.6vw, 28px);
	height: clamp(18px, 1.6vw, 28px);
	background-image: url('images/pricing-checkmark-white-padding.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	flex-shrink: 0; /* Prevent shrinking */
	margin-right: 5px;
}

.plans-pricing .plans-pricing-columns .plans-pricing-column .plan-column-bottom {
	margin-top: auto;
	margin-bottom: 15px;
	text-align: center;
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 3px;
	font-size: clamp(14px, 1.12vw, 20px);
}

.plans-pricing .plans-pricing-columns .plans-pricing-column .plan-column-bottom .compare-plan-text {
	color: #151515;
}

@media screen and (min-width: 750px) {
	.banner-pricing {
		padding: 80px 7% 40px 7%;
	}
	
	.banner-pricing .banner-heading {
		width: 60%;
	}
	
	.banner-pricing .banner-subheading {
		width:  70%;
	}
	
	.plans-pricing {
		padding: 40px 7% 80px 7%;
	}
	
	.plans-pricing .plans-pricing-columns .plans-pricing-column {
		width: 32%;
	}

}

.banner-pricing .banner-heading {
	background: linear-gradient(0deg, #AFAAFF 10%, #5F41FF 73.16%);
	font-size: clamp(26px, 4.73vw, 92px);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.plans-pricing .plans-pricing-toggle .toggle-text {
	cursor: pointer;
}

/* .comparison-chart .chart-main {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.comparison-chart .chart-main .chart-column {
	display: grid;
}

.comparison-chart .chart-main .column-heading {
	grid-row: span 2;
}

.comparison-chart .chart-main .comparison-item {
	grid-row: span 1;
} */

.comparison-chart .mobile-scroll-text {
	display: flex;
	justify-content: flex-end;
}

.comparison-chart .mobile-scroll-text .mobile-scroll-text-inner {
	display: flex;
	align-items: center;
	font-size: clamp(14px, 1.25vw, 26px);
}

.comparison-chart .mobile-scroll-text .mobile-scroll-text-inner img {
	transform: rotate(45deg);
	width: clamp(18px, 1.8vw, 36px);
	height: clamp(18px, 1.8vw, 36px);
	margin-left: 5px;
}

.comparison-chart .chart-main-wrapper {
	position: relative;
	overflow-x: auto;
}

.comparison-chart .chart-main-wrapper::-webkit-scrollbar {
	height: 5px;
    width: 5px;
    background: transparent;
}

.comparison-chart .chart-main-wrapper::-webkit-scrollbar-thumb {
	background: #6F66FF;
    -webkit-border-radius: 10px;
/*     -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);	 */
}

.comparison-chart .chart-main {
	padding-top: 15px;
	position: relative;
	width: 200%;
}

.comparison-chart table {
	border-collapse: collapse; /* Ensures no space between table cells */
}

.comparison-chart th,
.comparison-chart td {
    width: 25%; /* or any percentage based on the number of columns */
    text-align: center; /* optional, to center the content */
	border-bottom: 1px solid #E9E9E9;
	padding: 15px;
}

.comparison-chart th {
	padding: clamp(45px, 4.2vw, 70px) 15px clamp(25px, 3vw, 40px) 15px;
	position: relative;
	background-color: #FFFFFF;
}

.comparison-chart th .popular-item {
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	font-size: clamp(12px, 0.975vw, 16px);
	font-weight: 400;
    background-color: #AFAAFF;
    padding: 5px 10px;
    border-radius: clamp(20px, 2vw, 50px);
	width: fit-content;
}

.comparison-chart td {
	font-size: clamp(14px, 1.25vw, 26px);
	line-height: 1.3;
	padding: 15px;
	background-color: #FFFFFF;
}

.comparison-chart td .td-inner {
	width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

@media screen and (min-width: 600px) {
	.comparison-chart td .td-inner {
		width: 80%;
	}
	
	.comparison-chart .chart-main {
		width: 100%;
		padding-top: 35px;
	}
	
	.comparison-chart .mobile-scroll-text {
		display: none;
	}
}

.comparison-chart td:first-child .td-inner {
	justify-content: flex-start;
	margin: 0;
}

.comparison-chart th:first-child,
.comparison-chart td:first-child {
	text-align: left;
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	z-index: 2;
}

@media screen and (min-width: 600px) {
	.comparison-chart th:first-child,
	.comparison-chart td:first-child {
		position: relative;
	}
}

.comparison-chart th:nth-child(3),
.comparison-chart td:nth-child(3) {
	background-color: #E7E5FF;
}

.comparison-chart th .table-column-heading {
	font-size: clamp(22px, 1.95vw, 52px);
	font-weight: 400;
}

.comparison-chart tr.comparison-title td {
	background-color: rgb(220, 217, 255);
	font-weight: 500;
	font-size: clamp(16px, 1.53vw, 36px);
}

.comparison-chart tr.comparison-title td:nth-child(2) {
	background-color: rgb(220, 217, 255); /* Blended color */
}

@media screen and (min-width: 600px) {
	.comparison-chart tr.comparison-title td {
		background-color: rgba(175, 170, 255, 0.20);
	}
}

.comparison-chart tr:last-child td:nth-child(3) {
	background-color: transparent;
}

.comparison-chart tr:nth-last-child(2) td,
.comparison-chart tr:last-child td {
	border-bottom: none;
}

.comparison-chart tr:last-child td {
	padding-top: 25px;
}

.comparison-chart th:nth-child(3) {
	border-radius: clamp(15px, 1.5vw, 25px) clamp(15px, 1.5vw, 25px) 0 0;
}

.comparison-chart tr:nth-last-child(2) td:nth-child(3) {
	border-radius: 0 0 clamp(15px, 1.5vw, 25px) clamp(15px, 1.5vw, 25px);
}

.comparison-chart tr.comparison-title td:first-child {
	border-radius: clamp(10px, 1vw, 20px) 0 0 clamp(10px, 1vw, 20px);
}

.comparison-chart tr.comparison-title td:last-child {
	border-radius: 0 clamp(10px, 1vw, 20px) clamp(10px, 1vw, 20px) 0;
}

.comparison-chart tr .comparison-chart-button {
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    width: 100%;
    border-radius: 12px;
    padding: 10px;
    background-color: #6F66FF;
    box-shadow: 2px 4px 8px 0px rgba(118, 110, 253, 0.40);
    color: #FFFFFF;
    font-size: clamp(14px, 1.25vw, 26px);

}

.comparison-chart tr td:last-child .comparison-chart-button {
	background-color: #151515;
}

.faq .main-section-heading {
	margin-bottom: 25px;
}

.faq .help-button-container .help-button {
	display: flex;
	width: fit-content;
	justify-content: space-between;
	align-items: center;
	border-radius: 8px;
	background-color: #E7E5FF;
	font-size: clamp(14px, 1.12vw, 20px);
	color: #353535;
	text-decoration: none;
	padding: 10px 15px;
}

.faq .help-button-container .help-button img {
	flex-shrink: 0; /* Prevent shrinking */
	width: clamp(18px, 1.8vw, 28px);
	height:	clamp(18px, 1.8vw, 28px);
}

.faq .faq-accordion-container {
	padding-left: 0;
}

.faq .faq-accordion {
	margin: 15px 0;
    padding: clamp(15px, 1vw, 30px) 0 clamp(15px, 1vw, 30px) 0;
	border-radius: 12px;
	background: #F2F2F2;
}

.faq .faq-checkbox {
    display: none; /* Hide the checkbox */
}

.faq .faq-question {
    display: flex;
	justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    font-size: clamp(16px, 1.53vw, 36px);
    margin: 0;
	padding: 0 clamp(15px, 1vw, 30px);
}

.faq .faq-toggle-icon {
	display: flex;
	transform: rotate(0);
    transition: transform 0.3s ease;
}

.faq .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    font-size: clamp(14px, 1.25vw, 26px);
    line-height: 1.5;
   	padding: 0 clamp(15px, 1vw, 30px)
}

/* When the checkbox is checked, expand the answer and rotate the icon */
.faq .faq-checkbox:checked + .faq-question + .faq-answer {
    max-height: 500px; /* Adjust as needed */
}

.faq .faq-checkbox:checked + .faq-question .faq-toggle-icon {
    transform: rotate(45deg);
}


@media screen and (min-width: 750px) {
	.faq .faq-accordion-container {
		padding-left: 20%;
	}
}

@media screen and (min-width: 1050px) {
	.faq .faq-accordion-container {
		padding-left: 35%;
	}
}

.button-container-center {
	display: flex;
	justify-content: center;
}

.button-purple {
	background: rgba(90, 80, 255, 0.80);
	box-shadow: 0px 0px 4px 2px rgba(255, 255, 255, 0.20) inset;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	color: #FFFFFF;
	font-family: "Inter", sans-serif;
	font-size: clamp(14px, 1.25vw, 28px);
	padding: 10px 20px;
    text-decoration: none;
    border-radius: 10px;
/* 	transition: color 0.5s ease; */
	display: flex;
	justify-content: center;
	text-align: center;
	width: fit-content;
}

.button-purple.button-arrow {
	justify-content: space-between;
	align-items: center;
	text-align: left;
}

.button-purple.button-arrow .button-arrow-icon {
	width: clamp(20px, 1.8vw, 38px);
	height: clamp(20px, 1.8vw, 38px);
	object-fit: contain;
	margin-left: 10px;
	flex-shrink: 0;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

section.section {
	padding: 40px 7%;
}

.section-heading .section-heading-small {
	width: fit-content;
	border: 1px solid #766EFD;
	padding: 10px 20px;
	color: #4E43FF;
	border-radius: 10px 5vw 5vw 10px;
	font-family: "Inter", sans-serif;
	font-size: clamp(12px, 1vw, 26px);
}

.section-heading .main-section-heading {
	font-weight: 500;
	width: 100%;
	font-size: clamp(26px, 6.5vw, 100px);
	line-height: 1.4;
	margin-top: clamp(15px, 2vw, 30px);
}

.section-heading .main-section-heading.full-length-heading {
	width: 100%;
}

.section-heading .main-section-heading .purple-heading {
	color: #6F66FF;
}

.section-content-text {
	font-family: "Inter", sans-serif;
	color: #707070;
	line-height: 1.4;
	font-size: clamp(16px, 2vw, 56px);
}

@media screen and (min-width: 750px) {
	section.section {
		padding: 100px 7%;
	}
	
	.section-heading .main-section-heading {
		width: 50%;
		font-size: clamp(26px, 3.88vw, 100px);
	}
	
	.section-heading .main-section-heading.full-length-heading {
		width: 75%;
	}
	
	.section-content-text.section-content-indent {
		padding-left: 20%;
	}
	
	.section-content-text.section-content-indent-left {
		padding-left: 0;
		padding-right: 20%;
	}
}

footer {
	background-color: #151515;
	border-radius: 0 10vw 0 0;
	color: #D2D2D2;
	padding: 100px 7% 20px 7%;
}

footer .footer-main-socmed .footer-main-socmed-inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

footer .footer-main-socmed .footer-main-socmed-inner p {
	margin: 0;
	font-family: "semplicitapro";
	font-size: clamp(24px, 3.88vw, 100px);
	color: #D2D2D2;
}

footer .footer-main-socmed .footer-main-socmed-inner p a {
	color: #D2D2D2;
	text-decoration: none;
	position: relative;
	display: inline-flex;
	align-items: center;
}

footer .footer-main-socmed .footer-main-socmed-inner p a:after {
	content: "";
	height: clamp(24px, 3.88vw, 100px);
	width: clamp(24px, 3.88vw, 100px);
	margin: 0 clamp(10px, 2vw, 16px);
}

footer .footer-main-socmed .footer-main-socmed-inner p a:first-of-type:after {
	background-image: url('images/hovarlay-ig.svg');
	background-size: cover;
	background-repeat: no-repeat;
}

footer .footer-main-socmed .footer-main-socmed-inner p a:nth-of-type(2):after {
	background-image: url('images/hovarlay-tiktok.svg');
	background-size: cover;
	background-repeat: no-repeat;
}

footer .footer-main-socmed .footer-main-socmed-inner p a:nth-of-type(3):after {
	background-image: url('images/hovarlay-x.svg');
	background-size: cover;
	background-repeat: no-repeat;
}


footer .footer-main-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 40px 0;
}

footer .footer-main-flex .footer-text,
footer .footer-main-flex .footer-navigation {
	width: 100%;
}

footer .footer-main-flex .footer-text .widget {
	font-family: "Inter", sans-serif;
	font-size: clamp(16px, 1.5vw, 42px);
	font-weight: 500;
	width: 100%;
}

footer .footer-main-flex .footer-text .widget p {
	margin: 0;
}

footer .footer-main-flex .footer-navigation {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

footer .footer-main-flex .footer-navigation section {
	width: 48%;
}

footer .footer-main-flex .footer-navigation .widget-title,
footer .footer-main-flex .footer-navigation p a {
	font-family: "Inter", sans-serif;
	font-size: clamp(14px, 1.12vw, 20px);
	font-weight: 400;
	color: #F2F2F2;
	margin: 0;
	margin-bottom: 10px;
}

footer .footer-main-flex .footer-navigation p {
	margin: 0;
	margin-bottom: 10px;
}

footer .footer-main-flex .footer-navigation p a {
	text-decoration: none;
}

footer .footer-main-flex .footer-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer .footer-main-flex .footer-navigation ul li {
	margin-bottom: 10px;
}

footer .footer-main-flex .footer-navigation ul li a {
	text-decoration: none;
	font-size: clamp(14px, 1.12vw, 20px);
	color: #D2D2D2;
}

footer .footer-logo {
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #FFFFFF;
}

footer .footer-logo img {
	width: 65%;
	object-fit: contain;
}

footer .footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap-reverse;
}

footer .footer-bottom section {
	width: 100%;
	margin-bottom: 0;
}

footer .footer-bottom p {
	font-size: clamp(14px, 1.12vw, 20px);
}

footer .footer-bottom #menu-footer-links {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

footer .footer-bottom #menu-footer-links li {
	margin-right: 10px;
}

footer .footer-bottom #menu-footer-links a {
	color: #D2D2D2;
	text-decoration: none;
	padding: 5px;
	font-size: clamp(14px, 1.12vw, 20px);
}

@media screen and (min-width: 600px) {
	footer .footer-main-flex .footer-navigation section {
		width: 22%;
	}
	
	footer .footer-main-flex .footer-text .widget {
		width: 75%;
	}
}

@media screen and (min-width: 750px) {
	footer .footer-main-flex .footer-text,
	footer .footer-main-flex .footer-navigation {
		width: 48%;
	}
	
	footer .footer-main-flex .footer-navigation {
		justify-content: flex-end;
	}
	
	footer .footer-main-flex .footer-navigation section {
		width: fit-content;
		margin-left: clamp(20px, 3vw, 40px);
	}
	
	footer .footer-main-socmed .footer-main-socmed-inner {
		width: 60%;
	}
	
	footer .footer-bottom section {
		width: fit-content;
	}
	
	footer .footer-bottom #menu-footer-links li {
		margin-right: 0;
		margin-left: 10px;
	}
}

/* Navigation
--------------------------------------------- */

.site-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5;
	padding: 15px 7%;
	display: flex;
	justify-content: space-between;
/* 	align-items: center; */
/* 	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px); */
}

.site-header .site-branding {
	width: clamp(100px, 45vw, 350px);
	display: flex;
}

@media screen and (min-width: 600px) {
	.site-header .site-branding {
		width: clamp(200px, 19vw, 350px);
	}
}

.site-header .site-branding .custom-logo-link {
	width: 100%;
	display: flex;
}

.site-header .site-branding img {
	width: 100%;
	object-fit: contain;
}

.site-header li a {
	font-family: "Inter", sans-serif;
	font-size: clamp(16px, 1.12vw, 20px);
	font-weight: 400;
}

.main-navigation {
	display: block;
	width: fit-content;
	left: 0;
	right: 0;
	margin-left: auto;
/* 	margin-right: auto; */
	margin-right: 10px;
	top: 50%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	background: transparent;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	border-radius: clamp(10px, 2vw, 30px);
	padding-left: 0;
	padding: clamp(15px, 0.5vw, 10px);
}

.main-navigation ul li {
	flex: 1;
}

.main-navigation ul li a {
	color: #151515;
	text-decoration: none;
	padding: 5px 15px;
	border-radius: clamp(10px, 2vw, 30px);
	display: flex;
	justify-content: flex-start;
	white-space: nowrap;
	background-color: transparent;
	transition: background-color 0.5s ease;
	width: 100%;
	text-align: left;
}

.main-navigation ul ul li a {
	justify-content: flex-start;
}

/* .main-navigation ul li:not(:first-child):not(:last-child) a {
	justify-content: center;
} */

/* .main-navigation ul li:nth-child(2) {
	padding-left: 2%;
} */

/* .main-navigation ul li:last-child a {
	justify-content: flex-end;
} */

/* .main-navigation ul ul li:not(:first-child):not(:last-child) a,
.main-navigation ul ul li:last-child a,
.main-navigation ul ul li:first-child a{
	justify-content: flex-start!important;
} */

.main-navigation ul li.menu-item-has-children {
	display: flex;
	flex-flow: column;
}

.main-navigation ul li.menu-item-has-children a {
	position: relative;
	align-items: center;
}

.main-navigation ul li.menu-item-has-children > a:after {
	content: "";
    width: clamp(14px, 1.2vw, 32px);
    height: clamp(14px, 1.2vw, 32px);
	background-image: url('images/icon-caret2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
    transform: rotate(90deg);
    transform-origin: center center;
}

.main-navigation ul ul {
	box-shadow: none;
	float: left;
/* 	position: absolute; */
	position: relative;
	top: 100%;
	left: -999em;
	z-index: 99999;
	display: block;
	visibility: hidden;
	max-height: 0;
	background: transparent;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	border-radius: 0;
	padding-left: 0;
	padding: 0;
}

.main-navigation ul ul li a {
	color: #707070;
}

.main-navigation ul li a:hover {
	background-color: #FFFFFF;
}

.main-navigation ul ul li:nth-child(2) {
	margin: 0;
}

.main-navigation ul ul li a:hover {
	background-color: transparent;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
/* 	width: 200px; */
/* 	width: min-content; */
	white-space: nowrap;
	text-align: left;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
/* 	left: auto; */
	left: 0;
	display: block;
	visibility: visible;
	max-height: fit-content;
	border-radius: clamp(10px, 2vw, 30px);
}

/* .main-navigation ul:hover ul {
	left: auto;
	display: block;
	visibility: visible;
	max-height: fit-content;
}

.main-navigation ul:hover {
	border-radius: clamp(5px, 1.65vw, 23px);
} */

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #151515;
}

/* Small menu. */
.menu-toggle,
.customer-menu-toggle {
	display: flex;
}

.main-navigation.toggled ul,
.site-header .customer-menu-container.toggled ul#customer-menu {
	display: block;
}

button.menu-toggle {
	background: transparent;
	border: none;
	padding: 0;
	flex-flow: column;
	justify-content: center;
	height: 100%;
}

.menu-toggle div {
	width: 20px;
	height: 3px;
	background-color: #6F66FF;
	border-radius: 5px;
}

.menu-toggle div:first-child {
	margin-bottom: 0;
	transform: rotate(0);
	transition: all .3s;
}

.menu-toggle div:last-child {
	margin-top: 0;
	transform: rotate(0)
	transition: all .3s;
}

.menu-toggle div:nth-child(2) {
	margin: 3px 0;
	transform: rotate(0);
	opacity: 1;
	transition: all .3s;
}

.menu-primary-menu-container {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100vw;
	background: rgba(255, 255, 255, 0.50);
	-webkit-backdrop-filter: blur(17.5px);
    backdrop-filter: blur(17.5px);
}

.main-navigation.toggled .menu-toggle div:first-child {
	margin-bottom: -6px;
	transform: rotate(-45deg);
}

.main-navigation.toggled .menu-toggle div:last-child {
	margin-top: -6px;
	transform: rotate(45deg);
}

.main-navigation.toggled .menu-toggle div:nth-child(2) {
	opacity: 0;
	transform: rotate(270deg);
}

.customer-menu-wrapper {
	display: flex;
    align-items: center;
}

.customer-menu-toggle {
    background-color: transparent;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
}

.customer-menu-toggle img {
	width: clamp(25px, 5.5vw, 30px);
    aspect-ratio: 1 / 1;
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.site-header ul#customer-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	list-style: none;
	align-items: center;
	margin: 0;
	background: rgba(255, 255, 255, 0.50);
    -webkit-backdrop-filter: blur(17.5px);
    backdrop-filter: blur(17.5px);
	border-radius: 0;
	padding-left: 0;
/* 	padding: clamp(25px, 0.5vw, 10px); */
	padding: 0;
	width: 100vw;
}

.site-header ul#customer-menu li a {
	color: #151515;
	text-decoration: none;
/* 	padding: 5px 15px; */
	padding: 5px 10px;
	border-radius: clamp(10px, 2vw, 30px);
	font-size: clamp(10px, 1.12vw, 20px);
/* 	font-size: clamp(12px, 1.12vw, 20px); */
	display: flex;
	white-space: nowrap;
}

@media screen and (min-width: 750px) {
	.site-header ul#customer-menu li a {
		padding: 5px 15px;
		font-size: clamp(12px, 1.12vw, 20px);
	}
}

.site-header ul#customer-menu li {
	display: flex;
}

.site-header ul#customer-menu li:first-child {
	display: none;
}

.site-header ul#customer-menu li:last-child {
    border-radius: clamp(10px, 2vw, 30px);
    background-color: #151515; /* Black background */
    position: relative; /* Ensure the text and the before element stay within this context */
    overflow: hidden; /* Clip the ::before pseudo-element within the li */
}

.site-header ul#customer-menu li:last-child a {
    color: #FFFFFF; /* White text */
    background-color: transparent; /* Transparent for the hover effect to show */
    position: relative; /* Ensures text is above the ::before element */
    z-index: 1; /* Place the text above the ::before element */
    display: inline-block; /* Makes the link act as a block element for better control */
}

.site-header ul#customer-menu li:last-child a:before {
    content: "";
    height: 100%;
    width: 120%;
    position: absolute;
    z-index: -1; /* Place behind the text but above the li background */
    left: -120%;
    background-image: url('images/button-r.svg');
    background-size: cover;
    background-repeat: no-repeat;
	background-position: right;
    top: 0;
    transition: left 0.8s ease;
}

.site-header ul#customer-menu li:last-child a:hover:before {
    left: 0;
}


/* @media screen and (min-width: 750px) { */
	.customer-menu-toggle {
		display: none;
	}

	.site-header ul#customer-menu,
	.site-header .customer-menu-container.toggled ul#customer-menu {
		display: flex;
		justify-content: space-between;
		position: relative;
		width: fit-content;
		border-radius: clamp(25px, 2vw, 30px);
		padding: 0;
	}
/* } */

@media screen and (min-width: 750px) {
	.site-header ul#customer-menu,
	.site-header .customer-menu-container.toggled ul#customer-menu {
		padding: clamp(5px, 0.5vw, 10px);
	}
}

@media screen and (min-width: 1000px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul,
	.main-navigation.toggled ul {
		display: flex;
		justify-content: space-between;
		position: relative;

	}
	
	.main-navigation ul {
		padding: clamp(5px, 0.5vw, 10px);
	}
	
	.main-navigation ul:before,
	.main-navigation.toggled ul:before {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(255, 255, 255, 0.50);
		backdrop-filter: blur(17.5px);
		-webkit-backdrop-filter: blur(17.5px);
		border-radius: clamp(10px, 2vw, 30px);
	}
	
	.menu-primary-menu-container {
		position: relative;
		background: transparent;
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
		width: fit-content;
	}
	
	.main-navigation {
		position: absolute;
		transform: translate(0, -50%);
		margin-right: auto;
	}
	
	.main-navigation > ul > li a {
		justify-content: center;
		text-align: center;
	}
	
	.main-navigation ul ul,
	.main-navigation.toggled ul ul {
		padding: 10px;
		min-width: 180px;
		position: absolute;
	}
	
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
	/* 	left: auto; */
		left: calc(0px - clamp(5px, 0.5vw, 10px));
	}
	
	.main-navigation ul ul:before {
		content: "";
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		 background: rgba(255, 255, 255, 0.50);
        backdrop-filter: blur(17.5px);
        -webkit-backdrop-filter: blur(17.5px);
	}
	
	.main-navigation ul li:nth-child(2) {
		margin: 0 20px;
	}
	
	.main-navigation ul li.menu-item-has-children a:after {
		display: none;
	}
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

/* .post,
.page {
	margin: 0 0 1.5em;
} */

.updated:not(.published) {
	display: none;
}

/* .page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
} */

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
