/*-----------------------------------------------------------------------------------
	STRATUM - Datacenter as an Application
	About: STRATUMvisor: a virtual datacenter is itself an OCI artifact with a deterministic runtime, including compute, storage, networking, GPU topology, identities, and operational state, deployable, movable, versionable, and orchestrated as a single workload.

	Author: STRATUMvisor
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:var(--swatch-var-3860);
    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:'Cinzel-Bold';
	src: url('./fonts/Cinzel-Bold/Cinzel-Bold.ttf');
	src: url('./fonts/Cinzel-Bold/Cinzel-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

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

@font-face {
	font-family:'Inter24pt-Bold';
	src: url('./fonts/Inter24pt-Bold/Inter_24pt-Bold.ttf');
	src: url('./fonts/Inter24pt-Bold/Inter_24pt-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

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

@font-face {
	font-family:'Inter28pt-ExtraBold';
	src: url('./fonts/Inter28pt-ExtraBold/Inter_28pt-ExtraBold.ttf');
	src: url('./fonts/Inter28pt-ExtraBold/Inter_28pt-ExtraBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Inter28pt-Bold';
	src: url('./fonts/Inter28pt-Bold/Inter_28pt-Bold.ttf');
	src: url('./fonts/Inter28pt-Bold/Inter_28pt-Bold.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;
}


/* 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 Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken-strong::before{
	background: rgba(0,0,0,0.8);
}


/* 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);
}


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

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* 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;
}
.navbar-toggle.menu-icon-rounded-bars{
	margin-top:7px!important;
}
/* 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}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}

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

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

.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}

/* = Icons
-------------------------------------------------------------- */
blocsicon{
	display:inline-block;
	width:100%;
}
blocsicon svg {
	width: 100%;
	 height: auto;
	 display: block;
}

/* Image Scale */
.img-fluid-up{
	min-width: 100%;
	height: auto;
}



/* = 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;
}




/* 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;
}

/* Dark */
.dark-lb{
	background:#1F272A;
}

/* Horizontal Scroll Container */
.blocs-horizontal-scroll-container{
	position:relative;
}
.blocs-horizontal-scroll-area{
	display:flex;
	overflow-x:auto;
	align-items:flex-start;
	gap:20px;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.blocs-horizontal-scroll-area > *{
	flex-shrink:0;
	max-width:100%;
}
.blocs-horizontal-scroll-area::-webkit-scrollbar{
	display:none;
}
.blocs-horizontal-scroll-control{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index:1;
	display:flex;
	text-align:center;
	border:0;
	margin:0 30px;
}
.blocs-scroll-control-next{
	right:0;
}
.blocs-round-btn{
	background:rgba(0,0,0,0.15);
	border-radius:100%;
	padding:12px;
	opacity:0;
	cursor:pointer;
	transform:scale(0.5);
	backdrop-filter:blur(20px);
	-webkit-backdrop-filter:blur(20px);
	transition:opacity .50s ease,transform .50s ease;
}
.blocs-horizontal-scroll-container:hover .blocs-round-btn,.blocs-horizontal-scroll-container.show-controls .blocs-round-btn{
	opacity:1;
	transform:scale(1.0);
}
.blocs-round-btn:active{
	background:rgba(0,0,0,0.3);
	transform:scale(0.9)!important;
	transition:transform .30s ease,background .50s ease;
}
.compact-blocs-controls .blocs-round-btn{
	padding:2px;
	width:30px;
	height: 30px;
}
.compact-blocs-controls .blocs-round-btn svg{
	width:14px;
	height:14px;
}
.compact-blocs-controls .blocs-horizontal-scroll-control{
	margin:0 20px;
}
.horizontal-scroll-icon{
	fill:none;
	stroke:#fff;
	stroke-width:4px;
	fill-rule:evenodd;
	stroke-linecap:round;
}
.hide-left-control > .blocs-scroll-control-prev, .hide-right-control > .blocs-scroll-control-next{
	opacity:0!important;
	pointer-events: none;
	transition:opacity .50s ease;
}
.show-controls:not(.hide-left-control) > .blocs-scroll-control-prev, .show-controls:not(.hide-right-control) > .blocs-scroll-control-next{
	opacity:1!important;
}
.show-controls.hide-left-control > .blocs-scroll-control-prev, .show-controls.hide-right-control > .blocs-scroll-control-next{
	opacity:0.4!important;
}
.blocs-horizontal-scroll-area img.lazyload{
	height:0;
}
.horizontal-scroll-v-t .blocs-horizontal-scroll-control{
	top:-40px;
}
.horizontal-scroll-v-b .blocs-horizontal-scroll-control{
	top:100%;
}
.horizontal-scroll-h-c .blocs-scroll-control-next{
	left:50%;
}
.horizontal-scroll-h-c .blocs-scroll-control-prev{
	right:50%;
}
.horizontal-scroll-h-l .blocs-scroll-control-next{
	left:60px;
}
.horizontal-scroll-h-l.compact-blocs-controls .blocs-scroll-control-next{
	left:40px;
}
.horizontal-scroll-h-r .blocs-scroll-control-prev{
	right:60px;
}
.horizontal-scroll-h-r.compact-blocs-controls .blocs-scroll-control-prev{
	right:40px;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Inter24pt-Regular";
	color:#DFDFDF!important;
}
.container{
	max-width:1140px;
}
.footer-link{
	text-align:center;
	font-size:25px;
	margin-bottom:30px;
}
.primary-btn{
	color:#FEFFFE!important;
}
.hero-sub-heading{
	font-size:20px;
}
.hero-btn{
	min-width:150px;
}
.footer-divider{
	background-color:var(--swatch-var-3409);
	width:40%;
	height:3px;
	margin-top:30px;
	margin-bottom:30px;
}
.info-text{
	font-size:18px;
}
.cap-heading{
	text-transform:uppercase;
}
.hero-fill-mask{
	fill:transparent;
}
.logo-style{
	font-size:30px;
	line-height:1px;
	letter-spacing:15px;
}
.form-btn{
	min-width:200px;
}
.drink-thumb{
	float:left;
	width:50px;
	height:50px;
	border-radius:50px 50px 50px 50px;
}
.menu-grid{
	grid-template-columns:0.20fr 1fr 0.25fr;
	column-gap:13px;
}
.page-heading{
	font-size:100px;
}
.bloc-fill-mask-2{
	fill:rgba(0,0,0,0.70);
}
.bloc-fill-mask-3{
	fill:rgba(0,0,0,0.70);
}
.brand-image{
	max-width:200px;
}
.icon-size{
	max-width:80px;
}
.primary-icon{
	fill:var(--swatch-var-3409)!important;
}
.navbar-brand img{
	width:50px;
}
.h3-style{
	line-height:34px;
	font-family:"Inter24pt-Bold";
	letter-spacing:-2px;
	font-size:24px;
}
.html-widget-style{
	width:100%;
}
.btn-stratum{
	color:#171717!important;
	font-family:"Inter28pt-Bold";
	font-size:14px;
}
.link-style{
	font-family:"Cinzel-Bold";
	font-size:18px;
}
.h1-style{
	font-family:"Inter28pt-ExtraBold";
	font-size:60px;
	line-height:60px;
}
.h3-hero-style{
	font-family:"Inter24pt-Regular";
	font-size:18px;
}
.h6-style{
	font-family:"Inter18pt-Regular";
	font-size:12px;
}
.p-hero-style{
	font-family:"IBMPlexMono-Regular";
	font-size:12px;
	letter-spacing:2px;
}
.btn-stratum-gold{
	color:var(--swatch-var-2041)!important;
	font-family:"Inter28pt-Bold";
	font-size:14px;
}
.h3-gpu-ai-style{
	font-family:"Inter28pt-Bold";
}
.p-50-style{
	font-family:"Inter24pt-Regular";
}
.p-51-style{
	font-family:"Inter24pt-Regular";
}
.h3-feature-title-style{
	font-family:"Inter24pt-Bold";
	font-size:24px;
	letter-spacing:-2px;
	line-height:34px;
}
.p-52-style{
	font-family:"Inter24pt-Regular";
}
.p-53-style{
	font-family:"Inter24pt-Regular";
}
.h3-command--style{
	font-family:"Inter24pt-Bold";
}
.h3-23-style{
	font-family:"Inter24pt-Bold";
}
.h2-style{
	font-family:"Inter28pt-ExtraBold";
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.heading-stratum{
	letter-spacing:-2px;
}
.p-45665-style{
	font-family:"Inter24pt-Regular";
}
.h3-20-style{
	font-family:"Inter24pt-Regular";
}
.h2-feature-title-style{
	font-family:"Inter24pt-Bold";
}
.h3-21-style{
	font-family:"Inter24pt-Regular";
}
.p-22531-style{
	font-family:"Inter24pt-Regular";
}
.img-style{
	width:785px;
	height:268px;
}
.h3-24-style{
	font-family:"Inter28pt-ExtraBold";
	font-size:60px;
	line-height:60px;
	width:100%;
}
.p-58-style{
	font-family:"Inter24pt-Regular";
}
.text-stratum-bold{
	color:var(--swatch-var-1291)!important;
	font-family:"Inter28pt-Bold";
	font-weight:bold;
}
.p-47712-style{
	font-family:"IBMPlexMono-Regular";
	letter-spacing:2px;
	font-size:12px;
	line-height:18px;
}
.h3-25-style{
	font-family:"Inter24pt-Bold";
}
.p-60-style{
	font-family:"Inter24pt-Regular";
}
.h3-29-style{
	font-family:"Inter24pt-Bold";
}
.h3-03-repeatable-style{
	font-family:"Inter24pt-Bold";
}
.h3-01-immutable-style{
	font-family:"Inter24pt-Bold";
}
.h3-02-portable-style{
	font-family:"Inter24pt-Bold";
}
.p-61-style{
	font-family:"Inter24pt-Regular";
}
.p-62-style{
	font-family:"Inter24pt-Regular";
}
.p-64-style{
	font-family:"Inter24pt-Regular";
}
.p-63-style{
	font-family:"Inter24pt-Regular";
}
.h4-style{
	font-family:"Inter24pt-Bold";
}
.h4-get-the-app-style{
	font-family:"Inter24pt-Bold";
}
.h4-follow-us-style{
	font-family:"Inter24pt-Bold";
}
.h1-3-style{
	font-family:"Inter28pt-ExtraBold";
}
.nav-logo{
	color:var(--swatch-var-6728)!important;
	letter-spacing:15px;
	font-size:30px;
	line-height:1px;
}
.h1-user-guide-style{
	font-family:"Inter28pt-ExtraBold";
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h3-20-feature-title-style{
	font-family:"Inter24pt-Bold";
	font-size:24px;
	line-height:34px;
	letter-spacing:-2px;
}
.p-style{
	font-family:"Inter24pt-Regular";
}
.p-32-style{
	font-family:"Inter24pt-Regular";
}
.p-33-style{
	font-family:"Inter24pt-Regular";
}
.img-system-arsen-style{
	height:268px;
}
.img-bloc-15-style{
	height:268px;
}
.img-right-cli-style{
	height:269px;
}
.img-snapsho-style{
	height:268px;
}
.img-move--style{
	height:268px;
}
.img-node-editor-style{
	height:268px;
}
.img-13-style{
	height:268px;
}
.h3-56-style{
	font-family:"Inter24pt-Bold";
}
.p-72-style{
	font-family:"Inter24pt-Regular";
}
.h3-59-style{
	font-family:"Inter28pt-ExtraBold";
}
.p-75-style{
	font-family:"Inter24pt-Regular";
}
.h3-60-style{
	font-family:"Inter24pt-Bold";
}
.h3-62-style{
	font-family:"Inter24pt-Bold";
}
.h3-63-style{
	font-family:"Inter24pt-Bold";
}
.h3-61-style{
	font-family:"Inter24pt-Bold";
}
.p-76-style{
	font-family:"Inter24pt-Regular";
}
.p-78-style{
	font-family:"Inter24pt-Regular";
}
.p-79-style{
	font-family:"Inter24pt-Regular";
}
.p-77-style{
	font-family:"Inter24pt-Regular";
}
.img-mem-encrypti-style{
	height:229px;
}
.img-disk-encrypti-style{
	height:229px;
}
.h3-64-style{
	font-family:"Inter24pt-Bold";
}
.p-80-style{
	font-family:"Inter24pt-Regular";
}
.h3-65-style{
	font-family:"Inter24pt-Bold";
}
.p-81-style{
	font-family:"Inter24pt-Regular";
}
.h3-66-style{
	font-family:"Inter24pt-Bold";
}
.p-82-style{
	font-family:"Inter24pt-Regular";
}
.h3-67-style{
	font-family:"Inter24pt-Bold";
}
.p-83-style{
	font-family:"Inter24pt-Regular";
}
.p-104-style{
	font-family:"Inter28pt-ExtraBold";
	font-size:25px;
}
.social-icon-size{
	max-width:70px;
}
.svg-icon-fill{
	fill:var(--swatch-var-6472)!important;
}
.svg-icon-0-fill{
	fill:var(--swatch-var-6472)!important;
}
.svg-icon-24007-fill{
	fill:var(--swatch-var-6592)!important;
}
.h3-download-style{
	font-family:"Inter28pt-ExtraBold";
}
.p-30852-style{
	font-family:"Inter24pt-Regular";
}
.h1-4-style{
	font-family:"Inter28pt-ExtraBold";
}
.h2-13-style{
	font-family:"Inter24pt-Bold";
}
.img-docker-a-style{
	width:216px;
	height:187px;
}
.h2-12-style{
	font-family:"Inter24pt-Bold";
}
.h2-helm-chart-style{
	font-family:"Inter24pt-Bold";
}
.img-41-style{
	width:216px;
	height:187px;
}
.img-43-style{
	width:144px;
	height:113px;
}
.img-44-style{
	height:142px;
}
.img-45-style{
	height:115px;
}
.img-46-style{
	height:115px;
}
.img-47-style{
	height:142px;
	width:145px;
}
.h2-15-style{
	font-family:"Inter28pt-ExtraBold";
	font-size:24px;
}
.h3-21662-style{
	font-family:"Inter24pt-Bold";
	line-height:34px;
	letter-spacing:1px;
	font-size:20px;
}
.p-73-style{
	font-family:"Inter24pt-Regular";
}
.p-30301-style{
	font-family:"Inter24pt-Regular";
}
.h3-138-style{
	font-family:"Inter28pt-ExtraBold";
}
.p-150-style{
	font-family:"Inter24pt-Regular";
}
.p-151-style{
	font-family:"Inter24pt-Regular";
}
.p-5165-style{
	font-family:"Inter28pt-ExtraBold";
	font-size:16px;
}
.p-118-style{
	font-family:"Inter24pt-Regular";
}
.h3-106-style{
	font-family:"Inter28pt-ExtraBold";
}
.h3-37157-style{
	font-family:"Inter24pt-Bold";
}
.h3-why-now--style{
	font-family:"Inter24pt-Bold";
}
.p-29237-style{
	font-family:"Inter24pt-Regular";
	font-size:16px;
}
.p-18024-style{
	font-family:"Inter24pt-Regular";
}
.p-74-style{
	font-family:"Inter24pt-Regular";
}
.h3-contact-us-style{
	font-family:"Inter28pt-ExtraBold";
}
.h3-145-style{
	font-family:"Inter28pt-ExtraBold";
}
.p-158-style{
	font-family:"Inter24pt-Regular";
}
.h3-background{
	background:linear-gradient(0deg, var(--swatch-var-1523) 0%, var(--swatch-var-155) 100%);
	color:transparent!important;
	background-clip:text!important;
}
.p-159-style{
	font-family:"Inter24pt-Regular";
	line-height:24px;
}
.p-160-style{
	font-family:"Inter24pt-Regular";
}
.p-161-style{
	font-family:"Inter24pt-Regular";
}
.p-162-style{
	font-family:"Inter24pt-Regular";
}
.h3-evaluation-style{
	font-family:"Inter24pt-Regular";
}
.p-182-style{
	font-family:"Inter24pt-Regular";
}
.p-187-style{
	font-family:"Inter24pt-Regular";
}
.p-188-style{
	font-family:"Inter24pt-Regular";
}
.p-189-style{
	font-family:"Inter24pt-Regular";
}
.label-style{
	font-family:"Inter24pt-Regular";
}
.label-name-style{
	font-family:"Inter24pt-Regular";
}
.label-country-style{
	font-family:"Inter24pt-Regular";
}
.label-intended-use-style{
	font-family:"Inter24pt-Regular";
}
.label-message-style{
	font-family:"Inter24pt-Bold";
}
.label-1-style{
	font-family:"Inter24pt-Bold";
}
.label-email-style{
	font-family:"Inter24pt-Bold";
}
.label-4-style{
	font-family:"Inter28pt-ExtraBold";
}
.img-datacente-style{
	height:268px;
}
.svg-icon-20302-fill{
	fill:var(--swatch-var-6472)!important;
}
.stratum-yellow-font{
	color:var(--swatch-var-2941)!important;
	font-weight:bold;
}
.img-bloc-27-style{
	width:50px;
	height:50px;
}
.stratum.template.icon{
	width:100px;
}
.stratumtemplateicon{
	max-width:50%;
	width:80px;
}
.p-1-style{
	font-family:"Inter28pt-ExtraBold";
	font-size:24px;
	letter-spacing:-1px;
	line-height:24px;
}
.h2-bloc-1-style{
	font-family:"Inter28pt-ExtraBold";
	letter-spacing:0px;
}
.p-22-style{
	font-family:"Inter24pt-Regular";
	font-size:14px;
	letter-spacing:0px;
}
.p-23-style{
	font-family:"Inter24pt-Regular";
	font-size:14px;
}
.p-24-style{
	font-family:"Inter24pt-Regular";
	font-size:14px;
}
.p-25-style{
	font-family:"Inter24pt-Regular";
	font-size:14px;
}
.p-26-style{
	font-family:"Inter24pt-Regular";
	font-size:14px;
}
.p-27-style{
	font-family:"Inter24pt-Regular";
	font-size:14px;
}
.p-28-style{
	font-family:"Inter24pt-Regular";
	font-size:12px;
}
.p-29-style{
	font-family:"Inter24pt-Regular";
	font-size:14px;
}
.p-30-style{
	font-family:"Inter24pt-Regular";
	font-size:14px;
}
.p-bloc-9-style{
	font-family:"Inter24pt-Regular";
}
.h3-bloc-9-style{
	font-family:"Inter24pt-Bold";
	letter-spacing:-2px;
	font-size:24px;
}
.scroll-qoute-container{
	width:100%;
}
.quote-thumb{
	max-width:100px;
}
.quote-text{
	font-size:26px;
	font-style:italic;
}
.p-11-style{
	font-family:"Inter28pt-ExtraBold";
}
.p-12-style{
	font-family:"Inter24pt-Bold";
}
.p-9-style{
	font-family:"Inter28pt-ExtraBold";
}
.p-10-style{
	font-family:"Inter24pt-Bold";
}
.p-7-style{
	font-family:"Inter28pt-ExtraBold";
}
.p-8-style{
	font-family:"Inter24pt-Bold";
}
.p-13-style{
	font-family:"Inter28pt-ExtraBold";
}
.p-14-style{
	font-family:"Inter24pt-Bold";
}
.p-bloc-54-style{
	font-family:"Inter24pt-Regular";
}
.h3-bloc-53-style{
	font-family:"Inter28pt-ExtraBold";
}
.p-bloc-53-style{
	font-family:"Inter24pt-Regular";
}
.h3-184-style{
	font-family:"Inter28pt-ExtraBold";
}
.p-378-style{
	font-family:"Inter24pt-Regular";
}
.p-17-style{
	font-family:"Inter24pt-Bold";
}
.text-stratum-bold-menu{
	color:var(--swatch-var-1291)!important;
	font-family:"Inter24pt-ExtraBold";
	font-weight:bold;
	letter-spacing:-1px;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
}
.menu-icon-bloc-12-stroke{
	stroke:var(--swatch-var-6728)!important;
	fill:var(--swatch-var-6728)!important;
}
.h1-1-style{
	font-family:"Inter24pt-Bold";
	font-size:40px;
	letter-spacing:6px;
}
.h3-60-bloc-20-style{
	font-family:"Inter24pt-Bold";
}
.p-bloc-20-style{
	font-family:"Inter24pt-Regular";
}
.p-107-style{
	font-family:"Inter24pt-Regular";
}
.h3-patentpending-style{
	width:100%;
	font-size:16px;
}
.stratum-hero-heading-area{
	position:relative;
}
.h3-192-style{
	font-family:"Inter24pt-Bold";
}
.h1-bloc-20-style{
	font-size:90px;
}
.p-391-style{
	font-size:30px;
	line-height:30px;
	font-family:"Inter24pt-Bold";
}
.h3-196-style{
	font-family:"Inter24pt-Bold";
}
.img-compute-fabr-style{
	height:500px;
	width:350px;
}
.h1-stratum-host-style{
	font-family:"Inter28pt-ExtraBold";
}
.h1-helm-style{
	font-family:"Inter28pt-ExtraBold";
}
.h3-bloc-51-style{
	font-size:16px;
}
.h3-the-result-style{
	font-size:16px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-7376:rgba(35,36,35,1.00);
	
	--swatch-var-2941:rgba(241,235,196,1.00);
	
	--swatch-var-6728:rgba(247,247,247,1.00);
	
	--swatch-var-3409:rgba(204,173,85,1.00);
	
	--swatch-var-4661:rgba(39,39,39,1.00);
	
	--swatch-var-4611:rgba(23,23,21,1.00);
	
	--swatch-var-1523:rgba(29,29,27,1.00);
	
	--swatch-var-155:rgba(29,29,27,1.00);
	
	--swatch-var-395:rgba(17,17,15,1.00);
	
	--swatch-var-6673:rgba(223,223,223,1.00);
	
	--swatch-var-1291:rgba(247,247,247,1.00);
	
	--swatch-var-277:rgba(217,41,41,1.00);
	
	--swatch-var-1492:rgba(117,117,117,1.00);
	
	--swatch-var-6472:rgba(223,223,223,1.00);
	
	--swatch-var-2041:rgba(202,170,69,1.00);
	
	--swatch-var-6592:#FFFFFF;
	
	--swatch-var-7600:#C4FFFF;
	
	--swatch-var-1165:#0F0F0F;
	
	--swatch-var-7343:#000000;
	
	--swatch-var-3860:rgba(39,39,39,1.00);
	
	--swatch-var-3054:rgba(184,187,192,1.00);
	
}


/* Background colour styles */

.bgc-3054{
	background-color:var(--swatch-var-3054);
}
.bgc-3860{
	background-color:var(--swatch-var-3860);
}
.bgc-4661{
	background-color:var(--swatch-var-4661);
}
.bgc-1523{
	background-color:var(--swatch-var-1523);
}
.bgc-1492{
	background-color:var(--swatch-var-1492);
}
.bgc-6472{
	background-color:var(--swatch-var-6472);
}
.bgc-1291{
	background-color:var(--swatch-var-1291);
}

/* Text colour styles */

.tc-1291{
	color:var(--swatch-var-1291)!important;
}
.tc-6673{
	color:var(--swatch-var-6673)!important;
}
.tc-2041{
	color:var(--swatch-var-2041)!important;
}
.tc-7343{
	color:var(--swatch-var-7343)!important;
}
.tc-4611{
	color:var(--swatch-var-4611)!important;
}
.tc-1492{
	color:var(--swatch-var-1492)!important;
}
.tc-155{
	color:var(--swatch-var-155)!important;
}
.tc-3409{
	color:var(--swatch-var-3409)!important;
}
.tc-1165{
	color:var(--swatch-var-1165)!important;
}
.tc-1523{
	color:var(--swatch-var-1523)!important;
}

/* Button colour styles */

.btn-c-3409{
	background:var(--swatch-var-3409);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-3409:hover{
	background:#997A22!important;
	color:rgba(0,0,0,.5)!important;
}
.wire-btn-c-3409{
	color:var(--swatch-var-3409)!important;
	border-color:var(--swatch-var-3409)!important;
}
.wire-btn-c-4611{
	color:var(--swatch-var-4611)!important;
	border-color:var(--swatch-var-4611)!important;
}

/* Link colour styles */

.ltc-6592{
	color:var(--swatch-var-6592)!important;
}
.ltc-6592:hover{
	color:#CCCCCC!important;
}
.ltc-6728{
	color:var(--swatch-var-6728)!important;
}
.ltc-6728:hover{
	color:#C4C4C4!important;
}
.ltc-3409{
	color:var(--swatch-var-3409)!important;
}
.ltc-3409:hover{
	color:#997A22!important;
}
.ltc-2941{
	color:var(--swatch-var-2941)!important;
}
.ltc-2941:hover{
	color:#BEB891!important;
}

/* Bloc image backgrounds */

.bg-fleet{
	background-image:url("img/fleet.png");
	background-image: -webkit-image-set(url("img/fleet.webp") 1x,
url("img/fleet.webp") 2x);background-image: image-set(url("img/fleet.png") 1x,
url("img/fleet.png") 2x,url("img/fleet.webp") 1x,
url("img/fleet.webp") 2x);
}


/* = Additional CSS
-------------------------------------------------------------- */
.tight-list {
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.2rem;
}

.tight-list li {
  margin: 0 0 2px 0;
  padding: 0;
}

.tight-list li p {
  margin: 0;
}

// referral-ribbon isnt used anymore
.referral-ribbon {
    position: fixed;
    top: 28px;
    right: -48px;
    z-index: 9999;

    width: 190px;
    padding: 10px 0;

    background: #d60000;
    color: #ffffff !important;

    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;

    transform: rotate(45deg);

    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
    cursor: pointer;

    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.referral-ribbon:hover {
    background: #ff1a1a;
    color: #ffffff !important;
    transform: rotate(45deg) scale(1.06);
}

.referral-badge {
    position: absolute;
    top: 18px;
    right: 0px;
    z-index: 10;

    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 11px 18px;

    background: #d60000;
    color: #ffffff !important;

    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;

    border: 1px solid #ff3b3b;
    clip-path: polygon(8px 0, 100% 0, 100% 100%, 0 100%, 0 8px);

    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.35);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.referral-badge:hover {
    background: #ff1616;
    color: #ffffff !important;
    transform: translateY(-2px);
}

.referral-badge span {
    font-size: 16px;
    line-height: 0;
}

/* Tablet and phone */
@media (max-width: 991px) {
    .referral-badge {
        position: static;
        display: flex;
        width: fit-content;
        margin: 14px 4px 0 auto;
    }
}

// Logo to fit on phone screens
@media (max-width: 575.98px) {
  .nav-logo {
    display: flex !important;
    align-items: center;
    gap: 8px;
    max-width: calc(100% - 58px);
    min-width: 0;
    margin-right: 0 !important;
    font-size: 14px !important;
    letter-spacing: 0.12em !important;
    white-space: nowrap;
  }

  .nav-logo img {
    width: 38px !important;
    height: 38px !important;
    flex: 0 0 auto;
  }

  .navbar-toggler {
    flex: 0 0 auto;
    margin-left: auto;
  }
}


/* = 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;}
.object-hidden{display:none;}


/* = 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-fill-mask{
		fill:rgba(0,0,0,0.70);
	}
	.form-btn{
	}
	.menu-grid{
		grid-template-columns:0.20fr 1fr 0.25fr;
	}
	
}

@media (max-width: 767px){
	.form-btn{
		width:100%;
	}
	.menu-grid{
		grid-template-columns:0.20fr 1fr 0.25fr;
	}
	.logo-style{
		font-size:25px;
	}
	.page-heading{
		font-size:50px;
	}
	.hero-heading{
		font-size:30px;
	}
	.quote-text{
		font-size:22px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.menu-grid{
		grid-template-columns:0.20fr 1fr 0.25fr;
		column-gap:7px;
	}
	.menu-price{
		font-size:16px;
	}
	.menu-item-title{
		font-size:21px;
	}
	.drink-thumb{
		width:30px;
		height:30px;
	}
	.menu-item-info{
		font-size:15px;
	}
	.page-heading{
	}
	.logo-style{
	}
	.hero-sub-heading{
		font-size:18px;
	}
	.hero-fill-mask{
		fill:rgba(0,0,0,0.80);
	}
	.quote-text{
		font-size:18px;
	}
	.navbar-logo{
		font-size:18px;
	}
	
}

