/*!
Theme Name: ianic
Author: kukarika
Author URI: http://www.kukarika.com
Description: kukarika custom theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kukarikaTheme
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 with others.

kukarikaTheme is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */



/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	height: 100vh;
    scroll-behavior: smooth;
	line-height: 1.15; 
	-webkit-text-size-adjust: 100%;
}

:root {
    scrollbar-color: rgba(0,0,0,.2)!important;
    scrollbar-width: thin!important
}

::-webkit-scrollbar {
    width: 9px
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0,0,0,.2)
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,.4)
}

::-webkit-scrollbar-thumb:window-inactive {
    border-radius: 5px;
    background: rgba(0,0,0,.2)
}

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

/**
 * Remove the margin in all browsers.
 */

body {
    font-family: Gotham-Book !important;
	margin: 0;
	background-color: #1C1C1C;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; 
	height: 0; 
	overflow: visible; 
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; 
	font-size: 1em; 
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; 
	text-decoration: underline; 
	text-decoration: underline dotted; 
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; 
	font-size: 1em; 
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; 
	font-size: 100%; 
	line-height: 1.15; 
	margin: 0; 
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { 
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { 
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; 
	color: inherit; 
	display: table; 
	max-width: 100%; 
	padding: 0;
	white-space: normal; 
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; 
	padding: 0; 
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; 
	outline-offset: -2px; 
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; 
	font: inherit; 
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
/* 					   	  START FONTS						   */
/*-------------------------------------------------------------*/

@font-face {
    font-family: Gotham-Book;
    font-style: normal;
    font-weight: normal;
	font-display: swap; 
    src: url("/wp-content/themes/ianic/fonts/Gotham/Gotham-Book.woff2") format("woff2");

}
.Gotham-Book{
	font-family:Gotham-Book;
}

@font-face {
    font-family: Gotham-Medium;
    font-style: normal;
    font-weight: normal;
	font-display: swap; 
    src: url("/wp-content/themes/ianic/fonts/Gotham/Gotham-Medium.woff2") format("woff2");

}
.Gotham-Medium{
	font-family:Gotham-Medium;
}

@font-face {
    font-family: Montserrat-Bold;
    font-style: normal;
    font-weight: normal;
	font-display: swap; 
    src: url("/wp-content/themes/ianic/fonts/Montserrat/Montserrat-Bold.woff2") format("woff2");

}
.Montserrat-Bold{
	font-family:Montserrat-Bold;
}

/*-------------------------------------------------------------*/
/* 					   	    END	FONTS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   	    START COLORS 					   */
/*-------------------------------------------------------------*/

.whiteFontColor {
	color: #ffffff;
}

.whiteFontColor2 {
	color: #ECECEC;
}

.whiteFontColor3 {
	color: rgba(236, 236, 236, 0.80);
}

.whiteBackgroundColor {
	background-color: #ffffff;
}

.blackFontColor {
	color: #000000;
}

.blackBackgroundColor {
	background-color: #000000;
}

.newBlackBackgroundColor {
	background-color: #1C1C1C;
}

.paleWhiteFontColor {
	color: rgba(236, 236, 236, 0.65);
}

.grayFontColor {
	color: rgba(236, 236, 236, 0.65);
	opacity: 0.5;
}

.redFontColor {
	color: #EF555C;
}

/*-------------------------------------------------------------*/
/* 					   	    END	COLORS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   START ALL SCREENS        			   */
/*-------------------------------------------------------------*/

* {
    box-sizing: border-box;
}

html {
	height: 100vh;
	scroll-behavior: smooth;
}

#contentArea {
    max-width: 1920px;
    margin: auto;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	line-height: normal;
}

.displaynone {
	display: none !important;
}

.displayblock {
	display: block !important;
}

.displayflex {
	display: flex !important;
}

.mobile .display-desktop {
	display: none;
}

.desktop .display-mobile {
    display: none;
}

/*-------------------------------------------------------------*/
/* 				    START ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/


/* write your style here */
.cli-tab-footer .wt-cli-privacy-accept-btn {
	background-color: #333333;
}

.classic_href {
	color: inherit;
	text-decoration: none;
}

/*-------------------------------------------------------------*/
/* 				    END ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/

.grecaptcha-badge {
    display: none !important;
}

.kuka_panel p {
    font-size: small;
    line-height: normal !important;
}

.kuka_panel {
	background-color: transparent;
}

.copyrights_wrapper_kuka svg {
	width: auto !important;
	filter: none !important;
}

.error404 .error-404 {
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    color: #ECECEC;
}

.error_wrapper_text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.error404 {
	width: 100%;
	height: 100vh;
}

.otgs-development-site-front-end {
    display: none !important;
}

.desktop .error404 #masthead {
	z-index: 999;
}

#masthead ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#masthead nav a {
	text-decoration: none;
	color: #ECECEC !important;
}

#masthead nav {
	height: 100%;
    display: flex;
    align-items: center;
}

.menu-main-menu-container, .menu-main-menu-en-container {
    width: 100%;
}

.logo_col a {
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#masthead {
	width: auto;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
	border: 2px solid rgba(236, 236, 236, 0.30);
	background: rgba(28, 28, 28, 0.18);
	-webkit-backdrop-filter: blur(13px);
	backdrop-filter: blur(13px);
    z-index: 999;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.offcanvas-end {
    width: 100vw;
    border-left: none;
}

.mobile #primary-menu {
	display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.btn-close {
	background: none;
	display: none;
}

.accordion-button,
.accordion-button:focus,
.accordion-button:hover,
.accordion-button:active,
.accordion-button:visited,
.accordion-button:focus-visible,
.accordion-button:focus-within  {
	outline: 0;
	box-shadow: none;
}

.mobile #masthead {
    padding-left: 20px;
    padding-right: 20px;
    height: 72px;
    top: 30px;
    left: 21px;
    right: 21px;
    border-radius: 15px;
	z-index: 9999;
}

.mobile #masthead nav a {
	margin-right: 0;
}

#masthead nav li:last-child a {
	margin-right: 0;
}

.logo_col img {
	width: 100%;
	object-fit: contain;
	object-position: left;
}

.mobile .logo_col img {
	height: 28px;
}

.mobile #toggler {
	background-color: transparent;
	padding: 0;
	border: none;
}

.mobile #menu {
	background-color: #1C1C1C;
	color: #ECECEC;
}

.mobile #menu a {
    text-decoration: none;
    background: var(--Linear, linear-gradient(146deg, #ECECEC 20.35%, rgba(236, 236, 236, 0.00) 128.73%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    line-height: 62px;
}

.mobile #menu .menu-main-menu-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.mobile #colophon {
	margin-top: 140px;
	padding-bottom: 20px;
}

.croppedContent {
	margin: auto;
}

.mobile .croppedContent {
	padding-left: 22px;
	padding-right: 22px;
}

.mobile .footer_colored_text {
	margin-bottom: 25px;
}

.footer_colored_text {
	background: var(--Linear, linear-gradient(146deg, #ECECEC 20.35%, rgba(236, 236, 236, 0.00) 128.73%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#colophon .menu {
    margin: 0;
    padding: 0;
    color: rgba(236, 236, 236, 0.65);
    list-style: none;
}

#colophon .menu a {
    color: rgba(236, 236, 236, 0.65);
	text-decoration: none;
}

.d-flex-menu .menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#menu-footer-menu-3 a {
	color: rgba(236, 236, 236, 0.65);
	opacity: 0.5;
}

.mobile .mid_row {
	padding-bottom: 114px;
}

.mobile .copyright_row {
	padding-top: 30px;
}

.mobile #menu-footer-menu-3 a {
    margin-right: 0;
    margin-bottom: 11px;
    display: block;
}

#menu-footer-menu-3 li:last-child a {
	margin-right: 0;
}

.mobile .top_row h6 {
	margin-bottom: 128px;
}

.team_logo {
    object-fit: contain;
}

.mobile .team_logo {
    height: 24px;
    max-width: 200px;
}

.top_row .col-auto:last-child .team_logo {
	margin-right: 0;
}

.mobile .left_menu {
	margin-right: 80px;
}

#colophon .flex_between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#colophon .col-lg-auto {
    width: calc(100% - 95.9%);
}

#menu-footer-menu-1 li, #menu-footer-menu-2 li {
    line-height: 0;
}

.mobile .footer_logo {
	width: 212px;
	height: auto;
	margin: auto;
    display: block;
}

.mobile .bottom_logos {
	text-align: center;
}

.colored_text, .colored_text5 {
	background: var(--Linear, linear-gradient(146deg, #ECECEC 20.35%, rgba(236, 236, 236, 0.00) 128.73%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.colored_text0 {
	color: #A7A4A4;
}

.big_taline_post .colored_text {
	color: #A7A4A4;
	background: none;
}

.colored_text span, .colored_text0 span {
	background: var(--Linear, linear-gradient(90deg, #EF555C 0%, #7643A2 46.5%, #0090C8 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-feature-settings: 'liga' off, 'clig' off;
}

.big_taline_post .colored_text span p {
	background: var(--Linear, linear-gradient(90deg, #EF555C 0%, #7643A2 46.5%, #0090C8 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-feature-settings: 'liga' off, 'clig' off;
}

.colored_text3 span {
	background: var(--Linear, linear-gradient(90deg, #7643A2 0%, #EF555C 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-feature-settings: 'liga' off, 'clig' off;
}

.mobile .mb25 {
	margin-bottom: 35px;
}

.mobile .mb55 {
	margin-bottom: 80px;
}

.mobile .newsletter_form {
	margin-bottom: 151px;
}

.subscribe-container {
	border: 2px solid rgba(236, 236, 236, 0.30);
	border-radius: 999px;
	display: flex;
    margin: auto;
	justify-content: space-between;
}

.subscribe-container form {
	width: 100%;
	margin: 0;
	display: flex;
	justify-content: space-between;
}

.subscribe-input {
	background: transparent;
	border: none;
	color: rgba(236, 236, 236, 0.65);
	outline: none;
	flex: 1;
}

.subscribe-input::placeholder {
  	color: #aaa;
}

#pojo-a11y-toolbar {
	z-index: 999 !important;
}

.subscribe-button, .colored_button, #kuka_save-preferences, #kuka_accept-all-cookies, #kuka_deny-cookies, #kuka_preferences-cookies {
	background: linear-gradient(280deg,rgba(239, 85, 92, 1) 0%, rgba(153, 48, 52, 1) 100%);
	border: none;
	border-radius: 999px;
	cursor: pointer;
	text-decoration: none;
	color: #EDEDED !important;
	background-size: 200% 200%;
	background-position: left center;
	transition: background-position 0.3s ease;
}

.subscribe-button:hover, .colored_button:hover, #kuka_save-preferences:hover, #kuka_accept-all-cookies:hover, #kuka_deny-cookies:hover, #kuka_preferences-cookies:hover {
  	background: linear-gradient(90deg,rgba(239, 85, 92, 1) 0%, rgba(153, 48, 52, 1) 100%);
	background-position: right center;
}

.mobile .subscribe-container {
	padding: 6px;
	width: 100%;
}

.mobile .subscribe-input {
    padding: 10px 18px;
    font-size: 14px;
}

.mobile .subscribe-button {
	padding: 10px 24px;
	font-size: 14px;
}

.mobile .colored_button {
	padding: 12px 24.5px;
}

.header_slider {
	height: 100dvh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.croppedContentBigger {
	margin: auto;
}

.mobile .croppedContentBigger {
    max-width: 100%;
    padding-left: 21px;
    padding-right: 21px;
}

.header_slider, .header_swiper {
  width: 100%;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-pagination-numbers {
	display: flex;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
}

.news .custom-pagination-numbers {
	position: relative;
    display: flex;
    align-items: flex-end;
}

.custom-page-btn {
	border-radius: 100px;
	border: none;
	background-color: transparent;
	color: #F2F4F8;
	font-style: normal;
	font-weight: 400;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
}

.custom-page-btn::before {
	content: '';
	position: absolute;
    inset: 0;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.30);
    z-index: -1;
    padding: 1.7px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    background-clip: border-box;
    box-sizing: border-box;
}

.custom-page-btn.active {
	border: none;
	color: #F2F4F8;
    padding: 1.4px;
    border-radius: 100px;
	border: none;
}

.custom-page-btn.active::before {
	content: '';
	position: absolute;
    inset: 0;
    border-radius: 100px;
    background: linear-gradient(90deg, #0090C8 0%, #7643A2 46.5%, #EF555C 100%);
    z-index: -1;
    padding: 1.7px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    background-clip: border-box;
    box-sizing: border-box;
}

.mobile .custom-pagination-numbers {
	gap: 7.89px;
}

.mobile .custom-page-btn {
	width: 26px;
	height: 26px;
	font-size: 17.33px;
    line-height: 26px;
    letter-spacing: 0;
}

.mobile .custom-page-btn.active {
	width: 101.98px;
}

.mobile .custom-page-btn.active::before {
	content: '';
	height: 26px;
}

.mobile .header_swiper .swiper-wrapper {
	margin-top: 26px;
}

.mobile .header_swiper {
	padding-bottom: 26px !important;
	padding-top: 26px !important;
}

.header {
	height: 100dvh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.mw60 {
    max-width: 63%;
}

.mobile .header_small {
    padding-top: 236px;
	padding-bottom: 40px;
    height: max-content;
}

.mobile .header_slider {
    margin-bottom: 50px;
}

.mobile .boxed_paragraph {
	padding-top: 0;
	padding-bottom: 50px;
}

.boxed_paragraph_wrapper::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2262%22%20height%3D%2216%22%20viewBox%3D%220%200%2062%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%227.5%22%20stroke%3D%22%23ECECEC%22/%3E%3Ccircle%20cx%3D%2231%22%20cy%3D%228%22%20r%3D%228%22%20fill%3D%22%230090C8%22/%3E%3Ccircle%20cx%3D%2254%22%20cy%3D%228%22%20r%3D%228%22%20fill%3D%22%23EF555C%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    position: absolute;
    background-color: #1C1C1C;
}

.colored_button.gradient_border {
    position: relative;
    background: transparent;
}

.colored_button.colored_button.gradient_border::before {
	content: "";
	position: absolute;
    inset: 0;
    border-radius: 100px;
    background: linear-gradient(90deg, #0090C8 0%, #7643A2 46.5%, #EF555C 100%);
    z-index: -1;
    padding: 1.7px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    background-clip: border-box;
    box-sizing: border-box;
	will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.mobile .colored_button.colored_button.gradient_border {
	padding-left: 28.5px;
	padding-right: 28.5px;
}

.custom_border_dots {
	border: 2px solid #ecececb3
}

.mobile .boxed_paragraph_wrapper {
    padding-top: 44px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 48px;
}

.boxed_paragraph_wrapper {
    position: relative;
}

.boxed_paragraph .btn_wrapper, .smartville_section .btn_wrapper, .blog_slider .btn_wrapper, .full_video .btn_wrapper {
    background-color: #1C1C1C;
    transform: translateY(-50%);
    width: max-content;
    margin: auto;
}

.mobile .boxed_paragraph_wrapper::before {
    content: "";
    width: calc(45px + 20px);
    height: 12.61px;
    right: 40px;
    top: -6px;
}

.mobile .colored_button.gradient_border {
	font-size: 14px;
	line-height: 21px;
}

.mobile .custom_border_dots {
	border-radius: 30px;
}

.mobile .boxed_paragraph .btn_wrapper, .mobile .smartville_section .btn_wrapper, .mobile .blog_slider .btn_wrapper, .mobile .full_video .btn_wrapper {
	padding-left: 30px;
	padding-right: 30px;
}

.mobile .counter_section {
	padding-top: 50px;
	padding-bottom: 50px;
}

.progress-bars-wrapper {
	display: flex;
	flex-direction: column;
}

.progress-bar-item .label {
	color: #EDEDED;
}

.progress-track {
	background: rgba(69, 68, 89, 0.3);
	border-radius: 100px;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-image: url("data:image/svg+xml,%3Csvg width='100%' height='6' viewBox='0 0 1000 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Ccircle cx='47' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='77' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='107' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='137' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='167' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='197' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='227' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='257' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='287' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='317' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='347' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='377' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='407' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='437' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='467' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='497' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='527' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='557' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='587' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='617' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='647' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='677' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='707' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='737' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='767' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='797' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='827' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='857' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='887' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='917' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='947' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3Ccircle cx='977' cy='3' r='3' fill='%23454459' opacity='0.4'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
}

.progress-fill {
    height: 100%;
    border-radius: 100px;
    background-color: rgb(41 41 47);
    position: relative;
    transition: width 0.5s ease;
    transform: translateX(0);
}

.progress-fill::before {
	content: "";
	position: absolute;
    inset: 0;
    border-radius: 100px;
    background: linear-gradient(90deg, #0090C8 0%, #7643A2 46.5%, #EF555C 100%);
    z-index: -1;
    padding: 1.7px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    background-clip: border-box;
    box-sizing: border-box;
}

.progress-bar-item:hover .progress-fill {
	height: 100%;
	border-radius: 100px;
	background: linear-gradient(90deg, #0090C8 0%, #7643A2 46.5%, #EF555C 100%);
	transition: width 0.5s ease;
}

.progress-bar-item:hover .progress-fill::before {
	background: linear-gradient(90deg, #ECECEC 0%, #ECECEC 46.5%, #ECECEC 100%);
}

.mobile .mb10 {
	margin-bottom: 20px;
}

.mobile .progress-bars-wrapper {
	gap: 1.042vw;
}

.mobile .progress-bar-item .label {
	margin-bottom: 20px;
}

.mobile .progress-track {
	height: 30px;
	margin-bottom: 26px;
	background-image: none;
}

.mobile .services_slider {
	padding-top: 50px;
	padding-bottom: 75px;
}

.mw75 {
	max-width: 76%;
}

.mobile .icon {
	width: 50px;
	height: 50px;
}

.mobile .mb15 {
	margin-bottom: 20px;
}

.mobile .slider_wrap_pl {
	padding-left: 21px;
}

.mobile .croppedContentBig {
	padding-left: 21px;
	padding-right: 21px;
}

.mobile .inner_box {
	padding: 30px;
	border-radius: 20px;
}

.mobile .post_navigation_section .inner_box {
	padding-bottom: 37px;
	padding-right: 100px;
}

.inner_box {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.00) 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.inner_box::before {
	content: "";
	position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #0090C8 0%, #7643A2 46.5%, #EF555C 100%);
    z-index: -1;
    padding: 1.7px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    background-clip: border-box;
    box-sizing: border-box;
	will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.mobile .inner_box::before {
	border-radius: 20px;
}

.mobile .mt50 {
	margin-top: 2.604vw;
}

.mobile .inner_box {
	height: 321px;
}

.classic_btn {
	color: #ffffff !important;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: 2px;
	font-weight: 500;
}

.custom-page-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-swiper-prev::after, .custom-swiper-prev2::after, .custom-swiper-prev3::after {
	font-style: normal;
	font-weight: 400;
}

.custom-swiper-next::after, .custom-swiper-next2::after, .custom-swiper-next3::after {
	font-style: normal;
	font-weight: 400;
}

.custom-swiper-prev, .custom-swiper-next, .custom-swiper-prev2, .custom-swiper-next2, .custom-swiper-prev3, .custom-swiper-next3 {
    border-radius: 50%;
    background-color: transparent !important;
    color: #F2F4F8 !important;
    font-style: normal;
    font-weight: 400;
    transition: all 0.3s ease;
    position: relative !important;
	border: none !important;
}

.custom-swiper-prev::before, .custom-swiper-next::before, .custom-swiper-prev2::before, .custom-swiper-next2::before, .custom-swiper-prev3::before, .custom-swiper-next3::before {
	content: "";
	position: absolute;
    inset: 0;
    border-radius: 100px;
    background: linear-gradient(90deg, #0090C8 0%, #7643A2 46.5%, #EF555C 100%);
    z-index: -1;
    padding: 1.7px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    background-clip: border-box;
    box-sizing: border-box;
}

.custom-swiper-prev.swiper-button-disabled::before, .custom-swiper-next.swiper-button-disabled::before, .custom-swiper-prev2.swiper-button-disabled::before, .custom-swiper-next2.swiper-button-disabled::before, .custom-swiper-prev3.swiper-button-disabled::before, .custom-swiper-next3.swiper-button-disabled::before {
	content: "";
	position: absolute;
    inset: 0;
    border-radius: 100px;
    background: #5f5f5f;
    z-index: -1;
    padding: 1.7px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    background-clip: border-box;
    box-sizing: border-box;
	display: block !important;
}

.mobile .custom-swiper-prev::after, .mobile .custom-swiper-prev2::after, .mobile .custom-swiper-prev3::after {
	font-size: 0.903vw !important;
	line-height: 1.354vw !important;
}

.mobile .custom-swiper-next::after, .mobile .custom-swiper-next2::after, .mobile .custom-swiper-next3::after {
	font-size: 0.903vw !important;
	line-height: 1.354vw !important;
}

.mobile .custom-swiper-prev, .mobile .custom-swiper-prev2, .mobile .custom-swiper-prev3 {
	margin-right: 0.625vw;
}

.mobile .custom-swiper-prev, .mobile .custom-swiper-next, .mobile .custom-swiper-prev2, .mobile .custom-swiper-next2, .mobile .custom-swiper-prev3, .mobile .custom-swiper-next3 {
	width: 2.448vw !important;
	height: 2.448vw !important;
	font-size: 0.903vw;
	line-height: 1.354vw;
}

.mobile .h_big {
	height: 280px;
}

.mobile .smartville_section {
	padding-top: 75px;
	padding-bottom: 75px;
}

.mobile .boxes_wrap {
    padding-top: 39px;
    padding-left: 33px;
    padding-bottom: 39px;
    padding-right: 33px;
    height: 388px;
    border-radius: 30px;
}

.boxes_wrap {
	background: rgba(28, 28, 28, 0.45);
	-webkit-backdrop-filter: blur(17.399999618530273px);
	backdrop-filter: blur(17.399999618530273px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.solutions .boxes_wrap {
	justify-content: flex-start;
}

.solutions .boxes_wrap .benefits_title {
	text-align: center;
}

.boxes_wrap::after {
	content: "";
	position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #0090C8 0%, #7643A2 46.5%, #EF555C 100%);
    z-index: -1;
    padding: 1.7px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    background-clip: border-box;
    box-sizing: border-box;
}

.colored_text2 span {
	color: #0090C8;
}

.colored_text5 span {
    color: #0090C8 !important;
    background: transparent !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0090C8;
}

.mobile .mb75 {
	margin-bottom: 50px;
}

.services_slider .swiper-button-disabled::before,
.slider_with_background_image .swiper-button-disabled::before,
.blog_slider .swiper-button-disabled::before,
.members_section .swiper-button-disabled::before,
.positions_section .swiper-button-disabled::before {
	display: none;
}

.services_slider .swiper-button-disabled,
.slider_with_background_image .swiper-button-disabled,
.blog_slider .swiper-button-disabled,
.members_section .swiper-button-disabled,
.positions_section .swiper-button-disabled {
    border: 1px solid rgba(255, 255, 255, 0.30);
    background-color: transparent !important;
    color: #F2F4F8 !important;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    opacity: 1 !important;
}

.mobile .two_big_title_and_centered_description {
	padding-bottom: 4.505vw;
}

.mobile .contact .two_big_title_and_centered_description {
	padding-bottom: 0;
}

.mobile .croppedContentSmall {
    padding-left: 21px;
    padding-right: 21px;
}

.mobile .contact_form_section {
	padding-top: 358px;
	padding-bottom: 125px;
}

.mobile .small_boxes_3_per_row {
	padding-top: 4.505vw;
	padding-bottom: 4.505vw;
}

.mobile .inner_small_box {
    padding-top: 39.8px;
    padding-bottom: 31px;
    padding-left: 19.03px;
    padding-right: 24px;
    height: 292px;
    margin-bottom: 41px;
	justify-content: space-between;
}

.inner_small_box::before {
	content: "";
	position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #0090C8 0%, #7643A2 46.5%, #EF555C 100%);
    z-index: -1;
    padding: 1.7px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    background-clip: border-box;
    box-sizing: border-box;
	will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.mobile .inner_small_box::before {
	border-radius: 30px;
}

.mobile .socials_contact a:nth-child(2) img {
	margin-left: 7px;
	margin-right: 11px;
}

.inner_small_box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mobile .wpcf7-form {
    width: 100%;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.mobile .single-position .wpcf7-form {
	padding: 0;
}

.wpcf7-form .col-6 {
    text-align: left;
}

.wpcf7-form .col-6:nth-child(even) {
    text-align: right;
}

.wpcf7-form input:not(input[type="submit"]):not(input[type="checkbox"]):not(input[type="file"]), .wpcf7-form select {
	width: 98%;
	border: 2px solid rgba(236, 236, 236, 0.30);
	background: rgba(28, 28, 28, 0);
	-webkit-backdrop-filter: blur(13px);
	backdrop-filter: blur(13px);
	color: rgba(236, 236, 236, 0.65);
}

.wpcf7-form textarea {
	border: 2px solid rgba(236, 236, 236, 0.30);
	background: rgba(28, 28, 28, 0);
	-webkit-backdrop-filter: blur(13px);
	backdrop-filter: blur(13px);
	resize: none;
	color: rgba(236, 236, 236, 0.65);
}

.wpcf7-form input:not(input[type="submit"]):not(input[type="checkbox"]):not(input[type="file"])::placeholder, .wpcf7-form textarea::placeholder, .wpcf7-form select::placeholder, .file_wrapper::placeholder {
	color: rgba(236, 236, 236, 0.65);
}

.wpcf7-acceptance .wpcf7-list-item-label {
	color: rgba(236, 236, 236, 0.65);
}

.wpcf7-not-valid-tip {
    color: indianred;
    font-size: x-small;
    font-weight: normal;
    display: block;
    position: absolute;
}

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

.wpcf7-spinner {
    position: absolute;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background: transparent;
    border: none;
    color: #ECECEC;
}

.mobile .wpcf7-form input:not(input[type="submit"]):not(input[type="checkbox"]):not(input[type="file"]), .mobile .wpcf7-form select, .mobile .file_wrapper {
	height: 61px;
	border-radius: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 24px;
	padding-right: 24px;
	margin-bottom: 21px;
}

.mobile .wpcf7-form textarea {
	width: 100%;
	height: 149px;
	border-radius: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 24px;
	padding-right: 24px;
	margin-bottom: 21px;
}

.mobile .wpcf7-not-valid-tip {
    bottom: 0;
    right: 5px;
}

.mobile .wpcf7-spinner {
	display: none;
}

.contact span.wpcf7-list-item-label::before, .single-position span.wpcf7-list-item-label::before {
    content: '';
    border: 2px solid rgba(236, 236, 236, 0.50);
    border-radius: 100px;
    display: inline-flex;
    transition: all .4s ease;
    opacity: .5;
    background: transparent;
	position: absolute;
	left: 0;
}

.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
    content: " ";
}

.contact input[type="checkbox"]:checked+span.wpcf7-list-item-label::before, .single-position input[type="checkbox"]:checked+span.wpcf7-list-item-label::before {
    transition: all .4s ease;
    opacity: 1;
    border: 2px solid rgba(236, 236, 236, 0.30);
	background-color: rgba(236, 236, 236, 0.30);
}

.mobile .wpcf7-acceptance .wpcf7-list-item-label {
	padding-left: 20px;
}

.wpcf7-acceptance label {
	display: flex;
	align-items: center;
}

.wpcf7-acceptance input[type="checkbox"] {
	opacity: 0;
}

.wpcf7-acceptance * {
	cursor: pointer;
}

.mobile .wpcf7-form-control-wrap {
	width: 100%;
}

.mobile .contact span.wpcf7-list-item-label::before, .mobile .single-position span.wpcf7-list-item-label::before {
	width: 19px;
	height: 19px;
	margin-top: 2px;
}

.wpcf7-form-control-wrap.active::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #0090C8 0%, #7643A2 46.5%, #EF555C 100%);
    z-index: -1;
    padding: 1.7px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    background-clip: border-box;
    box-sizing: border-box;
    width: 98%;
    z-index: 1;
    border-radius: 100px;
}

.wpcf7-form-control-wrap[data-name="acceptance-562"].active::after, .wpcf7-form-control-wrap[data-name="acceptance-433"].active::after {
	display: none;
}

.mobile .wpcf7-form-control-wrap.active::after {
	height: 61px;
}

.wpcf7-form-control-wrap {
    display: inline-block;
}

.wpcf7-form input,
.wpcf7-form input:hover,
.wpcf7-form input:active,
.wpcf7-form input:focus,
.wpcf7-form input:focus-visible,
.wpcf7-form input:focus-within,
.wpcf7-form textarea,
.wpcf7-form textarea:hover,
.wpcf7-form textarea:active,
.wpcf7-form textarea:focus,
.wpcf7-form textarea:focus-visible,
.wpcf7-form textarea:focus-within {
	outline: 0;
	box-shadow: none;
}

.wpcf7-form-control-wrap.active input, .wpcf7-form-control-wrap.active textarea {
    border: none !important;
}

.wpcf7-form-control-wrap.active[data-name="your-message"]::after {
	width: 100%;
}

.mobile .wpcf7-form-control-wrap.active[data-name="your-message"]::after {
	height: 149px;
	border-radius: 10px;
}

.wpcf7-form .col-6:nth-child(even) .wpcf7-form-control-wrap.active::after {
	margin-left: auto;
}

.mobile .boxes_wrap::after {
	border-radius: 30px;
}

.mobile .boxes_wrap {
	width: 100%;
}

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

.mobile .inner_img {
	padding: 13px;
}

.mobile .smartville_section .button-group button {
	margin-right: 14px;
}

.button-group .colored_button.gradient_border:not(.active)::before {
	display: none;
}

#position-filter.button-group .colored_button.gradient_border:not(.active)::before,
#news-filter.button-group .colored_button.gradient_border:not(.active)::before,
#member-filter.button-group .colored_button.gradient_border:not(.active)::before,
.smartville_section .button-group .colored_button.gradient_border:not(.active)::before {
	display: block;
}

#position-filter.button-group .colored_button.gradient_border:not(.active),
#news-filter.button-group .colored_button.gradient_border:not(.active),
#member-filter.button-group .colored_button.gradient_border:not(.active),
.smartville_section .button-group .colored_button.gradient_border:not(.active) {
	border: none;
}

#position-filter.button-group .colored_button.gradient_border:not(.active)::before,
#news-filter.button-group .colored_button.gradient_border:not(.active)::before,
#member-filter.button-group .colored_button.gradient_border:not(.active)::before,
.smartville_section .button-group .colored_button.gradient_border:not(.active)::before {
	background: #ececec4d !important;
}

.button-group .colored_button.gradient_border:not(.active) {
	color: rgba(242, 244, 248, 0.6) !important;
	border: 2px solid rgba(255, 255, 255, 0.30);
}

.mobile .benefits {
	padding-top: 0;
	padding-bottom: 60px;
}

.mobile .slider_with_background_image {
	padding-top: 60px;
	padding-bottom: 60px;
}

.bg_img {
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
}

.colored_button.colored_button.gradient_border.active {
    pointer-events: none;
}

.smartville_section .accordion-collapse.collapsing {
    transition: none;
}

.custom_center_pagination {
	margin: auto;
}

.mobile .custom_center_pagination {
	height: 2.448vw;
	margin-top: 2.604vw;
	margin-bottom: 1.458vw;
}

.small_boxes {
	border: 2px solid rgba(236, 236, 236, 0.30);
	background: rgba(28, 28, 28, 0.18);
	-webkit-backdrop-filter: blur(13px);
	backdrop-filter: blur(13px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.mobile .small_boxes {
    padding-top: 33px;
    padding-left: 33px;
    padding-right: 33px;
    padding-bottom: 39px;
    border-radius: 30px;
    width: 290px;
    min-height: 210px;
}

.mobile .single_swiper {
	margin-bottom: 5.729vw;
}

.custom-swiper-prev:hover, .custom-swiper-next:hover, .custom-swiper-prev2:hover, .custom-swiper-next2:hover, .custom-swiper-prev3:hover, .custom-swiper-next3:hover, .custom-swiper-prev::after, .custom-swiper-next::after, .custom-swiper-prev2::after, .custom-swiper-next2::after, .custom-swiper-prev3:after, .custom-swiper-next3:after, .custom-swiper-prev:focus, .custom-swiper-next:focus, .custom-swiper-prev2:focus, .custom-swiper-next2:focus, .custom-swiper-prev3:focus, .custom-swiper-next3:focus, .custom-swiper-prev:focus-visible, .custom-swiper-next:focus-visible, .custom-swiper-prev2:focus-visible, .custom-swiper-next2:focus-visible, .custom-swiper-prev3:focus-visible, .custom-swiper-next3:focus-visible, .custom-swiper-prev:focus-within, .custom-swiper-next:focus-within, .custom-swiper-prev2:focus-within, .custom-swiper-next2:focus-within, .custom-swiper-prev3:focus-within, .custom-swiper-next3:focus-within, .custom-swiper-prev:active, .custom-swiper-next:active, .custom-swiper-prev2:active, .custom-swiper-next2:active, .custom-swiper-prev3:active, .custom-swiper-next3:active, .custom-swiper-prev:visited, .custom-swiper-next:visited, .custom-swiper-prev2:visited, .custom-swiper-next2:visited, .custom-swiper-prev3:visited, .custom-swiper-next3:visited {
	outline: 0;
	box-shadow: none;
	opacity: 1;
}

.colored_button.colored_button.gradient_border.active {
	border-color: transparent;
}

.mobile .button-group .colored_button.gradient_border {
	min-width: max-content;
}

.mobile .blog_slider {
	padding-top: 60px;
	padding-bottom: 0;
}

.mobile .blog_slider .btn_wrapper {
	padding-left: 30px;
	padding-right: 30px;
}

.lclamp3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.lclamp2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.lclamp1 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.mobile .blog_box_inner .inner_padding {
    padding-top: 34px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 18px;
}

.mobile .blog_box_inner {
	height: 32.448vw;
}

.mobile .blog_box_inner img {
	height: 217px;
}

.mobile .blog_slider .slider_wrap_pl {
	margin-bottom: 0;
}

.mobile .full_video.blog_slider {
    padding-bottom: 60px;
}

.swiper.basic_swiper_members {
    padding-top: 12px;
}

.mobile .mini_boxes {
	padding-top: 0;
	padding-bottom: 160px;
}

.mobile .title_left_and_paragraph_right {
	padding-top: 7.422vw;
	padding-bottom: 6.953vw;
}

.mobile .members_section {
	padding-top: 0;
	padding-bottom: 0;
}

.mobile .row_wrapper_information {
	margin-bottom: 167px;
}

.desktop .row_wrapper_information:last-child {
	margin-bottom: 0;
}

.mobile .featured_card .inner_padding {
    padding-top: 34px;
    padding-left: 20px;
    padding-right: 130px;
    padding-bottom: 18px;
}

.featured_card {
	border: 2px solid #ecececb3;
	will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.img_sector {
	border-top: 2px solid #ecececb3;
	will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
    overflow: hidden;
}

.mobile .featured_card {
    border-radius: 30px;
    width: 100%;
    height: 458px;
    max-width: 348px;
	block-size: auto;
}

.featured_card {
	block-size: auto !important;
}

.featured_card img {
	object-fit: cover;
	height: 100%;
}

.mobile .img_sector {
    height: 356px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.mobile .members_section .slider_wrap_pl_outer {
	margin-top: 0;
}

#member-filter input, #position-filter input, #news-filter input {
	opacity: 0;
	position: absolute;
}

.mobile #member-filter label, .mobile #position-filter label, .mobile #news-filter label {
	margin-right: 14px !important;
}

#member-filter label:last-child, #position-filter label:last-child, #news-filter label:last-child {
    margin-right: 0;
}

#member-filter *, #position-filter *, #news-filter * {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile .members_section .button-group .colored_button.gradient_border {
	min-width: max-content;
}

.mobile .tagline_with_background_image {
	padding-top: 0;
	padding-bottom: 4.427vw;
}

.mobile .masonry_boxes {
	padding-top: 4.427vw;
	padding-bottom: 5.391vw;
}

.mobile .positions_section {
	padding-top: 5.391vw;
	padding-bottom: 9.766vw;
}

.colored_text_opacity {
	background: linear-gradient(145.55deg, #ECECEC 20.35%, rgba(236, 236, 236, 0) 128.73%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.colored_text_opacity span {
	background: var(--Linear, linear-gradient(90deg, #7643A2 0%, #EF555C 40%, #7643A2 50%, #0090C8 60%, #7643A2 70%, #EF555C 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-feature-settings: 'liga' off, 'clig' off;
}

.bg_image_tagline {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 100dvh !important;
}

.mobile .bg_image_tagline {
    height: 672px !important;
    border-radius: 32px;
    padding-left: 30px;
    padding-right: 30px;
}

.opacity_layer {
    background-color: #00000069;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg_image_tagline h2 {
	z-index: 2;
}

.mobile .mw630 {
	max-width: 29.167vw;
}

.mobile .mw620 {
	max-width: 80%;
}

.mobile .count-badge {
	width: 15px;
	height: 15px;
	margin-left: 13px;
}

.count-badge {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #D9D9D9;
	color: #1C1C1C;
	border-radius: 100px;
}

.mobile .positions_section .inner_box {
    padding-top: 28px;
    padding-left: 30px;
    padding-right: 47px;
    padding-bottom: 32.19px;
}

.mobile .cards_section {
    padding-top: 0;
    padding-bottom: 50px;
    padding-left: 21px;
    padding-right: 21px;
}

.mobile .card_inner {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 28px;
    padding-left: 30px;
    padding-right: 47px;
    padding-bottom: 32.19px;
    border-radius: 20px;
}

.card_inner:last-child {
	margin-bottom: 0;
}

.card_inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.card_inner::before {
	content: "";
	position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #0090C8 0%, #7643A2 46.5%, #EF555C 100%);
    z-index: -1;
    padding: 1.7px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    background-clip: border-box;
    box-sizing: border-box;
}

.mobile .card_inner::before {
	border-radius: 20px;
}

.mobile .mb90 {
	margin-bottom: 50px;
}

.mobile .drag_section {
	padding-top: 0;
	padding-bottom: 0;
}

.positions_section .inner_box {
	width: 100%;
}

.wpcf7-acceptance a {
    color: inherit;
    text-decoration-skip-ink: none;
}

.blog_slider .swiper-button-prev, .blog_slider .swiper-button-next {
	left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin-top: 0;
}

.bg_image_tagline {
	overflow: hidden;
    border: 2px solid #ecececb3;
	will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.bg_image_tagline .opacity_layer {
	background-color: #0000008f;
}

.news .blog_slider_inner {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.news .blog_slider .blog_box_inner_wrapper:nth-child(4n) {
    margin-right: 0;
}

.page-template-template-legal-pages-builder .anchors_wrapper .colored_button.colored_button.gradient_border,
.single-post .anchors_wrapper .colored_button.colored_button.gradient_border {
	display: flex;
	align-items: center;
}

.anchors_wrapper a span, .anchors_wrapper button span {
    display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.post_header img {
	height: 100%;
	object-fit: cover;
}

.post_header::after {
	content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #0090C8 0%, #7643A2 46.5%, #EF555C 100%);
    padding: 1.7px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    background-clip: border-box;
    box-sizing: border-box;
	z-index: 1;
	will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.image_slider img {
    object-fit: contain;
    position: relative;
}

.img_wrap {
	position: relative;
}

.img_wrap::after {
	content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #0090C8 0%, #7643A2 46.5%, #EF555C 100%);
    padding: 1.7px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    background-clip: border-box;
    box-sizing: border-box;
    z-index: 1;
	will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.two_inline_images img {
	object-fit: cover;
}

.tabs_section .accordion-header, .tabs_section .accordion-item, .tabs_section .accordion-body {
	background-color: transparent;
	border: none;
	padding: 0;
}

.single-post .anchors_wrapper .colored_button.colored_button.gradient_border::after {
	display: none !important;
}

.page-template-template-legal-pages-builder section a {
	color: #058FC7;
	text-decoration: none;
}

.blog_box_inner img {
	object-fit: contain;
}

.benefits_img {
	width: 100%;
}

video.builder_vid {
	height: 100%;
	object-fit: cover;
}

.news_title {
    display: flex;
    align-items: flex-end;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	box-shadow: 0 0 0 1000px #1C1C1C inset !important;
    background-color: #1C1C1C !important;
	color: rgba(236, 236, 236, 0.65) !important;
	-webkit-text-fill-color: rgba(236, 236, 236, 0.65) !important;
	border-radius: 100px !important;
}

.kuka_cookie-consent-popup {
	background: linear-gradient(180deg,rgba(38, 38, 38, 1) 0%, rgba(28, 28, 28, 1) 100%) !important;
	color: #ECECEC !important;
}

.kuka_modal-content, .kuka_accordion, .kuka_panel table {
	background-color: transparent !important;
}

.kuka_panel table th, .kuka_panel table tr:nth-child(even), .empty_cookies_category {
	background-color: transparent !important;
}

input:checked + .kuka_slider {
    background-color: #EF555C4D !important;
}

.addtoany_shortcode a .a2a_svg {
    display: none !important;
}

.addtoany_shortcode a .a2a_svg {
    display: none !important;
}

span.a2a_label {
	display: none !important;
}

.a2a_kit a {
    padding-left: 0 !important;
}

.addtoany_list a, .widget .addtoany_list a {
    padding: 0;
}

.subscribe-container {
	overflow: hidden;
}

.subscribe-container input:-webkit-autofill {
	border-radius: 0 !important;
}

#kuka_cookie-categories {
	-webkit-overflow-scrolling: touch;
}

.mobile .kuka_modal-content {
    height: calc(var(--vh, 1vh) * 100);
    height: 100dvh;
}

.blog_box_inner_wrapper .blog_box_inner::after {
	content: "";
	position: absolute;
    inset: 0;
    background: #ecececb3;
    z-index: -1;
    padding: 1.7px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    background-clip: border-box;
    box-sizing: border-box;
	will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.blog_box_inner_wrapper:hover .blog_box_inner::after {
	content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #0090C8 0%, #7643A2 46.5%, #EF555C 100%);
    z-index: -1;
    padding: 1.7px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    background-clip: border-box;
    box-sizing: border-box;
}

.custom_border_dots {
    border: none;
}

.white_border.custom_border_dots {
    border: 2px solid #ecececb3;
	will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.video_youtube_wrapper, .video_youtube_wrapper *:not(svg *):not(.youtube-play) {
    height: 100%;
}

.blog_box_inner img {
    max-width: calc(100% - 4px) !important;
    margin: auto;
    display: block;
}

.no_yt_ui {
    pointer-events: none;
}

.share_btn {
	width: max-content;
	background-color: transparent;
	border: none;
	padding: 0;
}

.hidden_top_row {
    display: none !important;
}

.wrapper_w_100 .wpcf7-form-control-wrap {
	width: 100%;
}

.wpcf7-form select {
    outline: 0;
    box-shadow: none;
    background: #1C1C1C;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23ecececa6' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.118l154.746-154.746c9.379-9.334 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.373-24.569 9.373-33.942 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

.file_wrapper {
	width: 49%;
    height: max-content !important;
	border: 2px solid rgba(236, 236, 236, 0.30);
	background: rgba(28, 28, 28, 0.35);
	-webkit-backdrop-filter: blur(13px);
	backdrop-filter: blur(13px);
	color: rgba(236, 236, 236, 0.65);
	position: relative;
}

.file_wrapper.file-selected_wrapper {
	border: none;
}

.file_wrapper.file-selected_wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #0090C8 0%, #7643A2 46.5%, #EF555C 100%);
    z-index: -1;
    padding: 1.7px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    background-clip: border-box;
    box-sizing: border-box;
    width: 100%;
    z-index: 1;
    border-radius: 10px;
}

.wpcf7-form .col-6.file_wrapper:nth-child(even) {
	margin-left: auto;
	text-align: left;
}

.file_wrapper input[type="file"]::-webkit-file-upload-button, .file_wrapper input[type="file"]::file-selector-button {
    position: absolute;
    inset: 0;
    border-radius: 100px;
    background: linear-gradient(90deg, #0090C8 0%, #7643A2 46.5%, #EF555C 100%);
    z-index: -1;
    padding: 1.7px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    background-clip: border-box;
    box-sizing: border-box;
	background-color: transparent;
	outline: 0;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.file_wrapper input[type="file"] {
    font-size: 0;
	border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent;
    position: relative;
    border-radius: 100px;
}

.file_wrapper input[type="file"]::after {
    content: "Upload Here";
    display: block;
    color: rgba(236, 236, 236, 0.65);
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	height: 100%;
    width: 100%;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-item {
	display: inline-flex;
	align-items: center;
	border: 2px solid #5A5A5A;
	color: #ffffff;
	border-radius: 100px;
}

.file-remove {
    background: none;
    border: none;
    cursor: pointer;
    color: rgba(236, 236, 236, 0.30);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    color: #fff;
    text-align: center;
}

.fullwidth select {
    width: 100%;
}

.file_wrapper.mlauto {
    margin-left: auto;
}

.fullwidth {
	width: 100%;
}

.wpcf7-form .active select {
    border: none;
}

.fullwidth .wpcf7-form-control-wrap.active::after {
	width: 100%;
}

.file_wrapper:not(.fullwidth) .wpcf7-not-valid-tip {
    bottom: -50px;
    right: -76%;
}

.file_wrapper.fullwidth .wpcf7-form-control-wrap, .file_wrapper.fullwidth input {
    width: 100% !important;
}

#shareCollapse * {
    background: transparent;
    border: none;
    padding: 0;
}

.file-name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.a2a_button_linkedin {
    background-image: url(/wp-content/themes/ianic/images/Social_Icons.svg) !important;
    background-position: center !important;
    background-size: contain !important;
}

.a2a_button_facebook {
	background-image: url(/wp-content/themes/ianic/images/Social_Icons-3.svg) !important;
    background-position: center !important;
    background-size: contain !important;
}

.a2a_button_x {
	background-image: url(/wp-content/themes/ianic/images/Social_Icons-2.svg) !important;
    background-position: center !important;
    background-size: contain !important;
}

#shareCollapse {
	position: absolute;
}

.mid_row {
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
}

.inner_mid_row {
	display: flex;
    align-items: center;
    justify-content: center;
}

#more_toggler {
    border: 2px solid rgba(236, 236, 236, 0.30);
    background: rgba(28, 28, 28, 0.35);
	-webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
    color: rgba(236, 236, 236, 0.65);
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
	margin-left: auto;
}

#more_toggler svg {
    transform: rotate(45deg);
}

.wpcf7 .wpcf7-form-control-wrap[data-name="my-linkedin"],
.wpcf7 .wpcf7-form-control-wrap[data-name="my-github"],
.file_wrapper.fullwidth br {
    display: none;
}

.video_youtube_wrapper {
    position: relative;
}

.youtube-play {
    width: max-content;
    cursor: pointer;
    position: absolute;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.youtube-play .icon-pause {
	display: none;
}

.youtube-play.is-playing .icon-play {
	display: none;
}

.video_main_wrapper:hover .youtube-play.is-playing .icon-pause {
	display: block;
}

.mobile #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
    top: 0;
}

.mobile #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle svg {
    max-width: 20px;
}

.mobile .header .d-flex.align-items-center.justify-content-center {
    align-items: center !important;
    justify-content: flex-start !important;
}

.mobile .header_small h1 {
	line-height: 1;
}

.mobile .header {
    padding-top: 236px;
    height: 560px;
}

.mobile .contact .header {
    padding-top: 177px;
    height: 470px;
}

.mobile .page-template-template-legal-pages-builder .header {
    padding-top: 180px;
    height: 470px;
}

.mobile .max-w-wrapper {
    padding-left: 19px;
    padding-right: 19px;
}

.mobile .mw60 {
    max-width: 80%;
}

.mobile section.max-w-wrapper h3 {
    margin-bottom: 8px !important;
}

.mobile section.max-w-wrapper h4 {
    margin-bottom: 110px !important;
}

.mobile section.max-w-wrapper .row:last-child h4 {
    margin-bottom: 0 !important;
}

.mobile .top_logos img {
    width: 70px;
}

.mobile .top_logos img:first-child {
    margin-right: 15px;
}

.mobile .inner_mid_row {
    margin-top: 25px;
    margin-bottom: 60px;
}

.mobile section.max-w-wrapper h3.colored_text {
    margin-bottom: 20px !important;
    line-height: normal !important;
}

.mobile #colophon .newsletter_row h2 {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
}

.mobile #colophon .newsletter_row h6 {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
}

.mobile #colophon .top_logos h6 {
    max-width: 270px;
    margin-bottom: 120px;
}

.mobile #colophon .mobile_footer_info h6 {
    line-height: 1.6;
}

.mobile #colophon .mb66mbl {
	margin-bottom: 66px;
}

.mobile #menu-footer-menu-1 li, .mobile #menu-footer-menu-2 li {
    margin-bottom: 15px;
}

.mobile #colophon .socials_menus a {
    margin-bottom: 11px;
    display: block;
}

.mobile #menu-footer-menu-1 li:last-child, .mobile #menu-footer-menu-2 li:last-child {
	margin-bottom: 0;
}

.mobile #colophon #menu-footer-menu-3 a {
    font-size: 12px;
	line-height: 18px;
}

.mobile #colophon h6.small {
	font-size: 12px;
	line-height: 18px;
}

.mobile #colophon .copyright_row {
	flex-direction: column;
}

.mobile #colophon .copyright_row .col-4 {
    width: 100%;
    order: 2;
    margin-top: 61.5px;
}

.mobile #colophon .copyright_row .col-6 {
	order: 1;
}

.mobile #colophon .d-flex-menu #menu-footer-menu-3 {
    flex-direction: column;
    align-items: flex-start;
}

.mobile #kuka_preferences-re-cookies {
    left: 16px;
    right: auto;
	bottom: 16px;
    width: 45px;
    height: 45px;
    padding: 8px;
    border-radius: 8px;
}

.mobile #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    left: auto;
    right: 16px;
    width: 45px;
    height: 45px;
    padding: 8px;
    bottom: 16px;
}

.mobile #colophon .top_row .row {
    justify-content: space-evenly !important;
}

.mobile .team_logo {
    margin-bottom: 58px;
}

.mobile #colophon .top_row h6 {
	max-width: 270px;
    margin-left: auto;
    margin-right: auto;;
}

.mobile #colophon .partner_logos {
	margin-bottom: 90px;
}

.mobile #colophon .croppedContent {
    padding-left: 30px;
    padding-right: 30px;
}

.mobile .page-template-template-legal-pages-builder section.header h1 {
	margin-left: 40px;
	margin-right: 40px;
	line-height: 1;
	letter-spacing: -1.95px;
}

.mobile .contact .header h1 {
    font-size: 35px;
    line-height: 1;
    letter-spacing: -1.05px;
}

.mobile .contact .two_big_title_and_centered_description .px-3 {
    padding: 0 !important;
}

.mobile .contact .inner_small_box h6 {
    font-size: 14px;
	line-height: 21px;
}

.mobile .contact .inner_small_box h4 {
	font-size: 20px;
	line-height: 1;
	letter-spacing: -0.2px;
}

.mobile .order_mbl_1 {
	order: 1;
}

.mobile .order_mbl_2 {
	order: 2;
}

.mobile .order_mbl_3 {
	order: 3;
}

.mobile .two_big_title_and_centered_description h1 {
	font-size: 100px;
	line-height: 1;
	letter-spacing: -3px;
	text-align: center;
}

.mobile .contact .two_big_title_and_centered_description h6.small {
    margin-top: 60px;
}

.mobile .wpcf7-acceptance .wpcf7-list-item-label, .mobile .wpcf7-form-control, .mobile .file_wrapper label {
	font-size: 14px;
	line-height: 21px;
}

.mobile .wpcf7-form .active input:not(input[type="submit"]):not(input[type="checkbox"]):not(input[type="file"]) {
	padding-left: 26.1px;
}

.mobile .wpcf7-form .active textarea {
    padding-top: 22.2px;
    padding-left: 26.1px;
}

.mobile .mbl_al_top {
    align-items: flex-start !important;
}

.mobile .wpcf7-form .col-8 {
    padding-right: 20px;
}

.mobile .about-us .mb55, .mobile .header h1.colored_text {
    margin-bottom: 25px;
}

.mobile .about-us .header .d-flex.align-items-center.justify-content-center {
    align-items: center !important;
    justify-content: flex-start !important;
}

.mobile .about-us .header .mw60 {
    max-width: 92%;
}

.mobile .about-us .title_left_and_paragraph_right .croppedContentBig {
    padding-left: 21px;
    padding-right: 114px;
}

.mobile .row_wrapper_information h3 {
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 39px;
	letter-spacing: -0.16px;
}

.mobile .row_wrapper_information h6, .mobile .row_wrapper_information h6 p {
	line-height: 25.6px;
}

.mobile .about-us #colophon .mb55 {
    margin-bottom: 80px;
}

.mobile .featured_card.boxed_paragraph_wrapper h4,
.mobile .blog_slider_inner .boxed_paragraph_wrapper h4,
.mobile .blog_slider .boxed_paragraph_wrapper h4 {
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.2px;
}

.mobile .featured_card.boxed_paragraph_wrapper h6,
.mobile .blog_slider_inner .boxed_paragraph_wrapper h6,
.mobile .blog_slider .boxed_paragraph_wrapper h6,
.mobile .blog_slider .boxed_paragraph_wrapper h6 p {
	font-size: 14px;
    line-height: 18.2px;
    letter-spacing: 0;
}

.mobile .featured_card .img_sector img {
    object-position: 0 10%;
}

.mobile .members_section h3, .mobile .members_section h3 p {
	font-size: 32px;
	line-height: 41.6px;
	letter-spacing: -0.16px;
	max-width: 97%;
}

.mobile .slider-navigation {
    display: none !important;
}

.mobile .members_section .order_mbl_2 {
    margin-top: 40px;
    margin-bottom: 115px;
}

.mobile .slider_wrap_pl_outer h3 {
    max-width: 67%;
}

.mobile .mini_boxes p {
    font-size: 14px;
    line-height: 16.66px !important;
	max-width: 126px;
}

.mobile .mini_boxes h6 {
	font-size: 12px;
	line-height: 16.08px;
	letter-spacing: 0;
	margin-top: 18px;
}

.mobile .mini_boxes .col-12.col-lg-2 {
    width: 146px;
    margin-right: 33px;
}

.mobile .mini_boxes .row, .mobile #member-filter {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: overlay !important;
    overflow-y: hidden !important;
	padding-right: 21px;
}

.mobile .mini_boxes .row::-webkit-scrollbar, .mobile #member-filter::-webkit-scrollbar {
	display: none;
}

.mobile .members_section .slider_wrap_pl_outer .featured_card {
    height: 489px;
	block-size: auto;
}

.mobile .members_section .slider_wrap_pl_outer .featured_card .img_sector {
    height: 368px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.mobile .members_section .slider_wrap_pl_outer .featured_card .inner_padding {
    padding-right: 117px;
}

.mobile .tagline_with_background_image h2.px-5.mx-5, .mobile .tagline_with_background_image h2.px-5.mx-5 p {
    padding: 0 !important;
    margin: 0 !important;
	font-size: 35px;
	line-height: 35px;
	letter-spacing: -1.05px;
}

.mobile #position-filter {
    overflow-x: overlay !important;
    overflow-y: hidden !important;
	padding-right: 21px;
	margin-bottom: 53px;
}

.mobile #position-filter::-webkit-scrollbar {
	display: none;
}

.mobile .positions_section .inner_box h3,
.mobile .cards_section .card_inner h3 {
	font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.16px;
}

.mobile .positions_section .inner_box h6,
.mobile .cards_section .card_inner h6 {
	font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
}

.mobile .positions_section .row.mb55 h3,
.mobile .single-position .drag_section h3 {
	font-size: 28px;
	line-height: 30.8px;
	letter-spacing: -0.32px;
	margin-bottom: 20px;
	max-width: 90%;
}

.mobile .positions_section .mb55 {
	margin-bottom: 55px;
}

.mobile .positions_section .row.mb55 h6.mw60 {
    max-width: 90%;
}

.mobile .positions_section .slider_wrap_pl h4,
.mobile .positions_section .slider_wrap_pl h4 p,
.mobile .single-position .drag_section h4,
.mobile .single-position .drag_section h4 p {
	font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.2px;
}

.mobile .positions_section .slider_wrap_pl h4 {
    margin-top: 85px;
}

.mobile .news .header_small h1 {
	font-size: 35px;
    line-height: 35px;
    letter-spacing: -1.05px;
}

.mobile .news .header_small .croppedContentLg {
    max-width: 100%;
    padding-left: 21px;
    padding-right: 21px;
}

.mobile .news .header_small .croppedContentLg h1 {
	margin-bottom: 30px;
}

.mobile .news .header_small .croppedContentLg h6 {
	margin-bottom: 120px;
	max-width: 90%;
}

.mobile .single-position .header_small .croppedContentBigger h1 {
	margin-bottom: 30px;
}

.mobile .single-position .header_small .croppedContentBigger h6 {
	max-width: 90%;
	margin-bottom: 80px;
}

.mobile .card_inner ul {
    padding-left: 20px !important;
}

.mobile .wpcf7-form select {
	padding-right: 34px !important;
}

.mobile .wpcf7-form .active select {
	background-position: right 9px center
}

.mobile .single-position .fullwidth label {
	margin-bottom: 15px;
}

.mobile #more_toggler {
	width: 40px;
    height: 40px;
	border-radius: 10px;
}

.mobile .file_wrapper input[type="file"] {
    width: 117px;
    height: 38px;
}

.mobile .file_wrapper input[type="file"]::after {
    font-size: 14px;
    line-height: 21px;
}

.mobile .file_wrapper label {
	margin-bottom: 10px;
}

.mobile .file-preview {
	margin-top: 10px;
}

.mobile .file-item {
    gap: 8px;
    padding: 6px 12px;
    font-size: 14px;
    padding-left: 15px;
}

.mobile .file-name {
    max-width: 84px;
}

.mobile .file_wrapper:not(.fullwidth) .wpcf7-not-valid-tip {
    right: -25px;
    bottom: -52px;
}

.mobile .file-selected span.wpcf7-not-valid-tip {
    bottom: -86px !important;
}

.mobile .news #filters_news .mb55 {
	margin-bottom: 0;
}

.mobile .news #filters_news {
	margin-bottom: 40px;
}

.mobile #filters_news {
	overflow-x: overlay !important;
    overflow-y: hidden !important;	
}

.mobile #filters_news::-webkit-scrollbar {
	display: none !important;
}

.mobile .blog_box_inner {
    border-radius: 30px;
    width: 100%;
    height: 458px;
    max-width: 348px;
}

.mobile .news .blog_slider .mb75 {
    margin-bottom: 20px;
	margin-right: 0;
}

.mobile .blog_box_inner .inner_padding:last-child {
    padding-top: 20px;
}

.mobile .blog_slider_inner .boxed_paragraph_wrapper h6.small.mb25,
.mobile .blog_slider .boxed_paragraph_wrapper h6.small.mb25 {
    display: none;
}

.mobile .lclamp3 {
    display: -webkit-box;
}

.mobile .blog_slider_inner .boxed_paragraph_wrapper h4,
.mobile .blog_slider .boxed_paragraph_wrapper h4 {
	height: 60px;
}

.mobile .single-post .post_header {
    margin-top: 131px;
	height: auto;
}

.mobile .youtube-play svg {
    width: 80px;
    height: 80px;
}

.mobile video.builder_vid {
    border-radius: 0;
}

.mobile .single_post_title {
	font-size: 30px;
    line-height: 39px;
    letter-spacing: -0.16px;
	max-width: 90%;
}

.mobile .share_wrapper h6 {
    margin-top: 0;
	font-size: 14px !important;
    line-height: 21px !important;
    letter-spacing: 0 !important;
}

.mobile .share_wrapper {
    margin-top: 35px;
    margin-bottom: 35px;
}

.mobile .intro_text_post {
	max-width: 95%;
}

.fancybox__toolbar__column.is-right .f-button:not(.f-button[title="Close"]) {
    display: none !important;
}

.mobile #shareCollapse {
	position: relative;
	margin-top: 10px;
}

.mobile .a2a_button_linkedin {
    width: 25px !important;
    height: 25px !important;
}

.mobile .a2a_button_facebook {
    width: 25px !important;
    height: 25px !important;
}

.mobile .a2a_button_x {
    width: 25px !important;
    height: 25px !important;
}

.mobile .single_post_section_title {
	font-size: 20px;
    line-height: normal;
    letter-spacing: -0.2px;
	margin-top: 70px;
	margin-bottom: 30px;
	max-width: 90%;
}

.mw95 {
	max-width: 95%;
}

.mobile .single_post_section_title_hidden {
    margin-bottom: 0;
    font-size: 0;
    margin-top: 100px;
	display: none;
}

.mobile .big_taline_post .colored_text span p {
	font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.16px;
}

.mobile .big_taline_post {
    padding-top: 100px;
    margin-bottom: 70px;
}

.mobile .two_inline_images .col-lg-8 {
    margin-bottom: 39px;
}

.mobile .two_inline_images .col-lg-8 img {
	height: 280px;
}

.mobile .two_inline_images .col-lg-4 img {
	height: 425px;
}

.mobile .tabs_section {
	padding-left: 21px;
	padding-right: 21px;
}

.mobile .tabs_section .croppedContentSmall {
	padding: 0;
}

.mobile .tabs_section .accordion-item.mb25 {
    margin-bottom: 17px;
}

.mobile .tabs_section .title_tabs_main {
    font-size: 20px;
    line-height: normal;
    letter-spacing: -0.2px;
    margin-top: 20px;
    margin-bottom: 30px;
    max-width: 90%;
}

.mobile .single-post .anchors_wrapper .colored_button.colored_button.gradient_border {
	font-size: 20px;
    line-height: normal;
    letter-spacing: -0.2px;
	-webkit-line-clamp: 2 !important;
}

.mobile .anchors_wrapper a span, .mobile .anchors_wrapper button span {
	-webkit-line-clamp: 2 !important;
}

.mobile .post_navigation_section .inner_box h6 {
	font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
}

.mobile .post_navigation_section h4.lclamp1 {
	font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.16px;
	-webkit-line-clamp: 3;
}

.mobile .news .blog_box_inner {
	max-width: max-content;
}

.mobile .single-post .blog_slider .slider_wrap_pl h3 {
	font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.16px;
}

.mobile .last_slide h4 {
    height: auto !important;
    margin-bottom: 0 !important;
}

.mobile .smartville_section .button-group {
    width: 100%;
    overflow-x: overlay !important;
    overflow-y: hidden !important;
    display: flex;
	margin-bottom: 40px !important;
}

.mobile .smartville_section .button-group::-webkit-scrollbar {
	display: none !important;
}

.mobile .video_youtube_wrapper {
    border-radius: 0 !important;
    overflow: hidden;
}

.mobile .services_slider .inner_box {
	width: 100%;
	height: 100%;
}

.mobile .boxed_paragraph h3, .mobile .boxed_paragraph h3 p {
	font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.16px;
}

.mobile .counter_section .mb10 {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0;
}

.mobile .services_slider h3,
.mobile .benefits h3,
.mobile .counter_section h3,
.mobile .blog_slider h3 {
    font-size: 28px;
    line-height: 30.8px;
    letter-spacing: -0.32px;
    max-width: 80%;
}

.mobile .smartville_section h3 {
    font-size: 28px;
    line-height: 30.8px;
    letter-spacing: -0.32px;
    max-width: 70%;
	margin-bottom: 20px;
}

.mobile .smartville_section h6 {
    margin-bottom: 50px;
}

.mobile .mw75 {
    max-width: 85%;
}

.mobile .bg_img {
    height: max-content;
	padding-top: 30px;
}

.mobile .benefits .text-end.order_mbl_1 {
    text-align: left !important;
    margin-bottom: 30.19px;
}

.mobile .benefits_img {
    height: 185px;
    object-fit: cover;
}

.mobile .full_video.blog_slider h6.mb55 {
    margin-bottom: 30px;
}

.mobile .benefits h4 {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.2px;
    margin-bottom: 20px;
	width: 100%;
}

.mobile .benefits h6 {
	padding-right: 50px;
	margin-top: 20px;
}

.mobile .services_slider h3 {
    max-width: 90%;
}

.mobile .header_slider h1 {
	font-size: 35px;
    line-height: 35px;
    letter-spacing: -1.05px;
	margin-top: 30px;
}

.mobile .header_slider .mb55 {
	margin-bottom: 40px;
}

.mobile .header_slider .croppedContentBigger {
	justify-content: flex-start !important;
}

.mobile .header_slider a.colored_button {
	font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
}

.mobile .boxed_paragraph a.colored_button {
    padding-left: 58px !important;
    padding-right: 58px !important;
}

.mobile .services_slider .col-lg-7 h3 {
    max-width: 80%;
}

.mobile .services_slider .slider_wrap_pl h6, .mobile .services_slider .slider_wrap_pl h6 p {
	font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.mobile .services_slider .slider_wrap_pl h6 {
	margin-bottom: 40px;
}

.mobile .services_slider .slider_wrap_pl h3 {
	font-size: 30px;
    line-height: 39px;
    letter-spacing: -0.16px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.mobile .smartville_section .croppedContentBig {
    padding-right: 0;
}

.mobile .smartville_section .accordion-collapse {
	padding-right: 21px;
}

.mobile .smartville_section .white_border.custom_border_dots {
	padding: 35px !important;
}

.mobile .smartville_section .white_border.custom_border_dots * {
	border-radius: 0 !important;
}

.mobile .slider_with_background_image h4 {
	font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
	padding-right: 15px;
}

.mobile .blog_slider div.Montserrat-Bold.redFontColor {
	font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}

.mobile .benefits .croppedContentBig {
    padding-right: 0;
}

.mobile .benefits .croppedContentBig .row.gx-0.align-items-center {
	padding-right: 21px;
}

.file_wrapper input[type="file"] {
    z-index: 2;
	cursor: pointer;
}

.file-preview {
    z-index: 2;
    position: relative;
}

.wrapper_w_100 .wpcf7-form-control-wrap select {
    cursor: pointer;
}

.mobile .wpcf7-form-control-wrap[data-name="your-message"] {
	width: 100%;
}

.services_slider, .benefits {
	position: relative;
}

.zindex1 {
    z-index: 1;
    position: relative;
}

#left_anim_1 img, #right_anim_1 img,
#left_anim_2 img, #right_anim_2 img,
#left_anim_3 img,
#right_anim_4 img,
#left_anim_5 img,
#left_anim_6 img {
    position: absolute;
    left: 0;
    top: 0;
}

#right_anim_footer img {
	position: absolute;
	bottom: 0;
	right: 0;
}

#left_anim_footer img {
	position: absolute;
    right: 0;
    bottom: 0;
}

#left_anim_3r img {
	position: absolute;
	right: 0;
}

#left_anim_1 img,
#left_anim_footer img {
    transform: rotate(135deg) translateY(30%) translateX(4%);
    margin-left: -40%;
}

#right_anim_1 img {
    transform: rotate(60deg) translateY(-50%) translateX(6%);
    margin-right: -40%;
}

#right_anim_footer img {
    transform: rotate(0) translateY(120%) translateX(100%);
}

#left_anim_footer img {
    transform: rotate(55deg) translateY(250%) translateX(-24%);
    margin-left: 0;
}

#left_anim_2 img {
    transform: translate(-70%) rotate(244deg);
	filter: blur(50px);
}

#right_anim_2 img {
    transform: rotate(45deg) translateX(50%) translateY(-90%);
}

#left_anim_3 img {
    transform: translateX(-100%) rotate(130deg) scale(2);
}

#left_anim_3r img {
    transform: translateX(200%) rotate(170deg) scale(0.8);
	bottom: 0;
}

#right_anim_4 img {
    transform: translateX(70%) scale(1.5) rotate(4deg);
}

#left_anim_5 img {
    transform: translateX(-70%) translateY(50%) scale(1.1) rotate(60deg);
}

#left_anim_6 img {
    transform: translate(58%, -10%) rotate(65deg);
}

.error404 #colophon {
	display: none;
}

.mobile .error404 #right_anim_1 {
	display: none;
}

.mobile .modal-open #toggler.btn_ov:not(.btn-close) {
	display: none;
}

.mobile .modal-open .btn-close.btn_ov {
    display: flex;
    justify-self: flex-end;
    align-items: center;
    justify-content: center;
	opacity: 1;
}

.mobile .btn-close.btn_ov {
	padding: 0;
	width: 13px;
	height: 13px;
}

.mobile .btn-close.btn_ov img {
	width: 13px;
	height: 13px;
}

.mobile .burger_col {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.mobile #left_anim_1 {
    display: none;
}

.mobile #left_anim_2 {
    display: none;
}

.mobile #right_anim_2 {
    display: none;
}

.mobile #left_anim_3, .mobile #left_anim_3r {
    display: none;
}

.mobile #right_anim_footer {
    display: none;
}

.mobile #left_anim_footer img {
    bottom: 230vw;
    transform: translateX(-58%) scale(2) rotate(238deg) !important;
}

.mobile #right_anim_1 img {
    margin-right: 0;
    transform: rotate(51deg) scale(4) translate(33%) !important;
}

.home #main, .about-us #main {
	position: relative;
	overflow-x: hidden;
}

.mobile #right_anim_4 {
	display: none;
}

.mobile #left_anim_5 {
	display: none;
}

.mobile #left_anim_6 {
	display: none;
}

.animate_text_left {
	opacity: 0;
}

#left_anim_3r {
	display: none;
}

.home #left_anim_3r, .single-position #left_anim_3r, .careers #left_anim_3r {
	display: block;
	transform: scaleY(-1);
}

.careers #left_anim_3r img {
	bottom: 10vw;
}

.mobile .boxed_paragraph .boxed_paragraph_wrapper.white_border.custom_border_dots {
	min-height: 382px;
}

.animate_typing {
	position: relative;
	display: inline-block;
}

.animate_typing p::after {
	content: '';
	display: inline-block;
	width: 2px;
	height: 1em;
	margin-left: 3px;
	background-color: #959595;
	vertical-align: -0.15em;
	animation: blinkCursor 1s steps(1) infinite;
}

@keyframes blinkCursor {
	50% { opacity: 0; }
}

.single-post #smooth-content::after {
    content: "";
    display: block;
	display: none;
}

.mobile .single-post #smooth-content::after {
    height: 0;
}

.mobile #left_anim_3r {
	display: none;
}

.mobile .full_video .inner_img {
    padding: 35px;
}

.colored_button.gradient_border:not(.accordion-button)::before {
    padding: 1.7px;
}

.custom-page-btn:not(.active):hover::before {
	content: '';
    position: absolute;
    inset: 0;
    border-radius: 100px;
    background: linear-gradient(90deg, #0090C8 0%, #7643A2 46.5%, #EF555C 100%);
    z-index: -1;
    padding: 1.7px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    background-clip: border-box;
    box-sizing: border-box;
}

.benefits a.colored_button.gradient_border.animate_text::before {
    transition: padding 0.7s ease;
}

#colophon .menu a, #colophon .socials_menus a {
    position: relative !important;
    padding: 0 !important;
    text-decoration: none !important;
    background-image: linear-gradient(#ecececa6,#ecececa6) !important;
    background-position: 0% 100% !important;
    background-repeat: no-repeat !important;
    background-size: 0 1px !important;
    transition: color .3s,background-size .3s !important;
    width: max-content !important;
	color: inherit;
}

#colophon .menu a:hover, #colophon .socials_menus a:hover {
    background-size: 100% 1px !important;
}

#position-filter .colored_button.gradient_border:not(.accordion-button):hover::before,
#member-filter .colored_button.gradient_border:not(.accordion-button):hover::before,
.smartville_section .button-group .colored_button.gradient_border:not(.accordion-button):hover::before {
    padding: 1.7px;
}

#masthead .menu .menu_hover_1 a:hover {
    background: var(--Linear, linear-gradient(90deg, #7643A2 0%, #EF555C 26.5%, #0090C8 100%));
	background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-feature-settings: 'liga' off, 'clig' off;
}

#masthead .menu .menu_hover_2 a:hover {
    background: var(--Linear, linear-gradient(120deg, #EF555C 0%, #0090C8 66.5%, #7643A2 100%));
	background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-feature-settings: 'liga' off, 'clig' off;
}

#masthead .menu .menu_hover_3 a:hover {
    background: var(--Linear, linear-gradient(210deg, #0090C8 10%, #7643A2 46.5%, #EF555C 100%));
	background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-feature-settings: 'liga' off, 'clig' off;
}

#masthead .menu .menu_hover_4 a:hover {
    background: var(--Linear, linear-gradient(20deg, #7643A2 0%, #EF555C 28%, #0090C8 100%));
	background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-feature-settings: 'liga' off, 'clig' off;
}

#masthead .menu .menu_hover_5 a:hover {
    background: var(--Linear, linear-gradient(45deg, #EF555C 0%, #7643A2 15.5%, #0090C8 100%));
	background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-feature-settings: 'liga' off, 'clig' off;
}

#masthead .menu .menu_hover_6 a:hover {
    background: var(--Linear, linear-gradient(350deg, #0090C8 0%, #7643A2 12.5%, #EF555C 100%));
	background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-feature-settings: 'liga' off, 'clig' off;
}

#masthead .menu .menu_hover_7 a:hover {
    background: var(--Linear, linear-gradient(75deg, #EF555C 0%, #7643A2 46.5%, #0090C8 100%));
	background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-feature-settings: 'liga' off, 'clig' off;
}

.anchor_trigger {
	cursor: pointer;
}

.desktop #news-filter, .desktop #position-filter, .desktop #member-filter {
    flex-wrap: wrap;
}

#more_toggler:hover::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #0090C8 0%, #7643A2 46.5%, #EF555C 100%);
    z-index: -1;
    padding: 1.7px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    background-clip: border-box;
    box-sizing: border-box;
    width: 98%;
    z-index: 1;
    border-radius: 100px;
	transition: background .3s ease;
}

#more_toggler:hover {
	border-radius: 100px;
	border: none;
	position: relative;
}

#more_toggler::after {
	transition: background .3s ease;
}

.basic_swiper {
	position: relative;
}

.basic_swiper.moving::before, .basic_swiper_posts.moving::before {
    content: '';
	background: linear-gradient(270deg,rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 1) 100%);
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 100%;
	z-index: 2;
}

.mobile .basic_swiper.moving::before, .mobile .basic_swiper_posts.moving::before {
	width: 50px;
}

#member-filter .colored_button:before {
	content: "";
    position: absolute;
    inset: 0;
    border-radius: 100px;
    background: linear-gradient(90deg, #0090C8 0%, #7643A2 46.5%, #EF555C 100%);
    z-index: -1;
    padding: 1.7px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    background-clip: border-box;
    box-sizing: border-box;
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.inner_box:hover::before,
.colored_button.gradient_border:not(.accordion-button):hover::before,
.custom-page-btn:hover::before,
.boxes_wrap:hover::after,
.custom-swiper-prev:hover::before,
.custom-swiper-next:hover::before,
.custom-swiper-prev2:hover::before,
.custom-swiper-next2:hover::before,
.custom-swiper-prev3:hover::before,
.custom-swiper-next3:hover::before,
.card_inner:hover::before,
#more_toggler:hover::after,
.post_header:hover::after,
.img_wrap:hover::after,
.inner_small_box:hover::before,
#position-filter.button-group .colored_button.gradient_border:not(.active):hover::before,
#news-filter.button-group .colored_button.gradient_border:not(.active):hover::before,
#member-filter.button-group .colored_button.gradient_border:not(.active):hover::before,
.smartville_section .button-group .colored_button.gradient_border:not(.active):hover::before,
.single-post .anchors_wrapper .colored_button.colored_button.gradient_border:hover::before,
.kuka_modal-content:hover::before,
#kuka_preferences-re-cookies:hover::before,
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:hover::before,
#member-filter .colored_button:hover::before,
#pojo-a11y-toolbar:hover::before,
.box-wrapper:hover::before,
#kuka_cookie-consent-popup:hover::before,
.blog_box_inner_wrapper:hover .blog_box_inner::after {
	background: conic-gradient(
		from var(--border-angle),
		rgb(0, 144, 200),
		rgb(118, 67, 162),
		rgb(239, 85, 92),
		rgb(118, 67, 162),
		rgb(0, 144, 200)
	) !important;
	animation: border-spin 3s linear infinite !important;
}

#kuka_preferences-re-cookies, #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
	border: none;
}

#kuka_preferences-re-cookies:before, 
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:before {
	content: "";
	background: #ececec4d !important;
    position: absolute;
    inset: 0;
    z-index: -1;
    padding: 1.7px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    background-clip: border-box;
    box-sizing: border-box;
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.colored_text span, .colored_text0 span, .big_taline_post .colored_text span p {
    font-feature-settings: 'liga' off, 'clig' off;
    background: conic-gradient(
        from var(--border-angle, 90deg),
        rgb(0, 144, 200),
        rgb(118, 67, 162),
        rgb(239, 85, 92),
        rgb(118, 67, 162),
        rgb(0, 144, 200)
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    --border-angle: 0deg;
    animation: border-spin 8s linear infinite;
}

@property --border-angle {
	syntax: "<angle>";
	inherits: true;
	initial-value: 0deg;
}
@keyframes border-spin {
	from {
		--border-angle: 0deg;
	}
	to {
		--border-angle: 360deg;
	}
}

.basic_swiper::before,
.basic_swiper_posts::before {
	content: '';
	background: linear-gradient(270deg, rgba(28,28,28,0) 0%, rgba(28,28,28,1) 100%);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100px;
	z-index: 2;
	opacity: 0;
	transition: opacity .5s ease;
	pointer-events: none;
}

.basic_swiper.moving::before,
.basic_swiper_posts.moving::before {
	opacity: 1;
}

.desktop .wrapper_w_100 .wpcf7-form-control-wrap select {
	line-height: 1;
}

.mobile .wpcf7-form-control-wrap select {
	padding-left: 24px;
	padding-right: 50px !important;
	padding-top: calc(22px - 10px);
	padding-bottom: calc(22px - 10px);
	background-position: right 24px center;
}

.mobile .wpcf7-form-control-wrap.active select {
	padding-left: 26px;
	padding-right: 52px !important;
	background-position: right 26px center;
}

.mobile .file_wrapper.file-selected_wrapper {
	padding-left: 26px;
	padding-right: 26px;
	padding-top: 22px;
	padding-bottom: 22px;
}

a.pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link svg {
    display: none !important;
}

a.pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='40' viewBox='0 0 36 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 0C20.2 0 22 1.8 22 4C22 6.2 20.2 8 18 8C15.8 8 14 6.2 14 4C14 1.8 15.8 0 18 0ZM36 14H24V40H20V28H16V40H12V14H0V10H36V14Z' fill='white' fill-opacity='0.8'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    position: fixed;
    z-index: 1;
    border: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #1C1C1C !important;
    display: none;
}

#pojo-a11y-toolbar {
    top: unset !important;
}

.mobile #pojo-a11y-toolbar {
    top: unset !important;
    bottom: 90px;
}

.mobile a.pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link::after {
    width: 25px;
    height: 25px;
}

.kuka_modal-content {
    background: linear-gradient(180deg,rgba(38, 38, 38, 1) 0%, rgba(28, 28, 28, 1) 100%);
}

#kuka_read-more-link {
    display: block;
}

.copyrights_wrapper_kuka {
    position: absolute;
	margin-top: 0;
}

#kuka_save-preferences, #kuka_accept-all-cookies, #kuka_deny-cookies, #kuka_preferences-cookies {
    font-weight: normal !important;
	text-transform: initial !important;
}

.kuka_accordion {
    border: 1px solid #ececec4d;
}

.kuka_panel th, .kuka_panel td {
    border: 1px solid #ececec4d;
}

.kuka_panel, .kuka_cookies_table, .kuka_cookies_table th, .kuka_cookies_table tr, .kuka_cookies_table td {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #ececec4d;
    overflow: hidden;
}

.kuka_close-modal, .copyrights_wrapper_kuka, .kuka_accordion span:not(.kuka_slider), .kuka_category-description, .kuka_panel *, .empty_cookies_category {
	color: #ffffff !important;
	opacity: 0.7;
}

.kuka_consent_popup_title, #kuka_privacy-description, #kuka_read-more-link {
	color: #ffffff !important;
}

.kuka_panel *:not(td):not(th):not(.empty_cookies_category):not(input) {
    opacity: 1;
}

#kuka_read-more-link {
	opacity: 1;
}

.kuka_switch input {
	opacity: 0 !important;
}

#kuka_save-preferences {
    width: max-content;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    border-radius: 100px !important;
}

#kuka_accept-all-cookies, #kuka_deny-cookies, #kuka_preferences-cookies {
    width: max-content;
    display: block;
    border-radius: 100px !important;
}

.kuka_slider:before {
	background-color: #a53f42;
}

.kuka_slider {
    background-color: transparent;
    border: 1px solid #ececec4d;
}

#kuka_save-preferences, #kuka_accept-all-cookies, #kuka_deny-cookies, #kuka_preferences-cookies {
	min-height: max-content !important;
	height: max-content !important;
}

.mobile .kuka_modal-content {
    width: 100%;
    border-radius: 0;
    padding: 30px;
    padding-bottom: 50px;
}

.mobile .desktop #kuka_cookie-categories {
	height: 427px;
}

.mobile .kuka_cookie-consent-popup {
	border-radius: 17px;
}

.mobile #kuka_cookie-consent-popup:before {
	border-radius: 17px;
}

.mobile .kuka_close-modal {
    right: 20px;
    top: 30px;
}

.mobile #kuka_read-more-link {
	margin-top: 10px;
}

.mobile .kuka_consent_popup_title {
	font-size: 32px;
	line-height: 41.6px;
	letter-spacing: -0.16px;
}

.mobile .copyrights_wrapper_kuka {
    right: unset;
    bottom: unset;
    position: relative;
    margin-top: 20px;
    text-align: center;
    display: block;
}

.mobile #kuka_privacy-description, .mobile .kuka_panel *:not(td):not(th):not(.empty_cookies_category), .mobile .kuka_panel table td, .mobile .kuka_popup_desc {
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0px;
}

.mobile .kuka_accordion span:not(.always-enabled) {
    font-size: 18px;
    line-height: 14px;
    letter-spacing: -0.24px;
}

.mobile .kuka_category-description, .copyrights_wrapper_kuka {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
}

.mobile .kuka_accordion {
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 17px;
}

.mobile .kuka_panel th, .kuka_panel td {
	padding: 10px;
	border-radius: 15px;
}

.mobile .kuka_panel {
	margin-bottom: 28px;
}

.mobile .kuka_panel, .mobile .kuka_cookies_table, .mobile .kuka_cookies_table th, .mobile .kuka_cookies_table tr, .mobile .kuka_cookies_table td {
	border-radius: 15px !important;
}

.mobile #kuka_save-preferences, .mobile #kuka_accept-all-cookies, .mobile #kuka_deny-cookies, .mobile #kuka_preferences-cookies {
    margin-top: 28px !important;
    padding: 12px 24.5px;
    font-size: 14px !important;
    line-height: 21px !important;
    letter-spacing: 0;
}

.mobile .kuka_switch {
	width: 55px;
	height: 20px;
}

.mobile .kuka_slider:before {
	height: 12px;
	width: 24.3px;
	border-radius: 60px !important;
}

.kuka_slider:before {
    top: 50%;
    transform: translateY(-50%);
}

.mobile input:checked + .kuka_slider:before {
	transform: translateX(22px) translateY(-50%);
}

.mobile .kuka_slider:before {
	bottom: 3px;
}

.mobile .copyrights_wrapper_kuka svg {
	height: 21px;
}

.kuka_modal-content::before, #kuka_cookie-consent-popup:before, #pojo-a11y-toolbar::before, .box-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #0090C8 0%, #7643A2 46.5%, #EF555C 100%);
    z-index: -1;
    padding: 1.7px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    background-clip: border-box;
    box-sizing: border-box;
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
}

#pojo-a11y-toolbar::before {
	z-index: 1;
}

.mobile .kuka_modal-content::before {
	display: none;
}

.kuka_cookie-preferences-modal {
	background-color: rgb(0 0 0 / 78%);
}

.kuka_cookies-bar-btn_wrapper {
    justify-content: space-between;
    margin-top: 0;
}

#kuka_accept-all-cookies, #kuka_deny-cookies, #kuka_preferences-cookies {
    width: 100%;
}

#kuka_preferences-cookies {
	margin-right: 0 !important;
}

#kuka_cookie-consent-popup {
    max-width: max-content !important;
}

.mobile .kuka_cookies-bar-btn_wrapper button {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin: 0 !important;
    margin-right: 10px !important;
}

.pojo-a11y-toolbar-overlay {
    background: linear-gradient(180deg, rgba(38, 38, 38, 1) 0%, rgba(28, 28, 28, 1) 100%) !important;
    border: none !important;
    width: max-content !important;
}

.pojo-a11y-toolbar-overlay .pojo-a11y-toolbar-title, .pojo-a11y-toolbar-overlay .pojo-a11y-toolbar-item a {
    color: #ECECEC !important;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a {
    text-decoration: none !important;
	color: #ECECEC !important;
	padding-bottom: 0 !important;
}

p.pojo-a11y-toolbar-title {
    font-weight: normal !important;
    opacity: 0.9;
}

.pojo-a11y-toolbar-item {
    opacity: 0.9;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a, #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title {
    padding-left: 0;
    padding-right: 0;
}

.pojo-a11y-toolbar-inner {
	z-index: 2;
	position: relative;
}

.pojo-a11y-toolbar-icon svg {
    width: auto !important;
}

.pojo-a11y-toolbar-overlay {
    width: 100%;
    min-width: 100%;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-right {
	right: -20% !important;
}

.mobile #kuka_preferences-re-cookies::before, .mobile #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a::before {
	border-radius: 8px;
}

.mobile .pojo-a11y-toolbar-overlay {
	padding: 20px;
	border-radius: 17px;
}

.mobile #pojo-a11y-toolbar {
	border-radius: 17px;
	bottom: 110px;
}

.mobile #pojo-a11y-toolbar::before {
	border-radius: 17px;
}

.mobile .pojo-a11y-toolbar-icon svg {
	height: 13px !important;
}

.mobile #pojo-a11y-toolbar.pojo-a11y-toolbar-right {
    right: -250px !important;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-right.pojo-a11y-toolbar-open {
	right: 0 !important;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active {
    background-color: transparent !important;
    color: #ef555c !important;
}

.box-wrapper {
    background: linear-gradient(180deg, rgba(38, 38, 38, 1) 0%, rgba(28, 28, 28, 1) 100%) !important;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.box-wrapper::before {
	z-index: 1;
}

.mobile .box-wrapper {
	border-radius: 20px;
	padding: 33px;
	padding-top: 34px;
	padding-bottom: 34px;
	height: 227px;
	margin-bottom: 33px;
}

.mobile .box-wrapper::before {
	border-radius: 20px;
}

.mobile .counter_section .box-wrapper h2 {
    font-size: 50px;
}

.mobile .counter_section .box-wrapper h4 {
    font-size: 18px;
}

.file_wrapper.fullwidth .wpcf7-not-valid-tip {
    bottom: 0 !important;
}

.file_wrapper:not(.fullwidth) .wpcf7-form-control-wrap.active::after {
	display: none !important;
}

.single-post .image_slider .swiper-slide {
    width: fit-content !important;
}

.single-post .image_slider .swiper-slide .img_wrap {
    width: auto;
    display: inline-block;
}

#smooth-content {
    overflow-x: hidden !important;
}

.mobile .swiper.basic_swiper_posts {
	padding-top: 12px;
}

.fancybox__container {
    z-index: 99999 !important;
}

.boxes_wrap.bigger_desc {
    height: auto !important;
}

.mobile .boxes_wrap.bigger_desc {
    min-height: max-content !important;
}

.mobile .solutions .benefits_img {
	object-fit: contain;
}

#masthead .current_page_item a, .single-position #masthead #menu-item-170 a, .single-post #masthead #menu-item-467 a {
	background: var(--Linear, linear-gradient(90deg, #7643A2 0%, #EF555C 26.5%, #0090C8 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-feature-settings: 'liga' off, 'clig' off;
}

.counter_section .box-wrapper h2 {
    text-transform: uppercase;
}

.mobile #masthead #toggler img {
    height: 11px;
}

.mobile body {
	overflow-x: hidden !important;
}

.mobile .solutions .boxes_wrap.bigger_desc h6.whiteFontColor3 {
    padding-right: 0 !important;
}

.mobile .h_title {
	min-width: max-content;
}

#kuka_preferences-re-cookies,
.pojo-a11y-toolbar-toggle-link {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

.force-hide {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

/*-------------------------------------------------------------*/
/* 					   	  START MEDIA						   */
/*-------------------------------------------------------------*/

@media (min-width: 320px) {
	h1, h1 p {
		font-size: 65px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		letter-spacing: -0.25vw;
	}

	h1.big, h1.big p {
		font-size: 65px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		letter-spacing: -0.25vw;
	}

	h2, h2 p {
		font-size: 35px;
		font-style: normal;
		font-weight: 500;
		line-height: 1;
		letter-spacing: -1.05px;
	}

	h3.big, h3.big p {
		font-size: 2.5vw;
		font-style: normal;
		font-weight: 500;
		line-height: 2.75vw;
		letter-spacing: -0.017vw;
	}

	h3, h3 p {
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 2.167vw;
		letter-spacing: -0.008vw;
	}

	h4, h4 p {
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.6;
		letter-spacing: 0;
	}

	#colophon h4, #colophon h4 p {
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 1;
		letter-spacing: -0.2px;
	}

	.post_navigation_section h4.lclamp1 {
		line-height: 1.615vw;
	}

	h6.small, h6.small p, #menu-footer-menu-3 a, .subscribe-input, .wpcf7-acceptance .wpcf7-list-item-label, .wpcf7-form-control, .file_wrapper label, .pojo-a11y-toolbar-text {
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.5;
	}

	h6, h6 p, #menu-footer-menu-1 a, #menu-footer-menu-2 a, #member-filter label, #position-filter label, #news-filter label, .wpcf7-form-control-wrap[data-name="your-file"]::before {
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 22.4px;
	}

	h6.smaller, h6.smaller p {
		font-size: max(0.625vw, 10px);
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

	.contact .two_big_title_and_centered_description h6.small {
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 21px;
	}

	p,
	#masthead nav a,
	#kuka_save-preferences,
	#kuka_accept-all-cookies,
	#kuka_deny-cookies,
	#kuka_preferences-cookies,
	.simple_p,
	.simple_p p,
	.colored_button,
	.classic_btn,
	.subscribe-button {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
	}

	#kuka_save-preferences, #kuka_accept-all-cookies, #kuka_deny-cookies, #kuka_preferences-cookies {
		font-size: 16px !important;
	}

	.slider-navigation {
		height: 2.448vw;
		margin-top: 2.24vw;
	}

	.news .header_small {
		padding-bottom: 8.49vw;
	}

	.croppedContentLg {
		max-width: 53.125vw;
	}

	.news .blog_slider .blog_box_inner_wrapper {
		width: 100%;
	}

	.mr22 {
		margin-right: 1.146vw;
	}

	.page-template-template-legal-pages-builder .anchors_wrapper .colored_button.colored_button.gradient_border,
	.single-post .anchors_wrapper .colored_button.colored_button.gradient_border {
		width: 22.813vw;
		height: 78px;
        padding-left: 20px;
        padding-right: 48.72px;
	}

	.page-template-template-legal-pages-builder .anchors_wrapper .colored_button.colored_button.gradient_border::before,
	.single-post .anchors_wrapper .colored_button.colored_button.gradient_border::before {
		border-radius: 20px !important;
	}

	.post_header {
		height: 537px;
		border-radius: 32px;
	}

	.post_header::after {
		border-radius: 32px;
	}

	.mt200 {
		margin-top: 10.417vw;
	}

	.mb40 {
		margin-bottom: 53px;
	}

	.mt40 {
		margin-top: 40px;
	}

	.pb40 {
		padding-bottom: 40px;
	}

	.mb150 {
		margin-bottom: 0;
	}

	.image_slider img {
		height: 217px;
		border-radius: 30px;
	}

	.croppedContentBigMixed {
		padding-left: 21px;
		padding-right: 21px;
	}

	.two_inline_images img {
		height: 217px;
		border-radius: 30px;
	}

	.two_inline_images .col-12:first-child {
		padding-right: 0;
	}

	.mw590 {
		max-width: 30.729vw;
	}

	.mw1180 {
		min-width: 61.458vw;
	}

	.post_navigation_section .inner_box {
		height: 268px;
	}

	.img_wrap::after {
		border-radius: 30px;
	}

	.mt75 {
		margin-top: 70px;
	}

	.addtoany_list a, .widget .addtoany_list a {
		margin-right: 15px;
	}

	.blog_box_inner:hover::after, .blog_box_inner::after {
		border-radius: 30px;
	}

	.benefits .boxes_wrap {
		margin-bottom: 0;
	}

	.wpcf7-form select {
		background-position: right 8px center;
		background-size: 12px 12px;
	}

	.file-name {
		max-width: 5.104vw;
	}

	.boxes_wrap.bigger_desc h6.whiteFontColor3 {
		margin-top: 20px;
		height: max-content;
	}

	.services_slider .icon {
		width: auto;
		height: 18px;
	}

	.services_slider .swiper-slide:last-child .icon {
		height: 25px;
	}

	.solutions .benefits_img {
		height: 80px;
	}

	.mt150 {
		margin-top: 80px;
	}

	.img404 {
		margin-bottom: 40px;
		height: 44.22px;
	}
}

@media (min-width: 992px) and (max-width: 1054px) {
	#menu-footer-menu-3 a {
		width: max-content;
		display: flex;
	}
}

@media (min-width: 992px) {
	h1, h1 p {
		font-size: 4.167vw;
		font-style: normal;
		font-weight: 500;
		line-height: 4.323vw;
		letter-spacing: -0.125vw;
	}

	h1.big, h1.big p {
		font-size: 8.333vw;
		font-style: normal;
		font-weight: 500;
		line-height: 8.333vw;
		letter-spacing: -0.25vw;
	}

	h2, h2 p {
		font-size: 4.167vw;
		font-style: normal;
		font-weight: 500;
		line-height: 4.167vw;
		letter-spacing: -0.125vw;
	}

	h3.big, h3.big p {
		font-size: 2.5vw;
		font-style: normal;
		font-weight: 500;
		line-height: 2.75vw;
		letter-spacing: -0.017vw;
	}

	h3, h3 p {
		font-size: 1.667vw;
		font-style: normal;
		font-weight: 500;
		line-height: 2.167vw;
		letter-spacing: -0.008vw;
	}

	h4, h4 p {
		font-size: 1.25vw;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: -0.013vw;
	}

	#colophon h4, #colophon h4 p {
		font-size: max(1.042vw, 15px);
		font-style: normal;
		font-weight: 400;
		line-height: 1;
		letter-spacing: -0.2px;
	}

	.post_navigation_section h4.lclamp1 {
		line-height: 1.615vw;
	}

	.services_slider div.Montserrat-Bold.redFontColor.mb10, .blog_slider div.Montserrat-Bold.redFontColor.mb10, .pojo-a11y-toolbar-title {
		font-size: max(0.833vw, 10px);
		line-height: 1.25vw;
		letter-spacing: 0;
	}

	h6, h6 p, #menu-footer-menu-1 a, #menu-footer-menu-2 a, #member-filter label, #position-filter label, #news-filter label, .wpcf7-form-control-wrap[data-name="your-file"]::before {
		font-size: max(0.938vw, 12px);
		font-style: normal;
		font-weight: 400;
		line-height: 1.5vw;
	}

	h6.small, h6.small p, #menu-footer-menu-3 a, .subscribe-input, .wpcf7-acceptance .wpcf7-list-item-label, .wpcf7-form-control, .file_wrapper label, .pojo-a11y-toolbar-text {
		font-size: max(0.729vw, 10px);
		font-style: normal;
		font-weight: 400;
		line-height: max(1.094vw, 14px);
	}

	.wpcf7-acceptance .wpcf7-list-item-label {
		line-height: 1.094vw;
	}

	h6.smaller, h6.smaller p {
		font-size: max(0.625vw, 10px);
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

	.contact .two_big_title_and_centered_description h6.small {
		font-size: max(0.781vw, 12px);
		font-style: normal;
		font-weight: 400;
		line-height: max(1.094vw, 14px);
	}

	p,
	#masthead nav a,
	#kuka_save-preferences,
	#kuka_accept-all-cookies,
	#kuka_deny-cookies,
	#kuka_preferences-cookies,
	.simple_p,
	.simple_p p,
	.colored_button,
	.classic_btn,
	.subscribe-button {
		font-size: max(0.833vw, 10px);
		font-style: normal;
		font-weight: 400;
		line-height: 1.25vw;
	}

	#kuka_save-preferences, #kuka_accept-all-cookies, #kuka_deny-cookies, #kuka_preferences-cookies {
		font-size: max(0.833vw, 10px) !important;
	}

	#masthead {
		padding-left: 1.927vw;
		padding-right: 1.927vw;
		height: 3.75vw;
		top: 2.917vw;
		left: 17.969vw;
		right: 17.969vw;
		border-radius: 0.781vw;
	}

	#masthead nav a {
		margin-right: 1.771vw;
	}

	.logo_col img {
		height: 1.927vw;
	}

	#colophon {
		margin-top: 9.766vw;
		padding-bottom: 5.208vw;
	}

	.croppedContent {
		padding-left: 18.75vw;
		padding-right: 18.75vw;
	}

	.footer_colored_text {
		margin-bottom: 1.875vw;
	}

	.mid_row {
		padding-bottom: 13.646vw;
		padding-top: 10.885vw;
	}

	.copyright_row {
		padding-top: 2.917vw;
	}

	#menu-footer-menu-3 a {
		margin-right: 2.083vw;
	}

	.top_row h6 {
		margin-bottom: 2.272vw;
	}

	.team_logo {
		height: 1.094vw;
		margin-right: 2.5vw;
	}

	.left_menu {
		margin-right: 3.8vw;
	}

	.footer_logo {
		height: 4.115vw;
	}

	.mb25 {
		margin-bottom: 1.302vw;
	}

	.mb55 {
		margin-bottom: 2.865vw;
	}

	.newsletter_form {
		margin-bottom: 16.51vw;
	}

	.subscribe-container {
		padding: 0.365vw;
		width: 22.24vw;
	}

	.subscribe-input {
		padding: 0.625vw 0.8vw;
	}

	.subscribe-button, .colored_button, #kuka_save-preferences, #kuka_accept-all-cookies, #kuka_deny-cookies, #kuka_preferences-cookies {
		padding: 0.625vw 1.25vw;
	}

	.croppedContentBigger {
		max-width: 55.208vw;
	}

	.custom-pagination-numbers {
		gap: 0.729vw;
	}

	.custom-page-btn {
		width: 2.448vw;
		height: 2.448vw;
		font-size: max(0.903vw, 12px);
		line-height: 1.354vw;
	}

	.custom-page-btn.active {
		width: 9.427vw;
	}

	.custom-page-btn.active::before {
		content: '';
		height: 2.448vw;
	}

	.header_swiper .swiper-wrapper {
		margin-top: 2.448vw;
	}

	.header_swiper {
		padding-bottom: 2.448vw !important;
		padding-top: 2.448vw !important;
	}

	.header_small {
		padding-bottom: 6.771vw;
		height: 39.375vw;
	}

	.header_slider {
		margin-bottom: 0;
	}

	.boxed_paragraph {
		padding-top: 7.813vw;
		padding-bottom: 7.813vw;
	}

	.colored_button.colored_button.gradient_border {
		padding-left: 2.656vw;
		padding-right: 2.656vw;
	}

	.boxed_paragraph_wrapper {
		padding-top: 2.604vw;
		padding-left: 2.604vw;
		padding-right: 4.427vw;
		padding-bottom: 4.688vw;
	}

	.boxed_paragraph_wrapper::before {
		content: "";
		width: calc(3.229vw + 1.563vw);
		height: 0.833vw;
		right: 2.604vw;
		top: -0.417vw;
	}

	.colored_button.gradient_border {
		font-size: 0.903vw;
	}

	.small_boxes_3_per_row .colored_button.gradient_border {
		font-size: 0.8vw;
	}

	.custom_border_dots {
		border-radius: 1.563vw;
	}

	.boxed_paragraph .btn_wrapper, .smartville_section .btn_wrapper, .full_video .btn_wrapper {
		padding-left: 2.135vw;
		padding-right: 2.135vw;
	}

	.counter_section {
		padding-bottom: 5.573vw;
		padding-top: 7.292vw;
	}

	.mb10 {
		margin-bottom: 0.521vw;
	}

	.progress-bars-wrapper {
		gap: 1.042vw;
	}

	.progress-bar-item .label {
		margin-bottom: 0.521vw;
	}

	.progress-track {
		height: 1.563vw;
	}

	.services_slider {
		padding-top: 7.292vw;
		padding-bottom: 5.729vw;
	}

	.icon {
		width: 2.604vw;
		height: 2.604vw;
	}

	.mb15 {
		margin-bottom: 0.781vw;
	}

	.slider_wrap_pl {
		padding-left: 18.49vw;
	}

	.croppedContentBig {
		padding-left: 18.49vw;
		padding-right: 18.49vw;
	}

	.inner_box {
		padding: 3.125vw;
		border-radius: 1.042vw;
	}

	.inner_box::before {
		border-radius: 1.042vw;
	}

	.mt50 {
		margin-top: 2.604vw;
	}
	
	.inner_box {
		height: max(22vw, 300px);
	}

	.custom-swiper-prev::after, .custom-swiper-prev2::after, .custom-swiper-prev3::after {
		font-size: 0.903vw !important;
		line-height: 1.354vw !important;
	}

	.custom-swiper-next::after, .custom-swiper-next2::after, .custom-swiper-next3::after {
		font-size: 0.903vw !important;
		line-height: 1.354vw !important;
	}

	.custom-swiper-prev, .custom-swiper-prev2, .custom-swiper-prev3 {
		margin-right: 0.625vw;
	}

	.custom-swiper-prev, .custom-swiper-next, .custom-swiper-prev2, .custom-swiper-next2, .custom-swiper-prev3, .custom-swiper-next3 {
		width: 2.448vw !important;
		height: 2.448vw !important;
		font-size: 0.903vw;
		line-height: 1.354vw;
	}

	.h_big {
		height: 33.854vw;
	}

	.smartville_section {
		padding-top: 7.292vw;
		padding-bottom: 8.411vw;
	}

	.boxes_wrap {
		padding-top: 2.083vw;
		padding-left: 1.823vw;
		padding-bottom: 2.083vw;
		padding-right: 1.823vw;
		height: 31.354vw;
		border-radius: 1.563vw;
	}

	.mb75 {
		margin-bottom: 3.906vw;
	}

	.two_big_title_and_centered_description {
		padding-bottom: 4.505vw;
	}

	.croppedContentSmall {
		padding-left: 2.083vw;
		padding-right: 2.083vw;
	}

	.contact_form_section {
		padding-top: 4.505vw;
		padding-bottom: 4.505vw;
	}

	.small_boxes_3_per_row {
		padding-top: 4.505vw;
		padding-bottom: 4.505vw;
	}

	.inner_small_box {
		padding-top: 1.302vw;
		padding-bottom: 1.302vw;
		padding-left: 1.458vw;
		padding-right: 1.114vw;
		min-height: 6.51vw;
	}

	.inner_small_box::before {
		border-radius: 1.563vw;
	}

	.socials_contact a:nth-child(2) img {
		margin-left: 1.042vw;
		margin-right: 1.042vw;
	}

	.wpcf7-form {
		width: 30.729vw;
		margin: auto;
	}

	.wpcf7-form input:not(input[type="submit"]):not(input[type="checkbox"]):not(input[type="file"]), .wpcf7-form select, .file_wrapper {
		height: 3.177vw;
		border-radius: 0.521vw;
		padding-top: 1.042vw;
		padding-bottom: 1.042vw;
		padding-left: 1.146vw;
		padding-right: 1.146vw;
		margin-bottom: 1.094vw;
	}

	.wpcf7-form textarea {
		width: 30.729vw;
		height: 7.76vw;
		border-radius: 0.521vw;
		padding-top: 1.042vw;
		padding-bottom: 1.042vw;
		padding-left: 1.146vw;
		padding-right: 1.146vw;
		margin-bottom: 1.094vw;
	}

	.wpcf7-not-valid-tip {
		bottom: 0;
		right: 0.521vw;
	}

	.wpcf7-spinner {
		margin-top: 0.521vw;
	}

	.wpcf7-acceptance .wpcf7-list-item-label {
		padding-left: 0.938vw;
	}

	.contact span.wpcf7-list-item-label::before, .single-position span.wpcf7-list-item-label::before {
		width: 0.99vw;
		height: 0.99vw;
		margin-top: 0.104vw;
	}

	.wpcf7-form-control-wrap.active::after {
		height: 3.177vw;
	}

	.wpcf7-form-control-wrap.active[data-name="your-message"]::after {
		height: 7.76vw;
		border-radius: 0.521vw;
	}

	.boxes_wrap::after {
		border-radius: 1.563vw;
	}

	.boxes_wrap {
		width: calc(33.33333333% - 0.781vw);
	}

	.inner_img {
		padding: 2.604vw;
	}

	.smartville_section .button-group button {
		margin-right: 0.677vw;
	}

	.benefits {
		padding-top: 8.411vw;
		padding-bottom: 8.594vw;
	}

	.slider_with_background_image {
		padding-top: 8.594vw;
		padding-bottom: 4.479vw;
	}

	.custom_center_pagination {
		height: 2.448vw;
		margin-top: 2.604vw;
		margin-bottom: 1.458vw;
	}

	.small_boxes {
		padding-top: 2.188vw;
		padding-left: 1.823vw;
		padding-right: 11.198vw;
		padding-bottom: 1.667vw;
		border-radius: 1.563vw;
		width: 26.406vw;
		height: 25.208vw;
	}

	.single_swiper {
		margin-bottom: 5.729vw;
	}

	.button-group .colored_button.gradient_border {
		min-width: 10.781vw;
	}

	.blog_slider {
		padding-top: 4.479vw;
		padding-bottom: 5.208vw;
	}

	.blog_slider .btn_wrapper {
		padding-left: 1.302vw;
		padding-right: 1.302vw;
	}

	.blog_box_inner .inner_padding {
		padding-top: 1.823vw;
		padding-left: 1.302vw;
		padding-right: 2.344vw;
		padding-bottom: 2.083vw;
	}

	.blog_box_inner {
		height: 32.448vw;
	}

	.blog_box_inner img {
		height: 14.219vw;
	}

	.blog_slider .slider_wrap_pl {
		margin-bottom: 7.813vw;
	}

	.mini_boxes {
		padding-top: 0;
		padding-bottom: 7.422vw;
	}

	.title_left_and_paragraph_right {
		padding-top: 7.422vw;
		padding-bottom: 6.953vw;
	}

	.members_section {
		padding-top: 6.953vw;
		padding-bottom: 9.766vw;
	}

	.row_wrapper_information {
		margin-bottom: 13.542vw;
	}

	.featured_card .inner_padding {
		padding-top: 2.083vw;
		padding-left: 1.719vw;
		padding-right: 1.719vw;
		padding-bottom: 3.177vw;
	}

	.featured_card {
		border-radius: 1.563vw;
		width: 22.76vw;
		height: 35.26vw;
	}

	.img_sector {
		height: 26.719vw;
		border-bottom-right-radius: 1.563vw;
		border-bottom-left-radius: 1.563vw;
	}

	.members_section .slider_wrap_pl_outer {
		margin-top: 10.521vw;
	}

	#member-filter label, #position-filter label, #news-filter label {
		margin-right: 0.781vw;
	}

	.members_section .button-group .colored_button.gradient_border {
		min-width: 11.094vw;
	}

	.tagline_with_background_image {
		padding-top: 0;
		padding-bottom: 4.427vw;
	}

	.masonry_boxes {
		padding-top: 4.427vw;
		padding-bottom: 5.391vw;
	}

	.positions_section {
		padding-top: 5.391vw;
		padding-bottom: 9.766vw;
	}

	.bg_image_tagline {
		height: 58.542vw;
		border-radius: 1.667vw;
		padding-left: 13.854vw;
		padding-right: 13.854vw;
	}

	.mw630 {
		max-width: 29.167vw;
	}

	.count-badge {
		width: 1.094vw;
		height: 1.146vw;
		margin-left: 0.677vw;
	}

	.positions_section .inner_box {
		padding-top: 1.302vw;
		padding-left: 1.823vw;
		padding-right: 2.865vw;
		padding-bottom: 2.24vw;
	}

	.cards_section {
		padding-top: 3.125vw;
		padding-bottom: 4.323vw;
	}

	.card_inner {
		width: 46.667vw;
		padding-top: 2.24vw;
		padding-left: 3.229vw;
		padding-right: 12.083vw;
		padding-bottom: 2.083vw;
		border-radius: 1.563vw;
		margin-bottom: 1.771vw;
	}

	.card_inner::before {
		border-radius: 1.563vw;
	}

	.mb90 {
		margin-bottom: 4.688vw;
	}

	.drag_section {
		padding-top: 4.323vw;
		padding-bottom: 6.771vw;
	}

	.slider-navigation {
		height: 2.448vw;
		margin-top: 2.24vw;
	}

	.mw620 {
		max-width: 32.292vw;
	}

	.news .header_small {
		padding-bottom: 8.49vw;
	}

	.croppedContentLg {
		max-width: 53.125vw;
	}
	
	.news .blog_slider .blog_box_inner_wrapper {
		width: 22.76vw;
	}

	.mr22 {
		margin-right: 1.146vw;
	}

	.page-template-template-legal-pages-builder .anchors_wrapper .colored_button.colored_button.gradient_border,
	.single-post .anchors_wrapper .colored_button.colored_button.gradient_border {
		width: 22.813vw;
		height: 2.917vw;
		padding-left: 1.302vw;
		padding-right: 2.604vw;
	}

	.page-template-template-legal-pages-builder .anchors_wrapper .colored_button.colored_button.gradient_border::before,
	.single-post .anchors_wrapper .colored_button.colored_button.gradient_border::before {
		border-radius: 1.042vw !important;
	}

	.post_header {
		height: 32.708vw;
		border-radius: 1.667vw;
	}

	.post_header::after {
		border-radius: 1.667vw;
	}

	.mt200 {
		margin-top: 10.417vw;
	}

	.mb40 {
		margin-bottom: 2.083vw;
	}

	.mt40 {
		margin-top: 2.083vw;
	}

	.pb40 {
		padding-bottom: 2.083vw;
	}

	.mb150 {
		margin-bottom: 7.813vw;
	}

	.image_slider img {
		height: 19.635vw;
		border-radius: 1.563vw;
	}

	.croppedContentBigMixed {
		padding-left: 18.75vw;
		padding-right: 2.865vw;
	}

	.two_inline_images img {
		height: 32.396vw;
		border-radius: 1.667vw;
	}
	
	.two_inline_images .col-12:first-child {
		padding-right: 1.042vw;
	}

	.mw590 {
		max-width: 30.729vw;
	}
	
	.mw1180 {
		min-width: 61.458vw;
	}

	.post_navigation_section .inner_box {
		height: 14.9vw;
	}

	.img_wrap::after {
		border-radius: 1.667vw;
	}

	.news_title {
		min-height: 4.531vw;
	}

	.benefits_title {
		min-height: 3.021vw;
	}

	.mt75 {
		margin-top: 3.906vw;
	}

	.addtoany_list a, .widget .addtoany_list a {
		margin-right: 0.781vw;
	}

	.blog_box_inner:hover::after, .blog_box_inner::after {
		border-radius: 1.563vw;
	}

	.benefits .boxes_wrap {
		margin-bottom: 1.302vw;
	}

	.wpcf7-form select {
		background-position: right 22px center;
		background-size: 0.625vw 0.625vw;
	}

	.file_wrapper .wpcf7-form-control-wrap {
		margin-top: 0.521vw;
	}

	.file_wrapper input[type="file"] {
		width: 7.813vw;
		height: 2.5vw;
	}

	.file_wrapper input[type="file"]::after {
		font-size: 0.781vw;
	}

	.file-selected_wrapper .file-preview {
		margin-top: 1.042vw;
	}

	.file-item {
		gap: 0.417vw;
		padding: 0.313vw 0.625vw;
		font-size: 0.729vw;
		padding-left: 0.781vw;
	}

	.file-remove {
		width: 0.677vw;
		height: 0.677vw;
	}

	.file_wrapper:not(.fullwidth) .wpcf7-not-valid-tip {
		bottom: -2.4vw;
		right: -5.365vw;
	}

	.file-name {
		max-width: 5.104vw;
	}

	.a2a_button_linkedin {
		width: 1.979vw !important;
		height: 1.979vw !important;
	}

	.a2a_button_facebook {
		width: 1.979vw !important;
		height: 1.979vw !important;
	}

	.a2a_button_x {
		width: 1.979vw !important;
		height: 1.979vw !important;
	}

	.share_btn {
		margin-bottom: 0.781vw;
	}

	section.logo_section {
		padding-top: 5.208vw;
		padding-bottom: 5.208vw;
	}
	
	.inner_mid_row {
		margin-top: 1.302vw;
		margin-bottom: 5.104vw;
	}

	.inner_mid_row img:first-child {
		margin-right: 2.448vw;
		height: 7.292vw;
	}

	.inner_mid_row img:last-child {
		height: 6.573vw;
	}

	#more_toggler {
		width: 3.177vw;
		height: 3.177vw;
		border-radius: 0.521vw;
		padding-top: 1.042vw;
		padding-bottom: 1.042vw;
		padding-left: 1.146vw;
		padding-right: 1.146vw;
	}

	#more_toggler svg {
		height: 1.302vw;
		width: 1.302vw;
	}

	.file-selected span.wpcf7-not-valid-tip {
		bottom: calc(-6.1vw + 3%) !important;
	}

	.benefits_img {
		height: 17.252vw;
		margin-top: 10px;
	}

	.wpcf7-form input:not(input[type="submit"]):not(input[type="checkbox"]):not(input[type="file"]) {
		padding-left: 22px !important;
	}

	.wpcf7-form .active input:not(input[type="submit"]):not(input[type="checkbox"]):not(input[type="file"]) {
		padding-left: 24px !important;
	}

	.wpcf7-form textarea {
		padding-top: 1.146vw !important;
		padding-left: 22px !important;
		padding-right: 22px !important;
	}

	.wpcf7-form .active textarea {
		padding-top: 1.302vw !important;
		padding-left: 24px !important;
		padding-right: 24px !important;
	}
	
	.services_slider .swiper-slide h6 {
		margin-bottom: 1.563vw;
	}

	.header_slider .swiper-slide h6 {
		max-width: 33.854vw;
	}

	.youtube-play svg {
		width: max(6.042vw, 75px);
		height: max(6.042vw, 75px);
	}

	.bg_img {
		height: 32.943vw;
	}

	.positions_section .inner_box {
		height: 17.5vw;
	}

	.small_boxes_3_per_row .inner_small_box img {
		width: 1.198vw;
		height: 1.198vw;
	}

	#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle svg {
		height: 1.667vw;
		width: 1.667vw;
	}

	.wpcf7-not-valid-tip {
		font-size: max(0.521vw, 7px);
	}

	#left_anim_2 img,
	#right_anim_2 img,
	#left_anim_3 img,
	#left_anim_3r img,
	#right_anim_4 img,
	#left_anim_5 img,
	#left_anim_6 img {
		width: 99.01vw;
		height: 39.219vw;
	}

	.boxed_paragraph .boxed_paragraph_wrapper.white_border.custom_border_dots {
		min-height: 18.333vw;
	}

	.single-post #smooth-content::after {
		height: 10.417vw;
	}

	#news-filter label, #position-filter label, #member-filter label {
		margin-bottom: 0.781vw;
	}

	.basic_swiper.moving::before, .basic_swiper_posts.moving::before {
		width: 5.208vw;
	}

	.smartville_section .accordion_info .button-group .colored_button.gradient_border {
		min-height: 2.708vw;
	}

	.wpcf7-form-control-wrap select {
		padding-left: 24px;
		padding-top: calc(23px - 1.533vw);
		padding-bottom: calc(23px - 1.533vw);
		background-position: right 14px center;
		padding-right: 30px;
	}

	.wpcf7-form-control-wrap.active select {
		padding-left: 26px;
		padding-right: 32px;
		padding-top: calc(23px - 1.533vw);
		padding-bottom: calc(23px - 1.533vw);
		background-position: right 16px center;
	}

	.file_wrapper {
		padding-left: 24px;
		padding-right: 24px;
		padding-top: 1.198vw;
		padding-bottom: 1.198vw;
	}

	.file_wrapper.file-selected_wrapper {
		padding-left: 26px;
		padding-right: 26px;
		padding-top: 1.354vw;
		padding-bottom: 1.354vw;
	}

	#colophon {
		overflow-x: hidden;
	}

	.px-4c {
		padding-left: 1.25vw !important;
		padding-right: 1.25vw !important;
	}

	#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
		width: 2.77vw;
		height: 2.62vw;
		padding: 0.521vw;
		border-radius: 0.885vw;
		right: 0.833vw;
		bottom: 0.833vw;
	}

	a.pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link::after {
		width: 1.875vw;
		height: 2.083vw;
	}

	#kuka_preferences-re-cookies {
		width: 2.77vw;
		height: 2.62vw;
		padding: 0.521vw;
		border-radius: 0.885vw;
		left: 0.833vw;
		bottom: 0.833vw;
	}

	#kuka_preferences-re-cookies svg {
		width: 1.35vw;
		height: 1.35vw;
	}

	.kuka_modal-content {
		width: 46.563vw;
		border-radius: 1.042vw;
		padding: 3.125vw;
		padding-bottom: 2.604vw;
	}

	.desktop #kuka_cookie-categories {
		height: 22.24vw;
	}

	.kuka_cookie-consent-popup {
		border-radius: 1.042vw;
	}

	.kuka_close-modal {
		right: 2.083vw;
		top: 2.083vw;
		font-size: 1.615vw;
	}

	#kuka_read-more-link {
		margin-top: 0.521vw;
	}

	.kuka_consent_popup_title {
		font-size: 1.667vw;
		line-height: 2.167vw;
		letter-spacing: -0.008vw;
	}

	.copyrights_wrapper_kuka {
		right: 4.167vw;
		bottom: 3.385vw;
	}

	#kuka_privacy-description, .kuka_panel *:not(td):not(th):not(.empty_cookies_category), .kuka_panel table td, .kuka_cookies_table th, .kuka_popup_desc {
		font-size: 0.729vw;
		line-height: 1.094vw;
		letter-spacing: 0px;
	}

	.kuka_accordion span:not(.always-enabled) {
		font-size: 1.25vw;
		line-height: 1.25vw;
		letter-spacing: -0.013vw;
	}

	.kuka_category-description, .copyrights_wrapper_kuka {
		font-size: 0.729vw;
		line-height: 1.094vw;
		letter-spacing: 0px;
	}

	.kuka_accordion {
		border-radius: 0.781vw;
		padding: 0.833vw;
		margin-bottom: 1.458vw;
		padding-top: 0.781vw;
		padding-bottom: 1.302vw;
	}

	.kuka_panel th, .kuka_panel td {
		padding: 0.521vw;
		border-radius: 0.781vw;
	}

	.kuka_panel {
		margin-bottom: 1.458vw;
	}

	.kuka_panel, .kuka_cookies_table, .kuka_cookies_table th, .kuka_cookies_table tr, .kuka_cookies_table td {
		border-radius: 0.781vw !important;
	}

	#kuka_save-preferences, #kuka_accept-all-cookies, #kuka_deny-cookies, #kuka_preferences-cookies {
		margin-top: 1.458vw !important;
	}

	.kuka_switch {
		width: 2.865vw;
		height: 1.042vw;
	}

	.kuka_slider:before {
		height: 0.625vw;
		width: 1.266vw;
		left: 0.208vw;
		border-radius: 3.125vw !important;
	}

	input:checked + .kuka_slider:before {
		transform: translateX(calc(0.8vw + 2px)) translateY(-50%);
	}

	.copyrights_wrapper_kuka svg {
		height: 1.094vw;
	}

	.kuka_modal-content::before {
		border-radius: 1.042vw;
	}

	#kuka_accept-all-cookies, #kuka_deny-cookies, #kuka_preferences-cookies {
		margin-right: 0.625vw;
	}

	#kuka_preferences-re-cookies:before, 
	#kuka_cookie-consent-popup:before,
	#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:before {
		border-radius: 0.885vw;
	}

	#kuka_cookie-consent-popup {
		border-radius: 0.885vw;
		width: 30.208vw;
		height: 9.531vw;
		padding: 1.354vw;
	}

	.kuka_cookie-consent-popup button {
		padding-left: 1.198vw !important;
		padding-right: 1.198vw !important;
	}

	.pojo-a11y-toolbar-overlay {
		padding: 1.354vw;
		border-radius: 0.885vw;
	}

	#pojo-a11y-toolbar {
		border-radius: 0.885vw;
		bottom: 7.813vw;
	}

	#pojo-a11y-toolbar::before {
		border-radius: 0.885vw;
	}

	.pojo-a11y-toolbar-icon svg {
		height: 0.677vw !important;
	}

	.box-wrapper {
		border-radius: 1.042vw;
		padding: 1.719vw;
		padding-top: 1.771vw;
		padding-bottom: 1.771vw;
		height: 19.115vw;
		margin-bottom: 1.719vw;
	}

	.box-wrapper::before {
		border-radius: 1.042vw;
	}

	.inner_small_box {
		min-height: 8.7vw;
	}

	.empty_cookies_category {
		font-size: 0.729vw;
		padding: 0.26vw;
		padding-left: 0.781vw;
	}

	.swiper.basic_swiper_posts {
		padding-top: 0.625vw;
	}

	.boxes_wrap.bigger_desc h6.whiteFontColor3 {
		margin-top: 1.302vw;
		height: max(7.031vw, 135px);
		min-height: max-content;
	}

	.services_slider .icon {
		width: max-content;
		height: 1.438vw;
	}

	.services_slider .swiper-slide:last-child .icon {
		height: 1.667vw;
	}

	.solutions .benefits_img {
		height: 4.919vw;
	}

	.mt150 {
		margin-top: 7.813vw;
	}

	.inner_small_box {
		margin-bottom: 1.354vw;
	}

	.img404 {
		margin-bottom: 2.083vw;
		height: 2.303vw;
	}
}

@media (min-width: 992px) and (max-width: 1027px) {
	#menu-footer-menu-3 {
		width: max-content;
	}
}

@media (min-width: 1080px) and (max-width: 1400px) {
	.file-selected span.wpcf7-not-valid-tip {
		bottom: -5.5vw !important;
		line-height: 1.042vw;
	}
}

@media (min-width: 1200px) {
	.wpcf7-form .active input:not(input[type="submit"]):not(input[type="checkbox"]):not(input[type="file"]) {
		padding-left: 1.25vw;
	}

	.wpcf7-form .active textarea {
		padding-top: 1.1vw;
		padding-left: 1.26vw;
		padding-right: 1.26vw;
	}

	input:checked + .kuka_slider:before {
		transform: translateX(calc(1.146vw - 2px)) translateY(-50%);
	}
}

@media (min-width: 1213px) {
	.wpcf7-form-control-wrap select {
		padding-left: 24px;
		padding-top: calc(23px - 0.833vw);
		padding-bottom: calc(23px - 0.833vw);
		background-position: right 14px center;
		padding-right: 30px;
	}

	.wpcf7-form-control-wrap.active select {
		padding-left: 26px;
		padding-right: 32px;
		padding-top: calc(23px - 0.833vw);
        padding-bottom: calc(23px - 0.833vw);
		background-position: right 16px center;
	}
}

@media (min-width: 992px) and (max-width: 1025px) {
	.featured_card {
		height: 35.8vw;
	}

	.file_wrapper:not(.fullwidth) .wpcf7-not-valid-tip {
		bottom: -2.4vw;
		right: -4.2vw;
	}

	.file_wrapper:not(.file-selected_wrapper) .wpcf7-not-valid-tip {
		bottom: -2.5vw;
	}

	.wpcf7-not-valid-tip {
		font-size: 7px;
		bottom: -1px;
	}

	.small_boxes_3_per_row .colored_button.gradient_border {
		padding: 0.5vw 1.6vw !important;
	}
}

@media (min-width: 992px) and (max-width: 1250px) {
	.single-position .wpcf7-acceptance {
		max-width: 90%;
		display: block;
	}
}

@media (min-width: 1046px) and (max-width: 1079px) {
	.file-selected span.wpcf7-not-valid-tip {
		bottom: -5.52vw !important;
	}
}

@media (min-width: 1080px) and (max-width: 1245px) {
	.file-selected span.wpcf7-not-valid-tip {
        bottom: -5.2vw !important;
        line-height: 1.042vw;
    }
}

@media (min-width: 1401px) {
	.file-selected span.wpcf7-not-valid-tip {
		bottom: -5.5vw !important;
	}
}

@media (min-width: 1920px) {
	h1, h1 p {
		font-size: 80px;
		font-style: normal;
		font-weight: 500;
		line-height: 83px;
		letter-spacing: -2.4px;
	}

	h1.big, h1.big p {
		font-size: 160px;
		font-style: normal;
		font-weight: 500;
		line-height: 160px;
		letter-spacing: -4.8px;
	}

	h2, h2 p {
		font-size: 80px;
		font-style: normal;
		font-weight: 500;
		line-height: 80px;
		letter-spacing: -2.4px;
	}

	h3.big, h3.big p {
		font-size: 48px;
		font-style: normal;
		font-weight: 500;
		line-height: 52.8px;
		letter-spacing: -0.32px;
	}

	h3, h3 p {
		font-size: 32px;
		font-style: normal;
		font-weight: 500;
		line-height: 41.6px;
		letter-spacing: -0.16px;
	}

	h4, h4 p {
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: -0.24px;
	}

	#colophon h4, #colophon h4 p {
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 1;
		letter-spacing: -0.2px;
	}

	.post_navigation_section h4.lclamp1 {
		line-height: 31px;
	}

	.services_slider div.Montserrat-Bold.redFontColor.mb10, .blog_slider div.Montserrat-Bold.redFontColor.mb10, .pojo-a11y-toolbar-title {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0;
	}

	h6, h6 p, #menu-footer-menu-1 a, #menu-footer-menu-2 a, #member-filter label, #position-filter label, #news-filter label, .wpcf7-form-control-wrap[data-name="your-file"]::before {
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 28.8px;
	}

	h6.small, h6.small p, #menu-footer-menu-3 a, .subscribe-input, .wpcf7-acceptance .wpcf7-list-item-label, .wpcf7-form-control, .file_wrapper label, .pojo-a11y-toolbar-text {
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 21px;
	}

	h6.smaller, h6.smaller p {
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

	.contact .two_big_title_and_centered_description h6.small {
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 21px;
	}

	p,
	#masthead nav a,
	#kuka_save-preferences, 
	#kuka_accept-all-cookies, 
	#kuka_deny-cookies, 
	#kuka_preferences-cookies,
	.simple_p,
	.simple_p p,
	.colored_button,
	.classic_btn,
	.subscribe-button {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
	}

	#kuka_save-preferences, #kuka_accept-all-cookies, #kuka_deny-cookies, #kuka_preferences-cookies {
		font-size: 16px !important;
	}

	#masthead {
		padding-left: 37px;
		padding-right: 37px;
		height: 72px;
		top: 56px;
		left: 345px;
		right: 345px;
		border-radius: 15px;
	}

	#masthead nav a {
		margin-right: 34px;
	}

	.logo_col img {
		height: 37px;
	}

	#colophon {
		margin-top: 187.5px;
		padding-bottom: 100px;
	}

	.croppedContent {
		padding-left: 360px;
		padding-right: 360px;
	}

	.footer_colored_text {
		margin-bottom: 36px;
	}

	.mid_row {
		padding-bottom: 262px;
		padding-top: 209px;
	}

	.copyright_row {
		padding-top: 56px;
	}

	#menu-footer-menu-3 a {
		margin-right: 40px;
	}

	.top_row h6 {
		margin-bottom: 43.63px;
	}

	.team_logo {
		height: 21px;
		margin-right: 48px;
	}

	.left_menu {
		margin-right: 80px;
	}

	.footer_logo {
		height: 79px;
	}

	.mb25 {
		margin-bottom: 25px;
	}

	.mb55 {
		margin-bottom: 55px;
	}

	.newsletter_form {
		margin-bottom: 317px;
	}

	.subscribe-container {
		padding: 7px;
		width: 427px;
	}

	.subscribe-input {
		padding: 12px 20px;
	}

	.subscribe-button, .colored_button, #kuka_save-preferences, #kuka_accept-all-cookies, #kuka_deny-cookies, #kuka_preferences-cookies {
		padding: 12px 24px;
	}

	.croppedContentBigger {
		max-width: 1060px;
	}

	.custom-pagination-numbers {
		gap: 14px;
	}

	.custom-page-btn {
		width: 47px;
		height: 47px;
		font-size: 17.334px;
		line-height: 26.002px;
	}

	.custom-page-btn.active {
		width: 181px;
	}

	.custom-page-btn.active::before {
		content: '';
		height: 47px;
	}

	.header_swiper .swiper-wrapper {
		margin-top: 47px;
	}

	.header_swiper {
		padding-bottom: 47px !important;
		padding-top: 47px !important;
	}

	.header_small {
		padding-bottom: 130px;
		height: 756px;
	}

	.header_slider {
		margin-bottom: 0;
	}

	.boxed_paragraph {
		padding-top: 150px;
		padding-bottom: 150px;
	}

	.colored_button.colored_button.gradient_border {
		padding-left: 51px;
		padding-right: 51px;
	}

	.boxed_paragraph_wrapper {
		padding-top: 50px;
		padding-left: 50px;
		padding-right: 85px;
		padding-bottom: 90px;
	}

	.boxed_paragraph_wrapper::before {
		content: "";
		width: calc(62px + 30px);
		height: 16px;
		right: 50px;
		top: -8px;
	}

	.colored_button.gradient_border {
		font-size: 17.334px;
	}

	.custom_border_dots {
		border-radius: 30px;
	}

	.boxed_paragraph .btn_wrapper, .smartville_section .btn_wrapper, .full_video .btn_wrapper {
		padding-left: 41px;
		padding-right: 41px;
	}

	.counter_section {
		padding-bottom: 107px;
		padding-top: 140px;
	}
	
	.mb10 {
		margin-bottom: 10px;
	}

	.progress-bars-wrapper {
		gap: 20px;
	}

	.progress-bar-item .label {
		margin-bottom: 10px;
	}

	.progress-track {
		height: 30px;
	}

	.services_slider {
		padding-top: 140px;
		padding-bottom: 110px;
	}

	.icon {
		width: 50px;
		height: 50px;
	}

	.mb15 {
		margin-bottom: 15px;
	}

	.slider_wrap_pl {
		padding-left: 355px;
	}

	.croppedContentBig {
		padding-left: 355px;
		padding-right: 355px;
	}

	.inner_box {
		padding: 60px;
		border-radius: 20px;
	}

	.inner_box::before {
		border-radius: 20px;
	}

	.mt50 {
		margin-top: 50px;
	}

	.inner_box {
		height: 425px;
	}

	.custom-swiper-prev::after, .custom-swiper-prev2::after, .custom-swiper-prev3::after {
		font-size: 17.334px !important;
		line-height: 26.002px !important;
	}

	.custom-swiper-next::after, .custom-swiper-next2::after, .custom-swiper-next3::after {
		font-size: 17.334px !important;
		line-height: 26.002px !important;
	}

	.custom-swiper-prev, .custom-swiper-prev2, .custom-swiper-prev3 {
		margin-right: 12px;
	}

	.custom-swiper-prev, .custom-swiper-next, .custom-swiper-prev2, .custom-swiper-next2, .custom-swiper-prev3, .custom-swiper-next3 {
		width: 47px !important;
		height: 47px !important;
		font-size: 17.334px;
		line-height: 26.002px;
	}

	.h_big {
		height: 650px;
	}

	.smartville_section {
		padding-top: 140px;
		padding-bottom: 161.5px;
	}

	.boxes_wrap {
		padding-top: 40px;
		padding-left: 35px;
		padding-bottom: 40px;
		padding-right: 35px;
		height: 602px;
		border-radius: 30px;
	}

	.mb75 {
		margin-bottom: 75px;
	}

	.two_big_title_and_centered_description {
		padding-bottom: 86.5px;
	}

	.croppedContentSmall {
		padding-left: 40px;
		padding-right: 40px;
	}

	.contact_form_section {
		padding-top: 86.5px;
		padding-bottom: 86.5px;
	}

	.small_boxes_3_per_row {
		padding-top: 86.5px;
		padding-bottom: 86.5px;
	}

	.inner_small_box {
		padding-top: 25px;
		padding-bottom: 25px;
		padding-left: 28px;
		padding-right: 21.38px;
		height: 125px;
	}

	.inner_small_box::before {
		border-radius: 30px;
	}

	.socials_contact a:nth-child(2) img {
		margin-left: 20px;
		margin-right: 20px;
	}

	.wpcf7-form {
		width: 590px;
		margin: auto;
	}

	.wpcf7-form input:not(input[type="submit"]):not(input[type="checkbox"]):not(input[type="file"]), .wpcf7-form select, .file_wrapper {
		height: 61px;
		border-radius: 10px;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 22px;
		padding-right: 22px;
		margin-bottom: 21px;
	}

	.wpcf7-form textarea {
		width: 590px;
		height: 149px;
		border-radius: 10px;
		padding-top: 20px !important;
		padding-bottom: 20px;
		padding-left: 22px !important;
		padding-right: 22px !important;
		margin-bottom: 21px;
	}

	.wpcf7-form .active textarea {
		padding-top: 22px !important;
		padding-left: 24px !important;
		padding-right: 24px !important;
	}

	.wpcf7-not-valid-tip {
		bottom: 0;
		right: 10px;
	}

	.wpcf7-spinner {
		margin-top: 10px;
	}

	.wpcf7-acceptance .wpcf7-list-item-label {
		padding-left: 18px;
	}

	.contact span.wpcf7-list-item-label::before, .single-position span.wpcf7-list-item-label::before {
		width: 19px;
		height: 19px;
		margin-top: 2px;
	}

	.wpcf7-form-control-wrap.active::after {
		height: 61px;
	}

	.wpcf7-form-control-wrap.active[data-name="your-message"]::after {
		height: 149px;
		border-radius: 10px;
	} 

	.boxes_wrap::after {
		border-radius: 30px;
	}

	.boxes_wrap {
		width: calc(33.33333333% - 15px);
	}

	.inner_img {
		padding: 50px;
	}

	.smartville_section .button-group button {
		margin-right: 13px;
	}

	.benefits {
		padding-top: 161.5px;
		padding-bottom: 165px;
	}

	.slider_with_background_image {
		padding-top: 165px;
		padding-bottom: 86px;
	}

	.custom_center_pagination {
		height: 47px;
		margin-top: 50px;
		margin-bottom: 28px;
	}

	.small_boxes {
		padding-top: 42px;
		padding-left: 35px;
		padding-right: 215px;
		padding-bottom: 32px;
		border-radius: 30px;
		width: 507px;
		height: 484px;
	}

	.single_swiper {
		margin-bottom: 110px;
	}

	.button-group .colored_button.gradient_border {
		min-width: 207px;
	}

	.blog_slider {
		padding-top: 86px;
		padding-bottom: 100px;
	}

	.blog_slider .btn_wrapper {
		padding-left: 25px;
		padding-right: 25px;
	}

	.blog_box_inner .inner_padding {
		padding-top: 35px;
		padding-left: 25px;
		padding-right: 45px;
		padding-bottom: 40px;
	}

	.blog_box_inner {
		height: 623px;
	}

	.blog_box_inner img {
		height: 273px;
	}

	.blog_slider .slider_wrap_pl {
		margin-bottom: 150px;
	}

	.mini_boxes {
		padding-top: 0;
		padding-bottom: 142.5px;
	}

	.title_left_and_paragraph_right {
		padding-top: 142.5px;
		padding-bottom: 133.5px;
	}

	.members_section {
		padding-top: 133.5px;
		padding-bottom: 187.5px;
	}

	.row_wrapper_information {
		margin-bottom: 260px;
	}

	.featured_card .inner_padding {
		padding-top: 40px;
		padding-left: 33px;
		padding-right: 33px;
		padding-bottom: 61px;
	}

	.featured_card {
		border-radius: 30px;
		width: 437px;
		height: 677px;
	}

	.img_sector {
		height: 513px;
		border-bottom-right-radius: 30px;
		border-bottom-left-radius: 30px;
	}

	.members_section .slider_wrap_pl_outer {
		margin-top: 202px;
	}

	#member-filter label, #position-filter label, #news-filter label {
		margin-right: 15px;
	}

	.members_section .button-group .colored_button.gradient_border {
		min-width: 213px;
	}

	.tagline_with_background_image {
		padding-top: 0;
		padding-bottom: 85px;
	}

	.masonry_boxes {
		padding-top: 85px;
		padding-bottom: 103.5px;
	}

	.positions_section {
		padding-top: 103.5px;
		padding-bottom: 187.5px;
	}

	.bg_image_tagline {
		height: 1124px;
		border-radius: 32px;
		padding-left: 266px;
		padding-right: 266px;
	}

	.mw630 {
		max-width: 560px;
	}

	.count-badge {
		width: 21px;
		height: 22px;
		margin-left: 13px;
	}

	.positions_section .inner_box {
		padding-top: 25px;
		padding-left: 35px;
		padding-right: 55px;
		padding-bottom: 43px;
	}

	.cards_section {
		padding-top: 60px;
		padding-bottom: 83px;
	}

	.card_inner {
		width: 896px;
		padding-top: 43px;
		padding-left: 62px;
		padding-right: 232px;
		padding-bottom: 40px;
		border-radius: 30px;
		margin-bottom: 34px;
	}

	.card_inner::before {
		border-radius: 30px;
	}

	.mb90 {
		margin-bottom: 90px;
	}

	.drag_section {
		padding-top: 83px;
		padding-bottom: 130px;
	}

	.slider-navigation {
		height: 47px;
		margin-top: 43px;
	}

	.mw620 {
		max-width: 620px;
	}

	.news .header_small {
		padding-bottom: 163px;
	}

	.croppedContentLg {
		max-width: 1020px;
	}

	.news .blog_slider .blog_box_inner_wrapper {
		width: 437px;
	}

	.mr22 {
		margin-right: 22px;
	}

	.page-template-template-legal-pages-builder .anchors_wrapper .colored_button.colored_button.gradient_border,
	.single-post .anchors_wrapper .colored_button.colored_button.gradient_border {
		width: 438px;
		height: 56px;
		padding-left: 25px;
		padding-right: 50px;
	}
	
	.page-template-template-legal-pages-builder .anchors_wrapper .colored_button.colored_button.gradient_border::before,
	.single-post .anchors_wrapper .colored_button.colored_button.gradient_border::before {
		border-radius: 20px !important;
	}

	.post_header {
		height: 628px;
		border-radius: 32px;
	}

	.post_header::after {
		border-radius: 32px;
	}

	.mt200 {
		margin-top: 200px;
	}

	.mb40 {
		margin-bottom: 40px;
	}

	.mt40 {
		margin-top: 40px;
	}

	.pb40 {
		padding-bottom: 40px;
	}

	.mb150 {
		margin-bottom: 150px;
	}

	.image_slider img {
		height: 377px;
		border-radius: 30px;
	}

	.croppedContentBigMixed {
		padding-left: 360px;
		padding-right: 55px;
	}

	.two_inline_images img {
		height: 622px;
		border-radius: 32px;
	}

	.two_inline_images .col-12:first-child {
		padding-right: 20px;
	}

	.mw590 {
		max-width: 590px;
	}

	.mw1180 {
		min-width: 1180px;
	}

	.post_navigation_section .inner_box {
		height: 277px;
	}

	.img_wrap::after {
		border-radius: 32px;
	}

	.news_title {
		min-height: 87px;
	}

	.benefits_title {
		min-height: 58px;
	}

	.mt75 {
		margin-top: 75px;
	}

	.addtoany_list a, .widget .addtoany_list a {
		margin-right: 15px;
	}

	.blog_box_inner:hover::after, .blog_box_inner::after {
		border-radius: 30px;
	}

	.benefits .boxes_wrap {
		margin-bottom: 25px;
	}

	.wpcf7-form select {
		background-position: right 22px center;
		background-size: 12px 12px;
	}

	.file_wrapper .wpcf7-form-control-wrap {
		margin-top: 10px;
	}

	.file_wrapper input[type="file"] {
		width: 150px;
		height: 48px;
	}

	.file_wrapper input[type="file"]::after {
		font-size: 15px;
	}

	.file-selected_wrapper .file-preview {
		margin-top: 20px;
	}

	.file-item {
		gap: 8px;
		padding: 6px 12px;
		font-size: 14px;
		padding-left: 15px;
	}

	.file-remove {
		width: 13px;
		height: 13px;
	}

	.file_wrapper:not(.fullwidth) .wpcf7-not-valid-tip {
		bottom: -43px;
		right: -103px;
	}

	.file_wrapper:not(.file-selected_wrapper) .wpcf7-not-valid-tip {
		bottom: -46px;
	}

	.file-name {
		max-width: 98px;
	}

	.a2a_button_linkedin {
		width: 38px !important;
		height: 38px !important;
	}

	.a2a_button_facebook {
		width: 38px !important;
		height: 38px !important;
	}

	.a2a_button_x {
		width: 38px !important;
		height: 38px !important;
	}

	.share_btn {
		margin-bottom: 15px;
	}

	section.logo_section {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.inner_mid_row {
		margin-top: 25px;
		margin-bottom: 98px;
	}

	.inner_mid_row img:first-child {
		margin-right: 47px;
		height: 140px;
	}

	.inner_mid_row img:last-child {
		height: 126.2px;
	}

	#more_toggler {
		width: 61px;
		height: 61px;
		border-radius: 10px;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 22px;
		padding-right: 22px;
	}

	#more_toggler svg {
		height: 25px;
		width: 25px;
	}

	.file-selected span.wpcf7-not-valid-tip {
		bottom: -103px !important;
	}

	.benefits_img {
		height: 331.24px;
		margin-top: 10px;
	}

	.wpcf7-form .active input:not(input[type="submit"]):not(input[type="checkbox"]):not(input[type="file"]) {
		padding-left: 24.1px;
	}

	.wpcf7-form .active textarea {
		padding-top: 22.2px;
		padding-left: 24.1px;
		padding-right: 24.1px;
	}

	.services_slider .swiper-slide h6 {
		margin-bottom: 30px;
	}

	.header_slider .swiper-slide h6 {
		max-width: 650px;
	}

	.youtube-play svg {
		width: 116px;
		height: 116px;
	}

	.bg_img {
		height: 632.5px;
	}

	.positions_section .inner_box {
		height: 336px;
	}

	.small_boxes_3_per_row .inner_small_box img {
		width: 23px;
		height: 23px;
	}

	#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle svg {
		height: 32px;
		width: 32px;
	}

	.wpcf7-not-valid-tip {
		font-size: 10px;
	}

	#left_anim_2 img,
	#right_anim_2 img,
	#left_anim_3 img,
	#left_anim_3r img,
	#right_anim_4 img,
	#left_anim_5 img,
	#left_anim_6 img {
		width: 1901px;
		height: 753px;
	}

	.boxed_paragraph .boxed_paragraph_wrapper.white_border.custom_border_dots {
		min-height: 352px;
	}

	.single-post #smooth-content::after {
		height: 200px;
	}

	#news-filter label, #position-filter label, #member-filter label {
		margin-bottom: 15px;
	}

	.basic_swiper.moving::before, .basic_swiper_posts.moving::before {
		width: 100px;
	}

	.smartville_section .accordion_info .button-group .colored_button.gradient_border {
		min-height: 52px;
	}

	.wpcf7-form-control-wrap select {
		padding-left: 24px;
		padding-top: calc(22px - 10px);
		padding-bottom: calc(22px - 10px);
		background-position: right 24px center;
	}

	.wpcf7-form-control-wrap.active select {
		padding-left: 26px;
		padding-right: 26px;
		background-position: right 26px center;
	}

	.file_wrapper {
		padding-left: 24px;
		padding-right: 24px;
		padding-top: 23px;
		padding-bottom: 23px;
	}

	.file_wrapper.file-selected_wrapper {
		padding-left: 26px;
		padding-right: 26px;
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.px-4c {
		padding-left: 24px !important;
		padding-right: 24px !important;
	}

	#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
		width: 76px;
		height: 72px;
		padding: 10px;
		border-radius: 17px;
		right: 16px;
		bottom: 16px;
	}

	a.pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link::after {
		width: 36px;
		height: 40px;
	}

	#kuka_preferences-re-cookies {
		width: 76px;
		height: 72px;
		padding: 10px;
		border-radius: 17px;
		left: 16px;
		bottom: 16px;
	}

	#kuka_preferences-re-cookies svg {
		width: 37px;
		height: 37px;
	}

	.kuka_modal-content {
		width: 894px;
		border-radius: 20px;
		padding: 60px;
		padding-bottom: 50px;
	}

	.desktop #kuka_cookie-categories {
		height: 427px;
	}

	.kuka_cookie-consent-popup {
		border-radius: 20px;
	}

	.kuka_close-modal {
		right: 40px;
		top: 40px;
		font-size: 31px;
	}

	#kuka_read-more-link {
		margin-top: 10px;
	}

	.kuka_consent_popup_title {
		font-size: 32px;
		line-height: 41.6px;
		letter-spacing: -0.16px;
	}

	.copyrights_wrapper_kuka {
		right: 80px;
		bottom: 65px;
	}

	#kuka_privacy-description, .kuka_panel *:not(td):not(th):not(.empty_cookies_category), .kuka_panel table td, .kuka_cookies_table th, .kuka_popup_desc {
		font-size: 14px;
		line-height: 21px;
		letter-spacing: 0px;
	}

	.kuka_accordion span:not(.always-enabled) {
		font-size: 24px;
		line-height: 24px;
		letter-spacing: -0.24px;
	}

	.kuka_category-description, .copyrights_wrapper_kuka {
		font-size: 14px;
		line-height: 21px;
		letter-spacing: 0px;
	}

	.kuka_accordion {
		border-radius: 15px;
		padding: 16px;
		margin-bottom: 28px;
		padding-top: 15px;
		padding-bottom: 25px;
	}

	.kuka_panel th, .kuka_panel td {
		padding: 10px;
		border-radius: 15px;
	}

	.kuka_panel {
		margin-bottom: 28px;
	}

	.kuka_panel, .kuka_cookies_table, .kuka_cookies_table th, .kuka_cookies_table tr, .kuka_cookies_table td {
		border-radius: 15px !important;
	}

	#kuka_save-preferences, #kuka_accept-all-cookies, #kuka_deny-cookies, #kuka_preferences-cookies {
		margin-top: 28px !important;
	}

	.kuka_switch {
		width: 55px;
		height: 20px;
	}

	.kuka_slider:before {
		height: 12px;
		width: 24.3px;
		left: 4px;
		border-radius: 60px !important;
	}

	input:checked + .kuka_slider:before {
		transform: translateX(22px) translateY(-50%);
	}

	.copyrights_wrapper_kuka svg {
		height: 21px;
	}

	.kuka_modal-content::before {
		border-radius: 20px;
	}

	#kuka_accept-all-cookies, #kuka_deny-cookies, #kuka_preferences-cookies {
		margin-right: 12px;
	}

	#kuka_preferences-re-cookies:before, 
	#kuka_cookie-consent-popup:before,
	#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:before {
		border-radius: 17px;
	}

	#kuka_cookie-consent-popup {
		border-radius: 17px;
		width: 580px;
		height: 183px;
		padding: 26px;
	}

	.kuka_cookie-consent-popup button {
		padding-left: 23px !important;
		padding-right: 23px !important;
	}

	.pojo-a11y-toolbar-overlay {
		padding: 26px;
		border-radius: 17px;
	}

	#pojo-a11y-toolbar {
		bottom: 150px;
		border-radius: 17px;
	}

	#pojo-a11y-toolbar::before {
		border-radius: 17px;
	}

	.pojo-a11y-toolbar-icon svg {
		height: 13px !important;
	}

	.box-wrapper {
		border-radius: 20px;
		padding: 33px;
		padding-top: 34px;
		padding-bottom: 34px;
		height: 367px;
		margin-bottom: 33px;
	}

	.box-wrapper::before {
		border-radius: 20px;
	}

	.inner_small_box {
		min-height: 125px;
	}

	#right_anim_1 img {
		max-height: 900px;
	}

	.empty_cookies_category {
		font-size: 13px;
		padding: 5px;
		padding-left: 15px;
	}

	.swiper.basic_swiper_posts {
		padding-top: 12px;
	}

	.boxes_wrap.bigger_desc h6.whiteFontColor3 {
		margin-top: 25px;
		height: 135px;
	}

	.services_slider .icon {
		width: max-content;
		height: 27.6px;
	}

	.services_slider .swiper-slide:last-child .icon {
		height: 32px;
	}

	.solutions .benefits_img {
		height: 95px;
	}

	.mt150 {
		margin-top: 150px;
	}

	.inner_small_box {
		margin-bottom: 26px;
	}

	.img404 {
		margin-bottom: 40px;
		height: 44.22px;
	}
}

@media (min-width: 1921px) {
	h1, h1 p {
		font-size: 4.167vw;
		font-style: normal;
		font-weight: 500;
		line-height: 4.323vw;
		letter-spacing: -0.125vw;
	}

	h1.big, h1.big p {
		font-size: 8.333vw;
		font-style: normal;
		font-weight: 500;
		line-height: 8.333vw;
		letter-spacing: -0.25vw;
	}

	h2, h2 p {
		font-size: 4.167vw;
		font-style: normal;
		font-weight: 500;
		line-height: 4.167vw;
		letter-spacing: -0.125vw;
	}

	h3.big, h3.big p {
		font-size: 2.5vw;
		font-style: normal;
		font-weight: 500;
		line-height: 2.75vw;
		letter-spacing: -0.017vw;
	}

	h3, h3 p {
		font-size: 1.667vw;
		font-style: normal;
		font-weight: 500;
		line-height: 2.167vw;
		letter-spacing: -0.008vw;
	}

	h4, h4 p {
		font-size: 1.25vw;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: -0.013vw;
	}

	#colophon h4, #colophon h4 p {
		font-size: max(1.042vw, 15px);
		font-style: normal;
		font-weight: 400;
		line-height: 1;
		letter-spacing: -0.2px;
	}

	.post_navigation_section h4.lclamp1 {
		line-height: 1.615vw;
	}

	.services_slider div.Montserrat-Bold.redFontColor.mb10, .blog_slider div.Montserrat-Bold.redFontColor.mb10, .pojo-a11y-toolbar-title {
		font-size: max(0.833vw, 10px);
		line-height: 1.25vw;
		letter-spacing: 0;
	}

	h6, h6 p, #menu-footer-menu-1 a, #menu-footer-menu-2 a, #member-filter label, #position-filter label, #news-filter label, .wpcf7-form-control-wrap[data-name="your-file"]::before {
		font-size: max(0.938vw, 12px);
		font-style: normal;
		font-weight: 400;
		line-height: 1.5vw;
	}

	h6.small, h6.small p, #menu-footer-menu-3 a, .subscribe-input, .wpcf7-acceptance .wpcf7-list-item-label, .wpcf7-form-control, .file_wrapper label, .pojo-a11y-toolbar-text {
		font-size: max(0.729vw, 10px);
		font-style: normal;
		font-weight: 400;
		line-height: max(1.094vw, 14px);
	}

	.wpcf7-acceptance .wpcf7-list-item-label {
		line-height: 1.094vw;
	}

	h6.smaller, h6.smaller p {
		font-size: max(0.625vw, 10px);
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

	.contact .two_big_title_and_centered_description h6.small {
		font-size: max(0.781vw, 12px);
		font-style: normal;
		font-weight: 400;
		line-height: max(1.094vw, 14px);
	}

	p,
	#masthead nav a,
	#kuka_save-preferences,
	#kuka_accept-all-cookies,
	#kuka_deny-cookies,
	#kuka_preferences-cookies,
	.simple_p,
	.simple_p p,
	.colored_button,
	.classic_btn,
	.subscribe-button {
		font-size: max(0.833vw, 10px);
		font-style: normal;
		font-weight: 400;
		line-height: 1.25vw;
	}

	#kuka_save-preferences, #kuka_accept-all-cookies, #kuka_deny-cookies, #kuka_preferences-cookies {
		font-size: max(0.833vw, 10px) !important;
	}

	#masthead {
		padding-left: 1.927vw;
		padding-right: 1.927vw;
		height: 3.75vw;
		top: 2.917vw;
		left: 17.969vw;
		right: 17.969vw;
		border-radius: 0.781vw;
	}

	#masthead nav a {
		margin-right: 1.771vw;
	}

	.logo_col img {
		height: 1.927vw;
	}

	#colophon {
		margin-top: 9.766vw;
		padding-bottom: 5.208vw;
	}

	.croppedContent {
		padding-left: 18.75vw;
		padding-right: 18.75vw;
	}

	.footer_colored_text {
		margin-bottom: 1.875vw;
	}

	.mid_row {
		padding-bottom: 13.646vw;
		padding-top: 10.885vw;
	}

	.copyright_row {
		padding-top: 2.917vw;
	}

	#menu-footer-menu-3 a {
		margin-right: 2.083vw;
	}

	.top_row h6 {
		margin-bottom: 2.272vw;
	}

	.team_logo {
		height: 1.094vw;
		margin-right: 2.5vw;
	}

	.left_menu {
		margin-right: 4.167vw;
	}

	.footer_logo {
		height: 4.115vw;
	}

	.mb25 {
		margin-bottom: 1.302vw;
	}

	.mb55 {
		margin-bottom: 2.865vw;
	}

	.newsletter_form {
		margin-bottom: 16.51vw;
	}

	.subscribe-container {
		padding: 0.365vw;
		width: 22.24vw;
	}

	.subscribe-input {
		padding: 0.625vw 0.8vw;
	}

	.subscribe-button, .colored_button, #kuka_save-preferences, #kuka_accept-all-cookies, #kuka_deny-cookies, #kuka_preferences-cookies {
		padding: 0.625vw 1.25vw;
	}

	.croppedContentBigger {
		max-width: 55.208vw;
	}

	.custom-pagination-numbers {
		gap: 0.729vw;
	}

	.custom-page-btn {
		width: 2.448vw;
		height: 2.448vw;
		font-size: max(0.903vw, 12px);
		line-height: 1.354vw;
	}

	.custom-page-btn.active {
		width: 9.427vw;
	}

	.custom-page-btn.active::before {
		content: '';
		height: 2.448vw;
	}

	.header_swiper .swiper-wrapper {
		margin-top: 2.448vw;
	}

	.header_swiper {
		padding-bottom: 2.448vw !important;
		padding-top: 2.448vw !important;
	}

	.header_small {
		padding-bottom: 6.771vw;
		height: 39.375vw;
	}

	.header_slider {
		margin-bottom: 0;
	}

	.boxed_paragraph {
		padding-top: 7.813vw;
		padding-bottom: 7.813vw;
	}

	.colored_button.colored_button.gradient_border {
		padding-left: 2.656vw;
		padding-right: 2.656vw;
	}

	.boxed_paragraph_wrapper {
		padding-top: 2.604vw;
		padding-left: 2.604vw;
		padding-right: 4.427vw;
		padding-bottom: 4.688vw;
	}

	.boxed_paragraph_wrapper::before {
		content: "";
		width: calc(3.229vw + 1.563vw);
		height: 0.833vw;
		right: 2.604vw;
		top: -0.417vw;
	}

	.colored_button.gradient_border {
		font-size: 0.903vw;
	}

	.custom_border_dots {
		border-radius: 1.563vw;
	}

	.boxed_paragraph .btn_wrapper, .smartville_section .btn_wrapper, .full_video .btn_wrapper {
		padding-left: 2.135vw;
		padding-right: 2.135vw;
	}

	.counter_section {
		padding-bottom: 5.573vw;
		padding-top: 7.292vw;
	}

	.mb10 {
		margin-bottom: 0.521vw;
	}

	.progress-bars-wrapper {
		gap: 1.042vw;
	}

	.progress-bar-item .label {
		margin-bottom: 0.521vw;
	}

	.progress-track {
		height: 1.563vw;
	}

	.services_slider {
		padding-top: 7.292vw;
		padding-bottom: 5.729vw;
	}

	.icon {
		width: 2.604vw;
		height: 2.604vw;
	}

	.mb15 {
		margin-bottom: 0.781vw;
	}

	.slider_wrap_pl {
		padding-left: 18.49vw;
	}

	.croppedContentBig {
		padding-left: 18.49vw;
		padding-right: 18.49vw;
	}

	.inner_box {
		padding: 3.125vw;
		border-radius: 1.042vw;
	}

	.inner_box::before {
		border-radius: 1.042vw;
	}

	.mt50 {
		margin-top: 2.604vw;
	}
	
	.inner_box {
		height: 22.135vw;
	}

	.custom-swiper-prev::after, .custom-swiper-prev2::after, .custom-swiper-prev3::after {
		font-size: 0.903vw !important;
		line-height: 1.354vw !important;
	}

	.custom-swiper-next::after, .custom-swiper-next2::after, .custom-swiper-next3::after {
		font-size: 0.903vw !important;
		line-height: 1.354vw !important;
	}

	.custom-swiper-prev, .custom-swiper-prev2, .custom-swiper-prev3 {
		margin-right: 0.625vw;
	}

	.custom-swiper-prev, .custom-swiper-next, .custom-swiper-prev2, .custom-swiper-next2, .custom-swiper-prev3, .custom-swiper-next3 {
		width: 2.448vw !important;
		height: 2.448vw !important;
		font-size: 0.903vw;
		line-height: 1.354vw;
	}

	.h_big {
		height: 33.854vw;
	}

	.smartville_section {
		padding-top: 7.292vw;
		padding-bottom: 8.411vw;
	}

	.boxes_wrap {
		padding-top: 2.083vw;
		padding-left: 1.823vw;
		padding-bottom: 2.083vw;
		padding-right: 1.823vw;
		height: 31.354vw;
		border-radius: 1.563vw;
	}

	.mb75 {
		margin-bottom: 3.906vw;
	}

	.two_big_title_and_centered_description {
		padding-bottom: 4.505vw;
	}

	.croppedContentSmall {
		padding-left: 2.083vw;
		padding-right: 2.083vw;
	}

	.contact_form_section {
		padding-top: 4.505vw;
		padding-bottom: 4.505vw;
	}

	.small_boxes_3_per_row {
		padding-top: 4.505vw;
		padding-bottom: 4.505vw;
	}

	.inner_small_box {
		padding-top: 1.302vw;
		padding-bottom: 1.302vw;
		padding-left: 1.458vw;
		padding-right: 1.114vw;
		height: 6.51vw;
	}

	.inner_small_box::before {
		border-radius: 1.563vw;
	}

	.socials_contact a:nth-child(2) img {
		margin-left: 1.042vw;
		margin-right: 1.042vw;
	}

	.wpcf7-form {
		width: 30.729vw;
		margin: auto;
	}

	.wpcf7-form input:not(input[type="submit"]):not(input[type="checkbox"]):not(input[type="file"]), .wpcf7-form select, .file_wrapper {
		height: 3.177vw;
		border-radius: 0.521vw;
		padding-top: 1.042vw;
		padding-bottom: 1.042vw;
		padding-left: 1.146vw;
		padding-right: 1.146vw;
		margin-bottom: 1.094vw;
	}

	.wpcf7-form textarea {
		width: 30.729vw;
		height: 7.76vw;
		border-radius: 0.521vw;
		padding-top: 1.042vw;
		padding-bottom: 1.042vw;
		padding-left: 1.146vw;
		padding-right: 1.146vw;
		margin-bottom: 1.094vw;
	}

	.wpcf7-not-valid-tip {
		bottom: 0;
		right: 0.521vw;
	}

	.wpcf7-spinner {
		margin-top: 0.521vw;
	}

	.wpcf7-acceptance .wpcf7-list-item-label {
		padding-left: 1.5vw;
	}

	.contact span.wpcf7-list-item-label::before, .single-position span.wpcf7-list-item-label::before {
		width: 0.99vw;
		height: 0.99vw;
		margin-top: 0.104vw;
	}

	.wpcf7-form-control-wrap.active::after {
		height: 3.177vw;
	}

	.wpcf7-form-control-wrap.active[data-name="your-message"]::after {
		height: 7.76vw;
		border-radius: 0.521vw;
	}

	.boxes_wrap::after {
		border-radius: 1.563vw;
	}

	.boxes_wrap {
		width: calc(33.33333333% - 0.781vw);
	}

	.inner_img {
		padding: 2.604vw;
	}

	.smartville_section .button-group button {
		margin-right: 0.677vw;
	}

	.benefits {
		padding-top: 8.411vw;
		padding-bottom: 8.594vw;
	}

	.slider_with_background_image {
		padding-top: 8.594vw;
		padding-bottom: 4.479vw;
	}

	.custom_center_pagination {
		height: 2.448vw;
		margin-top: 2.604vw;
		margin-bottom: 1.458vw;
	}

	.small_boxes {
		padding-top: 2.188vw;
		padding-left: 1.823vw;
		padding-right: 11.198vw;
		padding-bottom: 1.667vw;
		border-radius: 1.563vw;
		width: 26.406vw;
		height: 25.208vw;
	}

	.single_swiper {
		margin-bottom: 5.729vw;
	}

	.button-group .colored_button.gradient_border {
		min-width: 10.781vw;
	}

	.blog_slider {
		padding-top: 4.479vw;
		padding-bottom: 5.208vw;
	}

	.blog_slider .btn_wrapper {
		padding-left: 1.302vw;
		padding-right: 1.302vw;
	}

	.blog_box_inner .inner_padding {
		padding-top: 1.823vw;
		padding-left: 1.302vw;
		padding-right: 2.344vw;
		padding-bottom: 2.083vw;
	}

	.blog_box_inner {
		height: 32.448vw;
	}

	.blog_box_inner img {
		height: 14.219vw;
	}

	.blog_slider .slider_wrap_pl {
		margin-bottom: 7.813vw;
	}

	.mini_boxes {
		padding-top: 0;
		padding-bottom: 7.422vw;
	}

	.title_left_and_paragraph_right {
		padding-top: 7.422vw;
		padding-bottom: 6.953vw;
	}

	.members_section {
		padding-top: 6.953vw;
		padding-bottom: 9.766vw;
	}

	.row_wrapper_information {
		margin-bottom: 13.542vw;
	}

	.featured_card .inner_padding {
		padding-top: 2.083vw;
		padding-left: 1.719vw;
		padding-right: 1.719vw;
		padding-bottom: 3.177vw;
	}

	.featured_card {
		border-radius: 1.563vw;
		width: 22.76vw;
		height: 35.26vw;
	}

	.img_sector {
		height: 26.719vw;
		border-bottom-right-radius: 1.563vw;
		border-bottom-left-radius: 1.563vw;
	}

	.members_section .slider_wrap_pl_outer {
		margin-top: 10.521vw;
	}

	#member-filter label, #position-filter label, #news-filter label {
		margin-right: 0.781vw;
	}

	.members_section .button-group .colored_button.gradient_border {
		min-width: 11.094vw;
	}

	.tagline_with_background_image {
		padding-top: 0;
		padding-bottom: 4.427vw;
	}

	.masonry_boxes {
		padding-top: 4.427vw;
		padding-bottom: 5.391vw;
	}

	.positions_section {
		padding-top: 5.391vw;
		padding-bottom: 9.766vw;
	}

	.bg_image_tagline {
		height: 58.542vw;
		border-radius: 1.667vw;
		padding-left: 13.854vw;
		padding-right: 13.854vw;
	}

	.mw630 {
		max-width: 29.167vw;
	}

	.count-badge {
		width: 1.094vw;
		height: 1.146vw;
		margin-left: 0.677vw;
	}

	.positions_section .inner_box {
		padding-top: 1.302vw;
		padding-left: 1.823vw;
		padding-right: 2.865vw;
		padding-bottom: 2.24vw;
	}

	.cards_section {
		padding-top: 3.125vw;
		padding-bottom: 4.323vw;
	}

	.card_inner {
		width: 46.667vw;
		padding-top: 2.24vw;
		padding-left: 3.229vw;
		padding-right: 12.083vw;
		padding-bottom: 2.083vw;
		border-radius: 1.563vw;
		margin-bottom: 1.771vw;
	}

	.card_inner::before {
		border-radius: 1.563vw;
	}

	.mb90 {
		margin-bottom: 4.688vw;
	}

	.drag_section {
		padding-top: 4.323vw;
		padding-bottom: 6.771vw;
	}

	.slider-navigation {
		height: 2.448vw;
		margin-top: 2.24vw;
	}

	.mw620 {
		max-width: 32.292vw;
	}

	.news .header_small {
		padding-bottom: 8.49vw;
	}

	.croppedContentLg {
		max-width: 53.125vw;
	}
	
	.news .blog_slider .blog_box_inner_wrapper {
		width: 22.76vw;
	}

	.mr22 {
		margin-right: 1.146vw;
	}

	.page-template-template-legal-pages-builder .anchors_wrapper .colored_button.colored_button.gradient_border,
	.single-post .anchors_wrapper .colored_button.colored_button.gradient_border {
		width: 22.813vw;
		height: 2.917vw;
		padding-left: 1.302vw;
		padding-right: 2.604vw;
	}

	.page-template-template-legal-pages-builder .anchors_wrapper .colored_button.colored_button.gradient_border::before,
	.single-post .anchors_wrapper .colored_button.colored_button.gradient_border::before {
		border-radius: 1.042vw !important;
	}

	.post_header {
		height: 32.708vw;
		border-radius: 1.667vw;
	}

	.post_header::after {
		border-radius: 1.667vw;
	}

	.mt200 {
		margin-top: 10.417vw;
	}

	.mb40 {
		margin-bottom: 2.083vw;
	}

	.mt40 {
		margin-top: 2.083vw;
	}

	.pb40 {
		padding-bottom: 2.083vw;
	}

	.mb150 {
		margin-bottom: 7.813vw;
	}

	.image_slider img {
		height: 19.635vw;
		border-radius: 1.563vw;
	}

	.croppedContentBigMixed {
		padding-left: 18.75vw;
		padding-right: 2.865vw;
	}

	.two_inline_images img {
		height: 32.396vw;
		border-radius: 1.667vw;
	}
	
	.two_inline_images .col-12:first-child {
		padding-right: 1.042vw;
	}

	.mw590 {
		max-width: 30.729vw;
	}
	
	.mw1180 {
		min-width: 61.458vw;
	}

	.post_navigation_section .inner_box {
		height: 14.9vw;
	}

	.img_wrap::after {
		border-radius: 1.667vw;
	}

	.news_title {
		min-height: 4.531vw;
	}

	.benefits_title {
		min-height: 3.021vw;
	}

	.mt75 {
		margin-top: 3.906vw;
	}

	.addtoany_list a, .widget .addtoany_list a {
		margin-right: 0.781vw;
	}

	.blog_box_inner:hover::after, .blog_box_inner::after {
		border-radius: 1.563vw;
	}

	.benefits .boxes_wrap {
		margin-bottom: 1.302vw;
	}

	.wpcf7-form select {
		background-position: right 22px center;
		background-size: 0.625vw 0.625vw;
	}

	.file_wrapper .wpcf7-form-control-wrap {
		margin-top: 0.521vw;
	}

	.file_wrapper input[type="file"] {
		width: 7.813vw;
		height: 2.5vw;
	}

	.file_wrapper input[type="file"]::after {
		font-size: 0.781vw;
	}

	.file-selected_wrapper .file-preview {
		margin-top: 1.042vw;
	}

	.file-item {
		gap: 0.417vw;
		padding: 0.313vw 0.625vw;
		font-size: 0.729vw;
		padding-left: 0.781vw;
	}

	.file-remove {
		width: 0.677vw;
		height: 0.677vw;
	}

	.file_wrapper:not(.fullwidth) .wpcf7-not-valid-tip {
		bottom: -3.125vw;
		right: -5.833vw;
	}

	.file_wrapper:not(.file-selected_wrapper) .wpcf7-not-valid-tip {
		bottom: -2vw;
	}

	.file-name {
		max-width: 5.104vw;
	}

	.a2a_button_linkedin {
		width: 1.979vw !important;
		height: 1.979vw !important;
	}

	.a2a_button_facebook {
		width: 1.979vw !important;
		height: 1.979vw !important;
	}

	.a2a_button_x {
		width: 1.979vw !important;
		height: 1.979vw !important;
	}

	.share_btn {
		margin-bottom: 0.781vw;
	}

	section.logo_section {
		padding-top: 5.208vw;
		padding-bottom: 5.208vw;
	}
	
	.inner_mid_row {
		margin-top: 1.302vw;
		margin-bottom: 5.104vw;
	}

	.inner_mid_row img:first-child {
		margin-right: 2.448vw;
		height: 7.292vw;
	}

	.inner_mid_row img:last-child {
		height: 6.573vw;
	}

	#more_toggler {
		width: 3.177vw;
		height: 3.177vw;
		border-radius: 0.521vw;
		padding-top: 1.042vw;
		padding-bottom: 1.042vw;
		padding-left: 1.146vw;
		padding-right: 1.146vw;
	}

	#more_toggler svg {
		height: 1.302vw;
		width: 1.302vw;
	}

	.file-selected span.wpcf7-not-valid-tip {
		bottom: calc(-4vw - 25px) !important;
	}

	.benefits_img {
		height: 17.252vw;
		margin-top: 0.521vw;
	}

	.wpcf7-form .active input:not(input[type="submit"]):not(input[type="checkbox"]):not(input[type="file"]) {
		padding-left: 1.255vw;
	}

	.wpcf7-form .active textarea {
		padding-top: 1.156vw;
		padding-left: 1.255vw;
		padding-right: 1.255vw;
	}

	.services_slider .swiper-slide h6 {
		margin-bottom: 1.563vw;
	}

	.header_slider .swiper-slide h6 {
		max-width: 33.854vw;
	}

	.bg_img {
		height: 32.943vw;
	}

	.positions_section .inner_box {
		height: 17.5vw;
	}

	.small_boxes_3_per_row .inner_small_box img {
		width: 1.198vw;
		height: 1.198vw;
	}

	#left_anim_2 img,
	#right_anim_2 img,
	#left_anim_3 img,
	#left_anim_3r img,
	#right_anim_4 img,
	#left_anim_5 img,
	#left_anim_6 img {
		width: 99.01vw;
		height: 39.219vw;
	}

	.single-post #smooth-content::after {
		height: 10.417vw;
	}

	.boxed_paragraph .boxed_paragraph_wrapper.white_border.custom_border_dots {
		min-height: 18.333vw;
	}

	#news-filter label, #position-filter label, #member-filter label {
		margin-bottom: 0.781vw;
	}

	.basic_swiper.moving::before, .basic_swiper_posts.moving::before {
		width: 5.208vw;
	}

	.smartville_section .accordion_info .button-group .colored_button.gradient_border {
		min-height: 2.708vw;
	}

	.wpcf7-form-control-wrap select {
		padding-left: 24px;
		padding-top: calc(23px - 0.833vw);
        padding-bottom: calc(23px - 0.833vw);
		background-position: right 24px center;
	}

	.wpcf7-form-control-wrap.active select {
		padding-left: 26px;
		padding-right: 26px;
		padding-top: calc(23px - 0.833vw);
        padding-bottom: calc(23px - 0.833vw);
		background-position: right 26px center;
	}

	.file_wrapper {
		padding-left: 24px;
		padding-right: 24px;
		padding-top: 23px;
		padding-bottom: 23px;
	}

	.file_wrapper.file-selected_wrapper {
		padding-left: 26px;
		padding-right: 26px;
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.file_wrapper.file-selected_wrapper::after {
		border-radius: 0.521vw;
	}

	.px-4c {
		padding-left: 1.25vw !important;
		padding-right: 1.25vw !important;
	}

	#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
		width: 2.77vw;
		height: 2.62vw;
		padding: 0.521vw;
		border-radius: 0.885vw;
		right: 0.833vw;
		bottom: 0.833vw;
	}

	a.pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link::after {
	    width: 1.31vw;
        height: 1.46vw;
	}

	#kuka_preferences-re-cookies {
		width: 2.77vw;
		height: 2.62vw;
		padding: 0.521vw;
		border-radius: 0.885vw;
		left: 0.833vw;
		bottom: 0.833vw;
	}

	#kuka_preferences-re-cookies svg {
		width: 1.35vw;
		height: 1.35vw;
	}

	.kuka_modal-content {
		width: 46.563vw;
		border-radius: 1.042vw;
		padding: 3.125vw;
		padding-bottom: 2.604vw;
	}

	.desktop #kuka_cookie-categories {
		height: 22.24vw;
	}

	.kuka_cookie-consent-popup {
		border-radius: 1.042vw;
	}

	.kuka_close-modal {
		right: 2.083vw;
		top: 2.083vw;
		font-size: 1.615vw;
	}

	#kuka_read-more-link {
		margin-top: 0.521vw;
	}

	.kuka_consent_popup_title {
		font-size: 1.667vw;
		line-height: 2.167vw;
		letter-spacing: -0.008vw;
	}

	.copyrights_wrapper_kuka {
		right: 4.167vw;
		bottom: 3.385vw;
	}

	#kuka_privacy-description, .kuka_panel *:not(td):not(th):not(.empty_cookies_category), .kuka_panel table td, .kuka_cookies_table th, .kuka_popup_desc {
		font-size: 0.729vw;
		line-height: 1.094vw;
		letter-spacing: 0px;
	}

	.kuka_accordion span:not(.always-enabled) {
		font-size: 1.25vw;
		line-height: 1.25vw;
		letter-spacing: -0.013vw;
	}

	.kuka_category-description, .copyrights_wrapper_kuka {
		font-size: 0.729vw;
		line-height: 1.094vw;
		letter-spacing: 0px;
	}

	.kuka_accordion {
		border-radius: 0.781vw;
		padding: 0.833vw;
		margin-bottom: 1.458vw;
		padding-top: 0.781vw;
		padding-bottom: 1.302vw;
	}

	.kuka_panel th, .kuka_panel td {
		padding: 0.521vw;
		border-radius: 0.781vw;
	}

	.kuka_panel {
		margin-bottom: 1.458vw;
	}

	.kuka_panel, .kuka_cookies_table, .kuka_cookies_table th, .kuka_cookies_table tr, .kuka_cookies_table td {
		border-radius: 0.781vw !important;
	}

	#kuka_save-preferences, #kuka_accept-all-cookies, #kuka_deny-cookies, #kuka_preferences-cookies {
		margin-top: 1.458vw !important;
	}

	.kuka_switch {
		width: 2.865vw;
		height: 1.042vw;
	}

	.kuka_slider:before {
		height: 0.625vw;
		width: 1.266vw;
		left: 0.208vw;
		border-radius: 3.125vw !important;
	}

	input:checked + .kuka_slider:before {
		transform: translateX(1.146vw) translateY(-50%);
	}

	.copyrights_wrapper_kuka svg {
		height: 1.094vw;
		min-height: 1.094vw;
		margin-left: 0.26vw !important;
	}

	.kuka_modal-content::before {
		border-radius: 1.042vw;
	}

	#kuka_accept-all-cookies, #kuka_deny-cookies, #kuka_preferences-cookies {
		margin-right: 0.625vw;
	}

	#kuka_preferences-re-cookies:before, 
	#kuka_cookie-consent-popup:before,
	#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:before {
		border-radius: 0.885vw;
	}

	#kuka_cookie-consent-popup {
		border-radius: 0.885vw;
		width: 30.208vw;
		height: 9.531vw;
		padding: 1.354vw;
	}

	.kuka_cookie-consent-popup button {
		padding-left: 1.198vw !important;
		padding-right: 1.198vw !important;
	}

	.pojo-a11y-toolbar-overlay {
		padding: 1.354vw;
		border-radius: 0.885vw;
	}

	#pojo-a11y-toolbar {
		bottom: 7.813vw;
		border-radius: 0.885vw;
	}

	#pojo-a11y-toolbar::before {
		border-radius: 0.885vw;
	}

	.pojo-a11y-toolbar-icon svg {
		height: 0.677vw !important;
	}

	.box-wrapper {
		border-radius: 1.042vw;
		padding: 1.719vw;
		padding-top: 1.771vw;
		padding-bottom: 1.771vw;
		height: 19.115vw;
		margin-bottom: 1.719vw;
	}

	.box-wrapper::before {
		border-radius: 1.042vw;
	}

	.inner_small_box {
		min-height: 6.51vw;
	}

	.kuka_accordion span.always-enabled {
		font-size: 0.521vw;
	}

	#right_anim_1 img {
		max-height: 46.875vw;
	}

	#left_anim_5 img {
		width: 1901px;
        height: 753px;
	}

	.empty_cookies_category {
		font-size: 0.729vw;
		padding: 0.26vw;
		padding-left: 0.781vw;
	}

	.swiper.basic_swiper_posts {
		padding-top: 0.625vw;
	}

	.youtube-play svg {
		width: max(6.042vw, 75px);
		height: max(6.042vw, 75px);
	}

	.boxes_wrap.bigger_desc h6.whiteFontColor3 {
		margin-top: 1.302vw;
		height: 7.031vw;
	}

	.services_slider .icon {
		width: max-content;
		height: 1.438vw;
	}

	.services_slider .swiper-slide:last-child .icon {
		height: 1.667vw;
	}

	.solutions .benefits_img {
		height: 4.919vw;
	}

	.mt150 {
		margin-top: 7.813vw;
	}

	.inner_small_box {
		margin-bottom: 1.354vw;
	}

	.img404 {
		margin-bottom: 2.083vw;
		height: 2.303vw;
	}
}

/*-------------------------------------------------------------*/
/* 						   END MEDIA 						   */
/*-------------------------------------------------------------*/