/*!
Theme Name: Victoria Tech
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: victoria-tech
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
	--main-color: #009EE3;
	--main-color-50: rgba(0, 158, 227, .6);
	--light-main-color: #dfedfa;
	--main-dark-color: #00162A;
	--text-color: #000000;
	--header-height: 80px;
	--global-transition-timing: .5s;
	--global-section-padding: 180px;
}
* {
	box-sizing: border-box;
}
.resize-animation-stopper * {
	animation: none !important;
	transition: none !important;
}
html {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6;
	font-family: 'Open sans', helvetica, arial, sans-serif;
	scroll-behavior: smooth;
}
body {
	background-color: white;
	padding-top: var(--header-height);
}
img {
	width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	margin-top: 0;
	text-wrap: balance;
}
h1 {
	font-size: 2.8rem;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 2rem;
}
h4 {
	font-size: 2.8rem;
}
p {
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 24px;
	text-wrap: pretty;
}
p:last-of-type {
	margin-bottom: 0;
}
p a {
	text-decoration: none;
	color: var(--main-color);
	font-weight: 600;
}
strong {
	font-weight: 600;
}
a.cta {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 40px;
	padding: 6px 40px;
	color: white;
	background-color: var(--main-color);
	border: 3px solid var(--main-color);
	border-radius: 6px 0 6px 0;
	font-size: .9rem;
	font-weight: 600;
	transition: var(--global-transition-timing);
}
a.cta.outline {
	color: var(--main-color);
	background-color: transparent;
	/* box-sizing: border-box; */
}
a.cta:hover {
	opacity: .8;
}
a.link {
	display: inline-block;
	color: var(--main-color);
	font-size: 1.2rem;
	font-weight: 600;
	text-decoration: none;
	margin-top: 24px;
	transition: var(--global-transition-timing);
}
a.link:hover {
	opacity: .8;
}
body.menuopen {
	overflow: hidden;
}
.no-pad-top {
	padding-top: 0;
}
.no-pad-bottom {
	padding-bottom: 0;
}
#masthead {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}
#masthead .header-content {
	height: var(--header-height);
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
#masthead .header-content .left-nav,
#masthead .header-content .right-nav {
	height: 100%;
	display: flex;
	align-items: center;
}
#masthead .header-content nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
#masthead .header-content nav ul li {
	display: inline-block;
	/* margin: 0 8px; */
}
#masthead .header-content nav ul li a {
	display: inline-block;
	text-decoration: none;
	padding: 12px 32px;
	font-size: .8rem;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--text-color);
}
#masthead .header-content nav ul li.current_page_item > a,
#masthead .header-content nav ul li.current-page-ancestor > a {
	color: var(--main-color);
}
#masthead {
	background-color: white;
}

#masthead .header-content .logo {
	position: relative;
	height: calc(var(--header-height) * 2);
	width: auto;
	transition: var(--global-transition-timing);
	overflow: hidden;
}
#masthead .header-content .logo img.type {
	height: 100%;
	width: auto;
	transform-origin: center;
	transition: var(--global-transition-timing);
}
#masthead .header-content .logo img.mark {
	width: 60px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 0;
	opacity: 0;
	transform-origin: center;
	transform: translateX(-50%) translateY(-101%);
	transition: var(--global-transition-timing);
}
.scroll #masthead .header-content .logo {
	height: var(--header-height);
}
.scroll #masthead .header-content .logo img.type {
	transform: translateY(-100%);
}
.scroll #masthead .header-content .logo img.mark {
	top: 50%;
	opacity: 1;
	transform: translateX(-50%) translateY(-50%);
}

#masthead .header-content nav ul.sub-menu {
	display: block;
	pointer-events: none;
	opacity: 0;
	position: absolute;
	/* background-color: red; */
	background-color: white;
	width: auto;
	min-width: 200px;
	top: auto;
	/* padding: 30px 32px; */
	/* transform: translateY(-6px); */
	transition: .3s;
}
#masthead .header-content nav ul.sub-menu {
	box-shadow: 0 0 30px rgba(0,0,0,.1);
	padding: 12px 0;
	z-index: 10;
}
#masthead .header-content nav ul.sub-menu li {
	position: relative;
	display: block;
	margin: 0;
}
#masthead .header-content nav ul.sub-menu li a {
	display: block;
	font-weight: 400;
	padding-right: 32px;
	padding-left: 32px;
	padding-top: 0;
	padding-bottom: 0;
}
#masthead .header-content nav ul.sub-menu li a span {
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--main-color);
}
#masthead .header-content nav ul.sub-menu li:last-of-type a span {
	border: 0;
}
#masthead .header-content nav li.menu-item-has-children:hover > ul.sub-menu {
	pointer-events: all;
	opacity: 1;
}
#masthead .header-content nav ul.sub-menu ul.sub-menu {
	background-color: white;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	top: 0;
	left: calc(95%);
	transform: translateY(0);
	opacity: 0;
	pointer-events: none;
	z-index: 9;
	transition: var(--global-transition-timing);
}
#masthead .header-content nav ul.sub-menu ul.sub-menu:before {
	content:"";
	position: absolute;
	clip-path: polygon(100% 0, 55% 50%, 100% 100%);
	width: 24px;
	height: 20px;
	top: 14px;
	left: 0;
	transform: translateX(-100%);
	background-color: white;
}
#masthead .header-content .wpml-ls {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
#masthead .header-content .wpml-ls img {
	width: 24px;
}

/* Mobile navigation */
.hamburger {
	position: relative;
	display: none;
	z-index: 100;
}
.hamburger span.bar {
	background-color: #122D48 !important;
}
.hamburger.active span.bar {
	background-color: white !important;
}
.mobile-nav {
	display: none;
}


section {
	padding-top: var(--global-section-padding); 
	padding-bottom: var(--global-section-padding); 
	scroll-padding-top: var(--header-height);
}

section.home-intro {
	background-color: black;
	padding-top: 0;
	padding-bottom: 0;
}
section.home-intro .swiper {
	height: calc(100vh - var(--header-height));
	min-height: 800px;
}
section.home-intro .swiper .swiper-slide {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center center;
}
section.home-intro .swiper .swiper-slide:after {
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(-90deg, rgba(0, 22, 42, .8) 0%, rgba(0, 22, 42, .2) 100%);
}
section.home-intro .swiper .swiper-slide .container {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	z-index: 10;
}
section.home-intro .swiper .swiper-slide .container .text {
	width: 60%;
	transform: translateY(10%);
}
section.home-intro .swiper .swiper-slide .container .text * {
	color: white;
}
.swiper .swiper-pagination {
	z-index: 100;
	padding-top: 20px;
	padding-bottom: 20px;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
	position: relative;
	width: 12px;
	height: 12px;
	margin: 0 5px !important;
	background-color: white;
	z-index: 10;
}
section.text-image {
	overflow: hidden;
}
section.text-image .text {
	padding-right: 80px;
}
section.text-image .image {
	overflow: visible;
}
section.text-image .image img:nth-child(1) {
	position: relative;
	z-index: 10;
}
section.text-image .image img:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	transform: translateX(10%) translateY(10%) translateZ(0); /* translateZ(0) corregge un errore di flickering su Safari */
	filter: blur(100px);
	opacity: .7;
	z-index: 9;
}
section.text-image .image.no-shadow img:nth-child(2) {
	display: none;
}
section.text-image .image.big-image img:nth-child(2) {
	opacity: .5;
}
section.text-image.reverse .row {
	flex-direction: row-reverse;
}

section.text-image.reverse .text {
	padding-right: var(--ionic-gutter-x);
	padding-left: 80px;
}
section.text-image .product-slide .swiper-pagination:after {
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: linear-gradient(0deg, rgba(0,0,0,.1), rgba(0,0,0,0));
	z-index: 9;
}

section.text-image-2 {
	background-size: cover;
	background-position: center center;
}
section.text-image-2 .text {
	color: white;
}
section.text-image-2 .text :where(h1,h2,h3,h4,h5,h6) {
	color: var(--main-color);
}
section.text-image-2 .text .focus-text p {
	margin-top: 40px;
	color: var(--main-color);
	font-size: 1.3rem;
	line-height: 1.4;
	font-weight: 500;
}
section.text-image-2 .text a.link {
	color: white;
}
section.text-image.ads * {
	color: white;
}
section.text-image.ads a.link {
	color: var(--main-color);
}
section.text-image.ads .text .logo-image {
	max-width: 250px;
	display: block;
	margin-top: 32px;
	margin-left: auto;
}

section.full-content {
	width: 100vw;
	overflow: hidden;
}
section.full-content .section-content {
	padding: 0 clamp(var(--ionic-gutter-x), calc(50% - (var(--container-width) - var(--ionic-full-gutter-x)) / 2), calc(50% - ((var(--container-width) - var(--ionic-full-gutter-x)) / 2)));
}
section .button {
	--global-transition-timing: .3s;
	position: relative;
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 40px;
}
section .button .download {
	position: relative;
}
section .button .cta {
	margin-top: 0;
}
section .button .download a.cta + .download-select {
	position: absolute;
	width: 100%;
	transform: translateY(-5px);
	opacity: 0;
	pointer-events: none;
	/* padding: 24px; */
	background: rgba(255,255,255,0);
	transition: var(--global-transition-timing);
}
section .button .download a.cta + .download-select .download-select-content {
	margin-top: 6px;
	background-color: white;
	border-radius: 6px;
	box-shadow: -20px 10px 60px rgba(0,0,0,.1);
	border: 1px solid rgba(0,0,0,.1);
}
section .button .download a.cta:hover + .download-select,
section .button .download a.cta + .download-select:hover {
	transform: translateY(-2px);
	opacity: 1;
	pointer-events: all;
}
section .button .download-select a.download-single {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	text-decoration: none;
	font-size: .8rem;
	font-weight: 400;
	line-height: 1.2;
	color: #444;
	padding: 16px 24px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	transition: var(--global-transition-timing);
}
section .button .download-select a.download-single:last-of-type {
	border: 0;
}
/* section .button .download-select a.download-single:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	height: 60%;
	width: 3px;
	transform: translateY(-50%);
	background-color: var(--main-color);
} */
section .button .download-select a.download-single:after {
	content: url(images/icon-download.svg);
	width: 16px;
	height: auto;
	opacity: .6;
	transform: translateY(2px);
	flex-shrink: 0;
}
section .button .download-select a.download-single:hover {
	background-color: rgba(0,0,0,.03);
}
section .image {
	position: relative;
}
section .image.big-image img {
	position: absolute;
	width: 130%;
	height: auto;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

section.plus-icons {
	position: relative;
	background-size: cover;
}
/* section.plus-icons:after {
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, rgba(0, 22, 42, .8) 0%, rgba(0, 22, 42, .6) 100%);
} */
section.plus-icons .text {
	position: relative;
	z-index: 10;
}
section.plus-icons .text * {
	color: white;
	text-align: center;
}
section.plus-icons .text p {
	text-transform: uppercase;
	color: var(--main-color);
	font-weight: 600;
}
section.plus-icons .icons-list {
	position: relative;
	margin-top: 50px;
	display: flex;
	gap: 80px;
	justify-content: center;
	z-index: 11;
}
section.plus-icons .icons-list .plus {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: var(--ionic-gutter-x);
	padding-bottom: var(--ionic-gutter-x);
	text-align: center;
	/* padding: 25px 20px 25px 0; */
}
section.plus-icons .icons-list .plus .icon {
	margin-bottom: 24px;
}
section.plus-icons .icons-list .plus a {
	display: block;
	text-decoration: none;
	color: inherit;
}
section.plus-icons .icons-list .plus .icon img {
	width: 100px;
	height: 100px;
}
section.plus-icons .icons-list .plus h3 {
	margin: 0;
	color: white;
	font-size: 1.16rem;
}
section.plus-icons .final-text {
	position: relative;
	text-align: center;
	margin-top: 80px;
}
section.plus-icons .final-text p {
	position: relative;
	color: var(--main-color);
	font-size: 1rem;
	width: 100%;
	max-width: 768px;
	text-align: center;
	margin: 0 auto;
}

section.page-intro {
	background-size: cover;
	background-position: center center;
	height: 50vh;
	min-height: 550px;
}
section.page-intro .section-content {
	display: flex;
	align-items: center;
	height: 100%;
}
section.page-intro h1 {
	color: white;
	margin-top: 0;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.breadcrumbs ol * {
	color: white;
	font-weight: 500;
	font-size: 1rem;
}
.breadcrumbs ol li a {
	text-decoration: none;
}
.separation-line {
	width: 100%;
	height: 1px;
	background-color: var(--main-color);
}

section.text-highlight {
	background: linear-gradient(90deg, var(--main-color) 0%, var(--main-dark-color) 160%);
}
section.text-highlight .row {
	align-items: flex-start;
}
section.text-highlight-1 .row *,
section.text-highlight-2 .row * {
	color: white;
}
section.text-highlight .title {
	font-size: 2.4rem;
	line-height: 1.2;
	font-weight: 700;
}
section.text-highlight-2 {
	background: unset;
	background-color: var(--main-color-50);
	padding-top: calc(var(--global-section-padding) / 1.5);
	padding-bottom: calc(var(--global-section-padding) / 1.5);
}
section.text-highlight-2 .title {
	font-size: 1.4rem;
}
section.text-highlight-2 li {
	font-size: 1.2rem;
}
section.text-highlight-3 {
	background: unset;
}
section.text-highlight-3 .row {
	justify-content: center;
}

section.image-left {
	padding-top: 0;
	padding-bottom: 0;
}
section.image-left img {
	width: 66%;
}

section.only-text .title {
	padding-left: 120px;
}


section.centered-text .row {
	justify-content: center;
}

section.form-block {
	padding-top: 120px;
	padding-bottom: 56px;
	background: linear-gradient(180deg, var(--main-color-50) 0%, var(--main-color) 200%);
}
section.form-block .text * {
	color: white;
}

section.contact {
	padding-top: 180px;
}
section.contact .company-info {
	margin-top: 40px;
}
section.contact .company-info a {
	position: relative;
	font-size: 1.6rem;
	color: var(--text-color);
	text-decoration: none;
}
section.contact .company-info a:before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: var(--main-color);
}
section.contact .contact-form textarea {
	height: 240px;
}

section.wpml {
	padding-top: 14vw;
	padding-bottom: 14vw;
}

.wpcf7-form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2%;
}
.wpcf7-form .field {
	width: 100%;
	position: relative;
	margin-bottom: 32px;
}
.wpcf7-form .field.half {
	width: 49%;
}
.wpcf7-form .field .wpcf7-form-control-wrap {
	display: block;
	margin: 0;
	font-size: 0;
}
.wpcf7-form .field :where(input, textarea) {
	width: 100%;
	padding: 15px 12px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 0;
	outline: 0;
	margin: 0;
	font-size: 1rem;
	border: 1px solid transparent;
	transition: border .5s;
	caret-color: var(--main-color);
}
.wpcf7-form .field :where(input, textarea):focus {
	border-color: var(--main-color);
}
.wpcf7-form .field.acceptance {
	cursor: pointer;
}
section.contact .wpcf7-form .field.acceptance label {
	color: var(--text-color);
}
.wpcf7-form .field.acceptance label {
	display: flex;
	align-items: flex-start;
	font-size: .8rem;
	color: white;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.wpcf7-form .field.acceptance .wpcf7-list-item {
	margin: 0;
}
.wpcf7-form .field [data-name="v-select"]:before {
	content:"▾";
	display: inline-block;
	position: absolute;
	right: 16px;
	top: 0;
	font-size: 1.6rem;
	color: #999;
	height: 100%;
	pointer-events: none;
}
.wpcf7-form .field select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 100%;
	padding: 16px;
	font-size: 1rem;
	border: 0;
	outline: 0;
	color: #999;
	border-radius: 0;
	background-color: white;
}
.wpcf7-form .field select option:checked {
	color: black;
}
.wpcf7-form .field.acceptance input[type=checkbox] {
	position: relative;
	width: 22px;
	height: 22px;
	background-color: white;
	flex-shrink: 0;
	padding: 0;
	border-radius: 100%;
	margin-right: 8px;
	margin-left: 0;
	transform: translateY(4px);
}
.wpcf7-form .field.acceptance input[type=checkbox]:checked {
	border: 2px solid var(--main-color);
}
.wpcf7-form .field.acceptance input[type=checkbox]:checked:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: var(--main-color);
	border-radius: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.wpcf7-form .field.submit {
	margin-bottom: 0;
}
.wpcf7-form .field.submit input[type=submit]:disabled {
	opacity: .4;
	filter: saturate(.2);
	cursor: not-allowed;
}
.wpcf7-form .field.submit input[type=submit]{
	background-color: var(--main-color);
	color: white;
	font-size: 1.2rem;
	font-weight: 600;
	padding-top: 18px;
	padding-bottom: 18px;
	cursor: pointer;
}
.wpcf7 form .wpcf7-response-output {
	color: white;
	font-weight: 500;
	margin: 8px 0 0 0;
	padding: 16px 20px;
}

.wpcf7-form .field .wpcf7-not-valid-tip {
	position: absolute;
	bottom: 0;
	transform: translateY(100%);
	font-size: .8rem;
}
.wpcf7 form .wpcf7-response-output {
	width: 100%;
	color: var(--main-dark-color) !important;
	text-align: center !important;
}



footer.site-footer {
	background-color: var(--main-dark-color);
	padding-top: 80px;
}
footer.site-footer .sentence p {
	color: white;
	font-size: .8rem;
	text-wrap: balance;
}
footer.site-footer .row {
}
footer.site-footer .logo {
	margin-bottom: 32px;
}
footer.site-footer .headline {
	display: flex;
	align-items: flex-end;
}
footer.site-footer .identity {
	padding-right: 80px;
}
footer.site-footer .headline h5 {
	color: white;
	text-transform: uppercase;
	font-size: 1.2rem;
	margin: 0;
}
footer.site-footer .headline h5 a {
	color: inherit;
}
footer.site-footer .sentence,
footer.site-footer .footer-nav {
	/* margin-top: 80px; */
}
footer.site-footer .footer-menu {
	/* padding-left: 80px; */
}
footer.site-footer .footer-nav {
	display: flex;
	gap: 40px;	
}
footer.site-footer .footer-nav nav ul {
	padding: 0;
	margin: 0;
}
footer.site-footer .footer-nav .col-menu h6 {
	color: white;
	font-size: 1.1rem;
	margin-top: 0;
	margin-bottom: 24px;
	font-weight: 400;
	text-transform: uppercase;
}
footer.site-footer .footer-nav nav > ul {
	/* margin-bottom: 0; */
	display: flex;
	gap: 80px;
}
footer.site-footer .footer-nav nav > ul > li {
	display: block;
	font-size: 0;
	margin: 0;
}
footer.site-footer .footer-nav nav ul.sub-menu {
	
}
footer.site-footer .footer-nav nav > ul > li a {
	display: inline-block;
	color: white;
	font-size: .9rem;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	padding: 4px 0;
	opacity: .6;
	transition: var(--global-transition-timing);
}

footer.site-footer .footer-nav nav > ul > li > a {
	font-size: 1rem;
	opacity: 1;
}
footer.site-footer .footer-nav nav ul li a:hover {
	opacity: 1;
}
footer.site-footer .pcte p {
	color: white;
	font-size: .8rem;
	line-height: 1.4;
	text-wrap: balance;
}
footer.site-footer .pcte img {
	max-width: 120px;
	margin-top: 16px;
}
footer .footer-bottom {
	background-color: #001e38;
	margin-top: 56px;
	padding-top: 24px;
	padding-bottom: 24px;
}
footer .footer-bottom * {
	color: white;
	font-style: normal;
	font-size: .85rem;
	font-weight: 400;
}
footer .footer-bottom .main {
	padding-right: 80px;
}
footer .footer-bottom .company {
	font-weight: 700;
}
footer .footer-bottom .contact.address {
}

@media screen and (max-width: 1360px) {

}
@media screen and (max-width: 1024px) {
	h1 {
		font-size: 2.4rem;
	}
	#masthead .header-content .logo {
		height: calc(var(--header-height) * 1.5);
	}
	#masthead .header-content nav ul li a {
		padding: 8px 18px;
	}
	section .button {
		flex-direction: column;
		align-items: flex-start;
	}
	section .button .download,
	section .button > a.cta {
		width: 65%;
		text-align: center;
	}
	section .button .download a.cta {
		width: 100%;
	}
	section .button a.cta {
		padding: 6px;
	}
}
@media screen and (max-width: 768px) {
	:root {
		--header-height: 64px;
	}
	h1 {
		font-size: 2rem;
	}
	#masthead .header-content .logo {
		height: calc(var(--header-height) * 1.4);
	}
	#masthead .header-content .logo img.mark {
		width: 44px;
	}
	#masthead .header-content nav ul li a {
		padding: 8px 16px;
		font-size: 1.6vw;
	}
	section.home-intro .swiper {
		height: 70vh;
	}
	section.home-intro .swiper .swiper-slide .container {
		align-items: flex-start;
	}
	section.home-intro .swiper .swiper-slide .container .text {
		width: 100%;
		/* width: clamp(100%, 70%, 70%); */
	}
	section.plus-icons .icons-list {
		flex-wrap: wrap;
		gap: 0;
	}
	section.plus-icons .icons-list .list {
		width: 50%;
	}
	section.contact .contact-form {
		margin-top: 80px;
	}
	footer.site-footer .identity {
		margin-bottom: 80px;
	}
	footer.site-footer .logo,
	footer.site-footer .sentence {
		max-width: 240px;
	}
	footer .footer-bottom .contact {
		margin-top: 12px;
		margin-bottom: 12px;
	}
}
@media screen and (max-width: 576px) {
	:root {
		--header-height: 48px;
		--global-section-padding: 80px;
	}
	#masthead .header-content {
		justify-content: space-between;
	}
	#masthead .header-content .logo {
		height: calc(var(--header-height) * 2.1);
		transform: translateX(-15%);
	}
	#masthead .header-content .logo img.mark {
		width: 28px;
		left: -50%;
		top: 35%;
		opacity: 1;
		transform: translateX(-50%) translateY(-50%);
	}
	.scroll #masthead .header-content .logo img.mark {
		left: 0%;
		transform: translateX(50%) translateY(-50%);
	}
	#masthead .header-content .left-nav,
	#masthead .header-content .right-nav {
		display: none;
	}
	#masthead .header-content .wpml-ls {
		position: relative;
		right: unset;
		top: unset;
		transform: unset;
		margin-left: auto;
	}
	#masthead .header-content .wpml-ls img {
		width: 24px;
	}
	
	/* Mobile navigation */
	.hamburger {
		display: block;
	}
	.mobile-nav {
		display: block;
		padding: 40px 24px;
		position: fixed;
		width: 84vw;
		height: 100dvh;
		background-color: rgba(0,0,0,.9);
		background-color: rgba(18, 45, 72, .95);
		top: 0;
		right: 0;
		overflow-y: scroll;
		transform: translateX(105%);
		transition: transform .5s;
	}
	.menuopen .mobile-nav {
		transform: translateX(0);
	}
	.mobile-nav ul li {
		list-style: none;
	}
	.mobile-nav ul li a {
		color: white;
		text-decoration: none;
		display: block;
		padding: 4px 2px;
		font-size: 4.2vw;
	}
	.mobile-nav > ul > li > a {
		font-weight: 600;
	}
	.mobile-nav ul li.current_page_item > a {
		color: var(--main-color);
	}
	body {
		padding-top: 0;
	}
	:root {
		--global-section-padding: 22vw;
	}
	section .title {
		margin-bottom: 40px;
	}
	section.home-intro .swiper {
		height: 100svh;
		min-height: unset;
	}
	section.text-image .text,
	section.text-image .image {
		/* margin-top: 40px; */
		margin-bottom: 40px;
	}
	section.only-text .title,
	section.text-image.reverse .text {
		padding-left: var(--ionic-gutter-x);
	}
	section.text-image .row,
	section.text-image.reverse .row {
		flex-direction: column-reverse;
	}
	section .image.big-image img {
		width: 100%;
		left: unset;
		top: unset;
		transform: unset;
	}
	section.text-highlight-3 .text {
		margin-top: 16px;
		margin-bottom: 16px;
	}
	section.form-block .form {
		margin-top: 80px;
	}
	section.wpml {
		padding-top: 40vw;
		padding-bottom: 40vw;
	}
	section.wpml h1 {
		font-size: 10vw;
	}
	.wpcf7-form .field.half {
		width: 100%;
	}
	footer.site-footer .identity {
		margin-bottom: 40px;
	}
	footer.site-footer .partner {
		margin-top: 40px;
	}
	footer.site-footer .footer-nav {
		margin-top: 16px;
		margin-bottom: 16px;
	}
}
@media screen and (max-width: 480px) {
	:root {
		/* --header-height: 40px; */
	}
	section .button .download,
	section .button > a.cta {
		width: 100%;
	}
	section.plus-icons .icons-list .plus h3 {
		font-size: 5vw;
	}
	
	
}

@media screen and (max-width: 380px) {
		

	
}

@media screen and (max-width: 320px) {
		
	#masthead .header-content .logo {
		height: calc(var(--header-height) * 1.4);
	}
	
}

@media screen and (max-width: 280px) {
		
	#masthead .header-content .logo {
		height: calc(var(--header-height) * 1.2);
	}
	
}


/* DEBUG */
/* * { outline: 2px dotted red }
* * { outline: 2px dotted green }
* * * { outline: 2px dotted orange }
* * * * { outline: 2px dotted blue }
* * * * * { outline: 1px solid red }
* * * * * * { outline: 1px solid green }
* * * * * * * { outline: 1px solid orange }
* * * * * * * * { outline: 1px solid blue }   */
