/*!
Theme Name: customcode
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: customcode
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

customcode is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

@font-face { 
    font-family: 'halvar';
    src: url('./fonts/Halvar-Breitschrift-Bold.woff2') format('woff2'),
        url('./fonts/Halvar-Breitschrift-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face { 
    font-family: 'halvar';
   src: url('./fonts/Halvar-Breitschrift-Regular.woff') format('woff'),
        url('./fonts/Halvar-Breitschrift-Regular.woff2') format('woff2');
	    font-weight: normal;
    	font-style: normal;
}


:root{
	--black: #000000;
	--blue: #0614BA;
	--aqua: #04dfd5;
	--green: #61EA52;
	--pink: #DA28DA;
	--indigo: #3D1AAA;
	--time: all 0.4s ease-out;
	--halvar: 'halvar';
	--poppins: 'Poppins';
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	font-size:  0.995313px;
}

@media (max-width:  1680px){
    html{
        font-size:  calc(0.729545px + (0.995313 - 0.729545) * ((100vw - 320px) / (1680 - 320)));
    }
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-size: 18rem;
	line-height: 30rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: var(--black);
	overflow-x: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
/*	position: relative;*/
/*	z-index: 3;*/
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
	margin-bottom: 50rem;
	font-family: inherit;
	color: var(--black);
	font-weight: bold;
	font-family: var(--halvar);
}


a{
	font-family: inherit;
	color: var(--black);
	font-weight: normal;
	font-size: inherit;
	line-height: inherit;
	text-decoration: none;
	transition: var(--time);
}

a:hover{
	color: var(--blue);
}

p{
	margin: 0;
}

p:not(:last-child){
	margin-bottom: 25rem;
}


img{
	max-width: 100%;
	height: auto;
}

/* Alignments
--------------------------------------------- */

@media screen and (min-width: 960px) {
    .alignwide, .alignfull {
        width:  100vw;
        max-width:  100vw;
        margin-left:  calc(50% - 50vw);
    }
}

.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50rem;
}

.wp-caption {
    max-width: 100%;
    width: 100%!important;
}
blockquote {
    font-size: 28rem;
    line-height: 40rem;
    margin: 0 0 30rem;
}

.container{
	max-width: 1430px;
	padding: 0 15px;
	margin: auto;
}

.button{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 24rem 64rem;
	color: #fff;
	font-size: 18rem;
	line-height: 1;
	background-color: var(--blue);
	transition: var(--time);
	border-radius: 50px 0px 50px 50px;
}

.button:hover{
	background-color: var(--aqua);
	color: #fff;
}

.button.inverse{
	background-color: transparent;
	color: var(--blue);
	border: 1px solid var(--blue);
}

.button.inverse:hover{
	background-color: var(--blue);
	color: #fff;
	border-color: var(--blue);
}




.header *{
	transition: var(--time);
}

.header{
	padding: 20rem 0;
	background-color: #fff;
	position: relative;
	z-index: 15;
	transition: var(--time);
}
.home .header {
	background-color: transparent;
}
.header__container{
	max-width: 1725px;
	padding: 0 15px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header__logo{
	line-height: 0;
}

.header__logo img{
	width: 201rem;
	height: auto;
}

.home .header{
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}

.header.sticky{
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    box-shadow: 0px 0px 20px 2px #0000001c;
}
.home .header.sticky {
	background-color: #fff;
}
.nav{
	position: relative;
}
.nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav > ul{
	display: flex;
	gap: 75rem;
/*	align-items: center;*/
}

.nav > ul > li:not(.nav__link--contact){
	display: flex;
	position: relative;
}

.nav > ul > li.menu-item-has-children:not(.nav__link--contact) > a{
	padding-right: 20rem;
}
.nav > ul > li.menu-item-has-children:not(.nav__link--contact) > a:before{
	content: '';
    width: 10px;
    height: 5px;
    position: absolute;
    right: 0;
    left: auto;
    bottom: auto;
    background-image: url(./img/menu-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    transition: var(--time);
    background-color: transparent;
}

.nav > ul > li.menu-item-has-children.current-menu-item:not(.nav__link--contact) > a:before,
.nav > ul > li.menu-item-has-children:not(.nav__link--contact):hover > a:before{
	transform: rotate(180deg);
}

.nav > ul > li:not(.nav__link--contact) > a{
	display: inline-flex;
    align-items: center;
    position: relative;
}

.nav > ul > li:not(.nav__link--contact) > a:after{
	content: '';
	width: 0;
	height: 3px;
	background-color: var(--blue);
	transition: var(--time);
	position: absolute;
	left: 0;
	bottom: 0;
}

.nav > ul > li:not(.nav__link--contact) > a:hover{
	color: var(--black);
}

.nav > ul > li.current-menu-item:not(.nav__link--contact) > a:after,
.nav > ul > li.menu-item-has-children.current-menu-item:not(.nav__link--contact) > a:after,
.nav > ul > li.menu-item-has-children.current-menu-parent:not(.nav__link--contact) > a:after,
.single-post .nav > ul > li#menu-item-419 > a:after,
.nav > ul > li.menu-item-has-children:not(.nav__link--contact):hover > a:after,
.nav > ul > li:not(.nav__link--contact) > a:hover:after{
	width: 100%;
}

.nav > ul > li.nav__link--contact a{
	padding: 18rem 29rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--blue);
	color: #fff;
	transition: var(--time);
	line-height: 1;
	border: 1.5px solid transparent;
	border-radius: 50px 0px 50px 50px;
}



.nav > ul > li.nav__link--contact.current-menu-item a{
	background-color: var(--aqua);
	border-color: var(--aqua);
	color: #fff;
}
.nav > ul > li.nav__link--contact.current-menu-item a:hover{
	background-color: var(--blue);
	border-color: var(--blue);
	color: #fff;
}
.nav > ul > li.nav__link--contact a:hover{
	background-color: var(--aqua);
	color: #fff;
}
.nav .sub-menu{
	visibility: hidden;
	opacity: 0;
	transform: translateY(30px);
	z-index: -1;
	transition: var(--time);
	background-color: #ffffffdb;
    padding: 30rem;
    position: absolute;
    top: 100%;
    box-shadow: 0px 0px 46px 6px #0000001a;
    left: -75rem;
/*    right: 0;*/
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 20rem;
    grid-row-gap: 20rem;
    min-width: 570rem;
}

.nav .header__nav--column .sub-menu{
	grid-template-columns: repeat(1, 1fr);
	right: auto;
	left: -75rem;
	background-color: #ffffffdb;
}

.nav .sub-menu > li a{
	background-color: transparent;
}


.nav .sub-menu > li a span{
	font-weight: 500;
}
.nav .sub-menu > li a span.description{
	font-weight: 400;
}

.nav > ul > li:hover > .sub-menu{
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
	z-index: 2;
}

.nav .sub-menu > li a{
	padding: 20rem 40rem;
    display: flex;
    flex-direction: column;
/*    background-color: #fff;*/
    font-size: 16rem;
    line-height: 28rem;
    transition: var(--time);
    position: relative;

    visibility: hidden;
	opacity: 0;
	transform: translateY(30px);
}
.nav > ul > li:hover > .sub-menu > li a{
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
}

.nav .sub-menu > li a:after{
	content: '';
	width: 3px;
	height: 0;
	background-color: var(--blue);
	position: absolute;
	left: 0;
	top: 0;
	transition: var(--time);
}
 
.nav .sub-menu > li.current-menu-item a:after,
.nav .sub-menu > li a:hover:after{
	height: 100%;
}
.nav .sub-menu > li.current-menu-item a,
.nav .sub-menu > li a:hover{
	box-shadow: 0px 0px 20px 6px #0000001a;
	color: var(--black);
}



.hamburger-close{
    display: block;
    height: 28px;
    width: 28px;
    position: relative;
    margin-left: auto;
}

.hamburger {
    display: none;
    height: 28px;
    width: 28px;
    position: relative;
    top: 4px;
    margin-left: auto;
}

.hamburger-close span:after,
.hamburger-close span:before,
.hamburger span:after,
.hamburger span:before {
    content: "";
    left: 0;
    position: absolute;
    top: 9px
}

.hamburger-close span:after,
.hamburger span:after {
    top: 18px
}

.hamburger-close span,
.hamburger span {
    display: block;
    position: relative
}

.hamburger-close span,
.hamburger-close span:after,
.hamburger-close span:before,
.hamburger span,
.hamburger span:after,
.hamburger span:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: var(--indigo);
    height: 2px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%
}

.hamburger-close.on span,
.hamburger.on span {
    background-color: transparent
}

.hamburger-close.on span:before,
.hamburger.on span:before {
    -webkit-transform: rotate(45deg) translate(-1px);
    -ms-transform: rotate(45deg) translate(-1px);
    transform: rotate(45deg) translate(-1px)
}

.hamburger-close.on span:after,
.hamburger.on span:after {
    -webkit-transform: rotate(-45deg) translate(6px,-7px);
    -ms-transform: rotate(-45deg) translate(6px,-7px);
    transform: rotate(-45deg) translate(6px,-7px)
}


.overlay {
    background: #000000cc;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    right: -100%;
    opacity: 0;
    visibility: hidden;
    top: 0;
    cursor: pointer;
    transition: all 0.2s;
}

.overlay.open{
	right: 0;
	opacity: 1;
	visibility: visible;
	z-index: 900;
}

body.hidden{
	overflow: hidden !important;
}

.mobile-menu {
    position: fixed;
    width: 100%;
    max-width: 360px;
    z-index: 999;
/*    height: 100%;*/
	bottom: 0;
    background-color: #fff;
    top: 0;
    padding: 50rem;
    display: flex;
	flex-direction: column;
/*	justify-content: space-between;*/
	gap: 50rem;
    left: -100%;
	opacity: 0;
	visibility: hidden;
	transition: var(--time);
}

.mobile-menu.open{
	left: 0;
	opacity: 1;
	visibility: visible;
	width: calc(100% - 100rem);
}


.mobile-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-menu > ul{
	display: flex;
	flex-direction: column;
    gap: 25rem;
/*	align-items: center;*/
	overflow-y: auto;
}

.mobile-menu > ul > li:not(.nav__link--contact){
/*	display: flex;*/
}

.mobile-menu > ul > li.menu-item-has-children:not(.nav__link--contact) > a{
	padding-right: 25rem;
}
.mobile-menu > ul > li.menu-item-has-children:not(.nav__link--contact) > a:before{
	content: '';
    width: 10px;
    height: 5px;
    position: absolute;
    right: 2px;
    left: auto;
    bottom: auto;
    background-image: url(./img/menu-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    transition: var(--time);
    background-color: transparent;
}

.mobile-menu > ul > li.menu-item-has-children.current-menu-item:not(.nav__link--contact) > a:before,
.mobile-menu > ul > li.menu-item-has-children:not(.nav__link--contact):hover > a:before{
	transform: rotate(180deg);
}

.mobile-menu > ul > li:not(.nav__link--contact) > a{
	display: inline-flex;
    align-items: center;
    position: relative;
    font-size: 21rem;
}

.mobile-menu > ul > li:not(.nav__link--contact) > a:after{
	content: '';
	width: 0;
	height: 2px;
	background-color: var(--blue);
	transition: var(--time);
	position: absolute;
	left: 0;
	bottom: 0;
}

.mobile-menu > ul > li:not(.nav__link--contact) > a:hover{
	color: var(--black);
}

.mobile-menu > ul > li.current-menu-item:not(.nav__link--contact) > a:after,
.mobile-menu > ul > li.menu-item-has-children.current-menu-item:not(.nav__link--contact) > a:after,
.mobile-menu > ul > li.menu-item-has-children:not(.nav__link--contact):hover > a:after,
.mobile-menu > ul > li.menu-item-has-children.current-menu-parent:not(.nav__link--contact) > a:after,
.single-post .mobile-menu > ul > li#menu-item-419 > a:after,
.mobile-menu > ul > li:not(.nav__link--contact) > a:hover:after{
	width: 100%;
}

.mobile-menu > ul > li.nav__link--contact a{
	padding: 15rem 28rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--blue);
	color: #fff;
	transition: var(--time);
	line-height: 1;
	border: 1.5px solid transparent;
	border-radius: 50px 0 50px 50px;
}

.mobile-menu > ul > li.nav__link--contact.current-menu-item a:hover{
	background-color: var(--blue);
	color: #fff;
}

.mobile-menu > ul > li.nav__link--contact.current-menu-item a,
.mobile-menu > ul > li.nav__link--contact a:hover{
	border-color: var(--blue);
	background-color: #fff;
	color: var(--blue);
}

.mobile-menu .sub-menu{
	transition: var(--time);
	background-color: #fff;
    padding: 0rem;
    display: none;
}

.mobile-menu .sub-menu.active{
	display: block;
}
.mobile-menu .sub-menu li {
    border-bottom: 1px solid #ddd;
}
.mobile-menu .sub-menu > li a{
	padding: 20rem 0;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    font-size: 18rem;
    line-height: 30rem;
    transition: var(--time);
    position: relative;

    visibility: hidden;
	opacity: 0;
	transform: translateY(30px);
}
.mobile-menu .sub-menu > li a span{
	font-weight: 500;
}

.mobile-menu .sub-menu > li a .description{
	font-size: 16rem;
	font-weight: 400;
}
.mobile-menu .sub-menu.active > li a{
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
}

.mobile-menu .sub-menu > li a:after{
	content: '';
	width: 0;
	height: 3px;
	background-color: var(--blue);
	position: absolute;
	left: 0;
	bottom: 0;
	transition: var(--time);
}

.mobile-menu .sub-menu > li a:hover:after,
.mobile-menu .sub-menu > li.current-menu-item a:after{
	width: 100%;
}



.page-template-page-solutions .footer {
}

.footer__newsletter {
    margin-bottom: 55rem;
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 50rem;
    position: relative;
    z-index: 1;
}

.footer__newsletter--inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60rem;
    align-items: center;
}

.footer__newsletter--title {
    font-size: 34rem;
    line-height: 44rem;
}

.footer__newsletter--form .wpcf7__row{
	margin: 0 !important;
	line-height: 0;
}
.footer__newsletter--form .wpcf7__row span{
	display: block;
}
.footer__newsletter--form .wpcf7__row input[type='email']{
	height: 66rem;
	width: 440rem;
	color: #000;
	padding: 0 22rem;
}

.footer__newsletter--form .wpcf7__row input[type='email']::placeholder{
	color: #000;
}

.footer__newsletter--form form{
	position: relative;
}
.footer__newsletter--form form .wpcf7-response-output {
    position: absolute;
    top: 100%;
    margin: 25rem 0 0 0;
    font-size: 15rem;
    padding: 0;
    border: 0;
}
.footer__newsletter--form form.invalid .wpcf7-response-output {
	color: #ffb900;
}

.footer__newsletter--form form.sent .wpcf7-response-output {
	color: #46b450;
}

.footer__newsletter--form form .wpcf7__row .wpcf7-not-valid-tip {
    margin-top: 10px;
}
.footer__newsletter--form .wpcf7__row input[type='submit']{
	background-image: url(./img/newsletter-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 80rem;
    text-indent: -500px;
    overflow: hidden;
    padding: 24rem;
}

.footer{
	padding-top: 100rem;
	padding-bottom: 70rem;
	position: relative;
	z-index: 2;
	mix-blend-mode: multiply;
}
.footer img {
	position: absolute;
	top: -315rem;
}
.single-post .footer{
	z-index: 3;
}

.single-post .footer:after{
/*	display: none;*/
}
/*
.footer:after{
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    height: 685rem;
    background-image: url(./img/Waves.png);
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    pointer-events: none;
    mix-blend-mode: multiply;
    z-index: 0;
    transform: translateY(-425rem);
}
*/
.single-post__popular{
	position: relative;
}

.single-post__popular .container{
	position: relative;
	z-index: 4;
}


/*.single-post__popular:after{
    content: '';
   display: block;
    width: 100%;
    position: absolute;
    height: 685rem;
    background-image: url(./img/Waves.png);
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    pointer-events: none;
    mix-blend-mode: multiply;
    z-index: 0;
    transform: translateY(255rem);
}
*/

.footer__container{
	position: relative;
	z-index: 2;
	display: grid;
    grid-template-columns: repeat(6, 1fr);
/*    grid-template-columns: repeat(auto-fill, minmax(203rem, 1fr));*/
    grid-column-gap: 20rem;
    grid-row-gap: 50rem
}

.footer__column--title{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18rem;
	line-height: 1;
	margin-bottom: 20rem;
	font-family: var(--halvar);
}

.footer-mobile ul,
.footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
}

.footer-mobile ul li:not(:last-child),
.footer ul li:not(:last-child){
	margin-bottom: 10rem;
}

.footer-mobile ul li a,
.footer ul li a{
	font-size: 14rem;
	line-height: 1;
}
.footer-mobile ul li:first-child a,
.footer ul li:first-child a{
	text-transform: uppercase;
    font-weight: bold;
    font-size: 18rem;
    line-height: 1;
    margin-bottom: 20rem;
    font-family: var(--halvar);
    display: flex;
}

.footer-mobile .footer-mobile__menu ul li a{
	text-transform: uppercase;
    font-weight: bold;
    font-size: 18rem;
    line-height: 1;
    font-family: var(--halvar);
    display: flex;
    margin: 0;
}

.footer__links {
    display: flex;
    gap: 15px;
    line-height: 0;
    align-items: center;
}

.footer__contact--link a path,
.footer__links a rect,
.footer__links a path{
	transition: var(--time);
}

.footer__links a:hover rect,
.footer__links a:hover path{
	fill: var(--blue);
}

.footer__contact--link{
	margin-top: 40rem;
}

.footer__contact--link a{
	font-size: 18rem;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	gap: 25rem;
	color: var(--aqua);
	font-weight: 500;
}

.footer__contact--link a svg{
	transition: var(--time);
	position: relative;
}
.footer__contact--link a:hover svg{
	transform: translateX(10px);
}

.footer__contact--link a:hover{
	color: var(--black);
}
.footer__contact--link a:hover path{
	fill: var(--black);
}



.copyright{
	padding: 10rem 0;
	background-color: var(--black);
	font-size: 12rem;
	line-height: 1;
	color: #fff;
}

.copyright__inner{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 30rem;
}

.copyright .copyright__namelessspace{
	line-height: 0;
}

.copyright__namelessspace img{
	filter: invert(100%);
}


.copyright a{
	font-size: 12rem;
	line-height: 1;
	color: #fff;
}

.copyright a:hover{
	color: var(--aqua);
}

.copyright__wrapper{
	display: flex;
	flex-wrap: wrap;
	grid-row-gap: 15rem;
}

.copyright__wrapper div:not(:first-child){
	padding-left: 10rem;
	margin-left: 10rem;
	border-left: 1px solid #fff;
}


.logos{
	padding: 100rem 0 100rem;
	background-color: var(--aqua);
}

.logos img{
	max-width: 100%;
	height: auto;
}

.logos__title {
    font-size: 36rem;
    line-height: 48rem;
    font-weight: bold;
    text-align: center;
     font-family: var(--halvar);
        text-transform: uppercase;
}

.logos .swiper-slide{
/*	max-width: 150px;*/
	text-align: center;
	margin-top: 60rem;
}

.about-us-page__investors .swiper-wrapper,
.home .swiper-wrapper {
    align-items: center;
    line-height: 0;
	justify-content: space-evenly;
}

.about-us-page__investors .swiper-wrapper .swiper-slide,
.home .swiper-wrapper .swiper-slide {
	line-height: 0;
}

.market-leading {
    padding: 80rem 0 100rem;
    position: relative;
}

.market-leading:after {
	content: '';
    display: block;
    background-image: url(./img/EXPERIENCES-bg.svg);
    width: 1920rem;
    height: 1139rem;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}

.market-leading__title {
    font-size: 50rem;
    line-height: 60rem;
    text-align: center;
    margin-bottom: 100rem;
  

}

.market-leading__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360rem, 1fr));
    grid-column-gap: 20rem;
    grid-row-gap: 50rem;
        z-index: 9;
    position: relative;
    display: grid;
    justify-content: center;
    align-items: center;
}
@media (min-width:768px) {
	
.market-leading__grid {
	grid-template-columns: repeat(3, 460px);
}
}
.market-leading__item {
    box-shadow: 0px 0px 20px 6px #0000001a;
    background-color: #fff;
    padding: 85rem 50rem;
    transition: var(--time);
	height: 260px;

}

.market-leading__item--icon {
    line-height: 0;
    margin-bottom: 20rem;
    position: relative;
}

.market-leading__item--icon img{
	transition: var(--time);
}

.market-leading__item--icon .market-leading__item--icon-hover{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}

.market-leading__item:hover .market-leading__item--icon-orig{
	opacity: 0;
	visibility: hidden;
}

.market-leading__item:hover .market-leading__item--icon-hover{
	opacity: 1;
	visibility: visible;
}


.market-leading__item--title {
    margin-bottom: 20rem;
    line-height: 40rem;
    font-size: 32rem;
    text-transform: uppercase;
    font-weight: 700;
    font-family: var(--halvar);
}

.market-leading__item--description {
    font-size: 20rem;
    line-height: 28rem;
    min-height: 54.5rem;
}

.market-leading__item--link {
    margin-top: 20rem;
    display: inline-flex;
    align-items: center;
    font-size: 18rem;
    font-weight: 500;
    line-height: 1;
    gap: 25rem;
    color: var(--aqua);
    font-family: 'Poppins', sans-serif;
}

.market-leading__item--link svg{
    position: relative;
}
.market-leading__item--link svg,
.market-leading__item--link path{
	transition: var(--time);
}

.market-leading__item--link:hover svg{
    transform: translateX(10px);
}

.market-leading__item--link:hover{
	color: var(--aqua);
}
/*
.m/*arket-leading__item--link:hover path{
	fill: var(--black);
}
*/
.market-leading__item *{
	transition: var(--time);	
}

.market-leading__item:hover{
	background-color: var(--indigo);
}

.market-leading__item:hover .market-leading__item--title,
.market-leading__item:hover .market-leading__item--description{
	color: #fff;
}


.main-section {
/*    padding: 150rem 0 300rem;*/
    position: relative;
    height: 105vh;
    display: flex;
    align-items: center;
}
.main-section .container{
	width: 100%;
}

.main-section video{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
    object-position: 80% bottom;
}

.main-section__float-text {
    font-size: 32rem;
    line-height: 34rem;
    font-weight: bold;
    text-align: right;
    right: 125rem;
    top: 230rem;
    position: absolute;
}


.main-section__content {
    max-width: 500px;
}
a.lang-icon svg {
    max-width: 32px;
    display: block;
    max-height: 32px;
}
nav.nav.header__nav {
    display: flex;
    align-items: center;
    gap: 75rem;
}
h1.main-section__title {
    font-size: 80rem;
    line-height: 90rem;
    font-weight: bold;
    margin: 0 0 10rem 0;
    text-transform: uppercase;
}

.main-section__description {
    font-size: 24rem;
    line-height: 34rem;
}

a.main-section__link.button {
    margin-top: 30rem;
}

.leading{
	padding: 90rem 0 200rem;
}

.leading__wrapper {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    grid-gap: 40rem;
}

.leading__title {
    font-size: 45rem;
    line-height: 60rem;
    font-weight: bold;
    text-transform: uppercase;
    font-family: var(--halvar);
}

.leading__links{
	margin: 0;
	padding: 0 0 0 40rem;
	list-style: none;
}
.leading__links li{
	border-bottom: 0.5px solid #B1B1B1;
}
.leading__links li:first-child{
	border-top: 0.5px solid #B1B1B1;
}
.leading__links li a{
	color: #000;
	font-size: 24rem;
	line-height: 1;
	font-weight: 300;
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 30rem;
}

.leading__links li a.active,
.leading__links li a:hover{
	color: var(--aqua);
}

.leading__link:before{
	min-width: 12rem;
	width: 12rem;
	height: 12rem;
	background-color: #B1B1B1;
	content: '';
	position: absolute;
	left:-40rem;
	transition: var(--time);
}

.leading__links li:last-child .leading__progress-bar{
	display: none;
}

.leading__progress-bar{
	width: 1.5px;
    height: calc(100% - 25rem);
    background-color: #B1B1B1;
    display: block;
    position: absolute;
    left: -34.5rem;
    top: 55rem;
}

.leading__progress-bar--inner{
	height: 0;
	width: 100%;
	background-color: var(--aqua);
	display: block;
	transition: var(--time);
}

.leading__link:hover:before,
.leading__link.active:before{
	background-color: var(--aqua);
}

.leading__link:hover .leading__progress-bar--inner,
.leading__link.active .leading__progress-bar--inner{
	animation: progressAnimation 3s linear forwards;
}

@keyframes progressAnimation {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}


.dynamic{
	display: grid;
  	grid-template-columns: repeat(4, 1fr);
}

.dynamic__content{
/*	grid-column: span 2;*/
	grid-column: 1 / -1;
}

.dynamic__item {
    height: 480rem;
    overflow: hidden;
    position: relative;
}

.dynamic__item--title {
    position: absolute;
    z-index: 2;
    left: 40rem;
    bottom: 40rem;
    text-transform: uppercase;
    font-size: 45rem;
    line-height: 1;
    color: #fff;
    font-family: var(--halvar);
}

.dynamic__item--gradient{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	transition: var(--time);
}

.dynamic__item:hover .dynamic__item--gradient{
	opacity: 0.6;
}

.dynamic__item img{
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.dynamic__content--inner {
    /*display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 100rem;
    max-width: 570px;
    height: 100%;
    margin-left: auto;*/
    display: flex;
/*    max-width: 1430px !important;*/
    padding: 0 15px !important;
    margin: 0 auto 50rem !important;
/*    justify-content: space-between;*/
/*    align-items: center;*/
    gap: 15rem;
    flex-direction: column;
}

.dynamic__title {
    font-size: 45rem;
    line-height: 60rem;
    font-weight: bold;
    text-transform: uppercase;
/*    margin-bottom: 10rem;*/
    font-family: var(--halvar);
}

.dynamic__description {
    font-size: 18rem;
    line-height: 34rem;
}

.dynamic__link {
    font-size: 24rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 25rem;
    color: var(--aqua);
/*    margin-top: 20rem;*/
	white-space: nowrap;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.dynamic__link path{
	transition: var(--time);
}

.dynamic__link:hover{
	color: var(--black);
}

.dynamic__link svg{
    position: relative;
}
.dynamic__link svg{
	transition: var(--time);
}

.dynamic__link:hover svg{
    transform: translateX(10px);
}

.dynamic__link:hover path{
	fill: var(--black);
}


.grey-bg{
	background-color: #F4F7F8;
	padding-bottom: 45rem;
}
.investors{
	padding: 20rem 0 120rem;
}

.investors__title{
	font-size: 50rem;
	line-height: 55rem;
	text-transform: uppercase;
	margin-bottom: 70rem;
	font-weight: bold;
	font-family: var(--halvar);
}

.investors .swiper-slide{
/*	max-width: 150px;*/
	text-align: center;
	
}


.resources{
	margin-bottom: 150rem;
	position: relative;
	z-index: 3;
}

.resources__title{
	font-size: 50rem;
	line-height: 55rem;
	text-transform: uppercase;
	margin-bottom: 50rem;
	font-weight: bold;
	font-family: var(--halvar);
}

.resources__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360rem, 1fr));
    grid-gap: 20rem;
}

.resources__item {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    line-height: 0;
}

.resources__item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: relative;
	z-index: 0;
}

.resources__item:after{
	content: '';
    background-color: #1024424d;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    transition: var(--time);
}

.resources__item:hover:after{
	opacity: 0;
}

.resources__item--inner {
    position: absolute;
    bottom: 40rem;
    left: 40rem;
    right: 25rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 10rem;
}

.resources__item--title {
    font-size: 32rem;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--halvar);
}

.resources__item--desription {
    font-size: 18rem;
    line-height: 24rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20rem;
}

.resources__item--desription svg{
	width: 52rem;
	height: 21rem;
	transition: var(--time);
	position: relative;
}

.resources__item:hover svg{
	transform: translateX(10px);
}

.contact-page {
    margin: 155rem 0;
/*    background-image: url(./img/form-wave.webp);*/
    background-repeat: no-repeat;
    background-position: center 230rem;
}

.contact-page #canvas{
	position: absolute;
    width: 100%;
    top: 0;
    z-index: 0;
    mix-blend-mode: multiply;
    pointer-events: none;
    object-fit: contain;
    transform: translateY(30%);
}

.contact-page .container{
    position: relative;	
    z-index: 1;
}

.contact-page h1{
	margin-top: 0;
	font-size: 74rem;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 30rem;
}

.contact-page__page--description {
    max-width: 575px;
    font-size: 20rem;
    line-height: 36rem;
}

.contact-page__form{
	position: relative;
	margin-top: 70rem;
	box-shadow: 0px 0px 46px 6px #0000001a;
	background-color: #fff;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.contact-page__form--form {
    padding: 110rem 100rem;
}

.contact-page__form--image{
	line-height: 0;
	overflow: hidden;
}

.contact-page__form--image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.contact-page__form--description {
    font-size: 22rem;
    line-height: 32rem;
    font-weight: 500;
    text-transform: inherit;
    margin-bottom: 30rem;
    font-family: var(--halvar);
}

.wpcf7__row{
	position: relative;
}

.wpcf7__row:not(:last-child){
	margin-bottom: 20rem;
}
.wpcf7__row.wpcf7__row--acceptance {
    margin-bottom: -10rem!important;
    margin-top: -15rem!important;
}
.wpcf7__row label{
	display: block;
	font-size: 18rem;
	line-height: 1;
	margin-bottom: 7rem;
	color: #273548;
}

.wpcf7__row textarea::placeholder,
.wpcf7__row input[type="text"]::placeholder,
.wpcf7__row input[type="tel"]::placeholder,
.wpcf7__row input[type="email"]::placeholder{
	color: #B1B1B1;
	font-size: 16rem;
}

.wpcf7__row input[type="text"],
.wpcf7__row input[type="tel"],
.wpcf7__row input[type="email"]{
	border: 1px solid #E4E4E4;
	height: 40rem;
	border-radius: 0;
	width: 100%;
	font-size: 16rem;
	line-height: 1;
	font-weight: 300;
	padding: 0 15rem;
	color: #000;
	outline: none;
	box-sizing: border-box;
	font-family: "Poppins";
}

.wpcf7__row textarea{
	border: 1px solid #E4E4E4;
	height: 80rem;
	border-radius: 0;
	width: 100%;
	font-size: 16rem;
	line-height: 1;
	font-weight: 300;
	padding: 15rem;
	color: #000;
	outline: none;
	box-sizing: border-box;
	font-family: "Poppins";
}


.wpcf7__row textarea:focus-visible,
.wpcf7__row input[type="text"]:focus-visible,
.wpcf7__row input[type="tel"]:focus-visible,
.wpcf7__row input[type="email"]:focus-visible{
	border: 1px solid var(--indigo);
	border-radius: 0;
}

.wpcf7__row.wpcf7__row--submit{
	margin-top: 30rem;
	margin-bottom: 0;
	text-align: right;
}
.wpcf7__row .wpcf7-submit {
	margin-left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 24rem 64rem;
    color: #fff;
    font-size: 18rem;
    line-height: 1;
    background-color: var(--blue);
    transition: var(--time);
    border: 0;
    cursor: pointer;
    font-family: "Poppins";
    -webkit-border-radius:0; 
/*    border-radius: 50px 0px 50px 50px;*/
     -webkit-appearance: none;
}

.wpcf7__row .wpcf7-submit:hover{
	background-color: var(--aqua);
}

.wpcf7__row.wpcf7__row--acceptance .wpcf7-list-item{
	margin: 0;
}

.wpcf7__row.wpcf7__row--acceptance .wpcf7-list-item-label{
	font-size: 12rem;
	line-height: 22rem;
}

.wpcf7__row.wpcf7__row--acceptance label {
	cursor: pointer;
}

.wpcf7__row.wpcf7__row--acceptance label input{
	position: absolute;
    left: -1000px;
    opacity: 0;
}

.wpcf7__row.wpcf7__row--acceptance label span{
	padding-left: 25px;
	display: flex;
}
.wpcf7__row.wpcf7__row--acceptance label span:before{
	content: '';
    display: block;
    min-width: 15px;
    width: 15px;
    height: 15px;
    border: 1px solid #B1B1B1;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 8px;
}

.wpcf7__row.wpcf7__row--acceptance label input:checked + span:after{
	content: '';
    min-width: 9px;
    width: 9px;
    height: 9px;
    transition: var(--time);
    background-color: var(--aqua);
    position: absolute;
    left: 4px;
    top: 12px;
}

.wpcf7-spinner{
	display: none !important;
}

.wpcf7__row .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12rem;
    font-weight: normal;
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 3px;
}

.wpcf7__row.wpcf7__row--phone {
    display: grid;
    grid-template-columns: 145rem 1fr;
    grid-column-gap: 20rem;
}

.wpcf7__row.wpcf7__row--phone > label{
	grid-column: 1 / -1;
}




.show-block {
    background-color: var(--aqua);
    padding: 70rem;
/*    z-index: 2;*/
    position: relative;
}

.show-block__inner--title {
    font-size: 36rem;
    text-transform: uppercase;
    text-align: center;
    line-height: 48rem;
    font-weight: normal;
    grid-column: 1 / -1;
    font-family: var(--halvar);
}

.show-block__inner{
	max-width: 760px;
	padding: 0 15px;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 25rem;
	position: relative;
	z-index: 3;
}

.show-block__inner--btn-email.button {
    background-color: transparent;
    border: 1px solid var(--black);
    color: var(--black);
	max-width: 200px;
    margin: 0 auto;
}

.show-block__inner--btn-email.button:hover{
	background-color: var(--black);
	color: var(--aqua);
}


.show-block__inner--btn-phone.button{
    background-color: transparent;
    border: 1px solid var(--black);
    color: var(--black);
}

.show-block__inner--btn-phone.button:hover{
	background-color: var(--black);
	color: var(--aqua);
}

.show-block__inner--address-wrapper{
	grid-column: 1 / -1;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.show-block__inner--address-wrapper svg{
	transform: rotate(35deg);
    min-width: 16rem;
}

.show-block__inner--address-wrapper a{
	position: relative;
    font-size: 22rem;
    line-height: 1;
    color: #fff;
    padding-bottom: 5px;
    padding-left: 0rem;
    padding-right: 0rem;
    margin-top: 15px;
}
.show-block__inner--address-wrapper a span{
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 40%, transparent 40%, transparent 60%, rgb(255, 255, 255) 60%, rgb(255, 255, 255) 100%);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 250% 1px;
    padding-bottom: 0.2em;
    transition: background-position 0.6s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    display: block;
}
.show-block__inner--address-wrapper a:hover span{
	background-position: 0% 100%;
}

/*.show-block__inner--address-wrapper a:after{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: var(--time);
}

.show-block__inner--address-wrapper a:hover:after{
	width: 0;
}*/

.contact-page__form--pattern {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 1;
    width: 246rem;
    height: 458rem;
}


.about-us-page{
	margin-top: 100rem;
}

.page-template-page-about-us .footer:after{
	display: none;
}

h1.about-us-page__main--title {
    line-height: 76rem;
    font-size: 74rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30rem;
}

.about-us-page__main--description {
    font-size: 20rem;
    line-height: 36rem;
}

.about-us-page__main--image{
	line-height: 0;
	overflow: hidden;
}

.about-us-page__main--image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-us-page__main--wrapper {
    display: grid;
/*    grid-template-columns: 575rem 1fr;*/
    grid-template-columns: 1fr;
    grid-gap: 60rem;
}

.about-us-page__main{
	padding-bottom: 80rem;
/*    background-image: url(./img/form-wave.webp);*/
    background-repeat: no-repeat;
    background-position: center 130%;
    position: relative;
}


.about-us-page__main #canvas{
	position: absolute;
    width: 100%;
    top: 0;
    z-index: 2;
    mix-blend-mode: multiply;
    pointer-events: none;
    object-fit: contain;
    transform: translateY(-15%);
}

.section.about-us-page__meet--title {
    font-size: 48rem;
    line-height: 55rem;
    font-weight: bold;
    max-width: 1180px;
    margin-bottom: 50rem;
    text-transform: uppercase;
    font-family: var(--halvar);
}

.about-us-page__main--description br,
.about-us-page__main--title br{
	display: none;
}

.about-us-page__meet--grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300rem, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 70rem;
}

.about-us-page__meet--item--image{
	overflow: hidden;
	line-height: 0;
	margin-bottom: 20rem;
	position: relative;
}

.about-us-page__meet--item--image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.about-us-page__meet--item--image-gradient{
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	transition: var(--time);
	opacity: 0;
	visibility: hidden;
    mix-blend-mode: screen;
}

.about-us-page__meet--item{
	position: relative;
	overflow: hidden;
}

.about-us-page__meet--item:hover .about-us-page__meet--item--image-gradient{
	opacity: 1;
	visibility: visible;
}

.blue-gradient{
	background: linear-gradient(225deg, rgb(0 201 255) 0%, rgb(0 126 255) 53%, rgb(0 161 255) 100%);
}

.violet-gradient{
	background: linear-gradient(225deg, rgba(87,35,188,0.38) 0%, rgba(81,28,186,1) 53%, rgba(177,22,255,1) 100%);
}

.orange-gradient{
	background: linear-gradient(225deg, rgb(255 230 0) 0%, rgb(255 11 0 / 27%) 53%, rgb(255 151 0) 100%);
}

.pink-gradient{
	background: linear-gradient(225deg, rgba(219,199,213,0.38) 0%, rgba(186,6,174,1) 53%, rgba(186,6,6,1) 100%);
}

.green-gradient{
	background: linear-gradient(225deg, rgba(40,176,63,0.85) 0%, rgb(0 255 131 / 76%) 53%, rgb(75 255 0) 100%);
}

.about-us-page__meet--item--name {
    font-size: 30rem;
    line-height: 38rem;
    font-weight: 600;
}
.about-us-page__meet--item--position{
    font-size: 30rem;
    line-height: 38rem;
    font-weight: 400;
}
.about-us-page__meet--item--description{
	font-size: 16rem;
    line-height: 38rem;
    font-weight: 400;
    padding-right: 35rem;
}

.about-us-page__meet--item--link {
    display: inline-flex;
    line-height: 0;
    position: absolute;
    right: 0;
    bottom: 13px;
}

.about-us-page__meet--item--link svg{
	width: 25rem;
	height: 25rem;
}

.about-us-page__meet--item--link svg path{
	transition: var(--time);
}

.about-us-page__meet--item--link:hover svg path{
	fill: var(--blue);
}

.about-us-page__meet {
    padding-bottom: 150rem;
    margin: 150rem 0;
}

.about-us-page__grey-wrapper {
    padding: 170rem 0;
    background-color: #F4F7F8;
    /*margin-bottom: 420rem;*/
}


.about-us-page__value--title {
    font-size: 48rem;
    line-height: 55rem;
    font-weight: bold;
    margin-bottom: 50rem;
    text-transform: uppercase;
    font-family: var(--halvar);
}

.about-us-page__value--grid {
    display: flex;
    grid-gap: 70rem;
}
.about-us-page__value--item {
    flex: 1;
}

.about-us-page__value--item-title {
    font-size: 36rem;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 15rem;
}

.about-us-page__value--item-description {
    font-size: 18rem;
    line-height: 30rem;
    margin-bottom: 60rem;
}

.about-us-page__value--item-icon {
    line-height: 0;
}

.about-us-page__value--item-icon img{
	width: 125rem;
	height: auto;
}
.about-us-page__value--wrapper{
	margin-top: 160rem;
}
/*
.about-us-page__value--wrapper{
	margin-bottom: 160rem;
}

.about-us-page__aboutus--wrapper {
    display: grid;
    grid-template-columns: 476rem 1fr;
    background-color: #fff;
    box-shadow: 0px 0px 46px 6px #0000001a;
    margin-bottom: -45%;
}

.about-us-page__aboutus--content {
    padding: 95rem 120rem;
}
*/

.about-us-page__aboutus--image {
    line-height: 0;
    overflow: hidden;
}

.about-us-page__aboutus--image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.about-us-page__aboutus--title {
    font-size: 48rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 15rem;
    text-transform: uppercase;
    font-family: var(--halvar);
}

.about-us-page__aboutus--link{
    margin-top: 60rem;
}


.about-us-page__join {
    padding: 80rem 0;
    background-color: #F4F7F8;
    position: relative;
}

.about-us-page__join .container{
	position: relative;
	z-index: 9;
}
/*
.about-us-page__join:after{
    content: '';
    height: 625rem;
    width: 100%;
    background-image: url(./img/Waves.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: 88rem;
    z-index: 0;
}
*/
.about-us-page__join--title {
    line-height: 48rem;
    font-size: 36rem;
    font-weight: bold;
    text-transform: uppercase;
    font-family: var(--halvar);
}

.about-us-page__join--link{
	margin-top: 40rem;
}

.about-us-page__join--wrapper {
    max-width: 700px;
    text-align: center;
    margin: auto;
}

.page-template-page-products .container{
	max-width: 1400px;
}

.products-page{
	margin-top: 100rem;
	overflow-x: hidden;
}

.products-page__main{
	position: relative;
	padding-bottom: 70rem;
}

.products-page__main--title {
    font-size: 70rem;
    line-height: 80rem;
    text-transform: uppercase;
    margin-bottom: 20rem;
}

.products-page__main--description {
    font-size: 20rem;
    line-height: 36rem;
    margin-bottom: 15rem;
}

@media (max-width: 1680px) {
	.products-page__main--description br {
		display: none;
	}
}
.products-page__main--image{
	line-height: 0;
}

.products-page__main--image {
    line-height: 0;
    margin-right: -190rem;
    position: relative;
    z-index: 1;
}

.products-page__main--wrapper {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 30px;
}

.product-lists{
	background-color: #F4F7F8;
	padding-top: 160rem;
	padding-bottom: 140rem;
	position: relative;
	margin-top: -170rem;
}

.product-lists__wave{
	position: absolute;
    bottom: -65rem;
    left: 0;
    z-index: 2;
    pointer-events: none;
}

.product-lists__title{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto 170rem;
	gap: 30rem; 
	text-align: center;
	font-family: var(--halvar);
	font-size: 48rem;
	line-height: 60rem;
	text-transform: uppercase;
	padding: 40rem 0;
	border-top: 1px solid #B1B1B1;
	border-bottom: 1px solid #B1B1B1;
	max-width: 1030px;
}

.product-lists__title svg{
	width: 122rem;
	height: 28rem;
}

.product-lists__title br{
	display: none;
}

.product_lists__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.product_lists__row--wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.product_lists__row:not(:last-child){
	margin-bottom: 40rem;
}

.product_lists__row--title {
    font-size: 42rem;
    line-height: 50rem;
    font-family: var(--halvar);
    text-transform: uppercase;
}

.product_lists__row--link{
	margin: 20rem 0;
}

.product_lists__row--description{
	font-size: 16rem;
	line-height: 26rem;
	max-width: 370px;
}

.product_lists__item {
    padding: 45rem;
    background-color: #fff;
    box-shadow: 0px 0px 20px 2px #0000001c;
    display: flex;
    flex-direction: column;
    gap: 10rem;
    font-size: 30rem;
    line-height: 38rem;
    position: relative;
    color: var(--black) !important;
}

.product_lists__item:after{
	content: '';
	display: block;
	width: 100%;
	height: 7rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.product_lists__item--image{
	line-height: 0;
    height: 233rem;
    overflow: hidden;
}

.product_lists__item--image img{
	height: 100%;
}

.product_lists__item svg {
    position: absolute;
    right: 35rem;
    bottom: 45rem;
    transition: var(--time);
    width: 41rem;
    height: 17rem;
}

.product_lists__item svg path{
	transition: var(--time);
}

.product_lists__item:hover svg{
	right: 25rem;
}

.product_lists__item--title{
	padding-right: 30rem;
}

.product_lists__item.turquoise-line:after{
	background-color: var(--aqua);
}

.product_lists__item.blue-line:after{
	background-color: var(--blue);
}

.product_lists__item.green-line:after{
	background-color: var(--green);
}

.product_lists__item.pink-line:after{
	background-color: var(--pink);
}



/*.product_lists__item.turquoise-line:hover{
	color: var(--aqua);
}

.product_lists__item.blue-line:hover{
	color: var(--blue);
}

.product_lists__item.green-line:hover{
	color: var(--green);
}

.product_lists__item.pink-line:hover{
	color: var(--pink);
}


.product_lists__item.turquoise-line:hover svg path{
	fill: var(--aqua);
}

.product_lists__item.blue-line:hover svg path{
	fill: var(--blue);
}

.product_lists__item.green-line:hover svg path{
	fill: var(--green);
}

.product_lists__item.pink-line:hover svg path{
	fill: var(--pink);
}*/


.product-page-malodor{
	margin-top: 50rem;
	overflow-x: hidden;
}

.product-page-malodor.product-page-dse{
	overflow: unset;
}

.product-page-malodor__main{
	position: relative;
	z-index: 1;
}

.product-page-malodor__main .container {
    position: relative;
    z-index: 3;
}

.product-page-malodor__main--wrapper {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 0rem;
    align-items: center;
}

.product-page-malodor__main--content {
    padding: 80rem 0;
}

.product-page-malodor__main--image{
	line-height: 0;
	position: relative;
	z-index: 3;
	margin-right: -150rem;
}

.product-page-malodor__main--title {
    font-size: 74rem;
    line-height: 82rem;
    text-transform: uppercase;
    margin-bottom: 30rem;
}

.product-page-malodor__main--description {
    font-size: 18rem;
    line-height: 30rem;
    max-width: 600px;
}
@media (max-width: 1680px) {
	.product-page-malodor__main--description br {
		display: none;
	}
}
.product-page-malodor__main--link{
	margin-top: 40rem;
	padding: 19rem 59rem;
}

.product-page-malodor__main--link.inverse{
/*	background-color: #fff;*/
}

.product-page-malodor__wave {
    position: absolute;
    bottom: -175rem;
    left: 0;
    z-index: 2;
    pointer-events: none;
}

.malodor__grey {
    background-color: #F4F7F8;
    padding: 120rem 0 190rem;
    margin-top: -30rem;
    position: relative;
/*    z-index: 0;*/
}

.malodor__action{
	position: relative;
	z-index: 3;
}
.malodor__title{
	font-size: 45rem;
	line-height: 60rem;
	text-transform: uppercase;
	font-family: var(--halvar);
	margin-bottom: 50rem;
	max-width: 1020px;
}

.malodor__grid--image{
	line-height: 0;
	margin-bottom: 20rem;
}

.malodor__grid--title{
	font-size: 32rem;
	line-height: 30rem;
	margin-bottom: 10rem;

}

.malodor__grid--description{
	font-size: 18rem;
	line-height: 30rem;
	max-width: 500rem;
}

.malodor__grid {
	display: grid;
    grid-column-gap: 70rem;
    grid-row-gap: 30rem;
    grid-template-columns: repeat(3, 1fr);
}

.malodor__action--wrapper {
    box-shadow: 0px 0px 20px 2px #0000001c;
    background-color: #fff;
    padding: 70rem 80rem 60rem;
    margin-top: 120rem;
    display: grid;
    align-items: center;
    grid-template-columns: auto 500rem;
    grid-gap: 50rem;
        border-bottom: 7px solid #00D3C6;
}
.button.malodor__action--button {
	padding: 20rem 67rem;
}
.malodor__action--title {
    margin-bottom: 30rem;
    font-size: 36rem;
    line-height: 48rem;
}

.malodor__action--links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 50rem;
}

.malodor__action--image{
	line-height: 0;
	margin: -40rem 0;
}

.malodor__action--link {
    color: var(--blue);
    font-size: 18rem;
    line-height: 1;
    text-decoration: none;
    position: relative;
}

/*.malodor__action--link:hover{
	color: var(--black);
	text-decoration: none;
}*/

.malodor__action--link span{
	background-image: linear-gradient(90deg, var(--blue) 0%, var(--blue) 40%, transparent 40%, transparent 60%, var(--blue) 60%, var(--blue) 100%);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 250% 1px;
    padding-bottom: 0.2em;
    transition: background-position 0.6s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    display: block;
}
.malodor__action--link:hover span{
	background-position: 0% 100%;
}

.product-page-re__grey--section{
	background-color: #FAFBFC;
	padding: 165rem 0;
	margin-top: -50rem;
	background-image: url(./img/re-grey-mask.svg);
	background-position: center top;
	background-repeat: no-repeat;
}

.product-page-malodor.product-page-re .product-page-malodor__main--title span{
	white-space: nowrap;
}

.product-page-re__inner svg{
	width: 122rem;
	height: 64rem;
	margin: 40rem auto 0;
	display: block;
}

.product-page-re__title {
    text-align: center;
    font-family: var(--halvar);
    font-size: 45rem;
    line-height: 60rem;
    text-transform: uppercase;
    margin-bottom: 15rem;
}

.product-page-re__description{
	font-size: 18rem;
	line-height: 30rem;
	text-align: center;
	font-weight: normal;
	max-width: 990px;
	margin: 0 auto 0;
}

.product-page-re__contact {
    text-align: center;
    margin-top: 70rem;
}

.product-page-re__contact a{
	position: relative;
	z-index: 3;
}

.product-page-re__steps{
	margin-top: 130rem;
	display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 80rem;
    max-width: 1368px;
    margin-left: auto;
    margin-right: auto;
}

.product-page-re__step--title {
    font-family: var(--halvar);
    font-size: 45rem;
    line-height: 60rem;
    text-transform: uppercase;
    margin-bottom: 15rem;
}

.product-page-re__step--description{
	font-size: 18rem;
	line-height: 30rem;
	font-weight: normal;
	max-width: 650rem;
}

.product-page-re__step--image{
	line-height: 0;
}



.product-page-re__step {
/*    max-width: 1200px;*/
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 130rem;
    align-items: center;
}

.product-page-re__step:nth-child(even){
	grid-auto-flow: dense;
    grid-template-columns: auto 1fr;
    margin-left: 80rem;
}


.product-page-re__step:nth-child(even) .product-page-re__step--content{
	order: 2;
}
.product-page-re__step:nth-child(even) .product-page-re__step--image{
	order: 1;
}


.products-page__main #canvas{
	position: absolute;
    width: 100%;
    top: 0;
    z-index: 2;
    mix-blend-mode: multiply;
    pointer-events: none;
    object-fit: contain;
    transform: translateY(-5%);
}


.products-page__main video,
.product-page-malodor__main video {
	display: none;
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  height: 100%;
}
.products-page__main,
.product-page-malodor__main {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    mix-blend-mode: multiply;
}
.product-page-re .product-page-malodor__main {
    height: auto;
    padding-bottom: 0;
/*    mix-blend-mode: normal;*/
}
.products-page__main .container,
.product-page-malodor__main .container {
  mix-blend-mode: multiply;
}
.product-lists,
.malodor__grey {
    margin-top: -10%;
/*    mix-blend-mode: multiply;*/
}
@media (max-width: 1680px) {
.product-lists,
.malodor__grey {
    margin-top: 0%;
}	
.products-page__main video,
.product-page-malodor__main video {
  position: absolute;
  top: 10%;
}
h1.main-section__title {
    font-size: 100rem;
    line-height: 90rem;
}
}
@media (max-width: 1440px) {
.product-lists,
.malodor__grey {
    margin-top: 0%;
}	
.products-page__main video,
.product-page-malodor__main video {
  position: absolute;
  top: 15%;
}
}
@media (max-width: 767px) {
   .product-lists,
    .malodor__grey {
		    margin-top: 0%;

/*    mix-blend-mode: multiply;*/
} 
.products-page__main video, .product-page-malodor__main video {
    top: 50%;
}
.products-page__main,
.product-page-malodor__main {
    height: 100%;
        padding-bottom: 0;
}
.product-page-re__step--image {
    max-width: 70%;
    margin: 0 auto;
}
}

.single-post__top {
	position: relative;
    background-color: #F4F7F8;
    padding: 105rem 0;
}

.single-post__top video {
	mix-blend-mode: multiply;
    width: 100%;
    position: absolute;
    top: 0%;
    z-index: 0;
    left: 0;
    pointer-events: none;
    height: auto;
    object-fit: contain;
}

.single-post__top canvas#canvas {
	mix-blend-mode: multiply;
    width: 100%;
    position: absolute;
    top: 0%;
    z-index: 0;
    left: 0;
    pointer-events: none;
    height: auto;
    object-fit: contain;
}

h1.single-post__top-title {
    font-size: 64rem;
    line-height: 82rem;
    margin-bottom: 15rem;
    text-transform: uppercase;
}

.single-post__top .container{
	position: relative;
	z-index: 2;
}

.single-post__top--inner{
	display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 30px;
}

.single-post__top--link{
	display: inline-flex;
	align-items: center;
	gap: 10rem;
	margin-bottom: 60rem;
	font-size: 16rem;
	line-height: 1;
}

.single-post__top--link svg path{
	transition: var(--time);
}

.single-post__top--link:hover svg path{
	fill: var(--blue);
}

.single-post__meta {
    font-size: 18rem;
    line-height: 1;
    color: #68737D;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-row-gap: 10rem;
}

.single-post__meta svg{
	margin-right: 10px;
}

.single-post__meta > span:not(:last-child){
	margin-right: 10px;
	padding-right: 10px;
	border-right: 2px solid #68737D;
}

.single-post__description {
    font-size: 24rem;
    line-height: 36rem;
    margin-top: 35rem;
}

.single-post__top--image-wrapper{
	width: 480rem;
	height: 480rem;
	position: relative;
}

.single-post__top--image-wrapper .top-left{
	width: 134rem;
    height: 134rem;
    box-shadow: 0px 0px 20px 2px #0000001c;
    background: #fff;
    position: absolute;
    z-index: 1;
    left: -27rem;
    top: 0;
}
.single-post__top--image-wrapper .top-right{
	background: #273548;
    width: 148rem;
    height: 148rem;
    position: absolute;
    right: -138rem;
    top: 0;
    border-radius: 0px 0px 200px 0px;
}
.single-post__top--image-wrapper .bottom-left{
	background-color: var(--blue);
    width: 227rem;
    height: 227rem;
    position: absolute;
    right: 102rem;
    bottom: -90rem;
    border-radius: 400px 0px 0px 400px;
}
.single-post__top--image-wrapper .bottom-right{
    background-color: var(--aqua);
    width: 227rem;
    height: 227rem;
    position: absolute;
    right: -125rem;
    bottom: -90rem;
    border-radius: 0px 400px 0px 0px;
    z-index: 1;
}

.single-post__top--image{
	line-height: 0;
	position: relative;
	height: 100%;
	overflow: hidden;
	border-radius: 300px 0px 300px 300px;
}

.single-post__top--image--image{
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-post__content {
    padding: 80rem 15px 220rem;
    max-width: 940px;
    margin: auto;
    position: relative;
    display: flex;
    gap:77rem;
}

.single-post__content--inner{
}

.single-post__content p:not(:last-child){
	margin-bottom: 35rem;
}

.single-post__content h2{
	font-size: 38rem;
	line-height: 1;
	margin-bottom: 40rem;
	font-family: 'Poppins', sans-serif;
}

.single-post__content p + h2{
	margin-top: 50rem;
}

.single-post__share--wrapper {
    margin-top: 100rem;
    display: flex;
    flex-direction: column;
    line-height: 0;
    gap: 25rem;
    position: sticky;
    top: 150rem;
    height: 170rem;
}

.single-post__share--wrapper svg{
	width: 48rem;
	min-width: 48rem;
	height: 48rem;
}

.single-post__share--wrapper a:hover{
	transform: scale(1.1);
}

.single-post__popular {
    padding: 145rem 0;
    background-color: #F4F7F8;
}

.single-post__popular--title{
	margin-bottom: 40rem;
	font-size: 46rem;
	line-height: 1;
	font-weight: bold;
	font-family: var(--halvar);
	    text-transform: uppercase;
}

.article__grid {
    grid-column-gap: 20px;
    grid-row-gap: 75rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.article-post{
	transition: var(--time);
	box-shadow: 0px 0px 5px 1px #0000001c;
	background-color: #fff;
}
.article-post__image{
	line-height: 0;
	overflow: hidden;
	height: 230rem;
}

.article-post__image a{
	display: block;
	height: 100%;
}

.article-post__image img{
	transition: var(--time);
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.article-post__excerpt{
	padding: 25rem;
	transition: var(--time);
}

.article-post__meta{
	margin-bottom: 15rem;
	font-size: 16rem;
	line-height: 1;
	color: var(--black);
}

.article-post__meta svg{
	margin-right: 10px;
}

.article-post__meta > span{
	line-height: 1;
}

.article-post__meta > span:not(:last-child){
	border-right: 1px solid var(--black);
	margin-right: 10px;
	padding-right: 10px;
}

.article-post__title{
	font-size: 24rem;
	line-height: 38rem;
	font-weight: 600;
	display: block;
	margin-bottom: 10rem;
}

.article-post__description {
    color: #68737D;
    font-size: 18rem;
    line-height: 30rem;
    margin-bottom: 15rem;
}

.article-post__read--time {
    color: #B1B1B1;
    font-size: 16rem;
    line-height: 1;

}

.article-post:hover{
	box-shadow: 0px 0px 20px 2px #0000001c;
}

.article-post:hover img{
	transform: scale(1.1);
}

.article-post:hover .article-post__excerpt{
	background-color: #fff;
}

.article-post.article-post__without--image{
	background-color: var(--blue);
}

.article-post.article-post__without--image:hover .article-post__excerpt{
	background-color: transparent;
}

.article-post.article-post__without--image .article-post__excerpt{
	padding: 40rem 25rem 25rem;
	height: calc(100% - 65rem);
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.article-post.article-post__without--image .article-post__title{
	font-size: 48rem;
	line-height: 58rem;
	color: #fff;
}

.article-post.article-post__without--image .article-post__description{
	display: none;
}

.article-post.article-post__without--image .article-post__meta{
	color: #fff;
}

.article-post.article-post__without--image .article-post__meta > span:not(:last-child){
	border-right: 1px solid #fff;
}

.article-post.article-post__without--image .article-post__read--time{
	color: #fff;
}



.resources-page{
	padding: 120rem 0 200rem;
	position: relative;
}

.resources-page__main{
	min-height: 310rem;
}

.resources-page__main .container{
	position: relative;
	z-index: 2;
}

.resources-page__main video {
	display: none;
position: absolute;
    width: 100%;
    top: -39%;
    z-index: 0;
    mix-blend-mode: multiply;
    pointer-events: none;
    height: 100%;
    object-fit: contain;
}
.resources-page__main #canvas {
	position: absolute;
    width: 100%;
    top: 0;
    transform: translateY(-15%);
    z-index: 2;
    mix-blend-mode: multiply;
    pointer-events: none;
    object-fit: contain;
}

.resources-page__title{
	font-size: 74rem;
	line-height: 76rem;
	max-width: 950px;
	text-transform: uppercase;
}

.resources-page__description {
    font-size: 24rem;
    line-height: 30rem;
    max-width: 767px;
    margin: 30rem 0 50rem;
}

.resources-page__newsletter {
    background-color: #fff;
    padding: 50rem;
    max-width: 360px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(87rem);
}

.resources-page__newsletter--title{
	font-size: 34rem;
	line-height: 44rem;
	margin-bottom: 25rem;
}

.resources-page__newsletter--form .wpcf7__row{
	margin: 0 !important;
	line-height: 0;
}
.resources-page__newsletter--form .wpcf7__row span{
	display: block;
}
.resources-page__newsletter--form .wpcf7__row input[type='email']{
	height: 66rem;
	width: 100%;
	color: #000;
	padding: 0 22rem;
}

.resources-page__newsletter--form .wpcf7__row input[type='email']::placeholder{
	color: #000;
}

.resources-page__newsletter--form form{
	display: flex;
	position: relative;
}
.resources-page__newsletter--form form .wpcf7-response-output {
	position: absolute;
    top: 100%;
    margin: 17rem 0 0 0;
    font-size: 12rem;
    line-height: 1;
    padding: 0;
    border: 0;
}
.resources-page__newsletter--form form.invalid .wpcf7-response-output {
	color: #ffb900;
}

.resources-page__newsletter--form form.sent .wpcf7-response-output {
	color: #46b450;
}

.resources-page__newsletter--form form .wpcf7__row .wpcf7-not-valid-tip {
    margin-top: 10px;
}

.resources-page__newsletter--form .wpcf7__row input[type='submit'] {
    background-image: url(./img/newsletter-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 66rem;
    text-indent: -500px;
    overflow: hidden;
    padding: 24rem;
}




.resources-page__content{
	position: relative;
	z-index: 3;
}

.resources-page__content .container{
	position: relative;
}

.resources-page__filter {
    display: inline-flex;
    margin-bottom: 75rem;
    border-radius: 100px;
/*    border: 1px solid var(--blue);*/
	box-shadow: inset 0px 0px 0px 1px var(--blue);
    background-color: #fff;
}


.resources-page__filter a{
	font-size: 24rem;
    font-weight: 300;
    line-height: 1;
    padding: 23rem 45rem;
    white-space: nowrap;
    border-radius: 100px;
	color: var(--blue);
}

.resources-page__filter a:hover,
.resources-page__filter a.active{
	background-color: var(--blue);
	color: #fff;
}

.resources-page__article--load-more{
	margin-top: 75rem;
	text-align: center;
}

.resources-page__article--load-more-link{
	min-width: 184rem;
}

.technology-page{
	padding: 70rem 0 120rem;
	overflow-x: hidden;
	position: relative;
    z-index: 9;
}

.technology-page__main{
	position: relative;
	z-index: 1;
    mix-blend-mode: multiply;
}

.technology-page__main .container{
	position: relative;
	z-index: 1;
}

.technology-page__main--image {
    line-height: 0;
    margin-right: -200rem;
}

.technology-page__main video {
    position: absolute;
    width: 100%;
    top: 15%;
    z-index: 0;
    mix-blend-mode: multiply;
    pointer-events: none;
/*    height: 100%;*/
    object-fit: contain;
}

.technology-page__title{
	font-size: 74rem;
	line-height: 82rem;
	text-transform: uppercase;
	margin-top: 70rem;
	margin-bottom: 30rem;
    margin-right: -250rem;
    position: relative;
    z-index: 1;
}

.technology-page__main--wrapper {
    display: grid;
    grid-template-columns: 575rem 1fr;
    grid-gap: 60rem;
}

.technology-page__main--description{
	font-size: 18rem;
	line-height: 30rem;
}

.components__title {
	font-family: var(--halvar);
	text-transform: uppercase;
    font-size: 46rem;
    line-height: 58rem;
    margin-bottom: 60rem;
    max-width: 1340px;
}

.components__list--title {
    font-size: 32rem;
    line-height: 42rem;
    font-weight: 600;
    margin-bottom: 15rem;
}

.components__list--description{
	font-size: 18rem;
	line-height: 28rem;
}

.components__list--item {
    display: grid;
    grid-gap: 40rem;
    grid-template-columns: 430rem 1fr;
    align-items: end;
    position: relative;
}

.components__list--content{
	margin-bottom: 100px;
}

.components__list--slider--wrapper{
	display: grid;
}

.components__list--slider{
	width: 100%;
}

.components__list--slider .swiper-slide{
	height: 456rem;
	line-height: 0;
	overflow: hidden;
}
.components__list--slider .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.components-pagination{
	margin-top: 25rem;
	display: flex;
	gap: 10px;
}

.components-pagination .swiper-pagination-bullet{
	min-width: 23rem;
	width: 23rem;
	height: 23rem;
	border-radius: 0;
	opacity: 1;
	background-color: #E4E4E4;
}

.components-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #00DED4;
}

.components__list--item:not(:last-child){
	margin-bottom: 60rem;
}

.components {
    margin-top: -120rem;
    position: relative;
    background-color: #F4F7F8;
    padding: 180rem 0 135rem;
}

.join {
    padding: 120rem 0;
    background-color: #00DED4;
}

.join__content{
	max-width: 840px;
	margin: auto;
	text-align: center;
}

.join__title{
	text-transform: uppercase;
	font-size: 45rem;
	line-height: 1;
	margin-bottom: 25rem;
	font-family: var(--halvar);
}
.join__description{
	font-size: 24rem;
	line-height: 34rem;
	font-weight: 500;
}

.tech-dynamic{
	padding-top: 135rem;
}
.tech-dynamic .dynamic__title {
    font-size: 45rem;
    line-height: 60rem;
    margin-bottom: 50rem;
    max-width: 1240px;
}

.tech-dynamic__link{
	text-align: center;
	margin-top: 75rem;
}

.dynamic__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}


.page-404{
	padding: 70rem 0 100rem;
	position: relative;
}

.page-404 .container{
	position: relative;
	z-index: 1;
}

.page-404 video{
	position: absolute;
    width: 100%;
    top: 18%;
    z-index: 0;
    mix-blend-mode: multiply;
    pointer-events: none;
/*    height: 100%;*/
    object-fit: contain;
}

.page-404__title{
	text-transform: uppercase;
	font-size: 50rem;
	line-height: 72rem;
	margin-bottom: 80rem;
}

.page-404__description{
	font-size: 50rem;
	line-height: 50rem;
}


.page-404__wrapper {
	position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 90rem;
    align-items: center;
}

.page-404__wrapper:after{
	content: '';
    display: block;
    width: 400rem;
    height: 400rem;
    background-image: url(./img/404-shape.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: -30rem;
    left: -80rem;
}

.page-404__image{
	line-height: 0;
	margin-right: -100rem;
}

.error404 .footer:after{
	display: none;
}


.switch-container {
    display: inline-flex;
    margin-bottom: 75rem;
    border-radius: 100px;
/*    border: 1px solid var(--blue);*/
	box-shadow: inset 0px 0px 0px 1px var(--blue);
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.switch-input {
  display: none;
}

.switch-label {
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: relative;
    z-index: 1;
    font-size: 24rem;
    font-weight: 300;
    line-height: 1;
    padding: 23rem 45rem;
    white-space: nowrap;
    border-radius: 100px;
    color: var(--blue);
}

.switch-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: var(--blue);
  border-radius: 100px;
  transition: transform 0.3s ease;
  z-index: 0; /* Добавлено */
}

.switch-input:checked + .switch-label {
/*  background-color: var(--blue);*/
	color: #fff;
}

.switch-input:checked + .switch-label + .switch-slider {
  transform: translateX(100%);
}


.product-page-malodor.product-page-dse .product-page-malodor__main{
	padding-bottom: 0;
	height: auto;
}

.product-page-dse__grey--section{
	background-color: #F4F7F8;
	padding: 130rem 0;
	position: relative;
	margin-top: -50rem;
}

.product-page-dse .product-page-malodor__main video{
    position: absolute;
    z-index: 0;
    width: 100%;
    mix-blend-mode: multiply;
    bottom: 0;
    left: 0;
    transform: translateY(45%);
    pointer-events: none;
    height: auto;
    top: unset;
}

.product-page-dse__grey--section .container{
	position: relative;
	z-index: 2;
}

.product-page-dse__adv{
	padding: 160rem 0 160rem;
	background-image: url(./img/adv-bg.jpg);
	background-repeat: no-repeat;
}

.product-page-dse__adv--icon{
	line-height: 0;
	margin-bottom: 37rem;
}

.product-page-dse__adv--icon img{
	height: 115rem;
	width: auto;
}

.product-page-dse__adv--title{
font-size: 38rem;
    line-height: 50rem;
	margin-bottom: 20rem;
	font-family: var(--halvar);
	text-transform: uppercase;
}

.product-page-dse__adv--description{
	font-size: 18rem;
	line-height: 30rem;
	font-weight: normal;
}

.product-page-dse__adv--wrapper {
    display: grid;
    grid-gap: 70rem;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 190rem;
}

.product-page-dse__adv--wrapper.product-page-dse__adv--wrapper--3{
	grid-template-columns: repeat(3, 1fr);
}
.form-flex-row {
    display: flex;
}
@media (max-width: 880px){
	.product-page-dse__adv--wrapper.product-page-dse__adv--wrapper--3 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 576px){
	.product-page-dse__adv--wrapper.product-page-dse__adv--wrapper--3 {
		grid-template-columns: repeat(1, 1fr);
	}
	nav.nav.header__nav ul {
display: none;
}
.lang-icon {
	margin-left: 10px;
}
}
.about-us-page__aboutus--wrapper.product-page-dse__about {
    margin-bottom: 0;
}

.product-page-dse__adv--products{
	display: grid;
	grid-gap: 20rem;
    grid-template-columns: repeat(2, 1fr);
}


a.product-page-dse__adv--product{
    box-shadow: 0px 0px 20px 2px #0000001c;
    padding: 45rem 45rem 60rem 45rem;
    background-color: #fff;
    position: relative;
    display: flex;
    gap: 60rem;
}

a.product-page-dse__adv--product.green{
	border-bottom: 7rem solid #46d3c6;
}

a.product-page-dse__adv--product.pink{
	border-bottom: 7rem solid var(--pink);
}

a.product-page-dse__adv--product.blue{
	border-bottom: 7rem solid var(--blue);
}

a.product-page-dse__adv--product.turquoise{
	border-bottom: 7rem solid var(--aqua);
}

.product-page-dse__adv--product--image{
	line-height: 0;
}

a.product-page-dse__adv--product img{
	width: 233rem;
	min-width: 233rem;
	height: auto;
}

span.product-page-dse__adv--product--title {
    display: block;
    font-size: 30rem;
    line-height: 38rem;
    margin-bottom: 12rem;
}

.page-template-page-product-digital-scent-experiences footer.footer:after{
	display: none;
}

.uniq{
	background-color: #F4F7F8;
	padding: 130rem 0;
	position: relative;
}

.uniq .container{
	position: relative;
	z-index: 9;
	text-align: center;

}

.uniq img{
	position: absolute;
}

.uniq__description{
	max-width: 830px;
	margin: auto;
	font-size: 36rem;
	line-height: 48rem;
	font-family: var(--halvar);
	text-transform: uppercase;
	text-align: center;
}

.uniq img {
	position: absolute;
    top: 0;
    transform: translateY(-30%);
    width: 100%;
    object-fit: contain;
    height: auto;
    z-index: 0;
    pointer-events: none;
}

.solution-page .technology-page__main--wrapper {
    grid-template-columns: 920rem 1fr;
}
.solution-page .technology-page__title{
	margin-right: 0;
}

.technology-page__subtitle {
    font-size: 45rem;
    line-height: 1;
    font-weight: bold;
    font-family: var(--halvar);
    text-transform: uppercase;
    margin-bottom: 25rem;
    margin-top: -15rem;
}

.solution-page__industry{
	position: relative;
	background-color: #FAFBFC;
    padding: 130rem 0 160rem;
    margin-top: -50rem;
}

.solution-page__industry--inner{
	max-width: 1170px;
	margin: auto;
	text-align: center;
}

.solution-page__industry--title{
    text-align: center;
    font-family: var(--halvar);
    font-size: 45rem;
    line-height: 60rem;
    text-transform: uppercase;
    margin-bottom: 15rem;
}

.solution-page__industry--description{
    font-size: 18rem;
    line-height: 30rem;
    text-align: center;
    font-weight: normal;
    max-width: 990px;
    margin: 0 auto 0;
}


.solution-page__industry--inner svg{
	width: 122rem;
    height: auto;
    margin: 40rem auto 0;
    display: block;
}

.solution-page__tabs{
	padding-top: 135rem;
	background-image: url(./img/tab-bg.webp);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.solution-page__tabs .tab-content{
	max-width: 930px;
}
.solution-page__tabs .tab-content h2{
	font-size: 30rem;
	line-height: 48rem;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	margin: 0;
	color: var(--aqua);
}


.solution-page__tabs .tab-content h2:first-child{
	margin-bottom: 35rem;
	color: var(--aqua);
}

.solution-page__tabs #tabs-content{
	margin-top: 75rem;
}


.solution-page__tabs #tabs-nav {
    border-bottom: 3px solid #E4E4E4;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 65rem;
}

.solution-page__tabs #tabs-nav a{
	font-size: 24rem;
	line-height: 36rem;
	font-weight: normal;
	position: relative;
	display: flex;
	flex-direction: column;
	padding-bottom: 15rem;
	transition: var(--time);
	height: calc(100% - 15rem);
}

.solution-page__tabs #tabs-nav a:after{
	content: '';
	display: block;
	width: 0;
	height: 3px;
	background-color: var(--aqua);
	position: absolute;
	bottom: -3px;
	left: 0;
	transition: var(--time);
}

.solution-page__tabs #tabs-nav li.active a:after,
.solution-page__tabs #tabs-nav a:hover:after{
	width: 100%;
}

.solution-page__tabs #tabs-nav .active a .solution-page__tabs--marker,
.solution-page__tabs #tabs-nav a:hover .solution-page__tabs--marker{
	background-color: var(--aqua);
}
.solution-page__tabs #tabs-nav .active a:hover,
.solution-page__tabs #tabs-nav a:hover {
	color: var(--black);
}
.solution-page__tabs #tabs-nav .active a .solution-page__tabs--title,
.solution-page__tabs #tabs-nav a:hover .solution-page__tabs--title{
	color: var(--aqua);
}

.solution-page__tabs--icon {
    display: flex;
    gap: 25rem;
    line-height: 0;
    margin-bottom: 15rem;
    align-items: flex-end;
}

.solution-page__tabs #tabs-nav a div{
	width: 100%;
}

.solution-page__tabs--icon img{
	height: 125rem;
	width: 125rem;
	min-width: 125rem;
}

.solution-page__tabs--icon span{
	display: flex;
	flex-direction: column;
	gap: 15rem;
	font-size: 18rem;
	line-height: 1;
}

.solution-page__tabs--icon span label{
	display: flex;
	gap: 18rem;
	align-items: center;
}

.solution-page__tabs--icon span label:before{
	content: '';
	min-width: 25rem;
	width: 25rem;
	height: 25rem;
	display: block;
	border-radius: 30px;
}

.solution-page__tabs--icon span label:nth-child(1):before{
	background-color: var(--aqua);
}

.solution-page__tabs--icon span label:nth-child(2):before{
	background-color: var(--blue);
}

.solution-page__tabs--arrow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 3px;
    background-color: #000;
    transition: var(--time);
    position: relative;
/*    -webkit-transform: translateZ(0);
    transform: translateZ(0);*/
}

.solution-page__tabs--arrow svg{
	position: relative;
	right: -2px;
}

.solution-page__tabs--tabtitle{
	font-size: 45rem;
	line-height: 60rem;
	margin-bottom: 100rem;
	max-width: 1220px;
	font-family: var(--halvar);
	text-transform: uppercase;
}

/*.solution-page__tabs #tabs-nav a.animate-arrow .solution-page__tabs--arrow{
	animation-name: arrowAnimation;
	animation-duration: 2s;
}*/


/*.solution-page__tabs #tabs-nav .active a .solution-page__tabs--arrow,
.solution-page__tabs #tabs-nav a:hover .solution-page__tabs--arrow{
	-webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}*/

@keyframes arrowAnimation {
	0% {
		width: 100%;
	}
	50% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}

@keyframes hvr-icon-wobble-horizontal{
	16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
	}
	33.3% {
	    -webkit-transform: translateX(-5px);
	    transform: translateX(-5px);
	}
	49.95% {
	    -webkit-transform: translateX(4px);
	    transform: translateX(4px);
	}
	66.6% {
	    -webkit-transform: translateX(-2px);
	    transform: translateX(-2px);
	}
	83.25% {
	    -webkit-transform: translateX(1px);
	    transform: translateX(1px);
	}
	100% {
	    -webkit-transform: translateX(0);
	    transform: translateX(0);
	}
}

.solution-page__tabs #tabs-nav li:last-child a .solution-page__tabs--arrow svg{
	display: none;
}

.solution-page__tabs--marker{
	display: block;
	width: 23rem;
	height: 23rem;
	background-color: #E4E4E4;
	margin: 40rem 0 20rem;
	transition: var(--time);
}

.solution-page__tabs--title{
	transition: var(--time);
}
.solution-page__tabs--title.grid {
    display: flex;
    grid-gap: 30rem;
}

.solution-page__tabs--title.grid > span{
	flex: 0 0 auto;
}

.solution-page__tabs--title.grid > span:last-child{
	display: flex;
	flex-direction: column;
}




.solution-page canvas#canvas {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 2;
    mix-blend-mode: multiply;
    pointer-events: none;
    object-fit: contain;
    transform: translateY(-35%);
}

.main-section canvas#canvas {
    top: unset;
    bottom: 0;
    transform: translateY(27%);
}

.default-page{
	padding: 120rem 0 200rem;
}

.default-page h1{
    font-size: 64rem;
    line-height: 82rem;
    margin-bottom: 15rem;
    text-transform: uppercase;
}

.default-page h2,
.default-page h3{
	margin-bottom: 15rem;
}



html.no-scroll, html.no-scroll body { overflow: hidden; }

.demo-modal {
  position: fixed; inset: 0; z-index: 9999;
  display: grid; place-items: center;
  opacity: 0; pointer-events: none; transition: opacity .2s ease;
}
.demo-modal[aria-hidden="false"] { opacity: 1; pointer-events: auto; }

.demo-modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.5); }

.demo-modal__dialog {
  position: relative; width: min(860px, 92vw);
  background: #fff; border-radius: 12px; padding: 24px;
  box-shadow: 0 10px 40px rgba(0,0,0,.2);
  max-height: 90vh; overflow: auto;
}

.demo-modal__close {
  position: absolute; right: 12px; top: 10px;
  background: transparent; border: 0; font-size: 28px; line-height: 1;
  cursor: pointer;
}
.demo-modal__title { margin: 0 0 16px; font-size: 22px; }

.hidden { display: none !important; }

.demo-note { margin-top: 12px; font-size: 14px; opacity: .8; }
.demo-privacy-hint { margin: 8px 0 0; font-size: 12px; opacity: .7; }


@media (max-width: 1680px) {
	.dynamic__item--title {
    font-size: 32rem;
}
	.container{
		max-width: 1240px;
	}
	.page-template-page-products .container{
	max-width: 1240px;
}
	.header__container {
		max-width: 1240px;
	}
	.products-page__main--image {
    margin-right: -90rem;
    max-width: 100%;
}
	.product-page-malodor__main--image {
    margin-right: -50rem;
    max-width: 100%;
}
}

@media (max-width: 1368px) {
	.solution-page__tabs {
	    background-position: 135% bottom;
	}
	.footer__newsletter--inner {
	    grid-template-columns: 1.2fr 1fr 1fr;
	}
	.single-post__top--inner {
	    grid-template-columns: 0.8fr auto;
	}

	.container{
		max-width: 1240px;
	}
		.header__container {
		max-width: 1240px;
	}
}

@media (max-width: 1280px) {
	.resources-page__newsletter{
		right: 15px;
	}
	.resources-page__title{
		margin-right: 530rem;
	}
	.resources-page__description {
	    margin: 30rem 530rem 50rem 0;
	}
	.footer__newsletter--inner {
	    grid-template-columns: 0.6fr 1fr;
	}
	.container{
		max-width: 1140px;
	}
	.header__container {
		max-width: 1140px;
	}
}

@media (max-width: 1200px) {
	.footer__newsletter--inner {
	    grid-template-columns:0.6fr 1fr;
	}
	.page-404__wrapper {
	    grid-template-columns: 1fr 1fr;
	    grid-gap: 50rem;
	}
	.nav .sub-menu{
		left: -140rem;
	}

	.dynamic__item--title {
	    left: 30rem;
	    bottom: 30rem;
	    font-size: 28rem;
	}

	.dynamic__content--inner {
	    padding: 0 80rem;
	}

	.nav > ul {
	    gap: 40rem;
	}

	.main-section {
/*	    padding: 150rem 0 200rem;*/
	}

	.main-section__float-text {
	    right: 50rem;
	    top: 250rem;
	}

	.about-us-page__main--wrapper {
/*	    grid-template-columns: 470rem 1fr;*/
	}
	
	.about-us-page__value--grid {
	    grid-template-columns: repeat(auto-fill, minmax(220rem, 1fr));
	    grid-gap: 50rem;
	}

	.about-us-page__aboutus--content {
	    padding: 80rem;
	}

	.about-us-page__grey-wrapper {
	    margin-bottom: 300rem;
	}

	.product-lists {
	    margin-top: -100rem;
	}

}

@media (max-width: 1100px) {
	.single-post__top--image-wrapper {
	    width: 440rem;
	    height: 440rem;
	}

	.single-post__top--image-wrapper .bottom-right {
	    width: 180rem;
	    height: 180rem;
	    right: -60rem;
	    bottom: -40rem;
	}

	.single-post__top--image-wrapper .bottom-left {
	    width: 180rem;
	    height: 180rem;
	    right: 120rem;
	    bottom: -40rem;
	}

	.single-post__top--image-wrapper .top-right {
	    width: 120rem;
	    height: 120rem;
	    right: -90rem;
	}

	.single-post__top--image-wrapper .top-left {
	    width: 110rem;
	    height: 110rem;
	    left: 0;
	    top: 0;
	}
}

@media (max-width: 1024px) {

	.footer__newsletter--form .wpcf7__row{
		width: 100%;
	}
	.footer__newsletter--form .wpcf7__row.wpcf7__row--submit{
		width: 80rem;
	}
	.footer__newsletter--form .wpcf7__row input[type='email'] {
	    width: 100%;
	}

	.solution-page__tabs {
	    background-position: right bottom;
	}
	.footer__newsletter--inner {
	    grid-template-columns: 1fr;
	    grid-gap: 25rem;
	}
	.solution-page__industry {
	    margin-top: 50rem;
	}
	.solution-page .technology-page__main--wrapper {
	    grid-template-columns: 650rem 1fr;
	}
	a.product-page-dse__adv--product {
	    flex-direction: column;
	    gap: 40rem;
	}
	.page-404__image {
	    margin-right: 0;
	}
	.page-404 video {
	    top: 45%;
	}
	.page-404__description{
		font-size: 40rem;
	    line-height: 45rem;
	}
	.page-404__title {
	    font-size: 50rem;
	    line-height: 55rem;
	}
	.components {
	    margin-top: 80rem;
	    padding: 100rem 0;
	}
	
	.nav .sub-menu {
	    left: -159rem;
	}
	.dynamic__title {
	    font-size: 40rem;
	    line-height: 50rem;
	}

	.product-page-re__grey--section{
		margin-top: 0;
	}

	.product-page-malodor.product-page-re .product-page-malodor__main--title span {
	    white-space: normal;
	}

	.product-page-re__step {
	    grid-template-columns: 1fr 1fr;
	    grid-gap: 80rem;
	}

	.product-page-re__step:nth-child(even) {
	    grid-auto-flow: dense;
	    grid-template-columns: repeat(2, 1fr);
	    margin-left: 0;
	}

	.leading{
		padding: 0rem 0 80rem;
	}

	.market-leading,
	.investors,
	.logos {
	    padding: 80rem 0;
	}

	.nav > ul {
	    gap: 30rem;
	}

	.contact-page__form--form {
	    padding: 55rem 50rem;
	}

	.contact-page h1 {
	    margin-bottom: 80rem;
	    font-size: 74rem;
	}

	.contact-page__form {
	    margin-top: 80rem;
	}

	.contact-page {
	    margin: 80rem 0;
	}

	.contact-page__form--pattern {
	    width: auto;
	    height: 368rem;
	}

	.about-us-page__grey-wrapper {
	    padding: 80rem 0;
	}

	.about-us-page__aboutus--wrapper {
	    margin-bottom: -30%;
	}

	.about-us-page__meet--grid {
	    grid-template-columns: repeat(auto-fill, minmax(350rem, 1fr));
	}

	.product-lists__wave {
	    bottom: -130rem;
	}


	.product-lists {
	    margin-top: 0;
	}

	.product-page-malodor__wave {
	    bottom: -130rem;
	}

	.malodor__action--wrapper {
	    padding: 50rem;
	    margin-top: 80rem;
	    grid-template-columns: auto 350rem;
	}

	.malodor__action--title {
	    font-size: 40rem;
	    line-height: 50rem;
	}
}

@media (max-width: 960px) {
	.solution-page__tabs #tabs-nav {
	    display: grid;
	    gap: 50rem;
	    grid-template-columns: repeat(2, 1fr);
	}
	h1.single-post__top-title {
	    font-size: 55rem;
	    line-height: 65rem;
	}
	.product_lists__row--wrapper {
	    grid-column: 1 / -1;
	}

	.product_lists__row {
	    grid-template-columns: repeat(2, 1fr);
	}

	.product_lists__row:not(:last-child) {
	    margin-bottom: 70rem;
	}
}

@media (max-width: 880px) {
	.resources-page__newsletter--form .wpcf7__row{
		width: 100%;
	}
	.resources-page__newsletter--form .wpcf7__row.wpcf7__row--submit{
		width: 66rem;
	}
	.resources-page__newsletter {
	    background-color: #fff;
	    padding: 50rem;
	    max-width: 100%;
	    position: relative;
	    right: unset;
	    bottom: 0;
	    transform: unset;
	    margin-bottom: 50rem;
	}
	.resources-page__description,
	.resources-page__title{
		margin-right: unset;
	}

	.technology-page__subtitle {
	    font-size: 30rem;
	}
	.single-post__top--image-wrapper {
	    margin: auto;
	}
	.single-post__top--inner {
	    grid-template-columns: 1fr;
	}
	.technology-page__title {
		margin-top: 0;
	    font-size: 55rem;
	    line-height: 65rem;
	}
	.article__grid {
	    grid-row-gap: 50rem;
	    grid-template-columns: repeat(2, 1fr);
	}
	.resources-page__main {
	    min-height: 200rem;
	}
	.resources-page__title {
	    font-size: 55rem;
	    line-height: 65rem;
	    margin-bottom: 0;
	}
	.nav{
		display: none;
	}

	.hamburger{
		display: block;
	}

	.dynamic {
	    grid-template-columns: repeat(2, 1fr);
	}

	.dynamic__content {
/*	    grid-column: span 3;*/
	}

	.dynamic__content--inner {
	    /*padding: 0 40rem 50rem;
	    height: auto;
	    max-width: 570px;
	    margin: auto;*/
	}

	.dynamic__content--inner {
	    align-items: flex-start;
	    gap: 15rem;
	    flex-direction: column;
	}

	.main-section__content {
	    max-width: 420px;
	}

	.main-section__float-text {
	    top: 100rem;
	}

	h1.about-us-page__main--title {
	    line-height: 60rem;
	    font-size: 55rem;
	}

	.about-us-page__main--wrapper {
/*	    grid-template-columns: 420rem 1fr;*/
	}

	.about-us-page__value--grid {
	    grid-template-columns: repeat(2, 1fr);
	    grid-gap: 50rem;
		display: grid;
	}

	.about-us-page__value--item-description {
	    margin-bottom: 30rem;
	}

	.about-us-page__aboutus--wrapper {
	    margin-bottom: -30%;
	    display: flex;
	    flex-direction: column-reverse;
	}

	.about-us-page__aboutus--image {
	    height: 420rem;
	}

	.about-us-page__value--wrapper {
	    margin-bottom: 80rem;
		margin-top: 80rem;
	}

	.about-us-page__grey-wrapper {
	    margin-bottom: 260rem;
	}

	.about-us-page__meet {
	    padding-bottom: 80rem;
	}

	.products-page__main--title {
	    font-size: 55rem;
	    line-height: 60rem;
	    text-transform: uppercase;
	}

	.malodor__action--wrapper {
	    grid-template-columns: 1fr;
	    text-align: center;
	}

	.malodor__action--image {
	    margin: 0;
	}

	.malodor__action--links {
	    gap: 30rem;
	    justify-content: center;
	}

	.malodor__grey {
	    background-color: #F4F7F8;
	    padding: 80rem 0 100rem;
	    margin-top: 40%;
	}

	.product-page-re__grey--section {
	    padding: 80rem 0;
	}

	.product-page-re__steps {
	    margin-top: 100rem;
	    grid-row-gap: 50rem;
	}

	.tech-dynamic {
	    padding-top: 80rem;
	}
}

@media (max-width: 768px) {
	.solution-page__tabs #tabs-nav a {
	    font-size: 20rem;
	}
	.solution-page__tabs {
	    padding-top: 80rem;
	}
	.solution-page .technology-page__main--image {
	    text-align: center;
	}
	.solution-page .technology-page__main--wrapper {
	    grid-template-columns: 1fr;
	}
	.solution-page__industry {
	    padding: 80rem 0 100rem;
	}
	.solution-page__tabs--marker {
	    margin: 20rem 0 15rem;
	}
	.product-page-dse__adv--wrapper {
	    margin-bottom: 120rem;
	}

	.page-404 video {
	    top: unset;
	    bottom: -12%;
	}
	.page-404__title{
		margin-bottom: 30rem;
	}
	.page-404__wrapper {
	    grid-template-columns: 1fr;
	    grid-gap: 50rem;
	}
	.technology-page__main video {
	    top: 75%;
	}
	.join {
	    padding: 80rem 0;
	}

	.components {
	    margin-top: -40rem;
	    padding: 100rem 0 80rem;
	}

	.join__title{
		font-size: 40rem;
	    line-height: 50rem;
	}

	.components__title,
	.tech-dynamic .dynamic__title {
	    font-size: 40rem;
	    line-height: 50rem;
	    margin-bottom: 40rem;
	}
	.dynamic__grid {
	    display: grid;
	    grid-template-columns: repeat(2, 1fr);
	}
	.technology-page__main--image {
	    line-height: 0;
	    margin-right: 0;
	}
	.technology-page__title{
		margin-right: 0;
	}
	.technology-page__main--wrapper {
	    display: grid;
	    grid-template-columns: 1fr;
	    grid-gap: 50rem;
	}
	.single-post__top--inner {
	    grid-template-columns: 1fr;
	}

	.leading__title,
	.market-leading__title {
	    font-size: 40rem;
	    line-height: 50rem;
	    margin-bottom: 40rem;
	}

	.dynamic__title {
	    font-size: 40rem;
	    line-height: 50rem;
	}

	.resources__title,
	.investors__title {
	    font-size: 36rem;
	    line-height: 45rem;
	    margin-bottom: 40rem;
	}

	.resources__item--title {
	    font-size: 32rem;
	}

	.leading__wrapper {
	    grid-template-columns: 1fr;
	}

	.contact-page__page--description {
	    max-width: 320px;
	}

	.about-us-page__main--wrapper {
	    display: flex;
	    flex-direction: column;
	}

	.about-us-page__main--title br{
		display: none;
	}

	.about-us-page__meet--grid {
	    grid-template-columns: repeat(2, 1fr);
	}

	.product-page-malodor__main--wrapper {
	    grid-template-columns: 1fr;
	    grid-gap: 0rem;
	}
	.product-page-malodor__main--content {
	    padding: 0;
	}

	.product-page-malodor__main--title {
	    font-size: 50rem;
	    line-height: 65rem;
	    margin-bottom: 20rem;
	}

	.product-page-malodor__main {
	    padding-bottom: 80rem;
	}

	.product-page-malodor__main--image {
	    text-align: center;
	    margin: 0;
	    margin-top: 40rem;
	}

	.product-page-malodor {
	    margin-top: 80rem;
	}
	.main-section {
    height: 70vh;
}
.main-section video.main-section__video-descktop {
/*	display: block;*/
}
.main-section__float-text {
    top: 100rem;
}
.show-block__inner--title br {
	display: none;
}
.show-block__inner--title {
    font-size: 34rem;
}
}

@media (min-width: 712px) {
	.main-section__video-mobile{
		display: none;
	}
}

@media (max-width: 712px) {
	.components__list--item {
	    grid-template-columns: 1fr;
	}
	.main-section video.main-section__video-mobile{
		object-position: bottom;
	}
	.main-section {
	    height: 100vh;
	    align-items: unset;
	}

	.main-section .container{
		height: 100%;
		padding-top: 100rem;
	}

	.dynamic {
	    grid-template-columns: repeat(2, 1fr);
	}

	.dynamic__content {
	    grid-column: span 2;
	}

	.main-section__video-descktop{
		display: none;
	}


	.footer__container{
		grid-template-columns: repeat(auto-fill, minmax(203rem, 1fr));
	}

	.contact-page__form {
	    grid-template-columns: 1fr;
	}

	.contact-page__form--image {
	    height: 400rem;
	}

	.contact-page__form--image img {
	    object-position: top;
	}

	.products-page__main--wrapper {
	    grid-template-columns: 1fr;
	    grid-gap: 50rem;
	}

	.products-page__main--image {
	    margin-right: 0;
	}

	.product-page-malodor__wave,
	.product-lists__wave{
		display: none;
	}
	.product-page-re__step {
	    margin-bottom: 50px;
	}
	.contact-page h1 {
    	margin-bottom: 30rem;
	}
	.contact-page__form {
    	margin-top: 60rem;
	}
}

@media (max-width: 680px) {
	.product-page-re__step {
	    grid-template-columns: 1fr;
	    grid-gap: 50rem;
	}
	.homepage-2 .product-page-re__step {
    flex-direction: column;
}
.homepage-2 .product-page-re__step--image {
    max-width: 100%!important;
}
	.product-page-re__step:nth-child(even) {
	    grid-auto-flow: unset;
	    grid-template-columns: 1fr;
	    margin-left: 0;
	}

	.product-page-re__step:nth-child(even) .product-page-re__step--content{
		order: 1;
	}
	.product-page-re__step:nth-child(even) .product-page-re__step--image{
		order: 2;
	}
	.product-page-re__steps {
	    text-align: center;
	}
}


@media (max-width: 576px) {
	.leading__title br, .market-leading__title br {
		display:none;
	}
	h1.main-section__title {
		font-size:40rem;
		line-height:50rem;
	}
	.solution-page__tabs #tabs-nav a {
	    font-size: 24rem;
	}
	.solution-page__tabs #tabs-nav {
	    gap: 30rem;
	    grid-template-columns: 1fr;
	}
	.product-page-dse .product-page-malodor__main video {
	    transform: translateY(75%);
	}
	.product-page-dse__grey--section {
	    margin-top: 80rem;
	    padding: 100rem 0;
	}
	.uniq {
	    padding: 80rem 0;
	}
	.product-page-dse__adv {
	    padding: 100rem 0 140rem;
	}
	.product-page-dse__adv--wrapper {
	    grid-gap: 50rem;
	    grid-template-columns: 1fr;
	    margin-bottom: 100rem;
	}
	.product-page-dse__adv--products {
	    grid-gap: 50rem;
	    grid-template-columns: 1fr;
	}
	.single-post__content {
	    gap:40rem;
	}
	.article__grid {
	    grid-template-columns: repeat(1, 1fr);
	}
	
	.article-post.article-post__without--image .article-post__title {
	    font-size: 36rem;
	    line-height: 48rem;
	    margin-bottom: 30rem;
	}

	.logos__title {
	    font-size: 32rem;
	    line-height: 42rem;
	    margin-bottom: 0rem;
	}

	.leading__wrapper {
	    grid-gap: 0rem;
	}

	.contact-page__form--pattern {
		display: none;
	}

	.show-block {
	    padding: 70rem 35rem;
	}

	.show-block__inner {
	    grid-template-columns: 1fr;
	}

	.product_lists__row {
	    grid-template-columns: 1fr;
	}

	.product-lists {
	    padding-top: 100rem;
	    padding-bottom: 100rem;
	}

	.product-lists__title {
	    margin: 0 auto 80rem;
	}

	.product-lists__title{
		font-size: 42rem;
		line-height: 54rem;
	}

	.malodor__grid {
	    grid-template-columns: 1fr;
	}

	.product-page-malodor.product-page-re .product-page-malodor__main--title span {
	    white-space: normal;
	}

	.single-post__popular {
	    padding: 80rem 0 145rem;
	}

	.single-post__content {
	    padding: 80rem 15px 120rem;
	}
	.malodor__title {
    font-size: 28rem;

}

}

@media (min-width: 415px) {
	.footer-mobile{
		display: none;
	}
}


@media (max-width: 414px) {
	.single-post__popular:after{
		display: none;
	}
	.footer__newsletter .container{
		padding: 0;
	}
	.default-page h1{
	    font-size: 45rem;
	    line-height: 55rem;
	}
	.single-post__top--image-wrapper {
	    width: 300rem;
	    height: 300rem;
	}

	.single-post__top--image-wrapper .top-left {
	    width: 80rem;
	    height: 80rem;
	    left: -20rem;
	    top: 0;
	}

	.single-post__top--image-wrapper .top-right {
	    width: 80rem;
	    height: 80rem;
	    right: -50rem;
	}

	.single-post__top--image-wrapper .bottom-right {
	    width: 120rem;
	    height: 120rem;
	    right: -30rem;
	    bottom: -30rem;
	}
	
	.single-post__top--image-wrapper .bottom-left {
	    width: 120rem;
	    height: 120rem;
	    right: 90rem;
	    bottom: -30rem;
	}

	.uniq__description,
	.product-page-dse__adv--title {
	    font-size: 34rem;
	    line-height: 44rem;
	}
	.product-page-malodor__main--title {
	    font-size: 43rem;
	    line-height: 55rem;
	}
	.uniq img{
		display: none;
	}
	.switch-label {
	    font-size: 19rem;
	    padding: 20rem 35rem;
	}

	.technology-page__title {
	    margin-top: 0;
	    font-size: 45rem;
	    line-height: 65rem;
	}
	.components__list--slider .swiper-slide {
	    height: 320rem;
	}
	.single-post__content h2 {
	    font-size: 32rem;
	}
	blockquote {
	    font-size: 24rem;
	}
	.single-post__popular--title {
	    font-size: 36rem;
	}

	h1.single-post__top-title {
	    font-size: 45rem;
	    line-height: 55rem;
	}
	.resources-page__filter a {
	    padding: 20rem 25rem;
	    font-size: 22rem;
	}

	footer.footer-mobile {
	    padding: 55rem 35rem;
	    position: relative;
	        mix-blend-mode: multiply;
	}
.footer-mobile img {
    position: absolute;
    top: -60rem;
    left: 0;
}
	.footer-mobile ul li:first-child a{
		margin-bottom: 0;
	}

	.footer-mobile ul li a{
		font-size: 12rem;
	}

	.footer-mobile ul li:not(:last-child){
		margin-bottom: 10rem;
	}

	.footer-mobile .footer-mobile__menu ul li:not(:last-child){
		margin-bottom: 15rem;
	}

	.footer-mobile .footer-mobile__menu ul li a {
	    font-size: 16rem;
	}

	.footer__column--title{
		margin-bottom: 0;
		display: flex;
		align-items: center;
	}

	.footer__contact--link{
		margin-top: 0;
		grid-column: 1 / -1;
	}
	.footer__contact--link a{
		font-size: 16rem;
		font-weight: 500;
	}

	.footer-mobile__container {
	    grid-template-columns: repeat(2, 1fr);
	    display: grid;
	    grid-gap: 25rem;
	}

	.copyright .container{
		padding: 0 35rem;
	}

	.copyright div.copyright__wrapper div {
	    padding-right: 10rem;
	    margin-right: 10rem;
	    border-right: 1px solid #fff;
	    padding-left: 0;
	    margin-left: 0;
	    border-left: 0;
	}

	.footer{
		display: none;
	}

	/*.mobile-menu {
	    max-width: 250px;
	}*/

	.market-leading:after {
	    background-size: 50%;
		background-position-x: right;
		background-repeat: no-repeat;
	}

	.footer {
	    padding-top: 80rem;
	    padding-bottom: 50rem;
	}
	.footer__container {
	    grid-template-columns: repeat(auto-fill, minmax(160rem, 1fr));
	}

	.dynamic__item {
	    height: 320rem;
	}

	.dynamic__item--title {
	    left: 30rem;
	    bottom: 30rem;
	    font-size: 20rem;
	    right: 30rem;
	}

	.main-section__float-text {
	    font-size: 22rem;
	    line-height: 24rem;
	    right: 30rem;
	} 

	h1.main-section__title {
	    font-size: 40rem;
	    line-height: 50rem;
	}

	.contact-page h1 {
	    font-size: 74rem;
	}

	.about-us-page__aboutus--content {
	    padding: 40rem;
	}

	.about-us-page__grey-wrapper {
	    margin-bottom: 110rem;
	}

	.about-us-page__meet--item--name {
	    font-size: 24rem;
	    line-height: 34rem;
	}
	.about-us-page__meet--item--position {
	    font-size: 18rem;
	    line-height: 34rem;
	}
	.about-us-page__meet--item--description {
	    line-height: 24rem;
	}

	.products-page__main--title {
	    font-size: 46rem;
	}


	.product-page-malodor.product-page-re .product-page-malodor__main--title {
	    font-size: 40rem;
	    line-height: 50rem;
	}

	.product-page-re__title {
	    font-size: 34rem;
	    line-height: 44rem;
	}

	.product-page-re__step--title {
	    font-size: 34rem;
	    line-height: 44rem;
	}

}


@media (max-width: 375px) {

	.solution-page__tabs--title.grid {
	    flex-direction: column;
	}

	.solution-page__tabs--tabtitle {
	    font-size: 40rem;
	    line-height: 45rem;
	    margin-bottom: 80rem;
	}
}

canvas#canvas {
    position: absolute;
    width: 100%;
    top: 15%;
    z-index: 2;
    mix-blend-mode: multiply;
    pointer-events: none;
    object-fit: contain;
}

.product-page-re canvas#canvas{
	display: none;
}

.technology-page__main video{
	display: none !important; 
}
#cookie-notice .cn-button:not(.cn-button-custom) {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
    padding: 8.5px 15px;
	font-family: 'Poppins', sans-serif;
	color:#000;
}
#cookie-notice .cookie-notice-container {
    font-family: 'Poppins', sans-serif;
}


/* landing */

.landing-page .container{
	max-width: 1500px;
}
.landing-page .landing__contact .container {
	max-width: 1200px;
}

.landing-page h2{
	font-size: 46rem;
	line-height: 1.2;
	font-family: var(--poppins);
	margin-bottom: 25rem;
}

.landing__hero{
	overflow: hidden;
	padding-top: 90rem;
	padding-bottom: 190rem;
	background-image: url(./img/landing-header.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

.landing__hero--container {
    display: grid;
    grid-template-columns: 1.38fr 1fr;
    grid-gap: 110rem;
}

.landing__hero--logo{
	line-height: 0;
	margin-bottom: 60rem;
}

.landing__hero--logo img{
	height: 100rem;
	width: auto;
	    mix-blend-mode: multiply;
	    object-fit: contain;
}

.landing__hero h1{
	font-family: var(--poppins);
	font-size: 60rem;
	line-height: 72rem;
	margin-bottom: 20rem;
	font-weight: bold;
}

.landing__hero p{
	font-size: 24rem;
	line-height: 36rem;
}

.landing__hero--image{
	position: relative;
	line-height: 0;
}
.landing__hero--image img{
	position: relative;
	z-index: 1;
}

.landing__hero--image img.landing__hero--shadow{
	position: absolute;
    top: -85%;
    right: -35%;
    z-index: 0;
    min-width: 1200rem;
    height: 1200rem;
}

.landing__about {
    padding-bottom: 100rem;
}

.landing__about--container{
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 100rem;
	align-items: center;
}

.landing__about--logo{
	line-height: 0;
}

.landing__about p{
	font-size: 20rem;
	line-height: 30rem;
	max-width: 630px;
}

.landing__about p:not(:last-child) {
    margin-bottom: 20rem;
}

.landing__vision{
	padding: 80rem 0;
	background-image: url(./img/l-about-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
}

.landing__vision h2{
	color: #fff;
}

.landing__vision--text{
	max-width: 1035px;
	margin: auto;
	font-size: 30rem;
	line-height: 40rem;
}

.landing__problem {
	padding-top: 130rem;
	padding-bottom: 110rem;
	position: relative;
	overflow: hidden;
}

.landing__problem:before{
    content: '';
    display: block;
    width: 1200rem;
    height: 1200rem;
    background-image: url(./img/p-ellipse.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -60%;
    right: -15%;
}

.landing__problem--container{
	position: relative;
	z-index: 1;
	display: grid;
    grid-template-columns: 1fr 0.535fr;
    grid-gap: 100rem;
    align-items: center;
    max-width: 1290px;
    margin: auto;
}

.landing__problem--text{
	max-width: 590px;
}

.landing__problem ul{
	background-color: #fff;
	padding: 50rem;
	margin: 0;
	list-style: none;
	box-shadow: 0px 0px 50px 15px #05ded11a;
	border-radius: 50px;
}

.landing__problem ul li{
	display: grid;
	align-items: center;
	grid-template-columns: 50rem 1fr;
	grid-column-gap: 20rem;
	padding: 15rem 0;
	font-size: 20rem;
	line-height: 1;
}

.landing__problem ul li:not(:first-child){
	border-top: 1px solid #BE64B2;
}

.landing__problem ul li div{
	display: flex;
	align-items: center;
	justify-content: center;
}

.landing__solution{
	position: relative;
	overflow: hidden;
	padding-top: 50rem;
	padding-bottom: 120rem;	
}

.landing__solution:after{
    content: '';
    display: block;
    width: 1000rem;
    height: 1000rem;
    background-image: url(./img/l-sol-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -64%;
    left: -8%;
}

.landing__solution--container{
	position: relative;
	z-index: 1;
	display: grid;
    grid-template-columns: 0.82fr 1fr;
    grid-gap: 150rem;
    align-items: center;
    max-width: 1290px;
    margin: auto;
}

.landing__solution ul{
	background-color: #fff;
	padding: 50rem;
	margin: 0;
	list-style: none;
	box-shadow: 0px 0px 50px 15px #05ded11a;
	border-radius: 50px;
}

.landing__solution ul li{
	display: grid;
	align-items: center;
	grid-template-columns: 50rem 1fr;
	grid-column-gap: 20rem;
	padding: 15rem 0;
	font-size: 24rem;
	line-height: 1;
	color: #0A008E;
}

.landing__solution ul li:not(:first-child){
	border-top: 1px solid #0A008E;
}

.landing__solution ul li div{
	display: flex;
	align-items: center;
	justify-content: center;
}

.landing__concept{
	padding: 60rem 0;
	background-image: url(https://www.moodify.ai/wp-content/uploads/2024/04/concept-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.landing__concept h2{
	text-align: center;
	color: #fff;
	margin-bottom: 30rem;
}

.landing__concept ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
	max-width: 960px;
	margin: auto;
	grid-column-gap: 30rem;
	grid-row-gap: 55rem;
	position: relative;
}

.landing__concept ul li{
	padding: 25rem;
	border: 1px solid #fff;
	background-color: #ffffffbf;
	border-radius: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}

.landing__concept ul li:nth-child(3):before,
.landing__concept ul li:nth-child(4):before,
.landing__concept ul li:nth-child(5):before{
	content: '';
	display: block;
	height: 56rem;
	width: 3rem;
	background-color: #fff;
	position: absolute;
	top: -55rem;
	margin: auto;
	left: auto;
	right: auto;
}

.landing__concept ul > span,
.landing__concept ul li:nth-child(2){
	grid-column: 1 / -1;
}

.landing__concept ul > span{
    position: absolute;
    left: -130rem;
    color: #fff;
    font-size: 14rem;
    line-height: 1;
    font-style: italic;
    text-transform: uppercase;
}

.landing__concept--description{
	margin: auto;
	max-width: 900px;
	font-size: 20rem;
	line-height: 30rem;
	color: #fff;
	text-align: center;
}

.landing__concept ul li strong{
	font-size: 20rem;
	line-height: 30rem;
	font-weight: bold;
}

.landing__concept ul li strong + span{
	margin-top: 8rem;
}

.landing__concept ul li:nth-child(2) strong{
	font-size: 24rem;
	line-height: 1;
	text-transform: uppercase;
	font-weight: bold;
}

.landing__concept--logo {
	position: relative;
    margin: 50rem auto 15rem;
    max-width: 960px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing__concept--logo span{
	position: absolute;
    left: -130rem;
    color: #fff;
    font-size: 14rem;
    line-height: 1;
    font-style: italic;
    text-transform: uppercase;
}

.landing__contact{
	margin-top: 160rem;
}

.landing__contact h2{
	text-transform: uppercase;
	margin-bottom: 50rem;
}

.landing__contact ul{
	margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, auto);
	grid-gap: 30rem;
}

.landing__contact ul li{
	border-left: 1px solid #707070;
	padding-left: 30rem;
}

.footer-landing .container{
	max-width: 1500px;
}

.footer-landing{
	padding: 12rem 0;
	margin-top: 170rem;
	background-color: var(--black);
	color: #fff;
	text-align: center;
	font-size: 12rem;
	line-height: 1;
}

@media (max-width: 1440px){
	.landing-page .container,
	.footer-landing .container{
		max-width: 1200px;
	}
	
	.landing__solution:after {
		left: -22%;
	}

	.landing__problem:before {
		width: 1000rem;
		height: 1000rem;
		top: -55%;
		right: -25%;
	}

}

@media (max-width: 1368px){
	.footer-landing,
	.landing__contact {
		margin-top: 100rem;
	}
	
	.landing__problem {
		padding-top: 100rem;
    	padding-bottom: 70rem;
	}
	
	.landing__hero {
		padding-top: 70rem;
		padding-bottom: 100rem;
	}
}

@media (max-width: 1280px){
	.landing__hero h1 {
		font-size: 50rem;
    	line-height: 60rem;
	}
	
	.landing__hero p {
		font-size: 22rem;
	}
}

@media (max-width: 1200px){
	.landing__concept--logo span {
    	position: relative;
    	left: unset;
	}

	.landing__concept--logo {
		overflow: hidden;
		flex-direction: column;
		gap: 10rem;
	}

	.landing__concept ul > span {
		position: relative;
		margin-bottom: -25rem;
		left: unset;
		text-align: center;
	}

	.landing__hero--container,
	.landing__about--container,
	.landing__solution--container {
	    grid-gap: 75rem;
	}

	.landing__problem--container {
	    grid-template-columns: 1fr 0.82fr;
    	grid-gap: 75rem;
	}
}

@media (max-width: 1024px){
	.landing__concept--logo img{
		max-width: unset;
	}
}

@media (max-width: 768px){
	.landing-page h2 {
    	font-size: 40rem;
	}
	
	.landing__about--container,
	.landing__hero--container {
		grid-template-columns: 1fr;
	}

	.landing__hero--image {
		max-width: 70%;
		margin: auto;
	}

	.landing__about,
	.landing__hero{
		text-align: center;
	}

	.landing__about--logo img{
		max-height: 400rem;
	}

	.landing__problem--text,
	.landing__about p{
		max-width: unset;
	}

	.landing__about--container {
		display: flex;
		flex-direction: column-reverse;
	}

	.landing__solution--container,
	.landing__problem--container {
    	grid-template-columns: 1fr;
	}

	
	.landing__solution--description,
	.landing__problem--description{
		text-align: center;
	}

	.landing__problem ul {
    	max-width: 576px;
    	margin: auto;
	}

	.landing__solution--container{
		display: flex;
		flex-direction: column-reverse;
	}

	.landing__concept ul {
	    grid-template-columns: repeat(1, 1fr);
	}

	.landing__contact h2{
		text-align: center;
	}
}



@media (min-width: 576px){
	.investors .swiper-slide img{
		max-width: max-content;
		height: fit-content;
		max-height:max-content;
		width:auto;
	}
}

@media (max-width: 576px){
	.investors .swiper-slide{
		max-width: 150px;
		text-align: center;
	}

	.landing__solution ul img {
		max-height: 40rem;
		max-width: 40rem;
	}

	.landing-page h2 {
    	font-size: 36rem;
	}

	.landing__hero--image img.landing__hero--shadow {
		top: -125%;
		left: 0;
		right: unset;
		min-width: 800rem;
		height: 800rem;
	}

	.landing__contact ul {
		grid-template-columns: repeat(1, auto);
	}

	.landing__contact ul li{
		text-align: center;
		padding-left: 0;
		border-left: 0;
		position: relative;
	}

	.landing__contact ul li:not(:last-child):after{
		content: '';
		width: 250rem;
		height: 1px;
		background-color: #707070;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -15rem;
		margin: auto;
	}
}

.homepage-2 {
    padding: 80rem 0 100rem;
}
.homepage-2 .product-page-re__step {
    display: flex;
    gap: 80rem;
}

.homepage-2 .product-page-re__step--image {
    max-width: 40%;
}

.section3-link-wrapper{
  display:flex;
  justify-content:center;
  width:100%;
  margin-top:40px;
}
.home-section3__subtitle-unique {
    margin-bottom: 50rem;
	font-size: 30rem;
}