*, :before, :after {
	box-sizing: border-box;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	position: relative;
	display: grid;
	align-content: start;
	font-family: Public Sans Regular;
	font-size: 1rem;
	line-height: 1.35;
	background-color: var(--bc-body);
	color: var(--c-000-read);
}

body:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	height: 4px;
	width: 50%;
	background-color: var(--c-1);
}

@media (max-width: 890px) {
	body:before {
		display: none;
	}
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=date],
input[type=checkbox],
input[type=radio],
input[type=file],
textarea,
select {
	font-family: inherit;
	font-size: 1rem;
	border: none;
	padding: 0.7rem;
	border: solid 1px rgba(0, 0, 0, 0.2);
	background-color: #fff;
}

input[type="radio"],
input[type="checkbox"] {
	width: 1em;
	height: 1rem;
	accent-color: var(--c-2);
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDQ1MS44NDcgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZD0iTTIyNS45MjMgMzU0LjcwNmMtOC4wOTggMC0xNi4xOTUtMy4wOTItMjIuMzY5LTkuMjYzTDkuMjcgMTUxLjE1N2MtMTIuMzU5LTEyLjM1OS0xMi4zNTktMzIuMzk3IDAtNDQuNzUxIDEyLjM1NC0xMi4zNTQgMzIuMzg4LTEyLjM1NCA0NC43NDggMGwxNzEuOTA1IDE3MS45MTUgMTcxLjkwNi0xNzEuOTA5YzEyLjM1OS0xMi4zNTQgMzIuMzkxLTEyLjM1NCA0NC43NDQgMCAxMi4zNjUgMTIuMzU0IDEyLjM2NSAzMi4zOTIgMCA0NC43NTFMMjQ4LjI5MiAzNDUuNDQ5Yy02LjE3NyA2LjE3Mi0xNC4yNzQgOS4yNTctMjIuMzY5IDkuMjU3eiIgZmlsbD0iIzAwMDAwMCIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCI+PC9wYXRoPjwvZz48L3N2Zz4=);
	background-position: center right 0.6rem;
	background-size: auto 1rem;
	background-repeat: no-repeat;
}

input[type=checkbox],
input[type=radio] {
	margin: 0;
	margin-top: 0.20rem;
}

input[type=number] {
	appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	appearance: none;
	margin: 0;
}

input[name=h] {
	display: none;
}

label {
	display: block;
	font-size: 0.75rem;
	margin-bottom: 0.5rem;
	xfont-family: Public Sans Light;
	xcolor: var(--c-1);
	opacity: 0.6;
}

button {
	cursor: pointer;
}

img {
	max-width: 100%;
}

.img-cover {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}

@media (max-width: 890px) {
	.img-cover {
		xheight: 22rem;
	}

	.m-img-cover {
		object-fit: cover;
		object-position: right center;
		width: 100%;
	}
}

a {
	color: var(--color-1);
	text-decoration: none;
}

h1,
h2,
h3,
h4 {
	font-family: Public Sans Bold;
	font-weight: normal;
	font-size: 1rem;
	margin: 0;
}

h1 {
	font-size: 5.4rem;
	letter-spacing: -3.5px;
	line-height: 0.9;
}

h2 {
	font-family: Public Sans Semibold;
	letter-spacing: -1.5px;
	font-size: 2.3rem;
	line-height: 1;
}

.h1-h2 {
	font-family: Public Sans Semibold;
	letter-spacing: -1.5px;
	font-size: 2.3rem;
	line-height: 1;
}

h3 {
	font-family: Public Sans Semibold;
	letter-spacing: -0.5px;
	font-size: 1.9rem;
	line-height: 1.1;
}

h3.h3-bigger {
	font-size: 2.1rem;
}

h3.c-1 {
	font-family: Public Sans Regular;
}

h3.c-1 {}

h3.c-fff {
	font-family: Public Sans Semibold;
	letter-spacing: -0.5px;
}

@media (max-width: 890px) {
	h1 {
		font-size: 2.8rem;
	}

	h2 {
		font-size: 1.7rem;
		letter-spacing: -1px;
	}

	.h2-b {
		font-size: 6rem;
		margin-left: -0.5rem;

	}

	h3 {
		font-size: 1.4rem;
	}
}

strong {
	font-family: Public Sans Bold;
}

p {
	margin: 0;
	margin-bottom: 1rem;
}

p:last-child {
	margin-bottom: 0;
}

.p-accent {
	font-family: Public Sans Regular;
	font-weight: normal;
	font-size: 1.5rem;
	line-height: 1.1;
	color: var(--c-4);
	margin: 0;
}

p a {
	border-bottom: solid 2px var(--c-4);
	transition: 0.2s all;
}

ul {
	margin: 0;
	padding: 0;
	padding-left: 1.3rem;
}

ul li {
	margin-bottom: 0.8rem;
	line-height: 1.3;
}

.hp {
	position: absolute;
	left: -200vw;
	opacity: 0;
}

.whatsapp-fab {
	position: fixed;
	z-index: 10;
	height: 4rem;
	bottom: 1rem;
	right: 1rem;
	filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.3));
}

.video-embed {
	width: 100%;
	aspect-ratio: 16/9;
}

.hamb {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 2rem;
	height: 2rem;
	background-image: url(../ico/hamburger.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.hamb-000 {
	background-image: url(../ico/hamburger.svg);
}

.button {
	display: grid;
	font-family: Public Sans Regular;
	font-weight: bold;
	color: #000;
	letter-spacing: -0.2px;
	font-size: 0.85rem;
	text-align: center;
	text-transform: uppercase;
	border: solid 1px;
	padding: 0.55rem 1rem;
	padding-top: 0.6rem;
	transition: all 0.2s;
}

.button:hover {
	xbackground-color: #000;
	xcolor: #fff;
	xbackground-color: rgba(255, 255, 255, 0.2);
	background-color: var(--c-1);
	border-color: #000;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
}

.button-s {
	padding: 0.5rem 1rem;
	padding-right: 3rem;
}

.button-fff {
	color: #fff;
	background-color: transparent;
}

.button-alpha {
	color: #000;
	background-color: transparent;
}

.button-c-1 {
	color: var(--c-1);
	background-color: transparent;
}

.button-c-1:hover {
	color: #fff;
	border-color: var(--c-1);
	background-color: var(--c-1);
}

.button-c-3 {
	color: var(--c-3);
	background-color: transparent;
}

.button-c-3:hover {
	color: #fff;
	border-color: var(--c-3);
	background-color: var(--c-3);
}

.button-c-4 {
	background-color: transparent;
}

.button-c-4:hover {
	xcolor: #fff;
	background-color: #85A82F90;
}

.button-c-5 {
	background-color: transparent;
}

.button-c-5:hover {
	color: #fff;
	background-color: var(--c-3);
}

.button-ico {
	padding-right: 2.5rem;
	background-size: auto 0.8rem;
	background-repeat: no-repeat;
	background-position: center right 0.8rem;
}

.button-download {
	background-image: url(../ico/download.svg);
}

.button-download2:hover {
	background-image: url(../ico/download2-fff.svg);
}

.button-download2 {
	background-size: 0.8rem auto;
	background-image: url(../ico/download2.svg);
}

.button-download:hover {
	background-image: url(../ico/download-fff.svg);
}

.button-info {
	background-image: url(../ico/notepad.svg);
}

.button-info:hover {
	background-image: url(../ico/notepad.svg);
}

.button-box {
	font-family: Public Sans Thin;
	color: #fff;
	background-color: transparent;
	background-position: center right;
	border: none;
	border-bottom: solid 1px rgba(255, 255, 255, 0.3);
	padding: 0;
	padding-bottom: 0.3rem;
	text-align: left;
	font-size: 0.9rem;
}

.button-box:hover {
	background-color: inherit;
	box-shadow: none;
	color: var(--c-5);
	background-image: url(../ico/arrow-right-fff.svg);
}

.main {
	display: grid;
	position: relative;
	justify-self: center;
	width: 100%;
	max-width: 1200px;
}

.page-top {
	margin-top: 5rem;
}

@media (max-width: 890px) {
	.page-top {
		margin-top: 0;
	}
}

.nav-links {
	grid-auto-flow: column;
	justify-content: space-between;
	align-items: center;
	/*padding-top: 1.5rem;*/
	/*padding-bottom: 1.5rem;*/
}

.mobile-menu {
	position: fixed;
	z-index: 1000;
	display: grid;
	align-content: start;
	top: 0;
	right: 0;
	auto;
	height: 100%;
	width: 70%;
	padding-left: 2rem;
	padding-right: 2rem;
	transform: translateX(100%);
	opacity: 1;
	backdrop-filter: blur(0.5rem);
	background-color: rgba(15, 89, 79, 0.8);
	animation-timing-function: ease;
	transition: all 0.3s;
	overflow-y: scroll;
}

.mobile-menu-on {
	transform: translateX(0);
	opacity: 1;
	box-shadow: -1rem 0 2rem rgba(0, 0, 0, 0.4);
}

.mobile-menu-x {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	width: 3rem;
	height: 3rem;
	background-image: url(../ico/x-w.svg);
	background-size: auto 1rem;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.2;
}

@media (max-width: 890px) {
	.ct {
		font-size: 1.15rem;
		xfont-weight: bold;
		color: #fff;
		opacity: 0.5;
		margin-top: 1.2rem;
		margin-bottom: 0.4rem;
	}
}



.mobile-menu-links {
	display: grid;
	justify-items: left;
	grid-gap: 0.5rem;
	margin-top: 1.5rem;
}

.mobile-menu-links a {
	color: #fff;
	font-family: Public Sans Light;
	font-size: 1.05rem;
}

.mobile-menu-social {
	xposition: absolute;
	xbottom: 1rem;
	xright: 1.5rem;
	display: grid;
	grid-auto-flow: column;
	justify-self: left;
	grid-gap: 1rem;
	margin-top: 3rem;
	margin-bottom: 2rem;
}

.mobile-menu-social img {
	height: 1.2rem;
}

.top {
	position: fixed;
	z-index: 100;
	display: grid;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(1rem);
	border-top: solid 4px var(--c-1);
}

.top-fixed {
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}

.top-logo {
	display: grid;
	height: 2.5rem;
}

.top-logo-mobile {
	display: grid;
	height: 2rem;
}

.nav-links nav {
	display: grid;
	grid-auto-flow: column;
	align-items: center;
	grid-gap: 1.5rem;
}

.nav-links nav>a,
.nav-links nav>span {
	position: relative;
	display: grid;
	font-family: Public Sans Regular;
	font-weight: bold;
	font-size: 0.9rem;
	text-transform: uppercase;
	border-bottom: solid 3px transparent;
	transition: 0.2s all;
}

.nav-active {
	border-color: var(--c-1) !important;
}

.nav-links nav>a:not(.nav-syai-tag):hover,
.nav-links nav>span:hover,
.nav-dropdown a:hover {
	cursor: pointer;
	border-color: var(--c-1);
}

.nav-links .nav-syai-tag {
	color: #fff;
	font-weight: normal;
	background: #7470E7 url(../ico/syai-tag-menu.svg) right 1.2rem center no-repeat;
	background-size: 2.5rem auto;
	padding: 1.8rem 1.5rem;
	padding-right: 5rem;
}

.nav-links .nav-syai-tag:hover {
	background-color: #00D1B6;
}

.nav-dropdown {
	position: absolute;
	z-index: 10;
	display: grid;
	top: 1.5rem;
	visibility: hidden;
	left: 50%;
	translate: -50% 0;
	background-color: #fff;
	white-space: nowrap;
	font-weight: normal;
	font-size: 1rem;
	line-height: 2;
	padding: 1.5rem;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
	text-transform: none;
	transition: all 0.2s;
	opacity: 0;
}

.nav-dropdown a:hover {
	color: var(--c-1);
}

.nav-dropdown-on {
	top: 2.2rem;
	visibility: visible;
	opacity: 1;
}

.nav-dropdown2 {
	display: grid;
	xfont-size: 0.9rem;
	line-height: 1.8rem;
	padding-left: 0.2rem;
	padding-bottom: 0.5rem;
}

.nav-dropdown2 a:before {
	position: relative;
	display: inline-block;
	content: '';
	background-image: url(../ico/right-chevron.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 0.7rem;
	height: 0.7rem;
	opacity: 0.6;
	top: 0rem;
	margin-right: 0.4rem;
}

.nav-links-social {
	display: grid;
	grid-auto-flow: column;
	align-items: end;
	grid-gap: 0.7rem;
}

.nav-links-social img {
	height: 1.3rem;
}

.nav-bar {
	position: relative;
	margin-left: 0.25rem;
}

footer .nav-bar {
	margin-left: 0;
}

.nav-bar:after {
	position: absolute;
	top: -3rem;
	right: -1rem;
	content: '';
	width: 1px;
	height: 4rem;
	background-color: var(--c-1);
	opacity: 0.5;
}

@media (max-width: 890px) {
	.nav-bar {
		margin-left: 0;
	}

	.nav-bar:after {
		display: none;
	}
}

.home-hero {
	background-color: #C4C6DD;
}

.home-hero .main {
	justify-self: center;
	background-image: url(../images/home-hero.webp?1);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center right;
	background-repeat: no-repeat;
	padding-top: 7rem;
	padding-bottom: 7rem;
}

@media (max-width: 890px) {
	.home-hero .main {
		background-image: url(../images/home-hero-mobile.webp?1);
		background-position: center right;
		background-size: cover;
		padding-top: 8rem;
		padding-bottom: 4rem;
	}
}

.home-diagnostica {
	display: grid;
	background-image: linear-gradient(to bottom right, #D8DD7F, #E7F19E);
}

.home-diagnostica .main {
	height: 45rem;
	background-image: url(../images/home-diagnostica.webp?1);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center right;
}

@media (max-width: 890px) {
	.home-diagnostica .main {
		height: auto;
		background-image: none;
		background-color: #DEF194;
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.home-integratori {
	display: grid;
	background-image: linear-gradient(to bottom right, #FBF5FE, #DCAFF6);
}

.home-integratori .main {
	height: 35rem;
	background-image: url(../images/home-integratori.webp);
	background-size: auto 28rem;
	background-repeat: no-repeat;
	background-position: center left;
}

@media (max-width: 890px) {
	.home-integratori .main {
		height: auto;
		background-image: none;
		background-color: #F4E6FC;
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.home-liberidi {
	display: grid;
	background-color: #9EF2ED;
	color: #08555B;
	padding-bottom: 5rem;
}

.home-liberidi .main {
	position: relative;
	padding-top: 7rem;
	padding-bottom: 7rem;
}

.home-liberidi .logo-liberidi {
	height: 2.1rem;
}

.home-liberidi-volo {
	position: absolute;
	top: -6rem;
	right: 0;
	height: 43rem;
}

.home-liberidi-volo-mobile {
	justify-self: center;
	width: 80%;
	margin-top: 4rem;
}

@media (max-width: 890px) {
	.home-liberidi .main {
		padding-top: 5rem;
		padding-bottom: 4rem;
	}
}

.menu-box {
	display: grid;
	padding: 3rem 2.5rem;
	padding-bottom: 4rem;
	background-repeat: no-repeat;
	background-position: bottom 3rem right 3rem;
	outline: solid 1px transparent;
}

.menu-box:hover {
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
	outline: solid 1px #fff;
	transform: translateY(-0.2rem);
}

.menu-box-nohover:hover {
	box-shadow: none;
	outline: solid 1px transparent;
	transform: translateY(0);
	cursor: default;
}

.menu-box-glunovo-p3 {
	background-color: #B5B3EF;
	background-size: 8rem auto;
	background-image: url(../glunovo-p3/glunovo-p3.svg)
}

.menu-box-holter {
	background-color: #B3EDE3
}

.menu-box-on-demand {
	background-color: #96D2E6
}

.menu-box-real-time {
	background-color: #DAABDB
}

.menu-box-iris-hybrid {
	background-color: #BAFB9F;
	background-size: 5rem auto;
	background-image: url(../iris-hybrid/iris-hybrid.svg)
}

.menu-box-iris-evolution {
	background-color: #B7FDF3;
	background-size: 5rem auto;
	background-image: url(../iris-evolution/iris-evolution.svg)
}

.menu-box-isense {
	background-color: #F9D1B5;
	background-size: 4rem auto;
	background-image: url(../isense/isense.svg);
	background-position: bottom 3rem right 3.5rem;
}

.menu-box-pixotest {
	background-color: #B7D5FA;
	background-size: 5rem auto;
	background-image: url(../pixotest/pixotest.svg)
}

.menu-box-iris-lab {
	background-color: #FAF6B6;
	background-size: 6rem auto;
	background-image: url(../iris-lab/iris-lab.svg)
}

.menu-box-evo {
	height: 23rem;
	background-color: #C0F4ED;
	background-size: 14rem auto;
	background-position: center right 8rem;
	background-image: url(../linea-aurea/linea-aurea.webp)
}

.menu-box-eubio {
	height: 23rem;
	background-color: #F8CDCA;
	background-size: 14rem auto;
	background-position: center right 8rem;
	background-image: url(../linea-eubio/linea-eubio.webp)
}

.menu-box-inactive {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.7;
}


.menu-box-syai-tag {
	background-color: #F0F1F3;
	background-image: url(../images/syai-tag.webp);
	background-position: center right;
	background-size: auto 100%;
}

.menu-box-glunovo {
	background-color: #A19FE9;
	background-image: url(../images/glunovo.webp);
	background-position: center right;
	background-size: auto 100%;
}

.menu-box-glunovo1 {
	background-color: var(--c-glunovo-1);
	background-image: url(../ico/orologio2.svg);
	background-position: bottom 2rem right 3rem;
	xbackground-size: auto 6rem;
}

.menu-box-glunovo2 {
	background-color: var(--c-glunovo-2);
	background-image: url(../ico/click1.svg);
	background-position: bottom 2rem right 3rem;
	xbackground-size: auto 6rem;
}

.menu-box-glunovo3 {
	background-color: var(--c-glunovo-3);
	background-image: url(../ico/holter1.svg);
	background-position: bottom 2rem right 3rem;
	xbackground-size: auto 6rem;
}

.menu-box-foto {
	background-color: #B5B3EF;
	min-height: 26rem;
	background-image: url(../images/glunovo-p3-applicatore.webp);
	background-position: center center;
	background-size: cover;
}

.menu-box-foto2 {
	background-image: url(../images/glunovo.webp);
}

.menu-box-foto3 {
	background-image: url(../images/pixotest-macro1.webp);
}

.menu-box-foto4 {
	background-image: url(../images/pixotest-macro2.webp);
}

.menu-box-foto5 {
	background-image: url(../images/diabete-macro.webp);
}

.menu-box-foto6 {
	background-image: url(../images/diabete-macro2.webp);
}

.menu-box-foto7 {
	background-image: url(../images/diabete-macro3.webp);
}

.menu-box-telemedicina1 {
	background-color: var(--c-telemedicina-1);
	background-image: url(../ico/cell1.svg);
	background-position: bottom 2rem right 3rem;
	xbackground-size: auto 8rem;
}

.menu-box-telemedicina2 {
	background-color: var(--c-telemedicina-2);
	background-image: url(../ico/click2.svg);
	background-position: bottom 2rem right 3rem;
	xbackground-size: auto 8rem;
}

.menu-box-telemedicina3 {
	background-color: var(--c-telemedicina-3);
	background-image: url(../ico/cell2.svg);
	background-position: bottom 2rem right 3rem;
	xbackground-size: auto 8rem;
}

.menu-box-telemedicina4 {
	background-color: var(--c-telemedicina-4);
	background-image: url(../ico/cell3.svg);
	background-position: bottom 2rem right 3rem;
	xbackground-size: auto 8rem;
}

.menu-box-aghi-insulina {
	background-color: var(--c-aghi-insulina-1);
	background-image: url(../ico/siringa1.svg);
	background-position: bottom 2rem right 3rem;
	background-size: auto 8rem;
}

@media (max-width: 890px) {
	.menu-box-syai-tag {
		background-image: none;
	}

	.menu-box-glunovo {
		background-image: none;
	}

	.menu-box {
		padding: 1rem;
		padding-top: 6rem;
		padding-bottom: 6rem;
		background-position: top 2rem right 2rem;
		background-size: auto 4rem;
	}

	.menu-box-foto {
		background-size: cover;
		background-position: center center;
	}
}

.glunovo-p3-hero {
	display: grid;
	position: relative;
	height: 650px;
	background-color: #A19FE9;
	background-image: url(../images/glunovo-p3.webp);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: calc(50% + 20rem) 50%;
}

.glunovo-p3-hero-tooltip {
	position: absolute;
	top: 43%;
	left: 58%;
	font-size: 0.9rem;
	line-height: 1.3;
}

.glunovo-p3-hero-tooltip:before {
	position: absolute;
	content: '';
	top: 0.2rem;
	left: -1.2rem;
	height: 7rem;
	width: 1px;
	background-color: #000;
	opacity: 0.4;
}

@media (max-width: 890px) {
	.glunovo-p3-hero {
		height: 550px;
		background-image: url(../images/glunovo-p3-mobile.webp);
		background-position: center right;
		background-size: cover;
	}

	.glunovo-p3-hero-tooltip {
		position: absolute;
		max-width: 11rem;
		top: auto;
		left: auto;
		bottom: 40%;
		right: 5%;
	}

	.glunovo-p3-hero-tooltip:before {
		top: auto;
		left: auto;
		rotate: 40deg;
		bottom: -4.2rem;
		left: 0.5rem;
		height: 4rem;
		width: 1px;
		background-color: #000;
		opacity: 0.5;
	}
}

.glunovo-notte {
	background-color: #00152A;
	background-image: url(../images/glunovo-notte.webp);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: calc(50% + 20rem) 50%;
}

.syai-tag-hero {
	display: grid;
	height: 800px;
	background-color: #ECECEE;
	background-image: url(../syai-tag/syai-tag.webp);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
}

@media (max-width: 890px) {
	.syai-tag-hero {
		height: 580px;
	}
}

.main-syai-esploso {
	height: 1000px;
	background: url(../syai-tag/syai-tag-esploso.webp) center left no-repeat;
	background-size: auto 115%
}

@media (max-width: 890px) {
	.main-syai-esploso {
		height: auto;
		background: none;
	}
}

.container-runner {
	height: 650px;
	background: url(../syai-tag/syai-tag-runner.webp) center center no-repeat;
	background-size: cover
}

@media (max-width: 890px) {
	.container-runner {
		height: auto;
		background: none;
	}
}

.container-luna {
	background: url(../syai-tag/luna.webp) center center no-repeat;
	background-size: cover
}

@media (max-width: 890px) {
	.container-luna {
		background: url(../syai-tag/luna-m.webp) right top no-repeat;
	}
}

.foto-info {
	position: relative;
	font-size: 1rem;
}

.foto-info .c-fff {
	font-family: Public Sans Light;
}

.foto-info-dida {
	position: absolute;
	display: grid;
	grid-template-columns: auto 1fr;
	top: 3rem;
	left: 3rem;
	grid-gap: 1rem;
	align-items: center;
	grid-row-gap: 0.5rem;
}

.foto-info-dida-embed {
	grid-gap: 0.8rem;
	grid-row-gap: 0.3rem;
	top: 1.5rem;
	left: 2.5rem;
	font-size: 0.9rem;
}

.foto-info h3 {}

.foto-info-dida .d1 {
	display: grid;
	place-content: center;
	font-size: 0.8rem;
	width: 1.1rem;
	height: 1.1rem;
	color: #000;
	background-color: #fff;
	border-radius: 5rem;
}

.foto-info-dot {
	position: absolute;
	display: grid;
	place-content: center;
	font-size: 0.8rem;
	width: 1.1rem;
	height: 1.1rem;
	color: #000;
	background-color: #fff;
	border-radius: 5rem;
}

.foto-info-dot-embed {
	position: absolute;
}

@media (max-width: 890px) {
	.foto-info-dida {
		position: relative;
		top: auto;
		left: auto;
	}

	.foto-info h3 {}

	.foto-info-dida .d1 {
		color: #fff;
		background-color: #000;
	}
}


.mod-header-title {
	display: grid;
	padding-top: 8rem;
	padding-bottom: 7rem;
}

@media (max-width: 890px) {
	.mod-header-title {
		padding-top: 5rem;
		padding-bottom: 3rem;
	}
}

.mod-header-card {
	display: grid;
	align-items: start;
	margin-bottom: 6rem;
}

.mod-header-card .main {
	grid-template-columns: 1fr 1fr;
}

.mod-header-card .main>div {
	display: grid;
	align-items: center;
	align-content: center;
	padding: 3rem;
	xpadding-top: 7rem;
}

.mod-header-card h3 {
	margin-bottom: 4rem;
}

@media (max-width: 890px) {
	.mod-header-card {
		margin-bottom: 4rem;
	}

	.mod-header-card .main {
		grid-template-columns: 1fr;
	}

	.mod-header-card .main>div {
		padding: 1rem;
		padding-top: 3rem;
	}

	.mod-header-card h3 {
		margin-bottom: 3rem;
	}
}

.header-iris-1 {
	background-image: linear-gradient(to bottom right, #236EA4, #2090D2, #36BAFF);
}

.header-iris-2 {
	background-image: linear-gradient(to bottom right, #498BA8, #619AB3, #AFCDD5);
}

.header-iris-3 {
	background-image: linear-gradient(to bottom right, #385AAE, #889DCF, #C1CCE6);
}

.header-pixotest {
	background-image: linear-gradient(to bottom right, #665DA5, #CB9ECD, #D8AEE8);
}

.header-isense {
	xbackground-image: linear-gradient(to bottom right, #385AAE, #FAD3B6);
	background-color: #8ACFFC;
}

.schedatecnica {
	height: 0;
	overflow: hidden;
	background-color: #B8BAD6;
}

.schedatecnica h3 {
	font-size: 1.4rem;
}

@media (max-width: 890px) {
	.schedatecnica {
		font-size: 0.8rem;
	}
}

.pixotest-info {
	position: relative;
	padding-top: 2rem;
}

.pixotest-info:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 70%;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.15);
}

@media (max-width: 890px) {
	.pixotest-info:before {
		width: 100%;
	}
}


.iris-evolution-vantaggi {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 6rem;
}

.iris-evolution-vantaggi img {
	object-fit: contain;
	object-position: center left;
	width: 5rem;
	height: 5rem;
	margin-bottom: 1.5rem;
}

.iris-evolution-vantaggi h3 {
	font-size: 1.6rem;
}

@media (max-width: 890px) {
	.iris-evolution-vantaggi {
		grid-gap: 3rem;
		margin-bottom: 2rem;
	}

	.iris-evolution-vantaggi img {
		width: 4rem;
		height: 4rem;
	}

	.iris-evolution-vantaggi h3 {
		font-size: 1.2rem;
	}
}

.liberidi-d {
	background-image: url(../images/d.svg);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 95% auto;
	margin-top: -5rem;
}

.bc-storico-fatturato {
	background-color: #C0EFE6;
}

.storico-fatturato {}

.pop-alert {
	position: fixed;
	z-index: 1000;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	width: 95%;
	max-width: 45rem;
	padding: 3rem;
	background-color: #fff;
	box-shadow: 0 0 3rem rgba(0 0, 0, 0.5);
}

@media (max-width: 890px) {
	.pop-alert {
		padding: 1.5rem;
	}
}

.news {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 3rem;
}

.news a {
	background-color: #fff;
	border: solid 1px rgba(0, 0, 0, 0.15);
}

.news>a:hover {
	background-color: #fff;
	box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
	translate: 0 -.2rem;
}

@media (max-width: 890px) {
	.news {
		grid-template-columns: 1fr;
	}
}

footer {
	display: grid;
	padding-top: 4rem;
	padding-bottom: 4rem;
	background-color: var(--c-1);
}

footer .main {
	grid-auto-flow: column;
	justify-content: space-between;
	font-size: 0.9rem;
}

footer h3 {
	font-size: 1.3rem;
}

footer .main,
footer a {
	color: #000;
}

.footer-logo {
	height: 1.5rem;
}

.footer-menu-links {
	display: grid;
}

.footer-social {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	justify-self: left;
	grid-gap: 1rem;
	margin-top: 1rem;
	margin-bottom: 1.5rem;
}

.footer-social img {
	height: 1.2rem;
}

@media (max-width: 890px) {
	footer .main {
		grid-auto-flow: inherit;
		grid-gap: 2rem;
		justify-content: inherit;
	}
}

.aureaevo-promo {
	background-color: #C0F3ED;
	background-image: url(../images/aureaevo-promo.png);
	background-size: auto 90%;
	background-repeat: no-repeat;
	background-position: calc(50% + 15rem) center;
}
		@media (max-width: 890px) {
			.aureaevo-promo {
				background: none;
				background-color: #C0F3ED;
			}
		}



.embed-yt {
	width: 100%;
	aspect-ratio: 16/9;
}

.mapbox-map {
	width: 100%;
	height: 22rem;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
	outline: solid 5px #fff;
}

@media (max-width: 890px) {
	mapbox-map {
		height: 15rem;
	}
}

hr {
	display: grid;
	width: 100%;
	height: 1px;
	border: none;
	background-color: rgba(0, 0, 0, 0.15)
}

.b {
	font-weight: bold
}

.block {
	display: block
}

.fixed {
	position: fixed
}

.absolute {
	position: absolute
}

.relative {
	position: relative
}

.hidden {
	display: none
}

.w-100 {
	width: 100%
}

.sha-1 {
	filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.15))
}

@media (max-width: 890px) {
	.w-m-10 {
		width: 10%
	}

	.w-m-20 {
		width: 20%
	}

	.w-m-30 {
		width: 30%
	}

	.w-m-40 {
		width: 40%
	}

	.w-m-50 {
		width: 50%
	}

	.w-m-60 {
		width: 60%
	}

	.w-m-70 {
		width: 70%
	}

	.w-m-80 {
		width: 80%
	}

	.w-m-85 {
		width: 85%
	}

	.w-m-90 {
		width: 90%
	}

	.w-m-95 {
		width: 95%
	}

	.w-m-100 {
		width: 100%
	}

	.mw-m-10 {
		max-width: 10%
	}

	.mw-m-20 {
		max-width: 20%
	}

	.mw-m-30 {
		max-width: 30%
	}

	.mw-m-40 {
		max-width: 40%
	}

	.mw-m-50 {
		max-width: 50%
	}

	.mw-m-60 {
		max-width: 60%
	}

	.mw-m-70 {
		max-width: 70%
	}

	.mw-m-80 {
		max-width: 80%
	}

	.mw-m-85 {
		max-width: 85%
	}

	.mw-m-90 {
		max-width: 90%
	}

	.mw-m-95 {
		max-width: 95%
	}

	.mw-m-100 {
		max-width: 100%
	}
}

@media (min-width: 890px) {
	.w-d-10 {
		width: 10%
	}

	.w-d-20 {
		width: 20%
	}

	.w-d-30 {
		width: 30%
	}

	.w-d-40 {
		width: 40%
	}

	.w-d-50 {
		width: 50%
	}

	.w-d-60 {
		width: 60%
	}

	.w-d-70 {
		width: 70%
	}

	.w-d-80 {
		width: 80%
	}

	.w-d-85 {
		width: 85%
	}

	.w-d-90 {
		width: 90%
	}

	.w-d-95 {
		width: 95%
	}

	.w-d-100 {
		width: 100%
	}

	.mw-d-10 {
		max-width: 10%
	}

	.mw-d-20 {
		max-width: 20%
	}

	.mw-d-30 {
		max-width: 30%
	}

	.mw-d-40 {
		max-width: 40%
	}

	.mw-d-50 {
		max-width: 50%
	}

	.mw-d-60 {
		max-width: 60%
	}

	.mw-d-70 {
		max-width: 70%
	}

	.mw-d-80 {
		max-width: 80%
	}

	.mw-d-85 {
		max-width: 85%
	}

	.mw-d-90 {
		max-width: 90%
	}

	.mw-d-95 {
		max-width: 95%
	}

	.mw-d-100 {
		max-width: 100%
	}
}


@media (max-width: 890px) {
	.m-block {
		display: block
	}

	.m-fixed {
		position: fixed
	}

	.m-absolute {
		position: absolute
	}

	.m-relative {
		position: relative
	}

	.m-hidden {
		display: none
	}
}

@media (min-width: 890px) {
	.d-block {
		display: block
	}

	.d-fixed {
		position: fixed
	}

	.d-absolute {
		position: absolute
	}

	.d-relative {
		position: relative
	}

	.d-hidden {
		display: none
	}
}

.tac {
	text-align: center
}

.tar {
	text-align: right
}

.tal {
	text-align: left
}

@media (max-width: 890px) {
	.m-tar {
		text-align: right
	}

	.m-tal {
		text-align: left
	}

	.m-tac {
		text-align: center
	}
}

.fs-1 {
	font-size: 1rem
}

.fs-1_1 {
	font-size: 1.1rem
}

.fs-1_2 {
	font-size: 1.2rem
}

.fs-1_3 {
	font-size: 1.3rem
}

.fs-1_4 {
	font-size: 1.4rem
}

.fs-1_5 {
	font-size: 1.5rem
}

.lh-1 {
	line-height: 1
}

.lh-1_1 {
	line-height: 1.1
}

.lh-1_2 {
	line-height: 1.2
}

.lh-1_3 {
	line-height: 1.3
}

.lh-1_4 {
	line-height: 1.4
}

.lh-1_5 {
	line-height: 1.5
}

.b0 {
	bottom: 0
}

.r0 {
	right: 0
}

.g {
	display: grid
}

.g-gaf {
	grid-auto-flow: column;
	xjustify-content: space-between
}

.g-jil {
	justify-items: left
}

.g-jic {
	justify-items: center
}

.g-jir {
	justify-items: right;
	background-color: purple
}

.g-jcl {
	justify-content: left
}

.g-jcc {
	justify-content: center
}

.g-jcr {
	justify-content: right
}

.g-jsc {
	justify-self: center
}

.g-jsl {
	justify-self: left
}

.g-jsr {
	justify-self: right
}

.g-ass {
	align-self: start
}

.g-asc {
	align-self: center
}

.g-ase {
	align-self: end
}

.g-ais {
	align-items: start
}

.g-aic {
	align-items: center
}

.g-aie {
	align-items: end
}

.g-acs {
	align-content: start
}

.g-acc {
	align-content: center
}

.g-ace {
	align-content: end
}

.g-jss {
	justify-self: stretch
}

@media (max-width: 890px) {
	.g-gaf {
		grid-auto-flow: inherit
	}

	.g-m-gaf {
		grid-auto-flow: column;
		justify-content: space-between
	}

	.g-m-jis {
		justify-items: start
	}

	.g-m-jic {
		justify-items: center
	}

	.g-m-jie {
		justify-items: end
	}

	.g-m-jcs {
		justify-content: start
	}

	.g-m-jcc {
		justify-content: center
	}

	.g-m-jie {
		justify-content: end
	}

	.g-m-jsc {
		justify-self: center
	}

	.g-m-jsl {
		justify-self: left
	}

	.g-m-jsr {
		justify-self: right
	}

	.g-m-ass {
		align-self: start
	}

	.g-m-asc {
		align-self: center
	}

	.g-m-ase {
		align-self: end
	}

	.g-m-ais {
		align-items: start
	}

	.g-m-aic {
		align-items: center
	}

	.g-m-aie {
		align-items: end
	}

	.g-m-acs {
		align-content: start
	}

	.g-m-acc {
		align-content: center
	}

	.g-m-ace {
		align-content: end
	}

	.g-m-jss {
		justify-self: stretch
	}
}

@media (min-width: 890px) {
	.g-d-jsc {
		justify-self: center
	}

	.g-d-jsl {
		justify-self: left
	}

	.g-d-jsr {
		justify-self: right
	}

	.g-d-ass {
		align-self: start
	}

	.g-d-asc {
		align-self: center
	}

	.g-d-ase {
		align-self: end
	}

	.g-d-ais {
		align-items: start
	}

	.g-d-aic {
		align-items: center
	}

	.g-d-aie {
		align-items: end
	}

	.g-d-acs {
		align-content: start
	}

	.g-d-acc {
		align-content: center
	}

	.g-d-ace {
		align-content: end
	}

	.g-d-jss {
		justify-self: stretch
	}
}

.gtc-1-1 {
	grid-template-columns: repeat(2, 1fr)
}

.gtc-1-1-1 {
	grid-template-columns: repeat(3, 1fr)
}

.gtc-4-3 {
	grid-template-columns: 4fr 3fr
}

.gtc-7-3 {
	grid-template-columns: 7fr 3fr
}

.gtc-2-3 {
	grid-template-columns: 1fr 3fr
}

.gtc-3-2 {
	grid-template-columns: 3fr 2fr
}

.gtc-a-1 {
	grid-template-columns: auto 1fr
}

.gtc-a-a {
	grid-template-columns: auto auto
}

.gtc-1-a {
	grid-template-columns: 1fr auto
}

.gtc-1-a-1 {
	grid-template-columns: 1fr auto 1fr
}

.gtc-1-a-1-a-1 {
	grid-template-columns: 1fr auto 1fr auto 1fr
}

@media (max-width: 890px) {

	.gtc-1-1,
	.gtc-1-1-1,
	.gtc-3-2,
	.gtc-4-3,
	.gtc-7-3,
	.gtc-a-1,
	.gtc-1-a,
	.m-gtc-1 {
		grid-template-columns: 1fr;
	}
}

.gg-0 {
	grid-gap: 0
}

.gg-1 {
	grid-gap: 1rem
}

.gg-1_5 {
	grid-gap: 1.5rem
}

.gg-2 {
	grid-gap: 2rem
}

.gg-3 {
	grid-gap: 3rem
}

.gg-4 {
	grid-gap: 4rem
}

.gg-5 {
	grid-gap: 5rem
}

.gg-6 {
	grid-gap: 6rem
}

.gg-7 {
	grid-gap: 7rem
}

.gg-8 {
	grid-gap: 8rem
}

.gg-9 {
	grid-gap: 9rem
}

.gg-10 {
	grid-gap: 10rem
}

.gcg-0_5 {
	grid-column-gap: 0.5rem
}

.gcg-1 {
	grid-column-gap: 1rem
}

.gcg-2 {
	grid-column-gap: 2rem
}

.gcg-3 {
	grid-column-gap: 3rem
}

.grg-0 {
	grid-row-gap: 0
}

.grg-1 {
	grid-row-gap: 1rem
}

.grg-2 {
	grid-row-gap: 2rem
}

.grg-3 {
	grid-row-gap: 3rem
}

.grg-4 {
	grid-row-gap: 4rem
}

@media (max-width: 890px) {
	.m-gg-0 {
		grid-gap: 0
	}

	.m-gg-1 {
		grid-gap: 1rem
	}

	.m-gg-2 {
		grid-gap: 2rem
	}

	.m-gg-3 {
		grid-gap: 3rem
	}

	.m-gg-4 {
		grid-gap: 4rem
	}

	.m-gg-5 {
		grid-gap: 5rem
	}

	.m-gg-6 {
		grid-gap: 6rem
	}

	.m-gcg-1 {
		grid-column-gap: 1rem
	}

	.m-gcg-2 {
		grid-column-gap: 2rem
	}

	.m-gcg-3 {
		grid-column-gap: 3rem
	}

	.m-grg-1 {
		grid-row-gap: 1rem
	}

	.m-grg-2 {
		grid-row-gap: 2rem
	}

	.m-grg-3 {
		grid-row-gap: 3rem
	}

	.m-grg-4 {
		grid-row-gap: 4rem
	}
}

.gsa {
	grid-column: 1/-1
}

.padded {
	padding-left: 1rem;
	padding-right: 1rem;
}

@media (max-width: 890px) {
	.mobile-padded {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.mobile-nopadded {
		padding-left: 0;
		padding-right: 0;
	}
}


.mw-30 {
	max-width: 30%
}

.mw-40 {
	max-width: 40%
}

.mw-50 {
	max-width: 50%
}

.mw-60 {
	max-width: 60%
}

.mw-70 {
	max-width: 70%
}

@media (max-width: 890px) {
	.m-mw-30 {
		max-width: 30%
	}

	.m-mw-40 {
		max-width: 40%
	}

	.m-mw-50 {
		max-width: 50%
	}

	.m-mw-60 {
		max-width: 60%
	}
}

@media (min-width: 890px) {
	.d-mih-30 {
		min-height: 30rem
	}

	.d-mih-35 {
		min-height: 35rem
	}

	.d-mih-40 {
		min-height: 40rem
	}

	.d-mih-50 {
		min-height: 40rem
	}

	.d-mih-60 {
		min-height: 60rem
	}
}

.p-0 {
	padding: 0
}

.p-1 {
	padding: 1rem
}

.p-1_5 {
	padding: 1.5rem
}

.p-2 {
	padding: 2rem
}

.p-3 {
	padding: 3rem
}

.pt-0 {
	padding-top: 0
}

.pt-1 {
	padding-top: 1rem
}

.pt-1_5 {
	padding-top: 1.5rem
}

.pt-2 {
	padding-top: 2rem
}

.pt-3 {
	padding-top: 3rem
}

.pt-4 {
	padding-top: 4rem
}

.pt-5 {
	padding-top: 5rem
}

.pt-6 {
	padding-top: 6rem
}

.pt-7 {
	padding-top: 7rem
}

.pt-8 {
	padding-top: 8rem
}

.pt-9 {
	padding-top: 9rem
}

.pt-10 {
	padding-top: 10rem
}

.pt-11 {
	padding-top: 11rem
}

.pt-12 {
	padding-top: 12rem
}

.pb-0 {
	padding-bottom: 0
}

.pb-1 {
	padding-bottom: 1rem
}

.pb-1_5 {
	padding-bottom: 1.5rem
}

.pb-2 {
	padding-bottom: 2rem
}

.pb-3 {
	padding-bottom: 3rem
}

.pb-4 {
	padding-bottom: 4rem
}

.pb-5 {
	padding-bottom: 5rem
}

.pb-6 {
	padding-bottom: 6rem
}

.pb-7 {
	padding-bottom: 7rem
}

.pb-8 {
	padding-bottom: 8rem
}

.pb-9 {
	padding-bottom: 9rem
}

.pb-10 {
	padding-bottom: 10rem
}

.pb-11 {
	padding-bottom: 11rem
}

.pb-12 {
	padding-bottom: 12rem
}

.pl-1 {
	margin-left: 1rem
}

.pl-2 {
	margin-left: 2rem
}

.pl-3 {
	margin-left: 3rem
}

.pl-4 {
	margin-left: 4rem
}

.pl-5 {
	margin-left: 5rem
}

@media (max-width: 890px) {
	.m-p-0 {
		padding: 0
	}

	.m-p-1 {
		padding: 1rem
	}

	.m-p-2 {
		padding: 2rem
	}

	.m-p-3 {
		padding: 3rem
	}

	.m-pt-0 {
		padding-top: 0
	}

	.m-pt-1 {
		padding-top: 1rem
	}

	.m-pt-2 {
		padding-top: 2rem
	}

	.m-pt-3 {
		padding-top: 3rem
	}

	.m-pt-4 {
		padding-top: 4rem
	}

	.m-pt-5 {
		padding-top: 5rem
	}

	.m-pt-6 {
		padding-top: 6rem
	}

	.m-pt-7 {
		padding-top: 7rem
	}

	.m-pt-8 {
		padding-top: 8rem
	}

	.m-pb-0 {
		padding-bottom: 0
	}

	.m-pb-1 {
		padding-bottom: 1rem
	}

	.m-pb-2 {
		padding-bottom: 2rem
	}

	.m-pb-3 {
		padding-bottom: 3rem
	}

	.m-pb-4 {
		padding-bottom: 4rem
	}

	.m-pb-5 {
		padding-bottom: 5rem
	}

	.m-pb-6 {
		padding-bottom: 6rem
	}

	.m-pb-7 {
		padding-bottom: 7rem
	}

	.m-pb-8 {
		padding-bottom: 8rem
	}
}

.mt-0 {
	margin-top: 0
}

.mt-1 {
	margin-top: 1rem
}

.mt-1_5 {
	margin-top: 1.5rem
}

.mt-2 {
	margin-top: 2rem
}

.mt-3 {
	margin-top: 3rem
}

.mt-4 {
	margin-top: 4rem
}

.mt-5 {
	margin-top: 5rem
}

.mt-6 {
	margin-top: 6rem
}

.mt-7 {
	margin-top: 7rem
}

.mt-8 {
	margin-top: 8rem
}

.mt-9 {
	margin-top: 9rem
}

.mt-10 {
	margin-top: 10rem
}

.mt-11 {
	margin-top: 11rem
}

.mt-12 {
	margin-top: 12rem
}

.mb-0 {
	margin-bottom: 0
}

.mb-0_5 {
	margin-bottom: 0.5rem
}

.mb-1 {
	margin-bottom: 1rem
}

.mb-1_5 {
	margin-bottom: 1.5rem
}

.mb-2 {
	margin-bottom: 2rem
}

.mb-3 {
	margin-bottom: 3rem
}

.mb-4 {
	margin-bottom: 4rem
}

.mb-5 {
	margin-bottom: 5rem
}

.mb-6 {
	margin-bottom: 6rem
}

.mb-7 {
	margin-bottom: 7rem
}

.mb-8 {
	margin-bottom: 8rem
}

.mb-9 {
	margin-bottom: 9rem
}

.mb-10 {
	margin-bottom: 10rem
}

.mb-11 {
	margin-bottom: 11rem
}

.mb-12 {
	margin-bottom: 12rem
}

@media (max-width: 890px) {
	.m-mt-0 {
		margin-top: 0
	}

	.m-mt-1 {
		margin-top: 1rem
	}

	.m-mt-2 {
		margin-top: 2rem
	}

	.m-mt-3 {
		margin-top: 3rem
	}

	.m-mt-4 {
		margin-top: 4rem
	}

	.m-mt-5 {
		margin-top: 5rem
	}

	.m-mt-6 {
		margin-top: 6rem
	}

	.m-mt-7 {
		margin-top: 7rem
	}

	.m-mt-8 {
		margin-top: 8rem
	}

	.m-mb-0 {
		margin-bottom: 0
	}

	.m-mb-0_5 {
		margin-bottom: 0.5rem
	}

	.m-mb-1 {
		margin-bottom: 1rem
	}

	.m-mb-2 {
		margin-bottom: 2rem
	}

	.m-mb-3 {
		margin-bottom: 3rem
	}

	.m-mb-4 {
		margin-bottom: 4rem
	}

	.m-mb-5 {
		margin-bottom: 5rem
	}

	.m-mb-6 {
		margin-bottom: 6rem
	}

	.m-mb-7 {
		margin-bottom: 7rem
	}

	.m-mb-8 {
		margin-bottom: 8rem
	}
}

.m-0 {
	margin: 0
}

@media (max-width: 890px) {
	.m-m-0 {
		margin: 0
	}
}

.h-1 {
	height: 1rem
}

.h-1_2 {
	height: 1.2rem
}

.h-1_3 {
	height: 1.3rem
}

.h-1_5 {
	height: 1.5rem
}

.h-2 {
	height: 2rem
}

.h-3 {
	height: 3rem
}

.h-3_5 {
	height: 3.5rem
}

.h-4 {
	height: 4rem
}

.h-4_5 {
	height: 4.5rem
}

.h-5 {
	height: 5rem
}

.h-6 {
	height: 6rem
}

.h-7 {
	height: 7rem
}

.h-8 {
	height: 8rem
}

.h-9 {
	height: 9rem
}

.h-10 {
	height: 10rem
}

.h-11 {
	height: 11rem
}

.h-12 {
	height: 12rem
}

.h-13 {
	height: 13rem
}

.w-1 {
	width: 1rem
}

.w-2 {
	width: 2rem
}

.w-3 {
	width: 3rem
}

.w-3_5 {
	width: 3.5rem
}

.w-4 {
	width: 4rem
}

.w-5 {
	width: 5rem
}

.w-6 {
	width: 6rem
}

.w-7 {
	width: 7rem
}

.w-8 {
	width: 8rem
}

.w-9 {
	width: 9rem
}

.w-10 {
	width: 10rem
}

@media (max-width: 890px) {
	.m-h-1 {
		height: 1rem
	}

	.m-h-2 {
		height: 2rem
	}

	.m-h-3 {
		height: 3rem
	}

	.m-h-3_5 {
		height: 3.5rem
	}

	.m-h-4 {
		height: 4rem
	}

	.m-h-5 {
		height: 5rem
	}

	.m-h-6 {
		height: 6rem
	}

	.m-h-7 {
		height: 7rem
	}

	.m-h-8 {
		height: 8rem
	}

	.m-h-9 {
		height: 9rem
	}

	.m-h-10 {
		height: 10rem
	}

	.m-w-1 {
		width: 1rem
	}

	.m-w-2 {
		width: 2rem
	}

	.m-w-3 {
		width: 3rem
	}

	.m-w-3_5 {
		width: 3.5rem
	}

	.m-w-4 {
		width: 4rem
	}

	.m-w-5 {
		width: 5rem
	}

	.m-w-6 {
		width: 6rem
	}

	.m-w-7 {
		width: 7rem
	}

	.m-w-8 {
		width: 8rem
	}

	.m-w-9 {
		width: 9rem
	}

	.m-w-10 {
		width: 10rem
	}
}

.o-05 {
	opacity: 0.5 !important
}

.o-04 {
	opacity: 0.4 !important
}

.o-03 {
	opacity: 0.3 !important
}


.nodesktop {
	display: none !important
}

.nodesktop-br br {
	display: none !important
}

@media (min-width: 890px) {
	.desktop-jsl {
		justify-self: left
	}
}

@media (max-width: 890px) {
	.nomobile {
		display: none !important
	}

	.nomobile-br br {
		display: none
	}

	.nodesktop {
		display: grid !important
	}

	.nodesktop-br br {
		display: grid
	}

	.m-order-invert {
		order: -1
	}
}




.reveal-text {
	position: relative;
	opacity: 0;
	transform: translateY(2rem);
	xtransition: all 1s;
}

.reveal-text-show {
	transform: translateY(0);
	opacity: 1;
}

.reveal-image {
	opacity: 0;
	transition: all 1.5s;
}

.reveal-image-show {
	opacity: 1;
}


@keyframes dropDownOpen {
	from {
		opacity: 0;
		left: 50%;
		transform: translate(-50%, 0)
	}

	to {
		opacity: 1;
		left: 50%;
		transform: translate(-50%, 1rem)
	}
}

.dropDownOpen {
	animation-name: dropDownOpen;
}

@keyframes dropDownClose {
	from {
		opacity: 1;
		left: 50%;
		transform: translate(-50%, 1rem)
	}

	to {
		opacity: 0;
		left: 50%;
		transform: translate(-50%, 0)
	}
}

.dropDownClose {
	animation-name: dropDownClose;
}

.animate {
	animation-duration: var(--timer-fade);
	animation-fill-mode: forwards;
}

@media (max-width: 890px) {
	.animate {
		animation-duration: 0.5s;
	}
}