/*-----------------------------------------------------------------------------------
	sovera-hq
	About: Sovera HQ
	Author: Mehul
	Version: 3.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:var(--swatch-var-1830);
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'CalSans-SemiBold';
	src: url('./fonts/CalSans-SemiBold/CalSans-SemiBold.woff2');
	src: url('./fonts/CalSans-SemiBold/CalSans-SemiBold.woff2') format('woff2'),
	url('./fonts/CalSans-SemiBold/CalSans-SemiBold.woff') format('woff'),
	url('./fonts/CalSans-SemiBold/CalSans-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Sora-Regular';
	src: url('./fonts/Sora-Regular/sora.woff2');
	src: url('./fonts/Sora-Regular/sora.woff2') format('woff2'),
	url('./fonts/Sora-Regular/sora.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'CascadiaCode-BoldItalic';
	src: url('./fonts/CascadiaCode-BoldItalic/CascadiaCode-BoldItalic.woff2');
	src: url('./fonts/CascadiaCode-BoldItalic/CascadiaCode-BoldItalic.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'InterTight-SemiBold';
	src: url('./fonts/InterTight-SemiBold/inter-tight.woff2');
	src: url('./fonts/InterTight-SemiBold/inter-tight.woff2') format('woff2'),
	url('./fonts/InterTight-SemiBold/inter-tight.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Inter-Regular';
	src: url('./fonts/Inter-Regular/inter.woff2');
	src: url('./fonts/Inter-Regular/inter.woff2') format('woff2'),
	url('./fonts/Inter-Regular/inter.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'InterTight-Medium';
	src: url('./fonts/InterTight-Medium/inter-tight.woff2');
	src: url('./fonts/InterTight-Medium/inter-tight.woff2') format('woff2'),
	url('./fonts/InterTight-Medium/inter-tight.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'InterTight-Bold';
	src: url('./fonts/InterTight-Bold/inter-tight.woff2');
	src: url('./fonts/InterTight-Bold/inter-tight.woff2') format('woff2'),
	url('./fonts/InterTight-Bold/inter-tight.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


/* = NavBar
-------------------------------------------------------------- */

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Open menus on hover
-------------------------------------------------------------- */
@media (min-width: 992px){
	.hover-open-submenu li:hover > .dropdown > .dropdown-menu, .hover-open-submenu .dropdown-menu > li:hover .dropdown-menu{
	display: block;
}
.hover-open-submenu li .dropdown .dropdown-menu{
	margin-top:0;
}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-clean{
	border:1px solid rgba(0,0,0,.08);
	border-bottom-color:rgba(0,0,0,.1);
	text-shadow:0 1px 0 rgba(0,0,1,.1);
	box-shadow: 0 1px 3px rgba(0,0,1,.25), inset 0 1px 0 0 rgba(255,255,255,.15);
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.icon-spacer{
	margin-right:5px;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}


/*  Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}
/*  Image Scale */
.img-fluid-up{
	min-width: 100%;
	height: auto;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.blockquote{
	padding:0 20px;
	border-left:2px solid;
}
.blockquote.text-end{
	border-left:0;
	border-right:2px solid;
}

/* = Lists
-------------------------------------------------------------- */
.list-sp-md li{
	padding-bottom:10px;
}
.list-horizontal-layout li{
	display:inline-block;
	margin:0 10px;
}
.list-sp-md li:last-child,.list-sp-lg li:last-child,.list-sp-xl li:last-child{
	padding-bottom:0;
}

/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}

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

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Full Screen */
.fullscreen-lb{
	background:#000;
	border-radius: 0;
}
.fullscreen-lb .modal-body{
	padding:0;
}
.fullscreen-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
	text-align:center;
}
.fullscreen-modal{
	background:#000;
}
.fullscreen-modal .modal-dialog{
	width:100%!important;
	max-width:95%!important;
}

/* Modal Full Screen Close Button */
.close-full-screen-modal{
	position: fixed;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.close-full-screen-modal .close-icon{
	display: block;
	width:100%;
	height:1px;
	background: #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top:12px;
}
.close-full-screen-modal .close-icon{
	height:2px;
}
.close-full-screen-modal .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.close-full-screen-modal{
	right:20px;
}

/* Toggle Visibility */
.toggled-item{
	transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;
	overflow: hidden;
}
.toggled-item-hidden{
	padding-top:0!important;
	padding-bottom:0!important;
	border-top:0!important;
	border-bottom:0!important;
	outline:0!important;
	opacity: 0;
}

/* Hide Object */
.object-hidden{
	display:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.hero-header-text-r{
	font-weight:bold;
	font-family:"CalSans-SemiBold";
	color:var(--swatch-var-5249)!important;
}
.text-blue-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(88deg, var(--swatch-var-5642)       0%, var(--swatch-var-3930) 61%);
	color:transparent!important;
	text-decoration:none;
}
.text-purple-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(88deg, var(--swatch-var-1189) 0%, var(--swatch-var-6901) 100%);
	color:transparent!important;
}
.text-green-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(90deg, var(--swatch-var-860) 0%, var(--swatch-var-7136) 100%);
	color:transparent!important;
}
.blocs-card-width{
	width:25%;
}
.img-rounded-left{
	border-radius:20px 0px 0px 20px;
}
.app-shadow{
	box-shadow:0px 31px 35px rgba(0,0,0,0.16),0px 0px 2px rgba(0,0,0,0.09)!important;
}
.app-feature-header{
	font-weight:bold;
}
.text-snow-blue-b{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	color:var(--swatch-var-5028)!important;
}
.h4-style{
	font-family:"Poppins";
	font-weight:600;
	font-size:25px;
}
.h1-bloc-2-style{
	font-family:"Comfortaa-Regular";
	font-weight:600;
	text-indent:0px;
	letter-spacing:0px;
	font-size:41px;
}
.img-logo-favic-style{
	width:198px;
}
.h1-margin-top{
	margin-top:4px;
	font-family:"Inter Tight";
	letter-spacing:px;
	font-size:42px;
	font-weight:300;
}
.h-scroll-button{
	background-color:var(--swatch-var-6373);
}
.card-body-style{
	height:337px;
}
.card-body-bloc-4-style{
	height:338px;
}
.card-body-2-style{
	height:338px;
}
.card-body-1-style{
	height:338px;
}
.p-margin-bottom{
	margin-bottom:1px;
}
.h1-3-style{
	font-size:38px;
	font-family:"Comfortaa-Regular";
	font-weight:600;
}
.p-bloc-3-style{
	font-size:12px;
}
.bloc-fill{
	fill:var(--swatch-var-7401);
}
.h1-bloc-4-style{
	font-family:"StickNoBillsExtraLight-Medium";
	font-weight:600;
	font-size:70px;
	padding-top:25px;
	padding-bottom:25px;
	padding-left:103px;
}
.feat-icon-trans{
	background-color:rgba(255,255,255,0.20);
	margin-bottom:10px;
	border-radius:10px 10px 10px 10px;
}
.feat-header{
	font-weight:bold;
}
.purple-gradient-bg{
	background:linear-gradient(274deg, var(--swatch-var-5267) 0%, var(--swatch-var-6373) 100%);
}
.bloc-margin-bottom{
	margin-bottom:35px;
}
.text-span-style{
	font-weight:bold;
}
.bloc-margin-top{
	margin-top:-35px;
}
.bloc-bloc-4-margin-bottom{
	margin-bottom:32px;
}
.sovera-rags-beta-style{
	color:var(--swatch-var-7815)!important;
	font-family:"Sora";
	font-weight:500;
	text-decoration:none;
	font-size:18px;
}
.sovera-bold{
	color:var(--swatch-var-1456)!important;
	font-family:"Sora";
	text-decoration:none;
	font-weight:500;
}
.bloc-padding-right{
	padding-right:0px;
}
.bloc-bloc-1-padding-right{
	padding-right:23px;
}
.text-span-bloc-1-style{
	font-weight:bold;
}
.text-span-0-style{
	font-weight:bold;
}
.h4-bloc-1-style{
	width:86.54%;
	font-family:"Sora-Regular";
	font-weight:300;
}
.h4-17-style{
	width:86.85%;
	font-family:"Sora-Regular";
	font-weight:300;
}
.h4-18-style{
	width:87.01%;
	font-family:"Sora-Regular";
	font-weight:300;
}
.h-scroll-icon{
	stroke:var(--swatch-var-7343);
}
.text-span-bloc-2-style{
	font-weight:bold;
}
.sovera-anthropic-white{
	color:var(--swatch-var-268)!important;
	font-weight:normal;
	font-family:"Comfortaa-Regular";
}
.h3-bloc-1-style{
	width:87.23%;
	font-family:"Sora";
	font-weight:500;
}
.btn-style{
	font-family:"Sora";
	font-weight:bold;
}
.list-item-bullet-color{
	color:var(--swatch-var-1456)!important;
}
.sovera-rags-login-button{
	text-transform:none;
	font-size:22px;
	color:var(--swatch-var-3560)!important;
}
.sovera-rags-logo-thin{
	font-weight:500;
	text-transform:none;
	font-family:"Sora";
	font-size:35px;
	letter-spacing:2px;
}
.h1-bloc-13-style{
	font-size:30px;
	margin-bottom:24px;
}
.p-style{
	opacity:0.9;
	font-size:16px;
	font-family:"Inter Tight";
}
.img-margin-bottom{
	height:253px;
}
.row-margin-top{
	margin-top:-93px;
}
.sovera-large-font{
	font-weight:800;
	font-size:60px;
}
.sovera-overflow-text{
	text-overflow:ellipsis;
}
.sovera-custom{
	font-family:"Roboto";
	font-weight:700;
	font-size:41px;
}
.p-71-style{
	font-family:"Inter-Regular";
	font-weight:500;
	font-size:17px;
}
.p-72-style{
	font-size:17px;
	font-family:"Inter-Regular";
	font-weight:500;
}
.p-73-style{
	font-family:"Inter-Regular";
	font-weight:500;
	font-size:18px;
}
.p-74-style{
	font-size:18px;
	font-family:"Inter-Regular";
	font-weight:500;
}
.p-75-style{
	font-size:18px;
	font-family:"Inter-Regular";
	font-weight:500;
}
.text-span-bloc-14-style{
	font-weight:bold;
}
.h1-sovera-style{
	font-family:"Sora";
	font-size:80px;
	letter-spacing:px;
	font-weight:500;
}
.h3-bloc-17-style{
	font-family:"Sora";
	font-weight:200;
	width:100%;
	font-size:50px;
}
.h2-sovera-style{
	font-family:"CalSans-SemiBold";
	font-size:70px;
	letter-spacing:px;
	font-weight:700;
}
.h3-16-style{
	width:100%;
	letter-spacing:px;
	font-family:"Sora-Regular";
	font-weight:500;
}
.sovera-image{
	background-size:cover;
	backdrop-filter:blur(0px);
	-webkit-backdrop-filter:blur(0px);
	background-color:var(--swatch-var-1696);
	border-width:0px 0px 0px 0px;
	border-radius:5px 5px 5px 5px;
	background-blend-mode:color;
	box-shadow:0.00px -0.00px 2px #202646;
}
.bloc-bloc-17-padding-left{
	padding-left:40px;
}
.h2-rags-style-color{
	font-family:"StickNoBillsExtraLight-Light";
	font-weight:600;
	font-size:70px;
	letter-spacing:2px;
	padding-top:0px;
	margin-top:16px;
	padding-bottom:0px;
}
.h2-feature-title-style{
	font-family:"CalSans-SemiBold";
	font-size:70px;
	letter-spacing:2px;
}
.h3-bloc-18-style{
	font-family:"CalSans-SemiBold";
	letter-spacing:px;
	font-weight:500;
	width:96.08%;
}
.h4-bloc-17-style{
	width:100%;
	font-size:24px;
	font-family:"Sora";
	font-weight:500;
}
.sovera-rags-border{
	border-radius:15px 15px 15px 15px;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	padding-left:10px;
	padding-right:10px;
	margin:10px 10px 10px 10px;
}
.sovera-rags-img{
	padding:30px 30px 30px 30px;
}
.sovera-hq-genai-bold{
	color:var(--swatch-var-6559)!important;
	font-family:"CalSans-SemiBold";
}
.btn-coming-soon-style{
	font-weight:normal;
	color:var(--swatch-var-1830)!important;
}
.sovera-connect-img{
	padding:30px 30px 30px 30px;
}
.sovera-connect-font{
	font-family:"CalSans-SemiBold";
	letter-spacing:1px;
}
.sovera-connect-image{
	padding:30px 30px 30px 30px;
}
.grid-style{
	grid-template-columns:1fr 1fr 1fr;
	margin-left:34px;
}
.h5-sovera-connect-style{
	font-family:"CalSans-SemiBold";
	letter-spacing:1px;
	color:var(--swatch-var-3560)!important;
}
.h5-2-style{
	font-family:"Sora";
	font-weight:500;
	font-size:20px;
}
.h5-4-style{
	font-family:"Sora-Medium";
	font-size:20px;
}
.h5-3-style{
	font-family:"Sora";
	font-weight:500;
	font-size:20px;
}
.h5-5-style{
	font-family:"Sora";
	font-weight:500;
	font-size:20px;
}
.h5-7-style{
	font-family:"Sora";
	font-weight:500;
	font-size:20px;
}
.h5-8-style{
	font-family:"Sora";
	font-weight:500;
	font-size:20px;
}
.h2-4-style{
	font-family:"Sora";
	font-weight:500;
}
.sovera-rags-color-style70{
	font-family:"StickNoBillsExtraLight-Light";
	font-size:70px;
}
.sovera-r-red{
	background-color:transparent;
	color:var(--swatch-var-5249)!important;
	font-family:"CalSans-SemiBold";
	font-size:60px;
}
.sovera-a-yellow{
	color:var(--swatch-var-5941)!important;
	font-family:"CalSans-SemiBold";
	font-size:60px;
}
.sovera-g-purple{
	color:var(--swatch-var-6559)!important;
	font-family:"CalSans-SemiBold";
	font-size:60px;
}
.sovera-s-green{
	color:var(--swatch-var-2861)!important;
	font-family:"CalSans-SemiBold";
	font-size:60px;
}
.sovera-container{
	background-color:var(--swatch-var-3762);
}
.h4-sovera-studio-style{
	font-family:"Poppins";
	font-size:24px;
	line-height:36px;
	font-weight:700;
}
.img-margin-top{
	margin-top:0px;
	width:525px;
}
.sovera-studio-font{
	font-family:"StickNoBillsExtraLight-Light";
	font-size:70px;
}
.h3-20-style{
	font-family:"Sora-Regular";
	font-size:24px;
	font-weight:300;
}
.h5-1-style{
	font-family:"Sora-Regular";
}
.h5-7-sovera-connect-style{
	font-family:"Sora";
	font-size:20px;
	font-weight:500;
}
.h5-2-sovera-connect-style{
	font-family:"Sora";
	font-size:20px;
	font-weight:500;
}
.sovera-connect-at-a-glance{
	padding:30px 30px 30px 30px;
}
.feat-card-icon{
	width:50px;
	border-radius:10px 10px 10px 10px;
}
.feat-card-icon-pos{
	position:absolute;
	left:0px;
	right:0px;
	top:-25px;
}
.feat-card{
	padding:10px 10px 10px 10px;
	border-radius:20px 20px 20px 20px;
	margin-bottom:40px;
}
.p-bloc-5-style{
	width:100%;
	font-family:"Sora-Regular";
	font-weight:300;
}
.p-21-style{
	font-family:"Poppins";
	font-weight:normal;
	font-size:20px;
}
.p-22-style{
	font-family:"Poppins";
	font-weight:normal;
	font-size:18px;
}
.h4-feature-title-style{
	font-family:"CalSans-SemiBold";
	font-weight:500;
}
.h4-15-style{
	font-family:"CalSans-SemiBold";
	font-weight:500;
}
.h4-bloc-5-style{
	font-family:"CalSans-SemiBold";
}
.h4-13-style{
	font-family:"CalSans-SemiBold";
	font-weight:500;
}
.h4-12-style{
	font-family:"CalSans-SemiBold";
	font-weight:500;
}
.h4-11-style{
	font-family:"CalSans-SemiBold";
	font-weight:500;
}
.sovera-vera-img{
	overflow:hidden;
}
.grid-0-style{
	grid-template-rows:auto auto auto auto;
}
.h1-bloc-8-style{
	font-size:120px;
	font-family:"StickNoBillsExtraLight-Medium";
	line-height:144px;
}
.link-soveraai-style{
	font-weight:bold;
	font-family:"CalSans-SemiBold";
	font-size:30px;
}
.sovera-connect-color{
	color:var(--swatch-var-6559)!important;
}
.sovera-card-translucent{
	background-color:transparent;
	background-blend-mode:color;
}
.h5-bloc-8-style{
	font-family:"InterTight-Medium";
}
.h5-2-bloc-8-style{
	font-family:"InterTight-Medium";
}
.h5-4-bloc-8-style{
	font-family:"InterTight-Medium";
}
.h5-3-bloc-8-style{
	font-family:"InterTight-Medium";
}
.h5-5-bloc-8-style{
	font-family:"InterTight-Medium";
}
.h5-6-style{
	font-family:"InterTight-Medium";
}
.p-bloc-8-style{
	font-family:"Inter-Regular";
	font-size:17px;
}
.p-36-style{
	font-family:"Inter-Regular";
	font-size:17px;
}
.p-38-style{
	font-family:"Inter-Regular";
	font-size:18px;
}
.p-37-style{
	font-family:"Inter-Regular";
	font-size:17px;
}
.p-39-style{
	font-family:"Inter-Regular";
	font-size:17px;
}
.p-40-style{
	font-family:"Inter-Regular";
	font-size:17px;
}
.custom-h3-style{
	color:var(--swatch-var-7916)!important;
	font-size:70px;
}
.h1-at-a-glance-style{
	font-family:"Stick No Bills";
	font-weight:800;
	font-size:60px;
	letter-spacing:2px;
}
.card-body-margin-bottom{
	margin-bottom:0px;
	height:224px;
}
.card-body-13-style{
	height:173px;
}
.card-body-15-style{
	height:183px;
}
.h1-8-style{
	font-family:"StickNoBillsExtraLight-Medium";
	font-size:60px;
	color:var(--swatch-var-2861)!important;
	font-weight:800;
	filter:brightness(.7);
}
.sovera-rags-login30{
	font-family:"StickNoBillsExtraLight-Medium";
	font-size:20px;
	color:var(--swatch-var-5642)!important;
	text-decoration:none;
	background-color:var(--swatch-var-3560);
	font-weight:bold;
}
.sovera-rags-login-button:hover{
	color:var(--swatch-var-2861)!important;
}
.sovera-rags-image-overlay{
	filter:brightness(0.7);
	background-color:transparent;
}
.sovera-90px{
	font-family:"StickNoBillsExtraLight-SemiBold";
	letter-spacing:2px;
	color:var(--swatch-var-3560)!important;
	font-size:60px;
}
.p-35-style{
	width:100%;
	font-family:Helvetica;
	font-size:18px;
}
.bloc-bloc-8-padding-left{
	padding-left:112px;
}
.h1-8-bloc-8-style{
	font-family:"Inter Tight";
	letter-spacing:2px;
	font-weight:300;
	font-size:50px;
}
.h3-bloc-8-style{
	font-family:"Comfortaa-Bold";
}
.h3-12-style{
	font-family:"Poppins";
	font-weight:500;
}
.h3-9-style{
	font-family:"Comfortaa-Bold";
}
.h3-11-style{
	font-family:"Comfortaa-Bold";
}
.h3-13-style{
	font-family:"Comfortaa-Bold";
}
.h3-10-style{
	font-family:"Comfortaa-Bold";
}
.p-40-bloc-8-style{
	font-size:18px;
}
.p-38-bloc-8-style{
	font-size:18px;
}
.p-36-bloc-8-style{
	font-size:18px;
}
.p-37-bloc-8-style{
	font-size:18px;
}
.p-39-bloc-8-style{
	font-size:18px;
}
.sovera-h4-50px{
	font-size:50px;
}
.hero-header-text-a{
	font-family:"CalSans-SemiBold";
	color:var(--swatch-var-5941)!important;
}
.hero-header-text-g{
	font-family:"CalSans-SemiBold";
	color:var(--swatch-var-6559)!important;
}
.hero-header-text-s{
	font-family:"CalSans-SemiBold";
	color:var(--swatch-var-2861)!important;
}
.login-link{
	font-size:25px;
	font-family:"CalSans-SemiBold";
}
.sovera-hq-connect-border-color{
	border-color:var(--swatch-var-6559)!important;
}
.sovera-hq-rags-border-color{
	border-color:var(--swatch-var-2861)!important;
}
.sovera-hq-studio-border-color{
	border-color:var(--swatch-var-7498)!important;
}
.h3-sovera-connect-style{
	font-family:"CalSans-SemiBold";
}
.text-span-sovera-connect-style{
	font-weight:bold;
	color:var(--swatch-var-3560)!important;
	font-family:"CalSans-SemiBold";
}
.sovera-enterpriseready{
	color:var(--swatch-var-3279)!important;
}
.h3-28-style{
	font-family:"CalSans-SemiBold";
	font-weight:500;
}
.sovera-cal-san-font{
	font-family:"CalSans-SemiBold";
}
.p-sovera-rags-style{
	font-family:"Sora";
	font-size:20px;
	font-weight:500;
}
.h2-kloudstudio-style{
	font-family:"CalSans-SemiBold";
	font-size:60px;
}
.ks-kloud{
	font-family:"CalSans-SemiBold";
	color:var(--swatch-var-1191)!important;
}
.ks-studio{
	font-family:"CalSans-SemiBold";
	color:var(--swatch-var-467)!important;
}
.form-style{
	width:100%;
	color:var(--swatch-var-5694)!important;
}
.label-style{
	font-size:14px;
}
.label-last-name-style{
	font-size:18px;
}
.label-title-style{
	font-size:18px;
}
.label-email-style{
	font-size:18px;
	font-family:"Sora";
	font-weight:500;
}
.label-bloc-30-style{
	font-size:18px;
	font-family:"Sora";
	font-weight:500;
}
.label-website-style{
	font-size:18px;
}
.label-industry-style{
	font-size:18px;
}
.label-94-style{
	font-size:18px;
}
.label-97-style{
	font-size:18px;
}
.label-98-style{
	font-size:18px;
}
.rags-beta-button{
	font-family:"CalSans-SemiBold";
}
.sovera-rags-input-style{
	font-family:"Sora";
	font-weight:500;
	color:var(--swatch-var-4871)!important;
}
.ks-back-home{
	font-family:"CalSans-SemiBold";
}
.sovera-connect-label-style{
	font-family:"Sora";
	font-weight:500;
	color:var(--swatch-var-5694)!important;
	font-size:18px;
}
.sovera-pro-style{
	color:var(--swatch-var-6559)!important;
}
.h1-bloc-33-style{
	font-family:"Inter Tight";
	font-size:55px;
	font-weight:700;
}
.h1-bloc-0-22576-style{
	font-family:"Sora";
	font-weight:500;
}
.h1-16-style{
	font-family:"Sora";
	font-weight:500;
}
.sovera-rags-signin{
	font-size:25px;
	font-family:"Sora";
	font-weight:normal;
}
.h1-sovera-rags-style{
	font-family:"CalSans-SemiBold";
	font-size:100px;
}
.h3-bloc-2-style{
	font-family:"Sora";
	font-weight:500;
}
.img-bloc-2-style{
	width:304px;
}
.h2-bloc-35-style{
	font-family:"Sora";
	font-weight:500;
}
.rags-hero-p-style{
	text-transform:capitalize;
	font-family:"Sora";
	font-weight:300;
	font-size:36px;
}
.h1-bloc-35-style{
	font-size:60px;
	font-family:"Sora";
	line-height:55px;
	font-weight:200;
}
.p-bloc-35-style{
	font-family:"Inter Tight";
	font-weight:300;
	font-size:34px;
}
.rags-next-logo-style{
	font-family:"CalSans-SemiBold";
	color:var(--swatch-var-6559)!important;
}
.h3-bloc-35-style{
	font-family:"Sora";
	font-weight:500;
	font-size:38px;
}
.p-123-style{
	font-family:"CalSans-SemiBold";
	font-size:50px;
	letter-spacing:0px;
	line-height:55px;
}
.sovera-color-blue-tint-1{
	color:var(--swatch-var-6559)!important;
}
.h3-35-style{
	font-family:"Sora";
	font-weight:500;
}
.p-127-style{
	font-family:"Sora-Regular";
	font-weight:300;
	font-size:18px;
}
.p-bloc-37-style{
	font-family:"Sora";
	font-weight:300;
	font-size:18px;
}
.h3-bloc-37-style{
	font-family:"Poppins";
	font-weight:500;
}
.p-128-style{
	font-family:"Sora-Regular";
	font-weight:300;
	font-size:18px;
}
.p-129-style{
	font-family:"Sora-Regular";
	font-weight:300;
	font-size:18px;
}
.h4-bloc-37-style{
	font-family:"Poppins";
	font-weight:500;
}
.h3-34-style{
	font-family:"Sora";
}
.img-bloc-38-style{
	width:437px;
}
.h4-bloc-38-style{
	font-family:"InterTight-SemiBold";
	font-weight:300;
}
.p-bloc-38-style{
	font-family:"Sora-Regular";
	font-weight:300;
	font-size:18px;
}
.h4-23-style{
	font-family:"InterTight-SemiBold";
	font-weight:500;
}
.h4-23-bloc-38-style{
	font-family:"InterTight-SemiBold";
	font-weight:500;
}
.h4-27385-style{
	font-family:"InterTight-SemiBold";
	font-weight:500;
}
.card-body-45-margin-bottom{
	margin-bottom:0px;
}
.card-body-46-margin-bottom{
	margin-bottom:0px;
}
.card-bloc-38-margin-bottom{
	margin-bottom:17px;
}
.rags-curious-style{
	font-family:"Sora";
	font-weight:500;
	font-size:32px;
}
.h3-bloc-38-style{
	font-family:"Sora";
	font-weight:300;
	font-size:27px;
	color:var(--swatch-var-4871)!important;
}
.sora-500-bold-style{
	font-family:"Sora";
	font-weight:bold;
	color:var(--swatch-var-6559)!important;
}
.h3-33-style{
	font-family:"Sora";
	font-weight:500;
}
.vera-modal-style{
	width:100%;
}
.grid-bloc-38-style{
	grid-template-columns:1fr 1fr 1fr;
}
.h2-bloc-38-style{
	font-family:"Sora";
	font-weight:500;
}
.p-145-style{
	font-family:"Sora-Regular";
	font-weight:300;
	font-size:18px;
}
.vera-color{
	color:var(--swatch-var-3560)!important;
}
.span-bold{
	font-family:"Sora";
	font-weight:500;
	font-size:20px;
}
.img-55-style{
	width:269px;
}
.sovera-color-blue-shade-3{
	color:var(--swatch-var-2249)!important;
}
.sovera-color-dark-blue{
	background:linear-gradient(0deg, #000000 0%, #FFFFFF 100%);
}
.h4-margin-top{
	font-family:"Sora";
	font-weight:500;
}
.grid-bloc-40-style{
	grid-template-columns:1fr 1fr 1fr;
}
.p-bloc-40-style{
	font-family:"Sora-Regular";
	font-weight:300;
	font-size:18px;
}
.h2-14-style{
	font-family:"CalSans-SemiBold";
}
.p-160-style{
	font-family:"Sora-Regular";
	font-weight:500;
	font-size:18px;
}
.h4-bloc-40-style{
	font-family:"CalSans-SemiBold";
}
.h4-37-style{
	font-family:"CalSans-SemiBold";
}
.h4-38-style{
	font-family:"CalSans-SemiBold";
}
.h4-41-style{
	font-family:"CalSans-SemiBold";
}
.h4-40-style{
	font-family:"CalSans-SemiBold";
}
.p-158-style{
	font-family:"Sora-Regular";
	font-weight:300;
	font-size:18px;
}
.p-161-style{
	font-family:"Sora-Regular";
	font-weight:300;
	font-size:18px;
}
.p-159-style{
	font-family:"Sora-Regular";
	font-weight:300;
	font-size:18px;
}
.p-162-style{
	font-family:"Sora-Regular";
	font-weight:300;
	font-size:18px;
}
.sovera-color-blue-normal{
	color:var(--swatch-var-6559)!important;
}
.img-what-we-do-1-t-style{
	width:327px;
}
.meet-vera-link-style{
	font-family:"Sora-Medium";
	font-size:28px;
}
.h2-12-style{
	font-family:"CalSans-SemiBold";
}
.h1-34-style{
	font-family:"Sora";
	font-weight:500;
	font-size:42px;
}
.h1-33-style{
	font-family:"CalSans-SemiBold";
	line-height:75px;
	font-size:60px;
}
.sovera-text-70-px{
	font-size:50px;
}
.text-span-28318-style{
	font-weight:bold;
}
.sovera-text-50-px{
	font-size:50px;
}
.sovera-sora-500{
	font-family:"Sora";
	font-weight:500;
	font-size:18px;
}
.text-span-bloc-38-style{
	font-weight:bold;
}
.h1-35-style{
	font-family:"CalSans-SemiBold";
	font-weight:500;
}
.p-bloc-4-25264-style{
	font-family:"Sora";
	font-size:20px;
	line-height:150%;
	letter-spacing:1%;
	font-weight:300;
}
.ks-sovera-bold{
	font-weight:bold;
}
.h3-sovera-rags-style{
	font-family:"Comfortaa-Bold";
}
.p-8-style{
	font-family:"Poppins";
	font-size:24px;
}
.p-9-style{
	font-size:18px;
}
.h3-sovera-studio-style{
	font-family:"CalSans-SemiBold";
	font-weight:800;
}
.card-body-bloc-4-25264-style{
	height:372px;
}
.p-10-style{
	font-size:20px;
}
.menu-icon-46299-stroke{
	stroke:var(--swatch-var-6559)!important;
	fill:var(--swatch-var-6559)!important;
}
.sovera-navigation-font{
	font-family:"Sora-Bold";
	font-weight:bold;
	font-size:20px;
	color:var(--swatch-var-6559)!important;
}
.sovera-text-inter-tight-medium{
	font-family:"InterTight-Medium";
	color:var(--swatch-var-1796)!important;
}
.text-span-bloc-39-style{
	font-weight:bold;
	font-family:"InterTight-Medium";
}
.h2-bloc-39-style{
	font-family:"CalSans-SemiBold";
	font-size:46px;
}
.sovera-color-blue-shade-1{
	color:var(--swatch-var-6860)!important;
}
.h2-12373-style{
	font-family:"Sora";
	font-weight:500;
	color:var(--swatch-var-2249)!important;
}
.h1-22-style{
	font-family:"Inter Tight";
	font-size:60px;
	line-height:55px;
	width:100%;
	font-weight:300;
}
.h3-25-style{
	font-family:"CalSans-SemiBold";
	font-size:26px;
}
.divider-background-color{
	background-color:var(--swatch-var-7464);
}
.img-bloc-26-style{
	width:269px;
	padding-top:17px;
}
.img-rags-transpare-style{
	width:259px;
}
.h3-26-style{
	font-family:"Sora";
	font-weight:500;
}
.h3-connect-style{
	font-family:"CalSans-SemiBold";
	font-size:40px;
}
.h3-rags-style{
	font-family:"CalSans-SemiBold";
	font-size:40px;
}
.h3-26-bloc-26-style{
	font-family:"Sora";
	font-weight:500;
}
.h3-28-bloc-26-style{
	font-family:"Sora";
	font-weight:500;
}
.h3-29-style{
	font-family:"CalSans-SemiBold";
	font-size:40px;
}
.h4-bloc-26-style{
	font-family:"Sora";
	font-weight:500;
}
.img-41-style{
	width:256px;
}
.h1-rags-style{
	font-size:50px;
}
.p-bloc-26-style{
	font-family:"Sora";
	font-size:20px;
	font-weight:300;
}
.h3-bloc-26-style{
	font-family:"Sora";
	font-weight:500;
	font-size:24px;
}
.sovera-hq-rounded-border{
	border-width:1px 1px 1px 1px;
	border-radius:10px 10px 10px 10px;
}
.p-sovera-connect-style{
	font-family:"Sora-Regular";
	font-weight:300;
}
.p-132-style{
	font-family:"Sora-Regular";
}
.p-134-style{
	font-family:"Sora-Regular";
}
.p-136-style{
	font-family:"Sora-Regular";
}
.h1-23-style{
	font-family:"Sora-Regular";
	font-weight:500;
}
.h2-5-style{
	font-family:"Sora-Regular";
	font-weight:300;
}
.sovera-txt{
	color:var(--swatch-var-6559)!important;
}
.btn-margin-top{
	margin-top:48px;
}
.h1-contact-us-style{
	font-family:"CalSans-SemiBold";
	font-size:60px;
}
.h1-21-style{
	font-size:60px;
	width:100%;
	line-height:60px;
	font-family:"CalSans-SemiBold";
}
.h3-30802-style{
	font-family:"Sora-Regular";
	font-weight:300;
}
.h3-50-style{
	font-family:"Sora-Regular";
	font-weight:300;
	font-size:24px;
}
.h3-bloc-23-style{
	font-family:"Sora-Regular";
	font-weight:300;
}
.h1-bloc-24-style{
	font-family:"CalSans-SemiBold";
	font-size:60px;
}
.sora-300-text{
	font-family:"Sora";
	font-weight:300;
}
.p-22972-style{
	font-family:"Sora-Regular";
	font-size:20px;
}
.aws-link{
	font-size:16px;
	font-weight:normal;
	color:var(--swatch-var-5027)!important;
}
.bloc-divider-b-fill{
	fill:var(--swatch-var-3762);
}
.bloc-divider-t-fill{
	fill:var(--swatch-var-3566);
}
.bloc-divider-b-0-fill{
	fill:var(--swatch-var-1696);
}
.rags-coming-soon-button{
	font-family:"Sora";
	font-weight:500;
}
.h1-bloc-40-style{
	font-family:"CalSans-SemiBold";
	font-size:50px;
}
.h3-bloc-40-style{
	font-family:"Inter Tight";
	font-weight:300;
	width:72.52%;
	font-size:27px;
}
.sovera-text-h2{
	font-size:40px;
	line-height:48px;
}
.h1-48-style{
	font-family:"Inter Tight";
	font-weight:300;
}
.h1-51-style{
	font-family:"CalSans-SemiBold";
}
.img-bloc-57-style{
	width:150px;
}
.sovera-banner{
	border-radius:10px 10px 10px 10px;
	border-width:1px 1px 1px 1px;
}
.p-bloc-52-style{
	font-family:"Sora-Regular";
}
.h4-67-style{
	font-family:"Inter Tight";
	font-weight:300;
}
.h4-66-style{
	font-family:"Inter Tight";
	font-weight:300;
}
.h4-68-style{
	font-family:"Inter Tight";
	font-weight:300;
}
.h4-70-style{
	font-family:"Sora-Regular";
}
.text-span-21533-style{
	font-weight:600;
	font-family:"Sora";
}
.card-border{
	border-color:#CB785C!important;
}
.divider-bloc-57-background-color{
	background-color:var(--swatch-var-7464);
}
.divider-0-background-color{
	background-color:var(--swatch-var-7464);
}
.divider-0-bloc-57-background-color{
	background-color:var(--swatch-var-7464);
}
.divider-47316-background-color{
	background-color:var(--swatch-var-7464);
}
.divider-49959-background-color{
	background-color:var(--swatch-var-7464);
}
.divider-36097-background-color{
	background-color:var(--swatch-var-7464);
}
.vera-modal{
	font-family:"Sora";
	font-weight:600;
}
.h1-bloc-26-style{
	font-family:"Sora";
	font-weight:600;
	font-size:50px;
}
.h2-what-is-sovera-style{
	font-family:"Inter Tight";
	font-size:60px;
	font-weight:300;
}
.h3-59-style{
	font-family:"InterTight-Medium";
	font-weight:300;
	width:97.86%;
}
.p-bloc-56-style{
	font-family:"Inter Tight";
	font-size:20px;
	font-weight:300;
}
.h3-60-style{
	font-family:"InterTight-Medium";
	font-weight:300;
	font-size:20px;
	width:81.47%;
}
.p-203-style{
	font-family:"Sora-Regular";
	font-size:18px;
	width:100%;
}
.h3-61-style{
	font-family:"InterTight-Medium";
	font-weight:300;
	width:76.54%;
	font-size:20px;
}
.p-204-style{
	font-family:"Sora-Regular";
	font-size:18px;
}
.link-challenge--style{
	font-weight:bold;
}
.link-solution--style{
	font-weight:bold;
}
.p-bloc-57-style{
	font-family:"Sora-Regular";
	font-size:18px;
}
.p-206-style{
	font-family:"Sora-Regular";
	font-size:18px;
}
.img-89-style{
	width:100px;
}
.img-90-style{
	width:100px;
}
.use-cases-link-style{
	font-family:"Sora-Regular";
	font-weight:300;
}
.img-91-style{
	width:100px;
}
.img-92-style{
	width:100px;
}
.p-207-style{
	font-family:"Sora-Regular";
	font-size:18px;
}
.img-93-style{
	width:100px;
}
.p-209-style{
	font-family:"Sora-Regular";
	font-size:18px;
}
.p-208-style{
	font-family:"Sora-Regular";
	font-size:18px;
}
.h5-36-style{
	font-family:"InterTight-Medium";
	font-weight:500;
	font-size:20px;
	width:97.68%;
}
.p-210-style{
	font-family:"Sora-Regular";
	font-size:18px;
}
.img-96-style{
	width:102px;
}
.img-95-style{
	width:100px;
}
.img-94-style{
	width:100px;
}
.challenge-text{
	color:var(--swatch-var-6559)!important;
	font-family:"Sora";
	font-weight:600;
	text-transform:uppercase;
}
.h5-bloc-57-style{
	font-size:20px;
	width:85.38%;
	font-family:"InterTight-Medium";
	font-weight:300;
}
.h5-32-style{
	font-size:20px;
	width:75%;
	font-family:"InterTight-Medium";
	font-weight:300;
}
.h5-bloc-58-style{
	font-family:"InterTight-Medium";
	font-weight:500;
	font-size:20px;
	width:80.16%;
}
.h5-34-style{
	font-family:"InterTight-Medium";
	font-weight:500;
	font-size:20px;
	width:90.73%;
}
.h5-35-style{
	font-family:"InterTight-Medium";
	font-weight:500;
	font-size:20px;
	width:80.56%;
}
.use-case-row-style{
	border-radius:35px 35px 35px 35px!important;
	border-width:1px 1px 1px 1px;
	background-color:var(--swatch-var-1361);
}
.img-rags-ui-ve-style{
	margin-right:-50px;
	width:443px;
}
.h1-53-style{
	font-family:"Inter Tight";
	font-size:40px;
	font-weight:300;
	width:100%;
}
.beta-program-button{
	font-family:"Sora";
	font-weight:600;
	font-size:20px;
	border-radius:7px 7px 7px 7px;
}
.bloc-divider-b-bloc-57-fill{
	fill:var(--swatch-var-5270);
	height:px;
	width:100%;
}
.bloc-divider-b-bloc-58-fill{
	fill:var(--swatch-var-4341);
}
.img-padding-right{
	padding-right:105px;
}
.h1-42-style{
	font-family:"CalSans-SemiBold";
	font-size:60px;
}
.hero-header-text{
	font-size:80px;
	font-weight:bold;
}
.hero-subheader{
	font-size:35px;
	font-weight:normal;
}
.link-color-style{
	color:var(--swatch-var-3353)!important;
	font-weight:500;
	text-transform:uppercase;
}
.h1-47-style{
	font-family:"Inter Tight";
	font-weight:300;
	font-size:50px;
}
.text-span{
	font-family:"Inter Tight";
	font-weight:bold;
	color:var(--swatch-var-7498)!important;
	font-size:22px;
}
.container-div-bloc-57-style{
	width:15.65%;
}
.container-div-style{
	min-height:183px;
}
.discover-sovera-text{
	font-family:"Inter Tight";
	font-weight:bold;
	font-size:24px;
}
.h4-bloc-52-style{
	font-family:"Inter Tight";
	font-weight:300;
}
.what-is-rag-text{
	font-family:"Sora";
	font-weight:500;
}
.h2-bloc-52-style{
	font-family:"Inter Tight";
	font-weight:300;
}
.h2-9-style{
	font-family:"Inter Tight";
	font-size:50px;
	font-weight:300;
}
.h3-10972-style{
	font-family:"Poppins";
	font-weight:300;
}
.p-18-style{
	font-size:18px;
	font-family:"Sora-Regular";
	font-weight:300;
}
.ks-button{
	font-family:"Sora";
	font-weight:500;
	color:var(--swatch-var-215)!important;
}
.container-div-padding-top{
	padding-top:5px;
}
.column-border{
	border-style:solid;
	border-color:var(--swatch-var-5973)!important;
	border-radius:7px 7px 7px 7px;
	border-width:0px 0px 0px 0px;
}
.column-border:hover{
	border-width:1px 1px 1px 1px;
	border-radius:7px 7px 7px 7px;
	border-style:solid;
	border-color:var(--swatch-var-7498)!important;
}
.h1-41-style{
	font-size:55px;
	font-family:"InterTight-Medium";
}
.h2-bloc-51-style{
	font-family:"InterTight-Medium";
}
.p-199-style{
	font-family:"Inter Tight";
	font-size:18px;
	font-weight:300;
}
.h3-54-style{
	font-family:"InterTight-Medium";
}
.p-201-style{
	font-family:"InterTight-Medium";
	font-size:22px;
}
.h2-bloc-57-style{
	font-family:"Inter Tight";
	font-weight:300;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:26px;
	font-family:"CalSans-SemiBold";
	color:var(--swatch-var-6559)!important;
}
.brand{
	font-weight:700;
	font-family:"Figtree";
	font-size:22px;
}
.sovera-hq-menu{
	font-size:20px;
	text-transform:none;
	font-family:"CalSans-SemiBold";
	font-weight:normal;
	color:var(--swatch-var-7498)!important;
}
.img-bloc-51-style{
	width:406px;
}
.h4-bloc-51-style{
	font-family:"Inter Tight";
	font-weight:300;
}
.menu-icon-0-bloc-49-stroke{
	stroke:var(--swatch-var-7498)!important;
	fill:var(--swatch-var-7498)!important;
}
.sovera-glass-effect{
	background-color:rgba(246,245,242,0.20)!important;
	box-shadow:inset 0.00px -8.00px 32px #FFFFFF!important;
	backdrop-filter:blur(12px)!important;
	-webkit-backdrop-filter:blur(12px)!important;
}
.h2-18-style{
	font-family:"InterTight-Medium";
}
.h1-bloc-52-style{
	font-family:"Inter Tight";
	font-weight:300;
}
.h3-bloc-52-style{
	font-family:"Inter Tight";
	font-weight:300;
}
.text-span-bloc-52-style{
	font-family:"InterTight-Medium";
	color:var(--swatch-var-1796)!important;
}
.h4-69-style{
	font-family:"InterTight-Medium";
	font-weight:lighter;
}
.img-6654-style{
	width:100px;
}
.p-bloc-55-style{
	font-family:"Inter Tight";
	font-weight:300;
	font-size:18px;
}
.grid-13835-style{
	grid-template-columns:1fr 1fr 1fr 1fr;
}
.img-44095-style{
	width:75px;
	background-color:var(--swatch-var-2491);
}
.container-bg{
	background-color:var(--swatch-var-1830);
	border-radius:7px 7px 7px 7px;
	border-color:var(--swatch-var-4857)!important;
	border-style:solid;
	border-width:1px 1px 1px 1px;
}
.h5-39-style{
	font-size:20px;
	font-family:"InterTight-Medium";
}
.sovera-group-style{
	background-color:var(--swatch-var-2491);
	border-width:1px 1px 1px 1px;
	border-radius:7px 7px 7px 7px;
}
.h3-bloc-56-style{
	font-family:"Inter Tight";
	font-weight:300;
}
.img-bloc-56-style{
	width:125px;
}
.h2-23-style{
	font-family:"InterTight-Medium";
}
.sovera-tabs-style{
	font-family:"CalSans-SemiBold";
	font-size:24px;
	color:var(--swatch-var-6559)!important;
	background-color:var(--swatch-var-2850);
}
.sovera-tabs-style:active{
	background-color:var(--swatch-var-5875);
	border-color:var(--swatch-var-4341)!important;
}
.h5-bloc-use-cases-style{
	font-family:"InterTight-Medium";
}
.p-212-style{
	font-size:20px;
	font-family:"Inter Tight";
	font-weight:300;
}
.h5-bloc-56-style{
	font-family:"Inter Tight";
	font-weight:300;
}
.bold-inter-thin{
	font-weight:600;
	font-family:"Inter";
	color:var(--swatch-var-4857)!important;
}
.sovera-text-bold-faded{
	color:var(--swatch-var-4857)!important;
}
.h4-bloc-61-style{
	font-family:"Poppins";
	font-weight:300;
}
.bloc-bloc-62-fill{
	fill:var(--swatch-var-1830);
}
.sovera-headline-small-style{
	text-transform:uppercase;
	font-weight:bold;
	color:var(--swatch-var-2769)!important;
}
.p-bloc-64-style{
	line-height:32px;
	font-family:"Inter";
	font-size:20px;
}
.h2-bloc-64-style{
	font-family:"InterTight-SemiBold";
}
.label-bloc-65-style{
	width:100%;
	font-size:18px;
	font-family:"Poppins";
	font-weight:bold;
	text-transform:uppercase;
}
.p-bloc-65-style{
	line-height:32px;
	font-size:18px;
	font-family:"Inter-Regular";
}
.img-bloc-62-style{
	width:307px;
	border-radius:16px 16px 16px 16px;
}
.img-bloc-64-style{
	width:395px;
}
.bloc-0-fill{
	fill:var(--swatch-var-1112);
}
.h1-55-style{
	font-family:"Sora";
	font-weight:600;
}
.h1-bloc-62-style{
	font-family:"CascadiaCode-BoldItalic";
	text-transform:uppercase;
	font-size:18px;
	letter-spacing:1px;
}
.h1-bloc-64-style{
	font-family:"Inter-Light";
}
.h1-53-bloc-62-style{
	font-family:"CalSans-SemiBold";
	font-weight:800;
	letter-spacing:0px;
}
.bloc-bloc-65-fill{
	fill:var(--swatch-var-780);
}
.sovera-accordian-link{
	font-family:"Inter";
	font-size:20px;
	line-height:32px;
	text-decoration:none;
	font-weight:bold;
}
.p-273-style{
	font-family:"Inter";
	font-size:20px;
}
.p-274-style{
	font-family:"Inter";
	font-size:20px;
}
.h2-bloc-67-style{
	font-family:Helvetica;
}
.img-bloc-67-style{
	width:390px;
}
.img-bloc-68-style{
	width:61px;
}
.img-bloc-71-style{
	width:30px;
}
.h3-sovera-flow-style{
	font-family:"CalSans-SemiBold";
	font-weight:800;
}
.h3-68-style{
	font-family:Helvetica;
	font-weight:800;
}
.h1-bloc-71-style{
	font-family:"CalSans-SemiBold";
}
.p-bloc-71-style{
	font-family:"Inter Tight";
	font-size:17px;
}
.p-276-style{
	font-size:20px;
	font-family:"Inter";
}
.p-277-style{
	font-family:"Inter Tight";
	font-size:18px;
}
.h3-bloc-71-style{
	font-family:"InterTight-Bold";
}
.h4-bloc-71-style{
	font-family:"InterTight-Bold";
}
.h4-107-style{
	font-family:"InterTight-SemiBold";
}
.img-bloc-65-style{
	width:347px;
}
.hero-first-col-mb{
	margin-bottom:30px;
}
.feature-col-mt{
	margin-top:29px;
}
.p-bloc-66-style{
	font-size:18px;
	font-family:"Sora-Regular";
}
.h3-69-style{
	font-family:"InterTight-Bold";
}
.h3-studio-style{
	font-family:"InterTight-Bold";
}
.img-sovera-platfo-style{
	border-radius:0px 0px 0px 0px;
	width:558px;
}
.h2-bloc-68-style{
	font-family:"CalSans-SemiBold";
}
.h2-29-style{
	font-family:"InterTight-Medium";
}
.sovera-hq-6-orange{
	color:var(--swatch-var-215)!important;
}
.img-workfl-style{
	width:461px;
	border-radius:17px 17px 17px 17px;
}
.p-280-style{
	font-family:"InterTight-Medium";
	font-size:16px;
	font-weight:500;
}
.link-more--style{
	font-weight:500;
	text-transform:none;
	text-decoration:none;
	border-radius:7px 7px 7px 7px;
	padding:-4px -4px -4px -4px;
	font-size:22px;
}
.sovera-hq-menu-style{
	font-family:"Sora-Medium"!important;
	color:var(--swatch-var-2769)!important;
}
.menu-icon-bloc-62-stroke{
	stroke:var(--swatch-var-2101)!important;
	fill:var(--swatch-var-2101)!important;
}
.h2-bloc-61-style{
	font-family:"Poppins";
	font-weight:500;
}
.p-bloc-61-style{
	font-family:"Inter-Regular";
	font-size:18px;
	font-weight:300;
	line-height:28px;
}
.h2-30-style{
	font-family:"Poppins";
	font-weight:700;
}
.h2-31-style{
	font-family:"Poppins";
	font-weight:700;
	width:100%;
}
.h2-bloc-74-style{
	font-family:"CalSans-SemiBold";
}
.h2-32-style{
	font-family:"InterTight-Bold";
}
.h3-bloc-74-style{
	font-family:"CalSans-SemiBold";
}
.p-285-style{
	font-family:"Inter-Regular";
	font-size:18px;
	line-height:28px;
}
.h5-69-style{
	font-family:"Poppins";
	font-weight:300;
}
.h5-bloc-61-style{
	font-family:"InterTight-SemiBold";
	font-weight:300;
	letter-spacing:px;
}
.p-286-style{
	font-family:"Inter-Regular";
	font-size:18px;
}
.h1-59-style{
	font-family:"Poppins";
	font-weight:500;
}
.bloc-divider-t-0-fill{
	fill:var(--swatch-var-3566);
}
.bloc-divider-b-3126-fill{
	fill:var(--swatch-var-3566);
}
.h3-bloc-62-style{
	font-family:"CalSans-SemiBold";
	font-weight:700;
	font-size:18px;
	text-transform:uppercase;
}
.h1-52-style{
	font-family:"Poppins";
	font-weight:700;
	width:74.96%;
}
.p-unleash-ai-style{
	font-family:"Poppins";
	font-size:20px;
}
.p-281-style{
	font-family:"InterTight-Medium";
	font-weight:300;
}
.p-284-style{
	font-family:"Inter Tight";
}
.h4-108-style{
	font-family:"InterTight-Bold";
}
.p-283-style{
	font-family:"InterTight-Medium";
	font-weight:500;
}
.h2-bloc-73-style{
	font-family:"CalSans-SemiBold";
}
.container-div-bloc-73-style{
	width:100%;
}
.sovera-white{
	color:var(--swatch-var-5357)!important;
}
.sovera-menu-bg-style{
	font-family:"Inter Tight";
	font-weight:500;
	background-color:var(--swatch-var-3804);
}
.sovera-text-style{
	font-weight:300;
	font-family:"Inter Tight";
	font-size:23px;
	text-transform:none;
	text-decoration:none;
}
.sovera-flow-bold{
	font-weight:bold;
}
.divider-39594-background-color{
	background-color:var(--swatch-var-373);
}
.h5-71-style{
	font-family:"InterTight-Medium";
	font-weight:300;
}
.p-294-style{
	font-family:"Inter Tight";
	font-weight:300;
}
.h5-10186-style{
	font-family:"Inter Tight";
	font-weight:300;
}
.h1-bloc-100-style{
	font-family:"Poppins";
	font-weight:700;
}
.h3-bloc-100-style{
	font-family:"Poppins";
	font-weight:700;
}
.green-border-1px{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-2540)!important;
}
.dark-blue-border-1px{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-373)!important;
}
.h4-114-style{
	font-family:"InterTight-Medium";
	font-weight:300;
}
.sovera-italic-wrapper{
	font-family:"Pacifico";
	font-weight:500;
	color:var(--swatch-var-373)!important;
	text-decoration:none;
}
.h2-35-style{
	font-family:"Poppins";
	font-weight:500;
}
.h1-67-style{
	font-family:"Poppins";
	font-weight:500;
}
.h1-studio-style{
	font-family:"Poppins";
	font-weight:500;
}
.card-bloc-77-style{
	width:90.12%;
}
.card-159-style{
	width:90.12%;
}
.card-160-style{
	width:90.12%;
}
.card-158-style{
	width:100%;
}
.h4-sovera-flow-style{
	font-family:"Poppins";
	font-weight:700;
}
.h4-sovera-connect-style{
	font-family:"Poppins";
	font-weight:700;
}
.store-card{
	padding:40px 40px 40px 40px;
	border-radius:30px 30px 30px 30px;
	box-shadow:0.00px 0.00px 9px rgba(0,0,0,0.04);
	position:relative;
	background-color:var(--swatch-var-1830);
}
.primary-gradient-bg{
	background:linear-gradient(307deg, var(--swatch-var-5091) 0%, var(--swatch-var-2101)  73%);
}
.hero-margin{
	margin:2% 2% 2% 2%;
}
.bold-text{
	font-weight:bold;
}
.sm-product-title{
	font-size:20px;
	font-family:"Poppins";
}
.primary-text{
	background:linear-gradient(308deg, var(--swatch-var-5091) 0%, var(--swatch-var-2101) 100%)!important;
	background-clip:text!important;
	-webkit-background-clip:text!important;
	color:transparent!important;
}
.large-icon{
	max-width:300px;
	margin-left:auto;
	margin-right:auto;
}
.row-offset{
	padding-left:8.33333333%;
	padding-right:8.33333333%;
}
.box-card{
	width:100%;
}
.fill-card{
	width:100%;
}
.service-grid{
	width:100%;
	grid-template-rows:auto auto auto;
	grid-template-columns:.5fr .5fr;
}
.p-bloc-14-style{
	font-size:20px;
}
.p-11-style{
	font-size:20px;
}
.store-card-border{
	border-color:var(--swatch-var-5091)!important;
	border-radius:30px 30px 30px 30px;
	padding:20px 20px 20px 20px;
}
.p-10-bloc-66-style{
	font-size:18px;
	font-family:"Sora-Regular";
}
.p-8-bloc-66-style{
	font-size:18px;
	font-family:Helvetica;
}
.secondary-gradient-bg{
	background:linear-gradient(324deg, var(--swatch-var-7401) 0%, var(--swatch-var-4941) 100%);
}
.h4-bloc-15-style{
	font-family:"Poppins";
}
.h4-10-style{
	font-family:"Poppins";
}
.h4-7-style{
	font-family:"Poppins";
}
.h4-6-style{
	font-family:"Poppins";
	font-weight:500;
}
.heading-text{
	font-family:"Poppins";
	font-weight:normal;
}
.sovera-sm-heading{
	text-decoration:none;
	text-transform:none;
	font-family:"Poppins";
	font-weight:500;
}
.secondary-background-dark{
	background-color:var(--swatch-var-6533);
}
.p-bloc-16-style{
	font-size:16px;
	font-family:"Poppins";
}
.p-31-style{
	font-size:16px;
	font-family:"Poppins";
}
.p-27-style{
	font-size:16px;
	font-family:"Poppins";
}
.p-32-style{
	font-family:"Poppins";
}
.p-33-style{
	font-family:"Poppins";
}
.p-29-style{
	font-family:"Poppins";
}
.p-30-style{
	font-family:"Poppins";
}
.p-34-style{
	font-family:"Poppins";
}
.p-20-style{
	font-family:"Poppins";
	font-size:18px;
	line-height:27px;
}
.backing-services-link{
	font-family:"Poppins";
	color:var(--swatch-var-4431)!important;
}
.box-card-grey-bg{
	background-color:var(--swatch-var-7970);
}
.sovera-mini-card-border{
	border-radius:20px 20px 20px 20px;
	padding:10px 10px 10px 10px;
	border-width:0px 0px 0px 0px;
}
.h4-4-style{
	font-family:"Poppins";
	font-weight:500;
}
.h4-5-style{
	font-family:"Poppins";
	font-weight:500;
}
.h4-6-sovera-studio-style{
	font-family:"Poppins";
	font-weight:500;
}
.flow-color-orange{
	color:var(--swatch-var-5091)!important;
	font-weight:bold;
}
.connect-color{
	color:var(--swatch-var-6901)!important;
	font-weight:bold;
}
.studio-color{
	color:var(--swatch-var-3353)!important;
	font-weight:bold;
}
.sovera-box-card-bg{
	background-color:#F5F4F2;
}
.p-why-platform-style{
	font-family:"Poppins";
	font-size:18px;
}
.p-22-why-platform-style{
	font-family:"Poppins";
}
.p-23-style{
	font-family:"Poppins";
}
.p-24-style{
	font-family:"Poppins";
}
.h4-46-style{
	font-family:"Poppins";
}
.h4-45-style{
	font-family:"Poppins";
	font-weight:normal;
}
.h4-44-style{
	font-family:"Poppins";
	font-weight:500;
}
.h5-style{
	font-family:"Sora-Regular";
}
.h2-7-style{
	font-family:"Poppins";
	font-weight:500;
}
.img-style{
	width:139px;
}
.h4-bloc-36-style{
	font-family:"Poppins";
}
.h4-48-style{
	font-family:"Poppins";
}
.h4-ai-assistant-style{
	font-family:"Poppins";
}
.h2-sovera-flow-style{
	font-family:"CalSans-SemiBold";
}
.p-bloc-36-style{
	font-family:"Poppins";
}
.p-112-style{
	font-family:"Poppins";
}
.p-114-style{
	font-family:"Poppins";
}
.p-113-style{
	font-family:"Poppins";
}
.sovera-flow-txt{
	color:var(--swatch-var-1869)!important;
}
.darken-bg{
	fill:var(--swatch-var-1869);
}
.sovera-feature-grid{
	grid-template-columns:.5fr .5fr .5fr;
	grid-template-rows:auto auto auto;
}
.black-bg{
	background-color:var(--swatch-var-7343);
}
.sovera-translucent-bg{
	background-color:var(--swatch-var-2055);
	background-size:length;
}
.feat-sub-header{
	font-size:20px;
}
.cta-card{
	padding:40px 40px 40px 40px;
	border-radius:30px 30px 30px 30px;
}
.white-btn{
	color:var(--swatch-var-2101)!important;
	font-size:16px;
}
.img-bg{
	background-image:url("img/image-4.svg");
	background-size:length;
}
.connect-gradient{
	background-color:var(--swatch-var-4687);
}
.link-padding-top{
	padding-top:2px;
	padding-bottom:2px;
}
.label-bloc-37-style{
	font-size:14px;
}
.blue-bg{
	background-color:var(--swatch-var-6901);
}
.off-black-bg{
	background-color:var(--swatch-var-6726);
}
.h4-secure -style{
	font-family:"Poppins";
	font-weight:500;
}
.h4-private-style{
	font-family:"Poppins";
	font-weight:500;
}
.h4-public-gpts-style{
	font-family:"Poppins";
	font-weight:500;
}
.h4-private-rag-style{
	font-family:"Poppins";
	font-weight:500;
}
.h4-35-style{
	font-family:"Poppins";
	font-weight:500;
}
.h4-36-style{
	font-family:"Poppins";
	font-weight:500;
}
.grid-bloc-37-style{
	grid-template-columns:1fr 1fr 1fr;
	flex-wrap:nowrap;
}
.h4-products-style{
	font-family:"Poppins";
}
.h4-about-style{
	font-family:"Poppins";
}
.h2-contact-style{
	font-family:"Poppins";
	font-weight:500;
}
.h1-sovera -style{
	font-family:"Poppins";
	font-weight:700;
}
.h1-demo-request-style{
	font-family:"CalSans-SemiBold";
}
.h1-4-style{
	font-family:"CalSans-SemiBold";
}
.studio-color-bg{
	background-color:var(--swatch-var-3353);
	background:linear-gradient(274deg, var(--swatch-var-3353)  0%, var(--swatch-var-6373) 100%);
}
.p-18-bloc-16-style{
	font-family:"Poppins";
	font-weight:500;
}
.p-102-style{
	font-family:"Poppins";
}
.p-101-style{
	font-family:"Poppins";
}
.p-100-style{
	font-family:"Poppins";
}
.p-99-style{
	font-family:"Poppins";
}
.p-98-style{
	font-family:"Poppins";
}
.p-97-style{
	font-family:"Poppins";
}
.h4-30-style{
	font-family:"Poppins";
}
.h4-33-style{
	font-family:"Poppins";
}
.h4-34-style{
	font-family:"Poppins";
}
.h4-stay-ahead-style{
	font-family:"Poppins";
}
.h4-31-style{
	font-family:"Poppins";
}
.poppins-regular{
	font-family:"Poppins";
	font-weight:normal;
}
.sovera-store-card{
	padding:40px 40px 40px 40px;
	border-radius:20px 20px 20px 20px;
	position:relative;
}
.sovera-white-bg{
	background-color:var(--swatch-var-1830);
}
.sovera-image-padding{
	padding:60px 60px 60px 60px;
}
.internal-ai-platform-style{
	display:flex;
	flex-direction:column;
	flex-wrap:wrap-reverse;
}
.h1-10-style{
	font-family:"Figtree";
	font-size:50px;
	font-weight:600;
}
.features-style{
	writing-mode:vertical-lr;
	height:100%;
	text-align:left;
}
.h4-flow-intro-style{
	line-height:28px;
	font-family:"Poppins";
	font-size:24px;
}
.connect-blue-bg{
	background-color:var(--swatch-var-6901);
	background:linear-gradient(75deg, var(--swatch-var-6901)      0%, #43C0EC 100%);
}
.wsj-source-style{
	color:var(--swatch-var-7343)!important;
	font-size:16px;
}
.p-bloc-36-49851-style{
	font-family:"Poppins";
	font-weight:500;
}
.h2-bloc-14-style{
	font-family:"CalSans-SemiBold";
	font-weight:500;
	font-size:18px;
}
.sovera-store-card-20px{
	padding:20px 20px 20px 20px;
}
.h4-why-platform-style{
	font-family:"Poppins";
}
.h2-bloc-18-style{
	font-family:"Poppins";
	font-weight:500;
}
.p-flow-features-style{
	font-size:24px;
}
.h1-why-platform-style{
	font-size:60px;
	font-family:"Poppins";
	font-weight:700;
}
.h5-genai-gateway-style{
	font-family:"Poppins";
	font-weight:500;
}
.h1-45884-style{
	font-family:"Poppins";
	font-weight:700;
	font-size:50px;
}
.p-7403-style{
	font-size:20px;
}
.sovera-claud-light-bg{
	background-color:var(--swatch-var-5357);
}
.primary-text-gradient{
	background-color:var(--swatch-var-5091);
	background:repeating-linear-gradient(34deg, var(--swatch-var-5091) 0%, var(--swatch-var-1189) 12%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background-blend-mode:multiply;
}
.h2-bloc-15-style{
	font-family:"Figtree";
	font-weight:700;
}
.img-low-poly-cosi-style{
	width:297px;
}
.p-41-style{
	font-size:18px;
	font-family:"Poppins";
}
.p-42-style{
	font-size:18px;
	font-family:"Poppins";
}
.p-43-style{
	font-size:18px;
	font-family:"Poppins";
}
.sovera-product-line-store-card-40px{
	padding-top:40px;
	border-radius:20px 20px 20px 20px;
}
.img-ai-providers-style{
	width:239px;
}
.h2-bloc-17-style{
	font-family:"Figtree";
	font-weight:700;
	line-height:52px;
}
.text-figtree-800{
	font-family:"Figtree";
	font-weight:800;
}
.sovera-pill-orange-bg{
	background-size:length;
	border-radius:7px 7px 7px 7px;
	padding:3px 10px 3px 10px;
}
.label-utilize-style{
	font-family:"Figtree";
	font-weight:600;
}
.sovera-pill-tbg{
	border-radius:7px 7px 7px 7px;
	padding:3px 10px 3px 10px;
}
.h1-15-style{
	font-size:48px;
	font-family:"Figtree";
	font-weight:800;
}
.label-integrate-style{
	font-family:"Figtree";
	font-weight:600;
}
.label-personalize-style{
	font-family:"Figtree";
	font-weight:600;
}
.text-connect-gradient{
	background:linear-gradient(79deg, var(--swatch-var-6901) 0%, #43C0EC 100%)!important;
	background-clip:text!important;
	-webkit-background-clip:text!important;
	color:var(--swatch-var-2055)!important;
}
.aios-text{
	color:var(--swatch-var-7841)!important;
}
.label-111-style{
	font-family:"Figtree";
	font-weight:600;
	font-size:18px;
}
.label-110-style{
	font-family:"Figtree";
	font-weight:600;
}
.p-60-style{
	font-family:"Figtree";
	font-weight:600;
}
.img-studio-gradie-style{
	width:45px;
}
.p-bloc-22-style{
	font-family:"Poppins";
	font-size:18px;
}
.row-style{
	width:80.37%;
}
.p-107-style{
	font-family:"Poppins";
}
.p-108-style{
	font-family:"Poppins";
}
.p-109-style{
	font-family:"Poppins";
}
.p-110-style{
	font-family:"Poppins";
}
.h4-key-features-style{
	font-family:"Poppins";
	font-weight:500;
}
.link-style{
	font-family:"Red Hat Display";
	font-weight:bold;
}
.sovera-menu{
	text-transform:none;
	font-family:"Poppins";
	font-weight:500;
	font-size:22px;
	color:var(--swatch-var-5091)!important;
}
.flow-color-green{
	color:var(--swatch-var-860)!important;
	font-weight:bold;
}
.sovera-1d1d1d{
	color:var(--swatch-var-6533)!important;
}
.flow-green-bg{
	background-color:var(--swatch-var-860);
	background:linear-gradient(140deg, #047857  0%, #EAFBB4 100%);
}
.h1-about-us-style{
	font-family:"Figtree";
	font-weight:500;
	font-size:42px;
}
.h3-style{
	font-family:"Figtree";
	font-weight:500;
}
.about-us-text{
	color:var(--swatch-var-6533)!important;
	font-size:18px;
}
.h1-12-style{
	font-family:"Inter Tight";
	font-weight:800;
}
.h3-6-style{
	font-family:"Figtree";
	font-weight:800;
}
.store-card-bg{
	background-color:var(--swatch-var-3804);
}
.sovera-flow-green-bg{
	background-color:var(--swatch-var-860);
}
.contact-us-temp{
	flex-direction:row;
	flex-wrap:nowrap;
}
.img-ks-succe-style{
	width:200px;
}
.button-group-style{
	font-size:18px;
	color:var(--swatch-var-1268)!important;
}
.button-group-style:hover{
	background-color:var(--swatch-var-6207);
	border-radius:12px 12px 12px 12px;
	color:var(--swatch-var-860)!important;
}
.h2-style{
	font-family:"Poppins";
	font-weight:700;
}
.h1-13-style{
	font-family:"Figtree";
	font-weight:800;
}
.h1-bloc-31-style{
	font-family:"Figtree";
	font-weight:800;
}
.h3-bloc-31-style{
	font-family:"Poppins";
	font-weight:500;
}
.sovera-text-blue{
	text-transform:none;
	font-family:"Poppins";
	font-weight:700;
	text-indent:15px;
	letter-spacing:1px;
	background-color:var(--swatch-var-3804);
	font-size:20px;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-5783:rgba(0,0,0,0.10);
	
	--swatch-var-1830:rgba(255,255,255,1.00);
	
	--swatch-var-7343:rgba(0,0,0,1.00);
	
	--swatch-var-4593:rgba(255,255,255,0.33);
	
	--swatch-var-3560:rgba(84,95,239,1.00);
	
	--swatch-var-541:rgba(28,28,28,1.00);
	
	--swatch-var-5075:#323231;
	
	--swatch-var-7916:rgba(164,164,164,1.00);
	
	--swatch-var-7980:rgba(210,210,210,1.00);
	
	--swatch-var-2027:rgba(152,83,246,1.00);
	
	--swatch-var-7502:rgba(243,243,243,1.00);
	
	--swatch-var-6826:#E3F5FF;
	
	--swatch-var-5099:rgba(229,236,246,1.00);
	
	--swatch-var-2403:rgba(247,249,251,1.00);
	
	--swatch-var-6276:rgba(149,164,252,1.00);
	
	--swatch-var-3005:rgba(198,199,248,1.00);
	
	--swatch-var-5263:rgba(169,197,218,1.00);
	
	--swatch-var-4159:rgba(177,227,255,1.00);
	
	--swatch-var-5699:rgba(161,227,203,1.00);
	
	--swatch-var-4610:rgba(185,237,189,1.00);
	
	--swatch-var-2476:rgba(255,233,153,1.00);
	
	--swatch-var-5253:rgba(255,125,90,1.00);
	
	--swatch-var-5642:rgba(97,225,163,1.00);
	
	--swatch-var-3930:rgba(0,67,255,0.80);
	
	--swatch-var-7400:rgba(0,132,255,1.00);
	
	--swatch-var-1326:rgba(255,247,218,1.00);
	
	--swatch-var-426:rgba(255,255,255,0.80);
	
	--swatch-var-6373:rgba(139,116,253,1.00);
	
	--swatch-var-5267:rgba(152,83,246,1.00);
	
	--swatch-var-3609:rgba(46,126,255,1.00);
	
	--swatch-var-268:rgba(250,250,247,1.00);
	
	--swatch-var-467:rgba(62,71,105,1.00);
	
	--swatch-var-3173:rgba(38,47,81,1.00);
	
	--swatch-var-4589:rgba(32,38,70,1.00);
	
	--swatch-var-5973:rgba(42,47,55,1.00);
	
	--swatch-var-1456:rgba(242,240,223,1.00);
	
	--swatch-var-4033:rgba(33,35,42,1.00);
	
	--swatch-var-3982:rgba(215,141,112,1.00);
	
	--swatch-var-5853:rgba(250,111,28,1.00);
	
	--swatch-var-5547:rgba(245,243,229,1.00);
	
	--swatch-var-2020:rgba(250,250,250,1.00);
	
	--swatch-var-4056:rgba(33,33,33,1.00);
	
	--swatch-var-3762:rgba(245,244,242,1.00);
	
	--swatch-var-1696:rgba(236,234,226,1.00);
	
	--swatch-var-6831:rgba(250,250,250,0.83);
	
	--swatch-var-120:rgba(51,51,51,1.00);
	
	--swatch-var-3675:rgba(10,115,145,1.00);
	
	--swatch-var-3293:rgba(160,193,209,1.00);
	
	--swatch-var-5270:rgba(240,240,240,1.00);
	
	--swatch-var-7815:rgba(203,120,92,1.00);
	
	--swatch-var-5249:rgba(237,77,64,1.00);
	
	--swatch-var-6623:rgba(224,218,212,1.00);
	
	--swatch-var-2861:rgba(10,145,108,1.00);
	
	--swatch-var-3347:rgba(57,89,77,1.00);
	
	--swatch-var-3253:rgba(97,122,113,1.00);
	
	--swatch-var-779:rgba(59,143,167,0.94);
	
	--swatch-var-4237:rgba(45,76,185,1.00);
	
	--swatch-var-7911:rgba(76,110,230,1.00);
	
	--swatch-var-5941:rgba(255,165,0,1.00);
	
	--swatch-var-7498:rgba(84,45,185,1.00);
	
	--swatch-var-6501:rgba(146,207,199,0.15);
	
	--swatch-var-5755:rgba(248,210,220,0.20);
	
	--swatch-var-572:rgba(210,177,41,0.10);
	
	--swatch-var-1191:rgba(230,122,95,1.00);
	
	--swatch-var-7628:rgba(191,233,245,0.20);
	
	--swatch-var-506:rgba(249,136,106,1.00);
	
	--swatch-var-3935:rgba(162,144,253,1.00);
	
	--swatch-var-1054:rgba(111,93,202,1.00);
	
	--swatch-var-5899:rgba(253,210,132,0.20);
	
	--swatch-var-1829:rgba(244,242,240,0.20);
	
	--swatch-var-961:rgba(230,122,95,1.00);
	
	--swatch-var-6559:rgba(67,76,191,1.00);
	
	--swatch-var-3202:rgba(78,214,246,0.15);
	
	--swatch-var-4629:rgba(142,46,38,1.00);
	
	--swatch-var-4019:rgba(57,89,77,1.00);
	
	--swatch-var-1391:rgba(219,224,242,1.00);
	
	--swatch-var-7606:#232D33;
	
	--swatch-var-317:rgba(84,95,239,0.60);
	
	--swatch-var-3279:rgba(244,66,71,0.75);
	
	--swatch-var-2381:rgba(177,200,214,0.10);
	
	--swatch-var-2442:rgba(152,83,246,1.00);
	
	--swatch-var-6320:rgba(111,93,202,0.10);
	
	--swatch-var-4871:rgba(13,15,38,1.00);
	
	--swatch-var-4991:rgba(67,76,191,0.85);
	
	--swatch-var-2249:rgba(27,30,76,1.00);
	
	--swatch-var-5028:rgba(105,112,204,1.00);
	
	--swatch-var-2411:rgba(33,112,41,0.70);
	
	--swatch-var-2680:rgba(33,138,177,0.70);
	
	--swatch-var-4947:rgba(171,55,2,0.70);
	
	--swatch-var-4175:rgba(130,45,53,0.70);
	
	--swatch-var-4370:rgba(124,176,45,1.00);
	
	--swatch-var-5027:rgba(242,147,14,1.00);
	
	--swatch-var-6735:rgba(86,178,146,1.00);
	
	--swatch-var-2709:rgba(234,139,145,1.00);
	
	--swatch-var-3388:rgba(242,240,223,0.70);
	
	--swatch-var-4918:rgba(27,30,76,0.70);
	
	--swatch-var-4744:rgba(51,51,51,0.80);
	
	--swatch-var-3664:rgba(24,158,189,1.00);
	
	--swatch-var-6575:rgba(40,46,115,1.00);
	
	--swatch-var-6860:rgba(54,61,153,1.00);
	
	--swatch-var-179:rgba(253,158,135,0.10);
	
	--swatch-var-355:rgba(253,158,135,0.10);
	
	--swatch-var-95:rgba(219,241,251,1.00);
	
	--swatch-var-4658:#33201B;
	
	--swatch-var-4356:#653F36;
	
	--swatch-var-3756:rgba(245,244,242,0.80);
	
	--swatch-var-7203:rgba(67,76,191,0.95);
	
	--swatch-var-4704:rgba(244,242,240,0.2);
	
	--swatch-var-6428:rgba(220,83,102,1.00);
	
	--swatch-var-1843:rgba(0,138,160,1.00);
	
	--swatch-var-299:rgba(27,158,209,1.00);
	
	--swatch-var-4341:rgba(240,239,233,1.00);
	
	--swatch-var-2491:rgba(243,242,238,1.00);
	
	--swatch-var-2850:rgba(246,245,242,1.00);
	
	--swatch-var-7464:rgba(203,120,92,0.71);
	
	--swatch-var-4776:rgba(27,158,209,0.50);
	
	--swatch-var-7630:rgba(203,120,92,0.90);
	
	--swatch-var-2197:rgba(0,0,0,0.80);
	
	--swatch-var-4021:rgba(13,15,38,0.80);
	
	--swatch-var-5693:rgba(84,45,185,0.46);
	
	--swatch-var-5875:rgba(84,45,185,0.60);
	
	--swatch-var-2076:rgba(0,0,0,0.2);
	
	--swatch-var-215:rgba(232,122,95,1.00);
	
	--swatch-var-7014:rgba(232,122,95,0.50);
	
	--swatch-var-1252:rgba(96,96,93,1.00);
	
	--swatch-var-1796:rgba(48,48,47,1.00);
	
	--swatch-var-4857:rgba(89,89,89,1.00);
	
	--swatch-var-3353:rgba(93,77,168,1.00);
	
	--swatch-var-674:rgba(7,10,69,1.00);
	
	--swatch-var-4396:rgba(241,242,238,1.00);
	
	--swatch-var-2955:rgba(26,34,47,1.00);
	
	--swatch-var-4657:rgba(238,242,242,1.00);
	
	--swatch-var-7970:rgba(209,215,219,1.00);
	
	--swatch-var-1136:rgba(211,222,220,1.00);
	
	--swatch-var-2596:rgba(211,222,220,0.70);
	
	--swatch-var-780:rgba(249,249,249,1.00);
	
	--swatch-var-4990:rgba(15,20,27,1.00);
	
	--swatch-var-4749:rgba(38,62,92,1.00);
	
	--swatch-var-5206:rgba(243,103,102,1.00);
	
	--swatch-var-3921:rgba(244,243,239,1.00);
	
	--swatch-var-4297:#26272B;
	
	--swatch-var-3772:rgba(251,246,233,1.00);
	
	--swatch-var-7096:#9809FF;
	
	--swatch-var-6383:#51BAF9;
	
	--swatch-var-7839:#5FCDE8;
	
	--swatch-var-4084:rgba(81,101,125,1.00);
	
	--swatch-var-3566:#F7F9FB;
	
	--swatch-var-2769:rgba(231,114,86,1.00);
	
	--swatch-var-5694:rgba(35,57,84,1.00);
	
	--swatch-var-7823:rgba(246,243,242,1.00);
	
	--swatch-var-481:rgba(51,51,51,1.00);
	
	--swatch-var-772:rgba(106,118,106,1.00);
	
	--swatch-var-4085:rgba(57,92,137,1.00);
	
	--swatch-var-373:rgba(84,128,183,1.00);
	
	--swatch-var-2854:rgba(148,177,211,1.00);
	
	--swatch-var-5613:rgba(201,215,233,1.00);
	
	--swatch-var-7822:rgba(25,41,61,1.00);
	
	--swatch-var-1112:rgba(252,252,249,1.00);
	
	--swatch-var-4564:rgba(254,250,249,1.00);
	
	--swatch-var-5200:rgba(231,114,86,0.61);
	
	--swatch-var-6726:rgba(227,230,235,1.00);
	
	--swatch-var-5880:rgba(8,23,71,1.00);
	
	--swatch-var-5185:#3C3C3C;
	
	--swatch-var-2274:#485467;
	
	--swatch-var-1361:rgba(244,250,254,1.00);
	
	--swatch-var-7672:rgba(32,49,82,1.00);
	
	--swatch-var-6350:rgba(230,241,249,1.00);
	
	--swatch-var-2325:rgba(249,229,224,1.00);
	
	--swatch-var-1009:rgba(216,243,246,1.00);
	
	--swatch-var-2540:rgba(7,148,179,1.00);
	
	--swatch-var-2629:rgba(242,249,251,1.00);
	
	--swatch-var-5723:rgba(217,217,200,1.00);
	
	--swatch-var-58:rgba(84,128,183,0.41);
	
	--swatch-var-3138:rgba(243,243,251,1.00);
	
	--swatch-var-6872:rgba(230,231,246,1.00);
	
	--swatch-var-4431:rgba(0,67,255,0.80);
	
	--swatch-var-1869:rgba(0,0,0,0.70);
	
	--swatch-var-6533:rgba(29,29,31,1.00);
	
	--swatch-var-2101:rgba(255,62,65,1.00);
	
	--swatch-var-5091:rgba(252,109,25,1.00);
	
	--swatch-var-5700:rgba(0,0,0,0.03);
	
	--swatch-var-654:rgba(255,255,255,0.80);
	
	--swatch-var-4941:rgba(252,109,25,0.10);
	
	--swatch-var-7401:rgba(255,62,65,0.10);
	
	--swatch-var-7715:rgba(255,247,247,1.00);
	
	--swatch-var-6901:rgba(20,176,231,1.00);
	
	--swatch-var-4091:rgba(255,119,89,1.00);
	
	--swatch-var-2346:#D4F1FB;
	
	--swatch-var-4958:#F3FBFE;
	
	--swatch-var-2158:rgba(255,255,255,0.25);
	
	--swatch-var-2055:rgba(255,255,255,0.05);
	
	--swatch-var-7445:rgba(255,255,255,0.80);
	
	--swatch-var-2953:rgba(208,239,250,1.00);
	
	--swatch-var-4687:rgba(20,176,231,0.15);
	
	--swatch-var-3118:rgba(255,62,65,0.50);
	
	--swatch-var-332:rgba(20,176,231,0.50);
	
	--swatch-var-491:rgba(72,84,103,0.49);
	
	--swatch-var-1520:rgba(42,47,55,0.19);
	
	--swatch-var-1189:rgba(67,76,191,1.00);
	
	--swatch-var-1621:rgba(255,255,249,1.00);
	
	--swatch-var-4729:rgba(33,35,42,0.93);
	
	--swatch-var-7890:rgba(252,109,25,0.80);
	
	--swatch-var-5357:rgba(242,238,230,1.00);
	
	--swatch-var-3094:rgba(248,248,247,1.00);
	
	--swatch-var-895:rgba(247,242,226,1.00);
	
	--swatch-var-1:rgba(239,235,225,1.00);
	
	--swatch-var-6207:rgba(224,220,204,1.00);
	
	--swatch-var-7486:rgba(40,18,4,0.81);
	
	--swatch-var-6699:rgba(255,255,255,0.50);
	
	--swatch-var-5636:rgba(43,42,39,1.00);
	
	--swatch-var-3761:#383835;
	
	--swatch-var-3804:rgba(245,244,238,1.00);
	
	--swatch-var-860:rgba(4,120,87,1.00);
	
	--swatch-var-1339:#5D4DA8;
	
	--swatch-var-4:#F3F1E9;
	
	--swatch-var-3519:rgba(39,38,87,1.00);
	
	--swatch-var-5422:rgba(183,237,255,1.00);
	
	--swatch-var-7136:rgba(54,147,121,0.90);
	
	--swatch-var-7841:rgba(39,38,87,0.81);
	
	--swatch-var-1268:rgba(30,29,79,1.00);
	
	--swatch-var-7578:rgba(234,251,180,1.00);
	
}


/* Background colour styles */

.bgc-3804{
	background-color:var(--swatch-var-3804);
}
.bgc-3762{
	background-color:var(--swatch-var-3762);
}
.bgc-2850{
	background-color:var(--swatch-var-2850);
}
.bgc-654{
	background-color:var(--swatch-var-654);
}
.bgc-5357{
	background-color:var(--swatch-var-5357);
}
.bgc-3094{
	background-color:var(--swatch-var-3094);
}
.bgc-5700{
	background-color:var(--swatch-var-5700);
}
.bgc-1830{
	background-color:var(--swatch-var-1830);
}
.bgc-4{
	background-color:var(--swatch-var-4);
}
.bgc-1112{
	background-color:var(--swatch-var-1112);
}
.bgc-3566{
	background-color:var(--swatch-var-3566);
}
.bgc-4564{
	background-color:var(--swatch-var-4564);
}
.bgc-2158{
	background-color:var(--swatch-var-2158);
}
.bgc-7715{
	background-color:var(--swatch-var-7715);
}
.bgc-2953{
	background-color:var(--swatch-var-2953);
}
.bgc-6350{
	background-color:var(--swatch-var-6350);
}
.bgc-1361{
	background-color:var(--swatch-var-1361);
}
.bgc-6533{
	background-color:var(--swatch-var-6533);
}

/* Text colour styles */

.tc-1869{
	color:var(--swatch-var-1869)!important;
}
.tc-6559{
	color:var(--swatch-var-6559)!important;
}
.tc-1189{
	color:var(--swatch-var-1189)!important;
}
.tc-1{
	color:var(--swatch-var-1)!important;
}
.tc-5783{
	color:var(--swatch-var-5783)!important;
}
.tc-2101{
	color:var(--swatch-var-2101)!important;
}
.tc-1268{
	color:var(--swatch-var-1268)!important;
}
.tc-5880{
	color:var(--swatch-var-5880)!important;
}
.tc-491{
	color:var(--swatch-var-491)!important;
}
.tc-1830{
	color:var(--swatch-var-1830)!important;
}
.tc-6533{
	color:var(--swatch-var-6533)!important;
}
.tc-1621{
	color:var(--swatch-var-1621)!important;
}
.tc-5636{
	color:var(--swatch-var-5636)!important;
}
.tc-5091{
	color:var(--swatch-var-5091)!important;
}
.tc-7445{
	color:var(--swatch-var-7445)!important;
}
.tc-4085{
	color:var(--swatch-var-4085)!important;
}
.tc-2955{
	color:var(--swatch-var-2955)!important;
}
.tc-5200{
	color:var(--swatch-var-5200)!important;
}
.tc-6901{
	color:var(--swatch-var-6901)!important;
}
.tc-4729{
	color:var(--swatch-var-4729)!important;
}
.tc-654{
	color:var(--swatch-var-654)!important;
}
.tc-426{
	color:var(--swatch-var-426)!important;
}
.tc-4091{
	color:var(--swatch-var-4091)!important;
}
.tc-5694{
	color:var(--swatch-var-5694)!important;
}
.tc-6207{
	color:var(--swatch-var-6207)!important;
}

/* Button colour styles */

.btn-c-1189{
	background:var(--swatch-var-1189);
	color:#FFFFFF!important;
}
.btn-c-1189:hover{
	background:#10198C!important;
	color:#FFFFFF!important;
}
.btn-c-6901{
	background:var(--swatch-var-6901);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-6901:hover{
	background:#007DB4!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-2854{
	background:var(--swatch-var-2854);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-2854:hover{
	background:#617EA0!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-6559{
	background:var(--swatch-var-6559);
	color:#FFFFFF!important;
}
.btn-c-6559:hover{
	background:#10198C!important;
	color:#FFFFFF!important;
}
.btn-c-4085{
	background:var(--swatch-var-4085);
	color:#FFFFFF!important;
}
.btn-c-4085:hover{
	background:#062956!important;
	color:#FFFFFF!important;
}
.btn-c-373{
	background:var(--swatch-var-373);
	color:#FFFFFF!important;
}
.btn-c-373:hover{
	background:#214D84!important;
	color:#FFFFFF!important;
}
.btn-c-4237{
	background:var(--swatch-var-4237);
	color:#FFFFFF!important;
}
.btn-c-4237:hover{
	background:#001986!important;
	color:#FFFFFF!important;
}
.btn-c-2274{
	background:var(--swatch-var-2274);
	color:#FFFFFF!important;
}
.btn-c-2274:hover{
	background:#152134!important;
	color:#FFFFFF!important;
}
.btn-c-5694{
	background:var(--swatch-var-5694);
	color:#FFFFFF!important;
}
.btn-c-5694:hover{
	background:#000621!important;
	color:#FFFFFF!important;
}
.btn-c-4991{
	background:var(--swatch-var-4991);
	color:#FFFFFF!important;
}
.btn-c-4991:hover{
	background:rgba(16,25,140,0.85)!important;
	color:#FFFFFF!important;
}
.btn-c-2249{
	background:var(--swatch-var-2249);
	color:#FFFFFF!important;
}
.btn-c-2249:hover{
	background:#000019!important;
	color:#FFFFFF!important;
}
.btn-c-1339{
	background:var(--swatch-var-1339);
	color:#FFFFFF!important;
}
.btn-c-1339:hover{
	background:#2A1A75!important;
	color:#FFFFFF!important;
}
.btn-c-2101{
	background:var(--swatch-var-2101);
	color:#FFFFFF!important;
}
.btn-c-2101:hover{
	background:#CC0B0E!important;
	color:#FFFFFF!important;
}
.wire-btn-c-6533{
	color:var(--swatch-var-6533)!important;
	border-color:var(--swatch-var-6533)!important;
}

/* Link colour styles */

.ltc-6559{
	color:var(--swatch-var-6559)!important;
}
.ltc-6559:hover{
	color:#10198C!important;
}
.ltc-5091{
	color:var(--swatch-var-5091)!important;
}
.ltc-5091:hover{
	color:#C93A00!important;
}
.ltc-2769{
	color:var(--swatch-var-2769)!important;
}
.ltc-2769:hover{
	color:#B43F23!important;
}
.ltc-1869{
	color:var(--swatch-var-1869)!important;
}
.ltc-1869:hover{
	color:rgba(0,0,0,0.70)!important;
}
.ltc-1830{
	color:var(--swatch-var-1830)!important;
}
.ltc-1830:hover{
	color:#CCCCCC!important;
}

/* Icon colour styles */

.icon-6533{
	color:var(--swatch-var-6533)!important;
	border-color:var(--swatch-var-6533)!important;
}

/* Bloc image backgrounds */

.bg-image-4{
	background-image:url("img/image-4.svg");
}



/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.hero-header-text-r{
		font-size:150px;
	}
	.blocs-card-width{
		width:50%;
	}
	.app-shadow{
	}
	.feature-details-col{
		margin-bottom:40px;
		text-align:center;
	}
	.h3-bloc-17-style{
		font-size:40px;
	}
	.card-body-15-style{
		height:289px;
	}
	.card-body-margin-bottom{
		height:297px;
	}
	.card-body-13-style{
		height:248px;
	}
	.menu-icon-0-stroke{
		stroke:var(--swatch-var-6276)!important;
		fill:var(--swatch-var-6276)!important;
	}
	.img-ks-succe-style{
		width:250px;
	}
	.p-bloc-33-style{
		font-size:18px;
	}
	.sovera-rags-input-style{
		color:var(--swatch-var-2249)!important;
	}
	.rags-beta-button{
	}
	.h1-33-style{
		line-height:70px;
	}
	.h1-sovera-style{
		font-size:80px;
	}
	.h1-21-style{
		line-height:55px;
	}
	.h1-bloc-40-style{
		line-height:55px;
	}
	.h3-60-style{
		width:100%;
	}
	.h1-margin-top{
		font-family:"Inter Tight";
		font-weight:300;
	}
	.h5-bloc-57-style{
		width:100%;
	}
	.h5-32-style{
		width:100%;
	}
	.h3-61-style{
		width:100%;
	}
	.hero-header-text{
		font-size:140px;
	}
	.hero-subheader{
		font-size:30px;
	}
	.h1-22-style{
		font-size:50px;
	}
	.h1-53-style{
		font-size:34px;
		width:100%;
	}
	.h4-70-style{
		font-size:24px;
	}
	.h2-9-style{
		font-size:70px;
	}
	.h1-41-style{
		font-size:38px;
		font-family:"InterTight-Medium";
	}
	.h2-bloc-51-style{
		font-family:"InterTight-Medium";
	}
	.h3-54-style{
		font-size:19px;
	}
	.h2-what-is-sovera-style{
		font-size:45px;
	}
	.p-199-style{
		font-size:16px;
	}
	.h1-bloc-use-cases-style{
		font-family:"Inter Tight";
		font-weight:300;
	}
	.h4-69-style{
		font-family:"InterTight-Medium";
		font-weight:lighter;
	}
	.text-green-gradient{
	}
	.sm-product-title{
	}
	.fill-card{
	}
	.cta-card{
	}
	.label-bloc-37-style{
		font-size:14px;
	}
	.label-style{
		font-size:14px;
	}
	.grid-style{
		grid-template-rows:auto;
	}
	.row-offset{
	}
	.discover-gen-ai{
	}
	.store-card{
	}
	.white-btn{
		color:var(--swatch-var-2101)!important;
	}
	.img-pastel-flow-t-style{
		width:337px;
	}
	.img-gripta-style{
		width:495px;
	}
	.img-flow-image-t-style{
		width:355px;
	}
	.img-llamaindex-style{
		width:282px;
	}
	.h1-13-style{
		font-family:"Figtree";
		font-weight:800;
		font-size:34px;
	}
	.img-bulb-ic-style{
		width:201px;
	}
	.h1-bloc-31-style{
		font-family:"Figtree";
		font-weight:700;
	}
	.h3-bloc-31-style{
		font-family:"Poppins";
		font-weight:500;
	}
	
}

@media (max-width: 767px){
	.hero-header-text-r{
		font-size:150px;
	}
	.blocs-card-width{
		width:50%;
	}
	.img-rounded-left{
		border-top-left-radius:15px;
		border-bottom-left-radius:15px;
	}
	.app-shadow{
	}
	.feature-details-col{
		text-align:center;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-1326)!important;
		fill:var(--swatch-var-1326)!important;
	}
	.h1-bloc-13-style{
		font-size:48px;
	}
	.h1-sovera-style{
		font-size:70px;
	}
	.feat-card{
		margin-bottom:60px;
	}
	.card-body-bloc-10-style{
		height:473px;
	}
	.card-body-margin-bottom{
		height:473px;
	}
	.card-body-15-style{
		height:344px;
	}
	.card-body-13-style{
		height:353px;
	}
	.p-bloc-8-style{
		width:100%;
		font-size:17px;
	}
	.card-body-14-style{
		height:353px;
	}
	.menu-icon-0-stroke{
		stroke:var(--swatch-var-6276)!important;
		fill:var(--swatch-var-6276)!important;
	}
	.img-rags-ui-ve-style{
	}
	.bloc-bloc-8-padding-left{
		padding-left:2px;
	}
	.img-vera-ta-style{
		width:477px;
	}
	.h1-33-style{
		line-height:60px;
		font-size:50px;
	}
	.h1-35-style{
		font-size:50px;
	}
	.h1-bloc-35-style{
		font-size:40px;
		line-height:50px;
	}
	.p-123-style{
		line-height:60px;
	}
	.h2-bloc-39-style{
		font-size:42px;
	}
	.h1-22-style{
		font-size:45px;
		line-height:50px;
	}
	.h4-bloc-17-style{
		font-size:24px;
	}
	.h3-bloc-17-style{
		font-size:40px;
	}
	.h1-21-style{
		font-size:40px;
		line-height:45px;
	}
	.text-span-392-style{
		font-weight:bold;
	}
	.p-bloc-35-style{
		font-size:26px;
	}
	.h1-margin-top{
		letter-spacing:px;
		font-family:"Inter Tight";
		font-weight:300;
		font-size:38px;
	}
	.h1-bloc-40-style{
		font-size:40px;
		line-height:45px;
	}
	.h2-what-is-sovera-style{
		font-size:45px;
	}
	.h3-60-style{
		width:100%;
	}
	.h5-32-style{
		width:100%;
	}
	.h5-bloc-57-style{
		width:98.67%;
	}
	.h3-61-style{
		width:100%;
	}
	.hero-header-text{
		font-size:100px;
	}
	.hero-subheader{
		font-size:22px;
	}
	.h1-53-style{
		font-size:38px;
	}
	.h4-66-style{
		font-family:"Inter Tight";
		font-weight:300;
	}
	.h4-67-style{
		font-family:"Inter Tight";
		font-weight:300;
	}
	.h4-68-style{
		font-family:"Inter Tight";
		font-weight:300;
	}
	.h2-9-style{
		font-size:60px;
	}
	.bold-text{
		font-weight:normal;
	}
	.h2-bloc-52-style{
		font-size:30px;
	}
	.h2-bloc-51-style{
		font-family:"InterTight-Medium";
	}
	.h1-41-style{
		font-size:38px;
		font-family:"InterTight-Medium";
	}
	.p-201-style{
		font-size:20px;
	}
	.h4-70-style{
		font-size:22px;
	}
	.p-bloc-38-style{
		font-size:16px;
	}
	.p-127-style{
		font-size:16px;
	}
	.p-128-style{
		font-size:16px;
	}
	.p-129-style{
		font-size:16px;
	}
	.h4-69-style{
		font-family:"InterTight-Medium";
		font-weight:lighter;
	}
	.h1-bloc-55-style{
		font-family:"InterTight-Medium";
	}
	.img-12-style{
		width:430px;
	}
	.sovera-connect-label-style{
		color:var(--swatch-var-5694)!important;
	}
	.h1-bloc-62-style{
		font-family:"Poppins";
		font-weight:700;
	}
	.img-bloc-62-style{
		width:270px;
	}
	.img-bloc-61-style{
		width:278px;
	}
	.img-159-style{
		width:250px;
	}
	.img-160-style{
		width:250px;
	}
	.fill-card{
	}
	.cta-card{
		padding:30px 30px 30px 30px;
	}
	.label-style{
		font-size:12px;
	}
	.label-bloc-37-style{
		font-size:12px;
	}
	.service-grid{
	}
	.grid-bloc-37-style{
		justify-items:stretch;
		grid-column-start:5;
		grid-column-end:12;
	}
	.grid-style{
		grid-template-columns:1fr;
	}
	.row-offset{
	}
	.store-card{
	}
	.img-flow-image-t-style{
		width:257px;
	}
	.h2-style{
		font-family:"Poppins";
		font-weight:700;
	}
	.h1-13-style{
		font-family:"Figtree";
		font-weight:800;
		font-size:34px;
	}
	.sovera-store-card-20px{
	}
	.img-bulb-ic-style{
		width:160px;
	}
	.h1-bloc-31-style{
		font-family:"Figtree";
		font-weight:700;
	}
	.h3-bloc-31-style{
		font-family:"Poppins";
		font-weight:500;
	}
	
}

@media (max-width: 575px){
	.hero-header-text-r{
		line-height:120px;
	}
	.blocs-card-width{
		width:100%;
	}
	.img-rounded-left{
		border-radius:10px 10px 10px 10px;
	}
	.app-shadow{
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-5263)!important;
		fill:var(--swatch-var-5263)!important;
	}
	.menu-icon-bloc-1-stroke{
		stroke:var(--swatch-var-4159)!important;
		fill:var(--swatch-var-4159)!important;
	}
	.text-blue-gradient{
	}
	.footer-link{
		text-align:center;
	}
	.h1-sovera-style{
		font-size:60px;
	}
	.h3-bloc-17-style{
		font-size:35px;
	}
	.card-body-bloc-10-style{
		height:348px;
	}
	.card-body-margin-bottom{
		height:348px;
	}
	.p-bloc-8-style{
		font-size:15px;
	}
	.p-36-style{
		font-size:15px;
	}
	.p-37-style{
		font-size:15px;
	}
	.p-38-style{
		font-size:15px;
	}
	.p-39-style{
		font-size:15px;
	}
	.p-40-style{
		font-size:15px;
	}
	.container-div-min-height{
		min-height:411px;
	}
	.card-body-16-style{
		height:278px;
	}
	.card-body-15-style{
		height:278px;
	}
	.container-div-bloc-10-min-height{
		min-height:411px;
	}
	.h5-bloc-8-style{
		font-size:px;
	}
	.h5-2-bloc-8-style{
		font-size:px;
	}
	.h5-3-bloc-8-style{
		font-size:px;
	}
	.h5-4-bloc-8-style{
		font-size:px;
	}
	.h3-bloc-1-style{
		width:100%;
	}
	.img-ks-succe-style{
		width:200px;
	}
	.sovera-rags-h1-small{
		font-size:80px;
	}
	.h1-33-style{
		line-height:60px;
	}
	.h1-35-style{
		font-size:50px;
		line-height:50px;
	}
	.h1-bloc-35-style{
		font-size:40px;
		line-height:55px;
	}
	.p-123-style{
		font-size:50px;
		line-height:50px;
	}
	.h1-margin-top{
		font-size:36px;
		font-family:"Inter Tight";
		font-weight:300;
	}
	.h2-bloc-39-style{
		font-size:42px;
	}
	.h1-22-style{
		font-size:40px;
		line-height:45px;
	}
	.h4-bloc-17-style{
		font-size:22px;
	}
	.h1-21-style{
		font-size:40px;
		line-height:45px;
	}
	.h3-30802-style{
		font-family:"Sora";
		font-weight:300;
	}
	.p-bloc-35-style{
		font-size:22px;
	}
	.h2-what-is-sovera-style{
		line-height:50px;
	}
	.h3-60-style{
		width:80%;
	}
	.h3-61-style{
		width:80%;
	}
	.h5-bloc-57-style{
		width:100%;
	}
	.h5-32-style{
		width:100%;
	}
	.hero-header-text{
		font-size:50px;
	}
	.h4-66-style{
		font-family:"Inter Tight";
		font-weight:300;
	}
	.h4-67-style{
		font-family:"Inter Tight";
		font-weight:300;
	}
	.h4-68-style{
		font-family:"Inter Tight";
		font-weight:300;
	}
	.h4-bloc-52-style{
		font-family:"Inter Tight";
		font-weight:300;
	}
	.h4-70-style{
		font-family:"Inter Tight";
		font-weight:300;
	}
	.h1-47-style{
		font-size:55px;
	}
	.h2-bloc-52-style{
		font-size:28px;
	}
	.h1-53-style{
		font-size:32px;
	}
	.h2-9-style{
		font-size:60px;
	}
	.h1-41-style{
		font-family:"InterTight-Medium";
		font-size:38px;
	}
	.h2-bloc-51-style{
		font-family:"InterTight-Medium";
		font-weight:300;
	}
	.h3-bloc-52-style{
		font-family:"InterTight-Medium";
	}
	.h2-18-style{
		font-family:"InterTight-Medium";
	}
	.navbar-logo{
		font-size:20px;
	}
	.menu-icon-bloc-49-stroke{
		stroke:var(--swatch-var-7498)!important;
		fill:var(--swatch-var-7498)!important;
	}
	.h1-bloc-62-style{
		font-family:"Poppins";
		font-weight:700;
	}
	.h1-59-style{
		font-family:"Poppins";
		font-weight:700;
	}
	.img-159-style{
		width:220px;
	}
	.img-bloc-61-style{
		width:220px;
	}
	.img-160-style{
		width:220px;
	}
	.store-card{
		padding:25px 25px 25px 25px;
		max-width:95%;
	}
	.lg-sub-title{
		font-size:22px;
	}
	.row-offset{
	}
	.box-card{
		min-height:160px;
	}
	.fill-card{
		max-width:100%;
	}
	.service-grid{
		grid-template-columns:1fr;
	}
	.cta-card{
		padding:20px 20px 20px 20px;
	}
	.label-style{
		font-size:12px;
	}
	.label-bloc-37-style{
		font-size:12px;
	}
	.grid-style{
		grid-template-columns:1fr;
	}
	.h1-style{
		font-family:"Poppins";
		font-weight:500;
	}
	.h2-style{
		font-family:"Poppins";
		font-weight:700;
	}
	.p-style{
		font-family:"Poppins";
	}
	.sovera-store-card-20px{
	}
	.img-low-poly-cosi-style{
		width:160px;
	}
	.h1-13-style{
		font-family:"Figtree";
		font-weight:800;
		font-size:34px;
	}
	.h2-6-style{
		font-family:"Poppins";
	}
	.p-bloc-22-style{
		font-size:16px;
	}
	.store-card-border{
	}
	.img-bulb-ic-style{
		width:150px;
	}
	.h1-bloc-31-style{
		font-family:"Figtree";
		font-weight:700;
	}
	.h3-bloc-31-style{
		font-family:"Poppins";
		font-size:18px;
		font-weight:500;
	}
	
}

