* {
	padding:0;
	margin:0;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}
a {
	color:#5f0099;
}
a:hover {
	color:#5f0099;
}
h1, h2, h3 {
	font-weight: 700;
}
h4, h5 {
	font-weight:600;
}
h6 {
	font-weight:500;
}
.white {
	color:#ffffff !important;
}
.black {
	color:#000000;
}
.navbar {
	position: fixed;
	right: 0;
	left: 0;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	min-height: 50px;
	line-height: 50px;
	background: transparent;
	z-index: 1030;
}
.navbar .active {
	color: #5f0099 !important;
}
.navbar .navbar-brand {
}
.navbar .nav-item {
	margin: 0 5px;
	padding: 0;
}
.navbar .nav-item a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
}
.navbar .nav-item a:hover {
	color: #5f0099;
}
.navbar .nav-link {
	position: relative;
	padding: 0;
}
.navbar .navbar-toggler {
	cursor: pointer;
}
.navbar .navbar-toggler span {
	color: #fff;
}
.navbar-style2 .active:after, .navbar-style2 .nav-link:after {
	display: none;
}
.nav-scroll {
	background: #fff;
	-webkit-box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.nav-scroll .navbar-nav > li > a {
	color: #333;
}
.nav-scroll .navbar-brand img {
	-webkit-transform: scale(1.03) !important;
	transform: scale(1.03) !important;
}
.nav-scroll .navbar-toggler {
	cursor: pointer;
}
.nav-scroll .navbar-toggler span {
	color: #333;
}
.nav-scroll .nav-link:hover:after {
	background-color: #2388ed;
}
.nav-scroll .active {
	position: relative;
}
.banner {
	background: #AB0A0A;
	background: linear-gradient(to left, #AB0A0A, #cd9ffa);
	padding:100px 0px;
	position:relative;
}
.banner::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/pattern.png);
}
.banner a.weblink {
	color:#ffffff;
	border-bottom:1px dotted #ffffff;
}
.banner a:hover {
	text-decoration:none;
}
.svg-wave {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.banner-text {
	padding-right:80px;
	margin:50px 0px 0px;
}
.banner-text p {
	margin:40px 0px;
}
.banner-text ul {
	list-style: none;
}
.banner-text ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.banner-text ul li a {
	display: block;
}
.banner-text ul li a img {
	width: 150px;
	border-radius: 7px;
}
.prelative {
	position:relative
}
.section-padding {
	padding:80px 0px;
}
.sectioner-header {
	width:69%;
	margin:0 auto;
}
.line {
	height: 2px;
	width: 50px;
	background: #8e1efc;
	display: block;
	margin: 20px auto 20px;
}
.line::after {
	content:"";
	position: absolute;
	left: 50%;
	width: 150px;
	height: 2px;
	border-bottom: 2px dashed #8e1efc;
	margin-left: -75px;
}
.sectioner-header p {
	color:#818992;
	font-size: 17px;
}
.section-content {
	margin-top: 80px;
}
.icon-box {
	margin-bottom:50px;
}
.icon-box i {
	display: block;
	position: relative;
	width: 135px;
	height: 135px;
	border-radius: 100px;
	background: #7a60ff;
	background:  linear-gradient(to left, #AB0A0A, #cd9ffa);
	color: #ffffff;
	font-size: 50px;
	line-height: 135px;
	margin: 0 auto;
}
.icon-box h5 {
	margin-top:30px;
}
.icon-box p {
	color: #818992;
	font-size: 14px;
	width: 80%;
	margin: 0 auto;
}
.about-btn {
	color: #8e1efc;
	padding: 10px 40px;
	border: 2px solid #8e1efc;
	border-radius: 7px;
	margin-top: 30px;
	display: inline-block;
	font-size: 18px;
}
.about-btn:hover {
	background:#8e1efc;
	color:#ffffff;
	text-decoration:none;
}
.video-section {
	background: url(images/video-bg.jpg) no-repeat fixed center;
	background-size: cover;
	overflow: hidden;
}
.video-overlay {
	background: linear-gradient(to left, rgba(122, 96, 255, 0.90), rgba(205, 159, 250, 0.90));
}
.video-section h3 {
	font-weight: 600;
	font-size: 38px;
}
.video-section i {
	display: block;
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 100px;
	background: #ffffff;
	color: #8e1efc;
	font-size: 30px;
	line-height: 70px;
	margin: 0 auto;
	cursor:pointer;
}
.video-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	align-content: center !important;
	-ms-flex-line-pack: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.video-popup .video-src {
	position: relative;
	width: 700px;
	max-width: 80%;
}
.video-popup .iframe-src {
	width: 100%;
	height: 0;
	padding-top: 56.3%;
	position: relative;
	display: none;
}
.video-popup .iframe-src iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.single-feature {
	margin-bottom: 80px;
	margin-top: 40px;
}
.single-feature h5 {
	font-size: 16px;
}
.media-right-margin {
	margin-right:25px;
}
.single-feature p {
	font-size: 13px;
}
.icon-border {
}
.icon-border span {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	color: rgb(142, 30, 252);
	font-size: 18px;
	line-height: 50px;
	border: 1px solid rgb(142, 30, 252);
}
.team {
	background: linear-gradient(to left, #AB0A0A, #cd9ffa);
	border-top: 1px solid #e4e4e4;
}
.team-detail {
	margin-top:40px;
}
.team-detail img {
	border-radius: 50%;
	width: 70%;
}
.team-detail h4 {
	color:rgb(246, 244, 248);
	margin-top: 20px;
	font-size: 17px;
	margin-bottom: 0px;
}
.testimonial {
	background: #AB0A0A;
	background: linear-gradient(to left, #AB0A0A, #cd9ffa);
	padding:100px 0px;
	position:relative;
}
.testimonial::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/pattern.png);
}
.bx-prev {
	left: -90px !important;
	background: url(images/arrow-left.png) no-repeat !important;
	background-size: auto auto !important;
	background-size: 100% 100% !important;
}
.bx-next {
	right: -90px !important;
	background: url(images/arrow-right.png) no-repeat !important;
	background-size: auto auto !important;
	background-size: 100% 100% !important;
}
.bx-wrapper {
	border: none !important;
	background: rgba(255, 255, 255, 0.81) !important;
	border-radius: 5px !important;
	box-shadow:none !important;
}
.slider-item {
	padding:20px;
}
.slider .test-img img {
	border: 12px solid #fff;
	border-radius: 50%;
	width: 100%;
	height: auto;
}
.test-img {
	float: left;
	width: 20%;
	margin-right:5%;
}
.test-text {
	float: left;
	width: 75%;
}
.slider .title {
	display: block;
	position: relative;
	margin: 0 0 20px;
	font-size: 1.125em;
	line-height: 1.25;
}
.slider .title span {
	display: block;
	font-size: 1.5em;
	font-weight: 700;
}
.faq {
	background: #fafafa;
	border-bottom: 1px solid #e4e4e4;
}
.faq-content {
	margin: 20px 0px;
}
.faq-content h4 {
	font-weight: 400;
	font-size: 20px;
}
.faq-content p {
	color: #818992;
	font-weight:300;
	margin-top:15px;
}
#contact_form .form-input {
	border: 1px solid #e4e4e4;
}
input {
	height: 42px;
	padding: 0 1rem;
	background: #fff;
	border-radius: 30px;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border:0;
}
#contact_form textarea {
	resize: none;
	padding: 1rem;
	height: 150px;
	background: #fff;
	border: 0;
	border-radius: 30px;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-grad {
 padding: .7rem 2rem;
	display: inline-block;
	color: #fff;
	border-radius: 2rem;
	border: 0;
	background: #AB0A0A;
	background: linear-gradient(to left, #AB0A0A, #cd9ffa);
	cursor:pointer;
}
.contact-info {
	padding: 2rem 2rem 1rem;
	border-radius: 8px;
	background: #AB0A0A;
	background: linear-gradient(to left, #AB0A0A, #cd9ffa);
}
.contact-item {
	margin:23px 0px;
}
.contact-item i {
	font-size: 20px;
}
.contact-item p {
	line-height: 20px;
	margin: 0;
}
.download {
	background: #AB0A0A;
	background: linear-gradient(to left, #AB0A0A, #cd9ffa);
	padding:100px 0px;
	position:relative;
}
.download::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/pattern.png);
}
.download ul {
	list-style: none;
}
.download ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.download ul li a {
	display: block;
}
.download ul li a img {
	width: 150px;
	border-radius: 7px;
}
.footer-copy {
	background: #ffffff;
	color: #242424;
	font-size: 13px;
	text-align: center;
	padding:15px 0px;
}
.footer-copy p {
	margin-bottom:0px;
}
@media all and (max-width:991px) {
.navbar .navbar-collapse {
	overflow: auto;
	background:  rgb(213, 198, 221);
	color: #fff !important;
	text-align: center;
	padding: 10px 0;
}
.nav-scroll .navbar-collapse {
	background: #fff !important;
}
#contact_form {
	margin-bottom:20px;
}
}
@media all and (max-width:768px) {
.nav-scroll .navbar-brand img, .navbar-brand img {
	transform: scale(0.75) !important;
	-webkit-transform: scale(0.75) !important;
}
.banner-text {
	padding-right: 0px;
	margin: 10px 0px 0px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 23px;
}
.section-padding {
	padding: 40px 0px;
}
.banner-text p {
	margin: 25px 0px;
}
.banner-text ul li a img {
	width: 140px;
	border-radius: 7px;
}
.sectioner-header {
	width: 90%;
}
.sectioner-header p {
	font-size: 14px;
}
.about-btn {
	padding: 5px 30px;
	margin-top: 0px;
	font-size: 16px;
}
.single-feature {
	margin-bottom: 20px;
	margin-top: 20px;
}
.team-detail {
	margin-top: 20px;
}
.team-detail img {
	width: 50%;
}
.bx-controls
{
	display:none;
}
.bx-wrapper {
	margin: 0px 20px !important;
}
.slider .test-img img {
	margin: 0 auto;
}
.test-img {
	float:none;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}
.test-text {
	float: none;
	width: 100%;
	text-align: center;
}
.section-content {
	margin-top: 40px;
}
.faq-content {
	margin: 10px 0px;
}
.faq-content h4 {
	font-size: 16px;
}
.faq-content p {
	font-size: 13px;
}
#contact_form {
	margin-bottom:20px;
}
.contact-item {
	font-size: 12px;
}
.download ul li a img {
	width: 120px;
}
.footer-copy p {
	font-size: 10px;
}
}

:root {
	--dl-size-size-large: 144px;
	--dl-size-size-small: 48px;
	--dl-size-size-medium: 96px;
	--dl-size-size-xlarge: 192px;
	--dl-size-size-xsmall: 16px;
	--dl-space-space-unit: 16px;
	--dl-size-size-xxlarge: 288px;
	--dl-size-size-maxwidth: 1400px;
    --dl-color-theme-accent1: #ACC4F5;
	--dl-color-theme-accent2: #91C77C;
	--dl-color-theme-accent3: #f0c504;
	--dl-radius-radius-round: 50%;
	--dl-color-theme-primary1: #FD744F;
	--dl-color-theme-primary2: #E33203;
	--dl-space-space-halfunit: 8px;
	--dl-space-space-sixunits: 96px;
	--dl-space-space-twounits: 32px;
	--dl-radius-radius-radius2: 2px;
	--dl-radius-radius-radius4: 4px;
	--dl-radius-radius-radius8: 8px;
	--dl-space-space-fiveunits: 80px;
	--dl-space-space-fourunits: 64px;
	--dl-color-theme-secondary1: #F2F6FF;
	--dl-color-theme-secondary2: #F1F2F5;
	--dl-space-space-threeunits: 48px;
	--dl-color-theme-neutral-dark: #1A1A1A;
	--dl-radius-radius-cardradius: 12px;
	--dl-color-theme-neutral-light: #FFFFFF;
	--dl-radius-radius-imageradius: 12px;
	--dl-radius-radius-inputradius: 48px;
	--dl-radius-radius-buttonradius: 48px;
	--dl-space-space-oneandhalfunits: 24px;
  }
  .button {
	color: var(--dl-color-theme-neutral-dark);
	display: inline-block;
	padding: 0.5rem 1rem;
	border-color: var(--dl-color-theme-neutral-dark);
	border-width: 1px;
	border-radius: 4px;
	background-color: var(--dl-color-theme-neutral-light);
  }
  .input {
	color: var(--dl-color-theme-neutral-dark);
	cursor: auto;
	padding: 0.5rem 1rem;
	border-color: var(--dl-color-theme-neutral-dark);
	border-width: 1px;
	border-radius: 4px;
	background-color: var(--dl-color-theme-neutral-light);
  }
  .textarea {
	color: var(--dl-color-theme-neutral-dark);
	cursor: auto;
	padding: 0.5rem;
	border-color: var(--dl-color-theme-neutral-dark);
	border-width: 1px;
	border-radius: 4px;
	background-color: var(--dl-color-theme-neutral-light);
  }
  .list {
	width: 100%;
	margin: 1em 0px 1em 0px;
	display: block;
	padding: 0px 0px 0px 1.5rem;
	list-style-type: none;
	list-style-position: outside;
  }
  .list-item {
	display: list-item;
  }
  .teleport-show {
	display: flex !important;
	transform: none !important;
  }
  .thq-input {
	color: var(--dl-color-theme-neutral-dark);
	cursor: auto;
	outline: none;
	padding: 0.5rem 1rem;
	align-self: stretch;
	text-align: center;
	border-color: var(--dl-color-theme-neutral-dark);
	border-width: 1px;
	border-radius: var(--dl-radius-radius-inputradius);
	background-color: var(--dl-color-theme-neutral-light);
  }
  .thq-input:focus {
	outline: 1px solid var(--dl-color-theme-primary1);
  }
  .thq-button-filled {
	gap: var(--dl-space-space-halfunit);
	fill: var(--dl-color-theme-secondary1);
	color: var(--dl-color-theme-secondary1);
	cursor: pointer;
	display: flex;
	transition: 0.3s;
	align-items: center;
	font-weight: bold;
	padding-top: var(--dl-space-space-halfunit);
	white-space: nowrap;
	border-color: var(--dl-color-theme-primary1);
	border-width: 1px;
	padding-left: var(--dl-space-space-oneandhalfunits);
	border-radius: var(--dl-radius-radius-buttonradius);
	padding-right: var(--dl-space-space-oneandhalfunits);
	padding-bottom: var(--dl-space-space-halfunit);
	justify-content: center;
	background-color: var(--dl-color-theme-primary1);
  }
  .thq-button-filled:hover {
	fill: var(--dl-color-theme-secondary2);
	color: var(--dl-color-theme-secondary2);
	border-color: var(--dl-color-theme-primary2);
	background-color: var(--dl-color-theme-primary2);
  }
  .thq-button-outline {
	gap: var(--dl-space-space-halfunit);
	fill: var(--dl-color-theme-primary1);
	color: var(--dl-color-theme-primary1);
	border: 1px solid;
	cursor: pointer;
	display: flex;
	transition: 0.3s;
	align-items: center;
	font-weight: bold;
	padding-top: var(--dl-space-space-halfunit);
	white-space: nowrap;
	border-color: var(--dl-color-theme-primary1);
	padding-left: var(--dl-space-space-oneandhalfunits);
	border-radius: var(--dl-radius-radius-buttonradius);
	padding-right: var(--dl-space-space-oneandhalfunits);
	padding-bottom: var(--dl-space-space-halfunit);
	justify-content: center;
  }
  .thq-button-outline:hover {
	fill: var(--dl-color-theme-secondary2);
	color: var(--dl-color-theme-secondary2);
	border-color: var(--dl-color-theme-primary2);
	background-color: var(--dl-color-theme-primary2);
  }
  .thq-button-flat {
	gap: var(--dl-space-space-halfunit);
	fill: var(--dl-color-theme-primary1);
	color: var(--dl-color-theme-primary1);
	cursor: pointer;
	display: flex;
	transition: 0.3s;
	align-items: center;
	font-weight: bold;
	padding-top: var(--dl-space-space-halfunit);
	white-space: nowrap;
	border-color: transparent;
	border-width: 1px;
	padding-left: var(--dl-space-space-oneandhalfunits);
	border-radius: var(--dl-radius-radius-buttonradius);
	padding-right: var(--dl-space-space-oneandhalfunits);
	padding-bottom: var(--dl-space-space-halfunit);
	justify-content: center;
  }
  .thq-button-flat:hover {
	fill: var(--dl-color-theme-secondary1);
	color: var(--dl-color-theme-secondary1);
	border-color: var(--dl-color-theme-primary2);
	background-color: var(--dl-color-theme-primary2);
  }
  .thq-heading-1 {
	font-size: 48px;
	font-family: STIX Two Text;
	font-weight: 700;
	line-height: 1.5;
  }
  .thq-heading-2 {
	font-size: 35px;
	font-family: STIX Two Text;
	font-weight: 600;
	line-height: 1.5;
  }
  .thq-heading-3 {
	font-size: 26px;
	font-family: STIX Two Text;
	font-weight: 600;
	line-height: 1.5;
  }
  .thq-body-large {
	font-size: 18px;
	font-family: Noto Sans;
	line-height: 1.5;
  }
  .thq-body-small {
	font-size: 16px;
	font-family: Noto Sans;
	line-height: 1.5;
  }
  .thq-team-image-round {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 50%;
  }
  .thq-section-padding {
	width: 100%;
	display: flex;
	padding: var(--dl-space-space-fiveunits);
	position: relative;
	align-items: center;
	flex-direction: column;
  }
  .thq-section-max-width {
	width: 100%;
	max-width: var(--dl-size-size-maxwidth);
  }
  .thq-img-ratio-1-1 {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1/1;
	border-radius: var(--dl-radius-radius-imageradius);
  }
  .thq-img-ratio-16-9 {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 16/9;
	border-radius: var(--dl-radius-radius-imageradius);
  }
  .thq-img-ratio-4-3 {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 4/3;
	border-radius: var(--dl-radius-radius-imageradius);
  }
  .thq-img-ratio-4-6 {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 4/6;
	border-radius: var(--dl-radius-radius-imageradius);
  }
  .thq-img-round {
	width: 100%;
	border-radius: var(--dl-radius-radius-round);
  }
  .thq-flex-column {
	gap: var(--dl-space-space-twounits);
	display: flex;
	overflow: hidden;
	position: relative;
	align-items: center;
	flex-direction: column;
  }
  .thq-flex-row {
	gap: var(--dl-space-space-twounits);
	display: flex;
	overflow: hidden;
	position: relative;
	align-items: center;
  }
  .thq-grid-6 {
	display: grid;
	grid-gap: var(--dl-space-space-twounits);
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .thq-grid-5 {
	display: grid;
	grid-gap: var(--dl-space-space-twounits);
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .thq-card {
	gap: var(--dl-space-space-oneandhalfunits);
	display: flex;
	padding: var(--dl-space-space-twounits);
	align-items: stretch;
	border-radius: var(--dl-radius-radius-cardradius);
	flex-direction: column;
	background-color: var(--dl-color-theme-accent3);
  }
  .thq-box-shadow {
	box-shadow: 0px 0px 5px -2px var(--dl-color-theme-neutral-dark);
  }
  .thq-grid-3 {
	display: grid;
	grid-gap: var(--dl-space-space-twounits);
	grid-template-columns: 1fr 1fr 1fr;
  }
  .thq-grid-4 {
	display: grid;
	grid-gap: var(--dl-space-space-twounits);
	grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .thq-grid-2 {
	width: 100%;
	display: grid;
	grid-gap: var(--dl-space-space-twounits);
	grid-template-columns: 1fr 1fr;
  }
  .thq-checkbox {
	width: var(--dl-size-size-xsmall);
	height: var(--dl-size-size-xsmall);
  }
  .thq-select {
	cursor: pointer;
	appearance: none;
	padding-top: var(--dl-space-space-halfunit);
	padding-left: var(--dl-space-space-unit);
	border-radius: var(--dl-radius-radius-inputradius);
	padding-right: var(--dl-space-space-twounits);
	padding-bottom: var(--dl-space-space-halfunit);
	background-color: var(--dl-color-theme-neutral-light);
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg width%3D%2220%22 height%3D%2220%22 xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 20 20%22 fill%3D%22%23000%22%3E%3Cpath d%3D%22M4.293 7.293a1 1 0 011.414 0L10 11.586l4.293-4.293a1 1 0 111.414 1.414l-5 5a1 1 0 01-1.414 0l-5-5a1 1 0 010-1.414z%22/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-position: right 8px center;
  }
  .thq-divider-horizontal {
	width: 100%;
	height: 1px;
	background-color: var(--dl-color-theme-neutral-dark);
  }
  .thq-icon-small {
	width: 24px;
	height: 24px;
  }
  .thq-button-icon {
	fill: var(--dl-color-theme-secondary1);
	padding: 3px;
	transition: 0.3s;
	border-radius: var(--dl-radius-radius-round);
  }
  .thq-button-icon:hover {
	fill: var(--dl-color-theme-secondary2);
  }
  .thq-icon-medium {
	width: var(--dl-size-size-small);
	height: var(--dl-size-size-small);
  }
  .thq-icon-x-small {
	width: var(--dl-size-size-xsmall);
	height: var(--dl-size-size-xsmall);
  }
  .thq-link {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	background: linear-gradient(to right, var(--dl-color-theme-primary1) 50%, var(--dl-color-theme-neutral-dark) 50%);
	transition: background-position 300ms ease;
	font-weight: 600;
	background-clip: text;
	background-size: 200% 100%;
	background-position: 100%;
	-webkit-text-fill-color: transparent;
  }
  .thq-link:hover {
	background-position: 0 100%;
  }
  .thq-grid-auto-300 {
	display: grid;
	grid-gap: var(--dl-space-space-oneandhalfunits);
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .thq-animated-group-vertical-reverse {
	gap: var(--dl-space-space-unit);
	width: 100%;
	display: flex;
	animation: scroll-y 20s linear infinite;
	align-items: flex-start;
	flex-direction: column;
	justify-content: space-around;
	animation-direction: reverse;
  }
  .thq-animated-group-horizontal-reverse {
	gap: var(--dl-space-space-unit);
	display: flex;
	animation: scroll-x 20s linear infinite;
	min-width: 100%;
	align-items: center;
	flex-shrink: 0;
	justify-content: space-around;
	animation-direction: reverse;
  }
  .thq-animated-group-vertical {
	gap: var(--dl-space-space-unit);
	width: 100%;
	display: flex;
	animation: scroll-y 20s linear infinite;
	align-items: flex-start;
	flex-direction: column;
	justify-content: space-around;
  }
  .thq-animated-group-horizontal {
	gap: var(--dl-space-space-unit);
	display: flex;
	animation: scroll-x 20s linear infinite;
	min-width: 100%;
	align-items: center;
	flex-shrink: 0;
	justify-content: space-around;
  }
  .thq-animated-group-container-vertical {
	gap: var(--dl-space-space-unit);
	display: flex;
	overflow: hidden;
	flex-direction: column;
  }
  .thq-animated-group-container-horizontal {
	gap: var(--dl-space-space-unit);
	position: relative;
	animation-iteration-count: infinite;
	display: flex;
	overflow: hidden;
  }
  .thq-mask-image-vertical {
	mask-image: linear-gradient(to bottom, transparent, black 1%, black 99%, transparent);
  }
  .thq-mask-image-horizontal {
	mask-image: linear-gradient(to right, transparent, black 1%, black 99%, transparent);
  }
  .thq-img-scale {
	transition: 0.3s;
  }
  .thq-img-scale:hover {
	scale: 1.05;
  }
  .thq-animated-card-bg-1 {
	width: 100%;
	height: 100%;
	transition: transform 0.3s;
	border-radius: var(--dl-radius-radius-cardradius);
	background-color: var(--dl-color-theme-accent1);
  }
  .thq-animated-card-bg-2 {
	transition: transform 0.3s;
	border-radius: var(--dl-radius-radius-cardradius);
	background-color: var(--dl-color-theme-accent2);
  }
  .thq-button-animated {
	outline: none;
	z-index: 1;
	overflow: hidden;
	position: relative;
	border-width: 2px;
  }
  .thq-input::placeholder {
	text-align: center;
	vertical-align: middle;
  }
  .thq-animated-group-container-vertical:hover div {
	animation-play-state: paused;
  }
  .thq-animated-group-container-horizontal:hover div {
	animation-play-state: paused;
  }
  .thq-animated-card-bg-2:has([data-animated="true"]:hover) {
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(3deg) skew(0deg, 0deg);
  }
  .thq-animated-card-bg-1:has([data-animated="true"]:hover) {
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-6deg) skew(0deg, 0deg);
  }
  .thq-button-animated:before {
	top: 0;
	left: -20%;
	color: var(--dl-color-theme-neutral-light);
	width: 200%;
	height: 101%;
	content: "";
	z-index: 1;
	position: absolute;
	transform: scaleX(0);
	transition: transform 0.5s;
	border-radius: var(--dl-radius-radius-buttonradius);
	background-color: var(--dl-color-theme-neutral-dark);
	transform-origin: 0 0;
	transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  }
  .thq-button-animated:hover::before {
	color: var(--dl-color-theme-neutral-light);
	z-index: -1;
	transform: scaleX(1);
  }
  .Content {
	font-size: 16px;
	font-family: Inter;
	font-weight: 400;
	line-height: 1.15;
	text-transform: none;
	text-decoration: none;
  }
  @media(max-width: 991px) {
	.thq-grid-4 {
	  grid-template-columns: 1fr 1fr 1fr;
	}
  }
  @media(max-width: 767px) {
	.thq-section-padding {
	  padding: var(--dl-space-space-threeunits);
	}
	.thq-flex-column {
	  gap: var(--dl-space-space-oneandhalfunits);
	}
	.thq-flex-row {
	  gap: var(--dl-space-space-oneandhalfunits);
	}
	.thq-grid-6 {
	  grid-gap: var(--dl-space-space-oneandhalfunits);
	  grid-template-columns: 1fr 1fr 1fr;
	}
	.thq-grid-5 {
	  grid-gap: var(--dl-space-space-oneandhalfunits);
	  grid-template-columns: 1fr 1fr 1fr;
	}
	.thq-card {
	  padding: var(--dl-space-space-oneandhalfunits);
	}
	.thq-grid-3 {
	  grid-gap: var(--dl-space-space-oneandhalfunits);
	  grid-template-columns: 1fr 1fr;
	}
	.thq-grid-4 {
	  grid-gap: var(--dl-space-space-oneandhalfunits);
	  flex-direction: row;
	  grid-template-columns: 1fr 1fr;
	}
	.thq-grid-2 {
	  grid-gap: var(--dl-space-space-oneandhalfunits);
	  grid-template-columns: 1fr;
	}
	.thq-img-scale {
	  width: 100%;
	}
  }
  @media(max-width: 479px) {
	.thq-section-padding {
	  padding: var(--dl-space-space-oneandhalfunits);
	}
	.thq-flex-column {
	  gap: var(--dl-space-space-unit);
	}
	.thq-flex-row {
	  gap: var(--dl-space-space-unit);
	}
	.thq-grid-6 {
	  grid-gap: var(--dl-space-space-unit);
	  grid-template-columns: 1fr 1fr;
	}
	.thq-grid-5 {
	  grid-gap: var(--dl-space-space-unit);
	  grid-template-columns: 1fr 1fr;
	}
	.thq-grid-3 {
	  grid-gap: var(--dl-space-space-unit);
	  align-items: center;
	  grid-template-columns: 1fr;
	}
	.thq-grid-4 {
	  grid-gap: var(--dl-space-space-unit);
	  align-items: center;
	  flex-direction: column;
	  grid-template-columns: 1fr;
	}
	.thq-grid-2 {
	  grid-gap: var(--dl-space-space-unit);
	}
	.thq-grid-auto-300 {
	  grid-template-columns: 1fr;
	}
  }
  
.hero-wrapper {
	display: contents;
  }
  .hero-header78 {
	gap: var(--dl-space-space-threeunits);
	width: 100%;
	height: auto;
	display: flex;
	overflow: hidden;
	position: relative;
	align-items: center;
	flex-shrink: 0;
	flex-direction: column;
  }
  .hero-column {
	gap: var(--dl-space-space-oneandhalfunits);
	width: auto;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding-bottom: var(--dl-space-space-unit);
  }
  .hero-content1 {
	gap: var(--dl-space-space-oneandhalfunits);
	display: flex;
	align-self: stretch;
	align-items: center;
	flex-direction: column;
  }
  .hero-text1 {
	text-align: center;
  }
  .hero-text2 {
	text-align: center;
  }
  .hero-actions {
	gap: var(--dl-space-space-unit);
	display: flex;
	align-items: flex-start;
	padding-top: var(--dl-space-space-unit);
  }
  .hero-content2 {
	gap: var(--dl-space-space-oneandhalfunits);
	width: 100%;
	display: flex;
	position: relative;
	align-items: flex-start;
	flex-direction: column;
  }
  .hero-row-container1 {
	width: 100%;
  }
  .hero-placeholder-image10 {
	width: 800px;
	height: 400px;
  }
  .hero-placeholder-image11 {
	width: 800px;
	height: 400px;
  }
  .hero-placeholder-image12 {
	width: 800px;
	height: 400px;
  }
  .hero-placeholder-image13 {
	width: 800px;
	height: 400px;
  }
  .hero-placeholder-image14 {
	width: 800px;
	height: 400px;
  }
  .hero-placeholder-image15 {
	width: 800px;
	height: 400px;
  }
  .hero-placeholder-image16 {
	width: 800px;
	height: 400px;
  }
  .hero-placeholder-image17 {
	width: 800px;
	height: 400px;
  }
  .hero-placeholder-image18 {
	width: 800px;
	height: 400px;
  }
  .hero-placeholder-image19 {
	width: 800px;
	height: 400px;
  }
  .hero-placeholder-image20 {
	width: 800px;
	height: 400px;
  }
  .hero-placeholder-image21 {
	width: 800px;
	height: 400px;
  }
  .hero-row-container2 {
	width: 100%;
  }
  .hero-placeholder-image22 {
	width: 400px;
	height: 400px;
  }
  .hero-placeholder-image23 {
	width: 400px;
	height: 400px;
  }
  .hero-placeholder-image24 {
	width: 400px;
	height: 400px;
  }
  .hero-placeholder-image25 {
	width: 400px;
	height: 400px;
  }
  .hero-placeholder-image26 {
	width: 400px;
	height: 400px;
  }
  .hero-placeholder-image27 {
	width: 400px;
	height: 400px;
  }
  .hero-placeholder-image28 {
	width: 400px;
	height: 400px;
  }
  .hero-placeholder-image29 {
	width: 400px;
	height: 400px;
  }
  .hero-placeholder-image30 {
	width: 400px;
	height: 400px;
  }
  .hero-placeholder-image31 {
	width: 400px;
	height: 400px;
  }
  .hero-placeholder-image32 {
	width: 400px;
	height: 400px;
  }
  .hero-placeholder-image33 {
	width: 400px;
	height: 400px;
  }
  .hero-container2 {
	display: contents;
  }
  .heroroot-class-name {
	background-size: cover;
	background-image: linear-gradient(90deg, rgba(192, 36, 37, 0.26) 0.00%,rgba(192, 36, 37, 0.26) 0.00%,rgb(240, 203, 53) 86.00%);
  }
  @media(max-width: 767px) {
	.hero-content2 {
	  width: 100%;
	}
  }
  @media(max-width: 479px) {
	.hero-actions {
	  width: 100%;
	  flex-direction: column;
	}
	.hero-button1 {
	  width: 100%;
	}
	.hero-button2 {
	  width: 100%;
	}
  }
  
  .features1-wrapper {
	display: contents;
  }
  .features1-container2 {
	width: 100%;
	display: grid;
	grid-gap: var(--dl-space-space-fiveunits);
	position: relative;
	grid-template-columns: 1fr 1fr;
  }
  .features1-image-container {
	height: 100%;
	display: flex;
	position: relative;
  }
  .features1-image1 {
	animation-name: fadeIn;
	animation-delay: 0s;
	animation-duration: 300ms;
	animation-direction: normal;
	animation-iteration-count: 1;
	animation-timing-function: ease;
  }
  .features1-image2 {
	animation-name: fadeIn;
	animation-delay: 0s;
	animation-duration: 300ms;
	animation-direction: normal;
	animation-iteration-count: 1;
	animation-timing-function: ease;
  }
  .features1-image3 {
	animation-name: fadeIn;
	animation-delay: 0s;
	animation-duration: 300ms;
	animation-direction: normal;
	animation-iteration-count: 1;
	animation-timing-function: ease;
  }
  .features1-tabs-menu {
	gap: var(--dl-space-space-twounits);
	width: 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
  }
  .features1-tab-horizontal1 {
	gap: var(--dl-space-space-twounits);
	cursor: pointer;
	display: flex;
	overflow: hidden;
	align-self: stretch;
	align-items: flex-start;
	flex-shrink: 0;
  }
  .features1-divider-container1 {
	display: flex;
	align-self: stretch;
	align-items: flex-start;
  }
  .features1-container3 {
	width: 2px;
	align-self: stretch;
	background-color: var(--dl-color-theme-neutral-dark);
  }
  .features1-content1 {
	gap: 16px;
	flex: 1;
	display: flex;
	overflow: hidden;
	flex-grow: 1;
	align-items: flex-start;
	flex-shrink: 0;
	flex-direction: column;
	justify-content: center;
  }
  .features1-tab-horizontal2 {
	gap: var(--dl-space-space-twounits);
	cursor: pointer;
	display: flex;
	overflow: hidden;
	align-self: stretch;
	align-items: flex-start;
	flex-shrink: 0;
  }
  .features1-divider-container2 {
	display: flex;
	align-self: stretch;
	align-items: flex-start;
  }
  .features1-container4 {
	width: 2px;
	align-self: stretch;
	background-color: var(--dl-color-theme-neutral-dark);
  }
  .features1-content2 {
	gap: 16px;
	flex: 1;
	display: flex;
	overflow: hidden;
	flex-grow: 1;
	align-items: flex-start;
	flex-shrink: 0;
	flex-direction: column;
	justify-content: center;
  }
  .features1-tab-horizontal3 {
	gap: var(--dl-space-space-twounits);
	cursor: pointer;
	display: flex;
	overflow: hidden;
	align-self: stretch;
	align-items: flex-start;
	flex-shrink: 0;
  }
  .features1-divider-container3 {
	display: flex;
	align-self: stretch;
	align-items: flex-start;
  }
  .features1-container5 {
	width: 2px;
	align-self: stretch;
	background-color: var(--dl-color-theme-neutral-dark);
  }
  .features1-content3 {
	gap: 16px;
	flex: 1;
	display: flex;
	overflow: hidden;
	flex-grow: 1;
	align-items: flex-start;
	flex-shrink: 0;
	flex-direction: column;
	justify-content: center;
  }
  @media(max-width: 991px) {
	.features1-container2 {
	  grid-gap: var(--dl-space-space-twounits);
	  grid-template-columns: 1fr;
	}
  }
  
  .cta-wrapper {
	display: contents;
  }
  .cta-accent2-bg {
	gap: var(--dl-space-space-oneandhalfunits);
	display: flex;
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(1deg) skew(0deg, 0deg);
	align-self: stretch;
	transition: 0.3s;
	align-items: center;
	border-radius: var(--dl-radius-radius-cardradius);
	justify-content: space-between;
	transform-style: preserve-3d;
	background-color: var(--dl-color-theme-accent3);
  }
  .cta-accent2-bg:hover {
	transform: scale3d(1.1,1.1,1.1);
  }
  .cta-accent1-bg {
	width: 100%;
	display: flex;
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-2deg) skew(0deg, 0deg);
	align-items: center;
	border-radius: var(--dl-radius-radius-cardradius);
	justify-content: space-between;
	transform-style: preserve-3d;
	background-color: var(--dl-color-theme-accent2);
  }
  .cta-container2 {
	gap: var(--dl-space-space-threeunits);
	width: 100%;
	display: flex;
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(1deg) skew(0deg, 0deg);
	transition: 0.3s;
	align-items: center;
	padding-top: var(--dl-space-space-sixunits);
	padding-left: var(--dl-space-space-fourunits);
	border-radius: var(--dl-radius-radius-cardradius);
	padding-right: var(--dl-space-space-fourunits);
	padding-bottom: var(--dl-space-space-sixunits);
  }
  .cta-container2:hover {
	color: var(--dl-color-theme-neutral-light);
	background-color: var(--dl-color-theme-neutral-dark);
  }
  .cta-content {
	gap: var(--dl-space-space-oneandhalfunits);
	display: flex;
	align-items: flex-start;
	flex-direction: column;
  }
  .cta-actions {
	gap: var(--dl-space-space-oneandhalfunits);
	flex: 1;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
  }
  .ct-aroot-class-name {
	background-image: linear-gradient(90deg, rgb(189, 195, 199) 0.00%,rgb(191, 97, 121) 100.00%);
  }
  @media(max-width: 767px) {
	.cta-container2 {
	  gap: var(--dl-space-space-oneandhalfunits);
	  flex-direction: column;
	  justify-content: flex-start;
	}
  }
  @media(max-width: 479px) {
	.cta-actions {
	  flex-wrap: wrap;
	  align-self: stretch;
	  justify-content: center;
	}
	.cta-button {
	  flex: 1;
	}
  }
  
  .features2-wrapper {
	display: contents;
  }
  .features2-container2 {
	width: 100%;
	display: grid;
	grid-gap: var(--dl-space-space-fiveunits);
	position: relative;
	grid-template-columns: 1fr 1fr;
  }
  .features2-tabs-menu {
	gap: var(--dl-space-space-twounits);
	width: 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
  }
  .features2-tab-horizontal1 {
	gap: var(--dl-space-space-twounits);
	cursor: pointer;
	display: flex;
	overflow: hidden;
	align-self: stretch;
	align-items: flex-start;
	flex-shrink: 0;
  }
  .features2-divider-container1 {
	display: flex;
	align-self: stretch;
	align-items: flex-start;
  }
  .features2-container3 {
	width: 2px;
	align-self: stretch;
	background-color: var(--dl-color-theme-neutral-dark);
  }
  .features2-content1 {
	gap: 16px;
	flex: 1;
	display: flex;
	overflow: hidden;
	flex-grow: 1;
	align-items: flex-start;
	flex-shrink: 0;
	flex-direction: column;
	justify-content: center;
  }
  .features2-tab-horizontal2 {
	gap: var(--dl-space-space-twounits);
	cursor: pointer;
	display: flex;
	overflow: hidden;
	align-self: stretch;
	align-items: flex-start;
	flex-shrink: 0;
  }
  .features2-divider-container2 {
	display: flex;
	align-self: stretch;
	align-items: flex-start;
  }
  .features2-container4 {
	width: 2px;
	align-self: stretch;
	background-color: var(--dl-color-theme-neutral-dark);
  }
  .features2-content2 {
	gap: 16px;
	flex: 1;
	display: flex;
	overflow: hidden;
	flex-grow: 1;
	align-items: flex-start;
	flex-shrink: 0;
	flex-direction: column;
	justify-content: center;
  }
  .features2-tab-horizontal3 {
	gap: var(--dl-space-space-twounits);
	cursor: pointer;
	display: flex;
	overflow: hidden;
	align-self: stretch;
	align-items: flex-start;
	flex-shrink: 0;
  }
  .features2-divider-container3 {
	display: flex;
	align-self: stretch;
	align-items: flex-start;
  }
  .features2-container5 {
	width: 2px;
	align-self: stretch;
	background-color: var(--dl-color-theme-neutral-dark);
  }
  .features2-content3 {
	gap: 16px;
	flex: 1;
	display: flex;
	overflow: hidden;
	flex-grow: 1;
	align-items: flex-start;
	flex-shrink: 0;
	flex-direction: column;
	justify-content: center;
  }
  .features2-image-container {
	height: 100%;
	display: flex;
	position: relative;
  }
  .features2-image1 {
	animation-name: fadeIn;
	animation-delay: 0s;
	animation-duration: 300ms;
	animation-direction: normal;
	animation-iteration-count: 1;
	animation-timing-function: ease;
  }
  .features2-image2 {
	animation-name: fadeIn;
	animation-delay: 0s;
	animation-duration: 300ms;
	animation-direction: normal;
	animation-iteration-count: 1;
	animation-timing-function: ease;
  }
  .features2-image3 {
	animation-name: fadeIn;
	animation-delay: 0s;
	animation-duration: 300ms;
	animation-direction: normal;
	animation-iteration-count: 1;
	animation-timing-function: ease;
  }
  .features2-image4 {
	animation-name: fadeIn;
	animation-delay: 0s;
	animation-duration: 300ms;
	animation-direction: normal;
	animation-iteration-count: 1;
	animation-timing-function: ease;
  }
  @media(max-width: 991px) {
	.features2-container2 {
	  grid-gap: var(--dl-space-space-twounits);
	  grid-template-columns: 1fr;
	}
	.features2-tabs-menu {
	  order: 2;
	}
  }
  
  .pricing-wrapper {
	display: contents;
  }
  .pricing-pricing23 {
	width: 100%;
	height: auto;
	display: flex;
	overflow: hidden;
	position: relative;
	align-items: center;
	flex-shrink: 0;
	flex-direction: column;
  }
  .pricing-max-width {
	gap: var(--dl-space-space-threeunits);
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
  }
  .pricing-section-title {
	gap: var(--dl-space-space-unit);
	width: 100%;
	display: flex;
	max-width: 800px;
	align-items: center;
	flex-shrink: 0;
	flex-direction: column;
  }
  .pricing-text10 {
	text-align: center;
  }
  .pricing-content {
	gap: var(--dl-space-space-oneandhalfunits);
	width: 100%;
	display: flex;
	max-width: 800px;
	align-self: stretch;
	align-items: center;
	flex-direction: column;
  }
  .pricing-text11 {
	text-align: center;
  }
  .pricing-text12 {
	text-align: center;
  }
  .pricing-tabs {
	display: flex;
	align-items: flex-start;
  }
  .pricing-button10 {
	gap: var(--dl-space-space-halfunit);
	color: var(--dl-color-theme-neutral-light);
	width: 120px;
	height: 60px;
	border-top-left-radius: var(--dl-radius-radius-buttonradius);
	border-top-right-radius: 0;
	border-bottom-left-radius: var(--dl-radius-radius-buttonradius);
	border-bottom-right-radius: 0;
  }
  .pricing-button11 {
	gap: var(--dl-space-space-halfunit);
	width: 120px;
	height: 60px;
	border-style: solid;
	border-top-left-radius: var(--dl-radius-radius-buttonradius);
	border-top-right-radius: 0;
	border-bottom-left-radius: var(--dl-radius-radius-buttonradius);
	border-bottom-right-radius: 0;
  }
  .pricing-button12 {
	gap: var(--dl-space-space-halfunit);
	color: var(--dl-color-theme-neutral-light);
	width: 120px;
	height: 60px;
	border-top-left-radius: 0;
	border-top-right-radius: var(--dl-radius-radius-buttonradius);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: var(--dl-radius-radius-buttonradius);
  }
  .pricing-button13 {
	gap: var(--dl-space-space-halfunit);
	width: 120px;
	height: 60px;
	border-style: solid;
	border-top-left-radius: 0;
	border-top-right-radius: var(--dl-radius-radius-buttonradius);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: var(--dl-radius-radius-buttonradius);
  }
  .pricing-container1 {
	gap: var(--dl-space-space-twounits);
	width: 100%;
	display: flex;
	align-self: stretch;
	align-items: flex-start;
	flex-shrink: 0;
	animation-name: fadeIn;
	animation-delay: 0s;
	animation-duration: 300ms;
	animation-direction: normal;
	animation-iteration-count: 1;
	animation-timing-function: ease;
  }
  .pricing-column1 {
	gap: var(--dl-space-space-twounits);
	flex: 1;
	width: 100%;
	display: flex;
	flex-grow: 1;
	align-self: stretch;
	align-items: center;
	border-color: var(--dl-color-theme-neutral-dark);
	border-style: solid;
	border-width: 1px;
	flex-direction: column;
	background-color: var(--dl-color-theme-accent1);
  }
  .pricing-price10 {
	gap: var(--dl-space-space-twounits);
	display: flex;
	flex-grow: 1;
	align-self: stretch;
	align-items: center;
	flex-direction: column;
  }
  .pricing-price11 {
	gap: var(--dl-space-space-halfunit);
	display: flex;
	align-self: stretch;
	align-items: center;
	flex-direction: column;
  }
  .pricing-text17 {
	font-style: normal;
	font-weight: 600;
  }
  .pricing-text18 {
	font-size: 48px;
  }
  .pricing-list1 {
	gap: var(--dl-space-space-unit);
	display: flex;
	align-self: stretch;
	align-items: flex-start;
	flex-direction: column;
  }
  .pricing-list-item10 {
	gap: var(--dl-space-space-unit);
	display: flex;
	align-self: stretch;
	align-items: flex-start;
	flex-shrink: 0;
  }
  .pricing-list-item11 {
	gap: var(--dl-space-space-unit);
	display: flex;
	align-self: stretch;
	align-items: flex-start;
	flex-shrink: 0;
  }
  .pricing-list-item12 {
	gap: var(--dl-space-space-unit);
	display: flex;
	align-self: stretch;
	align-items: flex-start;
	flex-shrink: 0;
  }
  .pricing-button14 {
	width: 100%;
  }
  .pricing-column2 {
	gap: var(--dl-space-space-twounits);
	flex: 1;
	width: 100%;
	display: flex;
	flex-grow: 1;
	align-self: stretch;
	align-items: center;
	border-color: var(--dl-color-theme-neutral-dark);
	border-style: solid;
	border-width: 1px;
	flex-direction: column;
	background-color: var(--dl-color-theme-accent2);
  }
  .pricing-price12 {
	gap: var(--dl-space-space-twounits);
	display: flex;
	flex-grow: 1;
	align-self: stretch;
	align-items: center;
	flex-direction: column;
  }
  .pricing-price13 {
	gap: var(--dl-space-space-halfunit);
	display: flex;
	align-self: stretch;
	align-items: center;
	flex-direction: column;
  }
  .pricing-text24 {
	font-style: normal;
	font-weight: 600;
  }
  .pricing-text25 {
	font-size: 48px;
  }
  .pricing-list2 {
	gap: var(--dl-space-space-unit);
	display: flex;
	align-self: stretch;
	align-items: flex-start;
	flex-direction: column;
  }
  .pricing-list-item13 {
	gap: var(--dl-space-space-unit);
	display: flex;
	align-self: stretch;
	align-items: flex-start;
	flex-shrink: 0;
  }
  .pricing-list-item14 {
	gap: var(--dl-space-space-unit);
	display: flex;
	align-self: stretch;
	align-items: flex-start;
	flex-shrink: 0;
  }
  .pricing-list-item15 {
	gap: var(--dl-space-space-unit);
	display: flex;
	align-self: stretch;
	align-items: flex-start;
	flex-shrink: 0;
  }
  .pricing-list-item16 {
	gap: var(--dl-space-space-unit);
	display: flex;
	align-self: stretch;
	align-items: flex-start;
	flex-shrink: 0;
  }
  .pricing-button15 {
	width: 100%;
  }
  .pricing-column3 {
	gap: var(--dl-space-space-twounits);
	flex: 1;
	width: 100%;
	display: flex;
	flex-grow: 1;
	align-items: center;
	flex-shrink: 0;
	border-color: var(--dl-color-theme-neutral-dark);
	border-style: solid;
	border-width: 1px;
	flex-direction: column;
	background-color: var(--dl-color-theme-accent3);
  }
  .pricing-price14 {
	gap: var(--dl-space-space-twounits);
	display: flex;
	align-self: stretch;
	align-items: center;
	flex-direction: column;
  }
  .pricing-price15 {
	gap: var(--dl-space-space-halfunit);
	display: flex;
	align-self: stretch;
	align-items: center;
	flex-direction: column;
  }
  .pricing-text32 {
	font-style: normal;
	font-weight: 600;
  }
  .pricing-text33 {
	font-size: 48px;
  }
  .pricing-list3 {
	gap: var(--dl-space-space-unit);
	display: flex;
	align-self: stretch;
	align-items: flex-start;
	flex-direction: column;
  }
  .pricing-list-item17 {
	gap: var(--dl-space-space-unit);
	display: flex;
	align-self: stretch;
	align-items: flex-start;
	flex-shrink: 0;
  }
  .pricing-list-item18 {
	gap: var(--dl-space-space-unit);
	display: flex;
	align-self: stretch;
	align-items: flex-start;
	flex-shrink: 0;
  }
  .pricing-list-item19 {
	gap: var(--dl-space-space-unit);
	display: flex;
	align-self: stretch;
	align-items: flex-start;
	flex-shrink: 0;
  }
  .pricing-list-item20 {
	gap: var(--dl-space-space-unit);
	display: flex;
	align-self: stretch;
	align-items: flex-start;
	flex-shrink: 0;
  }
  .pricing-list-item21 {
	gap: var(--dl-space-space-unit);
	display: flex;
	align-self: stretch;
	align-items: flex-start;
	flex-shrink: 0;
  }
  .pricing-button16 {
	width: 100%;
  }
  .pricing-container2 {
	gap: 32px;
	width: 100%;
	display: flex;
	align-self: stretch;
	align-items: flex-start;
	flex-shrink: 0;
	animation-name: fadeIn;
	animation-delay: 0s;
	animation-duration: 300ms;
	animation-direction: normal;
	animation-iteration-count: 1;
	animation-timing-function: ease;
  }
  .pricing-column4 {
	gap: var(--dl-space-space-twounits);
	flex: 1;
	width: 100%;
	display: flex;
	flex-grow: 1;
	align-self: stretch;
	align-items: center;
	border-color: var(--dl-color-theme-neutral-dark);
	border-style: solid;
	border-width: 1px;
	flex-direction: column;
  }
  .pricing-price16 {
	gap: var(--dl-space-space-twounits);
	display: flex;
	flex-grow: 1;
	align-self: stretch;
	align-items: center;
	flex-direction: column;
  }
  .pricing-price17 {
	gap: var(--dl-space-space-halfunit);
	display: flex;
	align-self: stretch;
	align-items: center;
	flex-direction: column;
  }
  .pricing-text41 {
	font-style: normal;
	font-weight: 600;
  }
  .pricing-text42 {
	font-size: 48px;
  }
  .pricing-list4 {
	gap: var(--dl-space-space-unit);
	display: flex;
	align-self: stretch;
	align-items: flex-start;
	flex-direction: column;
  }
  .pricing-list-item22 {
	gap: var(--dl-space-space-unit);
	display: flex;
	align-self: stretch;
	align-items: flex-start;
	flex-shrink: 0;
  }
  .pricing-list-item23 {
	gap: var(--dl-space-space-unit);
	display: flex;
	align-self: stretch;
	align-items: flex-start;
	flex-shrink: 0;
  }
  .pricing-list-item24 {
	gap: var(--dl-space-space-unit);
	display: flex;
	align-self: stretch;
	align-items: flex-start;
	flex-shrink: 0;
  }
  .pricing-button17 {
	width: 100%;
  }
  .pricing-column5 {
	gap: var(--dl-space-space-twounits);
	flex: 1;
	width: 100%;
	display: flex;
	flex-grow: 1;
	align-self: stretch;
	align-items: center;
	border-color: var(--dl-color-theme-neutral-dark);
	border-style: solid;
	border-width: 1px;
	flex-direction: column;
	background-color: var(--dl-color-theme-accent2);
  }
  .pricing-price18 {
	gap: var(--dl-space-space-twounits);
	display: flex;
	flex-grow: 1;
	align-self: stretch;
	align-items: center;
	flex-direction: column;
  }
  .pricing-price19 {
	gap: var(--dl-space-space-halfunit);
	display: flex;
	align-self: stretch;
	align-items: center;
	flex-direction: column;
  }
  .pricing-text48 {
	font-style: normal;
	font-weight: 600;
  }
  .pricing-text49 {
	font-size: 48px;
  }
  .pricing-list5 {
	gap: var(--dl-space-space-unit);
	display: flex;
	align-self: stretch;
	align-items: flex-start;
	flex-direction: column;
  }
  .pricing-list-item25 {
	gap: var(--dl-space-space-unit);
	display: flex;
	align-self: stretch;
	align-items: flex-start;
	flex-shrink: 0;
  }
  .pricing-list-item26 {
	gap: var(--dl-space-space-unit);
	display: flex;
	align-self: stretch;
	align-items: flex-start;
	flex-shrink: 0;
  }
  .pricing-list-item27 {
	gap: var(--dl-space-space-unit);
	display: flex;
	align-self: stretch;
	align-items: flex-start;
	flex-shrink: 0;
  }
  .pricing-list-item28 {
	gap: var(--dl-space-space-unit);
	display: flex;
	align-self: stretch;
	align-items: flex-start;
	flex-shrink: 0;
  }
  .pricing-button18 {
	width: 100%;
  }
  .pricing-column6 {
	gap: var(--dl-space-space-twounits);
	flex: 1;
	width: 100%;
	display: flex;
	flex-grow: 1;
	align-items: center;
	flex-shrink: 0;
	border-color: var(--dl-color-theme-neutral-dark);
	border-style: solid;
	border-width: 1px;
	flex-direction: column;
	background-color: var(--dl-color-theme-accent3);
  }
  .pricing-price20 {
	gap: var(--dl-space-space-twounits);
	display: flex;
	align-self: stretch;
	align-items: center;
	flex-direction: column;
  }
  .pricing-price21 {
	gap: var(--dl-space-space-halfunit);
	display: flex;
	align-self: stretch;
	align-items: center;
	flex-direction: column;
  }
  .pricing-text56 {
	font-style: normal;
	font-weight: 600;
  }
  .pricing-text57 {
	font-size: 48px;
  }
  .pricing-list6 {
	gap: var(--dl-space-space-unit);
	display: flex;
	align-self: stretch;
	align-items: flex-start;
	flex-direction: column;
  }
  .pricing-list-item29 {
	gap: var(--dl-space-space-unit);
	display: flex;
	align-self: stretch;
	align-items: flex-start;
	flex-shrink: 0;
  }
  .pricing-list-item30 {
	gap: var(--dl-space-space-unit);
	display: flex;
	align-self: stretch;
	align-items: flex-start;
	flex-shrink: 0;
  }
  .pricing-list-item31 {
	gap: var(--dl-space-space-unit);
	display: flex;
	align-self: stretch;
	align-items: flex-start;
	flex-shrink: 0;
  }
  .pricing-list-item32 {
	gap: var(--dl-space-space-unit);
	display: flex;
	align-self: stretch;
	align-items: flex-start;
	flex-shrink: 0;
  }
  .pricing-list-item33 {
	gap: var(--dl-space-space-unit);
	display: flex;
	align-self: stretch;
	align-items: flex-start;
	flex-shrink: 0;
  }
  .pricing-button19 {
	width: 100%;
  }
  .pricingroot-class-name {
	background-image: linear-gradient(to right, #bdc3c7 0%, #2c3e50 100%);
  }
  @media(max-width: 991px) {
	.pricing-container1 {
	  flex-direction: column;
	}
	.pricing-column3 {
	  width: 100%;
	}
	.pricing-container2 {
	  flex-direction: column;
	}
	.pricing-column6 {
	  width: 100%;
	}
  }
  @media(max-width: 479px) {
	.pricing-max-width {
	  gap: var(--dl-space-space-oneandhalfunits);
	}
  }
  
  .steps-wrapper {
	display: contents;
  }
  .steps-container1 {
	width: 100%;
	display: flex;
	position: relative;
	align-items: center;
	flex-direction: column;
	justify-content: center;
  }
  .steps-max-width {
	gap: var(--dl-space-space-fourunits);
	width: 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: row;
  }
  .steps-container2 {
	align-items: start;
  }
  .steps-section-header {
	gap: var(--dl-space-space-oneandhalfunits);
	top: 10%;
	display: flex;
	position: sticky;
	align-items: flex-start;
	flex-direction: column;
  }
  .steps-actions {
	gap: var(--dl-space-space-unit);
	display: flex;
	align-items: flex-start;
  }
  .steps-container3 {
	grid-area: span 1/span 1/span 1/span 1;
  }
  .steps-container4 {
	top: 10%;
	position: sticky;
	transform: rotate(-2deg);
	margin-bottom: var(--dl-space-space-twounits);
	background-color: var(--dl-color-theme-accent2);
  }
  .steps-text14 {
	text-align: center;
  }
  .steps-text15 {
	top: var(--dl-space-space-unit);
	right: var(--dl-space-space-unit);
	position: absolute;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
  }
  .steps-container5 {
	top: 10%;
	position: sticky;
	transform: rotate(2deg);
	margin-bottom: var(--dl-space-space-twounits);
	background-color: var(--dl-color-theme-accent3);
  }
  .steps-text17 {
	text-align: center;
  }
  .steps-text18 {
	top: var(--dl-space-space-unit);
	right: var(--dl-space-space-unit);
	position: absolute;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
  }
  .steps-container6 {
	top: 10%;
	position: sticky;
	transform: rotate(-2deg);
	margin-bottom: var(--dl-space-space-twounits);
	background-color: var(--dl-color-theme-accent2);
  }
  .steps-text20 {
	text-align: center;
  }
  .steps-text21 {
	top: var(--dl-space-space-unit);
	right: var(--dl-space-space-unit);
	position: absolute;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
  }
  .steps-container7 {
	top: 10%;
	position: sticky;
	transform: rotate(2deg);
	background-color: var(--dl-color-theme-accent3);
  }
  .steps-text23 {
	text-align: center;
  }
  .steps-text24 {
	top: var(--dl-space-space-unit);
	right: var(--dl-space-space-unit);
	position: absolute;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
  }
  .stepsroot-class-name {
	background-image: linear-gradient(90deg, rgb(189, 195, 199) 0.00%,rgba(80, 44, 44, 0.67) 100.00%);
  }
  @media(max-width: 991px) {
	.steps-max-width {
	  flex-direction: column;
	}
  }
  @media(max-width: 767px) {
	.steps-section-header {
	  position: static;
	  margin-bottom: var(--dl-space-space-twounits);
	}
	.steps-actions {
	  width: 100%;
	  align-self: flex-start;
	}
	.steps-container4 {
	  width: 100%;
	}
	.steps-container5 {
	  width: 100%;
	}
	.steps-container6 {
	  width: 100%;
	}
	.steps-container7 {
	  width: 100%;
	}
  }
  @media(max-width: 479px) {
	.steps-button {
	  width: 100%;
	}
  }
  
  .testimonial-wrapper {
	display: contents;
  }
  .testimonial-max-width {
	display: flex;
	align-items: center;
	flex-direction: column;
  }
  .testimonial-container10 {
	gap: var(--dl-space-space-unit);
	display: flex;
	max-width: 600px;
	align-items: center;
	margin-bottom: var(--dl-space-space-fourunits);
	flex-direction: column;
  }
  .testimonial-text11 {
	text-align: center;
  }
  .testimonial-container12 {
	gap: var(--dl-space-space-unit);
	display: flex;
	align-self: flex-start;
	align-items: center;
	flex-direction: row;
	justify-content: center;
  }
  .testimonial-image1 {
	width: var(--dl-size-size-small);
	height: var(--dl-size-size-small);
	object-fit: cover;
	border-radius: var(--dl-radius-radius-round);
  }
  .testimonial-container13 {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
  }
  .testimonial-text14 {
	text-align: left;
  }
  .testimonial-container14 {
	gap: var(--dl-space-space-unit);
	display: flex;
	align-self: flex-start;
	align-items: center;
	flex-direction: row;
	justify-content: center;
  }
  .testimonial-image2 {
	width: var(--dl-size-size-small);
	height: var(--dl-size-size-small);
	object-fit: cover;
	border-radius: var(--dl-radius-radius-round);
  }
  .testimonial-container15 {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
  }
  .testimonial-text17 {
	text-align: left;
  }
  .testimonial-container16 {
	gap: var(--dl-space-space-unit);
	display: flex;
	align-self: flex-start;
	align-items: center;
	flex-direction: row;
	justify-content: center;
  }
  .testimonial-image3 {
	width: var(--dl-size-size-small);
	height: var(--dl-size-size-small);
	object-fit: cover;
	border-radius: var(--dl-radius-radius-round);
  }
  .testimonial-container17 {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
  }
  .testimonial-text20 {
	text-align: left;
  }
  .testimonial-container18 {
	gap: var(--dl-space-space-unit);
	display: flex;
	align-self: flex-start;
	align-items: center;
	flex-direction: row;
	justify-content: center;
  }
  .testimonial-image4 {
	width: var(--dl-size-size-small);
	height: var(--dl-size-size-small);
	object-fit: cover;
	border-radius: var(--dl-radius-radius-round);
  }
  .testimonial-container19 {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
  }
  .testimonial-text23 {
	text-align: left;
  }
  @media(max-width: 991px) {
	.testimonial-container10 {
	  margin-bottom: var(--dl-space-space-threeunits);
	}
  }
  @media(max-width: 767px) {
	.testimonial-container10 {
	  margin-bottom: var(--dl-space-space-oneandhalfunits);
	}
	.testimonial-card1 {
	  width: 100%;
	}
	.testimonial-card2 {
	  width: 100%;
	}
	.testimonial-card3 {
	  width: 100%;
	}
	.testimonial-card4 {
	  width: 100%;
	}
  }
  
  .contact-wrapper {
	display: contents;
  }
  .contact-contact20 {
	display: flex;
	overflow: hidden;
	position: relative;
	align-items: center;
	flex-direction: column;
  }
  .contact-max-width {
	gap: var(--dl-space-space-twounits);
	display: flex;
	align-items: center;
	flex-direction: column;
  }
  .contact-section-title {
	gap: var(--dl-space-space-unit);
	width: auto;
	display: flex;
	max-width: 800px;
	align-items: center;
	flex-shrink: 0;
	flex-direction: column;
  }
  .contact-content1 {
	gap: var(--dl-space-space-oneandhalfunits);
	display: flex;
	align-self: stretch;
	align-items: center;
	flex-direction: column;
  }
  .contact-text3 {
	text-align: center;
  }
  .contact-row {
	gap: var(--dl-space-space-threeunits);
	display: flex;
	align-self: stretch;
	align-items: flex-start;
  }
  .contact-content2 {
	gap: var(--dl-space-space-oneandhalfunits);
	flex: 1;
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
  }
  .contact-contact-info1 {
	gap: var(--dl-space-space-oneandhalfunits);
	display: flex;
	align-self: stretch;
	align-items: center;
	flex-direction: column;
  }
  .contact-content3 {
	gap: var(--dl-space-space-unit);
	display: flex;
	align-self: stretch;
	align-items: stretch;
	flex-direction: column;
  }
  .contact-text4 {
	align-self: stretch;
	text-align: center;
  }
  .contact-text5 {
	text-align: center;
  }
  .contact-email {
	text-align: center;
  }
  .contact-content4 {
	gap: var(--dl-space-space-oneandhalfunits);
	flex: 1;
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
  }
  .contact-contact-info2 {
	gap: var(--dl-space-space-oneandhalfunits);
	display: flex;
	align-self: stretch;
	align-items: center;
	flex-direction: column;
  }
  .contact-content5 {
	gap: var(--dl-space-space-unit);
	display: flex;
	align-self: stretch;
	align-items: stretch;
	flex-direction: column;
  }
  .contact-text6 {
	align-self: stretch;
	text-align: center;
  }
  .contact-text7 {
	text-align: center;
  }
  .contact-phone {
	text-align: center;
  }
  .contact-content6 {
	gap: var(--dl-space-space-oneandhalfunits);
	flex: 1;
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
  }
  .contact-contact-info3 {
	gap: var(--dl-space-space-oneandhalfunits);
	display: flex;
	align-self: stretch;
	align-items: center;
	flex-direction: column;
  }
  .contact-content7 {
	gap: var(--dl-space-space-unit);
	display: flex;
	align-self: stretch;
	align-items: stretch;
	flex-direction: column;
  }
  .contact-text8 {
	align-self: stretch;
	text-align: center;
  }
  .contact-text9 {
	text-align: center;
  }
  .contact-address {
	text-align: center;
  }
  .contactroot-class-name {
	background-image: linear-gradient(90deg, rgb(189, 195, 199) 0.00%,rgba(60, 44, 80, 0.34) 100.00%);
  }
  @media(max-width: 767px) {
	.contact-row {
	  flex-direction: column;
	}
  }
  @media(max-width: 479px) {
	.contact-row {
	  align-items: stretch;
	}
  }
  
  .footer-wrapper {
	display: contents;
  }
  .footer-footer1 {
	width: 100%;
	height: auto;
	display: flex;
	overflow: hidden;
	position: relative;
	align-items: center;
	flex-shrink: 0;
	flex-direction: column;
	justify-content: center;
  }
  .footer-max-width {
	width: 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
  }
  .footer-content {
	gap: var(--dl-space-space-fourunits);
	width: 100%;
	display: flex;
	align-self: stretch;
	align-items: flex-start;
	flex-shrink: 0;
	border-radius: var(--dl-radius-radius-radius4);
  }
  .footer-newsletter {
	gap: 24px;
	width: 500px;
	display: flex;
	align-items: flex-start;
	flex-shrink: 0;
	flex-direction: column;
  }
  .footer-image1 {
	height: 2rem;
  }
  .footer-actions {
	gap: 16px;
	width: 100%;
	display: flex;
	align-self: stretch;
	align-items: flex-start;
	flex-direction: column;
  }
  .footer-form {
	gap: var(--dl-space-space-unit);
	width: 100%;
	display: flex;
	align-self: stretch;
	align-items: stretch;
	flex-shrink: 0;
  }
  .footer-container {
	width: 365px;
	display: flex;
	align-items: flex-start;
  }
  .footer-text-input {
	gap: 8px;
	width: 100%;
	height: 32px;
	display: flex;
	font-size: 16px;
	box-sizing: content-box;
	text-align: left;
	align-items: center;
	font-family: Roboto;
	font-weight: 400;
	background-color: transparent;
  }
  .footer-content2 {
	fill: var(--dl-color-theme-neutral-dark);
	color: var(--dl-color-theme-neutral-dark);
	height: auto;
	font-size: 12px;
	align-self: stretch;
	font-style: Regular;
	text-align: left;
	font-family: "Roboto";
	font-weight: 400;
	line-height: 150%;
	font-stretch: normal;
	text-decoration: none;
  }
  .footer-links {
	gap: var(--dl-space-space-twounits);
	width: 100%;
	display: flex;
	flex-grow: 1;
	align-items: flex-start;
	justify-content: flex-end;
  }
  .footer-column1 {
	gap: var(--dl-space-space-unit);
	width: auto;
	display: flex;
	overflow: hidden;
	flex-grow: 1;
	max-width: 300px;
	align-items: flex-start;
	flex-shrink: 0;
	flex-direction: column;
  }
  .footer-footer-links1 {
	gap: var(--dl-space-space-halfunit);
	display: flex;
	align-self: stretch;
	align-items: flex-start;
	flex-direction: column;
  }
  .footer-column2 {
	gap: var(--dl-space-space-unit);
	width: auto;
	display: flex;
	overflow: hidden;
	flex-grow: 1;
	max-width: 300px;
	align-items: flex-start;
	flex-shrink: 0;
	flex-direction: column;
  }
  .footer-footer-links2 {
	gap: var(--dl-space-space-halfunit);
	display: flex;
	align-self: stretch;
	align-items: flex-start;
	flex-direction: column;
  }
  .footer-column3 {
	gap: var(--dl-space-space-unit);
	width: auto;
	display: flex;
	overflow: hidden;
	flex-grow: 1;
	max-width: 300px;
	align-items: flex-start;
	flex-shrink: 0;
	flex-direction: column;
  }
  .footer-social-links {
	gap: var(--dl-space-space-halfunit);
	display: flex;
	align-self: stretch;
	align-items: flex-start;
	flex-direction: column;
  }
  .footer-link14 {
	gap: 12px;
	display: flex;
	padding: 8px 0;
	align-self: stretch;
	align-items: center;
	flex-shrink: 0;
  }
  .footer-link15 {
	gap: 12px;
	display: flex;
	padding: 8px 0;
	align-self: stretch;
	align-items: center;
	flex-shrink: 0;
  }
  .footer-link16 {
	gap: 12px;
	display: flex;
	padding: 8px 0;
	align-self: stretch;
	align-items: center;
	flex-shrink: 0;
  }
  .footer-link17 {
	gap: 12px;
	display: flex;
	padding: 8px 0;
	align-self: stretch;
	align-items: center;
	flex-shrink: 0;
  }
  .footer-link18 {
	gap: 12px;
	display: flex;
	padding: 8px 0;
	align-self: stretch;
	align-items: center;
	flex-shrink: 0;
  }
  .footer-credits {
	gap: var(--dl-space-space-twounits);
	width: 100%;
	display: flex;
	align-self: stretch;
	margin-top: var(--dl-space-space-unit);
	align-items: flex-start;
	flex-direction: column;
  }
  .footer-row {
	gap: 64px;
	display: flex;
	align-self: stretch;
	align-items: flex-start;
	flex-shrink: 0;
	justify-content: space-between;
  }
  .footer-footer-links3 {
	gap: 24px;
	display: flex;
	align-items: flex-start;
  }
  .footerroot-class-name {
	background-color: #6f6161;
  }
  @media(max-width: 991px) {
	.footer-newsletter {
	  width: 300px;
	}
	.footer-form {
	  width: 100%;
	  flex-direction: column;
	}
	.footer-container {
	  width: 100%;
	}
	.footer-text-input {
	  width: 100%;
	  padding: var(--dl-space-space-halfunit);
	}
	.footer-button {
	  width: 100%;
	  padding-top: var(--dl-space-space-halfunit);
	  padding-left: var(--dl-space-space-halfunit);
	  padding-right: var(--dl-space-space-halfunit);
	  padding-bottom: var(--dl-space-space-halfunit);
	}
  }
  @media(max-width: 767px) {
	.footer-content {
	  flex-direction: column;
	}
	.footer-newsletter {
	  width: 100%;
	}
	.footer-form {
	  width: 100%;
	  flex-direction: row;
	  justify-content: flex-start;
	}
	.footer-container {
	  width: 100%;
	}
	.footer-button {
	  width: 208px;
	}
	.footer-links {
	  width: 100%;
	  align-items: flex-start;
	  justify-content: center;
	}
	.footer-column1 {
	  align-items: center;
	}
	.footer-column1-title {
	  text-align: center;
	}
	.footer-footer-links1 {
	  align-self: center;
	}
	.footer-column2 {
	  align-items: center;
	}
	.footer-column2-title {
	  text-align: center;
	}
	.footer-footer-links2 {
	  align-self: center;
	}
	.footer-column3 {
	  align-items: center;
	}
	.footer-social-link1-title {
	  text-align: center;
	}
	.footer-social-links {
	  align-self: center;
	}
	.footer-row {
	  flex-direction: column;
	}
  }
  @media(max-width: 479px) {
	.footer-actions {
	  width: 100%;
	}
	.footer-form {
	  width: 100%;
	  flex-direction: column;
	}
	.footer-container {
	  width: 100%;
	}
	.footer-button {
	  width: 100%;
	}
	.footer-links {
	  flex-direction: column;
	}
	.footer-column1 {
	  width: 100%;
	  max-width: 100%;
	  align-items: center;
	  justify-content: center;
	}
	.footer-footer-links1 {
	  align-items: center;
	  justify-content: center;
	}
	.footer-column2 {
	  width: 100%;
	  max-width: 100%;
	  align-items: center;
	  justify-content: center;
	}
	.footer-footer-links2 {
	  align-items: center;
	  justify-content: center;
	}
	.footer-column3 {
	  width: 100%;
	  max-width: 100%;
	  align-items: center;
	  justify-content: center;
	}
	.footer-social-links {
	  align-items: center;
	  justify-content: center;
	}
	.footer-credits {
	  gap: 0;
	}
	.footer-row {
	  align-items: center;
	  justify-content: center;
	}
	.footer-footer-links3 {
	  align-items: center;
	  flex-direction: column;
	  justify-content: center;
	}
  }
  
  .home-container {
	width: 100%;
	display: flex;
	min-height: 100vh;
	align-items: center;
	flex-direction: column;
  }
  
  /**
   * Swiper 11.0.3
   * Most modern mobile touch slider and framework with hardware accelerated transitions
   * https://swiperjs.com
   *
   * Copyright 2014-2023 Vladimir Kharlampidi
   *
   * Released under the MIT License
   *
   * Released on: October 26, 2023
   */
  
  /* FONT_START */
  @font-face {
	font-family: 'swiper-icons';
	src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
	font-weight: 400;
	font-style: normal;
  }
  /* FONT_END */
  :root {
	--swiper-theme-color: #007aff;
	/*
	--swiper-preloader-color: var(--swiper-theme-color);
	--swiper-wrapper-transition-timing-function: initial;
	*/
  }
  :host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
  }
  .swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
	display: block;
  }
  .swiper-vertical > .swiper-wrapper {
	flex-direction: column;
  }
  .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box;
  }
  .swiper-android .swiper-slide,
  .swiper-ios .swiper-slide,
  .swiper-wrapper {
	transform: translate3d(0px, 0, 0);
  }
  .swiper-horizontal {
	touch-action: pan-y;
  }
  .swiper-vertical {
	touch-action: pan-x;
  }
  .swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block;
  }
  .swiper-slide-invisible-blank {
	visibility: hidden;
  }
  /* Auto Height */
  .swiper-autoheight,
  .swiper-autoheight .swiper-slide {
	height: auto;
  }
  .swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
  }
  .swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
  }
  /* 3D Effects */
  .swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
  }
  .swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
  }
  .swiper-3d {
	perspective: 1200px;
  }
  .swiper-3d .swiper-slide,
  .swiper-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
  }
  /* CSS Mode */
  .swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	/* For Firefox */
	-ms-overflow-style: none;
	/* For Internet Explorer and Edge */
  }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
  }
  .swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
  }
  .swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	scroll-snap-type: x mandatory;
  }
  .swiper-css-mode.swiper-vertical > .swiper-wrapper {
	scroll-snap-type: y mandatory;
  }
  .swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	scroll-snap-type: none;
  }
  .swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none;
  }
  .swiper-css-mode.swiper-centered > .swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999;
  }
  .swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
  }
  .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before);
  }
  .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
  }
  .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before);
  }
  .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
  }
  /* Slide styles start */
  /* 3D Shadows */
  .swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom,
  .swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
  }
  .swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
  }
  .swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
  }
  .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
  .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear;
  }
  .swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
  }
  .swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
  }
  @keyframes swiper-preloader-spin {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }
  /* Slide styles end */
  :root {
	--swiper-navigation-size: 44px;
	/*
	--swiper-navigation-top-offset: 50%;
	--swiper-navigation-sides-offset: 10px;
	--swiper-navigation-color: var(--swiper-theme-color);
	*/
  }
  .swiper-button-prev,
  .swiper-button-next {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
  }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
  }
  .swiper-button-prev.swiper-button-hidden,
  .swiper-button-next.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
  }
  .swiper-navigation-disabled .swiper-button-prev,
  .swiper-navigation-disabled .swiper-button-next {
	display: none !important;
  }
  .swiper-button-prev svg,
  .swiper-button-next svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center;
  }
  .swiper-rtl .swiper-button-prev svg,
  .swiper-rtl .swiper-button-next svg {
	transform: rotate(180deg);
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
  }
  .swiper-button-lock {
	display: none;
  }
  /* Navigation font start */
  .swiper-button-prev:after,
  .swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
  }
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
	content: 'prev';
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
  }
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
	content: 'next';
  }
  /* Navigation font end */
	/*
	--swiper-pagination-color: var(--swiper-theme-color);
	--swiper-pagination-left: auto;
	--swiper-pagination-right: 8px;
	--swiper-pagination-bottom: 8px;
	--swiper-pagination-top: auto;
	--swiper-pagination-fraction-color: inherit;
	--swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
	--swiper-pagination-progressbar-size: 4px;
	--swiper-pagination-bullet-size: 8px;
	--swiper-pagination-bullet-width: 8px;
	--swiper-pagination-bullet-height: 8px;
	--swiper-pagination-bullet-border-radius: 50%;
	--swiper-pagination-bullet-inactive-color: #000;
	--swiper-pagination-bullet-inactive-opacity: 0.2;
	--swiper-pagination-bullet-opacity: 1;
	--swiper-pagination-bullet-horizontal-gap: 4px;
	--swiper-pagination-bullet-vertical-gap: 6px;
	*/
  .swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
  }
  .swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
  }
  .swiper-pagination-disabled > .swiper-pagination,
  .swiper-pagination.swiper-pagination-disabled {
	display: none !important;
  }
  /* Common Styles */
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%;
  }
  /* Bullets */
  .swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
  }
  .swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  }
  button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
			appearance: none;
  }
  .swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
  }
  .swiper-pagination-bullet:only-child {
	display: none !important;
  }
  .swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
  }
  .swiper-vertical > .swiper-pagination-bullets,
  .swiper-pagination-vertical.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0);
  }
  .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
  }
  .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
  }
  .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
  .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms transform,
		  200ms top;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
  }
  .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform,
		  200ms left;
  }
  .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform,
	  200ms right;
  }
  /* Fraction */
  .swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
  }
  /* Progress */
  .swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
	position: absolute;
  }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
  }
  .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
  }
  .swiper-horizontal > .swiper-pagination-progressbar,
  .swiper-pagination-progressbar.swiper-pagination-horizontal,
  .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
  .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0;
  }
  .swiper-vertical > .swiper-pagination-progressbar,
  .swiper-pagination-progressbar.swiper-pagination-vertical,
  .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
  .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0;
  }
  .swiper-pagination-lock {
	display: none;
  }
  .pesan {
	color: white;
	text-decoration: none;
  }